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