Oops
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4dd7c9f6
MK
12006-01-14 Mark Kettenis <kettenis@gnu.org>
2
3 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
4 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
5 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
6 functions.
7 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
8 floating-point registers.
9
6da86618
MM
102006-01-13 Mark Mitchell <mark@codesourcery.com>
11
12 * event-loop.c (gdb_select): Detect file descriptors that have
13 been closed.
14
ed944ce7
MK
152006-01-13 Mark Kettenis <kettenis@gnu.org>
16
17 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
18 and long_double_format accordingly.
19
03ee6b2e
PH
202006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
21
22 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
23 translation problems.
24 * ada-lang.c (ada_value_struct_elt): Change interface and handling
25 of errors to avoid translation problem (and less than optimal error
26 messages).
27 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
28 Use new interface to ada_value_struct_elt.
29 * ada_lang.h (ada_value_struct_elt): Update declaration to new
30 interface.
31
32 * ChangeLog: remove reference to ada-tasks.c from entry of
33 2006-01-07.
34
24b06219
MK
352006-01-11 Mark Kettenis <kettenis@gnu.org>
36
37 * remote.c (get_memory_packet_size, set_thread)
38 (remote_unpack_thread_info_response, remote_get_threadinfo)
39 (parse_threadlist_response, remote_get_threadlist)
40 (remote_current_thread, remote_threads_info)
41 (remote_threads_extra_info, extended_remote_restart, get_offsets)
42 (remote_check_symbols, remote_open_1, remote_detach)
43 (remote_async_wait, remote_fetch_registers)
44 (remote_store_registers, check_binary_download, putpkt_binary)
45 (remote_insert_breakpoint, remote_insert_watchpoint)
46 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
47 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
48 (packet_command): Remove redundant parenthesis.
49
15550d6b
MK
502006-01-10 Mark Kettenis <kettenis@gnu.org>
51
dfb65433
MK
52 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
53 (read_memory_typed_address, write_memory)
54 (write_memory_unsigned_integer, write_memory_signed_integer): Use
55 gdb_byte where appropriate.
56
508416a1
MK
57 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
58 'gdb_byte *'.
59
f6519ebc
MK
60 * target.h (target_read_memory_partial, target_write_memory_partial):
61 Change second argument to 'gdb_byte *'.
62 * target.c (target_xfer_memory_partial): Change third argument to
63 'gdb_byte *'.
64 (target_read_memory_partial, target_write_memory_partial): Change
65 second argument to 'gdb_byte *'.
66
15550d6b
MK
67 * linespec.c (decode_objc): Make i1 and i2 unsigned.
68 (find_method): Set values.sals to NULL.
69
d7a30af7
MK
702006-01-09 Mark Kettenis <kettenis@gnu.org>
71
72 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
73 of 'char *' in cast.
74
e1d5a0d2
PH
752006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
76
77 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
03ee6b2e 78 * ada-lang.c: I18n markup.
e1d5a0d2
PH
79 Editorial: change "can not" => "cannot" throughout.
80
790124be
MK
812006-01-07 Mark Kettenis <kettenis@gnu.org>
82
83 * Makefile.in: Sort dependencies.
84
3c481fdc
EZ
852006-01-07 Eli Zaretskii <eliz@gnu.org>
86
87 * top.c (control_level): Remove unused variable.
88
cb5d864f
FF
892006-01-06 Fred Fish <fnf@specifix.com>
90
91 * objfiles.c (source.h): Include.
92 (free_objfile): Update comment about clear_symtab_users().
93 (free_objfile): Check all symtabs of objfile being freed and if
94 one of them is the current source symtab, call
95 clear_current_source_symtab_and_line().
96
ac264b3b
MS
972006-01-04 Michael Snyder <msnyder@redhat.com>
98
99 Checkpoint/Restart for Linux.
100 * linux-nat.c: Add support for debugging multiple forks.
101 Add #include for linux-fork.h (interface spec).
102 (super_mourn_inferior): New function pointer.
103 (child_mourn_inferior): New function / target method.
104 (linux_target): Claim to_mourn_inferior method pointer.
105 (child_follow_fork): Call interface to linux-fork, conditionally
106 add new fork processes to list of debugged processes.
107 (kill_inferior): Use interface to linux-fork to kill
108 multiple processes.
109
110 * linux-fork.h: New file.
111 * linux-fork.c: New file. Support for debugging multiple forks
112 of the same program. Support for checkpoint and restart commands.
113
114 * infrun.c (nullify_last_target_wait_ptid): New function.
115
116 * Makefile.in: Add linux-fork.
117 * config/*/linux.mh: Add linux-fork.
118 * NEWS: Mention new functionality.
119
f98ce7c2
PH
1202006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
121
122 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
123 Change uses of "illegal" to "invalid".
124
52ce6436
PH
1252006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
126
127 * ada-exp.y: Considerable reorganization to move functionality
128 from ada-lex.l to here, where it is logically more appropriate.
129 The original reason, however, was to prevent premature name
130 lookups for selector names in record aggregates.
131 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
132 NAME for all of these.
133 (VAR): New artificial token to clarify precedence rules.
134 (OTHERS): New lexeme.
135 (empty_stoken): New symbol.
136 (%union): Remove ssym, voidval.
137 (%type): Remove <voidval> type declarations.
138 (syntax definitions): Add aggregates.
139 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
140 Rename some non-terminals to be closer to reference manual usage.
141 Tighten up expression syntax to disallow certain non-Ada
142 constructions such as X and then Y or else Z.
143 (ada_parse): Remove initialization of left_block_context.
144 (write_var_from_name): Remove.
145 (write_var_or_type): New function, containing previous code from
146 defunct write_var_from_name and name_lookup.
147 (block_lookup): New function, moved from ada-lex.l
148 (select_possible_type_sym): New function, factored out of
149 name_lookup, which used to be in ada-lex.l.
150 (find_primitive_type): Ditto.
151 (chop_selector): Ditto.
152 (write_ambiguous_var): New function, factored out of defunct
153 write_var_from_name.
154 (write_selectors): New function.
155 (write_name_assoc): New function.
156 (write_exp_op_with_string): New function.
157
158 * ada-lex.l (processId): Change interface to return stoken.
159 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
160 (block_lookup, name_lookup): Remove. Functionality moved to
161 ada-exp.y.
162 (state IN_STRING): Remove.
163 (rules): Handle string escapes in processString.
164 Add 'others' token.
165 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
166 yylval.sval (as simple strings).
167 All name look-ups now handled in ada-exp.y.
168 Introduce "::" (COLONCOLON) token and return as separate token.
169 (processId): Change return convention. Comment.
170 Leave leading "'" in place.
171 (processString): New function.
172 (find_dot_all): Add note to comment.
173 Fix problem that allowed match only at the end.
174
175 * ada-lang.c: Introduce aggregates.
176 (find_struct_field): Add new parameter to count fields skipped, and
177 allow other output parameters to be NULL.
178 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
179 new find_struct_field.
180 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
181 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
182 (num_component_specs, assign_component, assign_aggregate):
183 (aggregate_assign_from_choices,aggregate_assign_positional)
184 (aggregate_assign_others,add_component_interval):
185 New functions.
186 (ada_evaluate_subexp): Declare.
187 Add aggregate-related operators.
188 (ada_forward_operator_length): Declare.
189 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
190 Consolidate Ada operators, using ada_forward_operator_length.
191 (ada_search_struct_field): Search in forward order.
192 (ADA_OPERATORS): Add new aggregate operators.
193 (ada_operator_length, ada_op_name, ada_forward_operator_length)
194 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
195 operators and OP_NAME.
196 (ada_type_of_array): Use longest_to_int.
197 (value_assign_to_component): New function.
198 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
199 Add OP_NAME case.
200 (ada_forward_operator_length, ada_dump_subexp_body):
201 Add OP_STRING case.
202
203 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
204 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
205
529cad9c
PH
2062006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
207
208 * ada-lang.c (process_raise_exception_name): Remove extraneous
209 definition from unsubmitted code.
210
211 (is_lower_alphanum): New function.
212 (ada_decode): Add support for decoding protected object subprograms
213 and entries, and of entities declared inside protected object
214 subprograms.
215 Also add missing handling for__{DIGITS}+ suffixes.
216 Allow '$<digits>' as valid overloading suffix.
217 (is_name_suffix): Add handling for protected type entriy suffixes.
218 Also add support for protected type subprogram suffixes, but keep
219 it commented out for now, as there is an ambiguity between these
220 entities and other internally generated entities.
221 Allow '$<digits>' as valid overloading suffix.
222 (is_valid_name_for_wild_match): New function.
223 (wild_match): Add an exra level of verification of the entity name
224 before declaring it a match for the given pattern.
225
226 (ada_type_of_array, ada_evaluate_subexp): Use more proper
227 longest_to_int rather than cast.
228
229 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
230
231 (ada_coerce_to_simple_array): Call check_size to make sure
232 that the object size is reasonable.
233
234 (ada_value_primitive_packed_val): Use correct location in target
235 buffer for extracting packed record fields that are themselves records.
236
237 (add_defn_to_vec): Do not try to replace a stub type by its full
238 type. Avoids a potential infinite loop.
239
240 (ada_lookup_symbol): Move return incorrectly placed return statement,
241 causing a loop that should be scanning all object files to only
242 scan the first one.
243
244 (ada_tag_name_2): New function.
245 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
246 use alternative representation.
247
248 (ada_find_renaming_symbol): Strip the function name suffix when
249 computing the XR type name.
250
251 (ada_to_fixed_type): Try determining the tag only if we have the
252 object's address.
253 (to_fixed_array_type): Add comments.
254
255 (ada_check_typedef): Replace expression checking whether the given
256 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
257 consistent.
258
259 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
260 '$' in addition to '.' for runtime auxiliary function name suffixes.
261 See changes to ada_decode above.
262
263 (struct task_control_block): Add field called_task. (This change is
264 to keep synchronized with our local sources; it does not affect the
265 public version yet.)
266
267 * ada-typeprint.c (ada_print_type): Use int_string for printing
268 modulus of modular type.
269
270 (print_range): Trivial editorial comment fix.
271
272 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
273 double quote in string.
274
9b799fe6
JB
2752006-01-01 Joel Brobecker <brobecker@adacore.com>
276
277 * top.c: Add 2006 to list of copyright years in file header.
278
0bee0712
JB
2792006-01-01 Joel Brobecker <brobecker@adacore.com>
280
281 * top.c (print_gdb_version): Update copyright year to 2006.
282
13c763f4
JB
2832006-01-01 Roger Sayle <roger@eyesopen.com>
284 Elena Zannoni <ezannoni@redhat.com>
285
286 PR symtab/1651
287 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
288 for NULL before assigning this_symtab_psymtab->objfile to objfile.
289 (scan_xcoff_symtab): Initialize next_symbol_text_func.
290 (Committed by Jim Blandy)
291
e50f0da1 292For older changes see ChangeLog-2005.
c906108c
SS
293\f
294Local Variables:
295mode: change-log
296left-margin: 8
297fill-column: 74
298version-control: never
299End:
This page took 0.81983 seconds and 4 git commands to generate.