c54eabfaa8
* gdbtypes.c (check_typedef): New comment on type length. * value.c (allocate_value_lazy): Remove the unused atype variable. New comment on type length. (value_primitive_field): Keep the original TYPE value, new comment. gdb/testsuite/ * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to "uint_for_mi_testing".
51 lines
1.5 KiB
Text
51 lines
1.5 KiB
Text
2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* gdbtypes.c (check_typedef): New comment on type length.
|
||
* value.c (allocate_value_lazy): Remove the unused atype variable. New
|
||
comment on type length.
|
||
(value_primitive_field): Keep the original TYPE value, new comment.
|
||
|
||
2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
|
||
p_start. Change != comparisons to > and < comparisons.
|
||
|
||
2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||
|
||
* cli/cli-script.c (process_next_line): Check P2 overrun.
|
||
|
||
2009-01-01 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
Update the copyright hearder to add year 2010 for most GDB files.
|
||
|
||
2009-01-01 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
Fix build failure in inf-ptrace.c.
|
||
* inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
|
||
|
||
2010-01-01 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* top.c (print_gdb_version): Update copyright year.
|
||
|
||
2010-01-01 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
Fix break *FUN'address thread NUM.
|
||
* ada-lex.l (task): Expand rule to also match the thread keyword.
|
||
|
||
2010-01-01 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
Fix break *FUN'address task NUM.
|
||
* ada-lex.l (task): New rule.
|
||
* ada-lang.c (valid_task_id): Make sure the Ada task list has
|
||
been built before using it.
|
||
|
||
For older changes see ChangeLog-2009.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
coding: utf-8
|
||
End:
|