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