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