]>
Commit | Line | Data |
---|---|---|
2ca0b532 PA |
1 | 2012-01-05 Khoo Yit Phang <[email protected]> |
2 | ||
3 | * infrun.c (normal_stop): Don't skip calling the normal_stop | |
4 | observers if the thread was doing a multi-step, but stopped for | |
5 | some reason other than stepping. | |
6 | ||
50aeff07 PA |
7 | 2012-01-05 Pedro Alves <[email protected]> |
8 | ||
9 | * cli/cli-decode.h: Add comments. | |
10 | (CMD_LIST_AMBIGUOUS): Moved to command.h | |
11 | (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd) | |
12 | (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq) | |
13 | (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1) | |
14 | (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition) | |
15 | (add_com, add_com_alias, add_info, add_info_alias) | |
16 | (complete_on_cmdlist, complete_on_enum, help_list): Remove | |
17 | declarations. | |
18 | * command.h: Add and adjust comments. | |
19 | (CMD_LIST_AMBIGUOUS): Moved here. | |
20 | (help_cmd, help_cmd_list): Delete declarations. | |
21 | ||
5953832c DE |
22 | 2012-01-04 Doug Evans <[email protected]> |
23 | ||
e5fe5e75 DE |
24 | * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd". |
25 | All callers updated. | |
26 | (load_full_type_unit): Renamed from read_signatured_type_at_offset. | |
27 | Replace all arguments with "per_cu". All callers updated. | |
28 | ||
28dee7f5 DE |
29 | * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment. |
30 | ||
23745b47 DE |
31 | * dwarf2read.c (init_one_comp_unit): Delete arg "objfile". |
32 | New arg "per_cu". All callers updated. | |
33 | ||
5953832c DE |
34 | Delete #if 0'd out code. |
35 | * language.c (binop_result_type): Delete. | |
36 | (simple_type, ordered_type, same_type, integral_type): Delete. | |
37 | (numeric_type, character_type, string_type, boolean_type): Delete. | |
38 | (float_type, structured_type): Delete. | |
39 | * language.h: Update. | |
40 | ||
0f5b7562 TT |
41 | 2012-01-04 Tom Tromey <[email protected]> |
42 | ||
43 | * python/py-value.c (valpy_binop): Initialize 'res_val'. | |
44 | ||
78218f56 JB |
45 | 2012-01-04 Joel Brobecker <[email protected]> |
46 | ||
47 | * corefile.c (close_exec_file): Delete. | |
48 | (reopen_exec_file): Remove commented out code that seems related | |
49 | to close_exec_file, which is being deleted here. | |
50 | * inferior.h (close_exec_file): Delete. | |
51 | * fork-child.c (fork_inferior): Remove call to fork_inferior. | |
52 | ||
0fcd72ba JB |
53 | 2012-01-04 Joel Brobecker <[email protected]> |
54 | ||
55 | * ada-lang.c: #include "cli/cli-utils.h". | |
56 | (get_selections): Use skip_spaces. | |
57 | (ada_get_next_arg): Use skip_spaces and skip_to_space. | |
58 | (catch_ada_exception_command_split): Use skip_spaces. | |
59 | (ada_decode_assert_location): Likewise. | |
60 | ||
1dabb4c4 JB |
61 | 2012-01-04 Joel Brobecker <[email protected]> |
62 | ||
63 | * linespec.c (decode_line_internal): Check for C++ or Java | |
64 | compound constructs only if the current language is C, C++ | |
65 | or Java. | |
66 | ||
5931a2fa JK |
67 | 2012-01-04 Jan Kratochvil <[email protected]> |
68 | ||
69 | Revert: | |
70 | 2012-01-02 Jan Kratochvil <[email protected]> | |
71 | Joel Brobecker <[email protected]> | |
72 | Fix regression for gdb.cp/gdb2495.exp with gcc-4.7. | |
73 | * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to | |
74 | 3 times. | |
75 | * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and | |
76 | fall through into AT_ENTRY_POINT. | |
77 | (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust | |
78 | DUMMY_ADDR with it. | |
79 | * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase | |
80 | PPC_INSN_SIZE skip to 3 times. | |
81 | ||
1a2da5ee JB |
82 | 2012-01-04 Joel Brobecker <[email protected]> |
83 | ||
84 | * linespec.c (add_minsym): Preserve function descriptors. | |
85 | ||
8645ff69 UW |
86 | 2012-01-04 Ulrich Weigand <[email protected]> |
87 | ||
88 | * breakpoint.c (all_locations_are_pending): Consider locations | |
89 | in program spaces executing during startup pending as well. | |
90 | ||
0b302171 JB |
91 | 2012-01-04 Joel Brobecker <[email protected]> |
92 | ||
93 | Copyright year update in most files of the GDB Project. | |
94 | ||
8ba098ad JB |
95 | 2012-01-04 Joel Brobecker <[email protected]> |
96 | ||
97 | * copyright.sh: Delete. | |
98 | * copyright.py: Rewrite. | |
99 | ||
09c01c30 JB |
100 | 2012-01-04 Joel Brobecker <[email protected]> |
101 | ||
102 | * gnulib/extra/update-copyright: New file, imported from gnulib. | |
103 | ||
3c36c0af JB |
104 | 2012-01-04 Joel Brobecker <[email protected]> |
105 | ||
106 | * README (Copyright and License Notices): New section. | |
107 | ||
888fe1e1 TT |
108 | 2012-01-03 Tom Tromey <[email protected]> |
109 | ||
110 | PR python/12533: | |
111 | * python/py-value.c (valpy_dereference, valpy_get_address | |
112 | valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast) | |
113 | (valpy_getitem, valpy_call, valpy_binop, valpy_negative) | |
114 | (valpy_absolute, valpy_richcompare): Free intermediate values. | |
115 | ||
6e681866 JB |
116 | 2011-01-03 Joel Brobecker <[email protected]> |
117 | ||
118 | * ada-lang.c: Reformat the copyright notice. | |
119 | ||
0cd09acb JK |
120 | 2012-01-02 Jan Kratochvil <[email protected]> |
121 | ||
122 | * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o. | |
123 | * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*) | |
124 | (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*) | |
125 | (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o. | |
126 | Revert this part of: | |
127 | 2012-01-02 Jan Kratochvil <[email protected]> | |
128 | Build gdb directly from *.o files not using libgdb.a. | |
129 | * Makefile.in (COMMON_OBS): Remove solib-target.o. | |
130 | ||
12c3e59c JB |
131 | 2012-01-02 Joel Brobecker <[email protected]> |
132 | ||
133 | * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c, | |
134 | gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c: | |
135 | Reformat the copyright header. | |
136 | ||
11bf1490 JK |
137 | 2012-01-02 Jan Kratochvil <[email protected]> |
138 | ||
139 | Revert this part of: | |
140 | 2012-01-02 Jan Kratochvil <[email protected]> | |
141 | Remove the gdbtui binary. | |
142 | * gdb.c (main): Remove args.interpreter_p initialization. | |
143 | * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE. | |
144 | * main.h (struct captured_main_args): Remove interpreter_p. | |
145 | ||
1fef196f JB |
146 | 2012-01-02 Joel Brobecker <[email protected]> |
147 | ||
148 | * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011. | |
149 | ||
67827812 JB |
150 | 2012-01-02 Joel Brobecker <[email protected]> |
151 | ||
152 | * top.c (print_gdb_version): Update copyright year. | |
153 | ||
a4d0b831 YQ |
154 | 2012-01-02 Yao Qi <[email protected]> |
155 | ||
156 | * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent. | |
157 | ||
b5914469 JK |
158 | 2012-01-02 Jan Kratochvil <[email protected]> |
159 | Joel Brobecker <[email protected]> | |
160 | ||
161 | Fix regression for gdb.cp/gdb2495.exp with gcc-4.7. | |
162 | * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to | |
163 | 3 times. | |
164 | * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and | |
165 | fall through into AT_ENTRY_POINT. | |
166 | (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust | |
167 | DUMMY_ADDR with it. | |
168 | * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase | |
169 | PPC_INSN_SIZE skip to 3 times. | |
170 | ||
8da828f7 JK |
171 | 2012-01-02 Jan Kratochvil <[email protected]> |
172 | ||
173 | * amd64-linux-nat.c (update_debug_registers_callback): New comment on | |
174 | the return value. | |
175 | * i386-linux-nat.c (update_debug_registers_callback): Likewise. | |
176 | ||
8574e74b JK |
177 | 2012-01-02 Jan Kratochvil <[email protected]> |
178 | ||
179 | Build gdb directly from *.o files not using libgdb.a. | |
180 | * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o. | |
181 | (COMMON_OBS): Remove solib-target.o. | |
182 | (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule. | |
183 | (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS). | |
184 | (LIBGDB_OBS, libgdb.a): Move it above. | |
185 | * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*) | |
186 | (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu) | |
187 | (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe) | |
188 | (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu) | |
189 | (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*) | |
190 | (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*) | |
191 | (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu) | |
192 | (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*) | |
193 | (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*) | |
194 | (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*) | |
195 | (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*) | |
196 | (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*) | |
197 | (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*) | |
198 | (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*) | |
199 | (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*) | |
200 | (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*) | |
201 | (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*) | |
202 | (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*) | |
203 | (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*) | |
204 | (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu) | |
205 | (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*) | |
206 | (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*) | |
207 | (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*) | |
208 | (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*) | |
209 | (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu) | |
210 | (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*) | |
211 | (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs. | |
212 | ||
217bff3e JK |
213 | 2012-01-02 Jan Kratochvil <[email protected]> |
214 | ||
215 | Remove the gdbtui binary. | |
216 | * .gitignore (/gdbtui): Remove. | |
217 | * Makefile.in (TUI): Remove. | |
218 | (SUBDIR_TUI_OBS): Remove tui-main.o. | |
219 | (SUBDIR_TUI_SRCS): Remove tui/tui-main.c. | |
220 | (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui) | |
221 | (tui-main.o): Remove. | |
222 | (all_object_files): Remove tui-main.o. | |
223 | * NEWS: New note for the gdbtui removal. | |
224 | * configure: Rebuilt. | |
225 | * configure.ac: No longer add all-tui, clean-tui, install-tui and | |
226 | uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and | |
227 | CONFIG_UNINSTALL respectively. | |
228 | * gdb.c (main): Remove args.interpreter_p initialization. | |
229 | * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE. | |
230 | * main.h (struct captured_main_args): Remove interpreter_p. | |
231 | * tui/tui-main.c: Remove. | |
232 | ||
9cdd5dbd DE |
233 | 2012-01-01 Doug Evans <[email protected]> |
234 | ||
bb5ed363 DE |
235 | * dwarf2read.c (dwarf2_compute_name): Simplify objfile references. |
236 | (dwarf2_physname, read_import_statement): Ditto. | |
237 | (read_call_site_scope, dwarf2_record_block_ranges): Ditto. | |
238 | (process_structure_scope read_subroutine_type): Ditto. | |
239 | (read_typedef, load_partial_dies, read_partial_die): Ditto. | |
240 | (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto. | |
241 | (dwarf2_fetch_die_location_block): Ditto. | |
242 | (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto. | |
243 | ||
a0f42c21 DE |
244 | * dwarf2read.c (read_signatured_type): Delete `objfile' arg. |
245 | All callers updated. | |
246 | (load_full_comp_unit, queue_comp_unit, process_queue): Ditto. | |
247 | (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto. | |
248 | (process_psymtab_comp_unit, load_partial_comp_unit): Ditto. | |
249 | ||
2dc860c0 DE |
250 | * dwarf2read.c (load_cu): Move assert to more useful location. |
251 | ||
68dc6402 DE |
252 | * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit. |
253 | All callers updated. | |
254 | ||
9cdd5dbd DE |
255 | * dwarf2read.c (dwarf2_per_objfile): Add comment. |
256 | (dwarf2_elf_names): Minor reformat. | |
257 | (dwarf2_per_cu_data): Tweak comment. | |
258 | (dwarf2_read_section): Fix comment. | |
259 | (create_all_comp_units): Fix comment. | |
260 | (load_full_comp_unit): Fix comment. | |
261 | (process_full_comp_unit): Fix comment. | |
262 | (read_signatured_type): Fix comment. | |
263 | ||
0c10e53e | 264 | For older changes see ChangeLog-2011. |
c906108c SS |
265 | \f |
266 | Local Variables: | |
267 | mode: change-log | |
268 | left-margin: 8 | |
269 | fill-column: 74 | |
270 | version-control: never | |
57da7796 | 271 | coding: utf-8 |
c906108c | 272 | End: |