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