2006-01-17 Jim Blandy <jimb@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2006-01-17 Jim Blandy <jimb@redhat.com>
2
3 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
4 (struct line_header, struct partial_die_info, struct dwarf_block):
5 Use gdb_byte for members that refer to Dwarf section contents.
6 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
7 dwarf_decode_macros, load_comp_unit, load_partial_dies,
8 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
9 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
10 read_8_bytes, read_address, read_attribute, read_attribute_value,
11 read_comp_unit, read_comp_unit_head, read_die_and_children,
12 read_die_and_siblings, read_full_die, read_indirect_string,
13 read_initial_length, read_n_bytes, read_offset, read_partial_die,
14 read_signed_leb128, read_string, read_unsigned_leb128,
15 skip_children, skip_leb128, skip_one_die): Same.
16
17 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
18
19 * complaints.c (stop_whining): Make signed.
20 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
21
22 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
23
24 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
25 notices.
26
27 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
28
29 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
30 (read_offset): Change BYTES_READ argument to unsigned int.
31 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
32 (create_all_comp_units, dwarf2_get_pc_bounds)
33 (dwarf_decode_line_header, var_decode_location)
34 (dwarf_decode_macros): Change local BYTES_READ variables to
35 unsigned int.
36 (read_indirect_string): Remove obsolete cast.
37
38 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
39
40 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
41 argument.
42 (remote_fileio_func_open, remote_fileio_func_rename)
43 (remote_fileio_func_unlink, remote_fileio_func_stat)
44 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
45 (remote_fileio_func_system): Cast the arguments to
46 remote_read_bytes and remote_write_bytes.
47 (remote_fileio_func_read, remote_fileio_func_write): Use a
48 gdb_byte buffer.
49 * remote.h (remote_read_bytes, remote_write_bytes): Update
50 prototypes.
51 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
52 (threadref_to_int): Replace bogus char * cast.
53 (remote_unpack_thread_info_response): Use int for tag.
54 (remote_threads_extra_info, remote_check_symbols): Cast string
55 arguments to hex2bin.
56 (remote_wait): Use a char buffer for packets and a gdb_byte
57 buffer for registers.
58 (remote_async_wait): Likewise.
59 (remote_prepare_to_store, store_register_using_P)
60 (remote_store_registers): Use gdb_byte buffers.
61 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
62 for MYADDR and char buffers for strings.
63 (remote_xfer_partial): Add casts for string operations on READBUF.
64 (remote_rcmd): Cast strings passed to bin2hex.
65
66 2006-01-16 Mark Mitchell <mark@codesourcery.com>
67
68 * aclocal.m4: Regenerate.
69
70 2006-01-16 Nathan Sidwell <nathan@codesourcery.com>
71
72 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
73 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
74 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
75 (mt_register_name): Lazily synthesize name for coprocessor pseudo
76 array registers.
77 (mt_copro_register_type): New. Broken out of ...
78 (mt_register_type): ... here. Use it. Deal with coprocessor
79 pseudo array.
80 (mt_select_coprocessor): New.
81 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
82 coprocessor pseudo array.
83
84 2006-01-16 Andrew Stubbs <andrew.stubbs@st.com>
85
86 * breakpoint.c (insert_breakpoints): Check that a thread exists
87 before inserting thread specific breakpoints.
88
89 2006-01-15 Mark Kettenis <kettenis@gnu.org>
90
91 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
92 commit.
93
94 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
95 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
96 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
97 * config/alpha/nm-nbsd.h: Remove file.
98 * config/alpha/nm-fbsd.h: Remove file
99 * config/alpha/nbsd.mh (NAT_FILE): Remove.
100 * config/alpha/fbsd.mh (NAT_FILE): Remove.
101
102 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
103
104 * macroexp.c (expand): Initialize argc.
105 * stabsread.c (read_type): Handle errors from read_args.
106 (read_args): Return NULL for errors.
107
108 2006-01-15 Mark Kettenis <kettenis@gnu.org>
109
110 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
111 strcmp to compare string to a byte buffer.
112
113 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
114
115 * printcmd.c (output_command): Always initialize fmt.size.
116 (printf_command): Use gdb_byte.
117 * symfile.c (separate_debug_file_exists): Use gdb_byte.
118 (load_section_callback, read_target_long_array): Likewise.
119 (simple_read_overlay_table, simple_read_overlay_region_table)
120 (simple_overlay_update_1): Correct calls to read_target_long_array.
121 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
122 Also change local pointers.
123 (val_print_string): Use gdb_byte.
124
125 2006-01-15 Mark Kettenis <kettenis@gnu.org>
126
127 * alphafbsd-tdep.c: Include "solib-svr4.h".
128 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
129 svr4_lp64_fetch_link_map_offsets.
130 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
131 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
132 solib-svr4.o.
133 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
134 and solib-legacy.o.
135 * config/alpha/nm-fbsd.h: Don't include "solib.h".
136
137 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
138
139 * source.c (_initialize_source): Use add_setshow_integer_cmd.
140
141 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
142
143 * linux-fork.c (delete_fork_command, detach_fork_command): Use
144 PIDGET.
145
146 2006-01-15 Mark Kettenis <kettenis@gnu.org>
147
148 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
149 Remove.
150 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
151 svr4_ilp32_fetch_link_map_offsets.
152 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
153 function.
154 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
155 svr4_ilp32_fetch_link_map_offsets.
156 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
157 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
158 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
159 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
160 where appropriate.
161 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
162 Simply call svr4_ilp32_fetch_link_map_offsets.
163 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
164 svr4_lp64_fetch_link_map_offsets.
165 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
166 function.
167 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
168 svr4_ilp32_fetch_link_map_offsets.
169 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
170 (s390x_svr4_fetch_link_map_offsets): Remove functions.
171 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
172 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
173 where appropriate.
174
175 2006-01-15 Mark Kettenis <kettenis@gnu.org>
176
177 * arm-tdep.c (arm_return_value): Change type of readbuf and
178 writebuf arguments to `gdb_byte *'.
179
180 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
181 * Makefile.in (s390-tdep.o): Update dependencies.
182
183 2006-01-14 Mark Kettenis <kettenis@gnu.org>
184
185 * sol2-tdep.h. sol2-tdep.c: New files.
186 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
187 (amd64_sol2_init_abi): Set skip_solib_resolver.
188 * i386-sol2-tdep.c: Include "sol2-tdep.h".
189 (i386_sol2_init_abi): Set skip_solib_resolver.
190 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
191 (sparc32_sol2_init_abi): Set skip_solib_resolver.
192 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
193 (sparc64_sol2_init_abi): Set skip_solib_resolver.
194 * Makefile.in (sol2_tdep_h): New variable.
195 (ALLDEPFILES): Add sol2-tdep.c.
196 (sol2-tdep.o): New target.
197 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
198 (sparc64-sol2-tdep.o): Update dependencies
199 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
200 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
201 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
202 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
203
204 * hppa-linux-tdep.c: Fix copyright indentation.
205
206 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
207 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
208 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
209 functions.
210 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
211 floating-point registers.
212
213 2006-01-13 Mark Mitchell <mark@codesourcery.com>
214
215 * event-loop.c (gdb_select): Detect file descriptors that have
216 been closed.
217
218 2006-01-13 Mark Kettenis <kettenis@gnu.org>
219
220 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
221 and long_double_format accordingly.
222
223 2006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
224
225 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
226 translation problems.
227 * ada-lang.c (ada_value_struct_elt): Change interface and handling
228 of errors to avoid translation problem (and less than optimal error
229 messages).
230 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
231 Use new interface to ada_value_struct_elt.
232 * ada_lang.h (ada_value_struct_elt): Update declaration to new
233 interface.
234
235 * ChangeLog: remove reference to ada-tasks.c from entry of
236 2006-01-07.
237
238 2006-01-11 Mark Kettenis <kettenis@gnu.org>
239
240 * remote.c (get_memory_packet_size, set_thread)
241 (remote_unpack_thread_info_response, remote_get_threadinfo)
242 (parse_threadlist_response, remote_get_threadlist)
243 (remote_current_thread, remote_threads_info)
244 (remote_threads_extra_info, extended_remote_restart, get_offsets)
245 (remote_check_symbols, remote_open_1, remote_detach)
246 (remote_async_wait, remote_fetch_registers)
247 (remote_store_registers, check_binary_download, putpkt_binary)
248 (remote_insert_breakpoint, remote_insert_watchpoint)
249 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
250 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
251 (packet_command): Remove redundant parenthesis.
252
253 2006-01-10 Mark Kettenis <kettenis@gnu.org>
254
255 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
256 (read_memory_typed_address, write_memory)
257 (write_memory_unsigned_integer, write_memory_signed_integer): Use
258 gdb_byte where appropriate.
259
260 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
261 'gdb_byte *'.
262
263 * target.h (target_read_memory_partial, target_write_memory_partial):
264 Change second argument to 'gdb_byte *'.
265 * target.c (target_xfer_memory_partial): Change third argument to
266 'gdb_byte *'.
267 (target_read_memory_partial, target_write_memory_partial): Change
268 second argument to 'gdb_byte *'.
269
270 * linespec.c (decode_objc): Make i1 and i2 unsigned.
271 (find_method): Set values.sals to NULL.
272
273 2006-01-09 Mark Kettenis <kettenis@gnu.org>
274
275 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
276 of 'char *' in cast.
277
278 2006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
279
280 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
281 * ada-lang.c: I18n markup.
282 Editorial: change "can not" => "cannot" throughout.
283
284 2006-01-07 Mark Kettenis <kettenis@gnu.org>
285
286 * Makefile.in: Sort dependencies.
287
288 2006-01-07 Eli Zaretskii <eliz@gnu.org>
289
290 * top.c (control_level): Remove unused variable.
291
292 2006-01-06 Fred Fish <fnf@specifix.com>
293
294 * objfiles.c (source.h): Include.
295 (free_objfile): Update comment about clear_symtab_users().
296 (free_objfile): Check all symtabs of objfile being freed and if
297 one of them is the current source symtab, call
298 clear_current_source_symtab_and_line().
299
300 2006-01-04 Michael Snyder <msnyder@redhat.com>
301
302 Checkpoint/Restart for Linux.
303 * linux-nat.c: Add support for debugging multiple forks.
304 Add #include for linux-fork.h (interface spec).
305 (super_mourn_inferior): New function pointer.
306 (child_mourn_inferior): New function / target method.
307 (linux_target): Claim to_mourn_inferior method pointer.
308 (child_follow_fork): Call interface to linux-fork, conditionally
309 add new fork processes to list of debugged processes.
310 (kill_inferior): Use interface to linux-fork to kill
311 multiple processes.
312
313 * linux-fork.h: New file.
314 * linux-fork.c: New file. Support for debugging multiple forks
315 of the same program. Support for checkpoint and restart commands.
316
317 * infrun.c (nullify_last_target_wait_ptid): New function.
318
319 * Makefile.in: Add linux-fork.
320 * config/*/linux.mh: Add linux-fork.
321 * NEWS: Mention new functionality.
322
323 2006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
324
325 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
326 Change uses of "illegal" to "invalid".
327
328 2006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
329
330 * ada-exp.y: Considerable reorganization to move functionality
331 from ada-lex.l to here, where it is logically more appropriate.
332 The original reason, however, was to prevent premature name
333 lookups for selector names in record aggregates.
334 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
335 NAME for all of these.
336 (VAR): New artificial token to clarify precedence rules.
337 (OTHERS): New lexeme.
338 (empty_stoken): New symbol.
339 (%union): Remove ssym, voidval.
340 (%type): Remove <voidval> type declarations.
341 (syntax definitions): Add aggregates.
342 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
343 Rename some non-terminals to be closer to reference manual usage.
344 Tighten up expression syntax to disallow certain non-Ada
345 constructions such as X and then Y or else Z.
346 (ada_parse): Remove initialization of left_block_context.
347 (write_var_from_name): Remove.
348 (write_var_or_type): New function, containing previous code from
349 defunct write_var_from_name and name_lookup.
350 (block_lookup): New function, moved from ada-lex.l
351 (select_possible_type_sym): New function, factored out of
352 name_lookup, which used to be in ada-lex.l.
353 (find_primitive_type): Ditto.
354 (chop_selector): Ditto.
355 (write_ambiguous_var): New function, factored out of defunct
356 write_var_from_name.
357 (write_selectors): New function.
358 (write_name_assoc): New function.
359 (write_exp_op_with_string): New function.
360
361 * ada-lex.l (processId): Change interface to return stoken.
362 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
363 (block_lookup, name_lookup): Remove. Functionality moved to
364 ada-exp.y.
365 (state IN_STRING): Remove.
366 (rules): Handle string escapes in processString.
367 Add 'others' token.
368 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
369 yylval.sval (as simple strings).
370 All name look-ups now handled in ada-exp.y.
371 Introduce "::" (COLONCOLON) token and return as separate token.
372 (processId): Change return convention. Comment.
373 Leave leading "'" in place.
374 (processString): New function.
375 (find_dot_all): Add note to comment.
376 Fix problem that allowed match only at the end.
377
378 * ada-lang.c: Introduce aggregates.
379 (find_struct_field): Add new parameter to count fields skipped, and
380 allow other output parameters to be NULL.
381 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
382 new find_struct_field.
383 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
384 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
385 (num_component_specs, assign_component, assign_aggregate):
386 (aggregate_assign_from_choices,aggregate_assign_positional)
387 (aggregate_assign_others,add_component_interval):
388 New functions.
389 (ada_evaluate_subexp): Declare.
390 Add aggregate-related operators.
391 (ada_forward_operator_length): Declare.
392 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
393 Consolidate Ada operators, using ada_forward_operator_length.
394 (ada_search_struct_field): Search in forward order.
395 (ADA_OPERATORS): Add new aggregate operators.
396 (ada_operator_length, ada_op_name, ada_forward_operator_length)
397 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
398 operators and OP_NAME.
399 (ada_type_of_array): Use longest_to_int.
400 (value_assign_to_component): New function.
401 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
402 Add OP_NAME case.
403 (ada_forward_operator_length, ada_dump_subexp_body):
404 Add OP_STRING case.
405
406 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
407 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
408
409 2006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
410
411 * ada-lang.c (process_raise_exception_name): Remove extraneous
412 definition from unsubmitted code.
413
414 (is_lower_alphanum): New function.
415 (ada_decode): Add support for decoding protected object subprograms
416 and entries, and of entities declared inside protected object
417 subprograms.
418 Also add missing handling for__{DIGITS}+ suffixes.
419 Allow '$<digits>' as valid overloading suffix.
420 (is_name_suffix): Add handling for protected type entriy suffixes.
421 Also add support for protected type subprogram suffixes, but keep
422 it commented out for now, as there is an ambiguity between these
423 entities and other internally generated entities.
424 Allow '$<digits>' as valid overloading suffix.
425 (is_valid_name_for_wild_match): New function.
426 (wild_match): Add an exra level of verification of the entity name
427 before declaring it a match for the given pattern.
428
429 (ada_type_of_array, ada_evaluate_subexp): Use more proper
430 longest_to_int rather than cast.
431
432 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
433
434 (ada_coerce_to_simple_array): Call check_size to make sure
435 that the object size is reasonable.
436
437 (ada_value_primitive_packed_val): Use correct location in target
438 buffer for extracting packed record fields that are themselves records.
439
440 (add_defn_to_vec): Do not try to replace a stub type by its full
441 type. Avoids a potential infinite loop.
442
443 (ada_lookup_symbol): Move return incorrectly placed return statement,
444 causing a loop that should be scanning all object files to only
445 scan the first one.
446
447 (ada_tag_name_2): New function.
448 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
449 use alternative representation.
450
451 (ada_find_renaming_symbol): Strip the function name suffix when
452 computing the XR type name.
453
454 (ada_to_fixed_type): Try determining the tag only if we have the
455 object's address.
456 (to_fixed_array_type): Add comments.
457
458 (ada_check_typedef): Replace expression checking whether the given
459 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
460 consistent.
461
462 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
463 '$' in addition to '.' for runtime auxiliary function name suffixes.
464 See changes to ada_decode above.
465
466 (struct task_control_block): Add field called_task. (This change is
467 to keep synchronized with our local sources; it does not affect the
468 public version yet.)
469
470 * ada-typeprint.c (ada_print_type): Use int_string for printing
471 modulus of modular type.
472
473 (print_range): Trivial editorial comment fix.
474
475 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
476 double quote in string.
477
478 2006-01-01 Joel Brobecker <brobecker@adacore.com>
479
480 * top.c: Add 2006 to list of copyright years in file header.
481
482 2006-01-01 Joel Brobecker <brobecker@adacore.com>
483
484 * top.c (print_gdb_version): Update copyright year to 2006.
485
486 2006-01-01 Roger Sayle <roger@eyesopen.com>
487 Elena Zannoni <ezannoni@redhat.com>
488
489 PR symtab/1651
490 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
491 for NULL before assigning this_symtab_psymtab->objfile to objfile.
492 (scan_xcoff_symtab): Initialize next_symbol_text_func.
493 (Committed by Jim Blandy)
494
495 For older changes see ChangeLog-2005.
496 \f
497 Local Variables:
498 mode: change-log
499 left-margin: 8
500 fill-column: 74
501 version-control: never
502 End:
This page took 0.03993 seconds and 5 git commands to generate.