* linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
[binutils-gdb.git] / gdb / ChangeLog
1 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
4
5 2008-01-02 Joel Brobecker <brobecker@adacore.com>
6
7 * ada-lang.c (ada_evaluate_subexp): Modify the value returned
8 when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
9 This is needed to make sure that any other treatment applied
10 to the resulting value does not fail for spurious reason,
11 such as trying to take the address of this value.
12
13 2008-01-02 Joel Brobecker <brobecker@adacore.com>
14
15 * ada-lang.c (ada_value_equal): Dereference reference types when
16 comparing arrays.
17
18 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
19
20 Updated copyright notices for most files.
21
22 2008-01-01 Christopher Faylor <me+gdb@cgf.cx>
23
24 * win32-nat.c (psapi_module_handle): Remove static.
25 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
26 return first module found if base_address is zero. Don't initialize
27 psapi function pointers here. Convert to cygwin paths when
28 appropriate.
29 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
30 executable name. Use get_module_name when that fails or when
31 !__CYGWIN__.
32 (_initialize_psapi): New function. Initialize psapi stuff before it is
33 needed or issue a warning if it is not found. Move psapi_module_handle
34 here.
35
36 2008-01-01 Joel Brobecker <brobecker@adacore.com>
37
38 * ada-lang.c (ada_remove_trailing_digits): New function.
39 (ada_remove_po_subprogram_suffix): New function.
40 (ada_decode): Improve. Move the description of the algorithm
41 directly inside the code, instead of in the function global
42 description.
43
44 2008-01-01 Joel Brobecker <brobecker@adacore.com>
45
46 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
47 and always print the dereferenced value.
48
49 2008-01-01 Joel Brobecker <brobecker@adacore.com>
50
51 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
52 of the case where the first argument is a reference.
53 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
54
55 2008-01-01 Joel Brobecker <brobecker@adacore.com>
56
57 Implement support for Ada interface types.
58
59 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
60 (ada_is_ignored_field): Ignore fields that are a dispatch table
61 of a tagged type.
62
63 2008-01-01 Joel Brobecker <brobecker@adacore.com>
64
65 * top.c (print_gdb_version): Update copyright year.
66
67 2008-01-01 Joel Brobecker <brobecker@adacore.com>
68
69 * ChangeLog-2007: New ChangeLog rotation.
70 * ChangeLog: Reset for 2008.
71 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
72 ChangeLog-2007.
73
74 For older changes see ChangeLog-2007.
75 \f
76 Local Variables:
77 mode: change-log
78 left-margin: 8
79 fill-column: 74
80 version-control: never
81 coding: utf-8
82 End: