67cfd7e6e8a4f9e24c34a812f3b63027b0ecfdbe
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2008-01-03 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-lang.c (static_unwrap_type): Add forward declaration.
4 (template_to_static_fixed_type): Fields of dynamic types sometimes
5 also need to be unwrapped. Take this into account.
6 (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
7 (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
8 * ada-typeprint.c (ada_print_type): Get the typename from
9 the original type, not the base type.
10
11 2008-01-03 Jerome Guitton <guitton@adacore.com>
12
13 * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
14 (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
15 Update calls to ada_to_fixed_type.
16 (ada_template_to_fixed_record_type_1): Ditto, but without looking
17 for the tag.
18 (ada_to_fixed_type): Add check_tag parameter; do not look for
19 tag if null. When looking for a tag, use a fixed record type.
20 * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
21 * ada-valprint.c (printable_val_type, ada_value_print): Update
22 calls to ada_to_fixed_type.
23
24 2008-01-03 Luis Machado <luisgpm@br.ibm.com>
25
26 * doublest.c (convert_floatformat_to_doublest): Call
27 floatformat_to_doublest instead of floatformat_to_double and use
28 DOUBLEST variables.
29 (convert_doublest_to_floatformat): Call floatformat_from_doublest
30 instead of floatformat_from_double and use DOUBLEST variables.
31
32 2008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>
33
34 * MAINTAINERS (Write After Approval): Add self.
35
36 2008-01-03 Joel Brobecker <brobecker@adacore.com>
37
38 * symfile.c (set_initial_language): Make non-static.
39 * symfile.h (set_initial_language): Add declaration.
40 * language.c: #include "symfile.h".
41 (set_language): Call set_initial_language if the frame language
42 could not be determined.
43
44 2008-01-03 Paul N. Hilfinger <hilfinger@adacore.com>
45
46 * eval.c (evaluate_subexp_for_address): Provide frame address to
47 locate_var_value only if it will be needed.
48
49 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
50
51 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
52
53 2008-01-02 Joel Brobecker <brobecker@adacore.com>
54
55 * ada-lang.c (ada_evaluate_subexp): Modify the value returned
56 when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
57 This is needed to make sure that any other treatment applied
58 to the resulting value does not fail for spurious reason,
59 such as trying to take the address of this value.
60
61 2008-01-02 Joel Brobecker <brobecker@adacore.com>
62
63 * ada-lang.c (ada_value_equal): Dereference reference types when
64 comparing arrays.
65
66 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
67
68 Updated copyright notices for most files.
69
70 2008-01-01 Christopher Faylor <me+gdb@cgf.cx>
71
72 * win32-nat.c (psapi_module_handle): Remove static.
73 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
74 return first module found if base_address is zero. Don't initialize
75 psapi function pointers here. Convert to cygwin paths when
76 appropriate.
77 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
78 executable name. Use get_module_name when that fails or when
79 !__CYGWIN__.
80 (_initialize_psapi): New function. Initialize psapi stuff before it is
81 needed or issue a warning if it is not found. Move psapi_module_handle
82 here.
83
84 2008-01-01 Joel Brobecker <brobecker@adacore.com>
85
86 * ada-lang.c (ada_remove_trailing_digits): New function.
87 (ada_remove_po_subprogram_suffix): New function.
88 (ada_decode): Improve. Move the description of the algorithm
89 directly inside the code, instead of in the function global
90 description.
91
92 2008-01-01 Joel Brobecker <brobecker@adacore.com>
93
94 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
95 and always print the dereferenced value.
96
97 2008-01-01 Joel Brobecker <brobecker@adacore.com>
98
99 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
100 of the case where the first argument is a reference.
101 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
102
103 2008-01-01 Joel Brobecker <brobecker@adacore.com>
104
105 Implement support for Ada interface types.
106
107 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
108 (ada_is_ignored_field): Ignore fields that are a dispatch table
109 of a tagged type.
110
111 2008-01-01 Joel Brobecker <brobecker@adacore.com>
112
113 * top.c (print_gdb_version): Update copyright year.
114
115 2008-01-01 Joel Brobecker <brobecker@adacore.com>
116
117 * ChangeLog-2007: New ChangeLog rotation.
118 * ChangeLog: Reset for 2008.
119 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
120 ChangeLog-2007.
121
122 For older changes see ChangeLog-2007.
123 \f
124 Local Variables:
125 mode: change-log
126 left-margin: 8
127 fill-column: 74
128 version-control: never
129 coding: utf-8
130 End:
This page took 0.031871 seconds and 4 git commands to generate.