OSDN Git Service

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