gdb
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2010-11-23  Tom Tromey  <tromey@redhat.com>
2
3         * Makefile.in (SUBDIRS): Add doc.
4         * configure: Rebuild.
5         * configure.ac: Don't configure in doc.  Create doc/Makefile.
6
7 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
8
9         PR python/12212
10
11         * python/py-inferior.c (find_thread_object): Check if PIDGET
12         returns 0.
13
14 010-11-22  Joel Brobecker  <brobecker@adacore.com>
15
16         * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
17
18 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
19
20         * ada-lang.c (ada_to_fixed_type): Expand function documentation.
21         Return the original type if the main type portions match rather
22         than when the type themselves match.
23
24 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
25
26         * ada-lang.c (ada_template_to_fixed_record_type_1):
27         For dynamic fields, check the field size against the maximum
28         object size.
29
30 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
31
32         * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
33         function.
34         (mips_irix_n32_stack_tramp_frame): New static global.
35         (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
36         list of unwinder.
37
38 2010-11-22  Jerome Guitton  <guitton@adacore.com>
39
40         * ada-tasks.c (get_tcb_types_info): Use C lookups to get
41         ATCB symbols.
42
43 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
44
45         * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
46         if type1 is a typedef.
47
48 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
49
50         * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
51         "_finalizer" to the list.
52
53 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
54
55         * symfile.c: Remove all "#if 0"/"#endif" blocks.
56
57 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
58
59         * symfile.c: Add missing second space after period in various comments.
60
61 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
62
63         * ada-typeprint.c (print_array_type): Fix formatting in comment.
64         (print_selected_record_field_types): Fix formatting in function
65         documentation.
66
67 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
68
69         * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
70         in name of "show ravenscar" prefix command name.
71
72 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
73
74         * ravenscar-thread.c (show_ravenscar_task_switching_command):
75         Add missing '\n' in output.
76
77 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
78
79         * ravenscar-thread.c (running_thread_name): Change value.
80         (read_thread_id): Remove advance declaration.
81         (get_running_thread_msymbol): New function.
82         (has_ravenscar_runtime): Use get_running_thread_msymbol to
83         compute msym_running_thread.
84         (get_running_thread_id): Renames read_thread_id. Slight modifications
85         to not take any argument anymore, using get_running_thread_msymbol
86         to determine which symbol to use instead.
87         (ravenscar_running_thread): Use get_running_thread_id instead of
88         read_thread_id.
89
90 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
91
92         * ravenscar-sparc-thread.c (supply_register_at_address):
93         Fix passing of buf in call to regcache_raw_supply.
94
95 2010-11-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
96
97         * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
98
99 2010-11-22  Tom Tromey  <tromey@redhat.com>
100
101         * Makefile.in (.PRECIOUS): Reference ada-lex.c.
102
103 2010-11-19  Keith Seitz  <keiths@redhat.com>
104
105         * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
106         Remove extraneous '/' after $(DESTDIR).
107         (PYTHON_INSTALL_DIR): Likewise.
108
109 2010-11-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
110
111         Fix stale memory references.
112         * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
113         xfree, new comment.
114
115 2010-11-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
116             Tom Tromey  <tromey@redhat.com>
117
118         * Makefile.in (.y.c): Directly create $@ from YLWRAP.
119         (.PHONY): Remove for .y outputs.
120
121 2010-11-19  Will Drewry  <wad@google.com>
122             Tavis Ormandy  <taviso@google.com>
123             Jan Kratochvil  <jan.kratochvil@redhat.com>
124
125         * dwarf2read.c (decode_locdesc): Enforce location description stack
126         boundaries.
127
128 2010-11-18  Pierre Muller  <muller@ics.u-strasbg.fr>
129
130         * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
131         instruction is found.
132
133 2010-11-17  Tom Tromey  <tromey@redhat.com>
134
135         * value.c (value_entirely_optimized_out): Check the
136         'check_any_valid' field.
137
138 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
139
140         * ada-lang.c (modify_general_field): Remove.
141         (make_array_descriptor): Replace all modify_general_field calls by
142         modify_field.
143         * value.c (modify_field): Update comment.  New variable bytesize.
144         Normalize BITPOS.  Initialize BYTESIZE, use it.
145
146 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
147
148         * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
149         elements after xfree.
150
151 2010-11-16  Tom Tromey  <tromey@redhat.com>
152
153         * gdb-add-index.sh: Really remove.
154
155 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
156
157         Code cleanup.
158         * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
159         (init_one_comp_unit): ... this one.
160         (prepare_one_comp_unit): New prototype.
161         (dw2_require_line_header, process_psymtab_comp_unit): Use
162         init_one_comp_unit.
163         (process_psymtab_comp_unit): Use prepare_one_comp_unit.
164         (load_partial_comp_unit): Remove variable attr.  Use
165         init_one_comp_unit with xmalloc.  Use prepare_one_comp_unit.
166         (load_full_comp_unit): Use init_one_comp_unit with xmalloc.  Use
167         prepare_one_comp_unit.
168         (read_signatured_type): Remove variable attr.  Use init_one_comp_unit.
169         Use prepare_one_comp_unit.
170         (alloc_one_comp_unit): Rename to ...
171         (init_one_comp_unit): ... here and remove there calloc, new parameter
172         cu.
173         (prepare_one_comp_unit): New function.
174
175 2010-11-14  Pierre Muller  <muller@ics.u-strasbg.fr>
176
177         * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
178         possible used of uninitialized variable.
179
180 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
181
182         * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
183         (rs6000_gdbarch_init): Call it.
184
185 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
186
187         * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
188         instructions if debugging an E500 binary.
189
190 2010-11-12  Tom Tromey  <tromey@redhat.com>
191
192         * varobj.c (value_get_print_value): Rearrange.  Pass stream to
193         apply_varobj_pretty_printer.
194         * c-lang.c: Include exceptions.h.
195         (c_get_string): Throw MEMORY_ERROR when appropriate.
196         * python/py-prettyprint.c (enum string_repr_result): New.
197         (print_stack_unless_memory_error): New function.
198         (print_string_repr): Change return type.  Use
199         print_stack_unless_memory_error.
200         (print_children): Use print_stack_unless_memory_error.
201         (apply_val_pretty_printer): Update.  Don't print children if
202         string representation threw an exception.
203         (apply_varobj_pretty_printer): Add 'stream' argument.  Use
204         print_stack_unless_memory_error.
205         * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
206         globals.
207         (_initialize_python): Initialize them.
208         * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
209         gdbpy_convert_exception.
210         (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
211         (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
212         (gdbpy_convert_exception): Declare.
213         (apply_varobj_pretty_printer): Update.
214         * python/py-utils.c (gdbpy_convert_exception): New function.
215
216 2010-11-12  Marc Khouzam  <marc.khouzam@ericsson.com>
217
218         * mi/mi-main.c (mi_cmd_target_detach): Accept new
219         thread-group id format.
220
221 2010-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
222
223         * spu-tdep.c (spu_catch_start): Fix compilation error typo.
224
225 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
226
227         * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
228         NULL.
229         (BPPY_SET_REQUIRE_VALID): Ditto.
230         (bpnum_is_valid): Delete function.
231         (bppy_get_visibility): New function.
232         (bppy_new): Parse for, and validate internal keyword.  Pass
233         internal keyword to breakpoint or watchpoint functions.
234         (build_bp_list): New function.
235         (gdbpy_breakpoints): Rewrite.  Use build_bp_list and
236         iterate_over_breakpoints.
237         (gdbpy_breakpoint_created): Rewrite.  Do not store breakpoints in a
238         look-aside vector.
239         (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
240         to internal breakpoint chain.
241
242         * breakpoint.c (set_breakpoint_number): New function.
243         (breakpoint_1): Check if breakpoint number is more than zero.
244         (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
245         (create_breakpoint_sal): Take a new parameter called internal.
246         Call set_breakpoint_number with internal parameter.  Do not
247         mention internal breakpoints.  All callers updated.
248         (create_breakpoint): Ditto.
249         (create_breakpoints_sal): Ditto.
250         (watch_command_1): Ditto.
251         (watch_command_wrapper): Take a new parameter called internal.
252         All callers updated.
253         (rwatch_command_wrapper): Ditto.
254         (awatch_command_wrapper): Ditto.
255         (save_breakpoints): Update breakpoint save condition check.
256         (iterate_over_breakpoints): New function.
257         * breakpoint.h: Add conditional python includes.  Add py_bp_object
258         and comment to struct breakpoint.  Update all callers.
259         * defs.h: Add PyObject definition for GDB builds without Python.
260
261 2010-11-10  Doug Evans  <dje@google.com>
262
263         * python/lib/gdb/command/pretty_printers.py
264         (do_enable_pretty_printer_1): Handle printer.subprinters is None.
265
266         * value.c (set_value_enclosing_type): Renamed from
267         value_change_enclosing_type.  All callers updated.
268         * value.h (set_value_enclosing_type): Update.
269         * valops.c (value_full_object): Always return a copy if we need to
270         make changes to the input value.
271
272 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
273
274         * breakpoint.c (watch_command_1): Get a pointer of the lazy
275         version of the expression's value, even if reading the value from
276         memory fails.  When creating a -location watchpoint, get the
277         value's address from the lazy value pointer.
278
279 2010-11-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
280
281         * infrun.c (restore_inferior_thread_state): Use
282         discard_inferior_thread_state to free the data.
283         (discard_inferior_thread_state): xfree also siginfo_data.
284
285 2010-11-05  Doug Evans  <dje@google.com>
286
287         Make gdb.parameter("directories") work.
288         New command "set directories".
289         * NEWS: Document them.
290         * source.c (set_directories_command): New function.
291         (show_directories_1): Renamed from show_directories.
292         All callers updated.
293         (show_directories_command): New function.
294         (_initialize_source): Install "directories" as a set/show
295         variable instead of just a show command.
296
297 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
298
299         * NEWS: Mention OpenCL C language support.
300         * Makefile.in (SFILES): Add opencl-lang.c.
301         (COMMON_OBS): Add opencl-lang.o.
302         * opencl-lang.c: New File
303         * defs.h (enum language): Add language_opencl.
304         * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
305         IBM XL C OpenCL compiler.
306         * c-lang.h: Include "parser-defs.h".
307         (evaluate_subexp_c): Declare.
308         * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
309         (c_op_print_tab): Add declaration.
310         * eval.c (binop_promote): Handle language_opencl.
311         * c-exp.y: Lookup the primitive types instead of referring to the
312         builtins.
313
314 2010-11-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
315
316         Fix configure --enable-plugins --without-python.
317         * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
318         * configure: Regenerate.
319
320 2010-11-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
321
322         * solib.c (solib_read_symbols): Call exception_fprintf even without
323         FROM_TTY.  Print also so->so_name.
324
325 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
326
327         * gdbtypes.h (struct rank): Created subrank.
328         * gdbtypes.c: Initialized subrank for all
329         'BADNESS' constants.
330         (distance_to_ancestor): New function.
331         (is_ancestor): Use distance_to_ancestor.
332         (is_public_ancestor): Ditto.
333         (sum_ranks): Handle subrank.
334         (compare_ranks): Ditto.
335         (rank_one_type): Subrank base conversions.
336
337 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
338
339         * gdbtypes.h: Create struct rank.
340         Convert all 'BADNESS' macros to const struct rank declarations.
341         (sum_ranks): New function.
342         (compare_ranks): New function.
343         * valops.c (find_oload_champ): Updated.
344         (classify_oload_match): Use compare_ranks.
345         Improved comments.
346         (compare_parameters): Use compare_ranks.
347         * gdbtypes.c: Initialize 'BADNESS' constants.
348         (sum_ranks): New function.
349         (compare_ranks): New function.
350         (compare_badness): Use compare_ranks.
351         (rank_function): Use global constants instead of literals.
352         (rank_one_type): Ditto.
353         Return struct rank.
354         Use sum_ranks.
355
356 2010-11-04  Doug Evans  <dje@google.com>
357
358         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
359         (find_pretty_printer): Fix comments.
360
361 2010-11-04  Hui Zhu  <teawater@gmail.com>
362
363         * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
364
365 2010-11-03  Joel Brobecker  <brobecker@adacore.com>
366
367         * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
368         and `len' declaration and computation inside block where they
369         are being used.
370
371 2010-11-03  Joel Brobecker  <brobecker@adacore.com>
372
373         * valprint.c (val_print_array_elements): Put back handling of
374         empty arrays.
375
376 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
377
378         * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
379         DIE and set the length of the type.
380         * gdbtypes.h (get_array_bounds): Move here from valprint.h.
381         * gdbtypes.c (get_array_bounds): Move here from valprint.c and
382         return 0 if the corresponding bounds of the type are undefined.
383         * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
384         * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
385         (val_print_array_elements): Use get_array_bounds to compute the number
386         of array elements instead of dividing the length of the array by the
387         length of the element types.
388         * valarith.c (vector_binop): Likewise.
389         * valops.c (value_cast): Likewise.
390         * c-valprint.c (c_val_print): Likewise.
391         * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
392
393 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
394
395         * valarith.c (value_pos, value_neg, value_complement): Handle
396         vector types.
397         * valops.c (value_one): Likewise.
398
399 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
400
401         * value.h (value_non_lval): Declare.
402         * value.c (value_non_lval): New function.
403         * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
404         UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
405         non-lvalue.
406
407 2010-11-02  Doug Evans  <dje@google.com>
408
409         New python module gdb.printing, and new commands info pretty-printer,
410         enable pretty-printer, disable pretty-printer.
411         * NEWS: Mention them.
412         * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
413         gdb/command/__init__.py, gdb/command/pretty_printers.py.
414         * python/lib/gdb/__init__.py: Install pretty-printer commands.
415         * python/lib/gdb/printing.py: New file.
416         * python/lib/gdb/command/__init__.py: New file.
417         * python/lib/gdb/command/pretty_printers.py: New file.
418
419 2010-11-02  Tom Tromey  <tromey@redhat.com>
420
421         * NEWS: Mention Guile removal.
422         * defs.h (enum language) <language_scm>: Remove.
423         * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
424         scm-valprint.c.
425         (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
426         (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
427         * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
428         Remove.
429
430 2010-11-02  Doug Evans  <dje@google.com>
431
432         * top.c: #include "python/python.h".
433         (gdb_init): Add a comment regarding initialize_all_files.
434         Call finish_python_initialization at the end.
435         * python/python.h (finish_python_initialization): Declare.
436         * python/python.c (finish_python_initialization): New function.
437         (_initialize_python): Move python-implemented initialization there
438         and call it.
439         (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
440
441 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
442
443         Revert:
444         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
445                     Pedro Alves  <pedro@codesourcery.com>
446         * gdbthread.h (currently_stepping): New declaration.
447         * infrun.c (currently_stepping): Remove the forward declaration.
448         (currently_stepping): Make it global.
449         * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
450         variables tp and step, initialized them.  Pass STEP to to_resume.
451         Print also possibly "PTRACE_SINGLESTEP" if STEP.  Initialize LP->STEP.
452         * remote.c (currently_stepping_callback): New.
453         (remote_vcont_resume)
454         <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
455         New variable tp.  Call currently_stepping_callback and step such
456         thread.
457
458 2010-11-01  Hui Zhu  <teawater@gmail.com>
459
460         * tracepoint.c (tfile_xfer_partial): Change lma to vma.
461
462 2010-10-28  Hui Zhu  <teawater@gmail.com>
463
464         * tracepoint.c (trace_save): Change utp->actions to
465         utp->step_actions.
466
467 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
468
469         * (_FILE_OFFSET_BITS): Fix typo in comment.
470
471 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
472
473         * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
474         (PyEval_InitThreads): Remove duplicate. Define as nothing.
475         (PyEval_ReleaseLock): Define as nothing.
476
477 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
478
479         * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
480         by call to FILENAME_CMP.
481
482 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
483
484         * dictionary.c (dict_hash): Move assignment out of if condition.
485
486 2010-10-22  Jie Zhang  <jie@codesourcery.com>
487
488         * Makefile.in (install): Remove dependency of install-only and
489         recursively invoke make for install-only.
490         * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
491         (install): Pass FLAGS_TO_PASS when recursively make install-only.
492
493 2010-10-20  Hui Zhu  <teawater@gmail.com>
494
495         * tracepoint.c (tfile_get_traceframe_address): Call
496         extract_signed_integer.
497         (tfile_trace_find): Call extract_signed_integer and
498         extract_unsigned_integer.  Change data_size to unsigned int.
499         (tfile_fetch_registers): Call extract_unsigned_integer.
500         (tfile_xfer_partial): Ditto.
501         (tfile_get_trace_state_variable_value): Call
502         extract_signed_integer and extract_unsigned_integer.
503
504 2010-10-20  Vladimir Prus  <vladimir@codesourcery.com>
505
506         * remote.c (remote_get_threadlist): If we got empty
507         response, bail out immediately, and don't emit any
508         warnings.
509
510 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
511
512         * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
513         for "mov pc, REG" as well.
514         (thumb_instruction_changes_pc): Likewise.
515
516 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
517
518          PR C++/11500:
519         * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
520         * eval.c (evaluate_subexp_standard): Check for overload of
521         'operator->'.
522         * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
523         (value_x_unop): Ditto.
524         * valops.c: Include "exceptions.h".
525         (find_overload_match): Throw NOT_FOUND_ERROR.
526         (value_struct_elt): Ditto.
527
528 2010-10-19  Tom Tromey  <tromey@redhat.com>
529
530         * python/py-cmd.c (cmdpy_function): Unreference exception state.
531
532 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
533
534         * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
535         * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
536         for conversion.
537         Make all other conversions illegal.
538
539 2010-10-18  Doug Evans  <dje@google.com>
540
541         * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
542         assumptions of when this case happens.  Print "<unnamed typedef>".
543
544 2010-10-18  Tom Tromey  <tromey@redhat.com>
545
546         * valprint.c (val_print_string): Pass 'encoding' to
547         LA_PRINT_STRING.
548
549 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
550
551         Fix the `stopped language detection' testcase for gcc-4.5.
552         * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
553         * symfile.c (set_initial_language): Move variable filename to a more
554         inner block.  Prefer LANGUAGE_OF_MAIN.
555         * symtab.c (language_of_main): New variable.
556         (set_main_name): Always reset LANGUAGE_OF_MAIN.
557         * symtab.h (language_of_main): New declaration.
558
559 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
560             Pedro Alves  <pedro@codesourcery.com>
561
562         * gdbthread.h (currently_stepping): New declaration.
563         * infrun.c (currently_stepping): Remove the forward declaration.
564         (currently_stepping): Make it global.
565         * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
566         variables tp and step, initialized them.  Pass STEP to to_resume.
567         Print also possibly "PTRACE_SINGLESTEP" if STEP.  Initialize LP->STEP.
568         * remote.c (currently_stepping_callback): New.
569         (remote_vcont_resume)
570         <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
571         New variable tp.  Call currently_stepping_callback and step such
572         thread.
573
574 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
575
576         * infrun.c (follow_exec): Replace symbol_file_add_main by
577         symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
578         breakpoint_re_set.
579         * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
580         clear_symtab_users.
581         * objfiles.c (free_all_objfiles): Likewise.
582         * remote-m32r-sdi.c (m32r_load): Likewise.
583         * solib-som.c (som_solib_create_inferior_hook): Likewise.
584         * symfile.c (new_symfile_objfile): New comment for add_flags.  Call
585         clear_symtab_users with ADD_FLAGS.
586         (reread_symbols): Use parameter 0 for clear_symtab_users.
587         (clear_symtab_users): New parameter add_flags.  Do not call
588         breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
589         (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
590         * symtab.h (clear_symtab_users): New parameter add_flags.
591
592 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
593
594         Fix GCC false warning.
595         * varobj.c (value_get_print_value) <str_addr>: Initialize it.
596
597 2010-10-16  Pierre Muller  <muller@ics.u-strasbg.fr>
598
599         * p-typeprint.c (pascal_type_print_method_args): Fix problem in
600         display of type of method arguments.
601
602 2010-10-15  Tom Tromey  <tromey@redhat.com>
603
604         PR python/11948:
605         * varobj.c (value_get_print_value): Use val_print_string to print
606         lazy strings.
607         * python/py-prettyprint.c (print_string_repr): Use
608         val_print_string to print lazy strings.  Fix cleanup logic.
609         (print_children): Likewise.
610         * python/python-internal.h (gdbpy_extract_lazy_string): Update.
611         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
612         Change return type to 'void', add 'addr' argument.
613         * value.h (val_print_string): Update.
614         * valprint.c (val_print_string): Add 'encoding' argument.
615         * printcmd.c (print_formatted): Update.
616         * p-valprint.c (pascal_val_print): Update.
617         * m2-valprint.c (print_unpacked_pointer): Update.
618         (m2_print_array_contents): Likewise.
619         * jv-valprint.c (java_value_print): Update.
620         * f-valprint.c (f_val_print): Update.
621         * c-valprint.c (c_val_print): Update.
622         * auxv.c (fprint_target_auxv): Update.
623
624 2010-10-15  Doug Evans  <dje@google.com>
625             Jan Kratochvil  <jan.kratochvil@redhat.com>
626
627         PR exp/12117
628         * gdbtypes.c (check_typedef): Clean up function comment.
629         Keep track of instance flags as we strip typedefs and create a new
630         type to preserve them if necessary.
631         * gdbtypes.h (type) <instance_flags>: Extend the comment.
632
633 2010-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
634
635         * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
636
637 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
638
639         * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
640         * gdbtypes.c (rank_one_type): Move type comparison code out of here
641         to...
642         (types_equal): ...here. And changed it as follows:
643         Outside of typedefs type must be of the same TYPE_CODE.
644         When compairing two pointers or references they are equal if their
645         targets are equal.
646         Correct pointer conversions.
647
648 2010-10-14  Pierre Muller  <muller@ics.u-strasbg.fr>
649
650         * p-lang.c (is_pascal_string_type): Avoid crashes on structures
651         having fields without names.
652
653 2010-10-13  Tom Tromey  <tromey@redhat.com>
654
655         * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
656
657 2010-10-13  Doug Evans  <dje@google.com>
658
659         New python module gdb.types.
660         * NEWS: Document it.
661         * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
662         * python/lib/gdb/types.py: New file.
663
664         * c-typeprint.c: Whitespace cleanup.
665         (cp_type_print_method_args): Remove unnecessary forward decl.
666         (cp_type_print_derivation_info): Ditto.
667         (c_type_print_varspec_prefix): Mark as static at definition.
668         (c_type_print_modifier): Fix arg descriptions.
669
670 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
671
672         * python/py-breakpoint.c (bppy_set_condition): New comment.
673         * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
674         failed PyUnicode_Decode.
675         (cmdpy_completer): Skip element for failed
676         python_string_to_host_string.
677         (cmdpy_init): Return -1 on failed python_string_to_host_string.
678         * python/py-frame.c (frapy_read_var): Extend the function comment.
679         * python/py-function.c (fnpy_init): Return -1 on failed
680         python_string_to_host_string.
681         * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
682         the function comment.
683         (infpy_search_memory): Extend the function comment.  Remove the
684         PyErr_SetString call on already set error state.
685         * python/py-param.c (set_parameter_value): Extend the function
686         comment.  Return -1 on failed python_string_to_host_string, twice.
687         (set_attr): Extend the function comment.
688         (compute_enum_values): Extend the function comment.  New variable
689         back_to.  Protect self->enumeration by BACK_TO cleanups.  Return 0 on
690         failed python_string_to_host_string.
691         (get_doc_string): Call gdbpy_print_stack on failed
692         python_string_to_host_string.
693         (parmpy_init): Extend the function comment.
694         * python/py-prettyprint.c (pretty_print_one_value): Likewise.
695         (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
696         failed python_string_to_host_string.
697         * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
698         (valpy_binop, valpy_richcompare): Extend the function comment.
699         * python/python.c
700         (struct python_env) <error_type, error_value, error_traceback>: New
701         fields.
702         (restore_python_env): Handle PyErr_Occurred.  Call PyErr_Restore.
703         (ensure_python_env): Call PyErr_Fetch.
704         * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
705         failed convert_value_from_python.
706         (value_get_print_value): Call gdbpy_print_stack on failed
707         python_string_to_target_python_string.
708
709 2010-10-12  Tom Tromey  <tromey@redhat.com>
710
711         * python/py-prettyprint.c (search_pp_list): Fix error checking.
712
713 2010-10-12  Sami Wagiaalla  <swagiaal@redhat.com>
714
715         * gdbtypes.c (do_is_ancestor): New function.
716         (is_ancestor): Use do_is_ancestor.
717         (is_public_ancestor): Use do_is_ancestor.
718
719 2010-10-12  Pierre Muller  <muller@ics.u-strasbg.fr>
720
721         * ser-go32.c (struct dos_ops): Add missing fdopen field.
722
723 2010-10-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
724
725         * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
726
727 2010-10-11  Doug Evans  <dje@google.com>
728
729         * c-typeprint.c (c_type_print_modifier): Add note that this prints
730         the address space id too.
731
732 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
733
734         Fix attaching to re-prelinked executables on ppc64.
735         * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
736         initialize it, try to adjust FILESZ field by it.
737
738 2010-10-08  Daniel Jacobowitz  <dan@codesourcery.com>
739
740         * tracepoint.c (merge_uploaded_trace_state_variables): Only print
741         messages if info_verbose.
742
743 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
744
745         * valops.c (value_cast): Handle vector types.
746         * valarith.c (value_binop): Widen scalar to vector if appropriate.
747
748 2010-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
749
750         * arm-tdep.c (thumb_expand_immediate): New function.
751         (thumb_instruction_changes_pc): Likewise.
752         (thumb2_instruction_changes_pc): Likewise.
753         (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
754         prologue parsing.  Improved support for optimized code.
755         (thumb_scan_prologue): Do not reply on line-number information,
756         use same heuristics as arm_scan_prologue insead.
757         (skip_prologue_function): Accept functions
758         "__tls_get_addr" and "__aeabi_read_tp".
759
760 2010-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
761             Daniel Jacobowitz  <dan@codesourcery.com>
762
763         * arm-tdep.c (thumb_in_function_epilogue_p)
764         (arm_in_function_epilogue_p): New.
765         (arm_gdbarch_init): Install arm_in_function_epilogue_p as
766         gdbarch_in_function_epilogue_p callback.
767
768 2010-10-07  Doug Evans  <dje@google.com>
769
770         * cc-with-index.sh (output_file): Default to a.out.
771
772         * dwarf2read.c (mapped_index): Rename member index_table to
773         symbol_table and index_table_slots to symbol_table_slots.
774         All uses updated.
775         (create_symbol_hash_table): Renamed from create_index_table.
776         All callers updated.
777         (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
778         (write_hash_table): Rename local index_table to symbol_hash_table.
779
780         * addrmap.h (addrmap_foreach_fn): New typedef.
781         (addrmap_foreach): Declare.
782         * addrmap.c (struct addrmap_funcs): New member foreach.
783         (addrmap_foreach): New function.
784         (addrmap_fixed_foreach): New function.
785         (addrmap_fixed_funcs): Update.
786         (struct mutable_foreach_data): New struct.
787         (addrmap_mutable_foreach_worker): New function.
788         (addrmap_mutable_foreach): New function.
789         (addrmap_mutable_funcs): Update.
790
791 2010-10-07  Paul Hilfinger  <hilfinger@adacore.com>
792
793         * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
794         more cases.
795
796 2010-10-07  Paul Hilfinger  <hilfinger@adacore.com>
797
798         * ada-lang.c (full_match): Declare.
799         (ada_match_name): Rename to match_name (we should avoid prefixing static
800         symbols with "ada_").
801         (match_name): New name for ada_match_name.
802         (struct ada_psym_data): Remove and replace with...
803         (struct match_data): User data for map_matching_symbols.
804         (ada_add_psyms): Remove.
805         (aux_add_nonlocal_symbols): New function, used as callback for
806         map_matching_symbols.
807         (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
808         symbols.
809         (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
810         (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
811         Rework to use map_matching_symbols instead of map_ada_symtabs.
812         (ada_lookup_symbol_list): Use add_nonlocal_symbols.
813         * psymtab.c: Include dependency on dictionary.h.
814         (match_partial_symbol): New function.
815         (ada_lookup_partial_symbol): Remove.
816         (map_block): New function, auxiliary to map_matching_symbols_psymtab.
817         (map_matching_symbols_psymtab): New function.
818         (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
819         * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
820
821 2010-10-06  Paul Hilfinger  <hilfinger@adacore.com>
822
823         * ada-lang.c (ada_match_name): Use new API for wild_match.
824         (wild_match): Change API to be consistent with that of strcmp_iw;
825         return 0 for a match, and switch operand order.
826         (full_match): New function.
827         (ada_add_block_symbols): Use dict_iter_match_{first,next} for
828         matching to allow use of hashing.
829         * dictionary.c (struct dict_vector): Generalize iter_name_first,
830         iter_name_next ot iter_match_first, iter_match_next.
831         (iter_name_first_hashed): Replace with iter_match_first_hashed.
832         (iter_name_next_hashed): Replace with iter_match_next_hashed.
833         (iter_name_first_linear): Replace with iter_match_first_linear.
834         (iter_name_next_linear): Replace with iter_match_next_linear.
835         (dict_iter_name_first): Re-implement to use dict_iter_match_first.
836         (dict_iter_name_next): Re-implement to use dict_iter_match_next.
837         (dict_iter_match_first): New function.
838         (dict_iter_match_next): New function.
839         (dict_hash): New function.
840         * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
841         * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
842
843 2010-10-06  Doug Evans  <dje@google.com>
844
845         * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
846
847 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
848
849         * dwarf2read.c (read_tag_const_type): Handle const arrays.
850
851 2010-10-06  Doug Evans  <dje@google.com>
852
853         * Makefile.in (REQUIRED_SUBDIRS): New var.
854         (subdir_do): Verify required subdir Makefiles exist.
855
856         Create subdir data-directory.
857         * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
858         data-directory/Makefile.in.
859         (SUBDIRS): Add data-directory.
860         (all): Remove xml-syscall-copy dependency.
861         (xml-syscall-copy): Moved to data-directory/Makefile.in as
862         stamp-syscalls.
863         (xml-syscall-install): Moved to data-directory/Makefile.in as
864         install-syscalls.
865         (install-only): Remove xml-syscall-install dependency.
866         (all-data-directory): New rule.
867         (data-directory/Makefile): New rule.
868         * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
869         * configure: Regenerate.
870         * data-directory/Makefile.in: New file.
871         * python/lib/gdb/__init__.py: New file.
872
873 2010-10-06  Joel Brobecker  <brobecker@adacore.com>
874
875         Fix ARI warnings in advance_wild_match.
876         * ada-lang.c (advance_wild_match): Delete local variable t2.
877         Adjust code accordingly.  Minor reformatting.
878
879 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
880
881         * gdbtypes.h (struct main_type): Remove flag_nottext.
882         (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
883         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
884         (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
885         * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
886         of TYPE_FLAG_NOTTEXT.
887         (init_type): Remove the initialization of the flag_nottext field.
888         (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
889         TYPE_FLAG_NOTTEXT.
890         * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
891
892 2010-10-04  Doug Evans  <dje@google.com>
893
894         * cc-with-index.sh: New file.
895
896         * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
897         function comment.
898         (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
899         (create_cus_from_index, create_addrmap_from_index): Ditto.
900         (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
901         (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
902         (dw2_do_expand_symtabs_matching): Ditto.
903         (eq_strtab_entry, create_strtab, add_string): Ditto.
904         (hash_strtab_entry): Ditto.
905         (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
906         (create_index_table, create_mapped_symtab, find_slot): Ditto.
907         (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
908         (write_hash_table, add_address_entry, write_psymbols): Ditto.
909         (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
910         (write_psymtabs_to_index): Ditto.
911
912 2010-10-04  Joel Brobecker  <brobecker@adacore.com>
913
914         * ada-lang.c: #include "value.h".
915         (ensure_lval): Delete advance declaration.  Remove gdbarch and sp
916         arguments.  Implement using value_allocate_space_in_inferior
917         instead of allocating memory from the stack.
918         (make_array_descriptor): Remove gdbarch and sp parameters.  Update
919         calls to ensure_lval.
920         (ada_convert_actual): Remove gdbarch and sp parameters.  Update
921         calls to make_array_descriptor and ensure_lval.
922         * ada-lang.h (ada_convert_actual): Update declaration.
923         * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
924
925 2010-10-04  Doug Evans  <dje@google.com>
926
927         * python/python.c (_initialize_python): Define new function
928         GdbSetPythonDirectory in python.  Use it to update sys.path and
929         gdb.__path__.
930
931 2010-10-03  Paul Hilfinger  <hilfinger@adacore.com>
932
933         * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
934         incorporating and generalizing print_record_field_types.
935         (print_record_field_types): Change return value and update comment.
936         Re-implement using print_selected_record_field_types.
937         (print_choices): Print "=>" here.
938         Handle case of unencoded variant branch.
939         (print_variant_clauses): Reformat comment.
940         Special-case unencoded variant branch.
941
942 2010-10-03  Paul Hilfinger  <hilfinger@adacore.com>
943
944         * ada-lang.c (wild_match): Reimplement.
945         Change API to eliminate unused length argument, reverse arguments and
946         make 0 the 'true' return value.
947         (advance_wild_match): New auxiliary function for wild_match to improve
948         readability.
949         (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
950         * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
951         API for wild_match.
952         * symfile.h (map_ada_symtabs): Modify declaration to use new API for
953         wild_match.
954         * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
955
956 2010-10-01  Doug Evans  <dje@google.com>
957
958         * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
959         for `save gdb-index' command.
960
961 2010-10-01  Tom Tromey  <tromey@redhat.com>
962
963         * symfile.h (allocate_symtab): Update.
964         * symfile.c (allocate_symtab): Make 'filename' const.
965         * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
966         (add_psymbol_to_list): Likewise.
967         * psympriv.h (struct partial_symtab) <filename, dirname>: Now
968         const.
969         (add_psymbol_to_list): Update.
970         * mdebugread.c (new_symtab): Make 'name' const.
971         (psymtab_to_symtab_1): Make 'filename' const.
972         * elfread.c (elfstab_offset_sections): Update.
973         * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
974         (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
975         (psymtab_include_file_name): Update.
976         * dbxread.c (find_stab_function_addr): Make 'filename' const.
977         * buildsym.h (start_subfile): Update.
978         * buildsym.c (start_subfile): Make arguments const.
979
980 2010-09-30  Ali Lakhia  <lakhia@alumni.utexas.net>
981
982         * fork-child.c (breakup_args): Fix crash if shell forking is
983         disabled at compile time.
984
985 2010-10-01  Joel Brobecker  <brobecker@adacore.com>
986
987         * ada-lang.c (desc_bounds): Add handling of the case where
988         the P_BOUNDS field is a pointer to a stub.
989         (desc_data_target_type): Same for P_ARRAY field.
990         (ada_check_typedef): Strip the typedef layers from the type
991         found by ada_find_any_type.
992
993 2010-10-01  Joel Brobecker  <brobecker@adacore.com>
994
995         * sparc-tdep.c (sparc32_frame_align): New function.
996         (sparc32_gdbarch_init): Set the frame_align gdbarch method.
997         * sparc64-tdep.c (sparc64_frame_align): New function.
998         (sparc64_gdbarch_init): Set the frame_align gdbarch method.
999
1000 2010-09-30  H.J. Lu  <hongjiu.lu@intel.com>
1001
1002         * defs.h (MAX_REGISTER_SIZE): Set to 64.
1003
1004 2010-09-30  Tom Tromey  <tromey@redhat.com>
1005
1006         * symfile.h (struct sym_fns) <next>: Remove.
1007         (add_symtab_fns): Update.
1008         * symfile.c (sym_fns_ptr): New typedef.
1009         (symtab_fns): Now a VEC.
1010         (add_symtab_fns): Update.  Change argument type.
1011         (find_sym_fns): Update.  Change return type.
1012         (get_symfile_segment_data): Update.
1013         * objfiles.h (struct objfile) <sf>: Now const.
1014         * somread.c (som_sym_fns): Now const.  Update.
1015         * xcoffread.c (xcoff_sym_fns): Now const.  Update.
1016         * mipsread.c (ecoff_sym_fns): Now const.  Update.
1017         * machoread.c (macho_sym_fns): Now const.  Update.
1018         * elfread.c (elf_sym_fns): Now const.  Update.
1019         (elf_sym_fns_gdb_index): Likewise.
1020         * dbxread.c (aout_sym_fns): Now const.  Update.
1021         * coffread.c (coff_sym_fns): Now const.  Update.
1022
1023 2010-09-30  Tom Tromey  <tromey@redhat.com>
1024
1025         * value.c (value_primitive_field): Take 'offset' into account for
1026         packed field.
1027
1028 2010-09-30  Tom Tromey  <tromey@redhat.com>
1029
1030         * completer.c (count_struct_fields): Handle anonymous structs and
1031         unions.
1032         (add_struct_fields): Likewise.
1033
1034 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1035
1036         Fix printing parameters of inlined functions.
1037         * ada-lang.c (is_known_support_routine)
1038         (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1039         for find_frame_funname.
1040         * python/py-frame.c (frapy_name): Likewise.
1041         * stack.c (find_frame_funname): New parameter funcp.  Update the
1042         function comment.  Fill it in.
1043         (print_frame): New variable func.  Initialize it by
1044         find_frame_funname.  Print arguments only if FUNC is not NULL.  Use
1045         FUNC as the parameter of print_args_stub.
1046         * stack.h (find_frame_funname): New parameter funcp.  Remove the
1047         function declaration comment.
1048
1049 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1050
1051         PR corefiles/12071.
1052         * inferior.c (have_live_inferiors): New variables old_chain, inf and
1053         tp.  Iterate INFERIOR_LIST and call target_has_execution.
1054
1055 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1056
1057         Fix GDB crash on inferior calls with self-referencing classes.
1058         * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1059         member fields.
1060
1061 2010-09-29  Doug Evans  <dje@google.com>
1062
1063         Workaround for gcc/45682.
1064         * dwarf2read.c (partial_die_info): New fields fixup_called,
1065         linkage_name.
1066         (guess_partial_die_structure_name): Renamed from guess_structure_name.
1067         Move definition next to use.  Use linkage_name to determine if class
1068         is in a namespace.  All callers updated.
1069         (fixup_partial_die): Return early if already called.
1070         Set fixup_called when done.
1071         (guess_full_die_structure_name): New function.
1072         (determine_prefix): Call it for class/struct/union dies if c++ and
1073         .debug_types section is present and parent is DW_TAG_compile_unit.
1074
1075 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1076
1077         * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1078         (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1079
1080 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1081
1082         * NEWS: Announce Ravenscar Profile support.
1083
1084 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1085             Jerome Guitton  <guitton@adacore.com>
1086
1087         * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1088         New files.
1089         * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1090         ravenscar-sparc-thread.o to gdb_target_obs.
1091
1092 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1093
1094         * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1095         * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1096
1097 2010-09-27  Pierre Muller  <muller@ics.u-strasbg.fr>
1098
1099         * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1100         (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1101         skip_main_prologue method.
1102
1103 2010-09-27  Tom Tromey  <tromey@redhat.com>
1104
1105         * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1106         (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1107         Only emit a given psymbol once.
1108         (struct signatured_type_index_data) <psyms_seen>: New field.
1109         (write_one_signatured_type): Update.
1110         (cleanup_htab): New function.
1111         (write_psymtabs_to_index): Update.  Create psyms_seen hash.  Bump
1112         version to 3.
1113         (save_gdb_index_command): Update index documentation.
1114
1115 2010-09-27  Tom Tromey  <tromey@redhat.com>
1116
1117         * bcache.c (expand_hash_table): Use hash_function, not hash.
1118
1119 2010-09-27  Tom Tromey  <tromey@redhat.com>
1120
1121         * gdb_wchar.h: Change minimum libiconv to 0x108.
1122
1123 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1124
1125         Fix lost siginfo_t for inferior calls.
1126         * infrun.c
1127         (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1128         (save_inferior_thread_state): New variables regcache, gdbarch and
1129         siginfo_data.  Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1130         Move INF_STATE allocation later, pre-clear it.  Initialize REGISTERS
1131         using REGCACHE.
1132         (restore_inferior_thread_state): New variables regcache and gdbarch.
1133         Restore SIGINFO_DATA for matching GDBARCH.  Restore REGISTERS using
1134         REGCACHE.  Free also SIGINFO_DATA.
1135
1136 2010-09-24  Tom Tromey  <tromey@redhat.com>
1137
1138         * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1139         MAYBE_SWAPs.
1140         (dw2_map_symbol_names): Likewise.
1141
1142 2010-09-24  Sami Wagiaalla  <swagiaal@redhat.com>
1143
1144         * valops.c (find_oload_champ_namespace_loop): replace incorrect
1145         discard_cleanups do_cleanups.
1146
1147 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
1148
1149         PR gdb/11842
1150
1151         * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1152         (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1153         si_code is < 0.  Check for si_code == SI_TIMER before checking for
1154         si_code < 0.
1155
1156 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
1157
1158         * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1159
1160 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1161
1162         * ada-tasks.c (read_atcb): Do not compute the task ptid when
1163         debugging a core file.
1164
1165 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1166
1167         Code cleanup.
1168         * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1169         (free_objfile) <objfile->name != NULL>: Remove the conditional around
1170         xfree.
1171         * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1172         * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1173         Remove.
1174         * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1175         Remove the conditional.
1176         * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1177
1178 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1179
1180         * main.c: Include objfiles.h.
1181         (captured_main): New variable objfile.  Call
1182         load_auto_scripts_for_objfile for ALL_OBJFILES.
1183
1184 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1185
1186         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1187         DW_TAG_constant.
1188
1189 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1190
1191         * dwarf2read.c (scan_partial_symbols): Add handling of
1192         DW_TAG_constant DIEs.
1193         (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1194
1195 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1196
1197         * configure.ac: Add support for --enable-gdbserver.
1198         * configure: Regenerate.
1199
1200 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
1201
1202         PR C++/12028
1203         * valops.c (find_oload_champ_namespace_loop): removed incorrect
1204         'old_cleanups' reassignment.
1205
1206 2010-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1207
1208         * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1209         characters.
1210
1211 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
1212
1213         PR mi/11407
1214         * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1215         read_var_value and common_val_print and print a warning.
1216
1217 2010-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1218
1219         * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1220         keep the list in alphabetical order.  Use longer e-mail address.
1221
1222 2010-09-15  Tom Tromey  <tromey@redhat.com>
1223
1224         * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1225
1226 2010-09-15  Tom Tromey  <tromey@redhat.com>
1227
1228         * charset.c (iconv_open): New define.
1229         (iconv): Likewise.
1230         (iconv_close): Likewise.
1231         (phony_iconv_open): Add "phony_" prefix.
1232         (phony_iconv_close): Likewise.
1233         (phony_iconv): Likewise.
1234         * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1235         Change how INTERMEDIATE_ENCODING is defined.
1236
1237 2010-09-15  Doug Evans  <dje@google.com>
1238
1239         * dwarf2read.c (struct die_info): Fix comment.
1240
1241 2010-09-15  Alan Modra  <amodra@gmail.com>
1242
1243         PR 4606
1244         * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1245         than setting SEC_NEVER_LOAD on sections that need not be copied.
1246
1247 2010-09-14  Tom Tromey  <tromey@redhat.com>
1248
1249         * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1250         (start_psymtab_common, allocate_psymtab, discard_psymtab):
1251         Declare.
1252         * symfile.h (extend_psymbol_list): Remove.
1253         (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1254         (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1255         * psymtab.c (extend_psymbol_list): Move earlier.  Now static.
1256
1257 2010-09-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1258
1259         * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1260         Update the comment.
1261
1262 2010-09-14  Tom Tromey  <tromey@redhat.com>
1263
1264         PR symtab/8399:
1265         * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1266         for unrecognized frame base expression.
1267
1268 2010-09-14  Tom Tromey  <tromey@redhat.com>
1269
1270         PR exp/11803:
1271         * value.c (value_static_field): Use value_of_variable.
1272
1273 2010-09-14  Pierre Muller  <muller@ics.u-strasbg.fr>
1274
1275         * m32r-rom.c: Replace winsock.h with winsock2.h header.
1276         * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1277
1278 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
1279
1280         PR symtab/11992:
1281         * c-exp.y (classify_name): Check is_a_member_of_this before returning
1282         UNKNOWN_CPP_NAME.
1283
1284 2010-09-13  Joel Brobecker  <brobecker@adacore.com>
1285
1286         * NEWS: Add x86-lynxos to the list of platforms supported by
1287         gdbserver.
1288
1289 2010-09-13  Joel Brobecker  <brobecker@adacore.com>
1290
1291         * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1292
1293 2010-09-13  Tom Tromey  <tromey@redhat.com>
1294
1295         * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1296
1297 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
1298
1299         * i386-tdep.c (i386_ymm_type): Set type name to
1300         builtin_type_vec256i.
1301
1302 2010-09-12  Michael Snyder  <msnyder@vmware.com>
1303
1304         * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1305
1306 2010-09-12  H.J. Lu  <hongjiu.lu@intel.com>
1307
1308         * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1309
1310 2010-09-11  H.J. Lu  <hongjiu.lu@intel.com>
1311
1312         * amd64-tdep.c (amd64_register_name): Removed.
1313         (amd64_init_abi): Don't call set_gdbarch_register_name.
1314
1315         * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1316
1317         * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1318
1319 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1320             Paul Bolle  <pebolle@tiscali.nl>
1321
1322         Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1323         * cli-logging.c (struct saved_output_files) <targerr>: New.
1324         (set_logging_redirect, pop_output_files, handle_redirections):
1325         Redirect also gdb_stdtargerr.
1326         * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1327         declarations.
1328         * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1329         also gdb_stdtargerr.
1330         * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1331         to the top.  Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1332         Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1333         * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1334         * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1335         New functions.
1336
1337 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1338
1339         * hppa-tdep.c (unwind_command): Use host_address_to_string function
1340         to display a host address.
1341         * monitor.c (monitor_read_memory): Likewise.
1342         * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1343
1344 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1345
1346         * coffread.c (struct coff_symbol): Change c_value type from `long' to
1347         `CORE_ADDRESS' as it might contain target addresses.
1348
1349 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1350
1351         * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1352         before cast to pointer to avoid warning.
1353
1354 2010-09-09  Kevin Buettner  <kevinb@redhat.com>
1355
1356         * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1357         type to be signed.
1358
1359 2010-09-09  Ulrich Weigand  <uweigand@de.ibm.com>
1360
1361         * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1362         anonymous class partial DIEs.
1363
1364 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1365
1366         * dwarf2read.c (dwarf2_compute_name): Check that the first
1367         argument is a pointer.
1368
1369 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1370
1371         * dwarf2read.c (read_func_scope, read_structure_type)
1372         (read_common_block): Check for a NULL return from new_symbol.
1373
1374 2010-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1375
1376         * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1377
1378 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1379
1380         * dwarf2read.c (read_structure_type): Move processing of
1381         fields and member functions from here...
1382         (process_structure_scope): ... to here.
1383
1384 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1385
1386         * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1387         the domain type.
1388         (gnuv3_make_method_ptr): Likewise.
1389
1390 2010-09-08  Tom Tromey  <tromey@redhat.com>
1391
1392         * breakpoint.c (create_breakpoint): Add missing _().
1393
1394 2010-09-08  Doug Evans  <dje@google.com>
1395
1396         * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1397
1398 2010-09-08  Tom Tromey  <tromey@redhat.com>
1399
1400         Revert:
1401         2010-09-01  Tom Tromey  <tromey@redhat.com>
1402         * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1403         symtab.h: Revert earlier change.
1404
1405 2010-09-09  Sami Wagiaalla  <swagiaal@redhat.com>
1406
1407         * psymtab.c (add_psymbol_to_bcache): Initialize
1408         obj_section.
1409         memset psymbol.ginfo.value to 0.
1410
1411 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
1412
1413         * infrun.c (resume): Extend comment on ignoring single-step
1414         requests on vfork parents waiting for a vfork-done.
1415
1416 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1417             Pedro Alves  <pedro@codesourcery.com>
1418
1419         * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1420         is NULL.
1421         * fork-child.c (startup_inferior) <resume_signal>: Use enum
1422         target_signal type.
1423         * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1424         calling strsignal.  Use enum target_signal type for saved_signo.
1425         (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1426         (linux_nat_wait_1): Use enum target_signal type for signo.  Use
1427         target_signal_to_host before calling strsignal.
1428         * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1429         TARGET_SIGNAL_0.
1430
1431 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
1432             Jan Kratochvil  <jan.kratochvil@redhat.com>
1433
1434         * common/signals.c (ANY): Remove.
1435         (SET): No longer use ANY.
1436
1437 2010-09-06  Yao Qi  <yao@codesourcery.com>
1438
1439         * infrunc(resume): When inferior is waiting_for_vfork_done,
1440         clear step and don't use displaced stepping.
1441
1442 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
1443
1444         * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1445         value specially.
1446
1447 2010-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1448
1449         Code cleanup - split print_stop_reason.
1450         * infrun.c (enum inferior_stop_reason): Remove.
1451         (print_stop_reason): Remove by splitting into ...
1452         (print_exited_reason, print_signal_exited_reason)
1453         (print_no_history_reason, print_signal_received_reason)
1454         (print_end_stepping_range_reason): ... these new functions.  Update
1455         the preceding comment.
1456         (handle_inferior_event): Change the calls to print_exited_reason,
1457         print_signal_exited_reason, print_no_history_reason,
1458         print_signal_received_reason, print_end_stepping_range_reason.
1459         (handle_step_into_function, handle_step_into_function_backward):
1460         Change the calls to print_end_stepping_range_reason.
1461
1462 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1463
1464         * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1465         * cli-out.c: Include vec.h.
1466         (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1467         variable stream, initialize it, use it.
1468         (cli_redirect): New function comment.  Replace the stream and
1469         original_stream fields by the new streams field.  Remove the
1470         original_stream != NULL conditional, assert error on NULL instead.
1471         (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1472         (cli_out_data_ctor): Assert non-NULL stream.  Replace the stream and
1473         original_stream fields by the new streams field.
1474         (cli_out_set_stream): Replace the stream field by the new streams
1475         field.
1476         * cli-out.h: Include vec.h.
1477         (ui_filep): New typedef, call DEF_VEC_P for it.
1478         (struct cli_ui_out_data): Replace the stream and original_stream
1479         fields by the new streams field.
1480         * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
1481         NULL first.  Extend the comment.
1482         (handle_redirections): Call ui_out_redirect with output.
1483         * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
1484         calls outside of the TRY_CATCH block.
1485
1486 2010-09-03  Joel Brobecker  <brobecker@adacore.com>
1487
1488         GDB 7.2 released.
1489
1490 2010-09-02  Joel Brobecker  <brobecker@adacore.com>
1491
1492         Back out the following change:
1493         | 2010-06-29  Hui Zhu  <teawater@gmail.com>
1494         | * record.c (set_record_pic_cmdlist,
1495         | show_record_pic_cmdlist): New variables.
1496         | (set_record_pic_command,
1497         | show_record_pic_command): New functions.
1498         | (record_pic_function, record_pic_line, record_pic_enum,
1499         | set_record_pic_type, record_pic_hide_nofunction,
1500         | record_pic_hide_nosource, record_pic_hide_same): New variables.
1501         | (record_pic_fputs): New function.
1502         | (function_list, node_list, edge_list): New struct.
1503         | (function_list, node_list, edge_list): New variables.
1504         | (record_pic_cleanups, record_pic_node,
1505         | record_pic_edge, cmd_record_pic): New functions.
1506         | (_initialize_record): Add new commands for record pic.
1507
1508 2010-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
1509
1510         * config.in, configure: Regenerated.
1511         * configure.ac: Check for waitpid.
1512         * ser-pipe.c (pipe_close): Wait for the program to exit.
1513
1514 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1515
1516         * cli/cli-logging.c: Include gdb_assert.h.
1517         (set_logging_overwrite): New function.
1518         (logging_redirect): New comment.
1519         (logging_no_redirect_file, set_logging_redirect)
1520         (pop_output_files) <logging_no_redirect_file>: New.
1521         (handle_redirections) <!logging_redirect>: New variable
1522         no_redirect_file.  Remove file autoclose for tee_file_new.  No longer
1523         discard cleanup for the close of former OUTPUT.  Set
1524         LOGGING_NO_REDIRECT_FILE.
1525         (handle_redirections) <logging_redirect>: gdb_assert
1526         LOGGING_NO_REDIRECT_FILE.
1527         (show_logging_command) <logging_redirect handling>: Adjust messages
1528         for SAVED_FILENAME not NULL.
1529         (_initialize_cli_logging): Install set_logging_overwrite and
1530         set_logging_redirect.
1531
1532 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1533
1534         * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
1535
1536 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1537
1538         * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
1539         (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
1540         add $(GDB_WARN_CFLAGS_NO_FORMAT).
1541         (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
1542
1543 2010-09-02  Yao Qi  <yao@codesourcery.com>
1544
1545         * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
1546         number from a WIFSIGNALED status.
1547
1548 2010-09-01  Tom Tromey  <tromey@redhat.com>
1549
1550         * symtab.h (lookup_type_symbol): Declare.
1551         * symtab.c (lookup_symbol_in_language_full): Rename from
1552         lookup_symbol_in_language.  Add 'for_type' argument.
1553         (lookup_symbol_in_language): New function.
1554         (lookup_type_symbol): Likewise.
1555         (lookup_symbol_aux): Add 'for_type' argument.
1556         (match_symbol_aux): New function.
1557         (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
1558         (match_transparent_type): New function.
1559         (basic_lookup_transparent_type): Use expand_one_symtab_matching.
1560         * symfile.h (struct quick_symbol_functions)
1561         <pre_expand_symtabs_matching>: Remove.
1562         <expand_one_symtab_matching>: New field.
1563         * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
1564         (pre_expand_symtabs_matching_psymtabs): Remove.
1565         (psym_functions): Update.
1566         * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
1567         * dwarf2read.c (dw2_lookup_symbol): Update comment.
1568         (dw2_pre_expand_symtabs_matching): Remove.
1569         (dw2_expand_one_symtab_matching): New function.
1570         (dwarf2_gdb_index_functions): Update.
1571
1572 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
1573
1574         * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
1575
1576 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
1577
1578         * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
1579         as a feature reported by -list-target-features.
1580
1581 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
1582
1583         * features/Makefile (WHICH): Add rs6000/powerpc-32.
1584         (powerpc-32.o, powerpc-32.c): New rules.
1585         (clean): Also remove powerpc-32.c.
1586         * regformats/rs6000/powerpc-32.dat: Generate.
1587
1588 2010-08-31  Sami Wagiaalla  <swagiaal@redhat.com>
1589
1590         * symfile.c (reread_symbols): Use psymbol_bcache_free, and
1591         psymbol_bcache_init.
1592         * psymtab.h (psymbol_bcache_init): New function prototype.
1593         (psymbol_bcache_free): New function prototype.
1594         (psymbol_bcache_get_bcache): New function prototype.
1595         * psymtab.c (psymbol_bcache_init): New function.
1596         (psymbol_bcache_free): New function.
1597         (psymbol_bcache_full): New function.
1598         (psymbol_bcache_get_bcache): New function.
1599         (add_psymbol_to_bcache): use psymbol_bcache_full.
1600         * objfiles.h (psymbol_cache): Change type of psymbol_cache to
1601         psymbol_bcache.
1602         * symmisc.c (print_symbol_bcache_statistics): Updated.
1603         (print_objfile_statistics): Updated.
1604         * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
1605         psymbol_cache.
1606         (free_objfile): Use psymbol_bcache_free.
1607
1608 2010-08-31  Tom Tromey  <tromey@redhat.com>
1609
1610         PR c++/11961:
1611         * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
1612         Don't set TYPE_NAME on the type.
1613
1614 2010-08-31  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
1615
1616         * infrun.c (set_exec_direction_func): Error out if target does not
1617         support reverse execution.
1618
1619 2010-08-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1620
1621         Make linux_get_siginfo_type `type *' unique.
1622         * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
1623         (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
1624         (linux_get_siginfo_type): New variable linux_gdbarch_data.  Initialize
1625         it.  Use linux_gdbarch_data->siginfo_type as a persistent storage.
1626         (_initialize_linux_tdep): New.
1627
1628 2010-08-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1629
1630         Code cleanup.
1631         * defs.h (find_memory_region_ftype): New typedef.
1632         (exec_set_find_memory_regions): Use it.
1633         * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
1634         * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
1635         * gcore.c (objfile_find_memory_regions): Likewise.
1636         * gnu-nat.c (gnu_find_memory_regions): Likewise.
1637         * linux-nat.c (linux_nat_find_memory_regions): Likewise.
1638         * procfs.c (iterate_over_mappings_cb_ftype): Remove.
1639         (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
1640         find_memory_region_ftype.
1641         (insert_dbx_link_bpt_in_region): Likewise.
1642         (iterate_over_mappings): Likewise.  Drop the comment part about the
1643         function prototype.
1644         (find_memory_regions_callback): Use find_memory_region_ftype.
1645         (proc_find_memory_regions): Likewise.
1646         (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
1647         find_memory_region_ftype.
1648         * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
1649         * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
1650
1651 2010-08-31  Sami Wagiaalla  <swagiaal@redhat.com>
1652
1653         * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
1654         'static partial_symbol psymbol'.
1655         (psymbol_hash): New function.
1656         (psymbol_compare): New function.
1657         * bcache.c (hash_continue): New.
1658         (hash): Use hash_continue.
1659         * bcache.c: Add hash_function and compare_function
1660         pointers to bcache struct.
1661         (bcache_full): Use bcache->hash_function, and
1662         bcache->compare_function.
1663         (bcache_compare): New function.
1664         (bcache_xmalloc): Take hash_function and
1665         compare_function arguments and initialize the
1666         bcach's pointers.
1667         Updated comment.
1668         * objfiles.c (allocate_objfile): Updated.
1669         * symfile.c (reread_symbols): Updated.
1670         * python/py-type.c (typy_richcompare): Updated.
1671
1672 2010-08-30  Andre Poenitz  <andre.poenitz@nokia.com>
1673             Tom Tromey  <tromey@redhat.com>
1674
1675         PR python/11792:
1676         * python/py-value.c (valpy_get_dynamic_type): New function.
1677         (value_object_getset): Add "dynamic_type".
1678         (valpy_get_type): Fail on error.
1679
1680 2010-08-30  Yao Qi  <yao@codesourcery.com>
1681
1682         * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
1683         (arm_linux_syscall_next_pc): New.
1684         (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead. 
1685         (arm_linux_init_abi): Initialize syscall_next_pc.
1686         * arm-tdep.c (thumb_get_next_pc_raw):  Get next pc of SWI in Thumb mode.
1687         (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
1688         * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc. 
1689         Declare arm_frame_is_thumb.
1690
1691 2010-08-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1692
1693         Code cleanup.
1694         * breakpoint.c (bpstat_alloc): Remove unused prototype.
1695         (bpstat_alloc): Change parameters cbs to bs_link_pointer.  Adjust the
1696         code.
1697         (bpstat_stop_status): Change root_bs into bs_head and bs_link.  Adjust
1698         calls of bpstat_alloc.  Remove explicit bs chain termination.
1699
1700 2010-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1701
1702         Code cleanup.
1703         * linux-nat.c (pull_pid_from_list): Rename status to statusp.
1704         (my_waitpid): Likewise.
1705
1706 2010-08-27  Doug Evans  <dje@google.com>
1707
1708         * dwarf2read.c (dw2_require_line_header): Read from .debug_types
1709         as appropriate.
1710
1711 2010-08-27  Tom Tromey  <tromey@redhat.com>
1712
1713         * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
1714         TYPE_FIELD_IGNORE_BITS.
1715
1716 2010-08-27  Doug Evans  <dje@google.com>
1717
1718         * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
1719         the order they're defined in.  munmap .debug_types buffer.
1720
1721 2010-08-26  Doug Evans  <dje@google.com>
1722
1723         * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
1724         (dw2_forget_cached_source_info): Rename local cu to per_cu.
1725         (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
1726         (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
1727         (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
1728         (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
1729         (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
1730         (dwarf2_free_objfile, write_one_signatured_type): Ditto.
1731         (write_psymtabs_to_index): Ditto.
1732
1733 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
1734
1735         * NEWS: Mention libthread_db debugging with core files.
1736
1737 2010-08-26  Doug Evans  <dje@google.com>
1738
1739         * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
1740         forward decl.  Pass pst->dirname to dwarf_decode_lines.
1741         (psymtab_include_file_name): New function.
1742         (dwarf_decode_lines): Call it.  Update comments.
1743
1744 2010-08-25  Pedro Alves  <pedro@codesourcery.com>
1745
1746         * dwarf2read.c (inherit_abstract_dies): Handle origin die's
1747         compilation unit being different from target die's.
1748
1749 2010-08-24  Doug Evans  <dje@google.com>
1750
1751         PR symtab/11942
1752         * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
1753         debug_types_type_hash.
1754         (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
1755         All uses updated.
1756         (lookup_die_type): Renamed from tag_type_to_tag.  First look in
1757         appropriate type_hash table.  All callers updated.
1758         (allocate_signatured_type_table): Renamed from
1759         allocate_signatured_type_hash_table.  All callers updated.
1760         (create_signatured_type_table_from_index): Renamed from
1761         create_signatured_type_hash_from_index.  All callers updated.
1762         (read_die_type): Add comment.  Move actual reading to ...
1763         (read_die_type_1): ... here.  New function.
1764         (follow_die_ref_or_sig): Tweak comment.
1765         (set_die_type): Rewrite to use appropriate choice of
1766         debug_info_type_hash or debug_types_type_hash.
1767         (get_die_type_at_offset): New function.
1768         (get_die_type): Call it.
1769
1770 2010-08-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1771
1772         * python/py-type.c (typy_richcompare): Initialize worklist.
1773
1774 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
1775             Kazu Hirata  <kazu@codesourcery.com>
1776             Jonathan Larmour  <jifl@eCosCentric.com>
1777
1778         * arm-tdep.c: Include features/arm-with-m.c.
1779         (arm_psr_thumb_bit): New.  Update all uses of CPSR_T to
1780         call this function.
1781         (arm_pc_is_thumb): Add a gdbarch argument.  Update all callers.
1782         Check is_m after force-mode.
1783         (arm_gdbarch_init): Check the binary before the target description.
1784         Add check for M profile attribute.  If we have an M-profile device,
1785         but no target register description, use arm-with-m.  Recognize the
1786         new org.gnu.gdb.arm.m-profile feature and its xpsr register.
1787         (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
1788         * arm-tdep.h (XPSR_T): Define.
1789         (struct gdbarch_tdep): Add is_m member.
1790         * features/arm-m-profile.xml, features/arm-with-m.c,
1791         features/arm-with-m.xml: New files.
1792
1793 2010-08-23  Doug Evans  <dje@google.com>
1794
1795         * dwarf2read.c (read_structure_type): Add comment.
1796         (read_enumeration_type): Add comment.
1797         (process_enumeration_scope): Move definition of some locals
1798         closer to their use.
1799         (read_namespace_type): Add comment.
1800         (set_die_type): Fix typo in comment.
1801
1802 2010-08-23  Tom Tromey  <tromey@redhat.com>
1803
1804         PR python/11145:
1805         * python/py-value.c: Include expression.h.
1806         (valpy_do_cast): New function.
1807         (valpy_cast): Use it.
1808         (valpy_dynamic_cast): New function.
1809         (valpy_reinterpret_cast): Likewise.
1810         (value_object_methods): Add dynamic_cast, reinterpret_cast.
1811
1812 2010-08-23  Tom Tromey  <tromey@redhat.com>
1813
1814         PR python/11391:
1815         * python/py-value.c (valpy_nonzero): Don't throw error for other
1816         Value types.
1817
1818 2010-08-23  Tom Tromey  <tromey@redhat.com>
1819
1820         PR python/10676:
1821         * python/py-type.c: Include bcache.h, vec.h.
1822         (struct type_equality_entry): New.
1823         (compare_strings): New function.
1824         (check_types_equal): Likewise.
1825         (check_types_worklist): Likewise.
1826         (typy_richcompare): Likewise.
1827         (type_object_type): Set tp_richcompare field.
1828
1829 2010-08-23  Tom Tromey  <tromey@redhat.com>
1830
1831         PR python/10953:
1832         * python/py-type.c (typy_fields): Call check_typedef.
1833         (typy_template_argument): Add TRY_CATCH.
1834
1835 2010-08-23  Tom Tromey  <tromey@redhat.com>
1836
1837         PR python/11915:
1838         * python/py-type.c (typy_array): New function.
1839         (type_object_methods): Add "array".
1840
1841 2010-08-20  Pedro Alves  <pedro@codesourcery.com>
1842
1843         * python/python.c: Include "serial.h".
1844         (gdbpy_event_fds): Change type to `struct serial *' a array from
1845         int array.
1846         (gdbpy_run_events): Change parameters.  Use serial_readchar in
1847         place of read.
1848         (gdbpy_post_event): Use serial_write in place of write.
1849         (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
1850         serial_async in place of add_file_handler.
1851
1852 2010-08-20  Pedro Alves  <pedro@codesourcery.com>
1853
1854         * serial.h (gdb_pipe, serial_pipe): Declare.
1855         * serial.c (serial_interface_lookup): Take a const char pointer.
1856         (serial_fdopen): Rename to ...
1857         (serial_fdopen_ops): ... this.  Add an OPS parameter and use it.
1858         Call the OPS' fdopen function if there is one.
1859         (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
1860         (serial_pipe): New.
1861         (struct serial_ops) <fdopen>: New field.
1862
1863         * ser-mingw.c (free_pipe_state):
1864         (free_pipe_state): Close output on non-pex pipes.
1865         (pipe_windows_fdopen): New.
1866         (gdb_pipe): New.
1867         (_initialize_ser_windows): Register pipe_windows_fdopen.
1868         * ser-go32.c (gdb_pipe): New.
1869         * ser-pipe.c (pipe_close): Close file descriptor even if there's
1870         no state pointer.
1871         (pipe_ops): Delete.
1872         (gdb_pipe): New.
1873
1874 2010-08-20  Keith Seitz  <keiths@redhat.com>
1875
1876         PR symtab/11465:
1877         * dwarf2read.c (struct delayed_method_info): New struct.
1878         (struct dwarf2_cu): Add vector method_list.
1879         (scan_partial_symbols): Count methods for union, class, structure,
1880         and interface types.
1881         (add_to_method_list): New function.
1882         (free_delayed_list): New function.
1883         (compute_delayed_physnames): New function.
1884         (process_full_comp_unit): Make a cleanup for the CU's delayed
1885         physname list, compute the delayed physnames, and free the
1886         the list.
1887         (dwarf2_add_member_fn): For C++ and Java, delay the computation
1888         of the physname until after the CU is read.
1889
1890         * dwarf2read.c (read_structure_type): Check if the current
1891         DIE's type was already completed after dwarf2_full_name
1892         was called.
1893
1894 2010-08-19  Stan Shebs  <stan@codesourcery.com>
1895
1896         * NEWS: Mention some additional changes.
1897
1898 2010-08-19  Tom Tromey  <tromey@redhat.com>
1899
1900         * Makefile.in (install-python): Add DESTDIR.
1901
1902 2010-08-19  Doug Evans  <dje@google.com>
1903
1904         PR exp/11926
1905         * parser-defs.h (parse_float, parse_c_float): Declare.
1906         * parse.c (parse_float, parse_c_float): New function.
1907         * c-exp.y (parse_number): Call parse_c_float.
1908         * objc-exp.y (parse_number): Ditto.
1909         * p-exp.y (parse_number): Ditto.  Use ANSI/ISO-style definition.
1910         * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
1911
1912 2010-08-19  Joel Brobecker  <brobecker@adacore.com>
1913
1914         * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
1915         the arguments in the correct order.
1916         * symtab.c (maybe_add_partial_symtab_filename): Declare
1917         the arguments in the correct order.
1918
1919 2010-08-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1920
1921         * varobj.c (varobj_create): Replace variable old_fi with old_id,
1922         initialize it by null_frame_id, wrap its usage by get_frame_id,
1923         frame_id_p and frame_find_by_id.
1924
1925 2010-08-18  Tom Tromey  <tromey@redhat.com>
1926
1927         PR python/11900:
1928         * configure: Rebuild.
1929         * configure.ac: Add install-python to CONFIG_INSTALL.
1930         * Makefile.in (install-python): New.
1931
1932 2010-08-18  Doug Evans  <dje@google.com>
1933
1934         * gdb_assert.h (gdb_assert_not_reached): New macro.
1935         (gdb_assert_fail): Fix typo in comment.
1936         * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
1937         gdb_assert (0).
1938         * darwin-nat.c (darwin_check_new_threads): Ditto.
1939         * dwarf2read.c (dwarf2_get_section_info): Ditto.
1940         (munmap_section_buffer): Ditto.
1941         * m32c-tdep.c (make_types): Ditto.
1942         (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
1943         * macroexp.c (get_character_constant): Ditto.
1944         (get_string_literal): Ditto.
1945         * mep-tdep.c (mep_pseudo_cr_size): Ditto.
1946         (mep_pseudo_cr_index, mep_register_type): Ditto.
1947         (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
1948         (mep_get_insn, mep_analyze_prologue): Ditto.
1949         * objfiles.c (qsort_cmp): Ditto.
1950         * prologue-value.c (pv_is_identical): Ditto.
1951         * record.c (record_get_loc): Ditto.
1952         * value.c (value_static_field): Ditto.
1953         * xtensa-tdep.c (call0_track_op): Ditto.
1954
1955 2010-08-18  Tom Tromey  <tromey@redhat.com>
1956
1957         PR symtab/11919:
1958         * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
1959         * parse.c (parse_field_expression): Use RETURN_MASK_ERROR.  Move
1960         name-copying lower.  Document exception behavior.
1961         * completer.c (expression_completer): Catch exceptions from
1962         parse_field_expression.
1963
1964 2010-08-18  Pedro Alves  <pedro@codesourcery.com>
1965
1966         PR corefile/8210
1967
1968         * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
1969         workaround on core files.
1970         (try_thread_db_load_1): Don't try enabling thread event reporting
1971         on core files.
1972         (thread_db_load): Allow thread_db on core files.
1973         (attach_thread): Don't check thread signals on core files, nor try
1974         really attaching to the thread, nor enabling thread event event
1975         reporting.
1976         (thread_db_detach): Don't try disabing thread event reporting or
1977         removing thread event breakpoints when debugging a core file.
1978         (find_new_threads_callback): Don't try enabling thread event
1979         reporting on core files.
1980         (thread_db_find_new_threads_2): Don't look for a stopped lwp when
1981         debugging a core file.
1982         (thread_db_find_new_threads): Don't update thread
1983         cores (processors) when debugging a core (dump).
1984
1985 2010-08-18  Pedro Alves  <pedro@codesourcery.com>
1986
1987         PR corefile/8210
1988
1989         * corelow.c (add_to_thread_list): Don't use
1990         gdbarch_core_reg_section_encodes_pid.  Use bfd_core_file_pid.
1991         (get_core_register_section): Don't use
1992         gdbarch_core_reg_section_encodes_pid.
1993
1994         * gdbarch.sh (core_reg_section_encodes_pid): Delete.
1995         * gdbarch.h, gdbarch.c: Regenerate.
1996         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
1997         gdbarch_core_reg_section_encodes_pid.
1998         * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
1999         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2000         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2001
2002 2010-08-18  Yao Qi  <yao@codesourcery.com>
2003
2004         * MAINTAINERS : Add myself under Write After Approval.
2005
2006 2010-08-17  Tom Tromey  <tromey@redhat.com>
2007
2008         * NEWS: Mention template parameter support.
2009
2010 2010-08-17  Pedro Alves  <pedro@codesourcery.com>
2011
2012         PR breakpoints/11371
2013
2014         * breakpoint.c (decref_bp_location): Assert the reference count is
2015         sane.
2016
2017 2010-08-17  Pedro Alves  <pedro@codesourcery.com>
2018
2019         PR breakpoints/11371
2020
2021         * breakpoint.c (breakpoint_init_inferior): Decrement the
2022         location's reference count instead of deleting right away.
2023         (bpstat_free): Decrement the location's reference count.  Make
2024         static.
2025         (bpstat_copy): Increment the location's reference count.
2026         (bpstat_find_breakpoint): Adjust.
2027         (bpstat_num): Adjust.
2028         (print_it_typical): Adjust.  Use the breakpoint pointer in the
2029         bpstat instead of the location's owner.
2030         (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2031         Adjust to record the location's owner in the bpstat.
2032         (watchpoint_check): Use the breakpoint pointer in the bpstat
2033         instead of the location's owner.
2034         (bpstat_check_breakpoint_conditions): Don't handle
2035         bp_watchpoint_scope here.  Use the breakpoint pointer in the
2036         bpstat instead of the location's owner.
2037         (bpstat_stop_status): Defer inferior function calls to after
2038         building the bpstat list.  Handle bp_watchpoint_scope here.  Use
2039         the breakpoint pointer in the bpstat instead of the location's
2040         owner.
2041         (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2042         the location's owner.
2043         (free_bp_location): Don't walk bpstats clearing locations.
2044         (incref_bp_location): New.
2045         (decref_bp_location): New.
2046         (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2047         instead of the location's owner.
2048         (update_global_location_list): Clear the location's owner, and
2049         decrement the location's reference count instead of deleting it
2050         right away.
2051         (breakpoint_retire_moribund): Decrement the location's reference
2052         count instead of deleting it right away.
2053         (bpstat_remove_bp_location): Delete.
2054         (bpstat_remove_breakpoint): New.
2055         (bpstat_remove_bp_location_callback): Delete.
2056         (bpstat_remove_breakpoint_callback): New.
2057         (delete_breakpoint): Iterate over all threads' stop_bpstat's
2058         clearing references to the breakpoint that is being deleted.
2059
2060         * breakpoint.h (struct bp_location) <refc>: New field.
2061         <owner>: Update comments.
2062         (bpstat_free): Delete declaration.
2063         (struct bpstats): Change the type of the breakpoint_at field to
2064         struct breakpoint point, from struct bp_location pointer.  Add new
2065         field bp_location_at.
2066
2067 2010-08-16  Tom Tromey  <tromey@redhat.com>
2068
2069         * NEWS: Fix typo.
2070
2071 2010-08-16  Tom Tromey  <tromey@redhat.com>
2072
2073         * NEWS: Mention watch -location.
2074
2075 2010-08-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2076
2077         * breakpoint.c (update_watchpoint): Add source empty line.  Prefer
2078         EXP_STRING_REPARSE to EXP_STRING.
2079         (watch_command_1): Set also EXP_STRING_REPARSE.
2080         (delete_breakpoint): Free also EXP_STRING_REPARSE.
2081         * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2082         Update comment for exp_string.
2083
2084 2010-08-16  Tom Tromey  <tromey@redhat.com>
2085
2086         * value.c (release_value): Clear 'next' pointer.
2087         * breakpoint.c (watch_command_1): Add 'just_location' argument.
2088         (watch_command_wrapper): Update.
2089         (watch_maybe_just_location): New function.
2090         (watch_command): Update.
2091         (rwatch_command_wrapper): Update.
2092         (rwatch_command): Update.
2093         (awatch_command_wrapper): Update.
2094         (awatch_command): Update.
2095         (check_for_argument): New function.
2096         (_initialize_breakpoint): Update help text.
2097
2098 2010-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
2099
2100         * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2101         typedef'ed function types correctly.
2102
2103 2010-08-13  Tom Tromey  <tromey@redhat.com>
2104
2105         * python/python-internal.h (gdbpy_get_hook_function): Don't
2106         declare.
2107
2108 2010-08-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2109
2110         * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2111         static.
2112
2113 2010-08-13  Ken Werner  <ken.werner@de.ibm.com>
2114
2115         * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2116         the format strings to be compatible with Python 2.4.
2117
2118 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
2119
2120         Easier and more stubborn MI memory read commands.
2121
2122         * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2123         and data-write-memory-bytes.
2124         * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2125         (mi_cmd_data_write_memory_bytes): New.
2126         * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2127         (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2128         New.
2129         (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2130         * target.c (target_read_until_error): Remove.
2131         (read_whatever_is_readable, free_memory_read_result_vector)
2132         (read_memory_robust): New.
2133         * target.h (target_read_until_error): Remove.
2134         (struct memory_read_result, free_memory_read_result_vector)
2135         (read_memory_robust): New.
2136
2137 2010-08-13  Hui Zhu  <teawater@gmail.com>
2138
2139         * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2140         (read_comp_unit): Initialize back_to.
2141
2142 2010-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
2143             Pedro Alves  <pedro@codesourcery.com>
2144
2145         * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2146         (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2147         (struct partial_die_info) <has_template_arguments>: New field.
2148         <num_attrs>: Change type to unsigned char.
2149         <building_fullname>: New field.
2150         (dwarf2_build_psymtabs_hard): Set reading_partial_symbols.  Only
2151         allocate a CU if we don't have one already.  Add a cleanup for the
2152         CU.
2153         (partial_die_full_name): Handle template arguments not in
2154         DW_AT_name.
2155         (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2156         (load_full_comp_unit): Only allocate a CU if we don't have one
2157         already.
2158         (do_ui_file_peek_last): New.
2159         (dwarf2_compute_name): Handle template parameters not in
2160         DW_AT_name.
2161         (read_comp_unit): Read and free abbrevs if not read yet.
2162         (load_partial_dies): Handle template arguments not in DW_AT_name.
2163         (find_partial_die): If we have a CU, but no a partial dies yet,
2164         also read in the CU.
2165         (dwarf2_const_value_attr): New, abstracted out from
2166         dwarf2_const_value.
2167         (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2168         dwarf2_const_value_attr.
2169         (determine_prefix): Detect and break loops created by RCVT's debug
2170         info.
2171         (maybe_queue_comp_unit): Bail out early if reading partial
2172         symbols.
2173         (follow_die_offset): Load full CU if we have no dies.
2174         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2175         * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2176
2177 2010-08-11  Tom Tromey  <tromey@redhat.com>
2178             Phil Muldoon  <pmuldoon@redhat.com>
2179
2180         * python/python.c (gdbpy_run_events): New function.
2181         (gdbpy_post_event): Likewise.
2182         (gdbpy_initialize_events): Likewise.
2183         (_initialize_python): Call gdbpy_initialize_events.
2184
2185 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
2186
2187         * gdb/valarith.c (vector_binop): New function.
2188         (scalar_binop): Likewise.
2189         (value_binop): Call scalar_binop or vector_binop depending on the types.
2190         * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2191         (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2192         to pointers.
2193         * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2194
2195 2010-08-11  Brad Roberts  <braddr@puremagic.com>
2196
2197         * d-lang.c (extract_identifiers): Handle multiple digits.
2198
2199 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2200
2201         Code cleanup.
2202         * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2203         Rename to dummy_frame_unwind.
2204         (dummy_frame_unwind): Remove.
2205         * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2206         * frame-unwind.c (frame_unwind_init): Use address of
2207         dummy_frame_unwind and inline_frame_unwind.
2208         * frame.c (create_sentinel_frame): Use address of
2209         sentinel_frame_unwind.
2210         * inline-frame.c (inline_frame_unwinder): Rename to
2211         inline_frame_unwind.
2212         (inline_frame_unwind): Remove.
2213         * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2214         * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2215         sentinel_frame_unwind.
2216         (sentinel_frame_unwind): Remove.
2217         * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2218         struct.
2219
2220 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2221
2222         Code cleanup.
2223         * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2224         and returned value.  New comment from frame-unwind.h.
2225         * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2226         Extend the comment.
2227         * frame.c (get_frame_id, frame_unwind_register_value)
2228         (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2229         (get_frame_type, frame_unwind_arch): Do not use the return value of
2230         frame_unwind_find_by_frame.
2231
2232 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
2233             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2234             Tom Tromey  <tromey@redhat.com>
2235
2236         * python/python.c (gdbpy_solib_address):  New function.
2237         (gdbpy_decode_line): Likewise.
2238
2239 2010-08-10  Tom Tromey  <tromey@redhat.com>
2240
2241         Revert gdb-add-index addition:
2242         * Makefile.in (install-only): Don't install gdb-add-index.
2243         * gdb-add-index.sh: Remove.
2244
2245 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
2246
2247         * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2248         `target_has_execution' check with `to_has_memory' check.
2249         (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2250         (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2251         with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2252
2253 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
2254
2255         * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2256         (resume_siggnal, resume_step): Move these static globals...
2257         (struct sim_inferior_data): ...into this new struct.
2258         (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2259         New static globals.
2260         (gdb_callback, callbacks_initialized): Move these globals to
2261         a point earlier in the file.
2262         (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2263         (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2264         (gdbsim_close_inferior, gdbsim_resume_inferior)
2265         (gdbsim_stop_inferior): New functions.
2266         (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2267         New constants.
2268         (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2269         (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2270         (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2271         (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2272         (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2273         (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2274         new local variable `sim_data' in each of these functions.  Use
2275         `sim_data' to reference former globals `program_loaded',
2276         `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2277         `resume_step'.
2278         (gdbsim_open): Remove local variable `argv'.  Put results of call
2279         to `gdb_buildargv' in `sim_argv' rather than in `argv'.  Don't
2280         make a cleanup for it.  Free it though when a sim instance cannot
2281         be obtained.
2282         (gdbsim_close): Free sim_argv and null it out as appropriate.
2283         Close sim instances in all inferiors.
2284         (gdbsim_cntrl_c): Stop all inferiors.
2285         (gdbsim_wait): 
2286         (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2287
2288 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2289
2290         * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2291         function after symbol construction is complete.
2292         Do the same for template symbol addition to template_symbols list.
2293
2294 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2295
2296         * symtab.c (symbol_get_demangled_name): Remove assertion and
2297         return NULL when language_specific.cplus_specific is not initialized.
2298         * stabsread.c (define_symbol): Set the name before calling
2299         cp_scan_for_anonymous_namespaces.
2300
2301 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2302
2303         * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2304         SYMBOL_SET_LANGUAGE.
2305         (symbol_init_language_specific): Renamed to symbol_set_language.
2306         * symtab.c (symbol_init_language_specific): Removed redundant check
2307         for language_cplus.
2308         Renamed to symbol_set_language.
2309         * stabsread.c (define_symbol): Updated.
2310         (read_enum_type): Updated
2311         * psymtab.c (add_psymbol_to_bcache): Updated.
2312         * minsyms.c (install_minimal_symbols): Updated.
2313         * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2314         SYMBOL_LANGUAGE to set the language.
2315         * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2316         * mdebugread.c (new_symbol): Ditto.
2317         * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2318         * dwarf2read.c (new_symbol_full): Ditto.
2319         * jv-lang.c (add_class_symbol): Ditto.
2320
2321 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2322
2323         * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2324         (make_cleanup_restore_page_info)
2325         (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2326         * gdbcmd.h (execute_command_to_string): New declaration.
2327         * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2328         (make_cleanup_restore_ui_file): Move to utils.c
2329         (execute_gdb_command) <to_string>: Move ...
2330         * top.c (execute_command_to_string): ... here.  Call
2331         set_batch_flag_and_make_cleanup_restore_page_info.
2332         * utils.c (make_cleanup_restore_integer): New source file blank line.
2333         (make_cleanup_restore_uinteger): New.
2334         (struct restore_ui_file_closure, do_restore_ui_file)
2335         (make_cleanup_restore_ui_file): Move here from python/python.c.
2336         (init_page_info) <batch_flag>
2337         (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2338         (set_batch_flag_and_make_cleanup_restore_page_info): New.
2339
2340 2010-08-06  Maciej W. Rozycki  <macro@codesourcery.com>
2341
2342         * thread.c (add_thread_silent): Use null_ptid instead of
2343         minus_one_ptid while getting rid of stale inferior_ptid.
2344
2345 2010-08-06  Corinna Vinschen  <vinschen@redhat.com>
2346
2347         * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2348         Throughout, call read_encoded_value with ptr_size rather than addr_size.
2349         (decode_frame_entry_1): Remove redundant setting of
2350         addr_size.  Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2351         to determine addr_size in Dwarf versions < 4.  Set ptr_size dependent
2352         on examined frame section.  Add comment to explain why.
2353         * gdbarch.sh (dwarf2_addr_size): Define as variable.  Add lengthy
2354         comment to explain usage.
2355         * gdbarch.c: Regenerate.
2356         * gdbarch.h: Regenerate.
2357
2358         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2359
2360 2010-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2361
2362         Code cleanup.
2363         * varobj.c (varobj_create): Move variables fi, old_fi and block to
2364         a more inner block.
2365
2366 2010-08-05  Pedro Alves  <pedro@codesourcery.com>
2367
2368         * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2369         (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2370         (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2371         (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2372         linux-tdep.o to gdb_target_obs.
2373
2374 2010-08-05  Marc Khouzam  <marc.khouzam@ericsson.com>
2375
2376         * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
2377         argument.
2378
2379 2010-08-05  Hui Zhu  <teawater@gmail.com>
2380
2381         * mips-linux-tdep.c(regset.h): New include.
2382         (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2383         mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2384         mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2385         mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2386         mips_linux_regset_from_core_section): New functions.
2387         (fetch_core_registers, regset_core_fns): Deleted.
2388         (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2389         Deleted regset_core_fns.
2390         * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2391         tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2392         * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2393         and fpregset64.
2394
2395 2010-08-04  Pedro Alves  <pedro@codesourcery.com>
2396
2397         * s390-tdep.c: Include linux-tdep.h.
2398         (s390_gdbarch_init): Call linux_init_abi.
2399
2400 2010-08-04  Pedro Alves  <pedro@codesourcery.com>
2401
2402         * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2403         instead of printing "Thread" here.
2404         * linux-tdep.c: Include inferior.h.
2405         (linux_core_pid_to_str): New.
2406         (linux_init_abi): New.
2407         * linux-tdep.h (linux_init_abi): Declare.
2408         * alpha-linux-tdep.c: Include linux-tdep.h.
2409         (alpha_linux_init_abi): Call linux_init_abi.
2410         * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2411         * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2412         * frv-linux-tdep.c: Include linux-tdep.h
2413         (frv_linux_init_abi): Call linux_init_abi.
2414         * hppa-linux-tdep.c: Include linux-tdep.h
2415         (hppa_linux_init_abi): Call linux_init_abi.
2416         * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2417         * ia64-linux-tdep.c: Include linux-tdep.h.
2418         (ia64_linux_init_abi): Call linux_init_abi.
2419         * m32r-linux-tdep.c: Include linux-tdep.h.
2420         (m32r_linux_init_abi): Call linux_init_abi.
2421         * m68klinux-tdep.c: Include linux-tdep.h.
2422         (m68k_linux_init_abi): Call linux_init_abi.
2423         * microblaze-linux-tdep.c: Include linux-tdep.h.
2424         (microblaze_linux_init_abi): Call linux_init_abi.
2425         * mips-linux-tdep.c: Include linux-tdep.h.
2426         (mips_linux_init_abi): Call linux_init_abi.
2427         * mn10300-linux-tdep.c: Include linux-tdep.h.
2428         (am33_linux_init_osabi): Call linux_init_abi.  Rename the
2429         'gdbinfo' parameter to 'info'.
2430         * ppc-linux-tdep.c: Include linux-tdep.h.
2431         (ppc_linux_init_abi): Call linux_init_abi.
2432         * sh-linux-tdep.c: Include linux-tdep.h.
2433         (sh_linux_init_abi): Call linux_init_abi.
2434         * sparc-linux-tdep.c: Include linux-tdep.h.
2435         (sparc32_linux_init_abi): Call linux_init_abi.
2436         * sparc64-linux-tdep.c: Include linux-tdep.h.
2437         (sparc64_linux_init_abi): Call linux_init_abi.
2438         * xtensa-linux-tdep.c: Include linux-tdep.h.
2439         (xtensa_linux_init_abi): Call linux_init_abi.
2440         * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2441         (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2442         callback.
2443
2444 2010-08-03  Doug Evans  <dje@google.com>
2445
2446         * breakpoint.c (bpdisp_text): Constify bpdisps.
2447         * solib-svr4.c (solib_break_names): Constify.
2448         (bkpt_names, main_name_list): Constify.
2449         (match_main): Constify soname arg.
2450         (bfd_lookup_symbol): Remove unnecessary forward decl.
2451         Constify symname arg.
2452         (enable_break): Constify bkpt_namep.
2453         * symtab.c (search_symbols): Constify types, types2, types3, types4.
2454         (symtab_symbol_info): Constify classnames.
2455
2456 2010-08-03  Phil Muldoon  <pmuldoon@redhat.com>
2457
2458         * NEWS: Document Python value inferior function calls.
2459
2460 2010-08-02  Doug Evans  <dje@google.com>
2461
2462         * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2463
2464 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
2465
2466         * linux-thread-db.c (libthread_db_debug): New variable.
2467         (thread_db_find_new_threads_silently): Control verbosity with it.
2468         (try_thread_db_load_1, try_thread_db_load): Likewise.
2469         (find_new_threads_once): Likewise.
2470         (_initialize_thread_db): Set/show it.
2471
2472 2010-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2473
2474         * common/signals.c (signals): Move the content to signals.def.
2475         Include it.  Remove the INDENT comments.
2476
2477 2010-07-30  Tom Tromey  <tromey@redhat.com>
2478
2479         * Makefile.in (install-only): Install gdb-add-index.
2480         * gdb-add-index.sh: New file.
2481
2482 2010-07-31  Renquan Cheng  <crq@gcc.gnu.org>
2483
2484         * MAINTAINERS: Add myself for write after approval privileges.
2485
2486 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2487
2488         * symfile.c (addr_section_name): New function.
2489         (addrs_section_compar): Use it.
2490         (addr_info_make_relative): Use it.  Move variable sect_name into a more
2491         inner block.  Make ".dynbss" and ".sdynbss" checks more strict.
2492
2493 2010-07-30  Tom Tromey  <tromey@redhat.com>
2494
2495         * configure: Rebuild.
2496         * configure.ac: Add missing case for Python 2.7.
2497
2498 2010-07-29  DJ Delorie  <dj@redhat.com>
2499
2500         * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
2501         conditions.
2502
2503 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
2504
2505         * PROBLEMS: Remove mention of all problems.
2506
2507 2010-07-28  Pedro Alves  <pedro@codesourcery.com>
2508
2509         PR build/11848
2510         * configure.ac: Check for wresize.
2511         * configure, config.in: Regenerate.
2512         * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
2513         with HAVE_WRESIZE.
2514
2515 2010-07-28  Tom Tromey  <tromey@redhat.com>
2516
2517         PR python/11060:
2518         * python/py-type.c (typy_legacy_template_argument): New function,
2519         extracted from typy_template_argument.
2520         (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT.  Return a
2521         value when needed.
2522
2523 2010-07-28  Oleg Nesterov  <oleg@redhat.com>
2524
2525         * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
2526
2527 2010-07-27  Tom Tromey  <tromey@redhat.com>
2528
2529         * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
2530
2531 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
2532
2533         * dwarf2read.c (read_subroutine_type): Improve THIS detection,
2534         handling DW_AT_object_pointer, and workaround GCC PR 43053.
2535
2536 2010-07-28  Tom Tromey  <tromey@redhat.com>
2537
2538         * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
2539
2540 2010-07-28  Joel Brobecker  <brobecker@adacore.com>
2541
2542         * remote.c (remote_download_tracepoint): Add missing gettext markup.
2543         * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
2544
2545 2010-07-28  Joel Brobecker  <brobecker@adacore.com>
2546
2547         * breakpoint.c (breakpoint_re_set_one): Move call to set_language
2548         down, just before the block that parse the breakpoint addr_string.
2549
2550 2010-07-28  Tom Tromey  <tromey@redhat.com>
2551
2552         PR c++/9946:
2553         * symfile.c (reread_symbols): Clear template_symbols.
2554         * symtab.h (struct symbol) <is_cplus_template_function>: New
2555         field.
2556         (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
2557         (struct template_symbol): New.
2558         * symtab.c (lookup_symbol_aux_local): Use
2559         cp_lookup_symbol_imports_or_template.
2560         * objfiles.h (struct objfile) <template_symbols>: New field.
2561         * objfiles.c (relocate_one_symbol): New function.
2562         (objfile_relocate1): Use it.  Relocate isolated symbols.
2563         * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
2564         template_arguments>: New fields.
2565         (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
2566         (TYPE_TEMPLATE_ARGUMENTS): Likewise.
2567         (TYPE_TEMPLATE_ARGUMENT): Likewise.
2568         (lookup_typename): Update.
2569         * gdbtypes.c (lookup_typename): Constify "block" argument.
2570         * dwarf2read.c: Include vec.h.
2571         (symbolp): New typedef.
2572         (read_func_scope): Read template arguments.  Allocate a
2573         template_symbol when needed.
2574         (read_structure_type): Read template arguments.
2575         (new_symbol_full): New function, from new_symbol.  Handle
2576         DW_TAG_template_type_param and DW_TAG_template_value_param.
2577         (new_symbol): Rewrite as wrapper.
2578         * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
2579         * cp-namespace.c: Include language.h.
2580         (search_symbol_list): New function.
2581         (cp_lookup_symbol_imports_or_template): Likewise.
2582
2583 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
2584
2585         * tui/tui-win.c (make_visible_with_new_height): Resize and move
2586         the command window to the new size and position.
2587
2588 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
2589
2590         * tui/tui-win.c (tui_resize_all): Update the locator's origin's
2591         coordinates.
2592
2593 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
2594
2595         * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
2596         after a detecting a resize.
2597         * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
2598         call.
2599
2600 2010-07-28  Pedro Alves  <pedro@codesourcery.com>
2601
2602         * configure.ac: Check for resize_term.
2603         * configure, config.in: Regenerate.
2604
2605 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
2606
2607         * MAINTAINERS (Write After Approval): Reorder a couple of entries.
2608
2609 2010-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
2610
2611         * dwarf2read.c (read_string): Rename to ...
2612         (read_direct_string): ... this.
2613         (skip_one_die, read_attribute_value, dwarf_decode_line_header)
2614         (dwarf_decode_lines, dwarf_decode_macros): Adjust.
2615
2616 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2617
2618         * linux-nat.c (linux_nat_lp_status_is_event): New function.
2619         (count_events_callback, select_event_lwp_callback)
2620         (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
2621
2622 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2623
2624         * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
2625         (_initialize_ia64_linux_nat): Install it.
2626         * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
2627         (linux_nat_set_status_is_event): New.
2628         (stop_wait_callback, count_events_callback, select_event_lwp_callback)
2629         cancel_breakpoints_callback, linux_nat_filter_event)
2630         (linux_nat_wait_1): Use linux_nat_status_is_event.
2631         * linux-nat.h (linux_nat_set_status_is_event): New prototype.
2632
2633 2010-07-27  Tom Tromey  <tromey@redhat.com>
2634
2635         * NEWS: Mention labels, .gdb_index.
2636
2637 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
2638
2639         * cli/cli-cmds.c (disassemble_command): Add support of disassemble
2640         "start,+length" form of arguments.
2641         * NEWS: Add "Changed commands" (disassemble) section for "Changes
2642         since GDB 7.1"; and merge two separated paragraphs of disassemble
2643         description in "Changes in GDB 7.0".
2644
2645 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2646
2647         * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
2648         * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
2649         (fputs_maybe_filtered): Do not do filtering also on
2650         ! INPUT_FROM_TERMINAL_P.
2651
2652 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
2653
2654         * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
2655         in warning message.
2656
2657 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
2658
2659         * python/py-value.c (valpy_call): New Function.
2660
2661 2010-07-27  Ken Werner  <ken.werner@de.ibm.com>
2662
2663         * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
2664         types_list_elements variables.
2665
2666 2010-07-26  Tom Tromey  <tromey@redhat.com>
2667
2668         * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
2669         TLS with DW_OP_const4u or DW_OP_const8u.
2670
2671 2010-07-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2672
2673         * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
2674         VSX registers contents.
2675
2676 2010-07-26  Jerome Guitton  <guitton@adacore.com>
2677
2678         * dwarf2read.c (add_partial_symbol): Do not add a global variable if
2679         its adress is null. Add comment to explain why.
2680         (new_symbol): Ditto.
2681
2682 2010-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2683
2684         * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
2685         the host signal first.
2686
2687 2010-07-23  Tom Tromey  <tromey@redhat.com>
2688
2689         * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
2690         type_comp_units>: New fields.
2691         (dw2_get_cu): New function.
2692         (create_cus_from_index): Remove unused argument.
2693         (create_signatured_type_hash_from_index): New function.
2694         (create_addrmap_from_index): Update.
2695         (dwarf2_read_index): Handle version 2.
2696         (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
2697         (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
2698         (dw2_print_stats, dw2_expand_all_symtabs)
2699         (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
2700         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
2701         (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
2702         (allocate_signatured_type_hash_table): New function.
2703         (add_signatured_type_cu_to_list): Likewise.
2704         (create_debug_types_hash_table): Use them.  Set type_comp_units.
2705         (read_signatured_type): Ensure section data is available.
2706         (add_address_entry): Don't record empty ranges.
2707         (struct signatured_type_index_data): New.
2708         (write_one_signatured_type): New function.
2709         (write_psymtabs_to_index): Write type CUs.
2710         (save_gdb_index_command): Update comment.
2711         (process_type_comp_unit): Move inititalization of
2712         from_debug_types...
2713         (create_debug_types_hash_table): ... here.
2714
2715 2010-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2716
2717         * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
2718         cleanup and generating of gdb script to it.
2719         (gdb): Use redirection from /dev/null.  Use --nx.  Turn off pagination
2720         and terminal size.  Convert $tmpfile to a series of -ex-es.
2721
2722 2010-07-23  Keith Seitz  <keiths@redhat.com>
2723
2724         * symtab.c (basic_lookup_transparent_type): Call pre-expand
2725         hook for STATIC_BLOCK types, too.
2726
2727 2010-07-23  Keith Seitz  <keiths@redhat.com>
2728
2729         * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
2730         and vector definition.
2731
2732 2010-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2733
2734         * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
2735
2736 2010-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2737
2738         * dwarf2read.c: Include completer.h.
2739         (save_gdb_index_command): Use matching usage command name.
2740         (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
2741         Set filename_completer for it.
2742
2743 2010-07-22  Tom Tromey  <tromey@redhat.com>
2744
2745         * dwarf2read.c (create_debug_types_hash_table): Set objfile on
2746         type signature's per-CU data.
2747
2748 2010-07-22  Pedro Alves  <pedro@codesourcery.com>
2749
2750         * NEWS: Mention target reported shared libraries support by
2751         default.
2752
2753 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
2754
2755         PR symtab/11827
2756
2757         Revert:
2758         2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2759         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
2760         and DW_TAG_volatile_type.
2761         (new_symbol): Likewise.
2762
2763 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
2764
2765         * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
2766         function symbols before overload resolution.
2767
2768 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
2769
2770         * breakpoint.c (bptype_string): New, abstracted out from
2771         print_one_breakpoint_location.
2772         (print_one_breakpoint_location): Adjust.
2773         (breakpoint_1): Adjust the type column width dynamically.
2774
2775 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2776
2777         * symfile.c (find_separate_debug_file_by_debuglink): Remove
2778         a gdb_assert call, new comment.
2779
2780 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2781
2782         * linux-nat.c (linux_handle_extended_wait): Handle case when
2783         event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
2784
2785 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2786
2787         Code cleanup.
2788         * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
2789         linux_nat_wait_1.  Use always LP->STATUS afterwards.
2790
2791 2010-07-20  Hui Zhu  <teawater@gmail.com>
2792
2793         * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
2794         (inf_ptrace_attach): Ditto.
2795
2796 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2797
2798         Make core files the process_stratum.
2799         * corefile.c (core_target): New variable.
2800         (core_file_command): Remove variable t, use core_target.
2801         * corelow.c (core_ops): Make it static.
2802         (init_core_ops): Change to process_stratum.  Initialize CORE_TARGET.
2803         * defs.h (make_cleanup_unpush_target): New prototype.
2804         * gdbarch.h: Regenerate.
2805         * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
2806         * gdbcore.h (core_target): New declaration.
2807         * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
2808         variables ops_already_pushed and back_to.  Use push_target,
2809         make_cleanup_unpush_target and discard_cleanups calls.
2810         * record.c (record_open): Replace core_stratum by a core_bfd check.
2811         * target.c (target_is_pushed): New function.
2812         (find_core_target): Remove.
2813         * target.h (enum strata) <core_stratum>: Remove.
2814         (target_is_pushed): New declaration.
2815         (find_core_target): Remove declaration.
2816         * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
2817         * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
2818
2819 2010-07-19  Hui Zhu  <teawater@gmail.com>
2820
2821         * breakpoint.c (single_step_breakpoints_inserted): New
2822         function.
2823         * breakpoint.h (single_step_breakpoints_inserted): Extern.
2824         * infrun.c (maybe_software_singlestep): Add check code.
2825         * record.c (record_resume): Add code for software single step.
2826         (record_wait): Ditto.
2827
2828 2010-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2829
2830         * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
2831         a more inner block.  Remove its unused declaration initializer.
2832
2833 2010-07-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2834
2835         * NEWS: Mention support for the new ptrace interface and hardware
2836         accelerated watchpoint conditions on powerpc-linux.
2837
2838 2010-07-16  Ozkan Sezer  <sezeroz@gmail.com>
2839
2840         * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
2841         long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
2842         and host_address_to_string() and %s for pointers.
2843         (debug_to_remove_breakpoint): Likewise.
2844         (debug_to_region_ok_for_hw_watchpoint): Likewise.
2845         (debug_to_can_accel_watchpoint_condition): Likewise.
2846         (debug_to_stopped_data_address): Likewise.
2847         (debug_to_watchpoint_addr_within_range): Likewise.
2848         (debug_to_insert_hw_breakpoint): Likewise.
2849         (debug_to_remove_hw_breakpoint): Likewise.
2850         (debug_to_insert_watchpoint): Likewise.
2851         (debug_to_remove_watchpoint): Likewise.
2852
2853 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2854
2855         * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
2856         argument.
2857         (cplus_specific): New struct.
2858         * symtab.c (symbol_set_demangled_name): Updated.
2859         Use cplus_specific for cplus symbols.
2860         (symbol_get_demangled_name): Retrive the name from the cplus_specific
2861         struct for cplus symbols.
2862         (symbol_init_language_specific): Set cplus_specific for cplus symbols.
2863         (symbol_set_names): Pass objfile to symbol_set_demangled_name.
2864         * symtab.c (symbol_init_cplus_specific): New function.
2865
2866 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2867
2868         * symtab.h (symbol_set_demangled_name): New function.
2869         (symbol_get_demangled_name): New function.
2870         * symtab.c (symbol_set_demangled_name): New function.
2871         (symbol_get_demangled_name): New function.
2872         (symbol_init_language_specific): Use demangled_name setter and getter.
2873         (symbol_set_names): Ditto.
2874         (symbol_natural_name): Ditto.
2875         (symbol_demangled_name): Ditto.
2876         * dwarf2read.c (new_symbol): Ditto.
2877
2878 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2879
2880         * symtab.h: Renamed cplus_specific to mangled_lang.
2881         * symtab.c (symbol_init_language_specific): Updated.
2882         (symbol_set_names): Updated.
2883         (symbol_natural_name): Updated.
2884         (symbol_demangled_name): Updated.
2885         * ada-lang.c (ada_decode_symbol): Updated.
2886         * dwarf2read.c (new_symbol): Updated.
2887
2888 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
2889
2890         * valops.c (value_assign): Do not call to value_coerce_to_target.
2891         (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
2892
2893 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
2894
2895         * MAINTAINERS: Add myself for write after approval privileges.
2896
2897 2010-07-13  Emmanuel Thomé  <Emmanuel.Thome@gmail.com>
2898
2899         * c-valprint.c (c_val_print): Add embedded_offset to address in
2900         call to val_print_array_elements.
2901
2902 2010-07-13  Tom Tromey  <tromey@redhat.com>
2903
2904         * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
2905
2906 2010-07-13  Tom Tromey  <tromey@redhat.com>
2907
2908         * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
2909         objfile.
2910
2911 2010-07-13  Tom Tromey  <tromey@redhat.com>
2912
2913         * symfile.c (set_initial_language): Update.
2914         (deduce_language_from_filename): Argument type now const.
2915         * symtab.h (find_main_filename): Update.
2916         (deduce_language_from_filename): Update.
2917         * symtab.c (find_main_filename): Make result const.
2918         * dwarf2read.c (dw2_find_symbol_file): Change return type.
2919         * psymtab.c (find_symbol_file_from_partial): Change return type.
2920         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2921         Make result const.
2922
2923 2010-07-13  Tom Tromey  <tromey@redhat.com>
2924
2925         * breakpoint.c (save_cmdlist): No longer static.
2926         * gdbcmd.h (save_cmdlist): Declare.
2927         * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
2928         OBJF_READNOW on objfile if readnow_symbol_files.
2929         * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
2930         (elf_sym_fns_gdb_index): New global.
2931         * dwarf2read.c: Include exceptions.h.
2932         (offset_type): New.
2933         (struct mapped_index): New.
2934         (dwarf2_per_cu_data_ptr): New typedef.
2935         (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
2936         New fields.
2937         (GDB_INDEX_SECTION): New define.
2938         (struct dwarf2_per_cu_quick_data): New.
2939         (struct dwarf2_per_cu_data) <objfile>: New field.
2940         <psymtab>: Removed.
2941         <v>: New field.
2942         (byte_swap): New function.
2943         (MAYBE_SWAP): New macro.
2944         (INDEX_SUFFIX): New macro.
2945         (dw2_do_instantiate_symtab): New function.
2946         (dw2_instantiate_symtab): Likewise.
2947         (create_cus_from_index): Likewise.
2948         (create_addrmap_from_index): Likewise.
2949         (mapped_index_string_hash): Likewise.
2950         (find_slot_in_mapped_hash): Likewise.
2951         (dwarf2_read_index): Likewise.
2952         (dw2_setup): Likewise.
2953         (dw2_require_line_header): Likewise.
2954         (dw2_require_full_path): Likewise.
2955         (dw2_find_last_source_symtab): Likewise.
2956         (dw2_forget_cached_source_info): Likewise.
2957         (dw2_lookup_symtab): Likewise.
2958         (dw2_lookup_symbol): Likewise.
2959         (dw2_do_expand_symtabs_matching): Likewise.
2960         (dw2_pre_expand_symtabs_matching): Likewise.
2961         (dw2_print_stats): Likewise.
2962         (dw2_dump): Likewise.
2963         (dw2_relocate): Likewise.
2964         (dw2_expand_symtabs_for_function): Likewise.
2965         (dw2_expand_all_symtabs): Likewise.
2966         (dw2_expand_symtabs_with_filename): Likewise.
2967         (dw2_find_symbol_file): Likewise.
2968         (dw2_map_ada_symtabs): Likewise.
2969         (dw2_expand_symtabs_matching): Likewise.
2970         (dw2_find_pc_sect_symtab): Likewise.
2971         (dw2_map_symbol_names): Likewise.
2972         (dw2_map_symbol_filenames): Likewise.
2973         (dw2_has_symbols): Likewise.
2974         (dwarf2_gdb_index_functions): New global.
2975         (dwarf2_initialize_objfile): New function.
2976         (process_psymtab_comp_unit): Update.
2977         (add_partial_subprogram): Likewise.
2978         (dwarf2_psymtab_to_symtab): Likewise.
2979         (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
2980         (process_full_comp_unit): Update.
2981         (find_file_and_directory): New function.
2982         (read_file_scope): Use find_file_and_directory.
2983         (dwarf2_per_cu_objfile): Update.
2984         (dwarf2_per_cu_addr_size): Update.
2985         (dwarf2_per_cu_offset_size): Update.
2986         (dwarf2_free_objfile): Free the index, if needed.
2987         (dwarf2_per_objfile_free): Unmap the index, if needed.
2988         (struct strtab_entry): New.
2989         (hash_strtab_entry): New function.
2990         (eq_strtab_entry): Likewise.
2991         (create_strtab): Likewise.
2992         (add_string): Likewise.
2993         (struct symtab_index_entry): New.
2994         (struct mapped_symtab): New.
2995         (hash_symtab_entry): New function.
2996         (eq_symtab_entry): Likewise.
2997         (delete_symtab_entry): Likewise.
2998         (create_index_table): Likewise.
2999         (create_mapped_symtab): Likewise.
3000         (cleanup_mapped_symtab): Likewise.
3001         (find_slot): Likewise.
3002         (hash_expand): Likewise.
3003         (add_index_entry): Likewise.
3004         (add_indices_to_cpool): Likewise.
3005         (write_hash_table): Likewise.
3006         (add_address_entry): Likewise.
3007         (write_psymbols): Likewise.
3008         (write_obstack): Likewise.
3009         (unlink_if_set): Likewise.
3010         (write_psymtabs_to_index): Likewise.
3011         (save_gdb_index_command): Likewise.
3012         (_initialize_dwarf2_read): Install "save gdb-index"
3013         command.
3014         (create_all_comp_units): Initialize 'objfile' field of CU.
3015         (dwarf2_locate_sections): Check for .gdb_index.
3016         * psymtab.h (dwarf2_gdb_index_functions): Declare.
3017         * symfile.h (dwarf2_initialize_objfile): Declare.
3018
3019 2010-07-13  Tom Tromey  <tromey@redhat.com>
3020
3021         * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3022         (basic_lookup_transparent_type): Likewise.
3023         * symfile.h (struct quick_symbol_functions)
3024         <pre_expand_symtabs_matching>: New field.
3025         * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3026         (psym_functions): Update.
3027
3028 2010-07-13  Tom Tromey  <tromey@redhat.com>
3029
3030         PR breakpoints/8357:
3031         * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3032         * linespec.c (decode_line_1): Update comment.  Call decode_label.
3033         (decode_label): New function.
3034         (symbol_found): Handle LOC_LABEL.
3035         * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3036         domain.  Call add_symbol_to_list.
3037
3038 2010-07-13  Tom Tromey  <tromey@redhat.com>
3039
3040         * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3041         * dwarf2loc.c (find_location_expression): Use
3042         dwarf2_per_cu_text_offset.
3043         (dwarf2_evaluate_loc_desc): Likewise.
3044         (dwarf2_loc_desc_needs_frame): Likewise.
3045         (compile_dwarf_to_ax): Likewise.
3046         (loclist_describe_location): Likewise.
3047         * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3048         (dwarf2_per_cu_objfile): Update comment.
3049
3050 2010-07-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3051
3052         * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3053         * p-lang.c (pascal_printstr): Likewise.
3054
3055 2010-07-09  Tom Tromey  <tromey@redhat.com>
3056
3057         * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3058         'hint' if it is NULL.
3059
3060 2010-07-09  Hui Zhu  <teawater@gmail.com>
3061
3062         * source.c (print_source_lines_base): Add check for noprint.
3063
3064 2010-07-08  Joel Brobecker  <brobecker@adacore.com>
3065
3066         * python/python-config.py: Resync with Python 2.7 version of this
3067         script.
3068
3069 2010-07-08  Joel Brobecker  <brobecker@adacore.com>
3070
3071         * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3072
3073 2010-07-07  Joel Brobecker  <brobecker@adacore.com>
3074
3075         * NEWS: Create a new section for the next release branch.
3076         Rename the section of the current branch, now that it has
3077         been cut.
3078
3079 2010-07-07  Joel Brobecker  <brobecker@adacore.com>
3080
3081         GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3082         * version.in: Bump version to 7.2.50.20100707-cvs.
3083
3084 2010-07-07  Tom Tromey  <tromey@redhat.com>
3085
3086         * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3087         LOC_COMPUTED symbol.
3088         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3089         (dwarf2_loc_desc_needs_frame): Likewise.
3090         (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3091         * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3092         * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3093         * dwarf2-frame.c (execute_stack_op): Set 'offset' field.  Add
3094         'offset' argument.
3095         (struct dwarf2_frame_cache) <text_offset>: New field.
3096         (dwarf2_frame_cache): Set new field.
3097         (dwarf2_frame_prev_register): Update.
3098         (dwarf2_frame_sniffer): Update.
3099         (dwarf2_frame_base_sniffer): Update.
3100         (dwarf2_frame_find_fde): Add 'out_offset' argument.
3101
3102 2010-07-07  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3103             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3104
3105         Support for hw accelerated condition watchpoints in booke powerpc.
3106
3107         * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3108         and move to eval.c.  Change callers.
3109         (insert_bp_location): Pass watchpoint condition in
3110         target_insert_watchpoint.
3111         (remove_breakpoint_1) Pass watchpoint condition in
3112         target_remove_watchpoint.
3113         (watchpoint_locations_match): Call
3114         target_can_accel_watchpoint_condition.
3115         * eval.c: Include wrapper.h.
3116         (fetch_subexp_value): Moved from breakpoint.c.
3117         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3118         Formatting fix.
3119         (can_use_watchpoint_cond_accel): New function.
3120         (calculate_dvc): Likewise.
3121         (num_memory_accesses): Likewise.
3122         (check_condition): Likewise.
3123         (ppc_linux_can_accel_watchpoint_condition): Likewise
3124         (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3125         check_condition and calculate_dvc.
3126         (ppc_linux_remove_watchpoint): Likewise.
3127         (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3128         ppc_linux_can_accel_watchpoint_condition
3129         * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3130         condition.
3131         (debug_to_remove_watchpoint): Likewise.
3132         (debug_to_can_accel_watchpoint_condition): New function.
3133         (update_current_target): Set to_can_accel_watchpoint_condition.
3134         (setup_target_debug): Set to_can_accel_watchpoint_condition.
3135         * target.h: Add opaque declaration for struct expression.
3136         (struct target_ops) <to_insert_watchpoint>,
3137         <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3138         <to_can_accel_watchpoint_condition>: New member.
3139         condition.  Update all callers and implementations.
3140         (target_can_accel_watchpoint_condition): New macro.
3141         * value.c (free_value_chain): New function.
3142         * value.h (fetch_subexp_value): New prototype.
3143         (free_value_chain): Likewise.
3144
3145 2010-07-07  Ulrich Weigand  <uweigand@de.ibm.com>
3146
3147         * linux-nat.c (linux_nat_do_thread_registers): Use section size
3148         from gdbarch_core_regset_sections also for .reg if present.
3149
3150         * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3151         section size for .reg.
3152         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3153         (ppc_linux_vmx_regset_sections): Likewise.
3154         (ppc_linux_fp_regset_sections): Likewise.
3155         (ppc64_linux_vsx_regset_sections): New variable.
3156         (ppc64_linux_vmx_regset_sections): Likewise.
3157         (ppc64_linux_fp_regset_sections): Likewise.
3158         (ppc_linux_init_abi): Install core_regset_section lists appropriate
3159         for current word size.
3160
3161 2010-07-06  Joel Brobecker  <brobecker@adacore.com>
3162
3163         * server.c (myresume): Make static.
3164
3165 2010-07-06  Tom Tromey  <tromey@redhat.com>
3166
3167         * configure, config.in: Rebuild.
3168         * configure.ac (HAVE_LIBPYTHON2_7): New define.
3169         * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3170
3171 2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
3172
3173         * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3174         "clear".
3175
3176 2010-07-06  Ken Werner  <ken.werner@de.ibm.com>
3177
3178         * gdbtypes.h (floatformats_ieee_half): Add declaration.
3179         * gdbtypes.c (floatformats_ieee_half): New variable.
3180         * doublest.c (floatformat_from_length): Set format to
3181         gdbarch_half_format if length matches.
3182         * gdbarch.sh (half_bit): New architecture method.
3183         (half_format): Likewise.
3184         * gdbarch.h: Regenerate.
3185         * gdbarch.c: Likewise.
3186
3187 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3188             Joel Brobecker  <brobecker@adacore.com>
3189
3190         Fix re-run of PIE executable, PR shlibs/11776.
3191         * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3192         the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3193
3194 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3195             Joel Brobecker  <brobecker@adacore.com>
3196
3197         * auxv.c (memory_xfer_auxv): Update attach comment.
3198         * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3199         svr4_relocate_main_executable.
3200         (svr4_solib_create_inferior_hook): Make the call to
3201         svr4_relocate_main_executable unconditional.
3202
3203 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3204             Joel Brobecker  <brobecker@adacore.com>
3205
3206         * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3207
3208 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3209             Joel Brobecker  <brobecker@adacore.com>
3210
3211         Fix attaching to PIEs prelinked on the disk after the process was
3212         started.
3213         * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3214         Verify it against bfd_get_arch_size.  Try to match arbitrary
3215         displacement for the phdrs comparison.
3216
3217 2010-07-02  Tom Tromey  <tromey@redhat.com>
3218
3219         PR exp/11780:
3220         * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3221         value as optimized-out.
3222
3223 2010-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3224             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3225
3226         * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3227         represent?" question in comment.  Change comment to a proper sentence.
3228
3229 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
3230
3231         * c-valprint.c (c_val_print): Fix printing of character vectors.
3232
3233 2010-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3234
3235         * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3236         create_breakpoint prototype.
3237
3238 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3239
3240         * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3241         usefulness suggestion of multiple breakpoints at same location.
3242
3243 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3244
3245         * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3246
3247 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3248
3249         * dwarf2loc.c (locexpr_tracepoint_var_ref)
3250         (loclist_tracepoint_var_ref): Handle optimized out values.
3251
3252 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3253
3254         * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3255         unnecessary space in string.
3256         * filesystem.c (_initialize_filesystem): Ditto.
3257         * frame.c (_initialize_frame): Ditto.
3258         * infcmd.c (step_once): Ditto.
3259         * infrun.c (_initialize_infrun): Ditto.
3260         * linux-nat.c (linux_child_follow_fork): Ditto.
3261         * maint.c (maintenance_deprecate): Ditto.
3262         * memattr.c (_initialize_mem): Ditto.
3263         * mips-tdep.c (_initialize_mips_tdep): Ditto.
3264         * monitor.c (monitor_open): Ditto.
3265         * procfs.c (procfs_xfer_memory): Ditto.
3266         * reverse.c (bookmarks_info): Ditto.
3267         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3268         * stack.c (_initialize_stack): Ditto.
3269         * tracepoint.c (_initialize_tracepoint): Ditto.
3270         * xtensa-tdep.c (xtensa_supply_gregset,
3271         xtensa_regset_from_core_section): Ditto.
3272
3273 2010-07-01  Tom Tromey  <tromey@redhat.com>
3274
3275         * value.h (struct lval_funcs) <check_any_valid>: Rename from
3276         check_all_valid.
3277         * value.c (value_entirely_optimized_out): Invert result.  Update
3278         for new function name.
3279
3280 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3281
3282         Static tracepoints support.
3283
3284         * NEWS: Mention new support for static tracepoints.
3285         (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3286         qXfer:statictrace:read.
3287         (New features in the GDB remote stub, GDBserver): Mention static
3288         tracepoints support using an UST based backend.
3289         (New commands): Mention "info static-tracepoint-markers" and
3290         "strace".
3291         * breakpoint.c (is_marker_spec): New.
3292         (is_tracepoint): Handle static tracepoints.
3293         (validate_commands_for_breakpoint): Static tracepoints can't do
3294         while-stepping.
3295         (static_tracepoints_here): New.
3296         (bpstat_what): Handle static tracepoints.
3297         (print_one_breakpoint_location, allocate_bp_location, mention):
3298         Ditto.
3299         (create_breakpoint_sal): Ditto.
3300         (decode_static_tracepoint_spec): New.
3301         (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3302         `type_wanted'.  Adjust.  Handle static tracepoint marker
3303         locations.
3304         (break_command_1): Adjust.
3305         (update_static_tracepoint): New.
3306         (update_breakpoint_locations): Handle static tracepoints.
3307         (breakpoint_re_set_one): Handle static tracepoint marker
3308         locations.
3309         (disable_command, enable_command): Handle static tracepoints.
3310         (trace_command, ftrace_command): Adjust.
3311         (strace_command): New.
3312         (create_tracepoint_from_upload): Adjust.
3313         (save_breakpoints): Handle static tracepoints.
3314         (_initialize_breakpoint): Install the "strace" command.
3315         * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3316         (struct breakpoint): New fields static_trace_marker_id and
3317         static_trace_marker_id_idx.
3318         (breakpoints_here_p): Declare.
3319         (create_breakpoint): Adjust.
3320         (static_tracepoints_here): Declare.
3321         * remote.c (struct remote_state) <static_tracepoints>: New field.
3322         (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3323         (remote_static_tracepoint_marker_at): New.
3324         (remote_static_tracepoint_markers_by_strid): New.
3325         (remote_static_tracepoint_feature): New.
3326         (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3327         (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3328         (remote_supports_static_tracepoints): New.
3329         (remote_download_tracepoint): Download static tracepoints.
3330         (init_remote_ops): Install remote_static_tracepoint_marker_at and
3331         remote_static_tracepoint_markers_by_strid.
3332         (_initialize_remote): Install set|show remote static-tracepoints,
3333         and set|show remote read-sdata-object commands.
3334         * target.c (update_current_target): Inherit and default
3335         to_static_tracepoint_marker_at, and
3336         to_static_tracepoint_markers_by_strid.
3337         * target.h (static_tracepoint_marker): Forward declare.
3338         (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3339         (static_tracepoint_marker_p): New typedef.
3340         (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3341         (struct target_ops): New fields to_static_tracepoint_marker_at and
3342         to_static_tracepoint_markers_by_strid.
3343         (target_static_tracepoint_marker_at)
3344         (target_static_tracepoint_markers_by_strid): New.
3345         * tracepoint.c: Include source.h.
3346         (validate_actionline): Handle $_sdata.
3347         (struct collection_list): New field strace_data.
3348         (add_static_trace_data): New.
3349         (clear_collection_list): Clear strace_data.
3350         (stringify_collection_list): Account for a possible static trace
3351         data collection.
3352         (encode_actions_1): Encode an $_sdata collection.
3353         (parse_tracepoint_definition): Handle static tracepoints.
3354         (parse_static_tracepoint_marker_definition): New.
3355         (release_static_tracepoint_marker): New.
3356         (print_one_static_tracepoint_marker): New.
3357         (info_static_tracepoint_markers_command): New.
3358         (sdata_make_value): New.
3359         (_initialize_tracepoint): Create the $_sdata convenience variable.
3360         Add the "info static-tracepoint-markers" command.
3361         Mention $_sdata in the "collect" command's help output.
3362         * tracepoint.h (struct static_tracepoint_marker): New.
3363         (parse_static_tracepoint_marker_definition)
3364         (release_static_tracepoint_marker): Declare.
3365         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3366         * python/py-breakpoint.c (bppy_new): Adjust.
3367
3368 2010-06-30  Joel Brobecker  <brobecker@adacore.com>
3369
3370         * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3371         including Python.h.
3372
3373 2010-06-29  Doug Evans  <dje@google.com>
3374
3375         PR gdb/11702
3376         * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3377         DW_AT_external is present.
3378
3379         PR gdb/11702
3380         * NEWS: Add entry.
3381         * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3382         create a symbol for the field and record the value.
3383         (new_symbol): Handle DW_TAG_member.
3384         * gdbtypes.c (field_is_static): Remove FIXME.
3385         * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3386         only ignore LOC_CONST symbols that are enums.
3387
3388         * dwarf2read.c: Remove trailing whitespace.
3389
3390         Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3391         * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3392         (struct main_type, field loc): Delete dwarf_block.
3393         (FIELD_DWARF_BLOCK): Delete.
3394         (SET_FIELD_DWARF_BLOCK): Delete.
3395         (TYPE_FIELD_DWARF_BLOCK): Delete.
3396         * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3397         Update.
3398
3399 2010-06-29  Hui Zhu  <teawater@gmail.com>
3400
3401         * record.c (set_record_pic_cmdlist,
3402         show_record_pic_cmdlist): New variables.
3403         (set_record_pic_command,
3404         show_record_pic_command): New functions.
3405         (record_pic_function, record_pic_line, record_pic_enum,
3406         set_record_pic_type, record_pic_hide_nofunction,
3407         record_pic_hide_nosource, record_pic_hide_same): New variables.
3408         (record_pic_fputs): New function.
3409         (function_list, node_list, edge_list): New struct.
3410         (function_list, node_list, edge_list): New variables.
3411         (record_pic_cleanups, record_pic_node,
3412         record_pic_edge, cmd_record_pic): New functions.
3413         (_initialize_record): Add new commands for record pic.
3414
3415 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3416
3417         * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3418         ALLOCATE_CPLUS_STRUCT_TYPE.
3419
3420 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
3421             Tom Tromey  <tromey@redhat.com>
3422             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3423
3424         * value.c (pack_unsigned_long): New function.
3425         (value_from_ulongest): New function.
3426         * value.h (value_from_ulongest): Declare.
3427         * python/python.c (_initialize_python): Call
3428         gdbpy_initialize_thread and gdbpy_initialize_inferior.
3429         * python/python-internal.h: Define thread_object.
3430         (gdbpy_inferiors, gdbpy_selected_thread)
3431         (frame_info_to_frame_object, create_thread_object)
3432         (find_thread_object, find_inferior_object)
3433         (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3434         (gdbpy_is_value_object, get_addr_from_python): Declare.
3435         * python/py-value.c (builtin_type_upylong): Define.
3436         (convert_value_from_python): Add logic for ulongest.
3437         (gdbpy_is_value_object): New function.
3438         * python/py-utils.c (get_addr_from_python): New function.
3439         * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3440         (gdbpy_selected_frame): Use PyObject over frame_info.
3441         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3442         py-infthread.
3443         (SUBDIR_PYTHON_SRCS): Likewise.
3444         (py-inferior.o): New Rule.
3445         (py-infthread.o): New Rule.
3446         * python/py-inferior.c: New File.
3447         * python/py-infthread.c: New File.
3448
3449 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3450
3451         * c-typeprint.c (c_type_print_base): For no fields check include also
3452         TYPE_TYPEDEF_FIELD_COUNT.  Print new typedefs section.
3453         * dwarf2read.c (struct typedef_field_list)
3454         (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3455         (dwarf2_add_typedef): New.
3456         (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3457         Copy also FI.TYPEDEF_FIELD_LIST.
3458         * gdbtypes.h (struct typedef_field)
3459         (struct cplus_struct_type) <typedef_field, typedef_field_count>
3460         (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3461         (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3462
3463 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3464
3465         * cp-namespace.c (cp_lookup_nested_type): New variable
3466         concatenated_name.  Turn the current return condition into a reverse
3467         one.  Call also lookup_static_symbol_aux on the constructed qualified
3468         name.
3469         * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3470         other files into a called ...
3471         (lookup_static_symbol_aux): ... new function here.
3472         * symtab.h (lookup_static_symbol_aux): New prototype.
3473         * valops.c (value_maybe_namespace_elt): Call also
3474         lookup_static_symbol_aux if we failed otherwise.
3475
3476 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3477
3478         Fix PR c++/11703 and PR gdb/1448.
3479         * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
3480         FIRST_ITER check.
3481
3482 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3483
3484         Fix modification of cplus_struct_default.
3485         * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
3486         Call ALLOCATE_CPLUS_STRUCT_TYPE.
3487         * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
3488
3489 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
3490
3491         * NEWS: Add entry announcing the python directory.
3492
3493 2010-06-28  Tom Tromey  <tromey@redhat.com>
3494
3495         * dwarf2read.c (read_structure_type): Allocate null cleanup later.
3496
3497 2010-06-28  Doug Evans  <dje@google.com>
3498
3499         * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
3500         All callers updated.
3501
3502 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3503
3504         * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
3505         obstack_begin after each obstack_free.
3506
3507 2010-06-27  Doug Evans  <dje@google.com>
3508
3509         * value.c (value_static_field): Use `switch' instead of `if'.
3510         Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
3511
3512         * valops.c (search_struct_field): Fix typo in error message.
3513
3514 2010-06-26  Ulrich Weigand  <uweigand@de.ibm.com>
3515
3516         * dwarf2expr.c (execute_stack_op): Place preprocessor
3517         directives at the start of the source line.
3518
3519 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
3520
3521         * defs.h (make_command_stats_cleanup): Declare.
3522         (set_display_time): Declare.
3523         (set_display_space): Declare.
3524         * event-top.c (command_handler): Use make_command_stats_cleanup.
3525         * main.c (display_time, display_space): Move definitions to utils.c.
3526         (captured_main): Use make_command_stats_cleanup to get start-up
3527         statistics.
3528         Use set_display_time and set_display_space for processing OPT_STATISTICS
3529         case.
3530         * maint.c (maintenance_time_display): Use set_display_time.
3531         (maintenance_space_display): Use set_display_space.
3532         * top.c (execute_command): Remove obsolete 'maint time' code.
3533         (command_loop): Use make_command_stats_cleanup.
3534         * utils.c (struct cmd_stats): Structure for storing initial time
3535         and space usage.
3536         (display_time, display_space): Move definitions here from utils.c.
3537         (set_display_time): New function.
3538         (set_display_space): New function.
3539         (make_command_stats_cleanup): New function.
3540         (report_command_stats): New auxiliary function for
3541         make_command_stats_cleanup.
3542
3543 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3544
3545         * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
3546         hosts where CORE_ADDR is long long.
3547
3548 2010-06-25  Tom Tromey  <tromey@redhat.com>
3549
3550         PR python/10808:
3551         * python/python.c (execute_gdb_command): Add keywords.  Accept
3552         "to_string" argument.
3553         (struct restore_ui_file_closure): New.
3554         (restore_ui_file): New function.
3555         (make_cleanup_restore_ui_file): Likewise.
3556         (GdbMethods) <execute>: Update.
3557
3558 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3559
3560         * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
3561         during inferior call stack frame setup.
3562
3563 2010-06-25  Ken Werner  <ken.werner@de.ibm.com>
3564
3565         * solib-spu.c: Include "exception.h".
3566         (ocl_program_data_key): New variable.
3567         (append_ocl_sos): New function.
3568         (ocl_enable_break): Likewise.
3569         (spu_current_sos): Call append_ocl_sos.
3570         (spu_solib_loaded): Call ocl_enable_break.
3571         (_initialize_spu_solib): Register ocl_program_data_key.
3572
3573 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3574
3575         * cp-support.c (reset_directive_searched): New function.
3576         (make_symbol_overload_list_using): Prevent recursive calls.
3577
3578 2010-06-25  Phil Muldoon  <pmuldoon@redhat.com>
3579
3580         * printcmd.c (print_variable_and_value): Print error message on
3581         caught exception.
3582
3583 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3584
3585         * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
3586         of stack values.
3587         (struct dwarf_expr_piece): Rename "expr" member to "mem".  Add new
3588         "value" member.
3589         (dwarf_expr_push): Change input type to ULONGEST.
3590         (dwarf_expr_fetch): Change return type to ULONGEST.
3591         (dwarf_expr_fetch_address): Add prototype.
3592         (dwarf2_read_address): Remove prototype.
3593         * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
3594         Truncate stack values to ctx->addr_size bytes.
3595         (dwarf_expr_fetch): Change return value to ULONGEST.
3596         (dwarf_expr_fetch_address): New function.
3597         (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
3598         when appropriate.  Update for struct dwarf_expr_piece changes.
3599         (dwarf2_read_address): Remove.
3600         (unsigned_address_type): Remove.
3601         (signed_address_type): Remove.
3602         (execute_stack_op): Use dwarf_expr_fetch_address instead of
3603         dwarf_expr_fetch when appropriate.  Use ULONGEST as type of stack
3604         values.  Perform operations on ULONGEST instead of on GDB values,
3605         sign-extending from ctx->addr_size bytes as needed.  Read DW_OP_addr
3606         values and DW_OP_deref results as unsigned integers.
3607         * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
3608         changes.
3609         (write_pieced_value): Likewise.
3610         (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
3611         dwarf_expr_fetch when appropriate.
3612         (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
3613         * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
3614         instead of dwarf_expr_fetch when appropriate.
3615
3616 2010-06-25  Pierre Muller  <muller@ics.u-strasbg.fr>
3617
3618         * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
3619
3620 2010-06-24  Joel Brobecker  <brobecker@adacore.com>
3621
3622         * python/python.c (_initialize_python): Add new "constant"
3623         PYTHONDIR in gdb module.  Insert this path at the head of
3624         sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
3625         exec its __init__.py script if it exists in that directory.
3626
3627 2010-06-24  Kevin Buettner  <kevinb@redhat.com>
3628
3629         * rx-tdep.c (RX_ACC_REGNUM): Define.
3630         (RX_NUM_REGS): Redefine to 26.
3631         (rx_register_name): Add register "acc".  Change order of several
3632         registers.  Change name of "vct" register to "fintv" to match RX
3633         documentation.
3634         (rx_register_type): Add case for RX_ACC_REGNUM.
3635
3636 2010-06-24  Tom Tromey  <tromey@redhat.com>
3637
3638         * psymtab.c (lookup_partial_symbol): Mark definition as static.
3639
3640 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3641             Tom Tromey  <tromey@redhat.com>
3642
3643         Fix GDB startup on readonly filesystem.
3644         * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
3645
3646 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3647             Pedro Alves  <pedro@codesourcery.com>
3648
3649         Fix PR 9436.
3650         * breakpoint.c (handle_jit_event): New function.
3651         (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
3652         jit, err, table and bs_class.  New variables shlib_event, jit_event,
3653         this_action and bptype.  Change bs_class assignments to this_action
3654         assignments.  new unhandled bptype internal error.  Move here
3655         shlib_event and jit_event handling from handle_inferior_event.
3656         * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
3657         Reorder items.  Remove BPSTAT_WHAT_CHECK_SHLIBS and
3658         BPSTAT_WHAT_CHECK_JIT.
3659         * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
3660         * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
3661         (handle_inferior_event): Reinitialize frame and gdbarch after
3662         bpstat_what call.  Move BPSTAT_WHAT_CHECK_SHLIBS and
3663         BPSTAT_WHAT_CHECK_JIT handling to bpstat_what.  Reinitialize even
3664         gdbarch when frame gets reinitialized.
3665
3666 2010-06-24  Hui Zhu  <teawater@gmail.com>
3667
3668        * printcmd.c (ui_printf): New function.
3669        (printf_command): Call ui_printf.
3670        (_initialize_printcmd): New command "eval".
3671
3672 2010-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
3673
3674         * infrun.c (handle_inferior_event): Handle presence of single-step
3675         breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
3676         Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
3677         TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
3678         * breakpoint.c (detach_single_step_breakpoints): New function.
3679         (detach_breakpoints): Call it.
3680         (cancel_single_step_breakpoints): New function.
3681         * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
3682
3683         * spu-tdep.c (spu_memory_remove_breakpoint): New function.
3684         (spu_gdbarch_init): Install it.
3685
3686 2010-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3687
3688         * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
3689         * configure: Regenerate.
3690
3691 2010-06-22  Hui Zhu  <teawater@gmail.com>
3692
3693         * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
3694         (i386_process_record): Ditto.
3695         * record.c (record_memory_query): New variable.
3696         (_initialize_record): New command "set record memory-query".
3697         * record.h (record_memory_query): New extern.
3698
3699 2010-06-21  Doug Evans  <dje@google.com>
3700
3701         * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
3702         * i386-tdep.c (i386_displaced_step_copy_insn): New function.
3703         (i386_syscall_p): Change type of lengthp to int.
3704         (i386_displaced_step_fixup): Handle kernels that run one past a
3705         syscall insn.
3706         * i386-linux-tdep.c (i386_linux_init_abi): Use
3707         i386_displaced_step_copy_insn instead of
3708         simple_displaced_step_copy_insn.
3709
3710 2010-06-21  Tom Tromey  <tromey@redhat.com>
3711
3712         * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
3713         (dwarf_type_encoding_name): Likewise.
3714
3715 2010-06-21  Tom Tromey  <tromey@redhat.com>
3716
3717         * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
3718         * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
3719         * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
3720         * gdbtypes.h (TYPE_ERROR_NAME): New macro.
3721         * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
3722         * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
3723         * dwarf2read.c (tag_type_to_type): Create a new error type on
3724         failure.
3725         * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
3726         * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
3727
3728 2010-06-21  Michael Snyder  <msnyder@vmware.com>
3729
3730         * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
3731         not add_abbrev_prefix_cmd, for "enable breakpoints".
3732
3733 2010-06-21  Ulrich Weigand  <uweigand@de.ibm.com>
3734
3735         * dwarf2loc.c (find_location_expression): Add relocation offset
3736         to base-address-selection entry base addresses.  Read addresses
3737         (and offsets) as signed/unsigned integers, depending on the
3738         BFD's sign_extend_vma flag.  Do not call dwarf2_read_address.
3739         (loclist_describe_location): Likewise.
3740         (disassemble_dwarf_expression): Read DW_OP_addr operand as
3741         unsigned integer.  Do not call dwarf2_read_address.
3742         (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
3743
3744 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
3745
3746         * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
3747         value instead of hard-coded SPU_LS_SIZE.
3748         (spu_software_single_step): Likewise.
3749         * spu-tdep.h (SPU_LS_SIZE): Remove.
3750
3751 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
3752
3753         * spu-multiarch.c (spu_xfer_partial): Wrap around local store
3754         limit on local store memory accesses.
3755         * spu-linux-nat.c (spu_xfer_partial): Likewise.
3756         * spu-tdep.c (spu_lslr): Remove.
3757         (spu_pointer_to_address): Do not truncate addresses.
3758         (spu_integer_to_address): Likewise.
3759         (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
3760         * spu-tdep.h: Add comments.
3761         (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
3762         (SPU_OVERLAY_LMA): Define.
3763
3764 2010-06-18  Stan Shebs  <stan@codesourcery.com>
3765
3766         * osdata.c (get_osdata): Warn separately if target does not report
3767         type list.
3768         (info_osdata_command): Allow empty type, report error if target
3769         does not return available types of OS data.
3770         * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
3771         types if no annex supplied.
3772
3773         * thread.c (thread_id_make_value): Make a value representing the
3774         current thread.
3775         (_initialize_thread): Create $_thread.
3776
3777 2010-06-17  Joel Brobecker  <brobecker@adacore.com>
3778
3779         * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
3780         last local variable declaration.  No real code change.
3781
3782 2010-06-17  Tom Tromey  <tromey@redhat.com>
3783
3784         * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
3785         (dwarf2_build_psymtabs_hard): Use it.  Create addrmap on a
3786         temporary obstack.
3787
3788 2010-06-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3789             Jan Kratochvil  <jan.kratochvil@redhat.com>
3790
3791         * breakpoint.c: Include parser-defs.h.
3792         (watchpoint_exp_is_const): New function.
3793         (watch_command_1): Call watchpoint_exp_is_const to check
3794         if the expression is constant.
3795
3796 2010-06-15  Andreas Schwab  <schwab@linux-m68k.org>
3797
3798         * configure.ac: Check for RDYNAMIC also for cross builds.
3799         * configure: Regenerate.
3800
3801 2010-06-15  Pedro Alves  <pedro@codesourcery.com>
3802
3803         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
3804         (SFILES): Remove solib-null.c, add solib-target.c.
3805         (COMMON_OBS): Remove solib-null.o, add solib-target.o.
3806         (ALLDEPFILES): Remove solib-target.c.
3807         * solib-target.c (_initialize_solib_target): Set
3808         current_target_so_ops to solib_target_so_ops if not already set.
3809         * solib-null.c: Delete.
3810
3811 2010-06-14  Pedro Alves  <pedro@codesourcery.com>
3812
3813         * NEWS: Mention GDBserver's JIT compilation of tracepoint
3814         bytecode.
3815
3816 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
3817
3818         * cp-valprint.c (cp_print_static_field): Members of
3819         dont_print_stat_array_obstack are of type "struct type *".
3820         (_initialize_cp_valprint): Likewise.
3821
3822 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
3823
3824         * frame.c (frame_register_unwind): Do not access contents
3825         of "optimized out" unwound register value.
3826
3827 2010-06-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3828
3829         * ada-lang.h (ada_print_type): Make varstring const.
3830         * ada-typeprint.c (print_func_type): Make name const.
3831         (ada_print_type): Make varstring const.
3832         * c-lang.h (c_print_type): Make varstring const.
3833         * c-typeprint.c (c_print_type): Likewise.
3834         * f-lang.h (f_print_type): Likewise.
3835         * f-typeprint.c (f_print_type): Likewise.
3836         * jv-lang.h (java_print_type): Likewise.
3837         * jv-typeprint.c (java_print_type): Likewise.
3838         * language.c (unk_lang_print_type): Likewise.
3839         * language.h (struct language_defn) <la_print_type>: Likewise.
3840         * m2-lang.h (m2_print_type): Likewise.
3841         * m2-typeprint.c (m2_print_type): Likewise.
3842         * p-lang.h (pascal_print_type): Likewise.
3843         * p-typeprint.c (pascal_print_type): Likewise.
3844
3845 2010-06-11  Stan Shebs  <stan@codesourcery.com>
3846
3847         Add per-operation permission flags.
3848
3849         * target.h (struct target_ops): New method to_set_permissions.
3850         (target_set_permissions): New macro.
3851         (target_insert_breakpoint): Change macro to function.
3852         (target_remove_breakpoint): Ditto.
3853         (target_stop): Ditto.
3854         (may_write_registers): Declare.
3855         (may_write_memory): Declare.
3856         (may_insert_breakpoints): Declare.
3857         (may_insert_tracepoints): Declare.
3858         (may_insert_fast_tracepoints): Declare.
3859         (may_stop): Declare.
3860         * target.c (may_write_registers, may_write_registers_1): New globals.
3861         (may_write_memory, may_write_memory_1): New globals.
3862         (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
3863         (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
3864         (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
3865         globals.
3866         (may_stop, may_stop_1): New global.
3867         (target_xfer_partial): Test for write permission.
3868         (target_store_registers): Ditto.
3869         (target_insert_breakpoint): New function.
3870         (target_remove_breakpoint): New function.
3871         (target_stop): New function.
3872         (_initialize_targets): Add new set/show variables.
3873         (set_write_memory_permission): New function.
3874         (update_target_permissions): New function.
3875         (set_target_permissions): New function.
3876         (update_current_target): Default to_set_permissions.
3877         (_initialize_targets): Use new globals and setter function.
3878         * tracepoint.c (start_tracing): Test for permission.
3879         * inferior.h (update_observer_mode): Declare.
3880         * infrun.c (non_stop_1): Define earlier.
3881         (observer_mode, observer_mode_1): New globals.
3882         (set_observer_mode, show_observer_mode): New functions.
3883         (update_observer_mode): New function.
3884         (_initialize_infrun): Define "set observer" command.
3885         * remote.c (PACKET_QAllow): New optional packet.
3886         (remote_protocol_features): Add QAllow.
3887         (remote_set_permissions): New function.
3888         (remote_start_remote): Call it.
3889         (init_remote_ops): Add it to target vector.
3890         (_initialize_remote): Add config command for QAllow.
3891
3892 2010-06-11  Tom Tromey  <tromey@redhat.com>
3893
3894         * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
3895         DW_AT_vtable_elem_location even when GCC extension is seen.
3896
3897 2010-06-11  Tom Tromey  <tromey@redhat.com>
3898
3899         PR gdb/9977, PR exp/11636:
3900         * value.h (value_offset): Update.
3901         (struct lval_funcs) <check_validity>: New field.
3902         <copy_closure>: Make argument const.
3903         (value_computed_closure): Update.
3904         (value_contents_for_printing): Declare.
3905         (value_bits_valid): Likewise.
3906         (val_print): Likewise.
3907         (set_value_component_location): Update.
3908         (value_entirely_optimized_out): Declare.
3909         * value.c (value_offset): Argument now const.
3910         (require_not_optimized_out): New function.
3911         (value_contents_for_printing): New function.
3912         (value_contents_all): Call require_not_optimized_out.
3913         (value_contents): Likewise.
3914         (value_bits_valid): New function.
3915         (value_computed_closure): Argument now const.
3916         (set_value_component_location): Make 'whole' argument const.
3917         (value_entirely_optimized_out): New function.
3918         (value_bitsize): Argument now 'const'.
3919         (value_bitpos): Likewise.
3920         (value_type): Likewise.
3921         * valprint.h (val_print_array_elements): Update.
3922         * valprint.c (val_print): Add 'val' argument.  Use
3923         valprint_check_validity.
3924         (valprint_check_validity): New function.
3925         (value_check_printable): Use value_entirely_optimized_out.
3926         (common_val_print): Update.
3927         (value_print): Likewise.
3928         (val_print_array_elements): Add 'val' argument.
3929         * valops.c (value_fetch_lazy): Use value_contents_for_printing,
3930         value_bits_valid.  Reinit frame cache for lval_computed.
3931         * sh64-tdep.c (sh64_do_register): Update.
3932         * scm-valprint.c (scm_val_print): Add 'val' argument.
3933         * scm-lang.h (scm_val_print): Update.
3934         * python/python.h (apply_val_pretty_printer): Update.
3935         * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
3936         argument.  Call set_value_component_location.
3937         * printcmd.c (print_scalar_formatted): Update.
3938         * p-valprint.c (pascal_val_print): Add 'val' argument.
3939         (pascal_object_print_value_fields): Likewise.
3940         (pascal_object_print_value): Likewise.
3941         (pascal_object_print_static_field): Update.
3942         * p-lang.h (pascal_val_print): Update.
3943         (pascal_object_print_value_fields): Update.
3944         * mt-tdep.c (mt_registers_info): Update.
3945         * mi/mi-main.c (get_register): Update.
3946         (mi_cmd_data_evaluate_expression): Use common_val_print.
3947         * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
3948         (m2_print_unbounded_array): Likewise.
3949         (m2_val_print): Likewise.
3950         * m2-lang.h (m2_val_print): Update.
3951         * language.h (struct language_defn) <la_val_print>: Add 'val'
3952         argument.
3953         (LA_VAL_PRINT): Likewise.
3954         * language.c (unk_lang_val_print): Add 'val' argument.
3955         * jv-valprint.c (java_print_value_fields): Add 'val' argument.
3956         (java_val_print): Likewise.
3957         * jv-lang.h (java_val_print): Add 'val' argument.
3958         * infcmd.c (default_print_registers_info): Update.
3959         * f-valprint.c (f77_print_array_1): Add 'val' argument.
3960         (f77_print_array): Likewise.
3961         (f_val_print): Likewise.
3962         * f-lang.h (f_val_print): Add 'val' argument.
3963         * dwarf2loc.c (read_pieced_value): Use value_bitsize and
3964         value_bitpos.
3965         <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning.  Call
3966         set_value_optimized_out.
3967         (write_pieced_value): Use value_bitsize and value_bitpos.
3968         <default>: Don't exit loop.
3969         (check_pieced_value_validity): New function.
3970         (pieced_value_funcs): Reference check_pieced_value_validity,
3971         check_pieced_value_invalid.
3972         (copy_pieced_value_closure): Update.
3973         (check_pieced_value_bits): New function.
3974         (check_pieced_value_invalid): New function.
3975         * d-valprint.c (dynamic_array_type): Add 'val' argument.
3976         (d_val_print): Likewise.
3977         * d-lang.h (d_val_print): Update.
3978         * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
3979         (cp_print_value_fields_rtti): Likewise.
3980         (cp_print_value): Likewise.
3981         (cp_print_static_field): Update.
3982         * c-valprint.c (c_val_print): Add 'val' argument.
3983         (c_value_print): Update.
3984         * c-lang.h (c_val_print): Update.
3985         (cp_print_value_fields): Likewise.
3986         (cp_print_value_fields_rtti): Likewise.
3987         * ada-valprint.c (struct ada_val_print_args): Remove.
3988         (val_print_packed_array_elements): Add 'val' argument.
3989         (ada_val_print): Likewise.  Rewrite.
3990         (ada_val_print_stub): Remove.
3991         (ada_val_print_array): Add 'val' argument.
3992         (ada_val_print_1): Likewise.
3993         (print_variant_part): Likewise.
3994         (ada_value_print): Update.
3995         (print_record): Add 'val' argument.
3996         (print_field_values): Likewise.
3997         * ada-lang.h (ada_val_print): Update.
3998
3999 2010-06-11  Tom Tromey  <tromey@redhat.com>
4000
4001         * vec.h (VEC_cleanup): New macro.
4002         (DEF_VEC_ALLOC_FUNC_I): Update.
4003         (DEF_VEC_ALLOC_FUNC_P): Likewise.
4004         (DEF_VEC_ALLOC_FUNC_O): Likewise.
4005         * dwarf2loc.c (struct axs_var_loc): Remove.
4006         (unimplemented): New function.
4007         (translate_register): Likewise.
4008         (access_memory): Likewise.
4009         (compile_dwarf_to_ax): Likewise.
4010         (dwarf2_tracepoint_var_loc): Remove.
4011         (dwarf2_tracepoint_var_access): Likewise.
4012         (dwarf2_tracepoint_var_ref): Likewise.
4013         (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4014         (loclist_tracepoint_var_ref): Likewise.
4015         * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4016         * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4017         require_composition.  No longer static.
4018         (execute_stack_op): Update.
4019         * ax-gdb.h (trace_kludge): Declare.
4020
4021 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4022
4023         * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4024         (should_be_inserted): Return zero also on NULL OWNER.
4025         (breakpoint_program_space_exit): New OWNER comment.
4026         (insert_breakpoint_locations): Extend comment for OWNER.
4027         (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4028         (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4029         New OWNER comment.
4030         (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4031         (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4032         (bpstat_check_location): New assert on OWNER.
4033         (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4034         and B initializations to the code block.  New assert on them.
4035         (print_one_breakpoint_location): New OWNER comment.
4036         (watchpoint_locations_match): Assert on OWNER.
4037         (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4038         initializations to the code block.  New assert on OWNER.
4039         (set_breakpoint_location_function): New assert on OWNER.
4040         (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4041         (bp_location_compare, update_global_location_list)
4042         (update_global_location_list): New OWNER comment.
4043
4044 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4045
4046         * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4047
4048 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4049
4050         * config/nm-linux.h (struct target_ops): Remove forward declaration.
4051         (lin_thread_get_thread_signals): Remove prototype.
4052         (GET_THREAD_SIGNALS): Remove.
4053         * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4054         * linux-thread-db.c (check_thread_signals): Directly call
4055         lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4056
4057 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4058
4059         * gregset.h (GDB_FPXREGSET_T): Remove.
4060         (gdb_fpxregset_t): Likewise.
4061         (supply_fpxregset): Remove prototype.
4062         (fill_fpxregset): Likewise.
4063         * i386-linux-nat.c (supply_fpxregset): Remove.
4064         (fill_fpxregset): Likewise.
4065         (fetch_fpxregs): Inline supply_fpxregset call.
4066         (store_fpxregs): Inline fill_fpxregset call.
4067
4068         * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4069         * config/i386/nm-linux.h: Remove file.
4070
4071 2010-06-09  Michael Snyder  <msnyder@vmware.com>
4072
4073         * target.c (update_current_target): Fix spelling error in comment.
4074         (target_mourn_inferior): Fix spelling error in error message.
4075
4076 2010-06-08  Paul Hilfinger  <hilfingr@adacore.com>
4077
4078       * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4079       SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4080
4081 2010-06-08  Michael Snyder  <msnyder@vmware.com>
4082
4083         * remote.c (remote_close): Set inferior_ptid to null_ptid.
4084
4085 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4086
4087         * configure.ac <"${have_libpython}" != no>: New workaround of
4088         python#4434.
4089         * configure: Regenerate.
4090
4091 2010-06-08  Hui Zhu  <teawater@gmail.com>
4092
4093         * record.c (record_wait): Move signal out of replay code.
4094
4095 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4096
4097         Fix PR 10640.
4098         * dwarf2-frame.c (no_dwarf_call): New function.
4099         (execute_stack_op): Set CTX->DWARF_CALL.
4100         * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4101         * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4102         (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4103         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4104         (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4105         (needs_frame_dwarf_call): New function.
4106         (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4107         * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4108         Update the comment.  Move variables die, offset and error call to ...
4109         (follow_die_ref): ... a new function.
4110         (dwarf2_fetch_die_location_block): New function.
4111         * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4112
4113 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4114
4115         * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4116         (dwarf_expr_tls_address): Use per_cu instead of objfile.
4117         (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4118         Initialize new BATON.PER_CU.  Adjust CTX->GDBARCH initialization for
4119         this change.
4120         (struct needs_frame_baton): New field per_cu.
4121         (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4122         * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4123
4124 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
4125
4126         * cp-support.c (make_symbol_overload_list_namespace): Only search
4127         static and global blocks.
4128         (make_symbol_overload_list_block): New function.
4129         (make_symbol_overload_list): Separate namespace search from block
4130         search.
4131         (make_symbol_overload_list_qualified): Use
4132         make_symbol_overload_list_block.
4133
4134 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
4135
4136         * value.h: Created oload_search_type enum.
4137         (find_overload_match): Use oload_search_type enum.
4138         * valops.c (find_overload_match): Support combined member and
4139         non-member search.
4140         * eval.c (evaluate_subexp_standard): Calls to
4141         find_overload_match now use oload_search_type enum.
4142         (oload_method_static): Verify index is a proper value.
4143         * valarith.c (value_user_defined_cpp_op): Search for and handle
4144         both member and non-member operators.
4145         (value_user_defined_cpp_op): New function.
4146         (value_user_defined_op): New function.
4147         (value_x_unop): Use value_user_defined_op.
4148         (value_x_binop): Ditto.
4149         * cp-support.c (make_symbol_overload_list_using): Added block
4150         iteration.
4151         Add check for namespace aliases and imported declarations.
4152
4153 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4154
4155         * breakpoint.h (owner): Extend the comment.
4156
4157 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4158
4159         Clear stale specific bp_location from former whole breakpoint.
4160         * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4161         code ...
4162         (free_bp_location): ... here.  Rename there the called function to
4163         bpstat_remove_bp_location_callback.
4164         (bpstat_remove_breakpoint_callback): Rename to ...
4165         (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4166         to struct bp_location.  Change the called function to
4167         bpstat_remove_bp_location.  Create new declaration for the function.
4168         (bpstat_remove_breakpoint): Rename to ...
4169         (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4170         code for the new parameter type.
4171
4172 2010-06-07  Nathan Sidwell  <nathan@codesourcery.com>
4173
4174         * README: Make version-agnostic.
4175
4176 2010-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4177
4178         Fix duplicate types for single DIE.
4179         * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4180         set_die_type.
4181         (read_array_type): Remove type initialization.  Recheck get_die_type
4182         after initial die_type.  Move set_die_type before set_descriptive_type.
4183         (read_set_type): New variable domain_type.  Recheck get_die_type after
4184         initial die_type.  Move attr initialization later.
4185         (read_tag_pointer_type, read_tag_reference_type): New variable
4186         target_type.  Recheck get_die_type after initial die_type.
4187         (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4188         die_type and die_containing_type.
4189         (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4190         Recheck get_die_type after initial die_type.
4191         (read_subrange_type): Recheck get_die_type after initial die_type.
4192         Move set_die_type before set_descriptive_type.
4193         (set_die_type): Extend the function comment.  Call complaint if DIE has
4194         some type already set.
4195
4196 2010-06-05  Vladimir Prus  <vladimir@codesourcery.com>
4197
4198         * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4199         for current naming of thread groups (iN, not N).
4200
4201 2010-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4202
4203         * ada-lang.c (ada_operator_length): Constify `struct expression'.
4204         * parse.c (operator_length): Likewise.
4205         (operator_length_standard): Likewise.
4206         * parser-defs.h (operator_length): Likewise.
4207         (operator_length_standard): Likewise.
4208         (struct exp_descriptor <operator_length>): Likewise.
4209
4210 2010-06-04  Doug Evans  <dje@google.com>
4211
4212         Add support for enabling/disabling individual pretty-printers.
4213         * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4214         * python/python-internal.h (gdbpy_enabled_cst): Declare.
4215         * python/python.c (gdbpy_enabled_cst): Define.
4216         (_initialize_python): Initialize gdbpy_enabled_cst.
4217         * NEWS: Add entry.
4218
4219 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4220
4221         * breakpoint.c (update_global_location_list): Fix comment typo.
4222
4223 2010-06-04  Hui Zhu  <teawater@gmail.com>
4224
4225         * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4226
4227 2010-06-03  Doug Evans  <dje@google.com>
4228
4229         * configure.ac: Don't fail if python is unusable when
4230         configured with --with-python=auto.
4231         * configure: Regenerate.
4232
4233 2010-06-03  Sami Wagiaalla  <swagiaal@redhat.com>
4234
4235         * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4236
4237 2010-06-03  Pierre Muller  <muller@ics.u-strasbg.fr>
4238
4239         * valprint.h (get_array_bounds): Change low and high parameter types
4240         to LONGEST *.
4241         * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4242         compute bounds.
4243         (val_print_array_elements): Adapt to change above.
4244         * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4245         * p-valprint.c (pascal_val_print): Likewise.
4246
4247 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4248
4249         * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4250         .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4251         .F08.
4252
4253 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4254
4255         Support DW_TAG_module as separate namespaces.
4256         * dwarf2read.c (typename_concat): New parameter physname.
4257         (read_module_type): New function and declaration.
4258         (scan_partial_symbols): Scan also DW_TAG_module children.
4259         (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4260         to typename_concat backward compatible physname value 0.
4261         (partial_die_full_name, read_namespace_type): Pass to typename_concat
4262         backward compatible physname value 0.
4263         (add_partial_module, read_module): Remove FIXME comment.
4264         (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4265         (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4266         DIEs under DW_TAG_module.
4267         (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4268         DW_AT_MIPS_linkage_name first, extend it for language_fortran
4269         && physname and return there instead of just setting NAME.  Extend
4270         the main block for language_fortran.  Pass physname parameter to the
4271         typename_concat call.
4272         (read_import_statement, read_func_scope, get_scope_pc_bounds)
4273         (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4274         (new_symbol): Fill in cplus_specific.demangled_name if it is still
4275         missing from SYMBOL_SET_NAMES in the language_fortran case.
4276         (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4277         variables.
4278         (read_type_die) <DW_TAG_module>: New.
4279         (MAX_SEP_LEN): Increase to 7.
4280         (typename_concat): New parameter physname.  New variable lead.  Support
4281         also language_fortran.
4282         * f-exp.y (yylex): Consider : also as a symbol name character class.
4283         * f-lang.c: Include cp-support.h.
4284         (f_word_break_characters, f_make_symbol_completion_list): New functions.
4285         (f_language_defn): Use cp_lookup_symbol_nonlocal,
4286         f_word_break_characters and f_make_symbol_completion_list.
4287         * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4288         * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4289         * symtab.c (symbol_init_language_specific): Support language_fortran.
4290         (symbol_find_demangled_name): New comment on language_fortran.
4291         (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4292         for language_fortran.
4293         (lookup_symbol_aux_local): Check imports also for language_fortran.
4294         (default_make_symbol_completion_list): Rename to ...
4295         (default_make_symbol_completion_list_break_on): ... this name.  New
4296         parameter break_on, use it.
4297         (default_make_symbol_completion_list): New stub.
4298         * symtab.h (default_make_symbol_completion_list_break_on): New
4299         prototype.
4300
4301 2010-06-02  Joel Brobecker  <brobecker@adacore.com>
4302
4303         * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4304         to error.
4305
4306 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4307
4308         * dwarf2read.c (typename_concat): Add const to the variable sep.
4309
4310 2010-06-02  Tom Tromey  <tromey@redhat.com>
4311
4312         * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4313         * dwarf2read.c (dwarf_stack_op_name): No longer static.  Return
4314         type is const.  Add 'def' argument.  Add missing operators, remove
4315         unhandled ones.
4316         (decode_locdesc): Update.
4317         (dwarf2_always_disassemble): New global.
4318         (show_dwarf2_always_disassemble): New function.
4319         (_initialize_dwarf2_read): Add always-disassemble.
4320         (dwarf2_per_cu_offset_size): New function.
4321         * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4322         (piece_end_p): New function.
4323         (locexpr_describe_location_piece): Replace 'size' argument with
4324         'end'.  Use piece_end_p.  Rewrite recognition of TLS.  Recognize
4325         some constants.  Remove errors.
4326         (disassemble_dwarf_expression): New function.
4327         (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4328         Add 'offset_size' argument.
4329         (loclist_describe_location): Change output formatting.
4330         * dwarf2expr.h (dwarf_stack_op_name): Declare.
4331
4332 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
4333
4334         * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4335         anonymous type case.
4336
4337 2010-06-02  Pierre Muller  <muller@ics.u-strasbg.fr>
4338
4339         * dwarf2read.c (read_subrange_type): Handle missing base type
4340         according to Dwarf-2 specifications.
4341
4342 2010-06-01  Sergio Durigan Junior  <sergiodj@redhat.com>
4343
4344         * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4345         BINOP_EXCL.
4346         (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4347         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4348         (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4349         BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4350         UNOP_CHMAX, UNOP_CHMIN.
4351         * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4352         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4353         UNOP_CHMIN>: Remove opcodes.
4354
4355 2010-06-01  Pierre Muller  <muller@ics.u-strasbg.fr>
4356
4357         * dwarf2read.c (read_func_scope): Do not complain for
4358         external function if bounds are not found.
4359
4360 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4361
4362         * NEWS: Mention gdbserver fast tracepoints support.
4363
4364 2010-05-31  Pierre Muller  <muller@ics.u-strasbg.fr>
4365
4366         * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4367         New macros.
4368         (windows_set_console_info): New function.
4369         (windows_create_inferior): Call windows_set_console_info
4370         if NEW_CONSOLE is true.
4371         (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4372         (_initialize_loadable): Initialize GetConsoleFontSize and
4373         GetCurrentConsoleFont.
4374
4375 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4376
4377         * Makefile.in (RDYNAMIC): New.
4378         (SFILES): Add proc-service.list.
4379         * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4380         (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4381         * config/arm/linux.mh: Likewise.
4382         * config/i386/linux.mh: Likewise.
4383         * config/i386/linux64.mh: Likewise.
4384         * config/ia64/linux.mh: Likewise.
4385         * config/m32r/linux.mh: Likewise.
4386         * config/m68k/linux.mh: Likewise.
4387         * config/mips/linux.mh: Likewise.
4388         * config/pa/linux.mh: Likewise.
4389         * config/powerpc/linux.mh: Likewise.
4390         * config/powerpc/ppc64-linux.mh: Likewise.
4391         * config/s390/s390.mh: Likewise.
4392         * config/sparc/linux.mh: Likewise.
4393         * config/sparc/linux64.mh: Likewise.
4394         * config/xtensa/linux.mh: Likewise.
4395         * configure.ac: New RDYNAMIC on native host and GCC.
4396         (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4397         * configure: Regenerate.
4398         * proc-service.list: New.
4399
4400 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4401
4402         * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4403         CONTENT.
4404
4405 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4406
4407         * linux-nat.c (linux_nat_wait_1): Do not call
4408         linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4409         TARGET_WAITKIND_SIGNALLED.
4410
4411 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
4412
4413         * ada-lang.c (ada_inferior_data): New struct.
4414         (ada_inferior_data): New static global.
4415         (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4416         (ada_get_tsd_type): New functions.
4417         (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4418         to look the tsd type up.
4419         (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4420         event.  Set ada_inferior_data.
4421
4422 2010-05-27  Pedro Alves  <pedro@codesourcery.com>
4423
4424         * remote.c (unpack_varlen_hex): Remove forward declaration.
4425         (remote_console_output): Make static, and add forward declaration.
4426         * remote.h: Drop FIXME comment.
4427         (unpack_varlen_hex): Declare.
4428         (remote_console_output, remote_cisco_objfile_relocate)
4429         (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4430         Delete declarations.
4431         * tracepoint.c: Include "remote.h".
4432         (unpack_varlen_hex): Delete declaration.
4433
4434 2010-05-27  Tom Tromey  <tromey@redhat.com>
4435
4436         * dwarf2loc.c (struct piece_closure) <refc>: New field.
4437         (allocate_piece_closure): Initialize refc.
4438         (copy_pieced_value_closure): Use refc.
4439         (free_pieced_value_closure): Likewise.
4440
4441 2010-05-27  Tom Tromey  <tromey@redhat.com>
4442
4443         * arm-tdep.c (push_stack_item): 'contents' now const.
4444         (arm_push_dummy_call): Make 'val' const.  Use value_contents, not
4445         value_contents_writeable.  Introduce new temporary.
4446
4447 2010-05-27  Tom Tromey  <tromey@redhat.com>
4448
4449         * findcmd.c (parse_find_args): Use value_contents, not
4450         value_contents_raw.
4451
4452 2010-05-27  Tom Tromey  <tromey@redhat.com>
4453
4454         * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4455         const.  Use value_contents, not value_contents_writeable.
4456
4457 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
4458
4459         * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4460         by call to value_contents.
4461
4462 2010-05-27  Ozkan Sezer  <sezeroz@gmail.com>
4463
4464         * MAINTAINERS: Add myself for write after approval privileges.
4465
4466 2010-05-26  Doug Evans  <dje@google.com>
4467
4468         Allow python to find its files if moved from original location.
4469         * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4470         (GDB_AC_WITH_DIR): Call it.
4471         * configure.ac: Define WITH_PYTHON_PATH if we can find the
4472         python installation directory.
4473         * config.in: Regenerate.
4474         * configure: Regenerate.
4475         * defs.h (python_libdir): Declare.
4476         * main.c (python_libdir): Define.
4477         (captured_main): Initialize python_libdir.
4478         * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
4479         call Py_SetProgramName to make sure python can find its libraries
4480         and modules.
4481
4482         * configure.ac: Try to use python's distutils to fetch compilation
4483         parameters.
4484         * configure: Regenerate.
4485         * python/python-config.py: New file.
4486
4487 2010-05-26  Ozkan Sezer  <sezeroz@gmail.com>
4488
4489         * ser-tcp.c (net_open): Check error return from socket() call by its
4490         equality to -1 not by it being negative.
4491         (net_close): Likewise.
4492
4493 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4494
4495         * NEWS: Mention the `qRelocInsn' feature.
4496         * gdbarch.sh (relocate_instruction): New.
4497         * amd64-tdep.c (rip_relative_offset): New.
4498         (append_insns): New.
4499         (amd64_relocate_instruction): New.
4500         (amd64_init_abi): Install it.
4501         * i386-tdep.c (append_insns): New.
4502         (i386_relocate_instruction): New.
4503         (i386_gdbarch_init): Install it.
4504         * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
4505         * gdbarch.h, gdbarch.c: Regenerate.
4506
4507 2010-05-26  Tom Tromey  <tromey@redhat.com>
4508
4509         * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
4510         (struct dwarf2_loclist_baton) <data>: Likewise.
4511         * dwarf2loc.c (find_location_expression): Constify return type.
4512         (dwarf2_evaluate_loc_desc): Make 'data' argument const.
4513         (dwarf2_loc_desc_needs_frame): Likewise.
4514         (loclist_read_variable): Constify.
4515         (loclist_describe_location): Likewise.
4516         (loclist_tracepoint_var_ref): Likewise.
4517
4518 2010-05-25  Tom Tromey  <tromey@redhat.com>
4519
4520         * dwarf2loc.c (dwarf_expr_frame_base): Constify.
4521         (dwarf_expr_frame_base_1): Likewise.
4522         (read_pieced_value): Update.
4523         (needs_frame_frame_base): Constify.
4524         (dwarf2_tracepoint_var_loc): Likewise.
4525         (dwarf2_tracepoint_var_access): Likewise.
4526         (locexpr_describe_location_piece): Likewise.
4527         (locexpr_describe_location_1): Likewise.
4528         * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
4529         Constify.
4530         (data): Now const.
4531         (struct dwarf_expr_piece) <v.literal.data>: Likewise.
4532         (dwarf_expr_eval, read_uleb128, read_sleb128)
4533         (dwarf2_read_address): Update.
4534         * dwarf2expr.c (dwarf_expr_eval): Constify.
4535         (read_uleb128): Likewise.
4536         (read_sleb128): Likewise.
4537         (dwarf2_read_address): Likewise.
4538         (require_composition): Likewise.
4539         (execute_stack_op): Likewise.
4540         * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
4541         "const gdb_byte *".
4542         * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
4543         Now const.
4544         (no_get_frame_base): Constify.
4545         (execute_stack_op): Likewise.
4546         (execute_cfa_program): Likewise.
4547         (read_encoded_value): Likewise.
4548
4549 2010-05-25  Doug Evans  <dje@google.com>
4550
4551         * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
4552
4553         * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
4554         * event-loop.c: ... here.
4555         * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
4556         `error' for clarity.
4557         (tui_getc): Pass correct value for `error' parameter to
4558         tui_readline_output.
4559
4560         Add python gdb.GdbError and gdb.string_to_argv.
4561         * NEWS: Document them.
4562         * python/py-cmd.c (cmdpy_function): Don't print a traceback if
4563         the exception is gdb.GdbError.  Print a second traceback if there's
4564         an error computing the error message.
4565         (gdbpy_string_to_argv): New function.
4566         * python/py-utils.c (gdbpy_obj_to_string): New function.
4567         (gdbpy_exception_to_string): New function.
4568         * python/python-internal.h (gdbpy_string_to_argv): Declare.
4569         (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
4570         (gdbpy_gdberror_exc): Declare.
4571         * python/python.c (gdbpy_gdberror_exc): New global.
4572         (_initialize_python): Initialize gdbpy_gdberror_exc and create
4573         gdb.GdbError.
4574         (GdbMethods): Add string_to_argv.
4575
4576 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4577
4578         * windows-nat.c (display_selector): Call GetLastError to give better
4579         failure explanation.
4580
4581 2010-05-24  Pedro Alves  <pedro@codesourcery.com>
4582
4583         * config.in: Regenerate.
4584
4585 2010-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4586
4587         Code cleanup.
4588         * target.c (push_target): Return only void.  Remove the return value
4589         comment.
4590         * target.h (push_target): Return only void.
4591
4592 2010-05-23  Pedro Alves  <pedro@codesourcery.com>
4593
4594         Update gnulib from latest git.
4595         (250b80067c1e1d8faa0c42fb572f721975b929c5)
4596
4597         * gnulib/memcmp.c: Removed.
4598         * gnulib/memchr.valgrind: New.
4599         * gnulib/stddef.in.h: New.
4600         * gnulib/Makefile.am: Updated.
4601         * gnulib/memchr.c: Updated.
4602         * gnulib/memmem.c: Updated.
4603         * gnulib/stdint.in.h: Updated.
4604         * gnulib/str-two-way.h: Updated.
4605         * gnulib/string.in.h: Updated.
4606         * gnulib/wchar.in.h: Updated.
4607
4608         * gnulib/extra/link-warning.h: Removed.
4609         * gnulib/extra/c++defs.h: New.
4610         * gnulib/extra/warn-on-use.h: New.
4611         * gnulib/extra/arg-nonnull.h: Updated.
4612
4613         * gnulib/m4/extensions.m4: Updated.
4614         * gnulib/m4/gnulib-cache.m4: Updated.
4615         * gnulib/m4/gnulib-common.m4: Updated.
4616         * gnulib/m4/gnulib-comp.m4: Updated.
4617         * gnulib/m4/gnulib-tool.m4: Updated.
4618         * gnulib/m4/include_next.m4: Updated.
4619         * gnulib/m4/longlong.m4: Updated.
4620         * gnulib/m4/memchr.m4: Updated.
4621         * gnulib/m4/memmem.m4: Updated.
4622         * gnulib/m4/stdint.m4: Updated.
4623         * gnulib/m4/string_h.m4: Updated.
4624         * gnulib/m4/memcmp.m4: Removed.
4625         * gnulib/m4/onceonly_2_57.m4: Removed.
4626         * gnulib/m4/00gnulib.m4: New.
4627         * gnulib/m4/mmap-anon.m4: New.
4628         * gnulib/m4/multiarch.m4: New.
4629         * gnulib/m4/onceonly.m4: New.
4630         * gnulib/m4/stddef_h.m4: New.
4631         * gnulib/m4/warn-on-use.m4: New.
4632         * gnulib/m4/wchar.m4: Removed.
4633         * gnulib/m4/wchar_h.m4: New.
4634         * gnulib/m4/wchar_t.m4: New.
4635         * gnulib/m4/wint_t.m4: New.
4636
4637         * aclocal.m4: Regenerate.
4638         * config.in: Likewise.
4639         * configure: Likewise.
4640         * gnulib/Makefile.in: Likewise.
4641
4642 2010-05-21  Tom Tromey  <tromey@redhat.com>
4643
4644         * dwarf2loc.c (extract_bits_primitive): New function.
4645         (extract_bits): Likewise.
4646         (insert_bits): Likewise.
4647         (copy_bitwise): Likewise.
4648         (read_pieced_value): Do all operations in bits.
4649         (write_pieced_value): Likewise.
4650         * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
4651         * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
4652         Always use xrealloc to resize piece array.
4653         (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
4654         <DW_OP_piece>: Update.
4655         <DW_OP_bit_piece>: New case.
4656
4657 2010-05-21  Tom Tromey  <tromey@redhat.com>
4658
4659         * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
4660         <DWARF_VALUE_OPTIMIZED_OUT>: New case.
4661         * dwarf2expr.h (enum dwarf_value_location)
4662         <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
4663         * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
4664         (add_piece): Handle empty piece.
4665         (execute_stack_op) <DW_OP_piece>: Handle
4666         DWARF_VALUE_OPTIMIZED_OUT.
4667
4668 2010-05-21  Tom Tromey  <tromey@redhat.com>
4669
4670         * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
4671         evaluate_subexp, not evaluate_subexp_with_coercion.
4672
4673 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4674
4675         * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
4676         attribute.
4677
4678 2010-05-21  Tom Tromey  <tromey@redhat.com>
4679
4680         * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
4681         offset.
4682         (write_pieced_value): Likewise.
4683
4684 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4685
4686         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
4687         and DW_TAG_volatile_type.
4688         (new_symbol): Likewise.
4689
4690 2010-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
4691
4692         * p-valprint.c (pascal_val_print): Call get_array_bounds
4693         to obtain the number of elements in an array.
4694
4695 2010-05-19  Doug Evans  <dje@google.com>
4696
4697         * python.c (gdbpy_print_stack): Ensure output ends with a newline.
4698
4699         * python.c (source_python_script): Add comment.
4700         (source_python_script_for_objfile): Remove unnecessary call to
4701         gdbpy_print_stack.
4702
4703 2010-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4704             Sergio Durigan Junior  <sergiodj@redhat.com>
4705
4706         Code cleanup.
4707         * parse.c (exp_iterate): Use operator_length wrapper function.
4708
4709 2010-05-18  Michael Snyder  <msnyder@vmware.com>
4710
4711         * ada-lang.c: White space.
4712         * ada-typeprint.c: White space.
4713         * ada-valprint.c: White space.
4714         * addrmap.c: White space.
4715         * auxv.c: White space.
4716         * ax-gdb.c: White space.
4717
4718 2010-05-18  Hui Zhu  <teawater@gmail.com>
4719
4720         * linux-fork.c (inferior_call_waitpid_cleanup): Add check
4721         for oldfp.
4722         (inferior_call_waitpid): Move make_cleanup out of check.
4723         Check the return of waitpid.
4724         (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
4725
4726 2010-05-17  Michael Snyder  <msnyder@vmware.com>
4727
4728         * tui/tui.c: White space.
4729         * tui/tui-data.c: White space.
4730         * tui/tui-disasm.c: White space.
4731         * tui/tui-file.c: White space.
4732         * tui/tui-interp.c: White space.
4733         * tui/tui-main.c: White space.
4734         * tui/tui-out.c: White space.
4735         * tui/tui-regs.c: White space.
4736         * tui/tui-source.c: White space.
4737         * tui/tui-stack.c: White space.
4738         * tui/tui-win.c: White space.
4739         * tui/tui-winsource.c: White space.
4740
4741         * procfs.c: White space.
4742
4743         * python/py-auto-load.c: White space.
4744         * python/py-block.c: White space.
4745         * python/py-breakpoint.c: White space.
4746         * python/py-cmd.c: White space.
4747         * python/py-function.c: White space.
4748         * python/py-lazy-string.c: White space.
4749         * python/py-objfile.c: White space.
4750         * python/py-param.c: White space.
4751         * python/py-prettyprint.c: White space.
4752         * python/py-progspace.c: White space.
4753         * python/py-symtab.c: White space.
4754         * python/python.c: White space.
4755         * python/py-type.c: White space.
4756         * python/py-utils.c: White space.
4757         * python/py-value.c: White space.
4758
4759         * mi/mi-cmd-break.c: White space.
4760         * mi/mi-cmd-env.c: White space.
4761         * mi/mi-cmds.c: White space.
4762         * mi/mi-cmd-stack.c: White space.
4763         * mi/mi-cmd-var.c: White space.
4764         * mi/mi-console.c: White space.
4765         * mi/mi-getopt.c: White space.
4766         * mi/mi-interp.c: White space.
4767         * mi/mi-main.c: White space.
4768         * mi/mi-out.c: White space.
4769         * mi/mi-parse.c: White space.
4770
4771         * cli/cli-cmds.c: White space.
4772         * cli/cli-decode.c: White space.
4773         * cli/cli-dump.c: White space.
4774         * cli/cli-interp.c: White space.
4775         * cli/cli-logging.c: White space.
4776         * cli/cli-script.c: White space.
4777         * cli/cli-setshow.c: White space.
4778
4779         * valarith.c: White space.
4780         * valops.c: White space.
4781         * valprint.c: White space.
4782         * value.c: White space.
4783         * varobj.c: White space.
4784         * xcoffread.c: White space.
4785         * xml-support.c: White space.
4786         * xml-tdesc.c: White space.
4787
4788 2010-05-17  Andreas Schwab  <schwab@redhat.com>
4789
4790         PR gdb/11092
4791         * c-lang.c (c_printstr): Compute real length of NUL terminated
4792         string at first.
4793
4794 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4795
4796         * parse.c (parse_exp_in_context): When block is not NULL, use
4797         its associated language to parse the expression instead of
4798         the current_language.
4799
4800 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4801
4802         * jv-lang.c (java_lookup_class): Remove commented out code.
4803         (type_from_class): Likewise.
4804         (java_op_print_tab): Remove commented-out elements.
4805
4806 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4807
4808         * ada-lang.c (to_fixed_range_type): The the raw index type as
4809         argument instead of the raw type name.  Remove orig_type parameter.
4810         Update calls throughout.
4811         (ada_fixup_array_indexes_type): New function.
4812         (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
4813         * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
4814         * ada-typeprint.c (print_range_type): Renames print_range_type_named.
4815         Remove name parameter.
4816         (print_array_type): Add call to ada_fixup_array_indexes_type.
4817         Update calls to print_range_type.
4818         (ada_print_type): Update calls to print_range_type.
4819
4820 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
4821
4822         * dwarf2read.c (read_set_type): Set type length if
4823         DW_AT_byte_size attribute is present.
4824
4825 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
4826
4827         * p-valprint.c (pascal_val_print): Handle set type if range limits
4828         are undefined but size is known.
4829
4830 2010-05-17  Pedro Alves  <pedro@codesourcery.com>
4831
4832         * procfs.c: Reformat.
4833
4834 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4835
4836         * target.c: White space.
4837         * target-descriptions.c: White space.
4838         * target-memory.c: White space.
4839         * thread.c: White space.
4840         * top.c: White space.
4841         * tracepoint.c: White space.
4842         * trad-frame.c: White space.
4843         * tramp-frame.c: White space.
4844         * ui-file.c: White space.
4845         * ui-out.c: White space.
4846         * user-regs.c: White space.
4847         * utils.c: White space.
4848
4849         * scm-exp.c: White space.
4850         * scm-lang.c: White space.
4851         * scm-valprint.c: White space.
4852         * sentinel-frame.c: White space.
4853         * ser-base.c: White space.
4854         * ser-go32.c: White space.
4855         * serial.c: White space.
4856         * ser-mingw.c: White space.
4857         * ser-pipe.c: White space.
4858         * ser-tcp.c: White space.
4859         * ser-unix.c: White space.
4860         * solib.c: White space.
4861         * solib-darwin.c: White space.
4862         * solib-frv.c: White space.
4863         * solib-irix.c: White space.
4864         * solib-osf.c: White space.
4865         * solib-pa64.c: White space.
4866         * solib-som.c: White space.
4867         * solib-spu.c: White space.
4868         * solib-svr4.c: White space.
4869         * solib-target.c: White space.
4870         * source.c: White space.
4871         * stabsread.c: White space.
4872         * stack.c: White space.
4873         * std-regs.c: White space.
4874         * symfile.c: White space.
4875         * symmisc.c: White space.
4876         * symtab.c: White space.
4877
4878 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4879
4880         * source.c (_initialize_source): Add "rev" as an abbreviation
4881         for the "reverse-search" command.
4882
4883 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4884
4885         * record.c: White space.
4886         * regcache.c: White space.
4887         * reggroups.c: White space.
4888         * remote-fileio.c: White space.
4889         * remote-m32r-sdi.c: White space.
4890         * remote-mips.c: White space.
4891         * remote-sim.c: White space.
4892         * remote.c: White space.
4893         (process_g_packet): Remove orphan braces.
4894
4895 2010-05-15  Michael Snyder  <msnyder@vmware.com>
4896
4897         * parse.c: White space.
4898         * p-lang.c: White space.
4899         * posix-hdep.c: White space.
4900         * printcmd.c: White space.
4901         * progspace.c: White space.
4902         * prologue-value.c: White space.
4903         * psymtab.c: White space.
4904         * p-typeprint.c: White space.
4905         * p-valprint.c: White space.
4906
4907         * objc-lang.c: White space.
4908         * objfiles.c: White space.
4909         * observer.c: White space.
4910         * osabi.c: White space.
4911         * osdata.c: White space.
4912
4913         * m2-lang.c: White space.
4914         * m2-valprint.c: White space.
4915         * macrocmd.c: White space.
4916         * macroexp.c: White space.
4917         * macroscope.c: White space.
4918         * macrotab.c: White space.
4919         * main.c: White space.
4920         * maint.c: White space.
4921         * mdebugread.c: White space.
4922         * memattr.c: White space.
4923         * minsyms.c: White space.
4924         * monitor.c: White space.
4925
4926 2010-05-14  Michael Snyder  <msnyder@vmware.com>
4927
4928         * jv-lang.c: White space.
4929         * jv-typeprint.c: White space.
4930         * jv-valprint.c: White space.
4931         * language.c: White space.
4932         * libunwind-frame.c: White space.
4933         * linespec.c: White space.
4934         * linux-nat.c: White space.
4935         * linux-record.c: White space.
4936         * linux-thread-db.c: White space.
4937
4938         * infcall.c: White space.
4939         * inf-child.c: White space.
4940         * infcmd.c: White space.
4941         * inferior.c: White space.
4942         * inf-loop.c: White space.
4943         * inflow.c: White space.
4944         * inline-frame.c: White space.
4945         * interps.c: White space.
4946
4947         * gcore.c: White space.
4948         * gdb.c: White space.
4949         * gdbtypes.c: White space.
4950         * gnu-nat.c: White space.
4951         * gnu-v2-abi.c: White space.
4952         * gnu-v3-abi.c: White space.
4953
4954         * findcmd.c: White space.
4955         * findvar.c: White space.
4956         * fork-child.c: White space.
4957         * frame-base.c: White space.
4958         * frame.c: White space.
4959         * frame-unwind.c: White space.
4960         * f-valprint.c: White space.
4961
4962         * elfread.c: White space.
4963         * environ.c: White space.
4964         * eval.c: White space.
4965         * event-loop.c: White space.
4966         * event-top.c: White space.
4967         * exceptions.c: White space.
4968         * exec.c: White space.
4969         * expprint.c: White space.
4970
4971         * dbxread.c: White space.
4972         * dcache.c: White space.
4973         * disasm.c: White space.
4974         * doublest.c: White space.
4975         * dsrec.c: White space.
4976         * dummy-frame.c: White space.
4977         * dwarf2expr.c: White space.
4978         * dwarf2-frame.c: White space.
4979         * dwarf2loc.c: White space.
4980         * dwarf2read.c: White space.
4981
4982 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
4983
4984         PR python/11482
4985
4986         * python/py-value.c (valpy_hash): New function.
4987         (value_object_type): Register valpy_hash.
4988
4989 2010-05-14  Hui Zhu  <teawater@gmail.com>
4990             Michael Snyder  <msnyder@vmware.com>
4991
4992         * linux-fork.c (gdbthread.h): New include.
4993         (fork_info): Add parent_ptid.
4994         (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
4995         functions.
4996         (delete_checkpoint_command): Call inferior_call_waitpid.
4997         (checkpoint_command): Set parent_ptid.
4998
4999 2010-05-13  Michael Snyder  <msnyder@vmware.com>
5000
5001         * dictionary.c: Re-indent to GNU coding standard.
5002
5003         * charset.c: White space.
5004         * c-lang.c: White space.
5005         * cli-out.c: White space.
5006         * coffread.c: White space.
5007         * complaints.c: White space.
5008         * completer.c: White space.
5009         * corefile.c: White space.
5010         * corelow.c: White space.
5011         * cp-abi.c: White space.
5012         * cp-namespace.c: White space.
5013         * cp-support.c: White space.
5014         * cp-valprint.c: White space.
5015         * c-typeprint.c: White space.
5016         * c-valprint.c: White space.
5017         * blockframe.c: White space.
5018         * breakpoint.c: White space.
5019         * buildsym.c: White space.
5020         * blockframe.c: White space.
5021         * bcache.c: White space.
5022         * gdbarch.sh: White space, add blank lines.
5023         * arch-utils.c: Ditto.
5024         * gdbarch.c: Regenerate.
5025         * frame.c: White space, add blank lines.
5026         * stack.c: White space, add blank lines.
5027         (initialize_stack): Remove long-dead code.
5028
5029 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5030
5031         Code cleanup.
5032         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5033         (locexpr_read_variable, loclist_read_variable): Update the callers.
5034
5035 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5036
5037         Code cleanup.
5038         * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5039         Remove check of NULL returned by tag_type_to_type.
5040         (die_containing_type): Remove variable type.  Remove type_die variable
5041         initialization.  Remove check of NULL returned by tag_type_to_type.
5042
5043 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
5044
5045         PR exp/11530.
5046         * gdbtypes.c (lookup_struct_elt_type): Also lookup
5047         names of unnamed structures or unions.
5048
5049 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
5050
5051         * procfs.c (proc_watchpoint_address): New function.
5052         (procfs_stopped_by_watchpoint): Remove useless check after
5053         find_procinfo_or_die call.
5054         (procfs_stopped_data_address): New function.
5055         (procfs_use_watchpoints): Register new watchpoint related function.
5056
5057 2010-05-11  Tom Tromey  <tromey@redhat.com>
5058
5059         * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5060
5061 2010-05-10  Michael Snyder  <msnyder@vmware.com>
5062
5063         * utils.c: White space cleanup.
5064
5065 2010-05-10  Tom Tromey  <tromey@redhat.com>
5066
5067         * eval.c (ptrmath_type_p): Add 'lang' argument.
5068         (evaluate_subexp_standard): Update.
5069         (evaluate_subexp_with_coercion): Update.
5070         * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5071
5072 2010-05-10  Michael Snyder  <msnyder@vmware.com>
5073
5074         * utils.c (do_fclose_cleanup) Restore local variable.
5075
5076 2010-05-09  Doug Evans  <dje@google.com>
5077
5078         * record.c (init_record_core_ops): Rename record_core to record-core.
5079
5080 2010-05-08  Joel Brobecker  <brobecker@adacore.com>
5081
5082         Implement task switching on pa-hpux.
5083         * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5084         (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5085
5086 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5087
5088         * valops.c (find_overload_match): Add missing i18n markup.
5089
5090 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5091
5092         * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5093
5094 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5095
5096         * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5097         list for the obconcat call.
5098         * mdebugread.c (parse_symbol): Likewise.
5099         * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5100         Likewise.
5101         * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5102         New variable ap.  Remove variables len and val.
5103         * symfile.h (obconcat): Likewise for the prototype.
5104
5105 2010-05-07  Michael Snyder  <msnyder@vmware.com>
5106
5107         * python/python.c (execute_gdb_command): Remove unused variables.
5108         * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5109         * python/py-breakpoint.c (gdbpy_breakpoint_created):
5110         Remove unused variable.
5111         * python/py-cmd.c (cmdpy_function): Remove unused variable.
5112         (cmdpy_completer): Remove unused variable.
5113         * python/py-frame.c (frapy_find_sal): Remove unused variable.
5114         * python/py-function.c (fnpy_call): Remove unused variable.
5115         * python/py-objfile.c (objfile_to_objfile_object):
5116         Remove unused variable.
5117         * python/py-param.c (parmpy_init): Remove unused variable.
5118         * python/py-prettyprint.c (apply_varobj_pretty_printer):
5119         Remove unused variable.
5120         (gdbpy_default_visualizer): Remove unused variable.
5121         * python/py-progspace.c (pspace_to_pspace_object):
5122         Remove unused variable.
5123         * python/py-symtab.c (symtab_and_line_to_sal_object):
5124         Remove unused variable.
5125         * python/py-type.c (typy_template_argument):
5126         Remove unused variable.
5127         * python/py-value.c (valpy_string): Remove unused variable.
5128         (convert_value_from_python): Remove unused variables.
5129
5130 2010-05-07  Michael Snyder  <msnyder@vmware.com>
5131
5132         * valops.c (value_cast_pointers): Restore unused variable 'type1',
5133         and use it to compute variable 't1'.
5134
5135 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
5136
5137         * ada-lang.c (assign_aggregate): Remove unused variable.
5138
5139 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
5140
5141         PR C++/7943:
5142         * valops.c (find_overload_match): Handle fsym == NULL case.
5143         Add int no_adl argument.
5144         (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5145         when appropriate.
5146         Add int no_adl argument.
5147         (find_oload_champ_namespace):   Add int no_adl argument.
5148         * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5149         expression.
5150         * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5151         * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5152         Evaluate arguments and use them to perform ADL lookup.
5153         Pass no_adl argument to find_overload_match.
5154         Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5155         * cp-support.h: Added prototype for
5156         make_symbol_overload_list_namespace.
5157         * cp-support.c (make_symbol_overload_list_namespace): New function.
5158         (make_symbol_overload_list_adl_namespace): New function.
5159         (make_symbol_overload_list_adl): New function.
5160         (make_symbol_overload_list_using): Moved code to add function to
5161         overload set to make_symbol_overload_list_namespace.
5162         * c-exp.y: create UNKNOWN_CPP_NAME token.
5163         Add parse rule for ADL functions.
5164         (classify_name): Recognize an UNKNOWN_CPP_NAME.
5165
5166 2010-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5167
5168         * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5169         sentinel.
5170
5171 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
5172
5173         Implement task switching on solaris targets.
5174         * sol-thread.c (thread_db_find_thread_from_tid)
5175         (sol_get_ada_task_ptid): New functions.
5176         (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5177
5178 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
5179
5180         * remote.c (remote_query_supported_append): Use reconcat.
5181         (remote_query_supported): Install a cleanup.  Use reconcat.
5182
5183 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
5184
5185         * gdbarch.sh (qsupported): Delete.
5186         * gdbarch.h, gdbarch.c: Regenerate.
5187         * remote.c (remote_query_supported): Remove use of
5188         gdbarch_qsupported.
5189
5190 2010-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
5191
5192         * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5193         function.
5194
5195 2010-05-06  Michael Snyder  <msnyder@vmware.com>
5196
5197         * xml-support.c (xinclude_start_include): Delete unused variable.
5198         (xml_process_xincludes): Delete unused variable.
5199         * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5200         * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5201         (tdesc_find_arch_register): Delete unused variable.
5202         (tdesc_use_registers): Delete unused variable.
5203         * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5204         * inferior.c (print_inferior): Delete unused variable.
5205         * record.c (record_open_1): Delete unused variable.
5206         (record_restore): Delete unused variable.
5207         (cmd_record_save): Delete unused variable.
5208         * gcore.c (derive_heap_segment): Delete unused variable.
5209         (objfile_find_memory_regions): Use unused variable.
5210         * jit.c (jit_inferior_init): Delete unused variable.
5211         * progspace.c (clone_program_space): Delete unused variable.
5212         (pspace_empty_p): Delete unused variable.
5213
5214         * frame-unwind.c (frame_unwind_find_by_frame):
5215         Delete unused variable.
5216         * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5217         * cp-support.c (mangled_name_to_comp): Delete unused variable.
5218         (method_name_from_physname): Delete unused variable.
5219         (cp_func_name): Delete unused variable.
5220         (cp_validate_operator): Delete unused variable.
5221         * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5222         Delete unused variable.
5223         * trad-frame.c (trad_frame_get_prev_register):
5224         Delete unused variable.
5225         * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5226
5227         * serial.c (serial_for_fd): Delete unused variable.
5228         * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5229         * top.c (execute_command): Delete unused variable.
5230         (init_main): Delete unused variable.
5231         * utils.c (do_fclose_cleanup): Delete unused variable.
5232         (do_all_inferior_continuations): Delete unused variable.
5233         (initialize_utils): Delete unused variable.
5234         (internal_problem_mode): Delete unused global.
5235         * frame.c (get_prev_frame): Delete unused global.
5236         (get_frame_locals_address): Delete unused global.
5237         (get_frame_args_address): Delete unused global.
5238
5239         * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5240         (pascal_type_print_varspec_prefix): Delete unused variable.
5241         * f-typeprint.c (f_type_print_base): Delete unused variable.
5242         (f_type_print_varspec_suffix): Delete unused variable.
5243         * m2-typeprint.c (m2_print_type): Delete unused variable.
5244         (m2_long_set): Delete unused variable.
5245         * ada-valprint.c (ada_val_print_1): Delete unused variable.
5246         * d-valprint.c (dynamic_array_type): Delete unused variable.
5247         * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5248         Delete unused variable.
5249         (f77_create_arrayprint_offset_tbl): Delete unused variable.
5250         * m2-valprint.c (m2_val_print): Delete unused variable.
5251
5252         * ui-out.c (ui_out_field_int): Delete unused variable.
5253         (ui_out_field_fmt_int): Delete unused variable.
5254         * varobj.c (varobj_list_children): Delete unused variable.
5255         (varobj_set_value): Delete unused variable.
5256         (install_new_value_visualizer): Delete unused variable.
5257         (varobj_set_visualizer): Delete unused variable.
5258         (varobj_update): Delete unused variable.
5259         (varobj_editable_p): Delete unused variable.
5260         (c_value_of_root): Delete unused variable.
5261         (cplus_describe_child): Delete unused variable.
5262
5263         * ada-lang.c (add_defn_to_vec): Delete unused variable.
5264         (decode_constrained_packed_array_type): Delete unused variable.
5265         (add_defn_to_vec): Delete unused variable.
5266         (symbol_completion_match): Delete unused variable.
5267         (value_tag_from_contents_and_address): Delete unused variable.
5268         (ada_evaluate_subexp): Delete unused variable.
5269         * c-lang.c (classify_type): Delete unused variable.
5270         * f-lang.c (f_printstr): Delete unused variable.
5271         * objc-lang.c (objc_printstr): Delete unused variable.
5272         * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5273         * jv-lang.c (type_from_class): ifdef unused variable.
5274         (java_class_name_from_physname): Delete unused variable.
5275         * m2-lang.c (m2_printstr): Delete unused variable.
5276
5277         * objfiles.c (objfile_relocate): Delete unused variable.
5278         * maint.c (_initialize_maint_cmds): Delete unused variable.
5279         * demangle.c (_initialize_demangler): Delete unused variable.
5280         * corefile.c (reopen_exec_file): Delete unused variable.
5281         * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5282         * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5283
5284         * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5285         * memattr.c (mem_delete): Delete unused variable.
5286         (invalidate_target_mem_regions): Delete unused variable.
5287         * mem-break.c (default_memory_insert_breakpoint):
5288         Delete unused variable.
5289         * target.c (target_get_osdata): Delete unused variable.
5290         * parse.c (length_of_subexp): Delete unused variable.
5291         (prefixify_subexp): Delete unused variable.
5292         (exp_iterate): Delete unused variable.
5293         * reverse.c (delete_bookmark_command): Delete unused variable.
5294
5295         * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5296         * macroexp.c (gather_arguments): Delete unused variable.
5297         (substitute_args): Delete unused variable.
5298         * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5299         * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5300         (_initialize_gdbarch): Delete unused variable.
5301         * gdbarch.c, gdbarch.h: Regenerate.
5302         * arch-utils.c (initialize_current_architecture):
5303         Delete unused variable.
5304         (_initialize_gdbarch_utils): Delete unused variable.
5305         * gdbtypes.c (make_cv_type): Delete unused variable.
5306         (make_type_with_address_space): Delete unused variable.
5307
5308         * linespec.c (decode_compound): Delete unused variable.
5309         * dictionary.c (iterator_next_hashed): Delete unused variable.
5310         * infcall.c (call_function_by_hand): Delete unused variable.
5311         * infcmd.c (step_1): Delete unused variable.
5312         (registers_info): Delete unused variable.
5313         (attach_command): Delete unused variable.
5314         * infrun.c (follow_exec): Delete unused variable.
5315         (handle_step_into_function_backwards): Delete unused variable.
5316         (_initialize_infrun): Delete unused variable.
5317         * stack.c (parse_frame_specification_1): Delete unused variable.
5318         (frame_info): Delete unused variable.
5319         (backtrace_command_1): Delete unused variable.
5320         (catch_info): Delete unused variable.
5321
5322         * eval.c (evaluate_subexp_standard): Delete unused variable.
5323         * valops.c (value_cast_pointers): Delete unused variable.
5324         (value_dynamic_cast): Delete unused variable.
5325         (value_array): Delete unused variable.
5326         (find_overload_match): Delete unused variable.
5327         * valarith.c (value_subscript): Delete unused variable.
5328         (value_binop): Delete unused variable.
5329         * valprint.c (_initialize_valprint): Delete unused variable.
5330         * printcmd.c (print_command_1): Delete unused variable.
5331         (address_info): Delete unused variable.
5332         (printf_command): Delete unused variable.
5333
5334         * auxv.c (target_auxv_search): Delete unused variable.
5335         * blockframe.c (get_frame_block): Delete unused variable.
5336         * regcache.c (regcache_cpy): Delete unused variable.
5337         (regcache_cpy_no_passthrough): Delete unused variable.
5338         * charset.c (wchar_iterate): Delete unused variable.
5339         (find_charset_names): Delete unused variable.
5340         (_initialize_charset): Delete unused variable.
5341         * disasm.c (do_mixed_source_and_assembly):
5342         Delete unused variable.
5343         * source.c (set_default_source_symtab_and_line):
5344         Delete unused variable.
5345         (set_substitute_path_command): Delete unused variable.
5346         * value.c (preserve_values): Delete unused variable.
5347         (value_from_double): Delete unused variable.
5348
5349 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5350
5351         * psymtab.c (lookup_partial_symbol): Delete unused variable.
5352         (find_last_source_symtab_from_partial): Delete unused variable.
5353         * symfile.c (place_section): Delete unused variable.
5354         (default_symfile_offsets): Delete unused variable.
5355         (get_debug_link_info): Delete unused variable.
5356         (find_separate_debug_file_by_debuglink): Delete unused variable.
5357         (add_symbol_file_command): Delete unused variable.
5358         (symfile_find_segment_sections): Delete unused variable.
5359         * symmisc.c (free_symtab): Delete unused variable.
5360         (dump_symtab_1): Delete unused variable.
5361         * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5362         (find_pc_sect_symtab): Delete unused variable.
5363         (skip_prologue_using_lineinfo): Delete unused variable.
5364         (sources_info): Delete unused variable.
5365         (completion_list_add_name): Delete unused variable.
5366         (expand_line_sal): Delete unused variable.
5367
5368         * breakpoint.c (validate_commands_for_breakpoint):
5369         Delete unused variables.
5370         (insert_catchpoint): Delete unused variable.
5371         (update_watchpoint): Delete unused variable.
5372         (insert_bp_location): Delete unused variable.
5373         (insert_breakpoint_locations): Delete unused variable.
5374         (remove_breakpoint_1): Delete unused variable.
5375         (software_breakpoint_inserted_here_p): Delete unused variable.
5376         (watchpoints_triggered): Delete unused variable.
5377         (bpstat_check_watchpoint): Delete unused variable.
5378         (bpstat_stop_status): Delete unused variable.
5379         (print_one_breakpoint_location): Delete unused variable.
5380         (allocate_bp_location): Delete unused variable.
5381         (create_breakpoint): Delete unused variable.
5382         (watch_command_1): Delete unused variable.
5383         (catch_exception_command_1): Delete unused variable.
5384         (catch_ada_exception_command): Delete unused variable.
5385         (delete_breakpoint): Delete unused variable.
5386         (breakpoint_re_set_one): Delete unused variable.
5387         (do_enable_breakpoint): Delete unused variable.
5388
5389 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
5390
5391         * amd64-tdep.c: Include disasm.h.
5392         (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5393         (amd64_insn_length): Moved to disasm.c and renamed.
5394         (fixup_riprel): Adjust.
5395         * disasm.c (do_ui_file_delete): New.
5396         (gdb_insn_length): New.
5397         (gdb_buffered_insn_length_fprintf)
5398         (gdb_buffered_insn_length_init_dis)
5399         (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5400         renamed.
5401         * disasm.h (gdb_insn_length): Declare.
5402         (gdb_buffered_insn_length): Declare.
5403
5404 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
5405
5406         * remote.c (clear_threads_parsing_context): New.
5407         (remote_threads_info): Delete unused null_cleanup.  Install a
5408         cleanup to clear the threads_parsing_context in case parsing
5409         throws.
5410
5411 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5412
5413         * c-exp.y (parse_string_or_char): Delete unused variable.
5414         (c_lex): Delete unused variable.
5415         * cp-name-parser.y (cpname_lex): Delete unused variable.
5416         * ada-exp.y (find_primitive_type): Delete unused variable.
5417         (write_var_or_type): Delete unused variable.
5418         * jv-exp.y (java_parse): Delete unused variable.
5419         (push_expression_name): Delete unused variable.
5420         * p-exp.y (pascal_lex): Delete unused variable.
5421
5422 2010-05-05  Pedro Alves  <pedro@codesourcery.com>
5423
5424         * remote.c (remote_threads_info): Really revert previous previous
5425         change.
5426
5427 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5428
5429         * elfread.c (elf_symtab_read): Delete unused variable.
5430         (find_separate_debug_file_by_buildid): Delete unused variables.
5431         (elf_symfile_read): Delete unused variable.
5432
5433         * coffread.c (coff_symfile_read): Delete unused variables.
5434
5435         * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5436         (read_pe_exported_syms): Delete unused variable.
5437
5438         * stabsread.c (define_symbol): Delete unused variable.
5439
5440         * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5441         (process_psymtab_comp_unit): Delete unused variable.
5442         (dwarf2_build_psymtabs_hard): Delete unused variable.
5443         (load_partial_comp_unit): Delete unused variable.
5444         (create_all_comp_units): Delete unused variable.
5445         (scan_partial_symbols): Delete unused variable.
5446         (add_partial_symbol): Delete unused variable.
5447         (add_partial_namespace): Delete unused variable.
5448         (add_partial_enumeration): Delete unused variable.
5449         (load_full_comp_unit): Delete unused variable.
5450         (process_full_comp_unit): Delete unused variable.
5451         (read_file_scope): Delete unused variable.
5452         (read_type_unit_scope): Delete unused variable.
5453         (process_structure_scope): Delete unused variable.
5454         (process_enumeration_scope): Delete unused variable.
5455         (read_tag_ptr_to_member_type): Delete unused variable.
5456         (read_typedef): Delete unused variable.
5457         (read_partial_die): Delete unused variable.
5458         (decode_locdesc): Delete unused variable.
5459         (zeroed_partial_die): Delete unused global variable.
5460
5461         * tui/tui-interp.c (_initialize_tui_interp):
5462         Delete unused variable.
5463         * tui/tui-regs.c tui_display_registers_from):
5464         Delete unused variable.
5465         (tui_check_register_values): Delete unused variable.
5466         (tui_register_format): Delete unused variable.
5467         * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
5468         * tui/tui-windata.c (tui_display_data_from_line):
5469         Delete unused variables.
5470         (tui_vertical_data_scroll): Delete unused variables.
5471
5472 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5473
5474         * remote.c (remote_threads_info): Revert questionable part of
5475         the previous change.
5476
5477 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5478
5479         * mi/mi-out.c (mi_table_begin): Delete unused variable.
5480         * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
5481         (mi_cmd_var_list_children): Delete unused variable.
5482         (varobj_update_one): Delete unused variable.
5483         * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
5484         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
5485         Delete unused variable.
5486         (mi_cmd_stack_list_variables): Delete unused variable.
5487         (list_args_or_locals): Delete unused variable.
5488         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
5489         Delete unused variables.
5490         (mi_cmd_file_list_exec_source_files): Delete unused variable.
5491         * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
5492         Delete unused variable.
5493         * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
5494         (mi_cmd_interpreter_exec): Delete unused variable.
5495         (mi_on_normal_stop): Delete unused variable.
5496         * mi/mi-main.c (run_one_inferior): Delete unused variable.
5497         (print_one_inferior): Delete unused variables.
5498         (mi_execute_command): Delete unused variable.
5499         (mi_cmd_execute): Delete unused variable.
5500         (timestamp): Delete unused variable.
5501
5502         * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
5503         (restore_binary_file): Delete unused variable.
5504         * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
5505         * cli/cli-script.c (define_command): Delete unused variables.
5506         (recurse_read_control_structure): Delete unused variable.
5507         (script_from_file): Delete unused variable.
5508         * cli/cli-cmds.c (complete_command): Delete unused variable.
5509         (disassemble_command): Delete unused variable.
5510
5511         * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
5512         * tracepoint.c (delete_trace_variable_command):
5513         Delete unused variables.
5514         (encode_actions_1): Delete unused variables.
5515         (start_tracing): Delete unused variable.
5516         (trace_status_mi): Delete unused variable.
5517         (tfind_1): Delete unused variable.
5518         (trace_find_pc_command): Delete unused variable.
5519         (trace_find_line_command): Delete unused variables.
5520         (trace_find_range_command): Delete unused variables.
5521         (trace_find_outside_command): Delete unused variables.
5522         (parse_tracepoint_definition): Delete unused variables.
5523         (tfile_fetch_registers): Delete unused variable.
5524
5525         * dcache.c (dcache_init): Delete unused variable.
5526         (dcache_info): Delete unused variable.
5527
5528         * remote.c (remote_threads_info): Delete unused variable.
5529         (process_stop_reply) :Delete unused variable.
5530         (remote_get_trace_status): Delete unused variables.
5531
5532         * linux-thread-db.c (add_thread_db_info): Delete unused variable.
5533         (thread_from_lwp): Delete unused variable.
5534         (enable_thread_event_reporting): Delete unused variable.
5535         (check_for_thread_db): Delete unused variables.
5536         (thread_db_find_new_threads_2): Delete unused variable.
5537
5538         * linux-fork.c (info_checkpoints_command): Delete unused variables.
5539         (checkpoint_command): Delete unused variable.
5540         (linux_fork_context): Delete unused variables.
5541
5542         * linux-nat.c (linux_parent_pid): Delete unused global variable.
5543         (linux_tracefork_child): Delete unused variable.
5544         (linux_child_follow_fork): Delete unused variable.
5545         (linux_nat_detach): Delete unused variable.
5546         (linux_handle_extended_wait): Delete unused variable.
5547         (linux_nat_has_pending_sigint): Delete unused variable.
5548         (linux_nat_find_memory_regions): Delete unused variable.
5549         (linux_nat_make_corefile_notes): Delete unused variables.
5550         (linux_nat_info_proc_cmd): Delete unused variable.
5551         (linux_proc_pending_signals): Delete unused variable.
5552         (linux_nat_stop_lwp): Delete unused variables.
5553         (_initialize_linux_nat): Delete unused variable.
5554
5555         * ser-pipe.c (pipe_ops): Delete unused global variable.
5556
5557         * linux-record.c (record_linux_system_call):
5558         Delete unused variables.
5559
5560         * corelow.c (core_xfer_partial): Delete unused variables.
5561
5562         * solib-svr4.c (find_program_interpreter): Delete unused variable.
5563         (svr4_solib_create_inferior_hook): Add ifdef around
5564         conditionally-used variable declarations.
5565
5566         * solib.c (solib_find): Delete unused variable.
5567         (free_so_symbols): Delete unused variable.
5568         (info_sharedlibrary_command): Delete unused variable.
5569         (reload_shared_libraries_1): Delete unused variable.
5570         (_initialize_solib): Delete unused variable.
5571
5572         * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
5573         (i386_collect_xstateregset): Delete unused variable.
5574         * i387-tdep.c (i387_print_float_info): Delete unused variable.
5575
5576         * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
5577         Delete unused variable 'type'.
5578
5579 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
5580
5581         * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros.  *
5582         ada-lang.c: Remove comment mentioning these macros.
5583         * m2-exp.y: Delete commented out code.
5584
5585 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
5586
5587         * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
5588         for array types.
5589         * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
5590
5591 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5592
5593         ARI fix: Remove ATTRIBUTE_UNUSED throughout.
5594         * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
5595         ATTRIBUTE_UNUSED.
5596         (cleanup_kernel_helper_return): Likewise.
5597         * arm-tdep.c (copy_unmodified): Likewise.
5598         (copy_preload): Likewise.
5599         (copy_copro_load_store): Likewise.
5600         (cleanup_branch): Likewise.
5601         (copy_b_bl_blx): Likewise.
5602         (copy_bx_blx_reg): Likewise.
5603         (copy_alu_imm): Likewise.
5604         (copy_alu_reg): Likewise.
5605         (copy_alu_shifted_reg): Likewise.
5606         (cleanup_load): Likewise.
5607         (cleanup_store): Likewise.
5608         (cleanup_block_load_pc): Likewise.
5609         (cleanup_svc): Likewise.
5610         (copy_undef): Likewise.
5611         (copy_unpred): Likewise.
5612         * remote.c (register_remote_support_xml): Likewise.
5613
5614 2010-05-05  Hui Zhu  <teawater@gmail.com>
5615
5616         * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
5617
5618 2010-05-04  Mark Kettenis  <kettenis@gnu.org>
5619
5620         * remote.c (register_remote_support_xml)
5621         (remote_query_supported_append, remote_query_supported): Add cast
5622         to NULL used as sentinel.
5623         * tracepoint.c (tvariables_info_1): Likewise.
5624         * utils.c (add_internal_problem_command): Likewise.
5625
5626 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5627
5628         * dwarf2loc.c (read_pieced_value, write_pieced_value,
5629         dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
5630         registers gracefully.
5631
5632 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5633
5634         * exec.c (print_section_info): Display entry point without arch
5635         specific parts.
5636
5637 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5638
5639         PR exp/11349.
5640         * printcmd.c (x_command): Only dereference once implicitly for
5641         TYPE_CODE_REF.
5642
5643 2010-05-03  Doug Evans  <dje@google.com>
5644
5645         * event-loop.c (gdb_timer): Delete unused global.
5646         (create_timer): Update.
5647
5648 2010-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5649
5650         * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
5651         CURRENT->DECLARATION case.
5652         * cp-support.h (struct using_direct): Provide extended comment.
5653
5654 2010-05-03  Mark Kettenis  <kettenis@gnu.org>
5655
5656         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
5657         HPPABSD_SIZEOF_GREGS.
5658         (HPPAOBSD_SIZEOF_FPREGS): New define.
5659         (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
5660         (hppaobsd_supply_fpregset): New function.
5661         (hppaobsd_gregset): Renamed from hppabsd_gregset.
5662         (hppaobsd_fpregset): New variable.
5663         (hppaobsd_regset_from_core_section): Handle floating-point registers.
5664         (_initialize_hppabsd_tdep): Remove spurious blank line.
5665
5666 2010-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
5667
5668         PR pascal/11349.
5669         * p-valprint.c (pascal_value_print): Always dereference a value with
5670         type code TYPE_CODE_REF.
5671
5672 2010-05-03  Pedro Alves  <pedro@codesourcery.com>
5673
5674         * remote.c (remote_notice_signals): New.
5675         (remote_start_remote): In non-stop mode, update the remote end on
5676         which signals it can silently pass.
5677         (init_remote_ops): Install remote_notice_signals.
5678
5679 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5680
5681         * cli/cli-cmds.h (error_no_arg): Remove.  Move the comment ...
5682         * command.h (error_no_arg): ... here.  Remove NORETURN, change
5683         ATTR_NORETURN to ATTRIBUTE_NORETURN.
5684         * defs.h (NORETURN, ATTR_NORETURN): Remove.
5685         (perror_with_name, verror, error, error_stream, vfatal, fatal)
5686         (internal_verror, internal_error, nomem): Remove NORETURN, change
5687         ATTR_NORETURN to ATTRIBUTE_NORETURN.
5688         * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
5689         (throw_vfatal, throw_error): Remove NORETURN.
5690         (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
5691         * exceptions.h (throw_exception, throw_verror, throw_vfatal)
5692         (throw_error, deprecated_throw_reason): Remove NORETURN, change
5693         ATTR_NORETURN to ATTRIBUTE_NORETURN.
5694         * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
5695         to ATTRIBUTE_NORETURN for prototype, for the definition only remove
5696         NORETURN.
5697         * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
5698         * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
5699         ATTRIBUTE_NORETURN.
5700         * target.c (tcomplain): Likewise.
5701         * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
5702         ATTRIBUTE_NORETURN.
5703         * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
5704         (internal_error, perror_with_name, nomem): Remove NORETURN.
5705         * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
5706         ATTRIBUTE_NORETURN.
5707
5708 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5709
5710         * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5711         * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
5712         * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
5713         (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5714         * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
5715         (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5716         * complaints.h (complaint, internal_complaint): Likewise.
5717         * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
5718         (ATTR_FORMAT): Remove.
5719         (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
5720         (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
5721         (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
5722         (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
5723         (xsnprintf, verror, error, vfatal, fatal, internal_verror)
5724         (internal_error, internal_vwarning, internal_warning, warning)
5725         (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5726         * disasm.c (fprintf_disasm): Likewise.
5727         * exceptions.c (throw_it): Likewise.
5728         * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
5729         (throw_error): Likewise.
5730         * language.h (type_error, range_error): Likewise.
5731         * linespec.c (cplusplus_error): Likewise.
5732         * mi/mi-interp.c (mi_interp_query_hook): Likewise.
5733         * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
5734         * monitor.c (monitor_debug): Likewise.
5735         * parser-defs.h (parser_fprintf): Likewise.
5736         * serial.h (serial_printf): Likewise.
5737         * tui/tui-hooks.c (tui_query_hook): Likewise.
5738         * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
5739         (uo_message): Likewise.
5740         * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
5741         * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
5742         Likewise.
5743         * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
5744
5745 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
5746
5747         * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
5748         (cli_table_header, cli_begin, cli_end, cli_field_int)
5749         (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
5750         (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
5751         Delete forward declarations.
5752         (cli_ui_out_impl): Move below the callbacks.
5753         (_initialize_cli_out): Delete.
5754
5755 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
5756
5757         * README: Use consistent `GDB' and `GDBserver' spellings.
5758
5759 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5760
5761         * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
5762
5763 2010-05-01  Pedro Alves  <pedro@codesourcery.com>
5764
5765         * infrun.c (prepare_for_detach): In non-stop, context switch to
5766         the thread that got the event before handling the event.
5767
5768 2010-04-30  Tom Tromey  <tromey@redhat.com>
5769
5770         * symtab.c (symbol_set_names): Fix typo.
5771
5772 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5773
5774         * python/py-param.c (parm_constants): Avoid ARI warning
5775         by adding ARI comment.
5776         (parmpy_init): Likewise.
5777
5778 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5779
5780         * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
5781         and created type for re-use.
5782
5783 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5784
5785         * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
5786
5787 2010-04-29  Doug Evans  <dje@google.com>
5788
5789         * ser-base.h (reschedule): Delete prototype.
5790         * ser-base.c (reschedule): Make static.
5791
5792 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5793
5794         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
5795         (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
5796         (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
5797         EABI.
5798         (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
5799         use.
5800
5801 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
5802
5803         PR gdb/11557
5804
5805         * regcache.c (registers_changed): Rename to ...
5806         (registers_changed_ptid): ... this, and only delete register cache
5807         entries matching the ptid filter argument.
5808         (registers_changed): Reimplement on top of registers_changed_ptid.
5809         * regcache.h (registers_changed_ptid): Declare.
5810         * target.c (target_resume): Flush register caches.
5811
5812 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
5813             Tom Tromey  <tromey@redhat.com>
5814             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5815
5816         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
5817         (SUBDIR_PYTHON_SRCS): Likewise.
5818         (py-parameter.o): New rule.
5819         * python/py-parameter.c: New file.
5820         * python/python-internal.h (gdbpy_initialize_parameter)
5821         (gdbpy_parameter, gdbpy_parameter_value)
5822         (gdbpy_parse_command_name): Declare.
5823         * python/py-cmd.c (parse_command_name): Rename to
5824         gdbpy_parse_command_name.
5825         (gdbpy_parse_command_name): Accept a starting list parameter and
5826         use over cmdlist.
5827         (cmdpy_init): Use gdbpy_parse_command_name.
5828         * python/python.c (parameter_to_python): Rename to
5829         gdbpy_parameter_to_python.  Accept enum var_types and value.
5830         (gdbpy_parameter): Use gdbpy_parameter_value.
5831         (_initialize_python): Call gdbpy_initialize_parameters.
5832
5833 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5834
5835         * MAINTAINERS: Add myself for write after approval privileges.
5836
5837 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
5838
5839         D language support.
5840         * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
5841         (COMMON_OBS): Add d-lang.o d-valprint.o.
5842         (HFILES_NO_SRCDIR): Add d-lang.h.
5843         * NEWS: Mention D language support.
5844         * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
5845         * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
5846         * d-lang.c: New file.
5847         * d-lang.h: New file.
5848         * d-valprint.c: New file.
5849         * defs.h (enum language): Add language_d.
5850         * dwarf2read.c (set_cu_language): Add DW_LANG_D.
5851         * language.c (binop_result_type, integral_type, character_type)
5852         (string_type, boolean_type, structured_type): Add language_d.
5853         * symfile.c (init_filename_language_table): Add language_d.
5854         * symtab.c: Include d-lang.h.
5855         (symbol_init_language_specific, symbol_find_demangled_name)
5856         (symbol_natural_name, lookup_symbol_in_language)
5857         (symbol_demangled_name, symbol_matches_domain): Add language_d.
5858
5859 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5860
5861         * solib-svr4.c (solib_svr4_r_map): Expand function description.
5862
5863 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5864
5865         * symfile.c (init_filename_language_table): Register .dg files
5866         with language_ada.
5867
5868 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5869
5870         * gdbtypes.h (struct main_type): Expand comment about target_type
5871         field.
5872
5873 2010-04-27  Pedro Alves  <pedro@codesourcery.com>
5874             Tristan Gingold  <gingold@adacore.com>
5875
5876         * symfile.c (reread_symbols): Also search for file in libraries.
5877         Update comment.
5878
5879 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5880
5881         * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
5882         in terms of configuration.
5883
5884 2010-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5885
5886         * objfiles.c: Include solist.h.
5887         (free_all_objfiles): New variable so.  Check stale solist objfiles.
5888         * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
5889         and no_shared_libraries.
5890
5891 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5892
5893         ARI warning fix.
5894         * python/py-auto-load.c (source_section_scripts): Remove trailing
5895         new-line in i18n string.
5896
5897 2010-04-26  Doug Evans  <dje@google.com>
5898
5899         * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
5900
5901 2010-04-26  Tom Tromey  <tromey@redhat.com>
5902
5903         * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
5904         command list.
5905
5906 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5907
5908         Removal of config/i386/nm-i386sol2.h native configuration file.
5909         * config/i386/nm-i386sol2.h: Remove file.
5910         * config/i386/i386sol2.mh: Remove NAT_FILE definition.
5911         * config/i386/sol2-64.mh: Idem.
5912         * config/djgpp/fnchange.lst: Remove reference to that file.
5913         * Makefile.in (HFILES_NO_SRCDIR): Idem.
5914
5915 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5916
5917         PR breakpoints/11531.
5918         * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
5919         macro definition and related comment.
5920         * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
5921         (resume): Remove code and comment related to this macro.
5922
5923 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
5924
5925         * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
5926         Fix whitespace.
5927
5928 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
5929
5930         * defs.h: Adjust comment.
5931         * filesystem.h, filesystem.c: New files.
5932         * Makefile.in (SFILES): Add filesystem.c.
5933         (COMMON_OBS): Add filesystem.o.
5934         * solib.c (solib_find): Handle DOS-based filesystems.  Handle
5935         different target and host path flavours.
5936         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
5937         has_dos_based_file_system on the gdbarch.
5938         * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
5939         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
5940         * i386-tdep.c (i386_go32_init_abi): Ditto.
5941         * gdbarch.sh (has_dos_based_file_system): New.
5942         * gdbarch.h, gdbarch.c: Regenerate.
5943         * NEWS: Mention improved support for remote targets with DOS-based
5944         filesystems.  Mention new `set/show target-file-system-kind'
5945         commands.
5946
5947 2010-04-23  Stan Shebs  <stan@codesourcery.com>
5948
5949         * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
5950         comments.
5951         (struct agent_reqs): Remove.
5952         (ax_reg_mask): Declare.
5953         * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
5954         (free_agent_expr): Free reg_mask.
5955         (ax_print): Add scope and register mask info.
5956         (ax_reqs): Remove agent_reqs argument, use agent expression
5957         fields, and move part of register mask computation to...
5958         (ax_reg_mask): New function.
5959         * ax-gdb.c (gen_trace_static_fields): Call it.
5960         (gen_traced_pop): Ditto.
5961         (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
5962         (gen_trace_for_var): Pass gdbarch to new_agent_expr.
5963         (gen_trace_for_expr): Ditto, and clear optimized_out flag.
5964         (gen_eval_for_expr): Ditto, and require an rvalue.
5965         (agent_command): Call ax_reqs.
5966         (agent_eval_command): Ditto.
5967         * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
5968         (validate_action_line): Ditto.
5969         (collect_symbol): Ditto.
5970         (encode_actions_1): Ditto.
5971
5972 2010-04-23  Daniel Jacobowitz  <dan@codesourcery.com>
5973             Paul Pluzhnikov  <ppluzhnikov@google.com>
5974             Jan Kratochvil  <jan.kratochvil@redhat.com>
5975
5976         Fix deadlock on looped list of loaded shared objects.
5977         * solib-svr4.c (LM_PREV): New function.
5978         (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
5979         (svr4_current_sos): Check for correct l_prev.  New variables prev_lm
5980         and next_lm.  Clear prev_lm for solib_svr4_r_ldsomap.
5981         * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
5982
5983 2010-04-23  Doug Evans  <dje@google.com>
5984
5985         * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
5986         python.
5987         * configure: Regenerate.
5988         * main.c: #include "python/python.h".
5989         (captured_main): Defer loading auto-loaded scripts until after
5990         local_gdbinit has been sourced.
5991         * python/py-auto-load.c (gdbpy_global_auto_load): New global.
5992         (load_auto_scripts_for_objfile): New function.
5993         (auto_load_new_objfile): Call it.
5994         * python/python.h (gdbpy_global_auto_load): Declare.
5995         (load_auto_scripts_for_objfile): Declare.
5996
5997         Add support for auto-loading scripts from .debug_gdb_scripts section.
5998         * NEWS: Add entry for .debug_gdb_scripts.
5999         * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6000         (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6001         (py-auto-load.o): New rule.
6002         * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6003         * cli/cli-cmds.h (find_and_open_script): Update prototype.
6004         * python/py-auto-load.c: New file.
6005         * python/python-internal.h: #include <stdio.h>.
6006         (set_python_list, show_python_list): Declare.
6007         (gdbpy_initialize_auto_load): Declare.
6008         (source_python_script_for_objfile): Declare.
6009         * python/python.c: Remove #include of observer.h.
6010         (gdbpy_auto_load): Moved to py-auto-load.c.
6011         (GDBPY_AUTO_FILENAME): Ditto.
6012         (gdbpy_new_objfile): Delete.
6013         (source_python_script_for_objfile): New function.
6014         (set_python_list, show_python_list): Make externally visible.
6015         (_initialize_python): Move "auto-load" command to py-auto-load.c
6016         and observer_attach_new_objfile to py-auto-load.c.
6017
6018 2010-04-23  Jerome Guitton  <guitton@adacore.com>
6019
6020         * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6021         (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6022         (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6023         New constants.
6024         (alpha_heuristic_analyze_probing_loop): New function.
6025         (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6026         and handle cases when a stack probe loop is generated.
6027         * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6028         (alpha_mdebug_max_frame_size_exceeded): New function.
6029         (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6030         (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6031         Return 0 when the maximum debuggable frame size has been exceeded.
6032
6033 2010-04-23  Joel Brobecker  <brobecker@adacore.com>
6034
6035         Fix ARI warning.
6036         * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6037
6038 2010-04-20  Chris Moller  <cmoller@redhat.com>
6039
6040         PR 10179
6041
6042         * symtab.c (rbreak_command): Added code to include a filename
6043         specification in the rbreak argument.
6044         * NEWS: Added a brief description of filename-qualified rbreak.
6045
6046 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6047
6048         Fix crashes on dangling display expressions.
6049         * ada-lang.c (ada_operator_check): New function.
6050         (ada_exp_descriptor): Fill-in the field operator_check.
6051         * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6052         * jv-lang.c (exp_descriptor_java): Likewise.
6053         * m2-lang.c (exp_descriptor_modula2): Likewise.
6054         * scm-lang.c (exp_descriptor_scm): Likewise.
6055         * parse.c (exp_descriptor_standard): Likewise.
6056         (operator_check_standard): New function.
6057         (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6058         * parser-defs.h (struct exp_descriptor): New field operator_check.
6059         (operator_check_standard, exp_uses_objfile): New declarations.
6060         * printcmd.c: Remove the inclusion of solib.h.
6061         (display_uses_solib_p): Remove the function.
6062         (clear_dangling_display_expressions): Call lookup_objfile_from_block
6063         and exp_uses_objfile instead of display_uses_solib_p.
6064         * solist.h (struct so_list) <objfile>: New comment.
6065         * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6066         * symtab.h (lookup_objfile_from_block): New declaration.
6067         (struct general_symbol_info) <obj_section>: Extend the comment.
6068
6069 2010-04-22  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
6070             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6071
6072         * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6073         (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6074         ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6075         PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6076         PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6077         PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6078         PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6079         PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6080         PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6081         PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6082         PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6083         PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6084         PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6085         Define, in case <ptrace.h> doesn't provide it.
6086         (booke_debug_info): New variable.
6087         (max_slots_number): Ditto.
6088         (hw_break_tuple): New struct.
6089         (thread_points): Ditto.
6090         (ppc_threads): New variable.
6091         (PPC_DEBUG_CURRENT_VERSION): New define.
6092         (have_ptrace_new_debug_booke): New function.
6093         (ppc_linux_check_watch_resources): Renamed to ...
6094         (ppc_linux_can_use_hw_breakpoint): ... this.  Handle BookE processors.
6095         (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6096         (booke_cmp_hw_point): New function.
6097         (booke_find_thread_points_by_tid): Ditto.
6098         (booke_insert_point): Ditto.
6099         (booke_remove_point): Ditto.
6100         (ppc_linux_insert_hw_breakpoint): Ditto.
6101         (ppc_linux_remove_hw_breakpoint): Ditto.
6102         (get_trigger_type): Ditto.
6103         (ppc_linux_insert_watchpoint): Handle BookE processors.
6104         (ppc_linux_remove_watchpoint): Ditto.
6105         (ppc_linux_new_thread): Ditto.
6106         (ppc_linux_thread_exit): New function..
6107         (ppc_linux_stopped_data_address): Handle BookE processors.
6108         (ppc_linux_watchpoint_addr_within_range): Ditto.
6109         (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6110         to_remove_hw_breakpoint fields of the target operations struct.
6111         Add observe for the thread_exit event.
6112
6113 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
6114
6115         * i386-linux-nat.c (regmap): Removed.
6116         (fetch_register): Replace regmap with
6117         i386_linux_gregset_reg_offset.
6118         (store_register): Likewise.
6119         (supply_gregset): Likewise.
6120         (fill_gregset): Likewise.
6121
6122         * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6123         global.
6124
6125         * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6126
6127 2010-04-22  Chris Moller  <cmoller@redhat.com>
6128
6129         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6130         method of popping recursion-detection stack with a method based on
6131         obstack_object_size().  (Similar to the PR9167 patch below, but for
6132         the static array obstack rather than the static member obstack.)
6133
6134 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
6135
6136         * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6137         (_initialize_amd64_linux_nat): Replace
6138         amd64_linux_gregset64_reg_offset with
6139         amd64_linux_gregset_reg_offset.
6140
6141         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6142         global.
6143
6144         * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6145
6146 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6147
6148         PR stabs/11479.
6149         * stabsread.c (set_length_in_type_chain): New function.
6150         (read_struct_type): Call set_length_in_type_chain function.
6151         (read_enum_type): Idem.
6152
6153 2010-04-21  Stan Shebs  <stan@codesourcery.com>
6154             Nathan Sidwell  <nathan@codesourcery.com>
6155
6156         * tracepoint.c (trace_save): Open in binary mode.
6157
6158 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6159
6160         * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6161         fields.
6162         * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6163         builtin_char32 fields.
6164         * printcmd.c (decode_format): Set char size to '\0'
6165         for strings unless explicit size is given.
6166         (print_formatted): Correct calculation of NEXT_ADDRESS
6167         for 16 or 32 bit strings.
6168         (do_examine): Do not force byte size for strings.
6169         Use builtin_char16 and builtin_char32 types to display
6170         16 or 32 bit-wide strings.
6171         (x_command): Set LAST_SIZE to 'b' for string type.
6172
6173 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
6174
6175         PR corefiles/11523
6176         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6177         XCR0 first.
6178
6179         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6180         there is no .reg-xstate section.
6181         (i386_linux_core_read_description): Check XCR0 first.
6182
6183 2010-04-21  Mike Frysinger  <vapier@gentoo.org>
6184
6185         * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6186         for len <= 8.
6187
6188 2010-04-21  Chris Moller  <cmoller@redhat.com>
6189
6190         PR 9167
6191         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6192         method of popping recursion-detection stack with a method based on
6193         obstack_object_size().
6194
6195 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6196
6197         PR pascal/11492.
6198         * p-valprint.c (pascal_val_print): Fix default printing of integer
6199         arrays.
6200
6201 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6202
6203         Fix compilation warning on gcc-4.1.2.
6204         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6205         local variable`pc' to zero.
6206
6207 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6208
6209         Implement thread support with core files on alpha-tru64.
6210         * dec-thread.c (dec_thread_find_new_threads): New function,
6211         extracted from resync_thread_list.
6212         (resync_thread_list): Add OPS parameter.  Replace extracted-out
6213         code by call to dec_thread_find_new_threads.
6214         (dec_thread_wait): Update call to resync_thread_list.
6215         (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6216
6217 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6218
6219         * ada-lang.c (value_pointer): New function.
6220         (make_array_descriptor): Call value_pointer to convert addresses to
6221         pointers.
6222
6223 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6224
6225         * rs6000-aix-tdep.c: #include exceptions.h.
6226         (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6227         while reading the memory at ADDR, then ADDR cannot be a function
6228         descriptor.
6229
6230 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6231
6232         * ada-typeprint.c (ada_print_typedef): New function.
6233         * ada-lang.h (ada_print_typedef): Add declaration.
6234         * ada-lang.c (ada_language_defn): set la_print_typdef field
6235         to ada_print_typedef.
6236
6237 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6238
6239         * procfs.c (procfs_address_to_host_pointer): Only define when used.
6240
6241 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6242
6243         * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6244         (iterate_over_mappings): Adjust function profile. Add declaration.
6245         (insert_dbx_link_bpt_in_region, info_mappings_callback):
6246         Adjust accordingly.
6247
6248 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6249
6250         * procfs.c (solib_mappings_callback): Move function up to avoid
6251         a compiler warning.
6252
6253 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6254
6255         * procfs.c (find_signalled_thread, find_stop_signal): Move
6256         these functions down to define them only when used.
6257
6258 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6259
6260         * valprint.c (common_val_print): Fix the value before extracting
6261         its contents.
6262         * ada-lang.c (ada_to_fixed_value): Make this function extern.
6263         * ada-lang.h (ada_to_fixed_value): New function declaration.
6264         * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6265         to avoid code duplication and fix a bug in the handling of
6266         fixed types contents.
6267
6268 2010-04-20  Tom Tromey  <tromey@redhat.com>
6269
6270         * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6271         (read_partial_die): Likewise.
6272         (dwarf_attr_name): Likewise.
6273
6274 2010-04-20  Chris Moller  <cmoller@redhat.com>
6275
6276         PR 10867
6277
6278         * cp-valprint.c (global): Adding new static array recursion
6279         detection obstack.
6280         (cp_print_value_fields, cp_print_static_field): Added new static
6281         array recursion detection code.
6282
6283 2010-04-20  Mark Kettenis  <kettenis@gnu.org>
6284
6285         * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6286         general-purpose register set should be 68 instead of 144.
6287         (i386_linux_sse_regset_sections): Likewise.
6288         (i386_linux_avx_regset_sections): Likewise.
6289
6290 2010-04-20  Stan Shebs  <stan@codesourcery.com>
6291             Nathan Sidwell  <nathan@codesourcery.com>
6292
6293         * dwarf2loc.c (struct axs_var_loc): New struct.
6294         (dwarf2_tracepoint_var_loc): New function.
6295         (dwarf2_tracepoint_var_access): New function.
6296         (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6297         with DW_OP_piece.
6298         (locexpr_describe_location_piece): New function.
6299         (locexpr_describe_location_1): New function.
6300         (locexpr_describe_location): Call it, update signature.
6301         (loclist_describe_location): Rewrite to loop over locations,
6302         update signature.
6303         * symtab.h (struct symbol_computed_ops): Add address to
6304         describe_location arguments, return void.
6305         * printcmd.c (address_info): Get context PC, pass to computed
6306         location description.
6307         * tracepoint.c (scope_info): Ditto.
6308         * ax-gdb.c (trace_kludge): Export.
6309
6310 2010-04-20  Tom Tromey  <tromey@redhat.com>
6311
6312         * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6313         (struct dwarf2_cie) <segment_size>: New field.
6314         * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6315         (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6316         DW_FORM_exprloc.
6317         (read_attribute_value): Handle DW_FORM_flag_present,
6318         DW_FORM_sec_offset, DW_FORM_exprloc.
6319         (dump_die_shallow): Likewise.
6320         (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6321         (dwarf2_const_value): Handle DW_FORM_exprloc.
6322         (attr_form_is_block): Likewise.
6323         (struct line_header) <maximum_ops_per_instruction>: New field.
6324         (dwarf_decode_line_header): Set new field.
6325         (dwarf_decode_lines): Handle new field.
6326
6327 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6328
6329         * f-exp.y: Add new production to recognize the `logical*8' type.
6330         (LOGICAL_S8_KEYWORD): New token.
6331         * f-lang.c (enum f_primitive_types)
6332         <f_primitive_type_logical_s8>: New field.
6333         (f_language_arch_info): Handling `logical*8' type.
6334         (build_fortran_types): Building `logical*8' type.
6335         * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6336
6337 2010-04-19  Doug Evans  <dje@google.com>
6338
6339         * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6340         * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6341         (pipe_close): Ditto.
6342
6343 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
6344
6345         * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6346
6347 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
6348
6349         * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6350         type to void function.
6351
6352 2010-04-19  Stan Shebs  <stan@codesourcery.com>
6353             Vladimir Prus  <vladimir@codesourcery.com>
6354
6355         * tracepoint.c (tfind_1): Add missing newline, report exit from
6356         tfind mode as such.
6357         * target.c (update_current_target): Make default
6358         to_trace_find return -1.
6359
6360 2010-04-19  Mike Frysinger  <vapier@gentoo.org>
6361
6362         * objc-lang.c (find_methods): Move symname check up.
6363
6364 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
6365
6366         * ada-lang.c (print_recreate_exception)
6367         <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6368         not "catch unhandled".
6369
6370 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
6371
6372         PR breakpoints/8554.
6373
6374         Implement `save-breakpoints'.
6375
6376         * breakpoint.c (save_cmdlist): New.
6377         (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6378         to save_cmdlist.
6379         (print_recreate_catch_fork): New.
6380         (catch_fork_breakpoint_ops): Install it.
6381         (print_recreate_catch_vfork): New.
6382         (catch_vfork_breakpoint_ops): Install it.
6383         (print_recreate_catch_syscall): New.
6384         (catch_syscall_breakpoint_ops): Install it.
6385         (print_recreate_catch_exec): New.
6386         (catch_exec_breakpoint_ops): Install it.
6387         (print_recreate_exception_catchpoint): New.
6388         (gnu_v3_exception_catchpoint_ops): Install it.
6389         (save_breakpoints): New, based on tracepoint_save_command, but
6390         handle all breakpoint types.
6391         (save_breakpoints_command): New.
6392         (tracepoint_save_command): Rename to...
6393         (save_tracepoints_command): ... this, and reimplement using
6394         save_breakpoints.
6395         (save_command): New.
6396         (_initialize_breakpoints): Install the "save" command prefix.
6397         Install the "save breakpoints" command.  Make "save-tracepoints" a
6398         deprecated alias for "save tracepoints".
6399         * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6400         * ada-lang.c (print_recreate_exception): New.
6401         (print_recreate_catch_exception): New.
6402         (catch_exception_breakpoint_ops): Install it.
6403         (print_recreate_catch_exception_unhandled): New.
6404         (catch_exception_unhandled_breakpoint_ops): Install it.
6405         (print_recreate_catch_assert): New.
6406         (catch_assert_breakpoint_ops): Install it.
6407
6408         * NEWS: Mention the new `save breakpoints' command.  Mention the
6409         new `save tracepoints' alias and that `save-tracepoints' is now
6410         deprecated.
6411
6412 2010-04-18  Pedro Alves  <pedro@codesourcery.com>
6413
6414         PR tui/9217
6415
6416         * tui/tui-out.c: Include cli-out.h.
6417         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6418         (tui_begin, tui_end, tui_field_int, tui_field_skip)
6419         (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6420         (tui_message, tui_wrap_hint, tui_flush): Delete forward
6421         declarations.
6422         (struct ui_out_data): Rename to...
6423         (struct tui_ui_out_data): ... this.  Remove `stream' and
6424         `suppress_output' fields, and inherit cli_ui_out_data.
6425         (tui_out_data): New typedef.
6426         (tui_ui_out_impl): Don't initialize fields staticaly.
6427         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6428         (tui_begin, tui_end): Delete.
6429         (tui_field_int): Adjust to delegate most work to the base type.
6430         (tui_field_skip): Delete.
6431         (tui_field_string, tui_field_fmt): Adjust comment.  Adjust to
6432         delegate most work to the base type.
6433         (tui_spaces): Delete.
6434         (tui_text): Adjust to delegate most work to the base type.
6435         (tui_message): Delete.
6436         (tui_wrap_hint): Delete.
6437         (tui_flush): Delete.
6438         (out_field_fmt): Delete.
6439         (field_separator): Delete.
6440         (tui_out_new): Adjust to initialize the base type.
6441         (_initialize_tui_out): Initialize tui_ui_out_impl.
6442         * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6443         cli_ui_out_data.
6444         (cli_out_data): Adjust.
6445         (cli_ui_out_impl): Make extern.
6446         (cli_table_header, cli_field_int, cli_field_skip): Use
6447         uo_field_string instead of cli_field_string.
6448         (cli_redirect): Adjust to use cli_out_data.
6449         (cli_out_data_ctor): New.
6450         (cli_out_new): Use it.
6451         * cli-out.h (struct ui_file): Remove forward declaration.
6452         (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6453         (cli_ui_out_impl): Declare.
6454         (cli_out_data_ctor): Declare.
6455         * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6456         (uo_field_string): No longer static.
6457         (ui_out_data): Change return type to void pointer.
6458         (ui_out_new): Change `data' parameter type to void pointer.
6459         * ui-out.h (struct ui_out_data): Don't forward declare.
6460         (ui_out_data): Change return type to void pointer.
6461         (ui_out_new): Change `data' parameter type to void pointer.
6462         (uo_field_string): Declare.
6463
6464 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
6465
6466         * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6467         instead of always false.
6468
6469 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
6470
6471         PR corefiles/11511
6472         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6473         orig_rax.
6474
6475 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
6476
6477         * breakpoint.c (watchpoints_triggered): Use
6478         is_hardware_watchpoint.
6479         (watchpoints_triggered): Ditto.
6480         (bpstat_check_location): Use is_watchpoint and
6481         is_hardware_watchpoint.
6482         (bpstat_check_watchpoint): Use is_watchpoint and
6483         is_hardware_watchpoint.
6484         (bpstat_stop_status): Fix comment.
6485         (user_settable_breakpoint): Use is_watchpoint.
6486         (hw_watchpoint_used_count): Use is_hardware_watchpoint.
6487         (disable_watchpoints_before_interactive_call_start): Use
6488         is_watchpoint.
6489         (enable_watchpoints_after_interactive_call_stop): Use
6490         is_watchpoint.
6491         (clear_command): Use is_watchpoint.
6492         (do_enable_breakpoint): Use is_watchpoint.
6493
6494 2010-04-16  Mike Frysinger  <vapier@gentoo.org>
6495
6496         * solib-frv.c (enable_break1_done): Delete.
6497         (enable_break2): Do not check enable_break1_done.  Move the
6498         enable_break2_done setting and call to
6499         remove_solib_event_breakpoints() to the end.  Return without
6500         warning when the contents of _dl_debug_addr are 0.
6501         (enable_break): Do not set enable_break1_done.
6502         (frv_clear_solib): Likewise.
6503
6504 2010-04-16  Kevin Buettner  <kevinb@redhat.com>
6505
6506         * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
6507         instead of an error if no PLT entry is found.  Return a
6508         potentially useful result.
6509         (m32c_m16c_pointer_to_address): Add code to search for function
6510         address when no .plt entry is found.
6511
6512 2010-04-16  Stan Shebs  <stan@codesourcery.com>
6513
6514         * tracepoint.c (trace_variable_command): Run a cleanup.
6515
6516 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6517
6518         * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
6519
6520 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6521
6522         Support for Windows OS Thread Information Block.
6523         * NEWS: Document new feature.
6524         * remote.c (PACKET_qGetTIBAddr): New enum element.
6525         (remote_get_tib_address): New function.
6526         (init_remote_ops): Set to_get_tib_address field
6527         to remote_get_tib_address.
6528         (_initialize_remote): Add add_packet_config_cmd
6529         for PACKET_qGetTIBAddr.
6530         * target.c (update_current_target): Set default value for
6531         new to_get_tib_address field.
6532         * target.h (target_ops): New field to_get_tib_address.
6533         (target_get_tib_address): New macro.
6534         * windows-nat.c (thread_info): Add thread_local_base field.
6535         (windows_add_thread): Add tlb argument of type 'void *'.
6536         (fake_create_process): Adapt windows_add_thread call.
6537         (get_windows_debug_event): Idem.
6538         (windows_get_tib_address): New function.
6539         (init_windows_ops): Set to_get_tib_address field
6540         to remote_get_tib_address.
6541         (_initialize_windows_nat): Replace info_w32_cmdlist
6542         initialization by a call to init_w32_command_list.
6543         (info_w32_command, info_w32_cmdlist): Removed from here...
6544         to windows-tdep.c file.
6545         * windows-tdep.h (info_w32_cmdlist): Declare.
6546         (init_w32_command_list): New external function
6547         declaration.
6548         * windows-tdep.c: Add several headers.
6549         (info_w32_cmdlist): to here, made global.
6550         (thread_information_32): New struct.
6551         (thread_information_64): New struct.
6552         (TIB_NAME): New char array.
6553         (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
6554         (maint_display_all_tib): New static variable.
6555         (windows_get_tlb_type): New function.
6556         (tlb_value_read, tlb_value_write): New functions.
6557         (tlb_value_funcs): New static struct.
6558         (tlb_make_value): New function.
6559         (display_one_tib): New function.
6560         (display_tib): New function.
6561         (show_maint_show_all_tib):New function.
6562         (info_w32_command): Moved from windows-nat.c.
6563         (init_w32_command_list): New function.
6564         (_initialize_windows_tdep): New function.
6565         New "maint set/show show-all-tib" command
6566         New "$_tlb" internal variable.
6567
6568 2010-04-16  Joel Brobecker  <brobecker@adacore.com>
6569
6570         * tui/tui-regs.c (tui_display_register): Add comment about
6571         a couple of casts.
6572         * tui/tui-stack.c (tui_show_locator_content): Ditto.
6573
6574 2010-04-15  Stan Shebs  <stan@codesourcery.com>
6575
6576         * frame.c: Include tracepoint.h.
6577         (get_current_frame): Allow a trace frame to be an alternate source
6578         of stack frame data.
6579         * tracepoint.c (tfind_1): Don't try to get current stack frame if
6580         it won't succeed.
6581
6582 2010-04-15  Pedro Alves  <pedro@codesourcery.com>
6583
6584         * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
6585         flags.
6586         * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
6587
6588 2010-04-15  Doug Evans  <dje@google.com>
6589
6590         * NEWS: Add entry for python program space support.
6591         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
6592         (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
6593         (py-progspace.o): New rule.
6594         * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
6595         function.
6596         (find_pretty_printer_from_progspace): New function.
6597         (find_pretty_printer_from_gdb): New function.
6598         (find_pretty_printer): Rewrite.
6599         * python/py-progspace.c: New file.
6600         * python/python-internal.h (program_space): Add forward decl.
6601         (pspace_to_pspace_object, pspy_get_printers): Declare.
6602         (gdbpy_initialize_pspace): Declare.
6603         * python/python.c: #include "progspace.h".
6604         (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
6605         (_initialize_python): Call gdbpy_initialize_pspace.
6606         (GdbMethods): Add current_progspace, progspaces.
6607
6608         Add -s option to source command.
6609         * NEWS: Document new option.
6610         * cli/cli-cmds.c (find_and_open_script): Add function comment.
6611         Delete from_tty and cleanupp args.  Split filep arg into file and
6612         full_pathp.  New arg search_path.
6613         (source_script_from_stream): New function.
6614         (source_script_with_search): New function.
6615         (source_script): Rewrite.
6616         (source_command): Parse "-s" option.
6617         (init_cli_cmds): Add "-s" docs to source command help, and reformat.
6618         * python/python.c (source_python_script): Make file arg a const char *.
6619         Don't call fclose, leave for caller.
6620         * python/python.h (source_python_script): Update.
6621
6622 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
6623             Pedro Alves  <pedro@codesourcery.com>
6624
6625         Avoid rereading shared libraries that haven't changed.
6626
6627         * solib.c (free_so_symbols): New function, from ...
6628         (free_so): ... here.  Call it.
6629         (solib_read_symbols): Don't warn here if symbols have already been
6630         loaded.
6631         (solib_add): Warn here instead, if a pattern was specified.
6632         (reload_shared_libraries_1): New.
6633         (reload_shared_libraries): Rewrite to not fetch the library list.
6634
6635 2010-04-14  Doug Evans  <dje@google.com>
6636
6637         * source.c (openp): Strip DOS drive letter if present before
6638         concatenating string to search path.
6639
6640 2010-04-14  Pedro Alves  <pedro@codesourcery.com>
6641
6642         * objfiles.h (gdb_bfd_close_or_warn): Declare.
6643         * objfiles.c (gdb_bfd_close_or_warn): New.
6644         * corelow.c: Include objfiles.h
6645         (core_close): Use gdb_bfd_close_or_warn.
6646         * elfread.c (build_id_verify): Ditto.
6647         * exec.c (exec_close, exec_close_1): Ditto.
6648
6649 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
6650             Pedro Alves  <pedro@codesourcery.com>
6651
6652         Group errors for many missing shared libraries.
6653
6654         * solist.h (struct so_list): Remove from_tty.
6655         * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
6656         (solib_map_sections): Take so_list argument.  Return 0 if we
6657         failed to open a BFD.  Add target sections here.
6658         (symbol_add_stub): Delete.
6659         (solib_read_symbols): Inline symbol_add_stub.  Use current flags,
6660         not from_tty copied from the so_list.  Don't warn a second time
6661         for a missing library.
6662         (update_solib_list): Don't save from_tty.  Use TRY_CATCH.  Do not
6663         add to the section table here.  Print out a single warning for all
6664         missing libraries.
6665         * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
6666         flags.
6667
6668 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
6669
6670         * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
6671         error/warning messages.  Capitalize and use complete sentences.
6672         (blpy_block_syms_iternext): Likewise.
6673         * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
6674         * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
6675         (frame_info_to_frame_object, frapy_read_var)
6676         (gdbpy_frame_stop_reason_string): Likewise.
6677         * python/py-lazy-string.c (stpy_convert_to_value)
6678         (gdbpy_create_lazy_string_object): Likewise.
6679         * python/py-objfile.c (objfpy_set_printers): Likewise.
6680         * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
6681         * python/python.c (parameter_to_python): Likewise.
6682         * python/py-type.c (typy_range, typy_target): Likewise.
6683         * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
6684         (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
6685
6686
6687 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
6688
6689         PR python/11381
6690
6691         * python/py-prettyprint.c (pretty_print_one_value): Test for
6692         Py_None.
6693         (print_string_repr): Test for Py_None.  Set flags accordingly.
6694         Return value depending on return type.
6695         (print_children): Take a value indicating whether data was printed
6696         before this function was called.  Alter output accordingly.
6697         (apply_val_pretty_printer): Capture return value from
6698         print_string_repr and pass to print_children.
6699
6700 2010-04-13  Mark Kettenis  <kettenis@gnu.org>
6701
6702         PR corefiles/11481
6703         * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
6704         register note sections.
6705         (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
6706         New variables.
6707         (i386_linux_init_abi): Install list of supported register note
6708         sections that matches the target description.
6709
6710 2010-04-13  Pedro Alves  <pedro@codesourcery.com>
6711
6712         * remote.c (remote_get_noisy_reply): Don't error out on empty
6713         replies.
6714         (remote_start_remote): Update and merge tracepoints and trace
6715         state variables as long as the target supports tracepoints.
6716         (remote_trace_init): Fix prototype.
6717         (remote_download_trace_state_variable): Validate reply.
6718         (remote_trace_set_readonly_regions): Fix prototype.
6719         (remote_trace_start): Fix prototype.  Check for empty reply.
6720         (remote_get_trace_status): Small cleanup.
6721         (remote_trace_stop): Fix prototype.  Check for empty reply.
6722         (remote_trace_find): Check for empty reply.
6723         (remote_save_trace_data): Validate reply.
6724         (remote_set_disconnected_tracing): Check for empty reply, and
6725         validate reply.
6726         (remote_set_circular_trace_buffer): Ditto.
6727
6728 2010-04-13  Pierre Muller  <muller@ics.u-strasbg.fr>
6729
6730         Suppress unused value warning during compilation.
6731         * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
6732         calls to void.
6733         * tui/tui-stack.c (tui_show_locator_content): Likewise.
6734
6735 2010-04-12  Stan Shebs  <stan@codesourcery.com>
6736
6737         * tracepoint.c (tfile_xfer_partial): Check read result.
6738
6739 2010-04-12  Mike Frysinger  <vapier@gentoo.org>
6740
6741         * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
6742         * remote-sim.c (gdbsim_files_info): Likewise.
6743
6744 2010-04-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6745
6746         * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
6747         * arm-linux-nat.c (arm_linux_vfp_register_count): New
6748         variable.
6749         (fetch_vfp_registers): New function to fetch VFP registers.
6750         (store_vfp_registers): New function to store VFP registers.
6751         (arm_linux_fetch_inferior_registers): Add support for VFP
6752         registers.
6753         (arm_linux_store_inferior_registers): Likewise.
6754         (arm_linux_read_description): Likewise.
6755         (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
6756         until we need it.
6757
6758 2010-04-11  H.J. Lu  <hongjiu.lu@intel.com>
6759
6760         * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
6761         tdep.
6762         (amd64_collect_xstateregset): Likewise.
6763
6764 2010-04-09  Stan Shebs  <stan@codesourcery.com>
6765
6766         * tracepoint.c (trace_status_mi): Report frames created.
6767
6768         * tracepoint.c (trace_dump_command): Include default-collect
6769         expressions.
6770
6771 2010-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
6772
6773         * symtab.c (find_function_start_sal): Never return SAL pointing
6774         before function start address, even if line info is missing.
6775
6776 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6777
6778         * NEWS: Mention tracepoints support.
6779
6780 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6781
6782         * tracepoint.c (trace_status_mi): Report disconnected tracing and
6783         circular trace buffer statuses.
6784
6785 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6786
6787         * config/djgpp/fnchange.lst: Fix typo in translations for
6788         symbol-without-target_section.exp and symbol-without-target_section.c.
6789
6790 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6791
6792         * breakpoint.c (condition_command): Pass condition expression to
6793         set_breakpoint_condition stripped from breakpoint number.
6794
6795 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
6796             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6797             Tom Tromey  <tromey@redhat.com>
6798
6799         * breakpoint.c (condition_command): Simplify.  Move condition
6800         setting code to ...
6801         (set_breakpoint_condition): ... here.  New function.
6802         * breakpoint.h  (set_breakpoint_condition): Declare.
6803         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
6804         (SUBDIR_PYTHON_SRCS): Likewise.
6805         (py-breakpoint.o): New rule.
6806         * python/py-breakpoint.c: New file.
6807         * python/python-internal.h (gdbpy_breakpoints)
6808         (gdbpy_initialize_breakpoints): Declare.
6809         (GDB_PY_SET_HANDLE_EXCEPTION) Define.
6810
6811 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6812
6813         * regformats/regdat.sh: Include server.h.  Don't include
6814         regcache.h.
6815
6816 2010-04-08  Stan Shebs  <stan@codesourcery.com>
6817             Pedro Alves  <pedro@codesourcery.com>
6818
6819         * tracepoint.h (struct trace_status): New fields disconnected_tracing
6820         and circular_buffer.
6821         (disconnect_tracing): Rename from disconnect_or_stop_tracing.
6822         * tracepoint.c (trace_status_command): Display target's status for
6823         disconnected tracing and circular buffer.
6824         (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
6825         query for non-disconnected-tracing case, remove the stop_tracing
6826         call.
6827         (tfile_open): Clear disconnected and circular buffer status.
6828         (trace_save): Save disconnected and circular buffer status.
6829         (parse_trace_status): Parse disconnected and circular buffer status,
6830         also recognize disconnected as a stop reason.
6831         * remote.c (remote_set_disconnected_tracing): Only set
6832         QTDisconnected if the remote end supports disconnected tracing.
6833         Warn otherwise, if trying to enable disconnected tracing.
6834         * infcmd.c (detach_command): Update disconnect_tracing call.
6835         * cli/cli-cmds.c (quit_command): Ditto.
6836
6837 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6838
6839         * i387-tdep.c (i387_collect_xsave): Replace abort with
6840         internal_error.
6841
6842 2010-04-08  Stan Shebs  <stan@codesourcery.com>
6843
6844         * breakpoint.c (default_collect_info): New function.
6845         (breakpoints_info): Call it.
6846         (maintenance_info_breakpoints): Ditto.
6847         (tracepoints_info): Ditto.
6848
6849 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6850
6851         * i387-tdep.c (i387_collect_xsave): Re-indent.
6852
6853 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6854
6855         * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
6856         if HAVE_PTRACE_GETFPXREGS is defined.
6857         (i386_linux_read_description): Set have_ptrace_getfpxregs and
6858         have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
6859
6860         * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
6861         (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
6862         if .reg-xfp section doesn't exist.
6863         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
6864
6865         * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
6866
6867         * i386-tdep.c: Include "features/i386/i386-mmx.c".
6868         (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
6869         (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional.  Set
6870         xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
6871         (i386_gdbarch_init): Update comments.
6872         (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
6873
6874         * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
6875
6876         * config/djgpp/fnchange.lst: Add i386 MMX XML files.
6877
6878         * features/Makefile (i386/i386-mmx-expedite): New.
6879         (i386/i386-mmx-linux-expedite): Likewise.
6880         ($(outdir)/i386/i386-mmx.dat): Likewise.
6881         ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
6882
6883         * features/i386/i386-mmx-linux.c: New.
6884         * features/i386/i386-mmx-linux.xml: Likewise.
6885         * features/i386/i386-mmx.c: Likewise.
6886         * features/i386/i386-mmx.xml: Likewise.
6887         * regformats/i386/i386-mmx-linux.dat: Likewise.
6888         * regformats/i386/i386-mmx.dat: Likewise.
6889
6890         * features/Makefile (WHICH): Add i386/i386-mmx and
6891         i386/i386-mmx-linux.
6892
6893 2010-04-08  Doug Evans  <dje@google.com>
6894
6895         * source.c (openp): Skip $cdir in PATH.
6896
6897 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
6898
6899         PR python/11417
6900         * python/py-lazy-string.c (stpy_convert_to_value): Check for
6901         a NULL address.
6902         (gdbpy_create_lazy_string_object): Allow strings with a NULL
6903         address and a zero length.
6904
6905 2010-04-08  Hui Zhu  <teawater@gmail.com>
6906
6907         * i386-tdep.c (i386_process_record): Add support for insn
6908         rdtsc.
6909
6910 2010-04-07  Doug Evans  <dje@google.com>
6911
6912         * python/python.c (source_python_script): Use ensure_python_env
6913         to prepare environment for script.
6914
6915 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6916
6917         * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
6918         <sys/uio.h> and "i386-xstate.h".
6919         (PTRACE_GETREGSET): New.
6920         (PTRACE_SETREGSET): Likewise.
6921         (have_ptrace_getregset): Likewise.
6922         (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
6923         registers.
6924         (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
6925         registers.
6926         (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
6927         (amd64_linux_store_inferior_registers): Likewise.
6928         (amd64_linux_read_description): Check and enable AVX target
6929         descriptions.
6930
6931         * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
6932         and "features/i386/amd64-avx-linux.c".
6933         (amd64_linux_regset_sections): New.
6934         (amd64_linux_core_read_description): Check and enable AVX
6935         target description.
6936         (amd64_linux_init_abi): Set xsave_xcr0_offset.  Call
6937         set_gdbarch_core_regset_sections.
6938         (_initialize_amd64_linux_tdep): Call
6939         initialize_tdesc_amd64_avx_linux.
6940
6941         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
6942         AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
6943         (tdesc_amd64_avx_linux): New.
6944         (amd64_linux_update_xstateregset): Likewise.
6945
6946         * amd64-tdep.c: Include "features/i386/amd64-avx.c".
6947         (amd64_ymm_names): New.
6948         (amd64_ymmh_names): Likewise.
6949         (amd64_register_name): Likewise.
6950         (amd64_supply_xstateregset): Likewise.
6951         (amd64_collect_xstateregset): Likewise.
6952         (amd64_supply_xsave): Likewise.
6953         (amd64_collect_xsave): Likewise.
6954         (AMD64_NUM_REGS): Removed.
6955         (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
6956         %xmmN if AVX is available.
6957         (amd64_pseudo_register_name): Support pseudo YMM registers.
6958         (amd64_regset_from_core_section): Support .reg-xstate section.
6959         (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
6960         and ymm0h_regnum.  Call set_gdbarch_register_name.
6961         (amd64_init_abi): Call initialize_tdesc_amd64_avx.
6962
6963         * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
6964         AMD64_YMM15H_REGNUM.
6965         (AMD64_NUM_REGS): New.
6966         (amd64_supply_xsave): Likewise.
6967         (amd64_collect_xsave): Likewise.
6968         (amd64_register_name): Removed.
6969         (amd64_register_type): Likewise.
6970
6971 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6972
6973         * i387-tdep.c: Include "i386-xstate.h".
6974         (XSAVE_XSTATE_BV_ADDR): New.
6975         (xsave_avxh_offset): Likewise.
6976         (XSAVE_AVXH_ADDR): Likewise.
6977         (i387_supply_xsave): Likewise.
6978         (i387_collect_xsave): Likewise.
6979
6980         * i387-tdep.h (I387_NUM_YMM_REGS): New.
6981         (I387_YMM0H_REGNUM): Likewise.
6982         (I387_YMMENDH_REGNUM): Likewise.
6983         (i387_supply_xsave): Likewise.
6984         (i387_collect_xsave): Likewise.
6985
6986 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6987
6988         * i386-linux-nat.c: Include "regset.h", "elf/common.h",
6989         <sys/uio.h> and "i386-xstate.h".
6990         (PTRACE_GETREGSET): New.
6991         (PTRACE_SETREGSET): Likewise.
6992         (fetch_xstateregs): Likewise.
6993         (store_xstateregs): Likewise.
6994         (GETXSTATEREGS_SUPPLIES): Likewise.
6995         (regmap): Include 8 upper YMM registers.
6996         (i386_linux_fetch_inferior_registers): Support XSAVE extended
6997         state.
6998         (i386_linux_store_inferior_registers): Likewise.
6999         (i386_linux_read_description): Check and enable AVX target
7000         descriptions.
7001
7002         * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7003         "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7004         (i386_linux_regset_sections): Add ".reg-xstate".
7005         (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7006         (i386_linux_core_read_xcr0): New.
7007         (i386_linux_core_read_description): Check and enable AVX target
7008         description.
7009         (i386_linux_init_abi): Set xsave_xcr0_offset.
7010         (_initialize_i386_linux_tdep): Call
7011         initialize_tdesc_i386_avx_linux.
7012
7013         * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7014         I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7015         (i386_linux_core_read_xcr0): New.
7016         (tdesc_i386_avx_linux): Likewise.
7017         (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7018
7019         * i386-tdep.c: Include "i386-xstate.h" and
7020         "features/i386/i386-avx.c".
7021         (i386_ymm_names): New.
7022         (i386_ymmh_names): Likewise.
7023         (i386_ymmh_regnum_p): Likewise.
7024         (i386_ymm_regnum_p): Likewise.
7025         (i386_xmm_regnum_p): Likewise.
7026         (i386_register_name): Likewise.
7027         (i386_ymm_type): Likewise.
7028         (i386_supply_xstateregset): Likewise.
7029         (i386_collect_xstateregset): Likewise.
7030         (i386_sse_regnum_p): Removed.
7031         (i386_pseudo_register_name): Support pseudo YMM registers.
7032         (i386_pseudo_register_type): Likewise.
7033         (i386_pseudo_register_read): Likewise.
7034         (i386_pseudo_register_write): Likewise.
7035         (i386_dbx_reg_to_regnum): Return %ymmN register number for
7036         %xmmN if AVX is available.
7037         (i386_regset_from_core_section): Support .reg-xstate section.
7038         (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7039         (i386_process_record): Replace i386_sse_regnum_p with
7040         i386_xmm_regnum_p.
7041         (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7042         Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7043         (i386_gdbarch_init): Set xstateregset.  Set xsave_xcr0_offset.
7044         Call set_gdbarch_register_name.  Replace I386_SSE_NUM_REGS with
7045         I386_AVX_NUM_REGS.  Set ymmh_register_names, ymm0h_regnum and
7046         num_ymm_regs.  Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7047         Set ymm0_regnum.
7048         (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7049
7050         * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7051         xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7052         i386_ymm_type.
7053         (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7054         (I386_AVX_NUM_REGS): New.
7055         (i386_xmm_regnum_p): Likewise.
7056         (i386_ymm_regnum_p): Likewise.
7057         (i386_ymmh_regnum_p): Likewise.
7058
7059         * common/i386-xstate.h: New.
7060
7061 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7062
7063         * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7064
7065         * features/Makefile (WHICH): Add i386/i386-avx,
7066         i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7067         (i386/i386-avx-expedite): New.
7068         (i386/i386-avx-linux-expedite): Likewise.
7069         (i386/x86-64-avx-expedite):Likewise.
7070         (i386/x86-64-avx-linux-expedite): Likewise.
7071         ($(outdir)/i386/i386-avx.dat): New dependency.
7072         ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7073         ($(outdir)/i386/x86-avx-64.dat): Likewise.
7074         ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7075
7076         * features/i386/32bit-avx.xml: New.
7077         * features/i386/64bit-avx.xml: Likewise.
7078         * features/i386/i386-avx-linux.c: Likewise.
7079         * features/i386/i386-avx-linux.xml: Likewise.
7080         * features/i386/i386-avx.c: Likewise.
7081         * features/i386/i386-avx.xml: Likewise.
7082         * features/i386/x86-64-avx-linux.c: Likewise.
7083         * features/i386/x86-64-avx-linux.xml: Likewise.
7084         * features/i386/x86-64-avx.c: Likewise.
7085         * features/i386/x86-64-avx.xml: Likewise.
7086         * regformats/i386/i386-avx-linux.dat: Likewise.
7087         * regformats/i386/i386-avx.dat: Likewise.
7088         * regformats/i386/x86-64-avx-linux.dat: Likewise.
7089         * regformats/i386/x86-64-avx.dat: Likewise.
7090
7091 2010-04-07  Doug Evans  <dje@google.com>
7092
7093         * top.c (source_file_name): Make const char *.
7094         * top.h (source_file_name): Update.
7095         * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7096         const char *.
7097         (script_from_file): Change `file' arg to const char *.
7098         * cli/cli-script.h (script_from_file): Update.
7099
7100 2010-04-06  Doug Evans  <dje@google.com>
7101
7102         * cli/cli-cmds.c (source_command): Run cleanups.
7103
7104 2010-04-06  Stan Shebs  <stan@codesourcery.com>
7105
7106         * defs.h (char_ptr): Move typedef here from...
7107         * ada-lang.c (char_ptr): Remove.
7108         * charset.c (char_ptr): Remove.
7109         * tracepoint.h (struct uploaded_string): Remove.
7110         (struct uploaded_tp): Use vectors for string arrays.
7111         * tracepoint.c (trace_save): Use vectors of actions.
7112         (parse_tracepoint_definition): Ditto.
7113         (get_uploaded_tp): Clear vectors.
7114         * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7115         (next_cmd): Change to an int.
7116         (read_next_cmd): Use vector of command strings.
7117
7118 2010-04-06  Doug Evans  <dje@google.com>
7119
7120         * top.h (source_script, cd_command): Delete.
7121         * main.c: #include "cli/cli-cmds.h"
7122
7123 2010-04-06  Kevin Buettner  <kevinb@redhat.com>
7124
7125         * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7126         type in bytes, not bits.
7127
7128 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7129
7130         * stabsread.c (define_symbol): Add support for char
7131         and string constants.
7132
7133 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7134
7135         Remove remaining "%ll" uses.
7136         * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7137         hex_string call.
7138         * rs6000-nat.c (rs6000_ptrace64): Idem.
7139         * solib-pa64.c (pa64_current_sos): Idem.
7140         * solib-spu.c (spu_current_sos): Idem.
7141         * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7142         plongest call.
7143         * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7144         phex (VAR, 8) call.
7145         * sh64-tdep.c (sh64_show_media_regs): Idem.
7146
7147 2010-04-05  Stan Shebs  <stan@codesourcery.com>
7148
7149         * tracepoint.c: Include gdbcore.h.
7150         (tfile_xfer_partial): Return partial results, also try reading
7151         from executable.
7152         (tfile_has_all_memory): New function.
7153         (init_tfile_ops): Use it.
7154
7155 2010-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7156
7157         PR gdb/10736:
7158         * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7159         the changes in data-directory.
7160         (init_sysinfo): Reload the syscall XML file if the data-directory
7161         has changed.
7162
7163 2010-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7164
7165         Code cleanup.
7166         * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7167
7168 2010-04-04  Stan Shebs  <stan@codesourcery.com>
7169             Nathan Sidwell  <nathan@codesourcery.com>
7170
7171         * breakpoint.c (breakpoint_1): Add filter argument, return number of
7172         breakpoints printed.
7173         (is_hardware_watchpoint): Make argument const.
7174         (is_watchpoint): Ditto.
7175         (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7176         use it everywhere.
7177         (breakpoints_info): Pass NULL to breakpoint_1.
7178         (maintenance_info_breakpoints): Ditto.
7179         (watchpoints_info): New function.
7180         (tracepoints_info): Use breakpoint_1 filter.
7181         (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7182         (_initialize_breakpoint): Make "info watchpoints" its own command.
7183         * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7184         * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7185
7186 2010-04-04  Stan Shebs  <stan@codesourcery.com>
7187
7188         * tracepoint.c (tfile_fetch_registers): Add fallback case.
7189
7190 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7191
7192         * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7193         * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7194
7195 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7196
7197         * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7198         * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7199
7200 2010-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7201
7202         * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7203         code form.
7204
7205 2010-04-02  Hui Zhu  <teawater@gmail.com>
7206
7207         * i386-tdep.c (OT_DQUAD): New enum.
7208         (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7209         SSE3, SSSE3 and SSE4.
7210
7211 2010-04-02  Hui Zhu  <teawater@gmail.com>
7212
7213         * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7214         "*addr = 0".
7215
7216 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
7217
7218         * tracepoint.c (trace_dump_actions): New, factored out from
7219         trace_dump_command, and adjusted to recurse into while-stepping's
7220         action list.
7221         (trace_dump_command): Use it.
7222
7223 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
7224
7225         * breakpoint.h (struct counted_command_line): Moved definition to
7226         breakpoint.c, and forward declare.
7227         (breakpoint_commands): Declare.
7228         * breakpoint.c (struct counted_command_line): Moved here.
7229         (breakpoint_commands): New.
7230         * tracepoint.c (encode_actions): Use breakpoint_commands.
7231         * remote.c (remote_download_tracepoint): Ditto.
7232
7233 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
7234
7235         * remote.c (remote_parse_stop_reply): Use hex_string instead
7236         of phex_nz for error.
7237
7238 2010-04-01  Stan Shebs  <stan@codesourcery.com>
7239             Nathan Sidwell  <nathan@codesourcery.com>
7240
7241         * tracepoint.h (enum actionline_type): Remove.
7242         (validate_actionline): Change return to void.
7243         * tracepoint.c (report_agent_reqs_errors): New function.
7244         (validate_actionline): Call it, change return to void, report errors
7245         more consistently.
7246         (collect_symbol): Call report_agent_reqs_errors.
7247         (encode_actions_1): Ditto.
7248         (encode_actions): Don't expect a result from validate_actionline.
7249
7250 2010-04-01  Stan Shebs  <stan@codesourcery.com>
7251
7252         * tracepoint.c (trace_start_command): Confirm if trace is running.
7253         (trace_stop_command): Error if trace not running.
7254
7255 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
7256
7257         * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7258         (AMD64_NUM_LOWER_BYTE_REGS): New.
7259         (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7260         (amd64_pseudo_register_write): Likewise.
7261         (amd64_init_abi): Set num_byte_regs to 20.
7262
7263 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
7264
7265         * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7266         (prev_breakpoint_count): New.
7267         (set_breakpoint_count): Adjust.
7268         (rbreak_start_breakpoint_count): New.
7269         (start_rbreak_breakpoints): Adjust.
7270         (end_rbreak_breakpoints): Adjust.
7271         (struct commands_info) <arg>: New field.
7272         (do_map_commands_command): Tweak output to include breakpoint spec
7273         range.
7274         (commands_command_1): Adjust.  Avoid setting an xfree cleanup if
7275         ARG was empty on entry.  Set INFO's arg.
7276         (create_breakpoint): Adjust.
7277
7278         * NEWS: Clarify `commands' changes.
7279
7280 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
7281
7282         * tracepoint.c: Include stack.h.
7283         (struct add_local_symbols_data): New.
7284         (do_collect_symbol): New.
7285         (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7286         iterate_over_block_local_vars.
7287         * stack.c (print_block_frame_locals): Rewrite as ...
7288         (iterate_over_block_locals): ... this.  Take a callback function
7289         pointer and generic data pointer, and call that instead of
7290         print_variable_and_value.
7291         (struct print_variable_and_value_data): New.
7292         (do_print_variable_and_value): New.
7293         (iterate_over_block_local_vars): New, abstracted out from
7294         print_frame_local_vars.
7295         (print_frame_local_vars): Rewrite using
7296         iterate_over_block_local_vars.
7297         (iterate_over_block_arg_vars): New, abstracted out from
7298         print_frame_arg_vars.
7299         (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7300         * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7301         (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7302
7303 2010-03-31  Richard Earnshaw  <rearnsha@arm.com>
7304
7305         * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7306         instructions.  Use the PC+4 if the base of the TBB or TBH is the
7307         PC register.
7308
7309 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
7310
7311         Fix crash on reading wrong function declaration DWARF.
7312         * dwarf2read.c (read_subroutine_type): New variable void_type.
7313         Pre-fill all TYPE_FIELD_TYPEs.  Move nparams and iparams initialization
7314         more close to their use.
7315
7316 2010-03-31  Stan Shebs  <stan@codesourcery.com>
7317
7318         * breakpoint.c (tracepoint_save_command): Include variables,
7319         conditionals, tracepoint types, and default-collect.
7320         * tracepoint.c (save_trace_state_variables): New function.
7321         * tracepoint.h (save_trace_state_variables): Declare it.
7322
7323 2010-03-31  Pierre Muller  <muller@ics.u-strasbg.fr>
7324
7325         * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7326
7327 2010-03-30  Keith Seitz  <keiths@redhat.com>
7328
7329         * c-typeprint.c (c_type_print_args): Don't print "void"
7330         for java, regardless of whether it is TYPE_PROTOTYPED.
7331         Use the passed-in language instead of current_language.
7332         (c_type_print_varspec_suffix): Use current_language instead
7333         of assuming language_c.
7334         * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7335         any return type specifier from the physname.
7336
7337 2010-03-30  Pedro Alves  <pedro@codesourcery.com>
7338
7339         * tui/tui-interp.c (tui_is_toplevel): New.
7340         (tui_init): Set it.
7341         (tui_allowed_p): New.
7342         * tui/tui.c (tui_enable): Check if the TUI is allowed before
7343         enabling it.
7344         * tui/tui.h (tui_allowed_p): Declare.
7345
7346 2010-03-30  Ozkan Sezer  <sezeroz@gmail.com>
7347
7348         * serial.h: Include winsock2.h before windows.h.
7349
7350 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
7351
7352         * NEWS: Mention xmlRegisters= in qSupported packet.
7353
7354         * i386-tdep.c: Include "remote.h".
7355         (_initialize_i386_tdep): Call register_remote_support_xml.
7356
7357         * remote.c (remote_support_xml): New.
7358         (register_remote_support_xml): Likewise.
7359         (remote_query_supported_append): Likewise.
7360         (remote_query_supported): Support remote_support_xml.
7361
7362         * remote.h (register_remote_support_xml): New.
7363
7364 2010-03-29  Stan Shebs  <stan@codesourcery.com>
7365
7366         * tracepoint.c (trace_find_line_command): Remove dead code.
7367
7368         * tracepoint.h (struct uploaded_string): New struct.
7369         (struct uploaded_tp): New fields for source strings.
7370         * breakpoint.c (this_utp, next_cmd): New globals.
7371         (read_uploaded_action): New function.
7372         (create_tracepoint_from_upload): Fill in more parts
7373         of a tracepoint.
7374         * tracepoint.c (encode_source_string): New function.
7375         (trace_save): Write out source strings, fix error checks.
7376         (parse_tracepoint_definition): Add source string parsing.
7377         * remote.c (PACKET_TracepointSource): New packet type.
7378         (remote_download_command_source): New function.
7379         (remote_download_tracepoint): Download source pieces also.
7380         (_initialize_remote): Add packet config command.
7381
7382         * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7383         expression handler.
7384
7385         * tracepoint.c (start_tracing): Check tracepoints before sending
7386         commands to target, don't start if all tracepoints disabled.
7387
7388 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
7389
7390         * cli/cli-script.c (process_next_line): Handle 'stepping'.
7391
7392 2010-03-26  Stan Shebs  <stan@codesourcery.com>
7393
7394         * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7395
7396 2010-03-26  Tom Tromey  <tromey@redhat.com>
7397
7398         * breakpoint.c (commands_command_1): Duplicate 'arg'.
7399
7400 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7401
7402         * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7403         (skip_prologue_sal): Remove local definition.
7404         (resolve_sal_pc): Remove now unnecessary code.
7405         * linespec.c (minsym_found): Call skip_prologue_sal.
7406         * symtab.c (find_function_start_pc): Remove.
7407         (find_function_start_sal): Extract prologue skipping into ...
7408         (skip_prologue_sal): ... this new function.  Handle code both
7409         with and without debug info.  Respect SAL's explicit_pc and
7410         explicit_line flags.  Inline old find_function_start_pc.
7411         * symtab.h (find_function_start_pc): Remove.
7412         (skip_prologue_sal): Add prototype.
7413
7414 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7415
7416         * dwarf2read.c (read_func_scope): Also scan specification DIEs
7417         for DW_TAG_imported_module children.
7418
7419 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7420
7421         * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7422         ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7423         * completer.c (add_struct_fields): Fix inverted logic.
7424
7425 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7426
7427         * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7428
7429 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7430
7431         * tracepoint.c (current_trace_status): Don't make sure error_desc
7432         is non-NULL here.
7433         (parse_trace_status): Release a previous error_desc string, and
7434         set it to NULL by default.  If stop reason is tracepoint_error,
7435         make sure error_desc is not left NULL.
7436
7437 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7438
7439         * tracepoint.c (trace_save): Remove X from tracepoint error
7440         description.
7441
7442 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7443
7444         * tracepoint.c (parse_trace_status): Don't allow plain strings in
7445         the terror description.  Don't expect an X prefix.
7446
7447 2010-03-25  Stan Shebs  <stan@codesourcery.com>
7448
7449         * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7450         (struct trace_status): New field error_desc.
7451         * tracepoint.c (stop_reason_names): Add terror.
7452         (current_trace_status): Ensure non-NULL error description.
7453         (trace_status_command): Add error report.
7454         (trace_status_mi): Ditto.
7455         (trace_save): Add special case for error description.
7456         (parse_trace_status): Add case for errors.
7457
7458 2010-03-25  Keith Seitz  <keiths@redhat.com>
7459
7460         * dwarf2read.c (read_subroutine_type): If the compilation unit
7461         language is Java, mark any formal parameter named "this" as
7462         artificial (GCC/43521).
7463         (dwarf2_name): Add special handling for Java constructors.
7464
7465 2010-03-25  Tom Tromey  <tromey@redhat.com>
7466
7467         PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7468         * infrun.c (handle_inferior_event): Change initialization of
7469         stop_stack_dummy.
7470         (handle_inferior_event): Change assignment to stop_stack_dummy.
7471         (normal_stop): Update use of stop_stack_dummy.
7472         (struct inferior_status) <stop_stack_dummy>: Change type.
7473         * inferior.h (stop_stack_dummy): Update.
7474         * infcmd.c (stop_stack_dummy): Change type.
7475         * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7476         function.
7477         (call_function_by_hand): Call set_std_terminate_breakpoint.
7478         Rewrite std::terminate handling.
7479         * breakpoint.h (enum bptype) <bp_std_terminate,
7480         bp_std_terminate_master>: New.
7481         (enum stop_stack_kind): New.
7482         (struct bpstat_what) <call_dummy>: Change type.
7483         (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
7484         Declare.
7485         * breakpoint.c (create_std_terminate_master_breakpoint): New
7486         function.
7487         (update_breakpoints_after_exec): Handle bp_std_terminate_master.
7488         Call create_std_terminate_master_breakpoint.
7489         (print_it_typical): Handle new breakpoint kinds.
7490         (bpstat_stop_status): Handle bp_std_terminate_master.
7491         (bpstat_what): Correctly set call_dummy field.  Handle
7492         bp_std_terminate_master and bp_std_terminate.
7493         (print_one_breakpoint_location): Update.
7494         (allocate_bp_location): Update.
7495         (set_std_terminate_breakpoint): New function.
7496         (delete_std_terminate_breakpoint): Likewise.
7497         (create_thread_event_breakpoint): Update.
7498         (delete_command): Update.
7499         (breakpoint_re_set_one): Update.
7500         (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
7501
7502 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
7503
7504         * symfile.c (build_section_addr_info_from_bfd): New.
7505         (build_section_addr_info_from_objfile): Base it on
7506         build_section_addr_info_from_bfd.
7507         (addrs_section_compar, addrs_section_sort): New.
7508         (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
7509         addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs.  Build
7510         addrs_to_abfd_addrs.  Use it for recalculating ADDRS.
7511
7512 2010-03-24  Michael Snyder  <msnyder@localhost.localdomain>
7513
7514         * elfread.c (find_separate_debug_file_by_buildid):
7515         Remove unused local variable.
7516
7517 2010-03-24  Tom Tromey  <tromey@redhat.com>
7518
7519         PR breakpoints/9352:
7520         * NEWS: Mention changes to `commands' and `rbreak'.
7521         * symtab.c (do_end_rbreak_breakpoints): New function.
7522         (rbreak_command): Call start_rbreak_breakpoints; arrange to call
7523         end_rbreak_breakpoints.
7524         * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
7525         (set_breakpoint_count): Likewise.  Clear last_was_multi.
7526         (multi_start, multi_end, last_was_multi): New globals.
7527         (start_rbreak_breakpoints, end_rbreak_breakpoints): New
7528         functions.
7529         (struct commands_info): New
7530         (do_map_commands_command): New function.
7531         (commands_command_1): New function.
7532         (commands_command): Use it.
7533         (commands_from_control_command): Likewise.
7534         (do_delete_breakpoint): New function.
7535         (delete_command): Use it.
7536         (map_breakpoint_numbers): Add 'data' argument.  Pass to callback.
7537         (do_map_disable_breakpoint): New function.
7538         (disable_command): Use it.
7539         (do_map_enable_breakpoint): New function.
7540         (enable_command): Use it.
7541         (enable_once_breakpoint): Add argument.
7542         (enable_once_command): Update.
7543         (enable_delete_breakpoint): Add argument.
7544         (enable_delete_command): Update.
7545         (break_command_really): Set last_was_multi when needed.
7546         (check_tracepoint_command): Fix formatting.
7547         (validate_commands_for_breakpoint): New function.
7548         (breakpoint_set_commands): Use it.
7549         (tracepoint_save_command): Update.
7550         * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
7551         Declare.
7552
7553 2010-03-24  Tom Tromey  <tromey@redhat.com>
7554
7555         * breakpoint.h (struct counted_command_line): New struct.
7556         (struct breakpoint) <commands>: Change type.
7557         (struct bpstats) <commands>: Change type.
7558         <commands_left>: New field.
7559         * breakpoint.c (alloc_counted_command_line): New function.
7560         (incref_counted_command_line): Likewise.
7561         (decref_counted_command_line): Likewise.
7562         (do_cleanup_counted_command_line): Likewise.
7563         (make_cleanup_decref_counted_command_line): Likewise.
7564         (breakpoint_set_commands): Use decref_counted_command_line and
7565         alloc_counted_command_line.
7566         (commands_command): Don't error if breakpoint commands are
7567         executing.
7568         (commands_from_control_command): Likewise.
7569         (bpstat_free): Update.
7570         (bpstat_copy): Likewise.
7571         (bpstat_clear_actions): Likewise.
7572         (bpstat_do_actions_1): Likewise.
7573         (bpstat_stop_status): Likewise.
7574         (print_one_breakpoint_location): Likewise.
7575         (delete_breakpoint): Likewise.
7576         (bpstat_alloc): Initialize new field.
7577         (tracepoint_save_command): Update.
7578         * tracepoint.c (encode_actions): Update.
7579         (trace_dump_command): Update.
7580
7581 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7582
7583         * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
7584         * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
7585         (read_structure_type): For RealView, set TYPE_STUB on structures with
7586         no byte size and no children.
7587         (read_subroutine_type): Mark functions as prototyped by default.
7588         * symtab.c (producer_is_realview): New function.
7589         * symtab.h (expand_line_sal): Fix declaration formatting.
7590         (producer_is_realview): Declare.
7591
7592 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7593
7594         * arm-tdep.c (skip_prologue_function): New function.
7595         (submask, bit, bits, sbits, BranchDest): Move higher in the file.
7596         (thumb_analyze_prologue): Document return value.  Recognize more
7597         Thumb instructions, skippable calls, and some Thumb-2 instructions.
7598         Add debug output.
7599         (arm_skip_prologue): Remove call dummy check.  Check the prologue
7600         for non-GNU compilers.
7601         (arm_instruction_changes_pc): New function.
7602         (arm_analyze_prologue): New function, broken out from
7603         arm_scan_prologue.  Recognize more ARM instructions and skippable
7604         calls.  Update comments.  Handle NULL cache.  Return the address
7605         of the first unrecognized instruction.  Do not skip past other
7606         instructions which change control flow.  Add debug output.
7607         (arm_scan_prologue): Use arm_analyze_prologue.
7608         (ARM_PC_32): Delete.
7609         (shifted_reg_val): Simplify ARM_PC_32 check.
7610
7611 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7612
7613         * tracepoint.c (tvariables_info_1): Actually compute
7614         the number of rows in the result.
7615
7616 2010-03-24  Pedro Alves  <pedro@codesourcery.com>
7617
7618         * remote.c (crc32): Constify `buf' parameter.
7619         (remote_verify_memory): New, abstracted out from...
7620         (compare_sections_command): ... this.  Remove hardcoded target
7621         checks.
7622         (init_remote_ops): Install remote_verify_memory.
7623         * target.c (target_verify_memory): New.
7624         * target.h (struct target_ops) <to_verify_memory>: New field.
7625         (target_verify_memory): Declare.
7626
7627 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7628
7629         Implement -trace-save.
7630
7631         * mi-cmds.h (mi_cmds_trace_save): Declare.
7632         * mi-cmds.c (mi_cmds): Register -trace-save.
7633         * mi/mi-main.c (mi_cmd_trace_save): New.
7634         * remote.c (remote_save_trace_data): Take const parameter.
7635         * target.h (struct target_ops::to_save_trace_data): Take
7636         const parameter.
7637         * target.c (update_current_target): Adjust to the above.
7638         * tracepoint.c (trave_save): New, extracted from
7639         (trace_save_command): ...this.
7640         (tfile_trace_find): Remove message that is unnecessary now
7641         that 'tfind' reports found frame.
7642         * tracepoint.h (trace_save): Declare.
7643
7644 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7645
7646         Implement -trace-find.
7647
7648         * mi/mi-cmds.c (mi_cmds): Register -trace-find.
7649         * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
7650         * mi/mi-main.c (mi_cmd_trace_find): New.
7651         * target.h (struct target_ops): Document to_trace_find.
7652         * tracepoint.h (tfind_1): Declare.
7653         * tracepoint.c (finish_tfind_command): Rename to...
7654         (tfind_1): ...this.
7655         * remote.c (remote_trace_find): Return -1 if target say
7656         there's no frame.  Improve error diagnostics.
7657
7658 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7659
7660         -trace-define-variable and -trace-list-variables.
7661
7662         * tracepoint.c (create_trace_state_variable): Make
7663         private copy of name, as opposed to assuming the
7664         pointer lives forever.
7665         (tvariables_info_1): New.
7666         (tvariables_info): Use the above.
7667         * tracepoint.h (create_trace_state_variable, tvariables_info_1):
7668         Declare.
7669         * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
7670         and -trace-list-variables.
7671         * mi/mi-cmds.h (mi_cmd_trace_define_variable)
7672         (mi_cmd_trace_list_variables): New.
7673         * mi/mi-main.c (mi_cmd_trace_define_variable)
7674         (mi_cmd_trace_list_variables): New.
7675
7676 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7677
7678         Implement -break-passcount.
7679
7680         * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
7681         * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
7682         * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
7683
7684 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7685
7686         -trace-start/-trace-end/-trace-status.
7687
7688         * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
7689         and -trace-stop.
7690         * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
7691         (mi_cmd_trace_stop): Declare.
7692         * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
7693         (mi_cmd_trace_stop): New.
7694         * tracepoint.c (start_tracing): New, extracted from...
7695         (trace_start_command): ...this.
7696         (trace_status_mi): New.
7697         * tracepoint.h (struct trace_status): Document
7698         stopping_tracepoint.
7699         (start_tracing, stop_tracing, trace_status_mi): Declare.
7700
7701 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7702
7703         Implement creating tracepoints with -break-insert.
7704
7705         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
7706         to mean that tracepoint should be created.
7707
7708 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7709
7710         * breakpoint.c (check_no_tracepoint_commands): Use
7711         current spelling of 'teval'.
7712
7713 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7714
7715         Unify actions and commands
7716
7717         * defs.h (read_command_lines, read_command_lines_1): New
7718         parameters validator and closure.
7719         * tracepoint.h (struct action_line): Remove.
7720         * breakpoint.h (struct breakpoint): Remove the 'actions'
7721         field.
7722         * defs.h (enum command_control_type): New value
7723         while_stepping_control.
7724         (struct command_line): Add comments.
7725         * breakpoint.c (breakoint_is_tracepoint): New.
7726         (breakpoint_set_commands): For tracepoints,
7727         verify the commands are permissible.
7728         (check_tracepoint_commands): New.
7729         (commands_command): Require that each new line is validated using
7730         check_tracepoint_command, if we set commands for a tracepoint.
7731         (create_tracepoint_from_upload): Likewise.
7732         (print_one_breakpoint_location): Remove the code to print
7733         actions specifically.
7734         (tracepoint_save_command): Relay to print_command_lines.
7735         * cli/cli-script.c (process_next_line): New parameters validator
7736         and closure. Handle 'while-stepping'. Call validator if not null.
7737         (read_command_lines, read_command_lines1): Likewise.
7738         (recurse_read_control_structure): New parameters validator and
7739         closure. Handle while_stepping_control.
7740         (print_command_lines): Handle while-stepping.
7741         (get_command_line, define_command, document_command): Adjust.
7742         * remote.c (remote_download_tracepoint): Adjust.
7743         * tracepoint.c (make_cleanup_free_actions, read_actions)
7744         (free_actions, do_free_actions_cleanup): Remove.
7745         (trace_actions_command): Use read_command_lines.
7746         (validate_actionline): Use error in one place.
7747         (encode_actions_1): New, extracted from...
7748         (encode_actions): ...this. Also use cleanups for exception
7749         safety.
7750         (trace_dump_command): Adjust.
7751         * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
7752         it's tracepoint.
7753
7754 2010-03-23  Mike Frysinger  <vapier@gentoo.org>
7755
7756         * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
7757
7758 2010-03-22  Stan Shebs  <stan@codesourcery.com>
7759
7760         * value.c (value_static_field): Be lazy about the field's value.
7761
7762 2010-03-22  Reid Kleckner  <reid@kleckner.net>
7763
7764         PR gdb/11094
7765         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
7766         bp_jit_event.
7767         (disable_breakpoints_in_shlibs): Likewise.
7768
7769 2010-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
7770
7771         * dwarf2read.c (partial_die_parent_scope): Work around buggy
7772         GCC 4.1 debug info generation (GCC PR c++/28460).
7773         (determine_prefix): Likewise.
7774
7775 2010-03-20  Daniel Jacobowitz  <dan@codesourcery.com>
7776
7777         * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
7778         get_current_arch.
7779         * tui/tui-layout.c (extract_display_start_addr): Likewise.
7780
7781 2010-03-19  Stan Shebs  <stan@codesourcery.com>
7782
7783         * ax-gdb.c (gen_fetch): Handle bool.
7784         (gen_usual_unary): Ditto.
7785         (gen_cast): Ditto.
7786         (gen_equal): New function.
7787         (gen_less): New function.
7788         (gen_expr_binop_rest): Call them, also return integer type from
7789         logical operations.
7790         (gen_expr): Ditto.
7791
7792 2010-03-19  Tom Tromey  <tromey@redhat.com>
7793
7794         * jv-lang.c (jv_dynamics_objfile_data_key)
7795         (jv_type_objfile_data_key): New globals.
7796         (class_symtab): Move earlier.
7797         (jv_per_objfile_free): New function.
7798         (get_dynamics_objfile): Call set_objfile_data.  Add 'gdbarch'
7799         parameter.
7800         Remove ancient #if 1.
7801         (add_class_symbol): Remove redundant declaration.
7802         (java_lookup_class): Use alloc_type, not alloc_type_arch.
7803         (java_link_class_type): Mark as static.  Update.
7804         (jv_clear_object_type): New function.
7805         (set_java_object_type): Likewise.
7806         (get_java_object_type): Use set_java_object_type.
7807         (is_object_type): Likewise.
7808         (_initialize_java_language): Register new objfile keys.
7809         (get_java_class_symtab): Add 'gdbarch' parameter.
7810         (add_class_symtab_symbol): Update.
7811         (type_from_class): Update.
7812
7813 2010-03-19  Stan Shebs  <stan@codesourcery.com>
7814
7815         * ax-general.c (ax_const_l): Fix a sizing bug.
7816
7817 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
7818
7819         GDB 7.1 released.
7820
7821 2010-03-18  Stan Shebs  <stan@codesourcery.com>
7822             Pedro Alves  <pedro@codesourcery.com>
7823
7824         * target.h (struct target_ops): New method
7825         to_set_circular_trace_buffer.
7826         (target_set_circular_trace_buffer): New macro.
7827         * target.c (update_current_target): Add
7828         to_set_circular_trace_buffer, fix to_set_disconnected_tracing
7829         default behavior.
7830         * remote.c (remote_set_circular_trace_buffer): New function.
7831         (init_remote_ops): Add it to vector.
7832         * tracepoint.h (struct trace_status): New field traceframes_created,
7833         change buffer_size and buffer_free to int.
7834         * tracepoint.c (circular_trace_buffer): New global.
7835         (start_tracing): Send values of disconnected tracing and circular
7836         trace buffer settings.
7837         (set_circular_trace_buffer): New function.
7838         (parse_trace_state): Handle total space and frames created.
7839         (trace_status_command): Display total space and total frames
7840         created.
7841         (trace_save): Write out new status values.
7842         (parse_trace_status): Set traceframe_count, traceframes_created,
7843         buffer_free and buffer_size to -1 by default.
7844         (_initialize_tracepoint): New setshow for circular-trace-buffer.
7845         * NEWS: Mention the circular trace buffer option.
7846
7847 2010-03-18  Tom Tromey  <tromey@redhat.com>
7848
7849         * infcmd.c (finish_command_continuation): Wrap print_return_value
7850         in TRY_CATCH.
7851
7852 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
7853
7854         * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
7855         DIE has a name before creating the associated partial symbol.
7856         (read_func_scope): Emit a complaint if the subprogram does not
7857         have a name or when we can't extract the subprogram PC bounds.
7858
7859 2010-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
7860
7861         * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
7862         instead of selected frame architecture.
7863
7864 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
7865
7866         * infcmd.c (until_command): Use ERROR_NO_INFERIOR.  Ensure there's
7867         a valid selected thread, and that it is not running.
7868         (advance_command): Ditto.
7869         (finish_command): Ditto.
7870
7871 2010-03-17 Stan Shebs  <stan@codesourcery.com>
7872
7873         * ax-gdb.c (require_rvalue): Disallow non-scalars.
7874
7875         * infcall.c: Include tracepoint.h.
7876         (call_function_by_hand): Disallow calls in tfind mode.
7877         * infcmd.c: Include tracepoint.h.
7878         (ensure_not_tfind_mode): New function.
7879         (continue_1): Call it.
7880         (step_1) Ditto.
7881         (jump_command): Ditto.
7882         (signal_command): Ditto.
7883         (advance_command): Ditto.
7884         (until_command): Ditto.
7885         (finish_command): Ditto.
7886         * tracepoint.h (disconnect_or_stop_tracing): Declare.
7887
7888         * ax-gdb.h (struct axs_value): New field optimized_out.
7889         (gen_trace_for_var): Add gdbarch argument.
7890         * ax-gdb.c (gen_trace_static_fields): New function.
7891         (gen_traced_pop): Call it, add gdbarch argument.
7892         (gen_trace_for_expr): Update call to it.
7893         (gen_trace_for_var): Ditto, and report optimized-out variables.
7894         (gen_struct_ref_recursive): Check for optimized-out value.
7895         (gen_struct_elt_for_reference): Ditto.
7896         (gen_static_field): Pass gdbarch instead of expression, assume
7897         optimization if field not found.
7898         (gen_var_ref): Set the optimized_out flag.
7899         (gen_expr): Error on optimized-out variable.
7900         * tracepoint.c (collect_symbol): Handle struct-valued vars as
7901         expressions, skip optimized-out variables with computed locations.
7902         * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
7903         erroring out if location expression missing.
7904         (loclist_tracepoint_var_ref): Don't error out here.
7905
7906 2010-03-17  Tom Tromey  <tromey@redhat.com>
7907
7908         * dwarf2read.c (dwarf2_get_section_info): Handle case where no
7909         DWARF data is available.
7910
7911 2010-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
7912
7913         * symfile.c (generic_load): Reset breakpoints after loading.
7914
7915 2010-03-17  Tom Tromey  <tromey@redhat.com>
7916
7917         * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
7918
7919 2010-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7920
7921         * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
7922         create_breakpoint call, adjust the parameters.
7923
7924 2010-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7925             Chandru <chandru@in.ibm.com>
7926
7927         * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
7928         * valarith.c (value_subscripted_rvalue): Suppress error if
7929         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
7930
7931 2010-03-16  Holger Hans Peter Freyther  <zecke@selfish.org>
7932
7933         * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
7934
7935 2010-03-16  Joel Brobecker  <brobecker@adacore.com>
7936
7937         * ada-tasks.c (task_command_1): Check that the task ptid is valid
7938         before doing the associated thread switch.
7939
7940 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
7941
7942         * MAINTAINERS: Update my email address.
7943
7944 2010-03-16  Vladimir Prus  <vladimir@codesourcery.com>
7945
7946         Simplify MI breakpoint setting.
7947
7948         * breakpoint.c (break_command_really): Make nonstatic and
7949         rename to...
7950         (create_breakpoint): ...this. Rename prior function by this name
7951         to...
7952         (create_breakpoint_sal): ...this.
7953         (create_breakpoints): Rename to...
7954         (create_breakpoints_sal): ...this.
7955         (set_breakpoint): Remove.
7956         * breakpoint.h: Adjust to above changes.
7957         * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
7958
7959 2010-03-15 Stan Shebs  <stan@codesourcery.com>
7960
7961         * ax-gdb.c: Include cp-support.h.
7962         (find_field): Remove.
7963         (gen_primitive_field): New function.
7964         (gen_struct_ref_recursive): New function.
7965         (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
7966         of find_field.
7967         (gen_static_field): New function.
7968         (gen_struct_elt_for_reference): New.
7969         (gen_namespace_elt): New.
7970         (gen_maybe_namespace_elt): New.
7971         (gen_aggregate_elt_ref): New.
7972         (gen_expr): Add OP_SCOPE, display opcode name in error message.
7973
7974 2010-03-15  Tom Tromey  <tromey@redhat.com>
7975
7976         * dwarf2read.c (die_needs_namespace): Also return 0 for
7977         DW_TAG_subprogram.
7978
7979 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
7980
7981         PR c++/7936:
7982         * cp-support.h: Added char *declaration element to using_direct
7983         data struct.
7984         (cp_add_using): Added char *declaration argument.
7985         (cp_add_using_directive): Ditto.
7986         (cp_lookup_symbol_imports): made extern.
7987         * cp-namespace.c: Updated with the above changes.
7988         * dwarf2read.c (read_import_statement): Ditto.
7989         (read_namespace): Ditto.
7990         (read_import_statement): Support import declarations.
7991         * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
7992         declarations.
7993         Added support for 'declaration_only' search.
7994         (cp_lookup_symbol_namespace): Attempt to search for the name as
7995         is before consideration of imports.
7996         * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
7997         search at every block level search.
7998         Now takes language argument.
7999         (lookup_symbol_aux): Updated.
8000
8001 2010-03-15  Tom Tromey  <tromey@redhat.com>
8002
8003         * c-exp.y (name_not_typename): Add 'operator' clause.
8004
8005 2010-03-15  Ralf Corsepius  <ralf.corsepius@rtems.org>  (tiny change)
8006
8007         * configure.ac: Exit if ${gdb_target_obs}" is not set.
8008         * configure: Regenerate.
8009
8010 2010-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8011
8012         * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8013         and ".sdynbss".  Update the comment.
8014
8015 2010-03-15  Jie Zhang  <jie@codesourcery.com>
8016
8017         * MAINTAINERS: Update my email address.
8018
8019 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
8020
8021         * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8022
8023 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
8024
8025         * charset.c [USE_WIN32API]: Include <windows.h>.
8026          (_initialize_charset): Correct type of w32_host_default_charset.
8027
8028 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
8029
8030         * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8031
8032 2010-03-12  Tom Tromey  <tromey@redhat.com>
8033
8034         PR c++/9708:
8035         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8036         in a lexical block does not need a namespace.
8037         (new_symbol) <DW_TAG_variable>: Put extern variables on
8038         list_in_scope in all cases.
8039
8040 2010-03-12 Stan Shebs  <stan@codesourcery.com>
8041
8042         * ax-gdb.c (gen_expr): Add shift expressions.
8043         (gen_expr_binop_rest): Ditto.
8044
8045 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
8046
8047         * buildsym.c (finish_block): Reset using_directives pointer
8048         after block initialization.
8049
8050 2010-03-12  H.J. Lu  <hongjiu.lu@intel.com>
8051
8052         * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8053         * i386-tdep.c (i386_word_names): Likewise.
8054
8055 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
8056
8057         * target.c (memory_xfer_partial): Don't use the stack cache if
8058         inspecting trace frames.
8059         * tracepoint.c (finish_tfind_command): Invalidate the target
8060         dcache.
8061
8062 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8063
8064         * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8065         for the PIC displacement, print also the displacement value.
8066         (svr4_exec_displacement):  Print DISPLACEMENT if INFO_VERBOSE.
8067
8068 2010-03-10  Kevin Buettner  <kevinb@redhat.com>
8069
8070         * remote-mips.c (close_ports, mips_initialize_cleanups)
8071         (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8072         (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8073         (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8074         (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8075         (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8076         (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8077         comments describing each of these functions.
8078         (mips_enter_debug, mips_exit_debug, common_open)
8079         (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8080         blank line after the comment describing the function.
8081
8082 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8083
8084         * solib-svr4.c (svr4_exec_displacement): Return now success, new
8085         parameter displacementp.  Update comment.
8086         (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8087         element exists.  Return if svr4_exec_displacement was not successful.
8088         Update comment.
8089
8090 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8091             Daniel Jacobowitz  <dan@codesourcery.com>
8092
8093         * solib-svr4.c (read_program_header): Support type == -1 to read
8094         all program headers.
8095         (read_program_headers_from_bfd): New function.
8096         (svr4_static_exec_displacement): Remove and move the comment ...
8097         (svr4_exec_displacement): ... here.  Remove variable found.  New
8098         variable displacement.  Check also DYNAMIC.  Verify DISPLACEMENT
8099         alignment for ELF targets.  Compare target vs. exec_bfd PHDRs for ELF
8100         targets using read_program_headers_from_bfd.  Remove the call of
8101         svr4_static_exec_displacement.
8102
8103 2010-03-10  Tom Tromey  <tromey@redhat.com>
8104
8105         * dwarf2read.c (struct pubnames_header): Remove.
8106         (_PUBNAMES_HEADER): Remove.
8107         (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8108         (struct aranges_header): Remove.
8109         (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8110         (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8111         (PUBNAMES_SECTION): Remove.
8112         (ARANGES_SECTION): Remove.
8113         (dwarf2_locate_sections): Don't handle pubnames or aranges.
8114         (dwarf2_build_psymtabs): Remove dead code.
8115         (dwarf2_build_psymtabs_easy): Remove.
8116
8117 2010-03-10  Tom Tromey  <tromey@redhat.com>
8118
8119         * elfread.c (elf_symfile_read): Don't call
8120         dwarf2_build_frame_info.
8121         * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8122         (struct dwarf2_per_objfile) <objfile>: New field.
8123         (dwarf2_has_info): Now idempotent.  Set objfile field.
8124         (dwarf2_read_section): Check and set readin field.  Call
8125         posix_madvise.
8126         (dwarf2_build_psymtabs): Don't read all sections.
8127         (read_type_comp_unit_head): Read types section.
8128         (create_debug_types_hash_table): Likewise.
8129         (init_cu_die_reader): Add asserts.
8130         (process_type_comp_unit): Add assert.
8131         (dwarf2_build_psymtabs_hard): Read info section.
8132         (load_partial_comp_unit): Add assert.
8133         (create_all_comp_units): Read info section.
8134         (load_full_comp_unit): Likewise.
8135         (dwarf2_ranges_read): Read ranges section.
8136         (dwarf2_record_block_ranges): Add assert.
8137         (dwarf2_read_abbrevs): Read abbrev section.
8138         (read_indirect_string): Read str section.
8139         (dwarf_decode_line_header): Read line section.
8140         (read_signatured_type_at_offset): Read types section.
8141         (dwarf_decode_macros): Read macinfo section.
8142         (dwarf2_symbol_mark_computed): Read loc section.
8143         * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8144         dwarf2_build_frame_info.
8145         (dwarf2_build_frame_info): Unconditionally set
8146         dwarf2_frame_objfile_data on the objfile.
8147         * configure.ac: Check for posix_madvise.
8148         * config.in, configure: Rebuild.
8149
8150 2010-03-10  Tom Tromey  <tromey@redhat.com>
8151
8152         * xcoffread.c (xcoff_start_psymtab): Update.
8153         (xcoff_end_psymtab): Update.
8154         * psymtab.c (allocate_psymtab): Remove dead code.
8155         * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8156         void*.
8157         * mdebugread.c (parse_partial_symbols): Update.
8158         (new_psymtab): Likewise.
8159         * dwarf2read.c (process_psymtab_comp_unit): Update.
8160         (psymtab_to_symtab_1): Update.
8161         * dbxread.c (start_psymtab): Update.
8162         (end_psymtab): Likewise.
8163
8164 2010-03-10  Tom Tromey  <tromey@redhat.com>
8165
8166         * xcoffread.c: Include psymtab.h.
8167         (xcoff_sym_fns): Update.
8168         * symtab.h (struct partial_symbol): Remove.
8169         (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8170         (struct partial_symtab): Remove.
8171         (PSYMTAB_TO_SYMTAB): Remove.
8172         (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8173         (find_pc_sect_psymtab): Remove.
8174         (find_pc_sect_symtab_via_partial): Declare.
8175         (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8176         (find_main_psymtab): Remove.
8177         (find_main_filename): Declare.
8178         (fixup_psymbol_section): Remove.
8179         (fixup_section): Declare.
8180         * symtab.c: Include psymtab.h.
8181         (lookup_symtab): Use lookup_symtab method.
8182         (lookup_partial_symtab): Remove.
8183         (find_pc_sect_psymtab_closer): Remove.
8184         (find_pc_sect_psymtab): Remove.
8185         (find_pc_sect_symtab_via_partial): New function.
8186         (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8187         (fixup_section): No longer static.
8188         (fixup_psymbol_section): Remove.
8189         (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8190         (lookup_global_symbol_from_objfile): Likewise.
8191         (lookup_symbol_aux_psymtabs): Remove.
8192         (lookup_symbol_aux_quick): New function.
8193         (lookup_symbol_global): Use lookup_symbol_aux_quick.
8194         (lookup_partial_symbol): Remove.
8195         (basic_lookup_transparent_type_quick): New function.
8196         (basic_lookup_transparent_type): Use it.
8197         (find_main_psymtab): Remove.
8198         (find_main_filename): New function.
8199         (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8200         (find_line_symtab): Use expand_symtabs_with_filename method.
8201         (output_partial_symbol_filename): New function.
8202         (sources_info): Use map_partial_symbol_filenames.
8203         (struct search_symbols_data): New type.
8204         (search_symbols_file_matches): New function.
8205         (search_symbols_name_matches): Likewise.
8206         (search_symbols): Use expand_symtabs_matching method.
8207         (struct add_name_data): Rename from add_macro_name_data.
8208         (add_macro_name): Update.
8209         (add_partial_symbol_name): New function.
8210         (default_make_symbol_completion_list): Use
8211         map_partial_symbol_names.
8212         (struct add_partial_symbol_name): New type.
8213         (maybe_add_partial_symtab_filename): New function.
8214         (make_source_files_completion_list): Use
8215         map_partial_symbol_filenames.
8216         (expand_line_sal): Use expand_symtabs_with_filename method.
8217         * symmisc.c: Include psymtab.h.
8218         (print_objfile_statistics): Use print_stats method.
8219         (dump_objfile): Use dump method.
8220         (dump_psymtab, maintenance_print_psymbols)
8221         (maintenance_info_psymtabs, maintenance_check_symtabs)
8222         (extend_psymbol_list): Remove.
8223         * symfile.h (struct quick_symbol_functions): New struct.
8224         (struct sym_fns) <qf>: New field.
8225         (sort_pst_symbols): Remove.
8226         (increment_reading_symtab): Declare.
8227         * symfile.c: Include psymtab.h.
8228         (compare_psymbols, sort_pst_symbols): Remove.
8229         (psymtab_to_symtab): Remove.
8230         (increment_reading_symtab): New function.
8231         (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8232         method.
8233         (set_initial_language): Use find_main_filename.
8234         (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8235         (free_named_symtabs): Remove unused code.
8236         (start_psymtab_common, add_psymbol_to_bcache)
8237         (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8238         Remove.
8239         * stack.c: Include psymtab.h, symfile.h.
8240         (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8241         * source.h (psymtab_to_fullname): Don't declare.
8242         * source.c: Include psymtab.h.
8243         (select_source_symtab): Use find_last_source_symtab method.
8244         (forget_cached_source_info): Use forget_cached_source_info
8245         method.
8246         (find_and_open_source): No longer static.
8247         (psymtab_to_fullname): Remove.
8248         * somread.c: Include psymtab.h.
8249         (som_sym_fns): Update.
8250         * psympriv.h: New file.
8251         * psymtab.h: New file.
8252         * psymtab.c: New file.
8253         * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8254         (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8255         * objfiles.c: Include psymtab.h.
8256         (objfile_relocate1): Use relocate method.
8257         (objfile_has_partial_symbols): Use has_symbols method.
8258         * mipsread.c: Include psymtab.h.
8259         (ecoff_sym_fns): Update.
8260         * mi/mi-cmd-file.c: Include psymtab.h.
8261         (print_partial_file_name): New function.
8262         (mi_cmd_file_list_exec_source_files): Use
8263         map_partial_symbol_filenames.
8264         * mdebugread.c: Include psympriv.h.
8265         * machoread.c: Include psympriv.h.
8266         (macho_sym_fns): Update.
8267         * m2-exp.y (yylex): Use lookup_symtab.
8268         * elfread.c: Include psympriv.h.
8269         (elf_sym_fns): Update.
8270         * dwarf2read.c: Include psympriv.h.
8271         * dbxread.c: Include psympriv.h.
8272         (aout_sym_fns): Update.
8273         * cp-support.c: Include psymtab.h.
8274         (read_in_psymtabs): Remove.
8275         (make_symbol_overload_list_qualified): Use
8276         expand_symtabs_for_function method.
8277         * coffread.c: Include psympriv.h.
8278         (coff_sym_fns): Update.
8279         * blockframe.c: Include psymtab.h.
8280         (find_pc_partial_function): Use find_pc_sect_symtab method.
8281         * ada-lang.h (ada_update_initial_language): Update.
8282         * ada-lang.c: Include psymtab.h.
8283         (ada_update_initial_language): Remove 'main_pst' argument.
8284         (ada_lookup_partial_symbol): Remove.
8285         (struct ada_psym_data): New type.
8286         (ada_add_psyms): New function.
8287         (ada_add_non_local_symbols): Use map_ada_symtabs method.
8288         (struct add_partial_datum): New type.
8289         (ada_add_partial_symbol_completions): New function.
8290         (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8291         (ada_exception_support_info_sniffer): Update.
8292         * Makefile.in (SFILES): Add psymtab.c.
8293         (COMMON_OBS): Add psymtab.o.
8294         (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8295
8296 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
8297
8298         * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8299
8300 2010-03-10  Sami Wagiaalla  <swagiaal@redhat.com>
8301
8302         PR C++/11236:
8303         * cp-namespace.c (cp_add_using): Deleted.
8304         (cp_add_using_directive): Use obstack allocations.
8305         Merged the function cp_add_using into this one.
8306         Added 'struct obstack *' argument.
8307         (cp_scan_for_anonymous_namespaces): Updated.
8308         * cp-support.h: Updated.
8309         * dwarf2read.c (read_import_statement): Updated.
8310         (read_namespace): Updated.
8311
8312 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
8313
8314         * windows-nat.c (cygwin_conv_path): Remove old macro.
8315
8316 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
8317
8318         * breakpoint.c (condition_command): Handle watchpoint conditions.
8319         (is_hardware_watchpoint): Add comment.
8320         (is_watchpoint): New.
8321         (update_watchpoint): Don't reparse the watchpoint's condition
8322         unless necessary.
8323         (WP_IGNORE): New.
8324         (watchpoint_check): Use it.
8325         (bpstat_check_watchpoint): Handle it.
8326         (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8327         conditions in a frame where it makes sense.
8328         (watch_command_1): Store the innermost block of the condition
8329         expression.
8330         (delete_breakpoint): Delete the watchpoint condition expression.
8331         * breakpoint.h (struct bp_location) <cond>: Update comment.
8332         (struct breakpoint): New field `cond_exp_valid_block'.
8333
8334 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
8335
8336         Adjust handling of Ada DIEs after dwarf2_physname patch.
8337         * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8338
8339 2010-03-09  Christopher Faylor  <me+cygwin@cgf.cx>
8340             Pierre Muller  <muller@ics.u-strasbg.fr>
8341
8342         * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8343         from/to posix/win32.
8344         (windows_make_so): Use non-Cygwin 1.7 specific function.
8345         (windows_create_inferior): Make sure that cygallargs points to
8346         original args in non Cygwin 1.7. case.
8347
8348 2010-03-09  Michael Snyder  <msnyder@vmware.com>
8349
8350         * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8351         after target_read_memory to get host byte order.
8352         (i386_process_record): Ditto.
8353
8354 2010-03-09  Keith Seitz  <keiths@redhat.com>
8355
8356         Based on work from Daniel Jacobowitz  <dan@codesourcery.com>
8357         * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8358         print out const or volatile qualifiers, too.
8359         (c_type_print_args): Add parameters show_artificial and language.
8360         Skip artificial parameters when requested.
8361         Use the appropriate language printer.
8362         (c_type_print_varspec): Tell c_type_print_args to skip artificial
8363         parameters and pass language_c.
8364         * dwarf2read.c (die_list): New file global.
8365         (struct partial_die_info): Update comments for name field.
8366         (pdi_needs_namespace): Renamed to ...
8367         (die_needs_namespace): ... this. Rewrite.
8368         (dwarf2_linkage_name): Remove.
8369         (add_partial_symbol): Do not predicate the call to
8370         partial_die_full_name based on pdi_needs_namespace.
8371         Remove call to cp_check_possible_namespace_symbols and associated
8372         outdated comments.
8373         (guess_structure_name): Do not inspect child subprogram DIEs.
8374         (dwarf2_fullname): Update comments.
8375         Use die_needs_namespace to assist in computing the name.
8376         (read_func_scope): Use dwarf2_name to get the DIE's name.
8377         Use dwarf2_physname to get the "linkage name" of the DIE.
8378         (dwarf2_add_member_field): Use dwarf2_physname instead of
8379         dwarf2_linkage_name.
8380         (read_structure_type): For structs and classes, set TYPE_NAME, too.
8381         (determine_class): Remove.
8382         (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8383         except Ada.
8384         (new_symbol): Unconditionally call dwarf2_name.
8385         Compute the "linkage name" using dwarf2_physname.
8386         Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8387         When determining to scan for anonymous C++ namespaces, ignore
8388         the linkage name.
8389         (dwarf2_physname): New function.
8390         (dwarf2_full_name): Move content to new function and call
8391         that.
8392         (dwarf2_compute_name): "New" function.
8393         (_initialize_dwarf2_read): Initialize die_list.
8394         * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8395         physname.
8396         (gnu_v3_print_method_ptr): Use the physname for virtual methods
8397         without a demangled name.
8398         Print out type information for non-virtual methods.
8399         * linespec.c (decode_line_1): Force ANY string using "::" (or
8400         "." for java) to use decode_compound, and clean up any stray quoting.
8401         If we found a file symtab, re-evaluate whether the remainder is_quoted.
8402         (decode_compound): Stop consuming at an open parenthesis.
8403         Keep template parameters.
8404         Keep any overload information.
8405         Keep keywords like "const".
8406         Remove paren_pointer.
8407         Move is_quoted check from set_flags to here.
8408         Remove #if 0 code from 2000. Ten years is long enough.
8409         (find_method): Before comparing symbol names, canonicalize the string
8410         from the user.
8411         If a specific overload is requested, find it. Otherwise throw an error.
8412         (find_method_overload_end): New function.
8413         (set_flags): Remove.
8414         (decode_compound): Assume that parentheses are matched.
8415         It's a lot easier.
8416         * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8417         to cplus_demangle.
8418         * linespec.c (decode_line_1): Keep important keywords like
8419         "const" and "volatile".
8420         * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8421         * typeprint.h (c_type_print_args): Add declaration.
8422         * ui-file.c (do_ui_file_obsavestring): New function.
8423         (ui_file_obsavestring): New function.
8424         * ui-file.h (ui_file_obsavestring): Add declaration.
8425         * valops.c (find_overload_match): Resolve the object to
8426         a non-pointer type.
8427         If the object is a data member, search the object for the member
8428         and return with staticp set.
8429         Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8430         Do not attempt to extract a function name from non-function types.
8431         If the extracted function name and the original name are the same,
8432         we don't have a C++ method.
8433
8434         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
8435         * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
8436
8437         * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8438         and arguments from symbol lookups.
8439         * ax-gdb.c (gen_expr): Likewise.
8440         * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8441         cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8442         lookup_possible_namespace_symbol): Likewise.
8443         * cp-support.c (read_in_psymtabs): Likewise.
8444         * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8445         * language.h (la_lookup_symbol_nonlocal): Likewise.
8446         * scm-valprint.c (scm_inferior_print): Likewise.
8447         * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8448         * solib-svr.c (elf_lookup_lib): Likewise.
8449         * solib.c (show_auto_solib_add): Likewise.
8450         * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8451         * symmisc.c (maintenance_check_symtabs): Likewise.
8452         * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8453         lookup_symbol_aux_local, lookup_symbol_aux_block,
8454         lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8455         lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8456         lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8457         basic_lookup_transparent_type, find_main_psymtab,
8458         lookup_block_symbol): Likewise.
8459         * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8460         lookup_symbol_global, lookup_symbol_aux_block,
8461         lookup_symbol_partial_symbol, lookup_block_symbol,
8462         lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8463
8464 2010-03-09  Pierre Muller  <muller@ics.u-strasbg.fr>
8465
8466         * python/python-internal.h: Include symtab.h.
8467
8468 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
8469             Pierre Muller  <muller@ics.u-strasbg.fr>
8470
8471         * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8472         * p-valprint.c (pascal_val_print): Remove undeed block and fix
8473         indentation.
8474
8475 2010-03-08  Tom Tromey  <tromey@redhat.com>
8476
8477         * breakpoint.c (breakpoint_1): Add "QUIT".
8478
8479 2010-03-08  Daniel Jacobowitz  <dan@codesourcery.com>
8480             Pedro Alves  <pedro@codesourcery.com>
8481
8482         * solib.c (solib_find): Replace extension if
8483         solib_symbols_extension is set in the target gdbarch.
8484         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
8485         solib_symbols_extension to "sym".
8486         * gdbarch.sh (solib_symbols_extension): New variable.
8487         (pstring): New function.
8488         * gdbarch.h, gdbarch.c: Regenerate.
8489
8490 2010-03-08  Tom Tromey  <tromey@redhat.com>
8491
8492         PR cli/9591:
8493         * NEWS: Update.
8494         * utils.c: Include main.h.
8495         (fputs_maybe_filtered): Don't paginate if `batch_flag'.
8496         (defaulted_query): Use default answer if `batch_flag'.
8497         * main.h (batch_flag): Declare.
8498         * main.c (batch_flag): New global.
8499         (captured_main): Remove 'batch'.  Update.
8500
8501 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
8502
8503         From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
8504         and Kevin Buettner:
8505
8506         * remote-mips.c (rockhopper_ops): New target_ops struct.
8507         (MON_ROCKHOPPER): New mips_monitor_type.
8508         (read_hex_value): New function.
8509         (mips_request): Send 8-byte values with a 'T' packet.  Read the
8510         packet argument as a string and use read_hex_value to parse it.
8511         (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
8512         (rockhopper_open): New function.
8513         (mips_wait): Read the PC, FP and SP fields as strings.  Use
8514         read_hex_value to parse them and mips_set_register to commit them.
8515         (mips_set_register): New function.
8516         (mips_fetch_registers): Do not cast register value to "unsigned"
8517         when reading a MON_ROCKHOPPER 't' packet.  Use mips_set_register.
8518         (mips_store_registers): Use a 'T' packet to set registers when
8519         using MON_ROCKHOPPER.
8520         (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
8521         and expect the total to be printed before the entry address.
8522         (_initialize_remote_mips): Initialize and add rockhopper_ops.
8523
8524 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
8525
8526         * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
8527         Change return value to int.  Store value fetched in location
8528         addressed by `val'.  Use function's return value as success
8529         or failure indicator.  Adjust all callers.
8530
8531 2010-03-08  Pierre Muller  <muller@ics.u-strasbg.fr>
8532
8533         * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
8534
8535 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8536             Hui Zhu  <teawater@gmail.com>
8537
8538         * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
8539         tmp_to_stopped_data_address.
8540         (record_open): Reset tmp_to_stopped_by_watchpoint and
8541         tmp_to_stopped_data_address.
8542         * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
8543         to_stopped_data_address.
8544
8545 2010-03-08  Hui Zhu  <teawater@gmail.com>
8546
8547         * i386-tdep.c (i386_process_record): Initialize regnum.
8548
8549 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8550
8551         * symfile.c (addr_info_make_relative): New variable sect_name, use it.
8552         Do not warn on ".gnu.liblist" and ".gnu.conflict".
8553
8554 2010-03-08  Joel Brobecker  <brobecker@adacore.com>
8555
8556         Memory error when reading wrong core file.
8557         * solib-svr4.c (solib_svr4_r_map): catch and print all exception
8558         errors while reading the inferior memory, and return zero if
8559         an exception was raised.
8560
8561 2010-03-07  Michael Snyder  <msnyder@vmware.com>
8562
8563         * record.c (record_restore): Rename tmpu8 to rectype.
8564
8565         * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
8566         tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
8567
8568         (i386_record_push): Rename local tmpulongest to addr.
8569
8570         (i386_process_record): Rename local tmpulongest to addr.
8571
8572         Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
8573         addr64.
8574
8575         Rename local variable tmpu8 to opcode8 and regnum.
8576
8577 2010-03-07  Joel Brobecker  <brobecker@adacore.com>
8578
8579         * remote.c (remote_get_ada_task_ptid): New function.
8580         (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
8581
8582 2010-03-06  Christopher Faylor  <me+cygwin@cgf.cx>
8583
8584         * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
8585         block.  Define helper macros to reduce ifdefs in code.
8586         (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
8587         size.  Call unadorned GetModuleFileNameEx rather than
8588         GetModuleFileNameEx*.
8589         (windows_make_so): Use __PMAX to denote maximum buffer size and
8590         cygwin_buf_t for buffer type.  Use GetSystemDirectory{W,A} as
8591         appropriate.
8592         (get_image_name): Use __PMAX to denote maximum buffer size.
8593         (handle_load_dll): Likewise.
8594         (windows_pid_to_exec_file): Likewise.
8595         (windows_create_inferior): Add many accommodations for older Cygwin and
8596         non-Cygwin.
8597         (bad_GetModuleFileNameExW): Control inclusion of this function based on
8598         __USEWIDE conditional.
8599         (bad_GetModuleFileNameExA): Likewise.
8600         (_initialize_loadable): Just use real function names without the dyn_
8601         part since they are defined earlier.
8602
8603 2010-03-05  Corinna Vinschen  <vinschen@redhat.com>
8604             Tom Tromey  <tromey@redhat.com>
8605
8606         * utils.c (host_char_to_target): Add 'gdbarch' argument.
8607         (parse_escape): Likewise.
8608         * python/py-utils.c (unicode_to_target_string): Update.
8609         (unicode_to_target_python_string): Update.
8610         (target_string_to_unicode): Update.
8611         * printcmd.c (printf_command): Update.
8612         * p-exp.y (yylex): Update.
8613         * objc-exp.y (yylex): Update.
8614         * mi/mi-parse.c: Include charset.h.
8615         (mi_parse_escape): New function.
8616         (mi_parse_argv): Use it.
8617         * jv-exp.y (yylex): Update.
8618         * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
8619         function.
8620         (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
8621         * gdbarch.sh (auto_charset, auto_wide_charset): New.
8622         * gdbarch.c: Rebuild.
8623         * gdbarch.h: Rebuild.
8624         * defs.h (parse_escape): Update.
8625         * cli/cli-setshow.c: Include arch-utils.h.
8626         (do_setshow_command): Update.
8627         * cli/cli-cmds.c (echo_command): Update.
8628         * charset.h (target_charset, target_wide_charset): Update.
8629         * charset.c: Include arch-utils.h.
8630         (target_charset_name): Default to "auto".
8631         (target_wide_charset_name): Likewise.
8632         (show_target_charset_name): Handle "auto".
8633         (show_target_wide_charset_name): Likewise.
8634         (be_le_arch): New global.
8635         (set_be_le_names): Add 'gdbarch' argument.
8636         (validate): Likewise.  Don't call set_be_le_names.
8637         (set_charset_sfunc, set_host_charset_sfunc)
8638         (set_target_charset_sfunc, set_target_wide_charset_sfunc):
8639         Update.
8640         (target_charset): Add 'gdbarch' argument.
8641         (target_wide_charset): Likewise.  Remove 'byte_order' argument.
8642         (auto_target_charset_name): New global.
8643         (default_auto_charset, default_auto_wide_charset): New functions.
8644         (_initialize_charset): Set auto_target_charset_name.  Allow "auto"
8645         for target charsets.  Copy result of nl_langinfo.  Use GetACP if
8646         USE_WIN32API.
8647         * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
8648         remove 'byte_order' argument.  Update.
8649         (classify_type): Likewise.
8650         (c_emit_char): Update.
8651         (c_printchar): Update.
8652         (c_printstr): Update.
8653         (c_get_string): Update.
8654         (evaluate_subexp_c): Update.
8655         * arch-utils.h (default_auto_charset, default_auto_wide_charset):
8656         Declare.
8657         * python/python.c (gdbpy_target_charset): New function.
8658         (gdbpy_target_wide_charset): Likewise.
8659         (GdbMethods): Update.
8660         * NEWS: Update.
8661
8662 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
8663
8664         * symfile.c (build_section_addr_info_from_objfile): Do not mask
8665         off high address bits.
8666
8667 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
8668
8669         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
8670         address as UnsignedLongLong, not LongLong.
8671
8672 2010-03-05  Kevin Buettner  <kevinb@redhat.com>
8673             Pedro Alves  <pedro@codesourcery.com>
8674
8675         * remote-mips.c (gdbthread.h): Include.
8676         (remote_mips_ptid): Declare.
8677         (mips_error): Only mourn the inferior when inferior_ptid is non-null.
8678         (common_open): Set inferior_ptid, add it as an inferior, and
8679         as a thread too.  Delete FIXME comment regarding start_remote().
8680         (mips_close): Invoke generic_mourn_inferior().
8681         (mips_kill): Make sure that target_mourn_inferior is invoked.
8682         (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
8683         it's now invoked from mips_close().
8684         (mips_load): Don't null out inferior_ptid.  Don't call
8685         clear_symtab_users().
8686         (mips_thread_alive, mips_pid_to_str): New functions.
8687         (_initialize_remote_mips): Initialize remote_mips_ptid.  Initialize
8688         to_thread_alive and to_pid_to_str operations.
8689
8690 2010-03-04  Tom Tromey  <tromey@redhat.com>
8691
8692         * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
8693         in DWARF 3 and later.
8694         (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
8695
8696 2010-03-04  Keith Seitz  <keiths@redhat.com>
8697
8698         * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
8699         If the filename portion of the linespec was quoted, recheck the
8700         remainder for additional quoting.
8701         (locate_first_half): Skip over completer chars, too.
8702
8703 2010-03-04  Tom Tromey  <tromey@redhat.com>
8704
8705         * printcmd.c (printf_command): Pass dummy argument to
8706         printf_filtered.
8707
8708 2010-03-04  Doug Evans  <dje@google.com>
8709
8710         * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
8711         unwound_fp.
8712
8713         * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
8714
8715 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
8716
8717         * breakpoint.c (update_watchpoint): Create a sentinel location if
8718         the software watchpoint isn't watching any memory.
8719         (breakpoint_address_bits): Skip dummy software watchpoint locations.
8720
8721 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
8722
8723         * utils.c (fputs_maybe_filtered): Check if there's already a top
8724         level interpreter before dereferencing it.  If there isn't one,
8725         don't paginate either.
8726
8727 2010-03-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
8728
8729         * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
8730         the state right when single stepping.
8731         (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
8732         Get the next PC along with the instruction state.
8733         (thumb_get_next_pc): Remove.
8734         (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
8735
8736 2010-03-04  Hui Zhu  <teawater@gmail.com>
8737
8738         * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
8739
8740 2010-03-03  Pedro Alves  <pedro@codesourcery.com>
8741
8742         * utils.c (fputs_maybe_filtered): Always disable pagination if the
8743         top level interpreter is MI.
8744
8745 2010-03-03 Stan Shebs  <stan@codesourcery.com>
8746
8747         * remote.c (remote_download_tracepoint): Iterate over locations.
8748         * tracepoint.c (validate_actionline): Ditto.
8749         (encode_actions): Add location argument.
8750         (trace_dump_command): Check all locations to see if stepping
8751         frame.
8752
8753 2010-03-03  H.J. Lu  <hongjiu.lu@intel.com>
8754             Eli Zaretskii  <eliz@gnu.org>
8755
8756         * NEWS: Add X86 general purpose registers section.
8757
8758 2010-03-03  Tom Tromey  <tromey@redhat.com>
8759
8760         PR mi/11098:
8761         * varobj.c (install_new_value): Handle case where new print_value
8762         is NULL.
8763
8764 2010-03-03  Dainis Jonitis  <jonitis@gmail.com>
8765
8766         PR gdb/11345:
8767         * printcmd.c (printf_command): Print end of format string using
8768         printf_filtered.
8769
8770 2010-03-02  Tom Tromey  <tromey@redhat.com>
8771
8772         * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
8773         * defs.h (read_command_lines_1): Add missing 'void'.
8774         * cli/cli-script.c (recurse_read_control_structure): Add missing
8775         'void'.
8776         (read_next_line): Likewise.
8777         (read_command_lines_1): Likewise.
8778
8779 2010-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
8780
8781         * spu-tdep.c (spu_analyze_prologue): Track instruction to
8782         store backchain as part of prologue.
8783
8784 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
8785
8786         * progspace.c (update_address_spaces): Update inferior address spaces
8787         also.
8788
8789 2010-03-02  Doug Evans  <dje@google.com>
8790
8791         * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
8792         lowpc,highpc args to addrmap_set_empty.
8793
8794 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
8795
8796         * amd64-tdep.c (amd64_byte_names): New.
8797         (amd64_word_names): Likewise.
8798         (amd64_dword_names): Likewise.
8799         (amd64_pseudo_register_name): Likewise.
8800         (amd64_pseudo_register_read): Likewise.
8801         (amd64_pseudo_register_write): Likewise.
8802         (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
8803         and num_mmx_regs.  Call set_gdbarch_pseudo_register_read,
8804         set_gdbarch_pseudo_register_write and
8805         set_tdesc_pseudo_register_name.  Don't call
8806         set_gdbarch_num_pseudo_regs.  Don't set mm0_regnum.
8807
8808         * i386-tdep.c (i386_num_mmx_regs): Removed.
8809         (i386_num_pseudo_regs): Likewise.
8810         (i386_byte_names): New.
8811         (i386_word_names): Likewise.
8812         (i386_byte_regnum_p): Likewise.
8813         (i386_word_regnum_p): Likewise.
8814         (i386_mmx_regnum_p): Updated.
8815         (i386_pseudo_register_name): Make it global.  Handle byte and
8816         word pseudo-registers.
8817         (i386_pseudo_register_read): Likewise.
8818         (i386_pseudo_register_write): Likewise.
8819         (i386_pseudo_register_type): Handle byte, word and dword
8820         pseudo-registers
8821         (i386_register_reggroup_p): Don't include pseudo
8822         registers, except for MXX, in any register groups.  Don't
8823         include pseudo byte, word, dword registers in general_reggroup.
8824         (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
8825         num_dword_regs, al_regnum, ax_regnum and eax_regnum.  Put MMX
8826         pseudo-registers after word pseudo-registers.  Call
8827         set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
8828
8829         * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
8830         al_regnum, num_word_regs, ax_regnum, num_dword_regs and
8831         eax_regnum.
8832         (i386_byte_regnum_p): New.
8833         (i386_word_regnum_p): Likewise.
8834         (i386_dword_regnum_p): Likewise.
8835         (i386_pseudo_register_name): Likewise.
8836         (i386_pseudo_register_read): Likewise.
8837         (i386_pseudo_register_write): Likewise.
8838
8839 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8840
8841         * target-descriptions.c (tdesc_type): Remove
8842         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8843         (tdesc_predefined_types): Likewise.
8844         (tdesc_gdb_type): Likewise.  Pass NULL to append_flags_type_flag
8845         if flag name is empty.
8846         (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
8847
8848         * features/i386/32bit-core.xml: Define i386_eflags.
8849         * features/i386/64bit-core.xml: Likewise.
8850
8851         * features/i386/32bit-sse.xml: Define i386_mxcsr.
8852         * features/i386/64bit-sse.xml: Likewise.
8853
8854         * features/i386/amd64-linux.c: Regenerated.
8855         * features/i386/amd64.c: Likewise.
8856         * features/i386/i386-linux.c: Likewise.
8857         * features/i386/i386.c: Likewise.
8858
8859 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
8860
8861         * gdbtypes.c (append_composite_type_field_raw): New.
8862         (append_composite_type_field_aligned): Use the new function.
8863         * gdbtypes.h (append_composite_type_field_raw): Declare.
8864         * target-descriptions.c (struct tdesc_type_field): Add start and end.
8865         (struct tdesc_type_flag): New type.
8866         (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
8867         kind.  Add size to u.u.  Add u.f for flags.
8868         (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
8869         (tdesc_free_type): Likewise.
8870         (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
8871         (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
8872         (tdesc_add_bitfield, tdesc_add_flag): New.
8873         * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
8874         (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
8875         * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
8876         current_type.  Add current_type_size and current_type_is_flags.
8877         (tdesc_start_union): Clear the new fields.
8878         (tdesc_start_struct, tdesc_start_flags): New.
8879         (tdesc_start_field): Handle struct fields, including bitfields.
8880         (field_attributes): Make type optional.  Add start and end.
8881         (union_children): Rename to struct_union_children.
8882         (union_attributes): Rename to struct_union_attributes.  Add optional
8883         size.
8884         (flags_attributes): New.
8885         (feature_children): Add struct and flags.
8886         * features/gdb-target.dtd: Add flags and struct to features.
8887         Make field type optional.  Add field start and end.
8888
8889 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8890
8891         * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
8892         (amd64_linux_read_description): Likewise.
8893         (_initialize_amd64_linux_nat): Set to_read_description to
8894         amd64_linux_read_description.
8895
8896         * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
8897         (amd64_linux_register_name): Removed.
8898         (amd64_linux_register_type): Likewise.
8899         (amd64_linux_core_read_description): New.
8900         (amd64_linux_init_abi): Set target description to
8901         tdesc_amd64_linux if needed.  Support orig_rax in target
8902         description.  Don't call set_gdbarch_register_name nor
8903         set_gdbarch_register_type.  Call
8904         set_gdbarch_core_read_description.
8905         (_initialize_amd64_linux_tdep): Call
8906         initialize_tdesc_amd64_linux.
8907
8908         * amd64-linux-tdep.h (tdesc_amd64_linux): New.
8909
8910         * amd64-tdep.c:  Include "features/i386/amd64.c".
8911         (amd64_register_names): Removed.
8912         (amd64_register_name): Likewise.
8913         (amd64_register_type): Likewise.
8914         (amd64_init_abi):  Set num_core_regs and register_names.  Set
8915         target description to tdesc_amd64 if needed.  Don't call
8916         set_gdbarch_register_name nor set_gdbarch_register_type.
8917         (_initialize_amd64_tdep): New.
8918
8919         * i386-linux-nat.c (i386_linux_read_description): New.
8920         (_initialize_i386_linux_nat): Set to_read_description to
8921         i386_linux_read_description.
8922
8923         * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
8924         (i386_linux_register_name): Removed.
8925         (i386_linux_core_read_description): New.
8926         (i386_linux_read_description): Likewise.
8927         (i386_linux_init_abi): Don't call set_gdbarch_register_name.
8928         Set target description to tdesc_i386_linux if needed.  Support
8929         orig_eax.  Set register_reggroup_p.  Call
8930         set_gdbarch_core_read_description.
8931         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
8932
8933         * i386-linux-tdep.h (tdesc_i386_linux): New.
8934
8935         * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
8936         with I387_NUM_REGS.
8937
8938         * i386-tdep.c: Include "features/i386/i386.c".
8939         (i386_register_names): Make it const.
8940         (i386_mmx_names): Likewise.
8941         (i386_num_register_names): Removed.
8942         (i386_register_name): Likewise.
8943         (i386_eflags_type): Likewise.
8944         (i386_mxcsr_type): Likewise.
8945         (i386_sse_type): Likewise.
8946         (i386_register_type): Likewise.
8947         (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
8948         (i386_pseudo_register_name): New.
8949         (i386_pseudo_register_type): Likewise.
8950         (i386_mmx_type): Make it static.
8951         (i386_gdbarch_init): Check arch.  Replace I386_NUM_FREGS with
8952         I387_NUM_REGS.  Set num_core_regs and register_names.  Don't
8953         call set_gdbarch_register_name nor set_gdbarch_register_type.
8954         Set register_reggroup_p.  Set target description to tdesc_i386
8955         if needed.  Call set_tdesc_pseudo_register_type,
8956         set_tdesc_pseudo_register_name and tdesc_use_registers.
8957         (_initialize_i386_tdep): Call initialize_tdesc_i386.
8958         initialize_tdesc_x86_64.
8959
8960         * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
8961         i386_mxcsr_type and i386_sse_type.  Add num_core_regs,
8962         register_names, tdesc and register_reggroup_p.
8963         (I386_NUM_FREGS): Removed.
8964         (i386_eflags_type): Likewise.
8965         (i386_mxcsr_type): Likewise.
8966         (i386_mmx_type): Likewise.
8967         (i386_sse_type): Likewise.
8968         (i386_register_name): Likewise.
8969         (i386_regnum): Add I386_MXCSR_REGNUM.
8970         (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
8971
8972         * i387-tdep.h (I387_NUM_REGS): New.
8973
8974         * regformats/i386/i386-linux.dat: Generated.
8975         * regformats/i386/i386.dat: Likewise.
8976         * regformats/i386/amd64-linux.dat: Likewise.
8977         * regformats/i386/amd64.dat: Likewise.
8978
8979         * regformats/reg-i386-linux.dat: Removed.
8980         * regformats/reg-i386.dat: Likewise.
8981         * regformats/reg-x86-64-linux.dat: Likewise.
8982         * regformats/reg-x86-64.dat: Likewise.
8983
8984 2010-03-01  Corinna Vinschen  <vinschen@redhat.com>
8985
8986         * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
8987         cygwin_conv_path API rather than the deprecated
8988         cygwin_conv_to_full_posix_path.
8989         * windows-nat.c:
8990         (GetModuleFileNameExA): Undefine for Cygwin.
8991         (GetModuleFileNameExW): Define for Cygwin.
8992         (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
8993         Call GetModuleFileNameExW and convert path to POSIX using
8994         cygwin_conv_path.
8995         (windows_make_so): Always define p.  Drop unused variable m.
8996         Don't use Win32 functions to check file existance, rather use
8997         access on Cygwin.  Fetch system directory using GetSystemDirectoryW.
8998         Use canonicalize_file_name to get full path.
8999         (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9000         to convert Unicode pathname to multibyte on Cygwin.  Otherwise,
9001         use correct target buffer size in call to WideCharToMultiByte.
9002         (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9003         (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9004         (windows_create_inferior): Convert all paths and arguments to wchar_t
9005         and use CreateProcessW on Cygwin.
9006         (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9007         (bad_GetModuleFileNameExA): Undefine for Cygwin.
9008         (bad_GetModuleFileNameExW): Define for Cygwin.
9009         (_initialize_loadable): Load GetModuleFileNameExW into
9010         dyn_GetModuleFileNameExW on Cygwin.  Don't load ANSI function on Cygwin.
9011
9012 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
9013
9014         PR python/11036
9015         * python/py-frame.c (frapy_read_var): Add block argument and logic
9016         to cope with user provided blocks.
9017
9018 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9019
9020         * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9021         New comment.
9022
9023 2010-02-28  Corinna Vinschen  <vinschen@redhat.com>
9024
9025         * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9026         (COMMON_OBS): ... to here since it's used unconditionally.
9027         (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9028         (SFILES): To here.
9029
9030 2010-02-26  David Daney  <ddaney@caviumnetworks.com>
9031
9032         * mips-linux-tdep.c: Update struct sigframe comments.
9033         (SIGFRAME_CODE_OFFSET): Delete macro.
9034         (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9035         this_frame's sp.
9036         (mips_linux_n32n64_sigframe_init): Same.
9037
9038 2010-02-26  Kevin Buettner  <kevinb@redhat.com>
9039
9040         * remote-mips.c (mips_load): Don't use pseudo-register when
9041         invalidating regcache.
9042
9043 2010-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
9044
9045         * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9046
9047 2010-02-26  Pedro Alves  <pedro@codesourcery.com>
9048
9049         * NEWS: Add "New targets" section, and mention ARM Symbian
9050         support.
9051
9052 2010-02-26  Ulrich Weigand  <uweigand@de.ibm.com>
9053
9054         * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9055         add ADDR_SIZE member.
9056         (allocate_piece_closure): Update.
9057         (copy_pieced_value_closure): Likewise.
9058         (dwarf2_evaluate_loc_desc): Likewise.
9059         (read_pieced_value): Use DWARF address size instead of
9060         GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9061
9062 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
9063             Tom Tromey  <tromey@redhat.com>
9064
9065         * python/py-type.c (typy_lookup_typename): Add in block argument.
9066         If provided restrict lookup to specified blocks.
9067         (gdbpy_lookup_type): Likewise.
9068         (typy_lookup_type): Likewise.
9069
9070 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
9071
9072         Symbian config
9073
9074         gdb/
9075         * arm-symbian-tdep.c: New.
9076         * configure.tgt (arm*-*-symbianelf*): New target.
9077         (*-*-symbianelf*): New OS.
9078         * osabi.c (gdb_osabi_names): Add Symbian.
9079         * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9080         * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9081         (ALLDEPFILES): Add arm-symbian-tdep.c.
9082
9083 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
9084
9085         * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9086
9087 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9088
9089         * mi/mi-main.c (mi_cmd_execute): Fix typo.
9090
9091 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
9092             Tom Tromey  <tromey@redhat.com>
9093             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9094
9095         * python/python.c (_initialize_python): Call
9096         gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9097         gdbpy_initialize_blocks.
9098         * python/python-internal.h: Declare struct symbol, block and
9099         symtab_and_line.  Declare block_object_type and
9100         symbol_object_type
9101         (gdbpy_lookup_symbol gdbpy_block_for_pc)
9102         (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9103         (symbol_to_symbol_object,  block_to_block_object)
9104         (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9105         (gdbpy_initialize_blocks ): Declare.
9106         * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9107         (frapy_select): Add methods.
9108         (frapy_read_var): Add symbol branch.
9109         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9110         py-block.
9111         (SUBDIR_PYTHON_SRCS): Likewise.
9112         (py-symbol.o): New rule.
9113         (py-symtab.o): Likewise.
9114         (py-block.o): Likewise.
9115         * python/py-symbol.c: New file.
9116         * python/py-symtab.c: Likewise.
9117         * python/py-block.c: Likewise.
9118
9119 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9120
9121         PR gdb/11321
9122
9123         * inferior.h (prepare_for_detach): Declare.
9124         (struct inferior) <detaching>: New field.
9125         * infrun.c (prepare_for_detach): New.
9126         (handle_inferior_event) <random signal>: Don't stop if detaching.
9127         * target.c (target_detach): Call prepare_for_detach.
9128
9129 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9130
9131         Per-process displaced stepping queue.
9132
9133         * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9134         (displaced_step_gdbarch, displaced_step_closure,
9135         (displaced_step_original, displaced_step_copy): Move globals to
9136         this...
9137         (struct displaced_step_inferior_state): ... new structure.
9138         (displaced_step_inferior_states): New global.
9139         (get_displaced_stepping_state, add_displaced_stepping_state)
9140         (remove_displaced_stepping_state, infrun_inferior_exit): New
9141         functions.
9142         (displaced_step_clear): Add displaced_step_inferior_state
9143         parameter, and adjust to handle it.
9144         (displaced_step_clear_cleanup): Parameter is now a
9145         displaced_step_inferior_state.  Adjust.
9146         (displaced_step_prepare): Adjust.
9147         (displaced_step_fixup, displaced_step_fixup)
9148         (infrun_thread_ptid_changed, resume): Adjust.
9149         (init_wait_for_inferior): Don't call displaced_step_clear.
9150         (infrun_thread_stop_requested): Rewrite.
9151         (_initialize_infrun): Install infrun_inferior_exit as
9152         inferior_exit observer.
9153
9154 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9155
9156         * inferior.h (ptid_match): Declare.
9157         * infrun.c (ptid_match): New.
9158         * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9159         (handle_notification): Add debug output.
9160         * linux-nat.c (ptid_match): Delete.
9161
9162 2010-02-24  David S. Miller  <davem@davemloft.net>
9163
9164         * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9165         * syscalls/sparc-linux.xml: New.
9166         * syscalls/sparc64-linux.xml: New.
9167         * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9168         * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9169         (sparc32_linux_get_syscall_number): New function.
9170         (sparc32_linux_init_abi): Set syscall XML file name and hook up
9171         syscall number fetcher.
9172         * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9173         (sparc64_linux_get_syscall_number): New function.
9174         (sparc64_linux_init_abi): Set syscall XML file name and hook up
9175         syscall number fetcher.
9176
9177 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
9178
9179         Multiexec MI
9180
9181         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9182         * inferior.c (add_inferior_silent): Notify inferior_added
9183         observer.
9184         (delete_inferior_1): Notify inferior_removed observer.
9185         (exit_inferior_1): Pass inferior, not pid, to observer.
9186         (inferior_appeared): Likewise.
9187         (add_inferior_with_spaces): New.
9188         (add_inferior_command): Use the above.
9189         * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9190         Declare.
9191
9192         * inflow.c (inflow_inferior_exit): Likewise.
9193         * jit.c (jit_inferior_exit_hook): Likewise.
9194
9195         * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9196         remove-inferior.
9197         * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9198         * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9199         (report_initial_inferior): New.
9200         (mi_inferior_removed): Register the above. Make sure
9201         inferior_added observer is called on the first inferior.
9202         (mi_new_thread, mi_thread_exit): Thread group is now identified by
9203         inferior number, not pid.
9204         (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9205         affected.
9206         * mi/mi-main.c (current_context): New.
9207         (proceed_thread_callback): Use typed closure.
9208         Proceed everything if pid is 0. Most implementation split into
9209         (proceed_thread): ... this.
9210         (run_one_inferior): New.
9211         (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9212         Adjust for multiexec behaviour.
9213         (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9214         (mi_cmd_execute): Handle the 'thread-group' option here.
9215         Do some extra checks.
9216         * mi-parse.c (mi_parse): Handle the --all and --thread-group
9217         options.
9218         * mi-parse.h (struct mi_parse): New fields all and thread_group.
9219
9220 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
9221
9222         Make -exec-run a proper MI commands.
9223
9224         * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9225         * mi/mi-cmds.c (mi_cmds): Adjust.
9226         * mi/mi-main.c (mi_cmd_exec_run): New.
9227
9228 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9229             Stan Shebs  <stan@codesourcery.com>
9230
9231         * tracepoint.h (set_traceframe_number)
9232         (cleanup_restore_current_traceframe): Declare.
9233         * tracepoint.c (set_traceframe_number): New.
9234         (struct current_traceframe_cleanup): New.
9235         (do_restore_current_traceframe_cleanup)
9236         (restore_current_traceframe_cleanup_dtor)
9237         (make_cleanup_restore_current_traceframe): New.
9238         * infrun.c: Include tracepoint.h.
9239         (fetch_inferior_event): Switch out and in of tfind mode.
9240
9241 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9242
9243         * breakpoint.c (breakpoint_init_inferior): Also delete
9244         bp_shlib_event breakpoints.
9245         * solib-frv.c (enable_break): Remove call to
9246         remove_solib_event_breakpoints.
9247         * solib-svr4.c (enable_break): Ditto.
9248         * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9249         * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9250         * solib-som.c (som_solib_create_inferior_hook): Ditto.
9251         * solib-spu.c (spu_enable_break): Ditto.
9252
9253 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
9254
9255         * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9256
9257 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
9258
9259         * varobj.c (varobj_update): Avoid non-constants in initializers.
9260
9261 2010-02-23  Tom Tromey  <tromey@redhat.com>
9262
9263         * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9264         handle big-endian values.
9265         (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9266
9267 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
9268
9269         PR9605
9270
9271         gdb/
9272         * breakpoint.c (insert_bp_location): If inserting the read
9273         watchpoint failed, fallback to an access watchpoint.
9274         (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9275         if the value changed, if not watching the same memory for writes.
9276         (watchpoint_locations_match): Add comment.
9277         (update_global_location_list): Copy the location's watchpoint type.
9278         * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9279         handle read watchpoints here.
9280         (i386_insert_watchpoint): Read watchpoints aren't supported.
9281         * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9282         packets.
9283         * target.h (target_insert_watchpoint): Update description.
9284
9285 2010-02-19  Tom Tromey  <tromey@redhat.com>
9286
9287         * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9288         * m2-typeprint.c (m2_print_type): Update.
9289         * gdbtypes.c (recursive_dump_type): Update.
9290         (copy_type_recursive): Update.
9291         * c-typeprint.c (c_type_print_varspec_prefix): Update.
9292         (c_type_print_base): Update.
9293         * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9294         Remove.
9295         (struct cplus_struct_type) <ntemplate_args>: Remove.
9296         <struct template_arg>: Remove.
9297         <is_dynamic>: Move earlier.
9298         (TYPE_TEMPLATE_ARGS): Remove.
9299         (TYPE_NTEMPLATE_ARGS): Remove.
9300         (TYPE_TEMPLATE_ARG): Remove.
9301
9302 2010-02-19  Tom Tromey  <tromey@redhat.com>
9303
9304         PR c++/8693, PR c++/9496:
9305         * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9306         * c-exp.y (lex_one_token): Rename from yylex.  Don't call
9307         write_dollar_variable.  Don't try to classify NAME tokens.
9308         (token_and_value): New type.
9309         (token_fifo, popping, name_obstack): New globals.
9310         (classify_name): New function.
9311         (classify_inner_name): Likewise.
9312         (yylex): Likewise.
9313         (VARIABLE): Now has type sval.
9314         (exp : VARIABLE): Call write_dollar_variable.
9315         (qualified_name): Use TYPENAME, not typebase.  Add production for
9316         multiple "::" instances.
9317         (variable): Use name_not_typename.
9318         (qualified_type): Remove.
9319         (typebase): Update.
9320
9321 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9322
9323         * symfile.c (addr_info_make_relative): Extend comment.  Move SECT to
9324         a more inner block.  Initialize ADDR by LOWER_OFFSET only if it was
9325         found by bfd_get_section_by_name.
9326         * symfile.h (struct section_addr_info) <sectindex>: New comment.
9327
9328 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
9329
9330         * NEWS: Add new "[...] since 7.1" section.  Rename the "[...] since
9331         7.0 section" into "Changes in 7.1".
9332
9333 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
9334
9335         GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9336         * version.in: Bump version to 7.1.50.20100219-cvs.
9337
9338 2010-02-18  Harald Koenig  <H.Koenig@science-computing.de>
9339
9340         * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9341         * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9342
9343 2010-02-17  Tom Tromey  <tromey@redhat.com>
9344
9345         * NEWS: Add Python API Improvements section.
9346
9347 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
9348
9349         * NEWS: Correct typo.
9350
9351 2010-02-17  Tom Tromey  <tromey@redhat.com>
9352
9353         * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9354
9355 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9356
9357         * symfile.c (build_section_addr_info_from_objfile): Include sections
9358         only if they are SEC_ALLOC or SEC_LOAD.
9359
9360 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
9361
9362         PR shlibs/11293
9363         * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9364         of ULONGEST for address size.
9365
9366 2010-02-17  Tom Tromey  <tromey@redhat.com>
9367
9368         * NEWS: Add C++ improvements section.
9369
9370 2010-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
9371
9372         * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9373         PyThreadState_Swap): Avoid "statement with no effect" warning.
9374
9375 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9376
9377         * solib-svr4.c (enable_break <target_auxv_search>): New variable
9378         addr_bit.  Adjust LOAD_ADDR sign for cross-arch inferiors.
9379
9380 2010-02-17  Tristan Gingold  <gingold@adacore.com>
9381             Petr Hluzin  <petr.hluzin@gmail.com>
9382
9383         * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9384         gdb_assert.  Fix info->size for SIG prologue.
9385
9386 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9387
9388         * infcmd.c (show_inferior_tty_command): Check for NULL.
9389         Correct output message.
9390
9391 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9392
9393         * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9394         FUNCTION contains parentheses.  Improve removal of a trailing
9395         single quote.
9396
9397 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9398
9399         * gcore.c (do_bfd_delete_cleanup): New function.
9400         (gcore_command): Use it.  Discard the cleanup after success.
9401         (gcore_copy_callback): Delete dead code.
9402
9403 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9404
9405         * symfile.c (addr_info_make_relative): Always use
9406         find_lowest_section.
9407
9408 2010-02-16  Sami Wagiaalla <swagiaal@redhat.com>
9409
9410         * NEWS: Added entry for namespace fixes.
9411
9412 2010-02-15  Tom Tromey  <tromey@redhat.com>
9413
9414         * dwarf2read.c (guess_structure_name): Allocate name on the
9415         objfile obstack.
9416
9417 2010-02-15  Tom Tromey  <tromey@redhat.com>
9418
9419         * c-typeprint.c (c_type_print_base): Reverse order of test.
9420
9421 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9422
9423         * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize.  Optionally
9424         initialize it from ELF BFD.  Extend the prelink condition by it.
9425
9426 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9427
9428         * defs.h (parse_pid_to_attach): New.
9429         * utils.c (parse_pid_to_attach): New.
9430         * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9431         * gnu-nat.c (gnu_attach): Likewise.
9432         * nto-procfs.c (procfs_attach): Likewise.
9433         * procfs.c (procfs_attach): Likewise.
9434         * windows-nat.c (windows_attach): Likewise.
9435         * inf-ptrace.c (inf_ptrace_attach): Likewise.  Remove variable dummy.
9436         * inf-ttrace.c (inf_ttrace_attach): Likewise.
9437         * remote.c (extended_remote_attach_1): Likewise.  New comment on getpid
9438         check.
9439
9440 2010-02-14  Masaki Muranaka  <monaka@monami-software.com>
9441
9442         * MAINTAINERS: Add myself for write after approval privileges.
9443
9444 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9445
9446         * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9447         block.
9448
9449 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9450
9451         * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9452         only if INFO_VERBOSE.
9453
9454 2010-02-12  Tomas Holmberg <th@virtutech.com>
9455
9456         * mi/mi-main.c: Added the --reverse flag to the following MI
9457         commands: exec-continue, exec-finish, exec-next, exec-step,
9458         exec-next-instruction, exec-step-instruction. This is to
9459         support reverse execution over the MI interface to gdb.
9460
9461 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9462
9463         * tracepoint.c (_initialize_tracepoint): Specify that the address
9464         range of `tfind outsize' is exclusive, and that the address range
9465         of `tfind range' is inclusive, in the commands' help strings.
9466
9467 2010-02-12  Joel Brobecker  <brobecker@adacore.com>
9468
9469         Spurious "dll not found" error messages on x64-windows.
9470         * windows-nat.c: Add include of complaints.h.
9471         (handle_unload_dll): Change dll-not-found error into a complaint.
9472
9473 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9474
9475         * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9476         bp_tracepoint and bp_fast_tracepoint, not
9477         bp_loc_software_breakpoint.
9478         (update_global_location_list): Tracepoints are never duplicates of
9479         anything.
9480
9481 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9482
9483         * breakpoint.c (break_command_really): Change return type to int.
9484         Return false if no breakpoint was created, true otherwise.
9485         (trace_command): Don't set the tracepoint count if no tracepoint
9486         was created.
9487         (ftrace_command): Ditto.
9488         (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
9489         created in the breakpoints table.
9490
9491 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9492             Ulrich Weigand  <uweigand@de.ibm.com>
9493
9494         * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
9495
9496 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9497
9498         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
9499         the offset value isn't of integral type.
9500
9501 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9502
9503         * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
9504         New.
9505
9506 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9507
9508         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
9509         non-subscriptable types.
9510         * valarith.c (binop_types_user_defined_p): New, abstracted out
9511         from ...
9512         (binop_user_defined_p): ... this.
9513         * value.h (binop_types_user_defined_p): Declare.
9514
9515 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9516
9517         * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
9518         Merge uploaded TSVs before merging uploaded tracepoints.
9519
9520 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9521
9522         * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
9523
9524 2010-02-11  Vladimir Prus  <vladimir@codesourcery.com>
9525
9526         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
9527         whitespace character after a dot in comment.
9528         (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
9529         Likewise.
9530         (list_args_or_locals): For the 'all' (that is
9531         -stack-list-variables) case, always output list of tuples.
9532         Output 'arg' field if variable is argument.
9533
9534 2010-02-10  Tom Tromey  <tromey@redhat.com>
9535
9536         * parser-defs.h (parser_debug): Declare.
9537         * parse.c (_initialize_parse): Install "debug parser" set/show
9538         command.
9539         (parser_debug): New global.
9540         (show_parserdebug): New function.
9541         * c-exp.y (c_parse): Set yydebug.
9542
9543 2010-02-10  H.J. Lu  <hongjiu.lu@intel.com>
9544
9545         * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
9546         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9547         (tdesc_predefined_types): Add i387_ext, i386_eflags and
9548         i386_mxcsr.
9549         (tdesc_find_type): New.
9550         (tdesc_gdb_type): Use tdesc_find_type.  Handle TDESC_TYPE_I387_EXT,
9551         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9552
9553         * target-descriptions.h (tdesc_find_type): New.
9554
9555 2010-02-10  Michael Snyder  <msnyder@vmware.com>
9556
9557         * gdb-gdb.py: Comment fix.
9558
9559 2010-02-09  Tristan Gingold  <gingold@adacore.com>
9560
9561         * machoread.c (macho_symfile_relocate): New function.
9562         (macho_sym_fns): Use macho_symfile_relocate instead of
9563         default_symfile_relocate.
9564         (macho_oso_data): New type.
9565         (current_oso): New variable.
9566         (macho_add_oso_symfile): Do not compute section_addr_info, but
9567         instead set vma of sections.
9568         Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
9569         Set and clear current_oso.
9570
9571 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
9572
9573         Wrong type description for tagged type parameter.
9574         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
9575         EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
9576         reference to a tagged type.
9577
9578 2010-02-09  Tristan Gingold  <gingold@adacore.com>
9579
9580         * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
9581         brothers of the parent.
9582
9583 2010-02-08  Tom Tromey  <tromey@redhat.com>
9584
9585         PR c++/8017:
9586         * value.h: Update.
9587         * valops.c (search_struct_field): Make 'name' const.
9588         (search_struct_method): Likewise.
9589         (find_method_list): Make 'method' const.
9590         (value_struct_elt): Make 'name' and 'err' const.
9591         (value_find_oload_method_list): Make 'method' const.
9592         (find_overload_match): Make 'name' const.
9593         * eval.c (evaluate_subexp_standard): New locals function,
9594         function_name.
9595         <OP_FUNCALL>: Handle OP_SCOPE specially.
9596
9597 2010-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
9598
9599         * infrun.c (handle_inferior_event): Do not look up regcache
9600         for exited processes.
9601
9602 2010-02-08  Chris Moller  <moller@mollerware.com>
9603
9604         PR gdb/10728
9605         * valarith.c (value_ptrdiff): Added a test for a zero type length,
9606         warn if found, and assume length = 1.
9607
9608 2010-02-08  Chris Moller  <cmoller@redhat.com>
9609
9610         PR gdb/9067
9611         * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
9612         (cp_print_static_field)  Fix use of obstacks.
9613
9614 2010-02-08  Pedro Alves  <pedro@codesourcery.com>
9615
9616         * linux-nat.c (linux_nat_resume): In non-stop, also only tag
9617         resumed LWPs as resumed.
9618         (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
9619         we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
9620         of throwing an internal error.  If an LWP of a process we're not
9621         waiting for reports a signal, don't force collecting a SIGSTOP,
9622         and if it was breakpoint hit in non-stop mode, cancel it.  Don't
9623         go through all LWPs cancelling breakpoints in non-stop mode.
9624         (resume_stopped_resumed_lwps): New.
9625         (linux_nat_wait): Use it.
9626
9627 2010-02-07  H.J. Lu  <hongjiu.lu@intel.com>
9628
9629         * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
9630         i386/amd64 and i386/amd64-linux.
9631         (i386/i386-expedite): New.
9632         (i386/i386-linux-expedite): Likewise.
9633         (i386/amd64-expedite):Likewise.
9634         (i386/amd64-linux-expedite): Likewise.
9635         ($(outdir)/i386/i386-linux.dat): Likewise.
9636         ($(outdir)/i386/amd64.dat): Likewise.
9637         ($(outdir)/i386/amd64-linux.dat): Likewise.
9638
9639         * features/i386/32bit-core.xml: New.
9640         * features/i386/32bit-linux.xml: Likewise.
9641         * features/i386/32bit-sse.xml: Likewise.
9642         * features/i386/64bit-core.xml: Likewise.
9643         * features/i386/64bit-linux.xml: Likewise.
9644         * features/i386/64bit-sse.xml: Likewise.
9645         * features/i386/i386-linux.xml: Likewise.
9646         * features/i386/i386.xml: Likewise.
9647         * features/i386/amd64-linux.xml: Likewise.
9648         * features/i386/amd64.xml: Likewise.
9649         * features/i386/i386-linux.c: Likewise.
9650         * features/i386/i386.c: Likewise.
9651         * features/i386/amd64-linux.c: Likewise.
9652         * features/i386/amd64.c: Likewise.
9653
9654 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
9655
9656         PR c++/7935:
9657         * cp-support.h: Added char* alias element to using_direct data
9658         struct.
9659         (cp_add_using): Added char* alias argument.
9660         (cp_add_using_directive): Ditto.
9661         * cp-namespace.c: Updated with the above changes.
9662         (cp_lookup_symbol_imports): Check for aliases.
9663         * dwarf2read.c (read_import_statement): Figure out local alias
9664         for the import and pass it on to cp_add_using.
9665         (read_namespace): Pass alias argument to cp_add_using.
9666
9667 2010-02-05  Hui Zhu  <teawater@gmail.com>
9668
9669         * defs.h (gdb_bfd_errmsg): New extern.
9670         * exec.c (exec_file_attach): Change bfd_errmsg to
9671         gdb_bfd_errmsg.
9672         * utils.c (AMBIGUOUS_MESS1): New macro.
9673         (AMBIGUOUS_MESS2): New macro.
9674         (gdb_bfd_errmsg): New function.
9675
9676 2010-02-04  Doug Evans  <dje@google.com>
9677
9678         * solib-svr4.c (enable_break): Add comment.
9679
9680 2010-02-04  Anthony Green  <green@moxielogic.com>
9681
9682         * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
9683         gracefully.
9684
9685 2010-02-04  Tom Tromey  <tromey@redhat.com>
9686
9687         * valops.c (search_struct_field): Account for
9688         value_embedded_offset.  Fix check for virtual base past the end of
9689         the object.  Use value_copy when making a slice of the value.
9690
9691 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
9692
9693         PR tui/9622
9694         * tui/tui-interp.c (tui_init): Call tui_initialize_readline
9695         only if gdb_stdout is a tty.
9696
9697 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
9698
9699         * target-descriptions.c: Include "osabi.h".
9700         (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
9701         OSABI.
9702
9703 2010-02-04  Tristan Gingold  <gingold@adacore.com>
9704
9705         * machoread.c (macho_add_oso): Renamed to macho_register_oso.
9706         (macho_symtab_read): Adjust calls to macho_add_oso.
9707         (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
9708         (macho_symfile_read): Adjust call to macho_oso_symfile.
9709         (macho_new_init): Move this function after declarations.
9710         (macho_symfile_init): Ditto.
9711         * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
9712         * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
9713
9714 2010-02-04  Vladimir Prus  <vladimir@codesourcery.com>
9715
9716         Include MI command in remotelog.
9717
9718         * mi/mi-main.c (mi_execute_command): Call target_log_command.
9719
9720 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
9721
9722         * remote.c (remote_state): Remove gdbarch.
9723         (init_remote_state): Don't set gdbarch.
9724         (remote_query_supported): Pass target_gdbarch instead of
9725         rs->gdbarch to gdbarch_qsupported.
9726
9727 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
9728
9729         * gdbarch.sh: Add qsupported.
9730
9731         * gdbarch.c: Regenerated.
9732         * gdbarch.h: Likewise.
9733
9734         * remote.c (remote_state): Add gdbarch.
9735         (init_remote_state): Set gdbarch.
9736         (remote_query_supported): Support gdbarch_qsupported.
9737
9738 2010-02-03  Daniel Jacobowitz  <dan@codesourcery.com>
9739
9740         * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
9741         __FreeBSD_kernel_version.
9742
9743 2010-02-03  Tristan Gingold  <gingold@adacore.com>
9744
9745         * symfile.h (struct sym_fns): Add sym_relocate field.
9746         (default_symfile_relocate): New prototype.
9747         (symfile_relocate_debug_section): First argument is now an objfile.
9748         * symfile.c (default_symfile_relocate): Rename from
9749         symfile_relocate_debug_section, first argument is now an objfile.
9750         (symfile_relocate_debug_section): New function.
9751         * coffread.c (coff_sym_fns): Set sym_relocate field.
9752         * somread.c (som_sym_fns): Ditto.
9753         * mipsread.c (ecoff_sym_fns): Ditto.
9754         * machoread.c (macho_sym_fns): Ditto.
9755         * elfread.c (elf_sym_fns): Ditto.
9756         * dwarf2read.c (dwarf2_read_section): Ditto.
9757         * xcoffread.c (xcoff_sym_fns): Ditto.
9758         * dbxread.c (aout_sym_fns): Ditto.
9759         (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
9760         (elfstab_build_psymtabs): Ditto.
9761
9762 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
9763
9764         * defs.h (MAX_REGISTER_SIZE): Increase to 32.
9765
9766 2010-02-02  Tom Tromey  <tromey@redhat.com>
9767
9768         * valops.c (value_cast_structs): Try downcasting using the RTTI
9769         type.
9770
9771 2010-02-02  Tom Tromey  <tromey@redhat.com>
9772
9773         * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
9774         (gnuv2_baseclass_offset): Now static.
9775         * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
9776         * gnu-v2-abi.h: Remove.
9777
9778 2010-02-02  Tom Tromey  <tromey@redhat.com>
9779
9780         * m2-typeprint.c (m2_record_fields): Don't use
9781         TYPE_DECLARED_TYPE.
9782         * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
9783         (struct main_type) <flag_declared_class>: New field.
9784         (struct cplus_struct_type) <declared_type>: Remove.
9785         <ntemplate_args>: Move earlier.
9786         (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
9787         (DECLARED_TYPE_TEMPLATE): Remove.
9788         (TYPE_DECLARED_TYPE): Remove.
9789         * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
9790         * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
9791         * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
9792         TYPE_DECLARED_TYPE.
9793
9794 2010-02-02  Tom Tromey  <tromey@redhat.com>
9795
9796         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
9797         * valops.c (search_struct_field): Compute nbases after calling
9798         CHECK_TYPEDEF.
9799         (check_field): Call CHECK_TYPEDEF.
9800         * cp-valprint.c (cp_print_value): Pass correct address to
9801         baseclass_offset.  Fix check for virtual base past the end of the
9802         object.  Don't offset address passed to cp_print_value_fields or
9803         apply_val_pretty_printer.
9804         (cp_print_value_fields): Fix call to val_print.
9805         (cp_print_value_fields_rtti): New function.
9806         * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
9807         * p-valprint.c (pascal_object_print_value_fields): Fix call to
9808         val_print.
9809         * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
9810         offset to address.
9811         * language.h (struct language_defn) <la_val_print>: Document.
9812         * c-lang.h (cp_print_value_fields_rtti): Declare.
9813
9814 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9815
9816         PR libc/11214:
9817         * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9818         (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
9819         (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9820
9821 2010-02-01  Michael Matz  <matz@suse.de>
9822             Daniel Jacobowitz  <dan@codesourcery.com>
9823
9824         * i386-tdep.c (i386_frame_cache): Assume valid anonymous
9825         functions use a frame pointer.
9826
9827 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9828
9829         * solib-svr4.c (scan_dyntag): New variable dyn_addr.  Replace gdb_assert
9830         by a conditional setting DYN_ADDR.  Use DYN_ADDR.
9831         * config/djgpp/fnchange.lst: Add translations for
9832         symbol-without-target_section.exp and symbol-without-target_section.c.
9833
9834 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9835
9836         * gdbarch.sh: Set LANG and LC_ALL to C, not c.
9837         (remote_breakpoint_for_pc): Correct invalid_p check.
9838         * gdbarch.c: Regenerated.
9839
9840 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9841
9842         * arm-tdep.c (arm_find_mapping_symbol): New function, from
9843         arm_pc_is_thumb.
9844         (arm_pc_is_thumb): Use arm_find_mapping_symbol.
9845         (extend_buffer_earlier): New function.
9846         (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
9847         (arm_adjust_breakpoint_address): New function.
9848         (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
9849
9850 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9851
9852         * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
9853         (arm_linux_thumb2_le_breakpoint): New constants.
9854         (arm_linux_init_abi): Set thumb2_breakpoint and
9855         thumb2_breakpoint_size.
9856         * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
9857         (thumb_get_next_pc): Add a comment.  Rename IT to ITSTATE.
9858         Implement support for single stepping through IT blocks if
9859         a 32-bit Thumb breakpoint instruction is available.
9860         (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
9861         is available, use it when needed.
9862         (arm_remote_breakpoint_from_pc): New function.
9863         (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
9864         * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
9865         comment.  Add thumb2_breakpoint and thumb2_breakpoint_size.
9866
9867 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9868
9869         * arch-utils.c (default_remote_breakpoint_from_pc): New function.
9870         * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
9871         * gdbarch.c, gdbarch.h: Regenerated.
9872         * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
9873         * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
9874         gdbarch_remote_breakpoint_from_pc.
9875
9876 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
9877
9878         * infrun.c (prepare_to_proceed): Handle other signals which might
9879         match a breakpoint.
9880         (handle_inferior_event): Move the check for unusual breakpoint
9881         signals earlier.
9882
9883 2010-01-29  Paul Hilfinger  <hilfinger@adacore.com>
9884
9885         amd64 - function returning record with field straddling 2 registers.
9886         * amd64-tdep.c (amd_classify_aggregate): Handle the case of
9887         a record of length <= 16 in which a field straddles the two
9888         eightbytes.
9889
9890 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9891
9892         Implement return values on amd64-windows.
9893         * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
9894         (amd64_windows_return_value): New function.
9895         (amd64_windows_init_abi): Call set_gdbarch_return_value with
9896         amd64_windows_return_value.
9897
9898 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9899
9900         amd64-windows: 32 bytes allocated on stack by caller for integer
9901         parameter registers.
9902         * i386-tdep.h (struct gdbarch_tdep): Add new field
9903         integer_param_regs_saved_in_caller_frame.
9904         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9905         tdep->integer_param_regs_saved_in_caller_frame to 1.
9906         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
9907         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
9908
9909 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9910
9911         amd64-windows: memory args passed by pointer during function calls.
9912         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
9913         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
9914         where tdep->memory_args_by_pointer is non-zero.
9915         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9916         tdep->memory_args_by_pointer to 1.
9917
9918 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9919
9920         amd64-windows: Integer parameters in function calls.
9921         * i386-tdep.h (enum amd64_reg_class): New, moved here from
9922         amd64-tdep.c.
9923         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
9924         call_dummy_integer_regs, and classify.
9925         * amd64-tdep.h (amd64_classify): Add declaration.
9926         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
9927         (amd64_reg_class): Delete, moved to i386-tdep.h.
9928         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
9929         Replace call to amd64_classify by call to tdep->classify.
9930         (amd64_push_arguments): Get the list of registers to use for
9931         passing integer parameters from the gdbarch tdep structure,
9932         rather than using a hardcoded one.  Replace calls to amd64_classify
9933         by calls to tdep->classify.
9934         (amd64_push_dummy_call): Get the register number used for
9935         the "hidden" argument from tdep->call_dummy_integer_regs.
9936         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
9937         and tdep->call_dummy_integer_regs.  Set tdep->classify.
9938         * amd64-windows-tdep.c: Add include of gdbtypes.h.
9939         (amd64_windows_dummy_call_integer_regs): New static global.
9940         (amd64_windows_classify): New function.
9941         (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
9942         tdep->call_dummy_integer_regs and tdep->classify.
9943
9944 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
9945
9946         * regcache.c (regcache_xmalloc): Add aspace argument.  Use it
9947         for the new regcache.  All callers updated.
9948         (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
9949         (get_thread_arch_regcache): Do not set aspace here.
9950         * regcache.h (regcache_xmalloc): Update declaration.
9951
9952         * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
9953         regcache_xmalloc updated.
9954
9955 2010-01-28  Joel Brobecker  <brobecker@adacore.com>
9956
9957         Another -Wunused-function error in procfs.c (sparc-solaris)
9958         * procfs.c (insert_dbx_link_breakpoint): Delete declaration.  Move up.
9959         Only define if SYS_syssgi is defined.
9960         (remove_dbx_link_breakpoint): Delete declaration.  Move up.
9961         (dbx_link_addr, insert_dbx_link_bpt_in_file)
9962         (insert_dbx_link_bpt_in_region): Move up.  Only define if SYS_syssgi
9963         is itself defined.
9964
9965 2010-01-27  Christopher Faylor  <me+cygwin@cgf.cx>
9966
9967         * windows-nat.c (windows_initialization_done): New variable.
9968         (get_windows_debug_event): Issue error when process dies before
9969         completely initializing.
9970         (do_initial_windows_stuff): Set flag to indicate when we are done with
9971         the initial steps of attaching to the child.
9972
9973 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9974
9975         * symtab.h (struct symbol <symtab>): New comment on NULL values.
9976
9977 2010-01-27  Doug Evans  <dje@google.com>
9978
9979         * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
9980
9981         * breakpoint.c (bpstat_stop_status): Delete useless code.
9982
9983 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9984
9985         * printcmd.c (display_uses_solib_p): Remove variable section.  Access
9986         objfile via SYMBOL_SYMTAB.
9987
9988 2010-01-26  Tom Tromey  <tromey@redhat.com>
9989
9990         PR exp/7643:
9991         * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
9992         coerce_array on result.
9993
9994 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
9995
9996         * cp-namespace.c (cp_lookup_symbol_namespace): Added
9997         search_parent argument.
9998         (cp_add_using): Initialize 'searched' field.
9999         (reset_directive_searched): New function.
10000         * cp-support.h: Add 'searched' field to using_direct struct.
10001         (cp_lookup_symbol_imports): Ditto.
10002         * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10003         Perform recursive search.
10004         Implement non parent search.
10005         * valops.c (value_maybe_namespace_elt): Updated.
10006
10007 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
10008
10009         PR gdb/10929:
10010         * dwarf2read.c (read_lexical_block_scope): Create blocks for
10011         scopes which contain using directives even if they contain no
10012         declarations.
10013         * symtab.c (lookup_symbol_aux): Pass lowest level block to
10014         la_lookup_symbol_nonlocal.
10015         * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10016         cp_lookup_symbol_namespace.
10017         (cp_lookup_symbol_namespace): Perform an import lookup at every
10018         block level.
10019         (cp_lookup_symbol_imports): New function.
10020         (cp_lookup_symbol_in_namespace): New function.
10021
10022 2010-01-25  Tom Tromey  <tromey@redhat.com>
10023
10024         PR gdb/11049:
10025         * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10026         result.
10027
10028 2010-01-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10029
10030         * configure.ac: Only use host_os part when disabling TUI on osf.
10031         Use test to check variables, prefix strings with x.
10032         * configure: Regenerate.
10033
10034         * solib-osf.c (osf_current_sos): Initialize tail.
10035
10036 2010-01-25  gingold  <gingold@adacore.com>
10037
10038         * windows-nat.c (windows_continue): Use %x to print thread id.
10039         (get_windows_debug_event): Ditto.
10040
10041 2010-01-22  Tom Tromey  <tromey@redhat.com>
10042
10043         PR symtab/11199:
10044         * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10045         type and arguments.  Use smash_to_methodptr_type.
10046         (read_structure_type): Call quirk_gcc_member_function_pointer
10047         later.
10048         * gdbtypes.h (smash_to_methodptr_type): Declare.
10049         * gdbtypes.c (smash_to_methodptr_type): New function.
10050         (lookup_methodptr_type): Use it.
10051
10052 2010-01-21  Tom Tromey  <tromey@redhat.com>
10053
10054         PR symtab/11198:
10055         * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10056         * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10057         * glibc-tdep.c (find_minsym_and_objfile): Remove.
10058         (glibc_skip_solib_resolver): Use
10059         lookup_minimal_symbol_and_objfile.
10060
10061 2010-01-21  Kai Tietz  <kai.tietz@onevision.com>
10062
10063         * inflow.c (check_syscall): Guard by #if clause for GO32 and
10064         WIN32 targets.
10065
10066 2010-01-20  Tom Tromey  <tromey@redhat.com>
10067
10068         PR backtrace/10770:
10069         * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10070         BINOP_GEQ.  Handle BINOP_NOTEQUAL in the signed case.
10071         * dwarf2expr.c (new_dwarf_expr_context): Allocate
10072         dwarf_stack_values, not CORE_ADDRs.
10073         (execute_stack_op): Change DW_OP_div and comparison operators to
10074         use signed operands.
10075
10076 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
10077
10078         Per-inferior args and tty and environment.
10079
10080         * infcmd.c (inferior_args): Rename to ...
10081         (inferior_args_scratch): ... this.
10082         (inferior_io_terminal): Rename to ...
10083         (inferior_io_terminal_scratch): ... this.
10084         (inferior_argc, inferior_argv): Remove.
10085         (set_inferior_io_terminal, get_inferior_io_terminal): Store
10086         inside current_inferior().
10087         (set_inferior_tty_command, show_inferior_tty_command): New.
10088         (get_inferior_args, set_inferior_args): Store inside
10089         current_inferior().
10090         (notice_args_set): Likewise and rename to...
10091         (set_args_command): ... this.
10092         (set_inferior_args_vector): Likewise.
10093         (notice_args_read): Rename to...
10094         (show_args_command): ...new.
10095         (tty_command): Remove.
10096         (run_command_1): Don't free old args, as they are freed by
10097         set_inferior_arg now.
10098         (run_no_args_command): Likewise.
10099         (inferior_environ): Remove.
10100         (run_command_1): Use environment of the current inferior.
10101         (environment_info, set_environment_command)
10102         (unset_environment_command, path_info, path_command): Likewise.
10103         (_initialize_infcmd): Adjust for function and variable renames.
10104         Do not init inferior_environ.
10105         * inferior.h (set_inferior_arg): Adjust prototype.
10106         (struct inferior): New fields args, argc, argv, terminal, environment.
10107         (inferior_environ): Remove declaration.
10108         * inferior.c (free_inferior): Free new fields.
10109         (add_inferior_silent): Initialize 'environment' field.
10110         * main.c (captured_main): Set arguments only after the initial
10111         inferior has been created.  Set set_inferior_io_terminal,
10112         not tty_command.
10113         * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10114         inferior.
10115         (_initialize_mi_cmd_env): Adjust for disappearance of global
10116         inferior_environ.
10117         * solib.c (solib_find): Use environment of the current inferior.
10118
10119 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10120
10121         * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10122         HAVE_PYTHON.
10123         (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10124
10125 2010-01-20  Joel Brobecker  <brobecker@adacore.com>
10126
10127         Get rid of ada-lang.c:function_name_from_pc.
10128         * ada-lang.c: Add "stack.h" #include.
10129         (function_name_from_pc): Delete.
10130         (is_known_support_routine): Replace call to function_name_from_pc
10131         by call to find_frame_funname.
10132         (ada_unhandled_exception_name_addr_from_raise): Likewise.
10133
10134 2010-01-19  Tom Tromey  <tromey@redhat.com>
10135
10136         PR c++/11026:
10137         * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10138         objfile obstack.
10139
10140 2010-01-19  Tom Tromey  <tromey@redhat.com>
10141
10142         * top.c (stop_sig, float_handler, do_nothing): Remove.
10143
10144 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10145
10146         * breakpoint.c (watchpoint_check): Check the call
10147         gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10148         Extend the comment.
10149         * config/djgpp/fnchange.lst: Add translations for
10150         watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10151         watchpoint-cond-gone-stripped.c.
10152
10153 2010-01-19  Tom Tromey  <tromey@redhat.com>
10154
10155         PR c++/8000:
10156         * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10157         into parent scope, and enumerator into grandparent scope.
10158
10159 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10160
10161         * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10162
10163 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10164
10165         * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10166         i[34567]86-*-solaris2.1[0-9]*.
10167         * configure.tgt: Likewise.
10168
10169 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10170
10171         * NEWS: Document the source command enhancement allowing it
10172         to load Python scripts. Document the "set/show script-extension"
10173         commands.
10174
10175 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10176
10177         Add -Wunused-function to compile flags.
10178         * configure.ac: Add -Wunused-function to build_warnings.
10179         * configure: Regenerate.
10180
10181 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10182
10183         "delete" ada-lex.c:input function, not used.
10184         * ada-lex.l: #define YY_NO_INPUT.
10185
10186 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10187
10188         Delete free_named_symtabs and associated cleanup.
10189         * symfile.h (free_named_symtabs): Delete declaration.
10190         * symfile.c: Remove some commented out code (clear_symtab_users_once).
10191         (cashier_psymtab): Comment function out.
10192         Delete declaration.
10193         (free_named_symtabs): Delete.
10194         * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10195         * dbxread.c (end_psymtab): Likewise.
10196         * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10197         * exec.c (exec_close_1): Ditto.
10198         * xcoffread.c (xcoff_end_psymtab): Likewise.
10199
10200 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10201
10202         * stack.c (print_block_frame_labels): Comment function out.
10203
10204 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10205
10206         Delete unused or undefined functions.
10207         * breakpoint.c (ep_parse_optional_filename): Delete.
10208         * dcache.c (dcache_write_line): Remove declaration.
10209         * infrun.c (build_infrun): Remove declaration.
10210         * tracepoint.c (tracepoint_save_command): Remove declaration.
10211         * linux-nat.c (init_lwp_list): Delete. No longer used.
10212         * event-loop.c (check_async_signal_handlers): Delete declaration.
10213         * infrun.c (init_execution_control_state): Delete.
10214         (proceed): Update comment to avoid mentioning
10215         init_execution_control_state.
10216         * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10217         * ada-lang.c (ada_to_static_fixed_value): Delete.
10218         * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10219         * cp-namespace.c (cp_copy_usings): Delete.
10220         * xml-syscall.c (xml_number_of_syscalls): Delete.
10221         * progspace.c (find_program_space_by_num): Delete.
10222         * inflow.c (handle_sigio): Delete declaration.
10223         * hppa-tdep.c (hppa_alignof): Delete.
10224         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10225         (mipsnbsd_core_osabi_sniffer): Delete.
10226
10227 2010-01-18  Tom Tromey  <tromey@redhat.com>
10228
10229         PR c++/9680:
10230         * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10231         (CONST_CAST): New tokens.
10232         (exp): Add new productions.
10233         (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10234         reinterpret_cast.
10235         (is_cast_operator): New function.
10236         (yylex): Handle cast operators specially.
10237         * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10238         UNOP_REINTERPRET_CAST>: New cases.
10239         * expprint.c (print_subexp_standard): Likewise.
10240         (op_name_standard): Likewise.
10241         (dump_subexp_body_standard): Likewise.
10242         * parse.c (operator_length_standard): Likewise.
10243         * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10244         UNOP_REINTERPRET_CAST.
10245         * gdbtypes.c (class_types_same_p): New function.
10246         (is_ancestor): Use it.
10247         (is_public_ancestor): New function.
10248         (is_unique_ancestor_worker): Likewise.
10249         (is_unique_ancestor): Likewise.
10250         * gdbtypes.h (class_types_same_p, is_public_ancestor)
10251         (is_unique_ancestor): Declare.
10252         * valops.c (value_reinterpret_cast): New function.
10253         (dynamic_cast_check_1): Likewise.
10254         (dynamic_cast_check_2): Likewise.
10255         (value_dynamic_cast): Likewise.
10256         * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10257
10258 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10259
10260         Fix build failure when building without Python support.
10261         * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10262         is not defined.
10263
10264 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10265
10266         Use XVS field type instead of doing a parallel lookup.
10267         * ada-lang.c (ada_get_base_type): Follow the XVS field type
10268         if it is a reference type instead of doing a type lookup using
10269         the XVS field name.
10270
10271 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10272
10273         Trust PAD types instead of using PAD___XVS.
10274         * ada-lang.c (trust_pad_over_xvs): New static variable.
10275         (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10276         parallel XVS type, follow the XVS type instead of the PAD type.
10277         (unwrap_value): Make sure that there is no parallel XVE type
10278         before returning the value as is.
10279         (set_ada_list, show_ada_list): New static variables.
10280         (set_ada_command, show_ada_command): New functions.
10281         (_initialize_ada_language): Add new "set/show ada" prefix commands.
10282         Add new "set/show ada trust-PAD-over-XVS" setting.
10283
10284 2010-01-18  Tom Tromey  <tromey@redhat.com>
10285             Thiago Jung Bauermann  <bauerman@br.ibm.com>
10286
10287         Allow "source" to load python scripts.
10288         * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10289         * python/python.c (source_python_script): New function.
10290         * python/python.h (source_python_script): Add declaration.
10291         * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10292         (script_ext_off, script_ext_soft, script_ext_strict)
10293         (script_ext_enums, script_ext_mode): New static constants.
10294         (show_script_ext_mode, find_and_open_script): New functions.
10295         (source_script): Enhance to handle Python scripts.
10296         (init_cli_cmds): Add set/show script-extension commands.
10297
10298 2010-01-16  Stan Shebs  <stan@codesourcery.com>
10299
10300         * tracepoint.h (struct trace_status): Use unsigned long long
10301         instead of size_t.
10302         * tracepoint.c (trace_status_command): Fix printf directive.
10303         (trace_save_command): Check fwrite returns, fix printf directive.
10304         (trace_filename): New global.
10305         (tfile_open): Set it, check read returns.
10306         (tfile_close): Free trace_filename.
10307         (tfile_get_traceframe_address): Check read returns.
10308         (tfile_trace_find): Ditto.
10309         (tfile_fetch_registers): Ditto.
10310         (tfile_xfer_partial): Ditto.
10311         (tfile_get_trace_state_variable_value): Ditto.
10312
10313 2010-01-15  Stan Shebs  <stan@codesourcery.com>
10314
10315         Add trace file support.
10316         * tracepoint.h (enum trace_stop_reason): New enum.
10317         (struct trace_status): New struct.
10318         (parse_trace_status): Declare.
10319         (struct uploaded_tp): Move here from remote.c,
10320         add fields for actions.
10321         (struct uploaded_tsv): New struct.
10322         * tracepoint.c (tfile_ops): New target vector.
10323         (trace_fd): New global.
10324         (tfile_open): New function.
10325         (tfile_close): New function.
10326         (tfile_files_info): New function.
10327         (tfile_get_trace_status): New function.
10328         (tfile_get_traceframe_address): New function.
10329         (tfile_trace_find): New function.
10330         (tfile_fetch_registers): New function.
10331         (tfile_xfer_partial): New function.
10332         (tfile_get_trace_state_variable_value): New function.
10333         (init_tfile_ops): New function.
10334         (_initialize_tracepoint): Call it, add tfile target.
10335         (trace_status): New global.
10336         (current_trace_status): New function.
10337         (trace_running_p): Remove, change all users to get from
10338         current_trace_status()->running.
10339         (get_trace_status): Remove.
10340         (trace_status_command): Call target_get_trace_status directly,
10341         report more detail including tracing stop reasons.
10342         (trace_find_command): Always allow tfind on a file.
10343         (trace_find_pc_command): Ditto.
10344         (trace_find_tracepoint_command): Ditto.
10345         (trace_find_line_command): Ditto.
10346         (trace_find_range_command): Ditto.
10347         (trace_find_outside_command): Ditto.
10348         (trace_frames_offset, cur_offset): Declare as off_t.
10349         (trace_regblock_size): Rename from reg_size, update users.
10350         (parse_trace_status): New function.
10351         (tfile_interp_line): New function.
10352         (disconnect_or_stop_tracing): Ensure current trace
10353         status before asking what to do.
10354         (stop_reason_names): New global.
10355         (trace_save_command): New command.
10356         (get_uploaded_tp): Move here from remote.c.
10357         (find_matching_tracepoint): Ditto.
10358         (merge_uploaded_tracepoints): New function.
10359         (parse_trace_status): Use stop_reason_names.
10360         (_initialize_tracepoint): Define tsave command.
10361         * target.h (target_ops): New fields to_save_trace_data,
10362         to_upload_tracepoints, to_upload_trace_state_variables,
10363         to_get_raw_trace_data, change to_get_trace_status
10364         to take a pointer to a status struct.
10365         (target_save_trace_data): New macro.
10366         (target_upload_tracepoints): New macro.
10367         (target_upload_trace_state_variables): New macro.
10368         (target_get_raw_trace_data): New macro.
10369         * target.c (update_current_target): Add new methods, change
10370         signature of to_get_trace_status.
10371         * remote.c (hex2bin): Make globally visible.
10372         (bin2hex): Ditto.
10373         (remote_download_trace_state_variable): Download name also.
10374         (remote_get_trace_status): Update parameter, use
10375         parse_trace_status.
10376         (remote_save_trace_data): New function.
10377         (remote_upload_tracepoints): New function.
10378         (remote_upload_trace_state_variables): New function.
10379         (remote_get_raw_trace_data): New function.
10380         (remote_start_remote): Use them.
10381         (_initialize_remote_ops): Add operations.
10382         * ax-gdb.c: Include breakpoint.h.
10383         * breakpoint.c (create_tracepoint_from_upload): Use
10384         break_command_really, return tracepoint, warn about unimplemented
10385         parts.
10386         * NEWS: Mention trace file addition.
10387
10388 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10389
10390         Fix compilation warning on gcc-3.4.
10391         * exec.c (print_section_info): Move the `displacement' variable
10392         initialization to its declaration.
10393
10394 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10395
10396         * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10397         comparison.
10398
10399 2010-01-15  Eric Botcazou  <botcazou@adacore.com>
10400
10401         "info tasks" broken by typedefs in ATCB type definitions.
10402         * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10403         ada_check_typedef before retrieving the length of the type for
10404         regular fields.
10405
10406 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
10407
10408         Do not use name-based lookup for unconstrained packed arrays.
10409         * ada-lang.c (find_parallel_type_by_descriptive_type):
10410         Limit the fallback to name-based lookups to the case where
10411         the type is a constrained packed array.
10412
10413 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
10414
10415         Enhance gdb-gdb.py to handle main_type.type_specific.
10416         * gdb-gdb.py: Print the type-specific part of struct main_type.
10417
10418 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10419
10420         * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10421         * configure: Regenerate.
10422         * config.in: Regenerate.
10423         * utils.c: Include sys/resource.h.
10424         (dump_core, can_dump_core): New.
10425         (internal_vproblem): Update the comment.  Check can_dump_core while
10426         setting dump_core_p.  Replace two abort calls by dump_core calls.
10427
10428 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10429             Eli Zaretskii  <eliz@gnu.org>
10430
10431         * NEWS: Document the PIE support.
10432
10433 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10434
10435         * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10436         (check_is_pie_binary, _initialize_linux_tdep): Remove.
10437
10438 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10439
10440         * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10441         Replace exec_entry_point call by bfd_get_start_address.
10442
10443 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10444
10445         Support Valgrind attachments broken by the PIE support.
10446         * auxv.c: Include gdbcore.h.
10447         (procfs_xfer_auxv): Make static.  Reduce its comment.  Drop its
10448         parameters ops, object and annex.  Remove their assertions.
10449         (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10450         * auxv.h (procfs_xfer_auxv): Remove comment.  Rename to ...
10451         (memory_xfer_auxv): ... here.
10452         * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10453         memory_xfer_auxv.
10454         * procfs.c (procfs_xfer_partial): Likewise.
10455         * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10456         (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10457         (svr4_solib_create_inferior_hook): Conditionalize the
10458         svr4_relocate_main_executable call.
10459
10460 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10461
10462         * solib-svr4.c (scan_dyntag): Remove variable dyn_addr.  New variable
10463         target_section.  Find SECT in current_target_sections, gdb_assert it.
10464         (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10465         New variable abfd.
10466         * symtab.c (lookup_objfile_from_block): Return the binary file instead
10467         of separate debug info file.
10468
10469 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10470
10471         Support PIEs with no symfile_objfile.
10472         * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10473         * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10474
10475 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10476
10477         * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
10478         code part to ...
10479         (svr4_static_exec_displacement): ... a new function.
10480         (svr4_exec_displacement): New function.
10481         (svr4_relocate_main_executable): Call svr4_exec_displacement.  Allocate
10482         new_offsets using alloca now.  Remove variable old_chain and changed.
10483         Call objfile_relocate unconditionally now.
10484
10485 2010-01-14  Doug Evans  <dje@google.com>
10486
10487         * gdbtypes.c (arch_flags_type): Fix comment.
10488         * gdbtypes.h (arch_composite_type): Fix comment.
10489
10490 2009-01-14  Tristan Gingold  <gingold@adacore.com>
10491
10492         * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
10493         Call xstrdup for abfd->filename.  Pass symfile_flags and objfile flags
10494         to symbol_file_add_from_bfd.  Add OSO as separate objfile.
10495         (macho_oso_symfile): Add symfile_flags parameter.  Pass it to
10496         macho_add_oso_symfile.
10497         (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
10498
10499 2010-01-14  Joel Brobecker  <brobecker@adacore.com>
10500
10501         Tru64: Dead threads are never deleted.
10502         * dec-thread.c (dec_thread_ptid_is_alive): New function.
10503         (dec_thread_count_gdb_threads): Fix counter increment.
10504         (dec_thread_add_gdb_thread): Fix *listp increment.
10505         (resync_thread_list): Fix bug in deletion of dead threads that
10506         caused all threads to be deleted, instead of just the dead ones.
10507
10508 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
10509
10510         PR python/10705
10511
10512         * python/python-internal.h: Add lazy_string_object_type
10513         definition.
10514         (create_lazy_string_object, gdbpy_initialize_lazy_string)
10515         (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
10516         * python/py-value.c (valpy_lazy_string): New function.
10517         (convert_value_from_python): Add lazy string conversion.
10518         * python/py-prettyprint.c (pretty_print_one_value): Check if
10519         return is also a lazy string.
10520         (print_string_repr): Add lazy string printing branch.
10521         (print_children): Likewise.
10522         * python/py-lazy-string.c: New file. Implement lazy strings.
10523         * python/python.c (_initialize_python): Call
10524         gdbpy_initialize_lazy_string.
10525         * varobj.c (value_get_print_value): Add lazy string printing
10526         branch.  Account for encoding.
10527         * c-lang.c (c_printstr): Account for new encoding argument.  If
10528         encoding is NULL, find encoding suited for type, otherwise use
10529         user encoding.
10530         * language.h (language_defn): Add encoding argument.
10531         (LA_PRINT_STRING): Likewise.
10532         * language.c (unk_lang_printstr): Update to reflect new encoding
10533         argument to language_defn.
10534         * ada-lang.h (ada_printstr): Likewise.
10535         * c-lang.h (c_printstr): Likewise.
10536         * p-lang.h (pascal_printstr);
10537         * f-lang.c (f_printstr): Likewise.
10538         * m2-lang.c (m2_printstr): Likewise.
10539         * objc-lang.c (objc_printstr): Likewise.
10540         * p-lang.c (pascal_printstr): Likewise.
10541         * scm-lang.c (scm_printstr): Likewise.
10542         * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
10543         encoding argument.
10544         * ada-valprint.c (ada_printstr): Likewise.
10545         * f-valprint.c (f_val_print): Likewise
10546         * m2-valprint.c (m2_val_print): Likewise.
10547         * p-valprint.c (pascal_val_print): Likewise.
10548         * expprint.c (print_subexp_standard): Likewise.
10549         * valprint.c (val_print_string): Likewise.
10550         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
10551         (SUBDIR_PYTHON_SRCS): Likewise.
10552         (py-lazy-string.o): New rule.
10553
10554 2010-01-13  Doug Evans  <dje@google.com>
10555
10556         * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
10557         uninitialized" warning from gcc on local `tree'.
10558
10559 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
10560
10561         Implement core awareness.
10562
10563         * bcache.c (compare_ints): Remove
10564         (print_percentage): Use compare_positive_ints.
10565         * defs.h (compare_positive_ints): Declare.
10566         * linux-nat.h (struct lin_lwp): New field core.
10567         (linux_nat_core_of_thread_1): Declare.
10568         * linux-nat.c (add_lwp): Init the 'core' field.
10569         (linux_nat_wait_1): Record the core.
10570         (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
10571         (linux_nat_add_target): Register the above.
10572         * linux-thread-db.c (update_thread_core): New.
10573         (thread_db_find_new_threads): Update core information for
10574         every thread.
10575         * remote.c (struct private_thread_info): New.
10576         (free_private_thread_info, demand_private_info): New.
10577         (PACKET_qXfer_threads, use_osdata_threads): New.
10578         (struct thread_item, threads_parsing_context
10579         (start_thread, end_thread, thread_attributes)
10580         (thread_children, threads_children, threads_elements): New.
10581         (remote_threads_info): Try qXfer:threads before anything
10582         else.
10583         (remote_protocol_packets): Register qXfer:threads.
10584         (remote_open_1): Init use_osdata_threads.
10585         (struct stop_reply): New field 'core'.
10586         (remote_parse_stop_reply): Parse core number.
10587         (process_stop_reply): Record core number.
10588         (remote_xfer_partial): Handle qXfer:threads.
10589         (remote_core_of_thread): New.
10590         (init_remote_ops): Register remote_core_of_thread.
10591         (_initialize_remote): Register qXfer:read.
10592         * target.c (target_core_of_thread): New
10593         * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
10594         (struct target_ops): New field to_core_of_threads.
10595         (target_core_of_thread): Declare.
10596         * gdbthread.h (struct thread_info): New field private_dtor.
10597         * thread.c (print_thread_info): Report the core.
10598         * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
10599         * utils.c (compare_positive_ints): New.
10600         * features/threads.dtd: New.
10601         * mi/mi-interp.c (mi_on_normal_stop): Report the core.
10602         * mi/mi-main.c (struct collect_cores_data, collect_cores)
10603         (do_nothing, free_vector_of_osdata_items)
10604         (splay_tree_int_comparator, free_splay_tree): New.
10605         (print_one_inferior_data): Implemented printing of selected
10606         inferiors.  Collect and print cores.
10607         (output_cores): New.
10608         (mi_cmd_list_thread_groups): Support --recurse.  Permit specifying
10609         thread groups together with --available.
10610
10611 2010-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10612
10613         * configure: Regenerate (for _STRUCTURED_PROC).
10614
10615 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10616
10617         Delete dead function.
10618         * ada-lang.c (extract_string): Delete.  No longer used.
10619
10620 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10621
10622         Fix -Wunused warning in dec-thread.c.
10623         * dec-thread.c (dec_thread_count_gdb_threads)
10624         (dec_thread_add_gdb_thread): Prevent -Wunused warning.
10625
10626 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10627
10628         * ada-valprint.c (ada_print_floating): Remove trailing space.
10629
10630 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10631
10632         Add support for DW_AT_GNAT_descriptive_type.
10633         * gdbtypes.h (enum type_specific_kind): New enum.
10634         (struct main_type) [type_specific_field]: New component.
10635         [type_specific]: Add new component "gnat_stuff".
10636         (struct gnat_aux_type): New type.
10637         (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
10638         (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
10639         (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
10640         (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
10641         (TYPE_SPECIFIC_FIELD): New macros.
10642         (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
10643         type does not hold any cplus-specific data.
10644         (TYPE_RAW_CPLUS_SPECIFIC): New macro.
10645         (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
10646         (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
10647         cplus-specific data.
10648         * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
10649         Set new component TYPE_SPECIFIC_FIELD (type).
10650         (gnat_aux_default): New constant.
10651         (allocate_gnat_aux_type): New function.
10652         (init_type): Add initialization the type-specific stuff for
10653         TYPE_CODE_FLT and TYPE_CODE_FUNC types.
10654         (print_gnat_stuff): New function.
10655         (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
10656         specific data.  Adjust code that prints the contents of the
10657         type-specific union using the TYPE_SPECIFIC_FIELD value.
10658         * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
10659         the type cplus stuff for Ada types.
10660         (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
10661         Error out if these routines are called with an Ada type.
10662         (read_structure_type, read_array_type, read_subrange_type):
10663         Add call to set_descriptive_type.
10664         (set_die_type): Initialize the gnat-specific data if necessary.
10665         (need_gnat_info, die_descriptive_type, set_descriptive_type):
10666         New functions.
10667         * ada-lang.c (decode_constrained_packed_array_type): Use
10668         decode_constrained_packed_array_type instead of doing a standard
10669         lookup to locate a parallel type.
10670         (find_parallel_type_by_descriptive_type): New function.
10671         (ada_find_parallel_type_with_name): New function.
10672         (ada_find_parallel_type): Reimplement using
10673         ada_find_parallel_type_with_name.
10674         * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
10675         to check if type has a cplus stuff.
10676         * linespec.c (total_number_of_methods): Likewise.
10677         * mdebugread.c (new_type): Likewise.
10678
10679 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10680
10681         * NEWS: Document the 0b binary number prefix parsing.
10682
10683 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10684
10685         * objfiles.c (objfile_relocate1): Change the return type to int.
10686         Describe the new return value.  Return non-zero if data changed.
10687         (objfile_relocate): New variable changed.  Set it.  Call
10688         breakpoint_re_set depending on CHANGED.
10689
10690 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10691
10692         Implement binary numbers parsing.
10693         * c-exp.y (parse_number): New case 'b' and 'B'.
10694
10695 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10696             Tristan Gingold  <gingold@adacore.com>
10697
10698         * solib.c (info_sharedlibrary_command): Replace
10699         objfile_has_partial_symbols and objfile_has_full_symbols calls by
10700         objfile_has_symbols.
10701
10702 2010-01-10  Joel Brobecker  <brobecker@adacore.com>
10703
10704         * NEWS: Document the improvements made to the mips-irix port.
10705
10706 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10707
10708         Fix the documentation of valprint.c:value_print.
10709         * valprint.c (value_print): Update the function description to
10710         mention that the syntax of the output follows the current_language,
10711         not necessarily C.
10712
10713 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10714
10715         Fix displacement of separate debug info files.
10716         * objfiles.c (objfile_relocate): Rename to ...
10717         (objfile_relocate1): ... here and make it static.  Extend the comment.
10718         (objfile_relocate): New function.
10719         * solib-spu.c (spu_relocate_main_executable): Explicitly check if
10720         SYMFILE_OBJFILE is NULL.  Remove variables objfile and old_chain.
10721         Remove following of SEPARATE_DEBUG_OBJFILE.  new_offsets is now
10722         allocated using alloca.
10723         * symfile.c (copy_section_addr_info): Remove.
10724         (build_section_addr_info_from_objfile): Make it global.  New variables
10725         addr_bit and mask, use them.
10726         * symfile.h (build_section_addr_info_from_objfile): New prototype.
10727         (copy_section_addr_info): Remove.
10728
10729 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10730
10731         Signal unwinder for mips-irix N32.
10732         * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
10733         tramp-frame.h.
10734         (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
10735         (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
10736         (SIGCONTEXT_LO_OFF): New macros.
10737         (mips_irix_n32_tramp_frame_init): New function.
10738         (mips_irix_n32_tramp_frame): New static constant.
10739         (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
10740
10741 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10742
10743         Breakpoint in shared library does not work on mips-irix.
10744         * procfs.c: #include "observer.h".
10745         (procfs_inferior_created): New function, moving here the code
10746         which unsets the syssgi syscall-exit notifications.
10747         (procfs_create_inferior): Remove the code which unsets the syssgi
10748         syscall-exit notifications. It is too early to do this here.
10749         (_initialize_procfs): Attach the procfs_inferior_created observer.
10750
10751 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10752
10753         Wrong return convention for arrays (mips-irix).
10754         * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
10755         128 bits or smaller are returned the same way as structs
10756         and unions of the the same size.
10757
10758 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10759
10760         Cannot set the PC on mips-irix.
10761         * irix5-nat.c (fill_gregset): Check regno against the raw PC
10762         register number, no the cooked one.
10763
10764 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10765
10766         Error while loading core file on mips-irix.
10767         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
10768         if debugging from a core file.
10769
10770 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10771
10772         GDB hangs when attaching to process on mips-irix.
10773         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
10774         attaching to a process.
10775
10776 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10777
10778         Use the correct breakpoint instruction on mips-irix.
10779         * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
10780         containing the correct breakpoint instruction to use on mips-irix.
10781         Use it when the osabi is GDB_OSABI_IRIX.
10782
10783 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10784
10785         -Wunused warning in procfs.c (mips-irix only).
10786         * procfs.c (gdb_praddset, gdb_prdelset): New macros.  Use them
10787         throughout instead of using praddset and prdelset respectively.
10788
10789 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10790
10791         GDB crash while stepping into function.
10792         * infrun.c (handle_inferior_event): Refetch the current frame
10793         after handling what.main_action, in case that pointer became
10794         dangling.
10795
10796 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10797
10798         Fix build failure of solaris-hosted cross debuggers.
10799         * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
10800
10801 2010-01-09  Daniel Gutson  <dgutson@codesourcery.com>
10802
10803         Fix build failure on sparc-solaris.
10804         * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
10805
10806 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10807
10808         Move some symfile code into subroutines.
10809         * symfile.h (relative_addr_info_to_section_offsets)
10810         (addr_info_make_relative): New prototypes.
10811         * symfile.c (default_symfile_offsets): Move a part to ...
10812         (relative_addr_info_to_section_offsets): ... this new function.
10813         (default_symfile_offsets): Call it.
10814         (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
10815         this part to ...
10816         (addr_info_make_relative): ... this new function.
10817
10818 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10819
10820         Add from_tty to solib_create_inferior_hook.
10821         * infcmd.c (post_create_inferior): Move solib_add after
10822         solib_create_inferior_hook.  Pass from_tty to
10823         solib_create_inferior_hook.  Call solib_add and SOLIB_ADD with
10824         0 from_tty and comment why.
10825         * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
10826         * linux-nat.c (linux_child_follow_fork): Likewise.
10827         * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
10828         * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
10829         from_tty.
10830         * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
10831         * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
10832         * solib-null.c (null_solib_create_inferior_hook): Likewise.
10833         * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
10834         * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
10835         * solib-som.c (som_solib_create_inferior_hook): Likewise.
10836         * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
10837         Pass it to svr4_so_ops.solib_create_inferior_hook.
10838         * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
10839         from_tty.
10840         * solib-svr4.c (enable_break): New parameter from_tty.  Pass it to
10841         solib_add.
10842         (svr4_solib_create_inferior_hook): New parameter from_tty.  Pass it to
10843         enable_break.
10844         * solib-target.c (solib_target_solib_create_inferior_hook): New
10845         parameter from_tty.
10846         * solib.c (solib_create_inferior_hook): New parameter from_tty.  Pass
10847         it to ops->solib_create_inferior_hook.
10848         (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
10849         Move solib_add after solib_create_inferior_hook, call it now with
10850         from_tty as 0.  New comment there.
10851         * solib.h (solib_create_inferior_hook): New parameter from_tty.
10852         * solist.h (struct target_so_ops <solib_create_inferior_hook>):
10853         Likewise.
10854
10855 2010-01-08  Vladimir Prus  <vladimir@codesourcery.com>
10856
10857         Fix multiexec race.
10858         * infrun.c (handle_inferior_event): Use get_thread_regcache
10859         with events ptid, not get_current_regcache.
10860
10861 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10862
10863         GDB crash with empty executable name (MinGW).
10864         * source.c (openp): Add assert that parameter string is not NULL.
10865         if parameter string is an empty string, then return with a failure
10866         immediately.
10867
10868 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10869
10870         Get rid of support for VAX Floats.
10871         * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10872         (ada_vax_float_print_function): Delete.
10873         * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10874         (ada_vax_float_print_function): Delete.
10875         * ada-typeprint.c (print_vax_floating_point_type): Delete.
10876         (ada_print_type): Remove support for VAX floats.
10877         * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
10878
10879 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10880
10881         * stabsread.c (read_args): Handle zero arguments.
10882
10883 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10884
10885         Cannot find in-tree libiconv.a after reconfigure.
10886         * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
10887         that we can use, then cache the path to this archive.
10888         * configure: Regenerate.
10889
10890 2010-01-07  Stan Shebs  <stan@codesourcery.com>
10891
10892         Make tracepoint operations go through target vector.
10893         * target.h (enum trace_find_type): New enum.
10894         (struct target_ops): New fields to_trace_init,
10895         to_download_tracepoint, to_download_trace_state_variable,
10896         to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
10897         to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
10898         to_set_disconnected_tracing.
10899         (target_trace_init): New macro.
10900         (target_download_tracepoint): New macro.
10901         (target_download_trace_state_variable): New macro.
10902         (target_trace_start): New macro.
10903         (target_trace_set_readonly_regions): New macro.
10904         (target_get_trace_status): New macro.
10905         (target_trace_stop): New macro.
10906         (target_trace_find): New macro.
10907         (target_get_trace_state_variable_value): New macro.
10908         (target_set_disconnected_tracing): New macro.
10909         * target.c (update_current_target): Inherit and set defaults for
10910         tracepoint operations.
10911         * tracepoint.c (default_collect): Make globally visible.
10912         (target_is_remote): Remove, along with all calls.
10913         (tvariables_info): Call target_get_trace_state_variable_value.
10914         (remote_set_transparent_ranges): Remove.
10915         (trace_start_command): Call target_trace_init,
10916         target_download_tracepoint, etc.
10917         (download_tracepoint): Remove.
10918         (trace_stop_command): Simplify.
10919         (stop_tracing): Call target_trace_stop.
10920         (get_trace_status): Call target_get_trace_status.
10921         (trace_status_command): Add case for targets that cannot trace.
10922         (finish_tfind_command): Change to take numerical arguments, call
10923         target_trace_find.
10924         (trace_find_command): Update call to finish_tfind_command.
10925         (trace_find_pc_command): Ditto.
10926         (trace_find_tracepoint_command): Ditto.
10927         (trace_find_line_command): Ditto.
10928         (trace_find_range_command): Ditto.
10929         (trace_find_outside_command): Ditto.
10930         (set_disconnected_tracing_value): Call
10931         target_set_disconnected_tracing.
10932         * remote.c: Add protocol encoding bits from tracepoint.c.
10933         (trace_error): Move from tracepoint.c.
10934         (remote_get_noisy_reply): Ditto.
10935         (free_actions_list_cleanup_wrapper): Ditto.
10936         (free_actions_list): Ditto.
10937         (remote_trace_init): New function.
10938         (remote_download_tracepoint): New function.
10939         (remote_download_trace_state_variable): New function.
10940         (remote_trace_set_readonly_regions): New function.
10941         (remote_trace_start): New function.
10942         (remote_get_trace_status): New function.
10943         (remote_trace_stop): New function.
10944         (remote_trace_find): New function.
10945         (remote_download_trace_state_variable): New function.
10946         (remote_set_disconnected_tracing): New function.
10947         (init_remote_ops): Add tracepoint operations.
10948
10949         * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
10950
10951 2010-01-07  Tristan Gingold  <gingold@adacore.com>
10952
10953         * symfile.c (build_section_addr_info_from_objfile): New function.
10954         (symbol_file_add_separate): Don't use offsets from objfile but
10955         built an addr info.
10956
10957 2010-01-06  Stan Shebs  <stan@codesourcery.com>
10958
10959         Support disconnected tracing.
10960         * infcmd.c (detach_command): Ask whether to stop tracing.
10961         * cli/cli-cmds.c (quit_command): Ditto.
10962         * breakpoint.h (struct breakpoint): New field number_on_target.
10963         * breakpoint.c (create_tracepoint_from_upload): New function.
10964         (get_tracepoint_by_number_on_target): New function.
10965         * remote.c (struct remote): New field disconnected_tracing.
10966         (remote_disconnected_tracing_feature): New function.
10967         (remote_protocol_features): Add DisconnectedTracing.
10968         (struct uploaded_tp): New struct.
10969         (uploaded_tps): New global.
10970         (get_uploaded_tp): New function.
10971         (find_matching_tracepoint): New function.
10972         (remote_get_tracing_state): New function.
10973         (remote_start_remote): Call it.
10974         * tracepoint.c (disconnected_tracing): New global.
10975         (trace_start_command): Initialize number_on_target.
10976         (stop_tracing): New function, split out from...
10977         (trace_stop_command): Call stop_tracing.
10978         (get_trace_status): New function, split out from...
10979         (trace_status_command): Call get_trace_status, add info on
10980         disconnection behavior.
10981         (disconnect_or_stop_tracing): New function.
10982         (finish_tfind_command): Translate from number on target.
10983         (trace_find_tracepoint_command): Translate to number on target.
10984         (send_disconnected_tracing_value): New function.
10985         (set_disconnected_tracing): New function.
10986         (_initialize_tracepoint): Add disconnected-tracing variable.
10987         * NEWS: Mention disconnected tracing.
10988
10989 2010-01-06  Tristan Gingold  <gingold@adacore.com>
10990
10991         * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
10992         parameter to main_objfile.  Iterate on all separate debug objfiles.
10993         * symfile.h (symbol_file_add_separate)
10994         (find_separate_debug_file_by_debuglink): Remove parameter names.
10995         * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
10996         (reread_symbols): Use free_objfile_separate_debug.
10997         * objfiles.h (struct objfile): Add separate_debug_objfile_link.
10998         Adjust comment.
10999         (objfile_separate_debug_iterate, add_separate_debug_objfile)
11000         (free_objfile_separate_debug): New prototypes.
11001         * objfiles.c (objfile_separate_debug_iterate): New function.
11002         (add_separate_debug_objfile, free_objfile_separate_debug): New
11003         functions.
11004         (free_objfile): Use free_objfile_separate_debug.  Adjust for
11005         multiple separate debug objfile.
11006         (objfile_has_symbols): Adjust comment.  Iterate on all separate
11007         debug objfiles.
11008         * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11009         debug objfile.
11010         (lookup_minimal_symbol_text): Ditto.
11011         (lookup_minimal_symbol_by_pc_name): Ditto.
11012         (lookup_minimal_symbol_solib_trampoline): Ditto.
11013         (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11014         debug objfiles.
11015
11016 2010-01-05  Stan Shebs  <stan@codesourcery.com>
11017
11018         Add fast tracepoints.
11019         * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11020         * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11021         * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11022         * breakpoint.c (tracepoint_type): New function.
11023         (ALL_TRACEPOINTS): Use it.
11024         (should_be_inserted): Ditto.
11025         (bpstat_check_location): Ditto.
11026         (print_one_breakpoint_location): Ditto.
11027         (user_settable_breakpoint): Ditto.
11028         (set_breakpoint_location_function): Ditto.
11029         (disable_breakpoints_in_shlibs): Ditto.
11030         (delete_trace_command): Ditto.
11031         (print_it_typical): Add bp_fast_tracepoint case.
11032         (bpstat_what): Ditto.
11033         (print_one_breakpoint_location): Ditto.
11034         (allocate_bp_location): Ditto.
11035         (mention): Ditto.
11036         (breakpoint_re_set_one): Ditto.
11037         (disable_command): Ditto.
11038         (enable_command): Ditto.
11039         (check_fast_tracepoint_sals): New function.
11040         (break_command_really): Call it.
11041         (ftrace_command): New function.
11042         (_initialize_breakpoint): Add ftrace command.
11043         * gdbarch.sh (fast_tracepoint_valid_at): New.
11044         * gdbarch.h, gdbarch.c: Regenerate.
11045         * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11046         (i386_gdbarch_init): Use it.
11047         * remote.c (struct remote_state): New field fast_tracepoints.
11048         (PACKET_FastTracepoints): New packet config type.
11049         (remote_fast_tracepoint_feature): New function.
11050         (remote_protocol_features): Add FastTracepoints.
11051         (remote_supports_fast_tracepoints): New function.
11052         (_initialize_remote): Add FastTracepoints.
11053         * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11054         * NEWS: Mention fast tracepoints.
11055
11056 2010-01-06  Joel Brobecker  <brobecker@adacore.com>
11057
11058         * gdb-gdb.py: New file.
11059
11060 2010-01-05  Michael Snyder  <msnyder@vmware.com>
11061
11062         * infrun.c (handle_inferior_event): Fix typo in comment.
11063
11064 2010-01-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
11065
11066         * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11067
11068 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11069
11070         * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11071         and s390x-linux64.
11072         (s390-linux32-expedite): Define.
11073         (s390-linux64-expedite): Define.
11074         (s390x-linux64-expedite): Define.
11075         * features/s390-acr.xml: New file.
11076         * features/s390-fpr.xml: New file.
11077         * features/s390-core32.xml: New file.
11078         * features/s390-core64.xml: New file.
11079         * features/s390x-core64.xml: New file.
11080         * features/s390-linux32.xml: New file.
11081         * features/s390-linux64.xml: New file.
11082         * features/s390x-linux64.xml: New file.
11083         * features/s390-linux32.c: New generated file.
11084         * features/s390-linux64.c: New generated file.
11085         * features/s390x-linux64.c: New generated file.
11086
11087         * regformats/s390-linux32.dat: New generated file.
11088         * regformats/s390-linux64.dat: New generated file.
11089         * regformats/s390x-linux64.dat: New generated file.
11090         * regformats/reg-s390.dat: Remove.
11091         * regformats/reg-s390x.dat: Remove.
11092
11093         * s390-nat.c: Include "auxv.h" and <elf.h>.
11094         (HWCAP_S390_HIGH_GPRS): Define if undefined.
11095         (s390_target_wordsize): New function.
11096         (s390_auxv_parse): Likewise.
11097         (s390_get_hwcap): Likewise.
11098         (s390_read_description): Likewise.
11099         (_initialize_s390_nat): Install s390_auxv_parse and
11100         s390_read_description.
11101
11102         * s390-tdep.c: Include "features/s390-linux32.c",
11103         "features/s390-linux64.c", and "features/s390x-linux64.c".
11104         (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11105         (s390_register_call_saved): New function.
11106         (s390_register_name): Remove.
11107         (s390_register_type): Remove.
11108         (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11109         (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11110         (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11111         (s390_pseudo_register_name): New function.
11112         (s390_pseudo_register_type): New function.
11113         (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11114         Handle full GPR pesudos and varying pseudo register numbers.
11115         (s390_pseudo_register_write): Likewise
11116         (s390x_pseudo_register_read): Remove.
11117         (s390x_pseudo_register_write): Likewise.
11118         (s390_register_group): Remove.
11119         (s390_pseudo_register_group): New function.
11120         (s390_regmap_gregset): Add GPR upper halves.
11121         (s390x_regmap_gregset): Likewise.
11122         (s390_regmap_fpregset): Likewise.
11123         (s390_regmap_upper): New global variable.
11124         (s390_upper_regset): New global variable.
11125         (s390_upper_regset_sections): New global variable.
11126         (s390_regset_from_core_section): Handle GPR upper halves.
11127         (s390_core_read_description): New function.
11128         (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11129         register information.  Handle varying pseudo register numbers.
11130         (s390_backchain_frame_unwind_cache): Likewise.
11131         (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11132         (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11133         (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11134         PC and CC pseudos.  Unwind upper halves and full GPRs as appropriate.
11135         Handle varying pseudo register numbers.
11136         (s390_unwind_pc): Handle varying pseudo register numbers.
11137         (s390_dwarf2_prev_register): New function.
11138         (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11139         register information.  Handle varying pseudo register numbers.
11140         Install s390_dwarf2_prev_register to unwind full GPRs.
11141         (s390_gdbarch_init): Handle target descriptions.  Assign varying
11142         pseudo register numbers.  Install s390_adjust_frame_regnum.
11143         (_initialize_s390_tdep): Initialize target descriptions.
11144
11145         * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11146         (S390_NUM_REGS): Redefine to include upper half registers.
11147         (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11148         (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11149         (tdesc_s390_linux32): Add declaration.
11150         (tdesc_s390_linux64): Likewise.
11151         (tdesc_s390x_linux64): Likewise.
11152
11153 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11154
11155         * regset.h (struct core_regset_section): Add HUMAN_NAME.
11156         * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11157         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11158         (ppc_linux_vmx_regset_sections): Likewise.
11159         (ppc_linux_fp_regset_sections): Likewise.
11160
11161         * corelow.c (get_core_register_section): Constify arguments.
11162         (get_core_registers): Use gdbarch_core_regset_sections instead
11163         of hard-coded platform-specific register section names.
11164
11165 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11166
11167         * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11168         a register, assume the least-significant part is used.
11169         (write_pieced_value): Likewise.
11170
11171 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11172
11173         * printcmd.c: Include "arch-utils.h".
11174         (do_one_display): Re-parse expression if current architecture changed.
11175
11176 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11177             Joel Brobecker  <brobecker@adacore.com>
11178
11179         * gdbtypes.c (check_typedef): New comment on type length.
11180         * value.c (allocate_value_lazy): Remove the unused atype variable.  New
11181         comment on type length.
11182         (value_primitive_field): Keep the original TYPE value, new comment.
11183
11184 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11185
11186         * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11187         p_start.  Change != comparisons to > and < comparisons.
11188
11189 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11190
11191         * cli/cli-script.c (process_next_line): Check P2 overrun.
11192
11193 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
11194
11195         Update the copyright hearder to add year 2010 for most GDB files.
11196
11197 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
11198
11199         Fix build failure in inf-ptrace.c.
11200         * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11201
11202 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
11203
11204         * top.c (print_gdb_version): Update copyright year.
11205
11206 2010-01-01, 10  Joel Brobecker  <brobecker@adacore.com>
11207
11208         Fix break *FUN'address thread NUM.
11209         * ada-lex.l (task): Expand rule to also match the thread keyword.
11210
11211 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
11212
11213         Fix break *FUN'address task NUM.
11214         * ada-lex.l (task): New rule.
11215         * ada-lang.c (valid_task_id): Make sure the Ada task list has
11216         been built before using it.
11217
11218 For older changes see ChangeLog-2009.
11219 \f
11220 Local Variables:
11221 mode: change-log
11222 left-margin: 8
11223 fill-column: 74
11224 version-control: never
11225 coding: utf-8
11226 End: