* printcmd.c: Include "arch-utils.h".
[binutils-gdb.git] / gdb / ChangeLog
1 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * printcmd.c: Include "arch-utils.h".
4 (do_one_display): Re-parse expression if current architecture changed.
5
6 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7 Joel Brobecker <brobecker@adacore.com>
8
9 * gdbtypes.c (check_typedef): New comment on type length.
10 * value.c (allocate_value_lazy): Remove the unused atype variable. New
11 comment on type length.
12 (value_primitive_field): Keep the original TYPE value, new comment.
13
14 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15
16 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
17 p_start. Change != comparisons to > and < comparisons.
18
19 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
20
21 * cli/cli-script.c (process_next_line): Check P2 overrun.
22
23 2009-01-01 Joel Brobecker <brobecker@adacore.com>
24
25 Update the copyright hearder to add year 2010 for most GDB files.
26
27 2009-01-01 Joel Brobecker <brobecker@adacore.com>
28
29 Fix build failure in inf-ptrace.c.
30 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
31
32 2010-01-01 Joel Brobecker <brobecker@adacore.com>
33
34 * top.c (print_gdb_version): Update copyright year.
35
36 2010-01-01 Joel Brobecker <brobecker@adacore.com>
37
38 Fix break *FUN'address thread NUM.
39 * ada-lex.l (task): Expand rule to also match the thread keyword.
40
41 2010-01-01 Joel Brobecker <brobecker@adacore.com>
42
43 Fix break *FUN'address task NUM.
44 * ada-lex.l (task): New rule.
45 * ada-lang.c (valid_task_id): Make sure the Ada task list has
46 been built before using it.
47
48 For older changes see ChangeLog-2009.
49 \f
50 Local Variables:
51 mode: change-log
52 left-margin: 8
53 fill-column: 74
54 version-control: never
55 coding: utf-8
56 End: