da6e1f8c1b62e6d4bec18610eccda81a959abc6f
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-03-17 Tom Tromey <tromey@redhat.com>
2
3 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
4 DWARF data is available.
5
6 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
7
8 * symfile.c (generic_load): Reset breakpoints after loading.
9
10 2010-03-17 Tom Tromey <tromey@redhat.com>
11
12 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
13
14 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15
16 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
17 create_breakpoint call, adjust the parameters.
18
19 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20 Chandru <chandru@in.ibm.com>
21
22 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
23 * valarith.c (value_subscripted_rvalue): Suppress error if
24 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
25
26 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
27
28 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
29
30 2010-03-16 Joel Brobecker <brobecker@adacore.com>
31
32 * ada-tasks.c (task_command_1): Check that the task ptid is valid
33 before doing the associated thread switch.
34
35 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
36
37 * MAINTAINERS: Update my email address.
38
39 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
40
41 Simplify MI breakpoint setting.
42
43 * breakpoint.c (break_command_really): Make nonstatic and
44 rename to...
45 (create_breakpoint): ...this. Rename prior function by this name
46 to...
47 (create_breakpoint_sal): ...this.
48 (create_breakpoints): Rename to...
49 (create_breakpoints_sal): ...this.
50 (set_breakpoint): Remove.
51 * breakpoint.h: Adjust to above changes.
52 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
53
54 2010-03-15 Stan Shebs <stan@codesourcery.com>
55
56 * ax-gdb.c: Include cp-support.h.
57 (find_field): Remove.
58 (gen_primitive_field): New function.
59 (gen_struct_ref_recursive): New function.
60 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
61 of find_field.
62 (gen_static_field): New function.
63 (gen_struct_elt_for_reference): New.
64 (gen_namespace_elt): New.
65 (gen_maybe_namespace_elt): New.
66 (gen_aggregate_elt_ref): New.
67 (gen_expr): Add OP_SCOPE, display opcode name in error message.
68
69 2010-03-15 Tom Tromey <tromey@redhat.com>
70
71 * dwarf2read.c (die_needs_namespace): Also return 0 for
72 DW_TAG_subprogram.
73
74 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
75
76 PR c++/7936:
77 * cp-support.h: Added char *declaration element to using_direct
78 data struct.
79 (cp_add_using): Added char *declaration argument.
80 (cp_add_using_directive): Ditto.
81 (cp_lookup_symbol_imports): made extern.
82 * cp-namespace.c: Updated with the above changes.
83 * dwarf2read.c (read_import_statement): Ditto.
84 (read_namespace): Ditto.
85 (read_import_statement): Support import declarations.
86 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
87 declarations.
88 Added support for 'declaration_only' search.
89 (cp_lookup_symbol_namespace): Attempt to search for the name as
90 is before consideration of imports.
91 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
92 search at every block level search.
93 Now takes language argument.
94 (lookup_symbol_aux): Updated.
95
96 2010-03-15 Tom Tromey <tromey@redhat.com>
97
98 * c-exp.y (name_not_typename): Add 'operator' clause.
99
100 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
101
102 * configure.ac: Exit if ${gdb_target_obs}" is not set.
103 * configure: Regenerate.
104
105 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
106
107 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
108 and ".sdynbss". Update the comment.
109
110 2010-03-15 Jie Zhang <jie@codesourcery.com>
111
112 * MAINTAINERS: Update my email address.
113
114 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
115
116 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
117
118 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
119
120 * charset.c [USE_WIN32API]: Include <windows.h>.
121 (_initialize_charset): Correct type of w32_host_default_charset.
122
123 2010-03-14 Pedro Alves <pedro@codesourcery.com>
124
125 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
126
127 2010-03-12 Tom Tromey <tromey@redhat.com>
128
129 PR c++/9708:
130 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
131 in a lexical block does not need a namespace.
132 (new_symbol) <DW_TAG_variable>: Put extern variables on
133 list_in_scope in all cases.
134
135 2010-03-12 Stan Shebs <stan@codesourcery.com>
136
137 * ax-gdb.c (gen_expr): Add shift expressions.
138 (gen_expr_binop_rest): Ditto.
139
140 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
141
142 * buildsym.c (finish_block): Reset using_directives pointer
143 after block initialization.
144
145 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
146
147 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
148 * i386-tdep.c (i386_word_names): Likewise.
149
150 2010-03-12 Pedro Alves <pedro@codesourcery.com>
151
152 * target.c (memory_xfer_partial): Don't use the stack cache if
153 inspecting trace frames.
154 * tracepoint.c (finish_tfind_command): Invalidate the target
155 dcache.
156
157 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
158
159 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
160 for the PIC displacement, print also the displacement value.
161 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
162
163 2010-03-10 Kevin Buettner <kevinb@redhat.com>
164
165 * remote-mips.c (close_ports, mips_initialize_cleanups)
166 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
167 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
168 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
169 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
170 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
171 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
172 comments describing each of these functions.
173 (mips_enter_debug, mips_exit_debug, common_open)
174 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
175 blank line after the comment describing the function.
176
177 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
178
179 * solib-svr4.c (svr4_exec_displacement): Return now success, new
180 parameter displacementp. Update comment.
181 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
182 element exists. Return if svr4_exec_displacement was not successful.
183 Update comment.
184
185 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
186 Daniel Jacobowitz <dan@codesourcery.com>
187
188 * solib-svr4.c (read_program_header): Support type == -1 to read
189 all program headers.
190 (read_program_headers_from_bfd): New function.
191 (svr4_static_exec_displacement): Remove and move the comment ...
192 (svr4_exec_displacement): ... here. Remove variable found. New
193 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
194 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
195 targets using read_program_headers_from_bfd. Remove the call of
196 svr4_static_exec_displacement.
197
198 2010-03-10 Tom Tromey <tromey@redhat.com>
199
200 * dwarf2read.c (struct pubnames_header): Remove.
201 (_PUBNAMES_HEADER): Remove.
202 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
203 (struct aranges_header): Remove.
204 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
205 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
206 (PUBNAMES_SECTION): Remove.
207 (ARANGES_SECTION): Remove.
208 (dwarf2_locate_sections): Don't handle pubnames or aranges.
209 (dwarf2_build_psymtabs): Remove dead code.
210 (dwarf2_build_psymtabs_easy): Remove.
211
212 2010-03-10 Tom Tromey <tromey@redhat.com>
213
214 * elfread.c (elf_symfile_read): Don't call
215 dwarf2_build_frame_info.
216 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
217 (struct dwarf2_per_objfile) <objfile>: New field.
218 (dwarf2_has_info): Now idempotent. Set objfile field.
219 (dwarf2_read_section): Check and set readin field. Call
220 posix_madvise.
221 (dwarf2_build_psymtabs): Don't read all sections.
222 (read_type_comp_unit_head): Read types section.
223 (create_debug_types_hash_table): Likewise.
224 (init_cu_die_reader): Add asserts.
225 (process_type_comp_unit): Add assert.
226 (dwarf2_build_psymtabs_hard): Read info section.
227 (load_partial_comp_unit): Add assert.
228 (create_all_comp_units): Read info section.
229 (load_full_comp_unit): Likewise.
230 (dwarf2_ranges_read): Read ranges section.
231 (dwarf2_record_block_ranges): Add assert.
232 (dwarf2_read_abbrevs): Read abbrev section.
233 (read_indirect_string): Read str section.
234 (dwarf_decode_line_header): Read line section.
235 (read_signatured_type_at_offset): Read types section.
236 (dwarf_decode_macros): Read macinfo section.
237 (dwarf2_symbol_mark_computed): Read loc section.
238 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
239 dwarf2_build_frame_info.
240 (dwarf2_build_frame_info): Unconditionally set
241 dwarf2_frame_objfile_data on the objfile.
242 * configure.ac: Check for posix_madvise.
243 * config.in, configure: Rebuild.
244
245 2010-03-10 Tom Tromey <tromey@redhat.com>
246
247 * xcoffread.c (xcoff_start_psymtab): Update.
248 (xcoff_end_psymtab): Update.
249 * psymtab.c (allocate_psymtab): Remove dead code.
250 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
251 void*.
252 * mdebugread.c (parse_partial_symbols): Update.
253 (new_psymtab): Likewise.
254 * dwarf2read.c (process_psymtab_comp_unit): Update.
255 (psymtab_to_symtab_1): Update.
256 * dbxread.c (start_psymtab): Update.
257 (end_psymtab): Likewise.
258
259 2010-03-10 Tom Tromey <tromey@redhat.com>
260
261 * xcoffread.c: Include psymtab.h.
262 (xcoff_sym_fns): Update.
263 * symtab.h (struct partial_symbol): Remove.
264 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
265 (struct partial_symtab): Remove.
266 (PSYMTAB_TO_SYMTAB): Remove.
267 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
268 (find_pc_sect_psymtab): Remove.
269 (find_pc_sect_symtab_via_partial): Declare.
270 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
271 (find_main_psymtab): Remove.
272 (find_main_filename): Declare.
273 (fixup_psymbol_section): Remove.
274 (fixup_section): Declare.
275 * symtab.c: Include psymtab.h.
276 (lookup_symtab): Use lookup_symtab method.
277 (lookup_partial_symtab): Remove.
278 (find_pc_sect_psymtab_closer): Remove.
279 (find_pc_sect_psymtab): Remove.
280 (find_pc_sect_symtab_via_partial): New function.
281 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
282 (fixup_section): No longer static.
283 (fixup_psymbol_section): Remove.
284 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
285 (lookup_global_symbol_from_objfile): Likewise.
286 (lookup_symbol_aux_psymtabs): Remove.
287 (lookup_symbol_aux_quick): New function.
288 (lookup_symbol_global): Use lookup_symbol_aux_quick.
289 (lookup_partial_symbol): Remove.
290 (basic_lookup_transparent_type_quick): New function.
291 (basic_lookup_transparent_type): Use it.
292 (find_main_psymtab): Remove.
293 (find_main_filename): New function.
294 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
295 (find_line_symtab): Use expand_symtabs_with_filename method.
296 (output_partial_symbol_filename): New function.
297 (sources_info): Use map_partial_symbol_filenames.
298 (struct search_symbols_data): New type.
299 (search_symbols_file_matches): New function.
300 (search_symbols_name_matches): Likewise.
301 (search_symbols): Use expand_symtabs_matching method.
302 (struct add_name_data): Rename from add_macro_name_data.
303 (add_macro_name): Update.
304 (add_partial_symbol_name): New function.
305 (default_make_symbol_completion_list): Use
306 map_partial_symbol_names.
307 (struct add_partial_symbol_name): New type.
308 (maybe_add_partial_symtab_filename): New function.
309 (make_source_files_completion_list): Use
310 map_partial_symbol_filenames.
311 (expand_line_sal): Use expand_symtabs_with_filename method.
312 * symmisc.c: Include psymtab.h.
313 (print_objfile_statistics): Use print_stats method.
314 (dump_objfile): Use dump method.
315 (dump_psymtab, maintenance_print_psymbols)
316 (maintenance_info_psymtabs, maintenance_check_symtabs)
317 (extend_psymbol_list): Remove.
318 * symfile.h (struct quick_symbol_functions): New struct.
319 (struct sym_fns) <qf>: New field.
320 (sort_pst_symbols): Remove.
321 (increment_reading_symtab): Declare.
322 * symfile.c: Include psymtab.h.
323 (compare_psymbols, sort_pst_symbols): Remove.
324 (psymtab_to_symtab): Remove.
325 (increment_reading_symtab): New function.
326 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
327 method.
328 (set_initial_language): Use find_main_filename.
329 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
330 (free_named_symtabs): Remove unused code.
331 (start_psymtab_common, add_psymbol_to_bcache)
332 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
333 Remove.
334 * stack.c: Include psymtab.h, symfile.h.
335 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
336 * source.h (psymtab_to_fullname): Don't declare.
337 * source.c: Include psymtab.h.
338 (select_source_symtab): Use find_last_source_symtab method.
339 (forget_cached_source_info): Use forget_cached_source_info
340 method.
341 (find_and_open_source): No longer static.
342 (psymtab_to_fullname): Remove.
343 * somread.c: Include psymtab.h.
344 (som_sym_fns): Update.
345 * psympriv.h: New file.
346 * psymtab.h: New file.
347 * psymtab.c: New file.
348 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
349 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
350 * objfiles.c: Include psymtab.h.
351 (objfile_relocate1): Use relocate method.
352 (objfile_has_partial_symbols): Use has_symbols method.
353 * mipsread.c: Include psymtab.h.
354 (ecoff_sym_fns): Update.
355 * mi/mi-cmd-file.c: Include psymtab.h.
356 (print_partial_file_name): New function.
357 (mi_cmd_file_list_exec_source_files): Use
358 map_partial_symbol_filenames.
359 * mdebugread.c: Include psympriv.h.
360 * machoread.c: Include psympriv.h.
361 (macho_sym_fns): Update.
362 * m2-exp.y (yylex): Use lookup_symtab.
363 * elfread.c: Include psympriv.h.
364 (elf_sym_fns): Update.
365 * dwarf2read.c: Include psympriv.h.
366 * dbxread.c: Include psympriv.h.
367 (aout_sym_fns): Update.
368 * cp-support.c: Include psymtab.h.
369 (read_in_psymtabs): Remove.
370 (make_symbol_overload_list_qualified): Use
371 expand_symtabs_for_function method.
372 * coffread.c: Include psympriv.h.
373 (coff_sym_fns): Update.
374 * blockframe.c: Include psymtab.h.
375 (find_pc_partial_function): Use find_pc_sect_symtab method.
376 * ada-lang.h (ada_update_initial_language): Update.
377 * ada-lang.c: Include psymtab.h.
378 (ada_update_initial_language): Remove 'main_pst' argument.
379 (ada_lookup_partial_symbol): Remove.
380 (struct ada_psym_data): New type.
381 (ada_add_psyms): New function.
382 (ada_add_non_local_symbols): Use map_ada_symtabs method.
383 (struct add_partial_datum): New type.
384 (ada_add_partial_symbol_completions): New function.
385 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
386 (ada_exception_support_info_sniffer): Update.
387 * Makefile.in (SFILES): Add psymtab.c.
388 (COMMON_OBS): Add psymtab.o.
389 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
390
391 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
392
393 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
394
395 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
396
397 PR C++/11236:
398 * cp-namespace.c (cp_add_using): Deleted.
399 (cp_add_using_directive): Use obstack allocations.
400 Merged the function cp_add_using into this one.
401 Added 'struct obstack *' argument.
402 (cp_scan_for_anonymous_namespaces): Updated.
403 * cp-support.h: Updated.
404 * dwarf2read.c (read_import_statement): Updated.
405 (read_namespace): Updated.
406
407 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
408
409 * windows-nat.c (cygwin_conv_path): Remove old macro.
410
411 2010-03-10 Pedro Alves <pedro@codesourcery.com>
412
413 * breakpoint.c (condition_command): Handle watchpoint conditions.
414 (is_hardware_watchpoint): Add comment.
415 (is_watchpoint): New.
416 (update_watchpoint): Don't reparse the watchpoint's condition
417 unless necessary.
418 (WP_IGNORE): New.
419 (watchpoint_check): Use it.
420 (bpstat_check_watchpoint): Handle it.
421 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
422 conditions in a frame where it makes sense.
423 (watch_command_1): Store the innermost block of the condition
424 expression.
425 (delete_breakpoint): Delete the watchpoint condition expression.
426 * breakpoint.h (struct bp_location) <cond>: Update comment.
427 (struct breakpoint): New field `cond_exp_valid_block'.
428
429 2010-03-09 Joel Brobecker <brobecker@adacore.com>
430
431 Adjust handling of Ada DIEs after dwarf2_physname patch.
432 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
433
434 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
435 Pierre Muller <muller@ics.u-strasbg.fr>
436
437 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
438 from/to posix/win32.
439 (windows_make_so): Use non-Cygwin 1.7 specific function.
440 (windows_create_inferior): Make sure that cygallargs points to
441 original args in non Cygwin 1.7. case.
442
443 2010-03-09 Michael Snyder <msnyder@vmware.com>
444
445 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
446 after target_read_memory to get host byte order.
447 (i386_process_record): Ditto.
448
449 2010-03-09 Keith Seitz <keiths@redhat.com>
450
451 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
452 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
453 print out const or volatile qualifiers, too.
454 (c_type_print_args): Add parameters show_artificial and language.
455 Skip artificial parameters when requested.
456 Use the appropriate language printer.
457 (c_type_print_varspec): Tell c_type_print_args to skip artificial
458 parameters and pass language_c.
459 * dwarf2read.c (die_list): New file global.
460 (struct partial_die_info): Update comments for name field.
461 (pdi_needs_namespace): Renamed to ...
462 (die_needs_namespace): ... this. Rewrite.
463 (dwarf2_linkage_name): Remove.
464 (add_partial_symbol): Do not predicate the call to
465 partial_die_full_name based on pdi_needs_namespace.
466 Remove call to cp_check_possible_namespace_symbols and associated
467 outdated comments.
468 (guess_structure_name): Do not inspect child subprogram DIEs.
469 (dwarf2_fullname): Update comments.
470 Use die_needs_namespace to assist in computing the name.
471 (read_func_scope): Use dwarf2_name to get the DIE's name.
472 Use dwarf2_physname to get the "linkage name" of the DIE.
473 (dwarf2_add_member_field): Use dwarf2_physname instead of
474 dwarf2_linkage_name.
475 (read_structure_type): For structs and classes, set TYPE_NAME, too.
476 (determine_class): Remove.
477 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
478 except Ada.
479 (new_symbol): Unconditionally call dwarf2_name.
480 Compute the "linkage name" using dwarf2_physname.
481 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
482 When determining to scan for anonymous C++ namespaces, ignore
483 the linkage name.
484 (dwarf2_physname): New function.
485 (dwarf2_full_name): Move content to new function and call
486 that.
487 (dwarf2_compute_name): "New" function.
488 (_initialize_dwarf2_read): Initialize die_list.
489 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
490 physname.
491 (gnu_v3_print_method_ptr): Use the physname for virtual methods
492 without a demangled name.
493 Print out type information for non-virtual methods.
494 * linespec.c (decode_line_1): Force ANY string using "::" (or
495 "." for java) to use decode_compound, and clean up any stray quoting.
496 If we found a file symtab, re-evaluate whether the remainder is_quoted.
497 (decode_compound): Stop consuming at an open parenthesis.
498 Keep template parameters.
499 Keep any overload information.
500 Keep keywords like "const".
501 Remove paren_pointer.
502 Move is_quoted check from set_flags to here.
503 Remove #if 0 code from 2000. Ten years is long enough.
504 (find_method): Before comparing symbol names, canonicalize the string
505 from the user.
506 If a specific overload is requested, find it. Otherwise throw an error.
507 (find_method_overload_end): New function.
508 (set_flags): Remove.
509 (decode_compound): Assume that parentheses are matched.
510 It's a lot easier.
511 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
512 to cplus_demangle.
513 * linespec.c (decode_line_1): Keep important keywords like
514 "const" and "volatile".
515 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
516 * typeprint.h (c_type_print_args): Add declaration.
517 * ui-file.c (do_ui_file_obsavestring): New function.
518 (ui_file_obsavestring): New function.
519 * ui-file.h (ui_file_obsavestring): Add declaration.
520 * valops.c (find_overload_match): Resolve the object to
521 a non-pointer type.
522 If the object is a data member, search the object for the member
523 and return with staticp set.
524 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
525 Do not attempt to extract a function name from non-function types.
526 If the extracted function name and the original name are the same,
527 we don't have a C++ method.
528
529 From Jan Kratochvil <jan.kratochvil@redhat.com>:
530 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
531
532 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
533 and arguments from symbol lookups.
534 * ax-gdb.c (gen_expr): Likewise.
535 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
536 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
537 lookup_possible_namespace_symbol): Likewise.
538 * cp-support.c (read_in_psymtabs): Likewise.
539 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
540 * language.h (la_lookup_symbol_nonlocal): Likewise.
541 * scm-valprint.c (scm_inferior_print): Likewise.
542 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
543 * solib-svr.c (elf_lookup_lib): Likewise.
544 * solib.c (show_auto_solib_add): Likewise.
545 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
546 * symmisc.c (maintenance_check_symtabs): Likewise.
547 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
548 lookup_symbol_aux_local, lookup_symbol_aux_block,
549 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
550 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
551 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
552 basic_lookup_transparent_type, find_main_psymtab,
553 lookup_block_symbol): Likewise.
554 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
555 lookup_symbol_global, lookup_symbol_aux_block,
556 lookup_symbol_partial_symbol, lookup_block_symbol,
557 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
558
559 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
560
561 * python/python-internal.h: Include symtab.h.
562
563 2010-03-09 Joel Brobecker <brobecker@adacore.com>
564 Pierre Muller <muller@ics.u-strasbg.fr>
565
566 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
567 * p-valprint.c (pascal_val_print): Remove undeed block and fix
568 indentation.
569
570 2010-03-08 Tom Tromey <tromey@redhat.com>
571
572 * breakpoint.c (breakpoint_1): Add "QUIT".
573
574 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
575 Pedro Alves <pedro@codesourcery.com>
576
577 * solib.c (solib_find): Replace extension if
578 solib_symbols_extension is set in the target gdbarch.
579 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
580 solib_symbols_extension to "sym".
581 * gdbarch.sh (solib_symbols_extension): New variable.
582 (pstring): New function.
583 * gdbarch.h, gdbarch.c: Regenerate.
584
585 2010-03-08 Tom Tromey <tromey@redhat.com>
586
587 PR cli/9591:
588 * NEWS: Update.
589 * utils.c: Include main.h.
590 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
591 (defaulted_query): Use default answer if `batch_flag'.
592 * main.h (batch_flag): Declare.
593 * main.c (batch_flag): New global.
594 (captured_main): Remove 'batch'. Update.
595
596 2010-03-08 Kevin Buettner <kevinb@redhat.com>
597
598 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
599 and Kevin Buettner:
600
601 * remote-mips.c (rockhopper_ops): New target_ops struct.
602 (MON_ROCKHOPPER): New mips_monitor_type.
603 (read_hex_value): New function.
604 (mips_request): Send 8-byte values with a 'T' packet. Read the
605 packet argument as a string and use read_hex_value to parse it.
606 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
607 (rockhopper_open): New function.
608 (mips_wait): Read the PC, FP and SP fields as strings. Use
609 read_hex_value to parse them and mips_set_register to commit them.
610 (mips_set_register): New function.
611 (mips_fetch_registers): Do not cast register value to "unsigned"
612 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
613 (mips_store_registers): Use a 'T' packet to set registers when
614 using MON_ROCKHOPPER.
615 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
616 and expect the total to be printed before the entry address.
617 (_initialize_remote_mips): Initialize and add rockhopper_ops.
618
619 2010-03-08 Kevin Buettner <kevinb@redhat.com>
620
621 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
622 Change return value to int. Store value fetched in location
623 addressed by `val'. Use function's return value as success
624 or failure indicator. Adjust all callers.
625
626 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
627
628 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
629
630 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
631 Hui Zhu <teawater@gmail.com>
632
633 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
634 tmp_to_stopped_data_address.
635 (record_open): Reset tmp_to_stopped_by_watchpoint and
636 tmp_to_stopped_data_address.
637 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
638 to_stopped_data_address.
639
640 2010-03-08 Hui Zhu <teawater@gmail.com>
641
642 * i386-tdep.c (i386_process_record): Initialize regnum.
643
644 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
645
646 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
647 Do not warn on ".gnu.liblist" and ".gnu.conflict".
648
649 2010-03-08 Joel Brobecker <brobecker@adacore.com>
650
651 Memory error when reading wrong core file.
652 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
653 errors while reading the inferior memory, and return zero if
654 an exception was raised.
655
656 2010-03-07 Michael Snyder <msnyder@vmware.com>
657
658 * record.c (record_restore): Rename tmpu8 to rectype.
659
660 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
661 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
662
663 (i386_record_push): Rename local tmpulongest to addr.
664
665 (i386_process_record): Rename local tmpulongest to addr.
666
667 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
668 addr64.
669
670 Rename local variable tmpu8 to opcode8 and regnum.
671
672 2010-03-07 Joel Brobecker <brobecker@adacore.com>
673
674 * remote.c (remote_get_ada_task_ptid): New function.
675 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
676
677 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
678
679 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
680 block. Define helper macros to reduce ifdefs in code.
681 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
682 size. Call unadorned GetModuleFileNameEx rather than
683 GetModuleFileNameEx*.
684 (windows_make_so): Use __PMAX to denote maximum buffer size and
685 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
686 appropriate.
687 (get_image_name): Use __PMAX to denote maximum buffer size.
688 (handle_load_dll): Likewise.
689 (windows_pid_to_exec_file): Likewise.
690 (windows_create_inferior): Add many accommodations for older Cygwin and
691 non-Cygwin.
692 (bad_GetModuleFileNameExW): Control inclusion of this function based on
693 __USEWIDE conditional.
694 (bad_GetModuleFileNameExA): Likewise.
695 (_initialize_loadable): Just use real function names without the dyn_
696 part since they are defined earlier.
697
698 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
699 Tom Tromey <tromey@redhat.com>
700
701 * utils.c (host_char_to_target): Add 'gdbarch' argument.
702 (parse_escape): Likewise.
703 * python/py-utils.c (unicode_to_target_string): Update.
704 (unicode_to_target_python_string): Update.
705 (target_string_to_unicode): Update.
706 * printcmd.c (printf_command): Update.
707 * p-exp.y (yylex): Update.
708 * objc-exp.y (yylex): Update.
709 * mi/mi-parse.c: Include charset.h.
710 (mi_parse_escape): New function.
711 (mi_parse_argv): Use it.
712 * jv-exp.y (yylex): Update.
713 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
714 function.
715 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
716 * gdbarch.sh (auto_charset, auto_wide_charset): New.
717 * gdbarch.c: Rebuild.
718 * gdbarch.h: Rebuild.
719 * defs.h (parse_escape): Update.
720 * cli/cli-setshow.c: Include arch-utils.h.
721 (do_setshow_command): Update.
722 * cli/cli-cmds.c (echo_command): Update.
723 * charset.h (target_charset, target_wide_charset): Update.
724 * charset.c: Include arch-utils.h.
725 (target_charset_name): Default to "auto".
726 (target_wide_charset_name): Likewise.
727 (show_target_charset_name): Handle "auto".
728 (show_target_wide_charset_name): Likewise.
729 (be_le_arch): New global.
730 (set_be_le_names): Add 'gdbarch' argument.
731 (validate): Likewise. Don't call set_be_le_names.
732 (set_charset_sfunc, set_host_charset_sfunc)
733 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
734 Update.
735 (target_charset): Add 'gdbarch' argument.
736 (target_wide_charset): Likewise. Remove 'byte_order' argument.
737 (auto_target_charset_name): New global.
738 (default_auto_charset, default_auto_wide_charset): New functions.
739 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
740 for target charsets. Copy result of nl_langinfo. Use GetACP if
741 USE_WIN32API.
742 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
743 remove 'byte_order' argument. Update.
744 (classify_type): Likewise.
745 (c_emit_char): Update.
746 (c_printchar): Update.
747 (c_printstr): Update.
748 (c_get_string): Update.
749 (evaluate_subexp_c): Update.
750 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
751 Declare.
752 * python/python.c (gdbpy_target_charset): New function.
753 (gdbpy_target_wide_charset): Likewise.
754 (GdbMethods): Update.
755 * NEWS: Update.
756
757 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
758
759 * symfile.c (build_section_addr_info_from_objfile): Do not mask
760 off high address bits.
761
762 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
763
764 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
765 address as UnsignedLongLong, not LongLong.
766
767 2010-03-05 Kevin Buettner <kevinb@redhat.com>
768 Pedro Alves <pedro@codesourcery.com>
769
770 * remote-mips.c (gdbthread.h): Include.
771 (remote_mips_ptid): Declare.
772 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
773 (common_open): Set inferior_ptid, add it as an inferior, and
774 as a thread too. Delete FIXME comment regarding start_remote().
775 (mips_close): Invoke generic_mourn_inferior().
776 (mips_kill): Make sure that target_mourn_inferior is invoked.
777 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
778 it's now invoked from mips_close().
779 (mips_load): Don't null out inferior_ptid. Don't call
780 clear_symtab_users().
781 (mips_thread_alive, mips_pid_to_str): New functions.
782 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
783 to_thread_alive and to_pid_to_str operations.
784
785 2010-03-04 Tom Tromey <tromey@redhat.com>
786
787 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
788 in DWARF 3 and later.
789 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
790
791 2010-03-04 Keith Seitz <keiths@redhat.com>
792
793 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
794 If the filename portion of the linespec was quoted, recheck the
795 remainder for additional quoting.
796 (locate_first_half): Skip over completer chars, too.
797
798 2010-03-04 Tom Tromey <tromey@redhat.com>
799
800 * printcmd.c (printf_command): Pass dummy argument to
801 printf_filtered.
802
803 2010-03-04 Doug Evans <dje@google.com>
804
805 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
806 unwound_fp.
807
808 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
809
810 2010-03-04 Pedro Alves <pedro@codesourcery.com>
811
812 * breakpoint.c (update_watchpoint): Create a sentinel location if
813 the software watchpoint isn't watching any memory.
814 (breakpoint_address_bits): Skip dummy software watchpoint locations.
815
816 2010-03-04 Pedro Alves <pedro@codesourcery.com>
817
818 * utils.c (fputs_maybe_filtered): Check if there's already a top
819 level interpreter before dereferencing it. If there isn't one,
820 don't paginate either.
821
822 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
823
824 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
825 the state right when single stepping.
826 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
827 Get the next PC along with the instruction state.
828 (thumb_get_next_pc): Remove.
829 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
830
831 2010-03-04 Hui Zhu <teawater@gmail.com>
832
833 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
834
835 2010-03-03 Pedro Alves <pedro@codesourcery.com>
836
837 * utils.c (fputs_maybe_filtered): Always disable pagination if the
838 top level interpreter is MI.
839
840 2010-03-03 Stan Shebs <stan@codesourcery.com>
841
842 * remote.c (remote_download_tracepoint): Iterate over locations.
843 * tracepoint.c (validate_actionline): Ditto.
844 (encode_actions): Add location argument.
845 (trace_dump_command): Check all locations to see if stepping
846 frame.
847
848 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
849 Eli Zaretskii <eliz@gnu.org>
850
851 * NEWS: Add X86 general purpose registers section.
852
853 2010-03-03 Tom Tromey <tromey@redhat.com>
854
855 PR mi/11098:
856 * varobj.c (install_new_value): Handle case where new print_value
857 is NULL.
858
859 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
860
861 PR gdb/11345:
862 * printcmd.c (printf_command): Print end of format string using
863 printf_filtered.
864
865 2010-03-02 Tom Tromey <tromey@redhat.com>
866
867 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
868 * defs.h (read_command_lines_1): Add missing 'void'.
869 * cli/cli-script.c (recurse_read_control_structure): Add missing
870 'void'.
871 (read_next_line): Likewise.
872 (read_command_lines_1): Likewise.
873
874 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
875
876 * spu-tdep.c (spu_analyze_prologue): Track instruction to
877 store backchain as part of prologue.
878
879 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
880
881 * progspace.c (update_address_spaces): Update inferior address spaces
882 also.
883
884 2010-03-02 Doug Evans <dje@google.com>
885
886 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
887 lowpc,highpc args to addrmap_set_empty.
888
889 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
890
891 * amd64-tdep.c (amd64_byte_names): New.
892 (amd64_word_names): Likewise.
893 (amd64_dword_names): Likewise.
894 (amd64_pseudo_register_name): Likewise.
895 (amd64_pseudo_register_read): Likewise.
896 (amd64_pseudo_register_write): Likewise.
897 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
898 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
899 set_gdbarch_pseudo_register_write and
900 set_tdesc_pseudo_register_name. Don't call
901 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
902
903 * i386-tdep.c (i386_num_mmx_regs): Removed.
904 (i386_num_pseudo_regs): Likewise.
905 (i386_byte_names): New.
906 (i386_word_names): Likewise.
907 (i386_byte_regnum_p): Likewise.
908 (i386_word_regnum_p): Likewise.
909 (i386_mmx_regnum_p): Updated.
910 (i386_pseudo_register_name): Make it global. Handle byte and
911 word pseudo-registers.
912 (i386_pseudo_register_read): Likewise.
913 (i386_pseudo_register_write): Likewise.
914 (i386_pseudo_register_type): Handle byte, word and dword
915 pseudo-registers
916 (i386_register_reggroup_p): Don't include pseudo
917 registers, except for MXX, in any register groups. Don't
918 include pseudo byte, word, dword registers in general_reggroup.
919 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
920 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
921 pseudo-registers after word pseudo-registers. Call
922 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
923
924 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
925 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
926 eax_regnum.
927 (i386_byte_regnum_p): New.
928 (i386_word_regnum_p): Likewise.
929 (i386_dword_regnum_p): Likewise.
930 (i386_pseudo_register_name): Likewise.
931 (i386_pseudo_register_read): Likewise.
932 (i386_pseudo_register_write): Likewise.
933
934 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
935
936 * target-descriptions.c (tdesc_type): Remove
937 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
938 (tdesc_predefined_types): Likewise.
939 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
940 if flag name is empty.
941 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
942
943 * features/i386/32bit-core.xml: Define i386_eflags.
944 * features/i386/64bit-core.xml: Likewise.
945
946 * features/i386/32bit-sse.xml: Define i386_mxcsr.
947 * features/i386/64bit-sse.xml: Likewise.
948
949 * features/i386/amd64-linux.c: Regenerated.
950 * features/i386/amd64.c: Likewise.
951 * features/i386/i386-linux.c: Likewise.
952 * features/i386/i386.c: Likewise.
953
954 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
955
956 * gdbtypes.c (append_composite_type_field_raw): New.
957 (append_composite_type_field_aligned): Use the new function.
958 * gdbtypes.h (append_composite_type_field_raw): Declare.
959 * target-descriptions.c (struct tdesc_type_field): Add start and end.
960 (struct tdesc_type_flag): New type.
961 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
962 kind. Add size to u.u. Add u.f for flags.
963 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
964 (tdesc_free_type): Likewise.
965 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
966 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
967 (tdesc_add_bitfield, tdesc_add_flag): New.
968 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
969 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
970 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
971 current_type. Add current_type_size and current_type_is_flags.
972 (tdesc_start_union): Clear the new fields.
973 (tdesc_start_struct, tdesc_start_flags): New.
974 (tdesc_start_field): Handle struct fields, including bitfields.
975 (field_attributes): Make type optional. Add start and end.
976 (union_children): Rename to struct_union_children.
977 (union_attributes): Rename to struct_union_attributes. Add optional
978 size.
979 (flags_attributes): New.
980 (feature_children): Add struct and flags.
981 * features/gdb-target.dtd: Add flags and struct to features.
982 Make field type optional. Add field start and end.
983
984 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
985
986 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
987 (amd64_linux_read_description): Likewise.
988 (_initialize_amd64_linux_nat): Set to_read_description to
989 amd64_linux_read_description.
990
991 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
992 (amd64_linux_register_name): Removed.
993 (amd64_linux_register_type): Likewise.
994 (amd64_linux_core_read_description): New.
995 (amd64_linux_init_abi): Set target description to
996 tdesc_amd64_linux if needed. Support orig_rax in target
997 description. Don't call set_gdbarch_register_name nor
998 set_gdbarch_register_type. Call
999 set_gdbarch_core_read_description.
1000 (_initialize_amd64_linux_tdep): Call
1001 initialize_tdesc_amd64_linux.
1002
1003 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
1004
1005 * amd64-tdep.c: Include "features/i386/amd64.c".
1006 (amd64_register_names): Removed.
1007 (amd64_register_name): Likewise.
1008 (amd64_register_type): Likewise.
1009 (amd64_init_abi): Set num_core_regs and register_names. Set
1010 target description to tdesc_amd64 if needed. Don't call
1011 set_gdbarch_register_name nor set_gdbarch_register_type.
1012 (_initialize_amd64_tdep): New.
1013
1014 * i386-linux-nat.c (i386_linux_read_description): New.
1015 (_initialize_i386_linux_nat): Set to_read_description to
1016 i386_linux_read_description.
1017
1018 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
1019 (i386_linux_register_name): Removed.
1020 (i386_linux_core_read_description): New.
1021 (i386_linux_read_description): Likewise.
1022 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
1023 Set target description to tdesc_i386_linux if needed. Support
1024 orig_eax. Set register_reggroup_p. Call
1025 set_gdbarch_core_read_description.
1026 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
1027
1028 * i386-linux-tdep.h (tdesc_i386_linux): New.
1029
1030 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
1031 with I387_NUM_REGS.
1032
1033 * i386-tdep.c: Include "features/i386/i386.c".
1034 (i386_register_names): Make it const.
1035 (i386_mmx_names): Likewise.
1036 (i386_num_register_names): Removed.
1037 (i386_register_name): Likewise.
1038 (i386_eflags_type): Likewise.
1039 (i386_mxcsr_type): Likewise.
1040 (i386_sse_type): Likewise.
1041 (i386_register_type): Likewise.
1042 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
1043 (i386_pseudo_register_name): New.
1044 (i386_pseudo_register_type): Likewise.
1045 (i386_mmx_type): Make it static.
1046 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
1047 I387_NUM_REGS. Set num_core_regs and register_names. Don't
1048 call set_gdbarch_register_name nor set_gdbarch_register_type.
1049 Set register_reggroup_p. Set target description to tdesc_i386
1050 if needed. Call set_tdesc_pseudo_register_type,
1051 set_tdesc_pseudo_register_name and tdesc_use_registers.
1052 (_initialize_i386_tdep): Call initialize_tdesc_i386.
1053 initialize_tdesc_x86_64.
1054
1055 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
1056 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
1057 register_names, tdesc and register_reggroup_p.
1058 (I386_NUM_FREGS): Removed.
1059 (i386_eflags_type): Likewise.
1060 (i386_mxcsr_type): Likewise.
1061 (i386_mmx_type): Likewise.
1062 (i386_sse_type): Likewise.
1063 (i386_register_name): Likewise.
1064 (i386_regnum): Add I386_MXCSR_REGNUM.
1065 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
1066
1067 * i387-tdep.h (I387_NUM_REGS): New.
1068
1069 * regformats/i386/i386-linux.dat: Generated.
1070 * regformats/i386/i386.dat: Likewise.
1071 * regformats/i386/amd64-linux.dat: Likewise.
1072 * regformats/i386/amd64.dat: Likewise.
1073
1074 * regformats/reg-i386-linux.dat: Removed.
1075 * regformats/reg-i386.dat: Likewise.
1076 * regformats/reg-x86-64-linux.dat: Likewise.
1077 * regformats/reg-x86-64.dat: Likewise.
1078
1079 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
1080
1081 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
1082 cygwin_conv_path API rather than the deprecated
1083 cygwin_conv_to_full_posix_path.
1084 * windows-nat.c:
1085 (GetModuleFileNameExA): Undefine for Cygwin.
1086 (GetModuleFileNameExW): Define for Cygwin.
1087 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
1088 Call GetModuleFileNameExW and convert path to POSIX using
1089 cygwin_conv_path.
1090 (windows_make_so): Always define p. Drop unused variable m.
1091 Don't use Win32 functions to check file existance, rather use
1092 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
1093 Use canonicalize_file_name to get full path.
1094 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
1095 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
1096 use correct target buffer size in call to WideCharToMultiByte.
1097 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
1098 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
1099 (windows_create_inferior): Convert all paths and arguments to wchar_t
1100 and use CreateProcessW on Cygwin.
1101 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
1102 (bad_GetModuleFileNameExA): Undefine for Cygwin.
1103 (bad_GetModuleFileNameExW): Define for Cygwin.
1104 (_initialize_loadable): Load GetModuleFileNameExW into
1105 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
1106
1107 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1108
1109 PR python/11036
1110 * python/py-frame.c (frapy_read_var): Add block argument and logic
1111 to cope with user provided blocks.
1112
1113 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1114
1115 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
1116 New comment.
1117
1118 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
1119
1120 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
1121 (COMMON_OBS): ... to here since it's used unconditionally.
1122 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
1123 (SFILES): To here.
1124
1125 2010-02-26 David Daney <ddaney@caviumnetworks.com>
1126
1127 * mips-linux-tdep.c: Update struct sigframe comments.
1128 (SIGFRAME_CODE_OFFSET): Delete macro.
1129 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
1130 this_frame's sp.
1131 (mips_linux_n32n64_sigframe_init): Same.
1132
1133 2010-02-26 Kevin Buettner <kevinb@redhat.com>
1134
1135 * remote-mips.c (mips_load): Don't use pseudo-register when
1136 invalidating regcache.
1137
1138 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1139
1140 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
1141
1142 2010-02-26 Pedro Alves <pedro@codesourcery.com>
1143
1144 * NEWS: Add "New targets" section, and mention ARM Symbian
1145 support.
1146
1147 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
1148
1149 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
1150 add ADDR_SIZE member.
1151 (allocate_piece_closure): Update.
1152 (copy_pieced_value_closure): Likewise.
1153 (dwarf2_evaluate_loc_desc): Likewise.
1154 (read_pieced_value): Use DWARF address size instead of
1155 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
1156
1157 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
1158 Tom Tromey <tromey@redhat.com>
1159
1160 * python/py-type.c (typy_lookup_typename): Add in block argument.
1161 If provided restrict lookup to specified blocks.
1162 (gdbpy_lookup_type): Likewise.
1163 (typy_lookup_type): Likewise.
1164
1165 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
1166
1167 Symbian config
1168
1169 gdb/
1170 * arm-symbian-tdep.c: New.
1171 * configure.tgt (arm*-*-symbianelf*): New target.
1172 (*-*-symbianelf*): New OS.
1173 * osabi.c (gdb_osabi_names): Add Symbian.
1174 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
1175 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
1176 (ALLDEPFILES): Add arm-symbian-tdep.c.
1177
1178 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
1179
1180 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
1181
1182 2010-02-24 Pedro Alves <pedro@codesourcery.com>
1183
1184 * mi/mi-main.c (mi_cmd_execute): Fix typo.
1185
1186 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1187 Tom Tromey <tromey@redhat.com>
1188 Thiago Jung Bauermann <bauerman@br.ibm.com>
1189
1190 * python/python.c (_initialize_python): Call
1191 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
1192 gdbpy_initialize_blocks.
1193 * python/python-internal.h: Declare struct symbol, block and
1194 symtab_and_line. Declare block_object_type and
1195 symbol_object_type
1196 (gdbpy_lookup_symbol gdbpy_block_for_pc)
1197 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
1198 (symbol_to_symbol_object, block_to_block_object)
1199 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
1200 (gdbpy_initialize_blocks ): Declare.
1201 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
1202 (frapy_select): Add methods.
1203 (frapy_read_var): Add symbol branch.
1204 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
1205 py-block.
1206 (SUBDIR_PYTHON_SRCS): Likewise.
1207 (py-symbol.o): New rule.
1208 (py-symtab.o): Likewise.
1209 (py-block.o): Likewise.
1210 * python/py-symbol.c: New file.
1211 * python/py-symtab.c: Likewise.
1212 * python/py-block.c: Likewise.
1213
1214 2010-02-24 Pedro Alves <pedro@codesourcery.com>
1215
1216 PR gdb/11321
1217
1218 * inferior.h (prepare_for_detach): Declare.
1219 (struct inferior) <detaching>: New field.
1220 * infrun.c (prepare_for_detach): New.
1221 (handle_inferior_event) <random signal>: Don't stop if detaching.
1222 * target.c (target_detach): Call prepare_for_detach.
1223
1224 2010-02-24 Pedro Alves <pedro@codesourcery.com>
1225
1226 Per-process displaced stepping queue.
1227
1228 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
1229 (displaced_step_gdbarch, displaced_step_closure,
1230 (displaced_step_original, displaced_step_copy): Move globals to
1231 this...
1232 (struct displaced_step_inferior_state): ... new structure.
1233 (displaced_step_inferior_states): New global.
1234 (get_displaced_stepping_state, add_displaced_stepping_state)
1235 (remove_displaced_stepping_state, infrun_inferior_exit): New
1236 functions.
1237 (displaced_step_clear): Add displaced_step_inferior_state
1238 parameter, and adjust to handle it.
1239 (displaced_step_clear_cleanup): Parameter is now a
1240 displaced_step_inferior_state. Adjust.
1241 (displaced_step_prepare): Adjust.
1242 (displaced_step_fixup, displaced_step_fixup)
1243 (infrun_thread_ptid_changed, resume): Adjust.
1244 (init_wait_for_inferior): Don't call displaced_step_clear.
1245 (infrun_thread_stop_requested): Rewrite.
1246 (_initialize_infrun): Install infrun_inferior_exit as
1247 inferior_exit observer.
1248
1249 2010-02-24 Pedro Alves <pedro@codesourcery.com>
1250
1251 * inferior.h (ptid_match): Declare.
1252 * infrun.c (ptid_match): New.
1253 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
1254 (handle_notification): Add debug output.
1255 * linux-nat.c (ptid_match): Delete.
1256
1257 2010-02-24 David S. Miller <davem@davemloft.net>
1258
1259 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
1260 * syscalls/sparc-linux.xml: New.
1261 * syscalls/sparc64-linux.xml: New.
1262 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
1263 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
1264 (sparc32_linux_get_syscall_number): New function.
1265 (sparc32_linux_init_abi): Set syscall XML file name and hook up
1266 syscall number fetcher.
1267 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
1268 (sparc64_linux_get_syscall_number): New function.
1269 (sparc64_linux_init_abi): Set syscall XML file name and hook up
1270 syscall number fetcher.
1271
1272 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1273
1274 Multiexec MI
1275
1276 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1277 * inferior.c (add_inferior_silent): Notify inferior_added
1278 observer.
1279 (delete_inferior_1): Notify inferior_removed observer.
1280 (exit_inferior_1): Pass inferior, not pid, to observer.
1281 (inferior_appeared): Likewise.
1282 (add_inferior_with_spaces): New.
1283 (add_inferior_command): Use the above.
1284 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
1285 Declare.
1286
1287 * inflow.c (inflow_inferior_exit): Likewise.
1288 * jit.c (jit_inferior_exit_hook): Likewise.
1289
1290 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
1291 remove-inferior.
1292 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
1293 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
1294 (report_initial_inferior): New.
1295 (mi_inferior_removed): Register the above. Make sure
1296 inferior_added observer is called on the first inferior.
1297 (mi_new_thread, mi_thread_exit): Thread group is now identified by
1298 inferior number, not pid.
1299 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
1300 affected.
1301 * mi/mi-main.c (current_context): New.
1302 (proceed_thread_callback): Use typed closure.
1303 Proceed everything if pid is 0. Most implementation split into
1304 (proceed_thread): ... this.
1305 (run_one_inferior): New.
1306 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
1307 Adjust for multiexec behaviour.
1308 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
1309 (mi_cmd_execute): Handle the 'thread-group' option here.
1310 Do some extra checks.
1311 * mi-parse.c (mi_parse): Handle the --all and --thread-group
1312 options.
1313 * mi-parse.h (struct mi_parse): New fields all and thread_group.
1314
1315 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1316
1317 Make -exec-run a proper MI commands.
1318
1319 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
1320 * mi/mi-cmds.c (mi_cmds): Adjust.
1321 * mi/mi-main.c (mi_cmd_exec_run): New.
1322
1323 2010-02-24 Pedro Alves <pedro@codesourcery.com>
1324 Stan Shebs <stan@codesourcery.com>
1325
1326 * tracepoint.h (set_traceframe_number)
1327 (cleanup_restore_current_traceframe): Declare.
1328 * tracepoint.c (set_traceframe_number): New.
1329 (struct current_traceframe_cleanup): New.
1330 (do_restore_current_traceframe_cleanup)
1331 (restore_current_traceframe_cleanup_dtor)
1332 (make_cleanup_restore_current_traceframe): New.
1333 * infrun.c: Include tracepoint.h.
1334 (fetch_inferior_event): Switch out and in of tfind mode.
1335
1336 2010-02-24 Pedro Alves <pedro@codesourcery.com>
1337
1338 * breakpoint.c (breakpoint_init_inferior): Also delete
1339 bp_shlib_event breakpoints.
1340 * solib-frv.c (enable_break): Remove call to
1341 remove_solib_event_breakpoints.
1342 * solib-svr4.c (enable_break): Ditto.
1343 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
1344 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
1345 * solib-som.c (som_solib_create_inferior_hook): Ditto.
1346 * solib-spu.c (spu_enable_break): Ditto.
1347
1348 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
1349
1350 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
1351
1352 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
1353
1354 * varobj.c (varobj_update): Avoid non-constants in initializers.
1355
1356 2010-02-23 Tom Tromey <tromey@redhat.com>
1357
1358 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
1359 handle big-endian values.
1360 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
1361
1362 2010-02-22 Pedro Alves <pedro@codesourcery.com>
1363
1364 PR9605
1365
1366 gdb/
1367 * breakpoint.c (insert_bp_location): If inserting the read
1368 watchpoint failed, fallback to an access watchpoint.
1369 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
1370 if the value changed, if not watching the same memory for writes.
1371 (watchpoint_locations_match): Add comment.
1372 (update_global_location_list): Copy the location's watchpoint type.
1373 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
1374 handle read watchpoints here.
1375 (i386_insert_watchpoint): Read watchpoints aren't supported.
1376 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
1377 packets.
1378 * target.h (target_insert_watchpoint): Update description.
1379
1380 2010-02-19 Tom Tromey <tromey@redhat.com>
1381
1382 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
1383 * m2-typeprint.c (m2_print_type): Update.
1384 * gdbtypes.c (recursive_dump_type): Update.
1385 (copy_type_recursive): Update.
1386 * c-typeprint.c (c_type_print_varspec_prefix): Update.
1387 (c_type_print_base): Update.
1388 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
1389 Remove.
1390 (struct cplus_struct_type) <ntemplate_args>: Remove.
1391 <struct template_arg>: Remove.
1392 <is_dynamic>: Move earlier.
1393 (TYPE_TEMPLATE_ARGS): Remove.
1394 (TYPE_NTEMPLATE_ARGS): Remove.
1395 (TYPE_TEMPLATE_ARG): Remove.
1396
1397 2010-02-19 Tom Tromey <tromey@redhat.com>
1398
1399 PR c++/8693, PR c++/9496:
1400 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
1401 * c-exp.y (lex_one_token): Rename from yylex. Don't call
1402 write_dollar_variable. Don't try to classify NAME tokens.
1403 (token_and_value): New type.
1404 (token_fifo, popping, name_obstack): New globals.
1405 (classify_name): New function.
1406 (classify_inner_name): Likewise.
1407 (yylex): Likewise.
1408 (VARIABLE): Now has type sval.
1409 (exp : VARIABLE): Call write_dollar_variable.
1410 (qualified_name): Use TYPENAME, not typebase. Add production for
1411 multiple "::" instances.
1412 (variable): Use name_not_typename.
1413 (qualified_type): Remove.
1414 (typebase): Update.
1415
1416 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1417
1418 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
1419 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
1420 found by bfd_get_section_by_name.
1421 * symfile.h (struct section_addr_info) <sectindex>: New comment.
1422
1423 2010-02-19 Joel Brobecker <brobecker@adacore.com>
1424
1425 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
1426 7.0 section" into "Changes in 7.1".
1427
1428 2010-02-19 Joel Brobecker <brobecker@adacore.com>
1429
1430 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
1431 * version.in: Bump version to 7.1.50.20100219-cvs.
1432
1433 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
1434
1435 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
1436 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
1437
1438 2010-02-17 Tom Tromey <tromey@redhat.com>
1439
1440 * NEWS: Add Python API Improvements section.
1441
1442 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
1443
1444 * NEWS: Correct typo.
1445
1446 2010-02-17 Tom Tromey <tromey@redhat.com>
1447
1448 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
1449
1450 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1451
1452 * symfile.c (build_section_addr_info_from_objfile): Include sections
1453 only if they are SEC_ALLOC or SEC_LOAD.
1454
1455 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
1456
1457 PR shlibs/11293
1458 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
1459 of ULONGEST for address size.
1460
1461 2010-02-17 Tom Tromey <tromey@redhat.com>
1462
1463 * NEWS: Add C++ improvements section.
1464
1465 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
1466
1467 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
1468 PyThreadState_Swap): Avoid "statement with no effect" warning.
1469
1470 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1471
1472 * solib-svr4.c (enable_break <target_auxv_search>): New variable
1473 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
1474
1475 2010-02-17 Tristan Gingold <gingold@adacore.com>
1476 Petr Hluzín <petr.hluzin@gmail.com>
1477
1478 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
1479 gdb_assert. Fix info->size for SIG prologue.
1480
1481 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1482
1483 * infcmd.c (show_inferior_tty_command): Check for NULL.
1484 Correct output message.
1485
1486 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1487
1488 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
1489 FUNCTION contains parentheses. Improve removal of a trailing
1490 single quote.
1491
1492 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1493
1494 * gcore.c (do_bfd_delete_cleanup): New function.
1495 (gcore_command): Use it. Discard the cleanup after success.
1496 (gcore_copy_callback): Delete dead code.
1497
1498 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1499
1500 * symfile.c (addr_info_make_relative): Always use
1501 find_lowest_section.
1502
1503 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
1504
1505 * NEWS: Added entry for namespace fixes.
1506
1507 2010-02-15 Tom Tromey <tromey@redhat.com>
1508
1509 * dwarf2read.c (guess_structure_name): Allocate name on the
1510 objfile obstack.
1511
1512 2010-02-15 Tom Tromey <tromey@redhat.com>
1513
1514 * c-typeprint.c (c_type_print_base): Reverse order of test.
1515
1516 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1517
1518 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
1519 initialize it from ELF BFD. Extend the prelink condition by it.
1520
1521 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1522
1523 * defs.h (parse_pid_to_attach): New.
1524 * utils.c (parse_pid_to_attach): New.
1525 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
1526 * gnu-nat.c (gnu_attach): Likewise.
1527 * nto-procfs.c (procfs_attach): Likewise.
1528 * procfs.c (procfs_attach): Likewise.
1529 * windows-nat.c (windows_attach): Likewise.
1530 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
1531 * inf-ttrace.c (inf_ttrace_attach): Likewise.
1532 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
1533 check.
1534
1535 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
1536
1537 * MAINTAINERS: Add myself for write after approval privileges.
1538
1539 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1540
1541 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
1542 block.
1543
1544 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1545
1546 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
1547 only if INFO_VERBOSE.
1548
1549 2010-02-12 Tomas Holmberg <th@virtutech.com>
1550
1551 * mi/mi-main.c: Added the --reverse flag to the following MI
1552 commands: exec-continue, exec-finish, exec-next, exec-step,
1553 exec-next-instruction, exec-step-instruction. This is to
1554 support reverse execution over the MI interface to gdb.
1555
1556 2010-02-12 Pedro Alves <pedro@codesourcery.com>
1557
1558 * tracepoint.c (_initialize_tracepoint): Specify that the address
1559 range of `tfind outsize' is exclusive, and that the address range
1560 of `tfind range' is inclusive, in the commands' help strings.
1561
1562 2010-02-12 Joel Brobecker <brobecker@adacore.com>
1563
1564 Spurious "dll not found" error messages on x64-windows.
1565 * windows-nat.c: Add include of complaints.h.
1566 (handle_unload_dll): Change dll-not-found error into a complaint.
1567
1568 2010-02-12 Pedro Alves <pedro@codesourcery.com>
1569
1570 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
1571 bp_tracepoint and bp_fast_tracepoint, not
1572 bp_loc_software_breakpoint.
1573 (update_global_location_list): Tracepoints are never duplicates of
1574 anything.
1575
1576 2010-02-12 Pedro Alves <pedro@codesourcery.com>
1577
1578 * breakpoint.c (break_command_really): Change return type to int.
1579 Return false if no breakpoint was created, true otherwise.
1580 (trace_command): Don't set the tracepoint count if no tracepoint
1581 was created.
1582 (ftrace_command): Ditto.
1583 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
1584 created in the breakpoints table.
1585
1586 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1587 Ulrich Weigand <uweigand@de.ibm.com>
1588
1589 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
1590
1591 2010-02-11 Pedro Alves <pedro@codesourcery.com>
1592
1593 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
1594 the offset value isn't of integral type.
1595
1596 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1597
1598 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
1599 New.
1600
1601 2010-02-11 Pedro Alves <pedro@codesourcery.com>
1602
1603 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
1604 non-subscriptable types.
1605 * valarith.c (binop_types_user_defined_p): New, abstracted out
1606 from ...
1607 (binop_user_defined_p): ... this.
1608 * value.h (binop_types_user_defined_p): Declare.
1609
1610 2010-02-11 Pedro Alves <pedro@codesourcery.com>
1611
1612 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
1613 Merge uploaded TSVs before merging uploaded tracepoints.
1614
1615 2010-02-11 Pedro Alves <pedro@codesourcery.com>
1616
1617 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
1618
1619 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
1620
1621 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
1622 whitespace character after a dot in comment.
1623 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
1624 Likewise.
1625 (list_args_or_locals): For the 'all' (that is
1626 -stack-list-variables) case, always output list of tuples.
1627 Output 'arg' field if variable is argument.
1628
1629 2010-02-10 Tom Tromey <tromey@redhat.com>
1630
1631 * parser-defs.h (parser_debug): Declare.
1632 * parse.c (_initialize_parse): Install "debug parser" set/show
1633 command.
1634 (parser_debug): New global.
1635 (show_parserdebug): New function.
1636 * c-exp.y (c_parse): Set yydebug.
1637
1638 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
1639
1640 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
1641 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
1642 (tdesc_predefined_types): Add i387_ext, i386_eflags and
1643 i386_mxcsr.
1644 (tdesc_find_type): New.
1645 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
1646 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
1647
1648 * target-descriptions.h (tdesc_find_type): New.
1649
1650 2010-02-10 Michael Snyder <msnyder@vmware.com>
1651
1652 * gdb-gdb.py: Comment fix.
1653
1654 2010-02-09 Tristan Gingold <gingold@adacore.com>
1655
1656 * machoread.c (macho_symfile_relocate): New function.
1657 (macho_sym_fns): Use macho_symfile_relocate instead of
1658 default_symfile_relocate.
1659 (macho_oso_data): New type.
1660 (current_oso): New variable.
1661 (macho_add_oso_symfile): Do not compute section_addr_info, but
1662 instead set vma of sections.
1663 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
1664 Set and clear current_oso.
1665
1666 2010-02-09 Joel Brobecker <brobecker@adacore.com>
1667
1668 Wrong type description for tagged type parameter.
1669 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
1670 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
1671 reference to a tagged type.
1672
1673 2010-02-09 Tristan Gingold <gingold@adacore.com>
1674
1675 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
1676 brothers of the parent.
1677
1678 2010-02-08 Tom Tromey <tromey@redhat.com>
1679
1680 PR c++/8017:
1681 * value.h: Update.
1682 * valops.c (search_struct_field): Make 'name' const.
1683 (search_struct_method): Likewise.
1684 (find_method_list): Make 'method' const.
1685 (value_struct_elt): Make 'name' and 'err' const.
1686 (value_find_oload_method_list): Make 'method' const.
1687 (find_overload_match): Make 'name' const.
1688 * eval.c (evaluate_subexp_standard): New locals function,
1689 function_name.
1690 <OP_FUNCALL>: Handle OP_SCOPE specially.
1691
1692 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1693
1694 * infrun.c (handle_inferior_event): Do not look up regcache
1695 for exited processes.
1696
1697 Mon Feb 8 13:17:10 2010 Chris Moller <moller@mollerware.com>
1698
1699 PR gdb/10728
1700 * valarith.c (value_ptrdiff): Added a test for a zero type length,
1701 warn if found, and assume length = 1.
1702
1703 2010-02-08 Chris Moller <cmoller@redhat.com>
1704
1705 PR gdb/9067
1706 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
1707 cp_print_static_field) Fix use of obstacks.
1708
1709 2010-02-08 Pedro Alves <pedro@codesourcery.com>
1710
1711 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
1712 resumed LWPs as resumed.
1713 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
1714 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
1715 of throwing an internal error. If an LWP of a process we're not
1716 waiting for reports a signal, don't force collecting a SIGSTOP,
1717 and if it was breakpoint hit in non-stop mode, cancel it. Don't
1718 go through all LWPs cancelling breakpoints in non-stop mode.
1719 (resume_stopped_resumed_lwps): New.
1720 (linux_nat_wait): Use it.
1721
1722 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
1723
1724 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
1725 i386/amd64 and i386/amd64-linux.
1726 (i386/i386-expedite): New.
1727 (i386/i386-linux-expedite): Likewise.
1728 (i386/amd64-expedite):Likewise.
1729 (i386/amd64-linux-expedite): Likewise.
1730 ($(outdir)/i386/i386-linux.dat): Likewise.
1731 ($(outdir)/i386/amd64.dat): Likewise.
1732 ($(outdir)/i386/amd64-linux.dat): Likewise.
1733
1734 * features/i386/32bit-core.xml: New.
1735 * features/i386/32bit-linux.xml: Likewise.
1736 * features/i386/32bit-sse.xml: Likewise.
1737 * features/i386/64bit-core.xml: Likewise.
1738 * features/i386/64bit-linux.xml: Likewise.
1739 * features/i386/64bit-sse.xml: Likewise.
1740 * features/i386/i386-linux.xml: Likewise.
1741 * features/i386/i386.xml: Likewise.
1742 * features/i386/amd64-linux.xml: Likewise.
1743 * features/i386/amd64.xml: Likewise.
1744 * features/i386/i386-linux.c: Likewise.
1745 * features/i386/i386.c: Likewise.
1746 * features/i386/amd64-linux.c: Likewise.
1747 * features/i386/amd64.c: Likewise.
1748
1749 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
1750
1751 PR c++/7935:
1752 * cp-support.h: Added char* alias element to using_direct data
1753 struct.
1754 (cp_add_using): Added char* alias argument.
1755 (cp_add_using_directive): Ditto.
1756 * cp-namespace.c: Updated with the above changes.
1757 (cp_lookup_symbol_imports): Check for aliases.
1758 * dwarf2read.c (read_import_statement): Figure out local alias
1759 for the import and pass it on to cp_add_using.
1760 (read_namespace): Pass alias argument to cp_add_using.
1761
1762 2010-02-05 Hui Zhu <teawater@gmail.com>
1763
1764 * defs.h (gdb_bfd_errmsg): New extern.
1765 * exec.c (exec_file_attach): Change bfd_errmsg to
1766 gdb_bfd_errmsg.
1767 * utils.c (AMBIGUOUS_MESS1): New macro.
1768 (AMBIGUOUS_MESS2): New macro.
1769 (gdb_bfd_errmsg): New function.
1770
1771 2010-02-04 Doug Evans <dje@google.com>
1772
1773 * solib-svr4.c (enable_break): Add comment.
1774
1775 2010-02-04 Anthony Green <green@moxielogic.com>
1776
1777 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
1778 gracefully.
1779
1780 2010-02-04 Tom Tromey <tromey@redhat.com>
1781
1782 * valops.c (search_struct_field): Account for
1783 value_embedded_offset. Fix check for virtual base past the end of
1784 the object. Use value_copy when making a slice of the value.
1785
1786 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
1787
1788 PR tui/9622
1789 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
1790 only if gdb_stdout is a tty.
1791
1792 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
1793
1794 * target-descriptions.c: Include "osabi.h".
1795 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
1796 OSABI.
1797
1798 2010-02-04 Tristan Gingold <gingold@adacore.com>
1799
1800 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
1801 (macho_symtab_read): Adjust calls to macho_add_oso.
1802 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
1803 (macho_symfile_read): Adjust call to macho_oso_symfile.
1804 (macho_new_init): Move this function after declarations.
1805 (macho_symfile_init): Ditto.
1806 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
1807 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
1808
1809 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
1810
1811 Include MI command in remotelog.
1812
1813 * mi/mi-main.c (mi_execute_command): Call target_log_command.
1814
1815 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
1816
1817 * remote.c (remote_state): Remove gdbarch.
1818 (init_remote_state): Don't set gdbarch.
1819 (remote_query_supported): Pass target_gdbarch instead of
1820 rs->gdbarch to gdbarch_qsupported.
1821
1822 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
1823
1824 * gdbarch.sh: Add qsupported.
1825
1826 * gdbarch.c: Regenerated.
1827 * gdbarch.h: Likewise.
1828
1829 * remote.c (remote_state): Add gdbarch.
1830 (init_remote_state): Set gdbarch.
1831 (remote_query_supported): Support gdbarch_qsupported.
1832
1833 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
1834
1835 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
1836 __FreeBSD_kernel_version.
1837
1838 2010-02-03 Tristan Gingold <gingold@adacore.com>
1839
1840 * symfile.h (struct sym_fns): Add sym_relocate field.
1841 (default_symfile_relocate): New prototype.
1842 (symfile_relocate_debug_section): First argument is now an objfile.
1843 * symfile.c (default_symfile_relocate): Rename from
1844 symfile_relocate_debug_section, first argument is now an objfile.
1845 (symfile_relocate_debug_section): New function.
1846 * coffread.c (coff_sym_fns): Set sym_relocate field.
1847 * somread.c (som_sym_fns): Ditto.
1848 * mipsread.c (ecoff_sym_fns): Ditto.
1849 * machoread.c (macho_sym_fns): Ditto.
1850 * elfread.c (elf_sym_fns): Ditto.
1851 * dwarf2read.c (dwarf2_read_section): Ditto.
1852 * xcoffread.c (xcoff_sym_fns): Ditto.
1853 * dbxread.c (aout_sym_fns): Ditto.
1854 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
1855 (elfstab_build_psymtabs): Ditto.
1856
1857 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
1858
1859 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
1860
1861 2010-02-02 Tom Tromey <tromey@redhat.com>
1862
1863 * valops.c (value_cast_structs): Try downcasting using the RTTI
1864 type.
1865
1866 2010-02-02 Tom Tromey <tromey@redhat.com>
1867
1868 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
1869 (gnuv2_baseclass_offset): Now static.
1870 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
1871 * gnu-v2-abi.h: Remove.
1872
1873 2010-02-02 Tom Tromey <tromey@redhat.com>
1874
1875 * m2-typeprint.c (m2_record_fields): Don't use
1876 TYPE_DECLARED_TYPE.
1877 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
1878 (struct main_type) <flag_declared_class>: New field.
1879 (struct cplus_struct_type) <declared_type>: Remove.
1880 <ntemplate_args>: Move earlier.
1881 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
1882 (DECLARED_TYPE_TEMPLATE): Remove.
1883 (TYPE_DECLARED_TYPE): Remove.
1884 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
1885 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
1886 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
1887 TYPE_DECLARED_TYPE.
1888
1889 2010-02-02 Tom Tromey <tromey@redhat.com>
1890
1891 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
1892 * valops.c (search_struct_field): Compute nbases after calling
1893 CHECK_TYPEDEF.
1894 (check_field): Call CHECK_TYPEDEF.
1895 * cp-valprint.c (cp_print_value): Pass correct address to
1896 baseclass_offset. Fix check for virtual base past the end of the
1897 object. Don't offset address passed to cp_print_value_fields or
1898 apply_val_pretty_printer.
1899 (cp_print_value_fields): Fix call to val_print.
1900 (cp_print_value_fields_rtti): New function.
1901 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
1902 * p-valprint.c (pascal_object_print_value_fields): Fix call to
1903 val_print.
1904 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
1905 offset to address.
1906 * language.h (struct language_defn) <la_val_print>: Document.
1907 * c-lang.h (cp_print_value_fields_rtti): Declare.
1908
1909 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1910
1911 PR libc/11214:
1912 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
1913 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
1914 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
1915
1916 2010-02-01 Michael Matz <matz@suse.de>
1917 Daniel Jacobowitz <dan@codesourcery.com>
1918
1919 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
1920 functions use a frame pointer.
1921
1922 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1923
1924 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
1925 by a conditional setting DYN_ADDR. Use DYN_ADDR.
1926 * config/djgpp/fnchange.lst: Add translations for
1927 symbol-without-target_section.exp and symbol-without-target_section.c.
1928
1929 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1930
1931 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
1932 (remote_breakpoint_for_pc): Correct invalid_p check.
1933 * gdbarch.c: Regenerated.
1934
1935 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1936
1937 * arm-tdep.c (arm_find_mapping_symbol): New function, from
1938 arm_pc_is_thumb.
1939 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
1940 (extend_buffer_earlier): New function.
1941 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
1942 (arm_adjust_breakpoint_address): New function.
1943 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
1944
1945 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1946
1947 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
1948 (arm_linux_thumb2_le_breakpoint): New constants.
1949 (arm_linux_init_abi): Set thumb2_breakpoint and
1950 thumb2_breakpoint_size.
1951 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
1952 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
1953 Implement support for single stepping through IT blocks if
1954 a 32-bit Thumb breakpoint instruction is available.
1955 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
1956 is available, use it when needed.
1957 (arm_remote_breakpoint_from_pc): New function.
1958 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
1959 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
1960 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
1961
1962 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1963
1964 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
1965 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
1966 * gdbarch.c, gdbarch.h: Regenerated.
1967 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
1968 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
1969 gdbarch_remote_breakpoint_from_pc.
1970
1971 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1972
1973 * infrun.c (prepare_to_proceed): Handle other signals which might
1974 match a breakpoint.
1975 (handle_inferior_event): Move the check for unusual breakpoint
1976 signals earlier.
1977
1978 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
1979
1980 amd64 - function returning record with field straddling 2 registers.
1981 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
1982 a record of length <= 16 in which a field straddles the two
1983 eightbytes.
1984
1985 2010-01-29 Joel Brobecker <brobecker@adacore.com>
1986
1987 Implement return values on amd64-windows.
1988 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
1989 (amd64_windows_return_value): New function.
1990 (amd64_windows_init_abi): Call set_gdbarch_return_value with
1991 amd64_windows_return_value.
1992
1993 2010-01-29 Joel Brobecker <brobecker@adacore.com>
1994
1995 amd64-windows: 32 bytes allocated on stack by caller for integer
1996 parameter registers.
1997 * i386-tdep.h (struct gdbarch_tdep): Add new field
1998 integer_param_regs_saved_in_caller_frame.
1999 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
2000 tdep->integer_param_regs_saved_in_caller_frame to 1.
2001 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2002 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2003
2004 2010-01-29 Joel Brobecker <brobecker@adacore.com>
2005
2006 amd64-windows: memory args passed by pointer during function calls.
2007 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2008 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2009 where tdep->memory_args_by_pointer is non-zero.
2010 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
2011 tdep->memory_args_by_pointer to 1.
2012
2013 2010-01-29 Joel Brobecker <brobecker@adacore.com>
2014
2015 amd64-windows: Integer parameters in function calls.
2016 * i386-tdep.h (enum amd64_reg_class): New, moved here from
2017 amd64-tdep.c.
2018 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2019 call_dummy_integer_regs, and classify.
2020 * amd64-tdep.h (amd64_classify): Add declaration.
2021 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2022 (amd64_reg_class): Delete, moved to i386-tdep.h.
2023 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
2024 Replace call to amd64_classify by call to tdep->classify.
2025 (amd64_push_arguments): Get the list of registers to use for
2026 passing integer parameters from the gdbarch tdep structure,
2027 rather than using a hardcoded one. Replace calls to amd64_classify
2028 by calls to tdep->classify.
2029 (amd64_push_dummy_call): Get the register number used for
2030 the "hidden" argument from tdep->call_dummy_integer_regs.
2031 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2032 and tdep->call_dummy_integer_regs. Set tdep->classify.
2033 * amd64-windows-tdep.c: Add include of gdbtypes.h.
2034 (amd64_windows_dummy_call_integer_regs): New static global.
2035 (amd64_windows_classify): New function.
2036 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
2037 tdep->call_dummy_integer_regs and tdep->classify.
2038
2039 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2040
2041 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
2042 for the new regcache. All callers updated.
2043 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
2044 (get_thread_arch_regcache): Do not set aspace here.
2045 * regcache.h (regcache_xmalloc): Update declaration.
2046
2047 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
2048 regcache_xmalloc updated.
2049
2050 2010-01-28 Joel Brobecker <brobecker@adacore.com>
2051
2052 Another -Wunused-function error in procfs.c (sparc-solaris)
2053 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
2054 Only define if SYS_syssgi is defined.
2055 (remove_dbx_link_breakpoint): Delete declaration. Move up.
2056 (dbx_link_addr, insert_dbx_link_bpt_in_file)
2057 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
2058 is itself defined.
2059
2060 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
2061
2062 * windows-nat.c (windows_initialization_done): New variable.
2063 (get_windows_debug_event): Issue error when process dies before
2064 completely initializing.
2065 (do_initial_windows_stuff): Set flag to indicate when we are done with
2066 the initial steps of attaching to the child.
2067
2068 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2069
2070 * symtab.h (struct symbol <symtab>): New comment on NULL values.
2071
2072 2010-01-27 Doug Evans <dje@google.com>
2073
2074 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
2075
2076 * breakpoint.c (bpstat_stop_status): Delete useless code.
2077
2078 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2079
2080 * printcmd.c (display_uses_solib_p): Remove variable section. Access
2081 objfile via SYMBOL_SYMTAB.
2082
2083 2010-01-26 Tom Tromey <tromey@redhat.com>
2084
2085 PR exp/7643:
2086 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
2087 coerce_array on result.
2088
2089 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
2090
2091 * cp-namespace.c (cp_lookup_symbol_namespace): Added
2092 search_parent argument.
2093 (cp_add_using): Initialize 'searched' field.
2094 (reset_directive_searched): New function.
2095 * cp-support.h: Add 'searched' field to using_direct struct.
2096 (cp_lookup_symbol_imports): Ditto.
2097 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
2098 Perform recursive search.
2099 Implement non parent search.
2100 * valops.c (value_maybe_namespace_elt): Updated.
2101
2102 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
2103
2104 PR gdb/10929:
2105 * dwarf2read.c (read_lexical_block_scope): Create blocks for
2106 scopes which contain using directives even if they contain no
2107 declarations.
2108 * symtab.c (lookup_symbol_aux): Pass lowest level block to
2109 la_lookup_symbol_nonlocal.
2110 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
2111 cp_lookup_symbol_namespace.
2112 (cp_lookup_symbol_namespace): Perform an import lookup at every
2113 block level.
2114 (cp_lookup_symbol_imports): New function.
2115 (cp_lookup_symbol_in_namespace): New function.
2116
2117 2010-01-25 Tom Tromey <tromey@redhat.com>
2118
2119 PR gdb/11049:
2120 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
2121 result.
2122
2123 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2124
2125 * configure.ac: Only use host_os part when disabling TUI on osf.
2126 Use test to check variables, prefix strings with x.
2127 * configure: Regenerate.
2128
2129 * solib-osf.c (osf_current_sos): Initialize tail.
2130
2131 2010-01-25 gingold <gingold@adacore.com>
2132
2133 * windows-nat.c (windows_continue): Use %x to print thread id.
2134 (get_windows_debug_event): Ditto.
2135
2136 2010-01-22 Tom Tromey <tromey@redhat.com>
2137
2138 PR symtab/11199:
2139 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
2140 type and arguments. Use smash_to_methodptr_type.
2141 (read_structure_type): Call quirk_gcc_member_function_pointer
2142 later.
2143 * gdbtypes.h (smash_to_methodptr_type): Declare.
2144 * gdbtypes.c (smash_to_methodptr_type): New function.
2145 (lookup_methodptr_type): Use it.
2146
2147 2010-01-21 Tom Tromey <tromey@redhat.com>
2148
2149 PR symtab/11198:
2150 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
2151 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
2152 * glibc-tdep.c (find_minsym_and_objfile): Remove.
2153 (glibc_skip_solib_resolver): Use
2154 lookup_minimal_symbol_and_objfile.
2155
2156 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
2157
2158 * inflow.c (check_syscall): Guard by #if clause for GO32 and
2159 WIN32 targets.
2160
2161 2010-01-20 Tom Tromey <tromey@redhat.com>
2162
2163 PR backtrace/10770:
2164 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
2165 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
2166 * dwarf2expr.c (new_dwarf_expr_context): Allocate
2167 dwarf_stack_values, not CORE_ADDRs.
2168 (execute_stack_op): Change DW_OP_div and comparison operators to
2169 use signed operands.
2170
2171 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
2172
2173 Per-inferior args and tty and environment.
2174
2175 * infcmd.c (inferior_args): Rename to ...
2176 (inferior_args_scratch): ... this.
2177 (inferior_io_terminal): Rename to ...
2178 (inferior_io_terminal_scratch): ... this.
2179 (inferior_argc, inferior_argv): Remove.
2180 (set_inferior_io_terminal, get_inferior_io_terminal): Store
2181 inside current_inferior().
2182 (set_inferior_tty_command, show_inferior_tty_command): New.
2183 (get_inferior_args, set_inferior_args): Store inside
2184 current_inferior().
2185 (notice_args_set): Likewise and rename to...
2186 (set_args_command): ... this.
2187 (set_inferior_args_vector): Likewise.
2188 (notice_args_read): Rename to...
2189 (show_args_command): ...new.
2190 (tty_command): Remove.
2191 (run_command_1): Don't free old args, as they are freed by
2192 set_inferior_arg now.
2193 (run_no_args_command): Likewise.
2194 (inferior_environ): Remove.
2195 (run_command_1): Use environment of the current inferior.
2196 (environment_info, set_environment_command)
2197 (unset_environment_command, path_info, path_command): Likewise.
2198 (_initialize_infcmd): Adjust for function and variable renames.
2199 Do not init inferior_environ.
2200 * inferior.h (set_inferior_arg): Adjust prototype.
2201 (struct inferior): New fields args, argc, argv, terminal, environment.
2202 (inferior_environ): Remove declaration.
2203 * inferior.c (free_inferior): Free new fields.
2204 (add_inferior_silent): Initialize 'environment' field.
2205 * main.c (captured_main): Set arguments only after the initial
2206 inferior has been created. Set set_inferior_io_terminal,
2207 not tty_command.
2208 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
2209 inferior.
2210 (_initialize_mi_cmd_env): Adjust for disappearance of global
2211 inferior_environ.
2212 * solib.c (solib_find): Use environment of the current inferior.
2213
2214 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2215
2216 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
2217 HAVE_PYTHON.
2218 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
2219
2220 2010-01-20 Joel Brobecker <brobecker@adacore.com>
2221
2222 Get rid of ada-lang.c:function_name_from_pc.
2223 * ada-lang.c: Add "stack.h" #include.
2224 (function_name_from_pc): Delete.
2225 (is_known_support_routine): Replace call to function_name_from_pc
2226 by call to find_frame_funname.
2227 (ada_unhandled_exception_name_addr_from_raise): Likewise.
2228
2229 2010-01-19 Tom Tromey <tromey@redhat.com>
2230
2231 PR c++/11026:
2232 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
2233 objfile obstack.
2234
2235 2010-01-19 Tom Tromey <tromey@redhat.com>
2236
2237 * top.c (stop_sig, float_handler, do_nothing): Remove.
2238
2239 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2240
2241 * breakpoint.c (watchpoint_check): Check the call
2242 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
2243 Extend the comment.
2244 * config/djgpp/fnchange.lst: Add translations for
2245 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
2246 watchpoint-cond-gone-stripped.c.
2247
2248 2010-01-19 Tom Tromey <tromey@redhat.com>
2249
2250 PR c++/8000:
2251 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
2252 into parent scope, and enumerator into grandparent scope.
2253
2254 2010-01-19 Joel Brobecker <brobecker@adacore.com>
2255
2256 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
2257
2258 2010-01-19 Joel Brobecker <brobecker@adacore.com>
2259
2260 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
2261 i[34567]86-*-solaris2.1[0-9]*.
2262 * configure.tgt: Likewise.
2263
2264 2010-01-19 Joel Brobecker <brobecker@adacore.com>
2265
2266 * NEWS: Document the source command enhancement allowing it
2267 to load Python scripts. Document the "set/show script-extension"
2268 commands.
2269
2270 2010-01-19 Joel Brobecker <brobecker@adacore.com>
2271
2272 Add -Wunused-function to compile flags.
2273 * configure.ac: Add -Wunused-function to build_warnings.
2274 * configure: Regenerate.
2275
2276 2010-01-19 Joel Brobecker <brobecker@adacore.com>
2277
2278 "delete" ada-lex.c:input function, not used.
2279 * ada-lex.l: #define YY_NO_INPUT.
2280
2281 2010-01-19 Joel Brobecker <brobecker@adacore.com>
2282
2283 Delete free_named_symtabs and associated cleanup.
2284 * symfile.h (free_named_symtabs): Delete declaration.
2285 * symfile.c: Remove some commented out code (clear_symtab_users_once).
2286 (cashier_psymtab): Comment function out.
2287 Delete declaration.
2288 (free_named_symtabs): Delete.
2289 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
2290 * dbxread.c (end_psymtab): Likewise.
2291 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
2292 * exec.c (exec_close_1): Ditto.
2293 * xcoffread.c (xcoff_end_psymtab): Likewise.
2294
2295 2010-01-19 Joel Brobecker <brobecker@adacore.com>
2296
2297 * stack.c (print_block_frame_labels): Comment function out.
2298
2299 2010-01-19 Joel Brobecker <brobecker@adacore.com>
2300
2301 Delete unused or undefined functions.
2302 * breakpoint.c (ep_parse_optional_filename): Delete.
2303 * dcache.c (dcache_write_line): Remove declaration.
2304 * infrun.c (build_infrun): Remove declaration.
2305 * tracepoint.c (tracepoint_save_command): Remove declaration.
2306 * linux-nat.c (init_lwp_list): Delete. No longer used.
2307 * event-loop.c (check_async_signal_handlers): Delete declaration.
2308 * infrun.c (init_execution_control_state): Delete.
2309 (proceed): Update comment to avoid mentioning
2310 init_execution_control_state.
2311 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
2312 * ada-lang.c (ada_to_static_fixed_value): Delete.
2313 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
2314 * cp-namespace.c (cp_copy_usings): Delete.
2315 * xml-syscall.c (xml_number_of_syscalls): Delete.
2316 * progspace.c (find_program_space_by_num): Delete.
2317 * inflow.c (handle_sigio): Delete declaration.
2318 * hppa-tdep.c (hppa_alignof): Delete.
2319 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
2320 (mipsnbsd_core_osabi_sniffer): Delete.
2321
2322 2010-01-18 Tom Tromey <tromey@redhat.com>
2323
2324 PR c++/9680:
2325 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
2326 (CONST_CAST): New tokens.
2327 (exp): Add new productions.
2328 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
2329 reinterpret_cast.
2330 (is_cast_operator): New function.
2331 (yylex): Handle cast operators specially.
2332 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
2333 UNOP_REINTERPRET_CAST>: New cases.
2334 * expprint.c (print_subexp_standard): Likewise.
2335 (op_name_standard): Likewise.
2336 (dump_subexp_body_standard): Likewise.
2337 * parse.c (operator_length_standard): Likewise.
2338 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
2339 UNOP_REINTERPRET_CAST.
2340 * gdbtypes.c (class_types_same_p): New function.
2341 (is_ancestor): Use it.
2342 (is_public_ancestor): New function.
2343 (is_unique_ancestor_worker): Likewise.
2344 (is_unique_ancestor): Likewise.
2345 * gdbtypes.h (class_types_same_p, is_public_ancestor)
2346 (is_unique_ancestor): Declare.
2347 * valops.c (value_reinterpret_cast): New function.
2348 (dynamic_cast_check_1): Likewise.
2349 (dynamic_cast_check_2): Likewise.
2350 (value_dynamic_cast): Likewise.
2351 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
2352
2353 2010-01-18 Joel Brobecker <brobecker@adacore.com>
2354
2355 Fix build failure when building without Python support.
2356 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
2357 is not defined.
2358
2359 2010-01-18 Joel Brobecker <brobecker@adacore.com>
2360
2361 Use XVS field type instead of doing a parallel lookup.
2362 * ada-lang.c (ada_get_base_type): Follow the XVS field type
2363 if it is a reference type instead of doing a type lookup using
2364 the XVS field name.
2365
2366 2010-01-18 Joel Brobecker <brobecker@adacore.com>
2367
2368 Trust PAD types instead of using PAD___XVS.
2369 * ada-lang.c (trust_pad_over_xvs): New static variable.
2370 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
2371 parallel XVS type, follow the XVS type instead of the PAD type.
2372 (unwrap_value): Make sure that there is no parallel XVE type
2373 before returning the value as is.
2374 (set_ada_list, show_ada_list): New static variables.
2375 (set_ada_command, show_ada_command): New functions.
2376 (_initialize_ada_language): Add new "set/show ada" prefix commands.
2377 Add new "set/show ada trust-PAD-over-XVS" setting.
2378
2379 2010-01-18 Tom Tromey <tromey@redhat.com>
2380 Thiago Jung Bauermann <bauerman@br.ibm.com>
2381
2382 Allow "source" to load python scripts.
2383 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
2384 * python/python.c (source_python_script): New function.
2385 * python/python.h (source_python_script): Add declaration.
2386 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
2387 (script_ext_off, script_ext_soft, script_ext_strict)
2388 (script_ext_enums, script_ext_mode): New static constants.
2389 (show_script_ext_mode, find_and_open_script): New functions.
2390 (source_script): Enhance to handle Python scripts.
2391 (init_cli_cmds): Add set/show script-extension commands.
2392
2393 2010-01-16 Stan Shebs <stan@codesourcery.com>
2394
2395 * tracepoint.h (struct trace_status): Use unsigned long long
2396 instead of size_t.
2397 * tracepoint.c (trace_status_command): Fix printf directive.
2398 (trace_save_command): Check fwrite returns, fix printf directive.
2399 (trace_filename): New global.
2400 (tfile_open): Set it, check read returns.
2401 (tfile_close): Free trace_filename.
2402 (tfile_get_traceframe_address): Check read returns.
2403 (tfile_trace_find): Ditto.
2404 (tfile_fetch_registers): Ditto.
2405 (tfile_xfer_partial): Ditto.
2406 (tfile_get_trace_state_variable_value): Ditto.
2407
2408 2010-01-15 Stan Shebs <stan@codesourcery.com>
2409
2410 Add trace file support.
2411 * tracepoint.h (enum trace_stop_reason): New enum.
2412 (struct trace_status): New struct.
2413 (parse_trace_status): Declare.
2414 (struct uploaded_tp): Move here from remote.c,
2415 add fields for actions.
2416 (struct uploaded_tsv): New struct.
2417 * tracepoint.c (tfile_ops): New target vector.
2418 (trace_fd): New global.
2419 (tfile_open): New function.
2420 (tfile_close): New function.
2421 (tfile_files_info): New function.
2422 (tfile_get_trace_status): New function.
2423 (tfile_get_traceframe_address): New function.
2424 (tfile_trace_find): New function.
2425 (tfile_fetch_registers): New function.
2426 (tfile_xfer_partial): New function.
2427 (tfile_get_trace_state_variable_value): New function.
2428 (init_tfile_ops): New function.
2429 (_initialize_tracepoint): Call it, add tfile target.
2430 (trace_status): New global.
2431 (current_trace_status): New function.
2432 (trace_running_p): Remove, change all users to get from
2433 current_trace_status()->running.
2434 (get_trace_status): Remove.
2435 (trace_status_command): Call target_get_trace_status directly,
2436 report more detail including tracing stop reasons.
2437 (trace_find_command): Always allow tfind on a file.
2438 (trace_find_pc_command): Ditto.
2439 (trace_find_tracepoint_command): Ditto.
2440 (trace_find_line_command): Ditto.
2441 (trace_find_range_command): Ditto.
2442 (trace_find_outside_command): Ditto.
2443 (trace_frames_offset, cur_offset): Declare as off_t.
2444 (trace_regblock_size): Rename from reg_size, update users.
2445 (parse_trace_status): New function.
2446 (tfile_interp_line): New function.
2447 (disconnect_or_stop_tracing): Ensure current trace
2448 status before asking what to do.
2449 (stop_reason_names): New global.
2450 (trace_save_command): New command.
2451 (get_uploaded_tp): Move here from remote.c.
2452 (find_matching_tracepoint): Ditto.
2453 (merge_uploaded_tracepoints): New function.
2454 (parse_trace_status): Use stop_reason_names.
2455 (_initialize_tracepoint): Define tsave command.
2456 * target.h (target_ops): New fields to_save_trace_data,
2457 to_upload_tracepoints, to_upload_trace_state_variables,
2458 to_get_raw_trace_data, change to_get_trace_status
2459 to take a pointer to a status struct.
2460 (target_save_trace_data): New macro.
2461 (target_upload_tracepoints): New macro.
2462 (target_upload_trace_state_variables): New macro.
2463 (target_get_raw_trace_data): New macro.
2464 * target.c (update_current_target): Add new methods, change
2465 signature of to_get_trace_status.
2466 * remote.c (hex2bin): Make globally visible.
2467 (bin2hex): Ditto.
2468 (remote_download_trace_state_variable): Download name also.
2469 (remote_get_trace_status): Update parameter, use
2470 parse_trace_status.
2471 (remote_save_trace_data): New function.
2472 (remote_upload_tracepoints): New function.
2473 (remote_upload_trace_state_variables): New function.
2474 (remote_get_raw_trace_data): New function.
2475 (remote_start_remote): Use them.
2476 (_initialize_remote_ops): Add operations.
2477 * ax-gdb.c: Include breakpoint.h.
2478 * breakpoint.c (create_tracepoint_from_upload): Use
2479 break_command_really, return tracepoint, warn about unimplemented
2480 parts.
2481 * NEWS: Mention trace file addition.
2482
2483 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2484
2485 Fix compilation warning on gcc-3.4.
2486 * exec.c (print_section_info): Move the `displacement' variable
2487 initialization to its declaration.
2488
2489 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2490
2491 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
2492 comparison.
2493
2494 2010-01-15 Eric Botcazou <botcazou@adacore.com>
2495
2496 "info tasks" broken by typedefs in ATCB type definitions.
2497 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
2498 ada_check_typedef before retrieving the length of the type for
2499 regular fields.
2500
2501 2010-01-15 Joel Brobecker <brobecker@adacore.com>
2502
2503 Do not use name-based lookup for unconstrained packed arrays.
2504 * ada-lang.c (find_parallel_type_by_descriptive_type):
2505 Limit the fallback to name-based lookups to the case where
2506 the type is a constrained packed array.
2507
2508 2010-01-15 Joel Brobecker <brobecker@adacore.com>
2509
2510 Enhance gdb-gdb.py to handle main_type.type_specific.
2511 * gdb-gdb.py: Print the type-specific part of struct main_type.
2512
2513 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2514
2515 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
2516 * configure: Regenerate.
2517 * config.in: Regenerate.
2518 * utils.c: Include sys/resource.h.
2519 (dump_core, can_dump_core): New.
2520 (internal_vproblem): Update the comment. Check can_dump_core while
2521 setting dump_core_p. Replace two abort calls by dump_core calls.
2522
2523 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2524 Eli Zaretskii <eliz@gnu.org>
2525
2526 * NEWS: Document the PIE support.
2527
2528 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2529
2530 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
2531 (check_is_pie_binary, _initialize_linux_tdep): Remove.
2532
2533 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2534
2535 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
2536 Replace exec_entry_point call by bfd_get_start_address.
2537
2538 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2539
2540 Support Valgrind attachments broken by the PIE support.
2541 * auxv.c: Include gdbcore.h.
2542 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
2543 parameters ops, object and annex. Remove their assertions.
2544 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
2545 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
2546 (memory_xfer_auxv): ... here.
2547 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
2548 memory_xfer_auxv.
2549 * procfs.c (procfs_xfer_partial): Likewise.
2550 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
2551 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
2552 (svr4_solib_create_inferior_hook): Conditionalize the
2553 svr4_relocate_main_executable call.
2554
2555 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2556
2557 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
2558 target_section. Find SECT in current_target_sections, gdb_assert it.
2559 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
2560 New variable abfd.
2561 * symtab.c (lookup_objfile_from_block): Return the binary file instead
2562 of separate debug info file.
2563
2564 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2565
2566 Support PIEs with no symfile_objfile.
2567 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
2568 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
2569
2570 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2571
2572 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
2573 code part to ...
2574 (svr4_static_exec_displacement): ... a new function.
2575 (svr4_exec_displacement): New function.
2576 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
2577 new_offsets using alloca now. Remove variable old_chain and changed.
2578 Call objfile_relocate unconditionally now.
2579
2580 2010-01-14 Doug Evans <dje@google.com>
2581
2582 * gdbtypes.c (arch_flags_type): Fix comment.
2583 * gdbtypes.h (arch_composite_type): Fix comment.
2584
2585 2009-01-14 Tristan Gingold <gingold@adacore.com>
2586
2587 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
2588 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
2589 to symbol_file_add_from_bfd. Add OSO as separate objfile.
2590 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
2591 macho_add_oso_symfile.
2592 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
2593
2594 2010-01-14 Joel Brobecker <brobecker@adacore.com>
2595
2596 Tru64: Dead threads are never deleted.
2597 * dec-thread.c (dec_thread_ptid_is_alive): New function.
2598 (dec_thread_count_gdb_threads): Fix counter increment.
2599 (dec_thread_add_gdb_thread): Fix *listp increment.
2600 (resync_thread_list): Fix bug in deletion of dead threads that
2601 caused all threads to be deleted, instead of just the dead ones.
2602
2603 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2604
2605 PR python/10705
2606
2607 * python/python-internal.h: Add lazy_string_object_type
2608 definition.
2609 (create_lazy_string_object, gdbpy_initialize_lazy_string)
2610 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
2611 * python/py-value.c (valpy_lazy_string): New function.
2612 (convert_value_from_python): Add lazy string conversion.
2613 * python/py-prettyprint.c (pretty_print_one_value): Check if
2614 return is also a lazy string.
2615 (print_string_repr): Add lazy string printing branch.
2616 (print_children): Likewise.
2617 * python/py-lazy-string.c: New file. Implement lazy strings.
2618 * python/python.c (_initialize_python): Call
2619 gdbpy_initialize_lazy_string.
2620 * varobj.c (value_get_print_value): Add lazy string printing
2621 branch. Account for encoding.
2622 * c-lang.c (c_printstr): Account for new encoding argument. If
2623 encoding is NULL, find encoding suited for type, otherwise use
2624 user encoding.
2625 * language.h (language_defn): Add encoding argument.
2626 (LA_PRINT_STRING): Likewise.
2627 * language.c (unk_lang_printstr): Update to reflect new encoding
2628 argument to language_defn.
2629 * ada-lang.h (ada_printstr): Likewise.
2630 * c-lang.h (c_printstr): Likewise.
2631 * p-lang.h (pascal_printstr);
2632 * f-lang.c (f_printstr): Likewise.
2633 * m2-lang.c (m2_printstr): Likewise.
2634 * objc-lang.c (objc_printstr): Likewise.
2635 * p-lang.c (pascal_printstr): Likewise.
2636 * scm-lang.c (scm_printstr): Likewise.
2637 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
2638 encoding argument.
2639 * ada-valprint.c (ada_printstr): Likewise.
2640 * f-valprint.c (f_val_print): Likewise
2641 * m2-valprint.c (m2_val_print): Likewise.
2642 * p-valprint.c (pascal_val_print): Likewise.
2643 * expprint.c (print_subexp_standard): Likewise.
2644 * valprint.c (val_print_string): Likewise.
2645 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
2646 (SUBDIR_PYTHON_SRCS): Likewise.
2647 (py-lazy-string.o): New rule.
2648
2649 2010-01-13 Doug Evans <dje@google.com>
2650
2651 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
2652 uninitialized" warning from gcc on local `tree'.
2653
2654 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2655
2656 Implement core awareness.
2657
2658 * bcache.c (compare_ints): Remove
2659 (print_percentage): Use compare_positive_ints.
2660 * defs.h (compare_positive_ints): Declare.
2661 * linux-nat.h (struct lin_lwp): New field core.
2662 (linux_nat_core_of_thread_1): Declare.
2663 * linux-nat.c (add_lwp): Init the 'core' field.
2664 (linux_nat_wait_1): Record the core.
2665 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
2666 (linux_nat_add_target): Register the above.
2667 * linux-thread-db.c (update_thread_core): New.
2668 (thread_db_find_new_threads): Update core information for
2669 every thread.
2670 * remote.c (struct private_thread_info): New.
2671 (free_private_thread_info, demand_private_info): New.
2672 (PACKET_qXfer_threads, use_osdata_threads): New.
2673 (struct thread_item, threads_parsing_context
2674 (start_thread, end_thread, thread_attributes)
2675 (thread_children, threads_children, threads_elements): New.
2676 (remote_threads_info): Try qXfer:threads before anything
2677 else.
2678 (remote_protocol_packets): Register qXfer:threads.
2679 (remote_open_1): Init use_osdata_threads.
2680 (struct stop_reply): New field 'core'.
2681 (remote_parse_stop_reply): Parse core number.
2682 (process_stop_reply): Record core number.
2683 (remote_xfer_partial): Handle qXfer:threads.
2684 (remote_core_of_thread): New.
2685 (init_remote_ops): Register remote_core_of_thread.
2686 (_initialize_remote): Register qXfer:read.
2687 * target.c (target_core_of_thread): New
2688 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
2689 (struct target_ops): New field to_core_of_threads.
2690 (target_core_of_thread): Declare.
2691 * gdbthread.h (struct thread_info): New field private_dtor.
2692 * thread.c (print_thread_info): Report the core.
2693 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
2694 * utils.c (compare_positive_ints): New.
2695 * features/threads.dtd: New.
2696 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
2697 * mi/mi-main.c (struct collect_cores_data, collect_cores)
2698 (do_nothing, free_vector_of_osdata_items)
2699 (splay_tree_int_comparator, free_splay_tree): New.
2700 (print_one_inferior_data): Implemented printing of selected
2701 inferiors. Collect and print cores.
2702 (output_cores): New.
2703 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
2704 thread groups together with --available.
2705
2706 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2707
2708 * configure: Regenerate (for _STRUCTURED_PROC).
2709
2710 2010-01-12 Joel Brobecker <brobecker@adacore.com>
2711
2712 Delete dead function.
2713 * ada-lang.c (extract_string): Delete. No longer used.
2714
2715 2010-01-12 Joel Brobecker <brobecker@adacore.com>
2716
2717 Fix -Wunused warning in dec-thread.c.
2718 * dec-thread.c (dec_thread_count_gdb_threads)
2719 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
2720
2721 2010-01-12 Joel Brobecker <brobecker@adacore.com>
2722
2723 * ada-valprint.c (ada_print_floating): Remove trailing space.
2724
2725 2010-01-12 Joel Brobecker <brobecker@adacore.com>
2726
2727 Add support for DW_AT_GNAT_descriptive_type.
2728 * gdbtypes.h (enum type_specific_kind): New enum.
2729 (struct main_type) [type_specific_field]: New component.
2730 [type_specific]: Add new component "gnat_stuff".
2731 (struct gnat_aux_type): New type.
2732 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
2733 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
2734 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
2735 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
2736 (TYPE_SPECIFIC_FIELD): New macros.
2737 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
2738 type does not hold any cplus-specific data.
2739 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
2740 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
2741 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
2742 cplus-specific data.
2743 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
2744 Set new component TYPE_SPECIFIC_FIELD (type).
2745 (gnat_aux_default): New constant.
2746 (allocate_gnat_aux_type): New function.
2747 (init_type): Add initialization the type-specific stuff for
2748 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
2749 (print_gnat_stuff): New function.
2750 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
2751 specific data. Adjust code that prints the contents of the
2752 type-specific union using the TYPE_SPECIFIC_FIELD value.
2753 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
2754 the type cplus stuff for Ada types.
2755 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
2756 Error out if these routines are called with an Ada type.
2757 (read_structure_type, read_array_type, read_subrange_type):
2758 Add call to set_descriptive_type.
2759 (set_die_type): Initialize the gnat-specific data if necessary.
2760 (need_gnat_info, die_descriptive_type, set_descriptive_type):
2761 New functions.
2762 * ada-lang.c (decode_constrained_packed_array_type): Use
2763 decode_constrained_packed_array_type instead of doing a standard
2764 lookup to locate a parallel type.
2765 (find_parallel_type_by_descriptive_type): New function.
2766 (ada_find_parallel_type_with_name): New function.
2767 (ada_find_parallel_type): Reimplement using
2768 ada_find_parallel_type_with_name.
2769 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
2770 to check if type has a cplus stuff.
2771 * linespec.c (total_number_of_methods): Likewise.
2772 * mdebugread.c (new_type): Likewise.
2773
2774 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2775
2776 * NEWS: Document the 0b binary number prefix parsing.
2777
2778 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2779
2780 * objfiles.c (objfile_relocate1): Change the return type to int.
2781 Describe the new return value. Return non-zero if data changed.
2782 (objfile_relocate): New variable changed. Set it. Call
2783 breakpoint_re_set depending on CHANGED.
2784
2785 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2786
2787 Implement binary numbers parsing.
2788 * c-exp.y (parse_number): New case 'b' and 'B'.
2789
2790 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2791 Tristan Gingold <gingold@adacore.com>
2792
2793 * solib.c (info_sharedlibrary_command): Replace
2794 objfile_has_partial_symbols and objfile_has_full_symbols calls by
2795 objfile_has_symbols.
2796
2797 2010-01-10 Joel Brobecker <brobecker@adacore.com>
2798
2799 * NEWS: Document the improvements made to the mips-irix port.
2800
2801 2010-01-09 Joel Brobecker <brobecker@adacore.com>
2802
2803 Fix the documentation of valprint.c:value_print.
2804 * valprint.c (value_print): Update the function description to
2805 mention that the syntax of the output follows the current_language,
2806 not necessarily C.
2807
2808 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2809
2810 Fix displacement of separate debug info files.
2811 * objfiles.c (objfile_relocate): Rename to ...
2812 (objfile_relocate1): ... here and make it static. Extend the comment.
2813 (objfile_relocate): New function.
2814 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
2815 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
2816 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
2817 allocated using alloca.
2818 * symfile.c (copy_section_addr_info): Remove.
2819 (build_section_addr_info_from_objfile): Make it global. New variables
2820 addr_bit and mask, use them.
2821 * symfile.h (build_section_addr_info_from_objfile): New prototype.
2822 (copy_section_addr_info): Remove.
2823
2824 2010-01-09 Joel Brobecker <brobecker@adacore.com>
2825
2826 Signal unwinder for mips-irix N32.
2827 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
2828 tramp-frame.h.
2829 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
2830 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
2831 (SIGCONTEXT_LO_OFF): New macros.
2832 (mips_irix_n32_tramp_frame_init): New function.
2833 (mips_irix_n32_tramp_frame): New static constant.
2834 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
2835
2836 2010-01-09 Joel Brobecker <brobecker@adacore.com>
2837
2838 Breakpoint in shared library does not work on mips-irix.
2839 * procfs.c: #include "observer.h".
2840 (procfs_inferior_created): New function, moving here the code
2841 which unsets the syssgi syscall-exit notifications.
2842 (procfs_create_inferior): Remove the code which unsets the syssgi
2843 syscall-exit notifications. It is too early to do this here.
2844 (_initialize_procfs): Attach the procfs_inferior_created observer.
2845
2846 2010-01-09 Joel Brobecker <brobecker@adacore.com>
2847
2848 Wrong return convention for arrays (mips-irix).
2849 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
2850 128 bits or smaller are returned the same way as structs
2851 and unions of the the same size.
2852
2853 2010-01-09 Joel Brobecker <brobecker@adacore.com>
2854
2855 Cannot set the PC on mips-irix.
2856 * irix5-nat.c (fill_gregset): Check regno against the raw PC
2857 register number, no the cooked one.
2858
2859 2010-01-09 Joel Brobecker <brobecker@adacore.com>
2860
2861 Error while loading core file on mips-irix.
2862 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
2863 if debugging from a core file.
2864
2865 2010-01-09 Joel Brobecker <brobecker@adacore.com>
2866
2867 GDB hangs when attaching to process on mips-irix.
2868 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
2869 attaching to a process.
2870
2871 2010-01-09 Joel Brobecker <brobecker@adacore.com>
2872
2873 Use the correct breakpoint instruction on mips-irix.
2874 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
2875 containing the correct breakpoint instruction to use on mips-irix.
2876 Use it when the osabi is GDB_OSABI_IRIX.
2877
2878 2010-01-09 Joel Brobecker <brobecker@adacore.com>
2879
2880 -Wunused warning in procfs.c (mips-irix only).
2881 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
2882 throughout instead of using praddset and prdelset respectively.
2883
2884 2010-01-09 Joel Brobecker <brobecker@adacore.com>
2885
2886 GDB crash while stepping into function.
2887 * infrun.c (handle_inferior_event): Refetch the current frame
2888 after handling what.main_action, in case that pointer became
2889 dangling.
2890
2891 2010-01-09 Joel Brobecker <brobecker@adacore.com>
2892
2893 Fix build failure of solaris-hosted cross debuggers.
2894 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
2895
2896 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
2897
2898 Fix build failure on sparc-solaris.
2899 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
2900
2901 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2902
2903 Move some symfile code into subroutines.
2904 * symfile.h (relative_addr_info_to_section_offsets)
2905 (addr_info_make_relative): New prototypes.
2906 * symfile.c (default_symfile_offsets): Move a part to ...
2907 (relative_addr_info_to_section_offsets): ... this new function.
2908 (default_symfile_offsets): Call it.
2909 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
2910 this part to ...
2911 (addr_info_make_relative): ... this new function.
2912
2913 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2914
2915 Add from_tty to solib_create_inferior_hook.
2916 * infcmd.c (post_create_inferior): Move solib_add after
2917 solib_create_inferior_hook. Pass from_tty to
2918 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
2919 0 from_tty and comment why.
2920 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
2921 * linux-nat.c (linux_child_follow_fork): Likewise.
2922 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
2923 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
2924 from_tty.
2925 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
2926 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
2927 * solib-null.c (null_solib_create_inferior_hook): Likewise.
2928 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
2929 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
2930 * solib-som.c (som_solib_create_inferior_hook): Likewise.
2931 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
2932 Pass it to svr4_so_ops.solib_create_inferior_hook.
2933 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
2934 from_tty.
2935 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
2936 solib_add.
2937 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
2938 enable_break.
2939 * solib-target.c (solib_target_solib_create_inferior_hook): New
2940 parameter from_tty.
2941 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
2942 it to ops->solib_create_inferior_hook.
2943 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
2944 Move solib_add after solib_create_inferior_hook, call it now with
2945 from_tty as 0. New comment there.
2946 * solib.h (solib_create_inferior_hook): New parameter from_tty.
2947 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
2948 Likewise.
2949
2950 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
2951
2952 Fix multiexec race.
2953 * infrun.c (handle_inferior_event): Use get_thread_regcache
2954 with events ptid, not get_current_regcache.
2955
2956 2009-01-08 Joel Brobecker <brobecker@adacore.com>
2957
2958 GDB crash with empty executable name (MinGW).
2959 * source.c (openp): Add assert that parameter string is not NULL.
2960 if parameter string is an empty string, then return with a failure
2961 immediately.
2962
2963 2009-01-08 Joel Brobecker <brobecker@adacore.com>
2964
2965 Get rid of support for VAX Floats.
2966 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
2967 (ada_vax_float_print_function): Delete.
2968 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
2969 (ada_vax_float_print_function): Delete.
2970 * ada-typeprint.c (print_vax_floating_point_type): Delete.
2971 (ada_print_type): Remove support for VAX floats.
2972 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
2973
2974 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2975
2976 * stabsread.c (read_args): Handle zero arguments.
2977
2978 2009-01-08 Joel Brobecker <brobecker@adacore.com>
2979
2980 Cannot find in-tree libiconv.a after reconfigure.
2981 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
2982 that we can use, then cache the path to this archive.
2983 * configure: Regenerate.
2984
2985 2010-01-07 Stan Shebs <stan@codesourcery.com>
2986
2987 Make tracepoint operations go through target vector.
2988 * target.h (enum trace_find_type): New enum.
2989 (struct target_ops): New fields to_trace_init,
2990 to_download_tracepoint, to_download_trace_state_variable,
2991 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
2992 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
2993 to_set_disconnected_tracing.
2994 (target_trace_init): New macro.
2995 (target_download_tracepoint): New macro.
2996 (target_download_trace_state_variable): New macro.
2997 (target_trace_start): New macro.
2998 (target_trace_set_readonly_regions): New macro.
2999 (target_get_trace_status): New macro.
3000 (target_trace_stop): New macro.
3001 (target_trace_find): New macro.
3002 (target_get_trace_state_variable_value): New macro.
3003 (target_set_disconnected_tracing): New macro.
3004 * target.c (update_current_target): Inherit and set defaults for
3005 tracepoint operations.
3006 * tracepoint.c (default_collect): Make globally visible.
3007 (target_is_remote): Remove, along with all calls.
3008 (tvariables_info): Call target_get_trace_state_variable_value.
3009 (remote_set_transparent_ranges): Remove.
3010 (trace_start_command): Call target_trace_init,
3011 target_download_tracepoint, etc.
3012 (download_tracepoint): Remove.
3013 (trace_stop_command): Simplify.
3014 (stop_tracing): Call target_trace_stop.
3015 (get_trace_status): Call target_get_trace_status.
3016 (trace_status_command): Add case for targets that cannot trace.
3017 (finish_tfind_command): Change to take numerical arguments, call
3018 target_trace_find.
3019 (trace_find_command): Update call to finish_tfind_command.
3020 (trace_find_pc_command): Ditto.
3021 (trace_find_tracepoint_command): Ditto.
3022 (trace_find_line_command): Ditto.
3023 (trace_find_range_command): Ditto.
3024 (trace_find_outside_command): Ditto.
3025 (set_disconnected_tracing_value): Call
3026 target_set_disconnected_tracing.
3027 * remote.c: Add protocol encoding bits from tracepoint.c.
3028 (trace_error): Move from tracepoint.c.
3029 (remote_get_noisy_reply): Ditto.
3030 (free_actions_list_cleanup_wrapper): Ditto.
3031 (free_actions_list): Ditto.
3032 (remote_trace_init): New function.
3033 (remote_download_tracepoint): New function.
3034 (remote_download_trace_state_variable): New function.
3035 (remote_trace_set_readonly_regions): New function.
3036 (remote_trace_start): New function.
3037 (remote_get_trace_status): New function.
3038 (remote_trace_stop): New function.
3039 (remote_trace_find): New function.
3040 (remote_download_trace_state_variable): New function.
3041 (remote_set_disconnected_tracing): New function.
3042 (init_remote_ops): Add tracepoint operations.
3043
3044 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
3045
3046 2010-01-07 Tristan Gingold <gingold@adacore.com>
3047
3048 * symfile.c (build_section_addr_info_from_objfile): New function.
3049 (symbol_file_add_separate): Don't use offsets from objfile but
3050 built an addr info.
3051
3052 2010-01-06 Stan Shebs <stan@codesourcery.com>
3053
3054 Support disconnected tracing.
3055 * infcmd.c (detach_command): Ask whether to stop tracing.
3056 * cli/cli-cmds.c (quit_command): Ditto.
3057 * breakpoint.h (struct breakpoint): New field number_on_target.
3058 * breakpoint.c (create_tracepoint_from_upload): New function.
3059 (get_tracepoint_by_number_on_target): New function.
3060 * remote.c (struct remote): New field disconnected_tracing.
3061 (remote_disconnected_tracing_feature): New function.
3062 (remote_protocol_features): Add DisconnectedTracing.
3063 (struct uploaded_tp): New struct.
3064 (uploaded_tps): New global.
3065 (get_uploaded_tp): New function.
3066 (find_matching_tracepoint): New function.
3067 (remote_get_tracing_state): New function.
3068 (remote_start_remote): Call it.
3069 * tracepoint.c (disconnected_tracing): New global.
3070 (trace_start_command): Initialize number_on_target.
3071 (stop_tracing): New function, split out from...
3072 (trace_stop_command): Call stop_tracing.
3073 (get_trace_status): New function, split out from...
3074 (trace_status_command): Call get_trace_status, add info on
3075 disconnection behavior.
3076 (disconnect_or_stop_tracing): New function.
3077 (finish_tfind_command): Translate from number on target.
3078 (trace_find_tracepoint_command): Translate to number on target.
3079 (send_disconnected_tracing_value): New function.
3080 (set_disconnected_tracing): New function.
3081 (_initialize_tracepoint): Add disconnected-tracing variable.
3082 * NEWS: Mention disconnected tracing.
3083
3084 2010-01-06 Tristan Gingold <gingold@adacore.com>
3085
3086 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
3087 parameter to main_objfile. Iterate on all separate debug objfiles.
3088 * symfile.h (symbol_file_add_separate)
3089 (find_separate_debug_file_by_debuglink): Remove parameter names.
3090 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
3091 (reread_symbols): Use free_objfile_separate_debug.
3092 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
3093 Adjust comment.
3094 (objfile_separate_debug_iterate, add_separate_debug_objfile)
3095 (free_objfile_separate_debug): New prototypes.
3096 * objfiles.c (objfile_separate_debug_iterate): New function.
3097 (add_separate_debug_objfile, free_objfile_separate_debug): New
3098 functions.
3099 (free_objfile): Use free_objfile_separate_debug. Adjust for
3100 multiple separate debug objfile.
3101 (objfile_has_symbols): Adjust comment. Iterate on all separate
3102 debug objfiles.
3103 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
3104 debug objfile.
3105 (lookup_minimal_symbol_text): Ditto.
3106 (lookup_minimal_symbol_by_pc_name): Ditto.
3107 (lookup_minimal_symbol_solib_trampoline): Ditto.
3108 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
3109 debug objfiles.
3110
3111 2010-01-05 Stan Shebs <stan@codesourcery.com>
3112
3113 Add fast tracepoints.
3114 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
3115 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
3116 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
3117 * breakpoint.c (tracepoint_type): New function.
3118 (ALL_TRACEPOINTS): Use it.
3119 (should_be_inserted): Ditto.
3120 (bpstat_check_location): Ditto.
3121 (print_one_breakpoint_location): Ditto.
3122 (user_settable_breakpoint): Ditto.
3123 (set_breakpoint_location_function): Ditto.
3124 (disable_breakpoints_in_shlibs): Ditto.
3125 (delete_trace_command): Ditto.
3126 (print_it_typical): Add bp_fast_tracepoint case.
3127 (bpstat_what): Ditto.
3128 (print_one_breakpoint_location): Ditto.
3129 (allocate_bp_location): Ditto.
3130 (mention): Ditto.
3131 (breakpoint_re_set_one): Ditto.
3132 (disable_command): Ditto.
3133 (enable_command): Ditto.
3134 (check_fast_tracepoint_sals): New function.
3135 (break_command_really): Call it.
3136 (ftrace_command): New function.
3137 (_initialize_breakpoint): Add ftrace command.
3138 * gdbarch.sh (fast_tracepoint_valid_at): New.
3139 * gdbarch.h, gdbarch.c: Regenerate.
3140 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
3141 (i386_gdbarch_init): Use it.
3142 * remote.c (struct remote_state): New field fast_tracepoints.
3143 (PACKET_FastTracepoints): New packet config type.
3144 (remote_fast_tracepoint_feature): New function.
3145 (remote_protocol_features): Add FastTracepoints.
3146 (remote_supports_fast_tracepoints): New function.
3147 (_initialize_remote): Add FastTracepoints.
3148 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
3149 * NEWS: Mention fast tracepoints.
3150
3151 2010-01-06 Joel Brobecker <brobecker@adacore.com>
3152
3153 * gdb-gdb.py: New file.
3154
3155 2010-01-05 Michael Snyder <msnyder@vmware.com>
3156
3157 * infrun.c (handle_inferior_event): Fix typo in comment.
3158
3159 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3160
3161 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
3162
3163 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
3164
3165 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
3166 and s390x-linux64.
3167 (s390-linux32-expedite): Define.
3168 (s390-linux64-expedite): Define.
3169 (s390x-linux64-expedite): Define.
3170 * features/s390-acr.xml: New file.
3171 * features/s390-fpr.xml: New file.
3172 * features/s390-core32.xml: New file.
3173 * features/s390-core64.xml: New file.
3174 * features/s390x-core64.xml: New file.
3175 * features/s390-linux32.xml: New file.
3176 * features/s390-linux64.xml: New file.
3177 * features/s390x-linux64.xml: New file.
3178 * features/s390-linux32.c: New generated file.
3179 * features/s390-linux64.c: New generated file.
3180 * features/s390x-linux64.c: New generated file.
3181
3182 * regformats/s390-linux32.dat: New generated file.
3183 * regformats/s390-linux64.dat: New generated file.
3184 * regformats/s390x-linux64.dat: New generated file.
3185 * regformats/reg-s390.dat: Remove.
3186 * regformats/reg-s390x.dat: Remove.
3187
3188 * s390-nat.c: Include "auxv.h" and <elf.h>.
3189 (HWCAP_S390_HIGH_GPRS): Define if undefined.
3190 (s390_target_wordsize): New function.
3191 (s390_auxv_parse): Likewise.
3192 (s390_get_hwcap): Likewise.
3193 (s390_read_description): Likewise.
3194 (_initialize_s390_nat): Install s390_auxv_parse and
3195 s390_read_description.
3196
3197 * s390-tdep.c: Include "features/s390-linux32.c",
3198 "features/s390-linux64.c", and "features/s390x-linux64.c".
3199 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
3200 (s390_register_call_saved): New function.
3201 (s390_register_name): Remove.
3202 (s390_register_type): Remove.
3203 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
3204 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
3205 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
3206 (s390_pseudo_register_name): New function.
3207 (s390_pseudo_register_type): New function.
3208 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
3209 Handle full GPR pesudos and varying pseudo register numbers.
3210 (s390_pseudo_register_write): Likewise
3211 (s390x_pseudo_register_read): Remove.
3212 (s390x_pseudo_register_write): Likewise.
3213 (s390_register_group): Remove.
3214 (s390_pseudo_register_group): New function.
3215 (s390_regmap_gregset): Add GPR upper halves.
3216 (s390x_regmap_gregset): Likewise.
3217 (s390_regmap_fpregset): Likewise.
3218 (s390_regmap_upper): New global variable.
3219 (s390_upper_regset): New global variable.
3220 (s390_upper_regset_sections): New global variable.
3221 (s390_regset_from_core_section): Handle GPR upper halves.
3222 (s390_core_read_description): New function.
3223 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
3224 register information. Handle varying pseudo register numbers.
3225 (s390_backchain_frame_unwind_cache): Likewise.
3226 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
3227 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
3228 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
3229 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
3230 Handle varying pseudo register numbers.
3231 (s390_unwind_pc): Handle varying pseudo register numbers.
3232 (s390_dwarf2_prev_register): New function.
3233 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
3234 register information. Handle varying pseudo register numbers.
3235 Install s390_dwarf2_prev_register to unwind full GPRs.
3236 (s390_gdbarch_init): Handle target descriptions. Assign varying
3237 pseudo register numbers. Install s390_adjust_frame_regnum.
3238 (_initialize_s390_tdep): Initialize target descriptions.
3239
3240 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
3241 (S390_NUM_REGS): Redefine to include upper half registers.
3242 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
3243 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
3244 (tdesc_s390_linux32): Add declaration.
3245 (tdesc_s390_linux64): Likewise.
3246 (tdesc_s390x_linux64): Likewise.
3247
3248 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
3249
3250 * regset.h (struct core_regset_section): Add HUMAN_NAME.
3251 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
3252 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3253 (ppc_linux_vmx_regset_sections): Likewise.
3254 (ppc_linux_fp_regset_sections): Likewise.
3255
3256 * corelow.c (get_core_register_section): Constify arguments.
3257 (get_core_registers): Use gdbarch_core_regset_sections instead
3258 of hard-coded platform-specific register section names.
3259
3260 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
3261
3262 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
3263 a register, assume the least-significant part is used.
3264 (write_pieced_value): Likewise.
3265
3266 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
3267
3268 * printcmd.c: Include "arch-utils.h".
3269 (do_one_display): Re-parse expression if current architecture changed.
3270
3271 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3272 Joel Brobecker <brobecker@adacore.com>
3273
3274 * gdbtypes.c (check_typedef): New comment on type length.
3275 * value.c (allocate_value_lazy): Remove the unused atype variable. New
3276 comment on type length.
3277 (value_primitive_field): Keep the original TYPE value, new comment.
3278
3279 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3280
3281 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
3282 p_start. Change != comparisons to > and < comparisons.
3283
3284 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3285
3286 * cli/cli-script.c (process_next_line): Check P2 overrun.
3287
3288 2009-01-01 Joel Brobecker <brobecker@adacore.com>
3289
3290 Update the copyright hearder to add year 2010 for most GDB files.
3291
3292 2009-01-01 Joel Brobecker <brobecker@adacore.com>
3293
3294 Fix build failure in inf-ptrace.c.
3295 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
3296
3297 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3298
3299 * top.c (print_gdb_version): Update copyright year.
3300
3301 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3302
3303 Fix break *FUN'address thread NUM.
3304 * ada-lex.l (task): Expand rule to also match the thread keyword.
3305
3306 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3307
3308 Fix break *FUN'address task NUM.
3309 * ada-lex.l (task): New rule.
3310 * ada-lang.c (valid_task_id): Make sure the Ada task list has
3311 been built before using it.
3312
3313 For older changes see ChangeLog-2009.
3314 \f
3315 Local Variables:
3316 mode: change-log
3317 left-margin: 8
3318 fill-column: 74
3319 version-control: never
3320 coding: utf-8
3321 End:
This page took 0.100776 seconds and 4 git commands to generate.