]>
Commit | Line | Data |
---|---|---|
ee5106fe EZ |
1 | 2012-01-13 Eli Zaretskii <[email protected]> |
2 | ||
3 | * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before | |
4 | including curses.h. | |
5 | ||
b161e06f JK |
6 | 2012-01-12 Jan Kratochvil <[email protected]> |
7 | ||
8 | * configure: Regenerate. | |
9 | * config.in: Regenerate. | |
10 | ||
85254831 KS |
11 | 2012-01-12 Keith Seitz <[email protected]> |
12 | ||
13 | PR mi/10586 | |
14 | * varobj.c (ANONYMOUS_STRUCT_NAME): Define. | |
15 | (ANONYMOUS_UNION_NAME): Define. | |
16 | (is_path_expr_parent): New function. | |
17 | (get_path_expr_parent): New function. | |
18 | (is_anonymous_child): New function. | |
19 | (create_child_with_value): If the child is anonymous and without | |
20 | a name, assign an object name to it. | |
21 | (c_describe_child): Use get_path_expr_parent to determine | |
22 | the parent expression. | |
23 | If there field represents an anonymous struct or union and | |
24 | has no name, set an appropriate display name and expression. | |
25 | (cplus_describe_child): Likewise. | |
26 | ||
620fa63a PA |
27 | 2012-01-12 Pedro Alves <[email protected]> |
28 | ||
29 | * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as | |
30 | available when %ebp is found to be zero (outermost). | |
31 | ||
2efa2c79 AT |
32 | 2012-01-11 Andreas Tobler <[email protected]> |
33 | ||
34 | * common/gdb_assert.h (gdb_static_assert): Rename static_assert to | |
35 | an internal gdb_static_assert. | |
36 | * mi/mi-common.c: Rename static_assert to gdb_static_assert. | |
37 | ||
88e7d25d TT |
38 | 2012-01-11 Tom Tromey <[email protected]> |
39 | ||
40 | PR gdb/9598: | |
41 | * breakpoint.c (_initialize_breakpoint): Fix help for "catch | |
42 | catch" and "catch throw". | |
43 | ||
72384ba3 PH |
44 | 2012-01-11 Paul Hilfinger <[email protected]> |
45 | ||
46 | * blockframe.c (block_innermost_frame): Start search from selected | |
47 | frame, if present, or otherwise the current frame. | |
48 | ||
49 | * c-exp.y (variable): Update innermost_block for | |
50 | 'block COLONCOLON NAME' clause. | |
51 | * m2-exp.y (variable): Ditto. | |
52 | * objc-exp.y (variable): Ditto. | |
53 | ||
065a711f TT |
54 | 2012-01-10 Tom Tromey <[email protected]> |
55 | ||
56 | PR python/13199: | |
57 | * python/python.c (finish_python_initialization): Set sys.argv. | |
58 | ||
f3f5162e DE |
59 | 2012-01-10 Doug Evans <[email protected]> |
60 | ||
61 | * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg | |
62 | "want_line_info". All callers updated. | |
63 | (dwarf_decode_lines_1): New function. | |
64 | (handle_DW_AT_stmt_list): Add function comment. | |
65 | New arg "want_line_info". All callers updated. | |
66 | (read_file_scope,read_type_unit_scope): Move comment from | |
67 | handle_DW_AT_stmt_list to here. | |
68 | ||
9934703b JK |
69 | 2012-01-10 Jan Kratochvil <[email protected]> |
70 | ||
71 | Fix regression after libiberty/ update for GCC PR 6057 and others. | |
72 | * c-exp.y (operator) <OPERATOR DELETE> | |
73 | (operator) <OPERATOR DELETE '[' ']'>: Add trailing space. | |
74 | * cp-name-parser.y (fill_comp, make_operator, make_dtor) | |
75 | (make_builtin_type, make_name): New variable i, add gdb_assert. | |
76 | (operator) <OPERATOR NEW>: Update ARGS to 3. | |
77 | (operator) <OPERATOR DELETE>: Add trailing space. | |
78 | (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3. | |
79 | (operator) <OPERATOR DELETE '[' ']'>: Add trailing space. | |
80 | * cp-support.c (cp_canonicalize_string): Check NULL from | |
81 | cp_comp_to_string, call warning and return. | |
82 | ||
06b9f45f JK |
83 | 2012-01-10 Jan Kratochvil <[email protected]> |
84 | ||
85 | Fix duplicate .o files after omitting libbfd.a. | |
86 | * Makefile.in (ALL_TARGET_OBS): Remove corelow.o. | |
87 | (SFILES): Add corelow.c. | |
88 | (COMMON_OBS): Add corelow.o. | |
89 | (ALLDEPFILES): Remove corelow.c. | |
90 | * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o. | |
91 | * config/alpha/alpha-osf3.mh: Likewise. | |
92 | * config/alpha/fbsd.mh: Likewise. | |
93 | * config/arm/nbsdaout.mh: Likewise. | |
94 | * config/arm/nbsdelf.mh: Likewise. | |
95 | * config/i386/i386gnu.mh: Likewise. | |
96 | * config/ia64/hpux.mh: Likewise. | |
97 | * config/ia64/linux.mh: Likewise. | |
98 | * config/m32r/linux.mh: Likewise. | |
99 | * config/m68k/linux.mh: Likewise. | |
100 | * config/mips/irix5.mh: Likewise. | |
101 | * config/mips/irix6.mh: Likewise. | |
102 | * config/pa/hpux.mh: Likewise. | |
103 | * config/pa/linux.mh: Likewise. | |
104 | * config/powerpc/aix.mh: Likewise. | |
105 | * config/sparc/linux.mh: Likewise. | |
106 | * config/sparc/linux64.mh: Likewise. | |
107 | * config/sparc/sol2.mh: Likewise. | |
108 | * config/vax/vax.mh: Likewise. | |
109 | * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu) | |
110 | (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*) | |
111 | (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*) | |
112 | (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*) | |
113 | (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*) | |
114 | (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*) | |
115 | (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*) | |
116 | (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*) | |
117 | (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*) | |
118 | (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu) | |
119 | (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*) | |
120 | (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*) | |
121 | (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*) | |
122 | (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*) | |
123 | (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*) | |
124 | (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*) | |
125 | (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*) | |
126 | (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu) | |
127 | (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*) | |
128 | (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*) | |
129 | (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*) | |
130 | (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove | |
131 | corelow.o from gdb_target_obs. | |
132 | * corefile.c (core_target): Update the comment on NULL value. | |
133 | (core_file_command): Replace error by gdb_assert on CORE_TARGET. | |
134 | * corelow.c (sniff_core_bfd): Call error instead of warning on zero | |
135 | MATCHES. Drop YUMMY set on NULL. | |
136 | (core_close): Do not call exit_inferior_silent on zero PID. Do not | |
137 | reclaim CORE_DATA if it is already NULL. | |
138 | ||
34365054 DE |
139 | 2012-01-09 Doug Evans <[email protected]> |
140 | ||
141 | * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy. | |
142 | * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy. | |
143 | ||
696166a3 KS |
144 | 2012-01-09 Keith Seitz <[email protected]> |
145 | ||
146 | * breakpoint.c (wrapper.h): Don't include. | |
147 | ||
8e7b59a5 KS |
148 | 2012-01-09 Keith Seitz <[email protected]> |
149 | ||
150 | * Makefile.in (SFILES): Remove wrapper.c. | |
151 | (HFILES_NO_SRCDIR): Remove wrapper.h. | |
152 | (COMMON_OBS): Remove wrapper.o. | |
153 | * cli/cli-interp.c: Don't inlude wrapper.h. | |
154 | * corelow.c: Likewise. | |
155 | (core_open): Replace gdb_target_find_new_threads with | |
156 | TRY_CATCH around target_find_new_threads. | |
157 | * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy. | |
158 | * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type. | |
159 | * varobj.c (varobj_create): Likewise for parse_exp_1 and | |
160 | evaluate_expression. | |
161 | (varobj_set_value): Likewise for evaluate_expression and | |
162 | value_assign. | |
163 | (install_new_variable): Likewise for value_fetch_lazy. | |
164 | (adjust_value_for_child_access): Likewise for value_ind. | |
165 | (c_describe_child): Likewise for value_subscript and | |
166 | value_ind. | |
167 | (c_value_of_root): Likewise for evaluate_expression. | |
168 | * wrapper.c: Remove. | |
169 | * wrapper.h: Remove. | |
170 | ||
1a4eeb98 DE |
171 | 2012-01-09 Doug Evans <[email protected]> |
172 | ||
9ff913ba DE |
173 | * dwarf2read.c (read_and_check_comp_unit_head): Renamed from |
174 | partial_read_comp_unit_head. Replace "buffer", "buffer_size" and | |
175 | "abfd" args with "section". All callers updated. | |
176 | Error checking code moved ... | |
177 | (error_check_comp_unit_head): ... here. New function. | |
178 | (read_and_check_type_unit_head): Renamed from read_type_unit_head. | |
179 | Delete arg "abfd". New arg "type_offset". All callers updated. | |
180 | (create_debug_types_hash_table): Simplify by using | |
181 | read_and_check_type_unit_head. | |
182 | ||
1a4eeb98 DE |
183 | * parser-defs.h (namecopy): Delete. |
184 | * parse.c (namecopy, namecopy_size): Move into copy_name. | |
185 | ||
2e6af8c0 JK |
186 | 2012-01-09 Jan Kratochvil <[email protected]> |
187 | ||
188 | Partially fix duplicate .o files after omitting libbfd.a. | |
189 | * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o. | |
190 | * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o. | |
191 | * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o. | |
192 | * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o. | |
193 | * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o. | |
194 | * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o. | |
195 | * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o. | |
196 | ||
9f2f828a PA |
197 | 2012-01-09 Pedro Alves <[email protected]> |
198 | ||
199 | * MAINTAINERS: Update my email address. | |
200 | ||
4d72c0bc DE |
201 | 2012-01-08 Doug Evans <[email protected]> |
202 | ||
d467dd73 DE |
203 | * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to |
204 | n_type_units. Rename type_comp_units to all_type_units. | |
205 | All uses updated. | |
206 | (add_signatured_type_cu_to_table): Renamed from | |
207 | add_signatured_type_cu_to_list. All callers updated. | |
208 | ||
4d72c0bc DE |
209 | * gdbtypes.h (struct cplus_struct_type): Delete member |
210 | nfn_fields_total. All uses removed. | |
211 | ||
21b2bd31 DE |
212 | 2012-01-06 Doug Evans <[email protected]> |
213 | ||
214 | * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard | |
215 | to top of file. | |
216 | (dwarf2_find_comp_unit): Delete. | |
217 | (process_psymtab_comp_unit): Make result "void". | |
218 | Delete args buffer, info_ptr, buffer_size, and replace with | |
219 | "section". All callers updated. | |
220 | (dwarf2_build_psymtabs_hard): Simplify. | |
221 | ||
bfd189b1 SDJ |
222 | 2012-01-06 Sergio Durigan Junior <[email protected]> |
223 | Thiago Jung Bauermann <[email protected]> | |
224 | ||
225 | * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword | |
226 | before `struct gdb_exception'. | |
227 | * breakpoint.c (update_global_location_list_nothrow) | |
228 | (update_breakpoint_locations, enable_breakpoint_disp): Likewise. | |
229 | * cp-abi.c (value_rtti_type): Likewise. | |
230 | * cp-support.c (cp_validate_operator): Likewise. | |
231 | * infrun.c (insert_exception_resume_breakpoint) | |
232 | (check_exception_resume, keep_going): Likewise. | |
233 | * mi-interp.c (mi_breakpoint_created) | |
234 | (mi_breakpoint_modified): Likewise. | |
235 | * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise. | |
236 | * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p) | |
237 | (ia64_hpux_handle_dld_breakpoint_1): Likewise. | |
238 | ||
6b07635f DE |
239 | 2012-01-05 Doug Evans <[email protected]> |
240 | ||
0b30b85c DE |
241 | * dwarf2read.c (statement_prologue): Delete, unused. |
242 | ||
98714339 DE |
243 | * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int. |
244 | * dwarf2loc.h (dwarf2_per_cu_addr_size): Update. | |
245 | ||
6b07635f DE |
246 | * dwarf2read.c (comp_unit_header): Delete, unused. |
247 | ||
761f4555 UW |
248 | 2012-01-05 Ulrich Weigand <[email protected]> |
249 | ||
250 | * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o. | |
251 | * config/s390/s390.mh (NATDEPFILES): Remove corelow.o. | |
252 | ||
2ca0b532 PA |
253 | 2012-01-05 Khoo Yit Phang <[email protected]> |
254 | ||
255 | * infrun.c (normal_stop): Don't skip calling the normal_stop | |
256 | observers if the thread was doing a multi-step, but stopped for | |
257 | some reason other than stepping. | |
258 | ||
50aeff07 PA |
259 | 2012-01-05 Pedro Alves <[email protected]> |
260 | ||
261 | * cli/cli-decode.h: Add comments. | |
262 | (CMD_LIST_AMBIGUOUS): Moved to command.h | |
263 | (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd) | |
264 | (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq) | |
265 | (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1) | |
266 | (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition) | |
267 | (add_com, add_com_alias, add_info, add_info_alias) | |
268 | (complete_on_cmdlist, complete_on_enum, help_list): Remove | |
269 | declarations. | |
270 | * command.h: Add and adjust comments. | |
271 | (CMD_LIST_AMBIGUOUS): Moved here. | |
272 | (help_cmd, help_cmd_list): Delete declarations. | |
273 | ||
5953832c DE |
274 | 2012-01-04 Doug Evans <[email protected]> |
275 | ||
e5fe5e75 DE |
276 | * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd". |
277 | All callers updated. | |
278 | (load_full_type_unit): Renamed from read_signatured_type_at_offset. | |
279 | Replace all arguments with "per_cu". All callers updated. | |
280 | ||
28dee7f5 DE |
281 | * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment. |
282 | ||
23745b47 DE |
283 | * dwarf2read.c (init_one_comp_unit): Delete arg "objfile". |
284 | New arg "per_cu". All callers updated. | |
285 | ||
5953832c DE |
286 | Delete #if 0'd out code. |
287 | * language.c (binop_result_type): Delete. | |
288 | (simple_type, ordered_type, same_type, integral_type): Delete. | |
289 | (numeric_type, character_type, string_type, boolean_type): Delete. | |
290 | (float_type, structured_type): Delete. | |
291 | * language.h: Update. | |
292 | ||
0f5b7562 TT |
293 | 2012-01-04 Tom Tromey <[email protected]> |
294 | ||
295 | * python/py-value.c (valpy_binop): Initialize 'res_val'. | |
296 | ||
78218f56 JB |
297 | 2012-01-04 Joel Brobecker <[email protected]> |
298 | ||
299 | * corefile.c (close_exec_file): Delete. | |
300 | (reopen_exec_file): Remove commented out code that seems related | |
301 | to close_exec_file, which is being deleted here. | |
302 | * inferior.h (close_exec_file): Delete. | |
303 | * fork-child.c (fork_inferior): Remove call to fork_inferior. | |
304 | ||
0fcd72ba JB |
305 | 2012-01-04 Joel Brobecker <[email protected]> |
306 | ||
307 | * ada-lang.c: #include "cli/cli-utils.h". | |
308 | (get_selections): Use skip_spaces. | |
309 | (ada_get_next_arg): Use skip_spaces and skip_to_space. | |
310 | (catch_ada_exception_command_split): Use skip_spaces. | |
311 | (ada_decode_assert_location): Likewise. | |
312 | ||
1dabb4c4 JB |
313 | 2012-01-04 Joel Brobecker <[email protected]> |
314 | ||
315 | * linespec.c (decode_line_internal): Check for C++ or Java | |
316 | compound constructs only if the current language is C, C++ | |
317 | or Java. | |
318 | ||
5931a2fa JK |
319 | 2012-01-04 Jan Kratochvil <[email protected]> |
320 | ||
321 | Revert: | |
322 | 2012-01-02 Jan Kratochvil <[email protected]> | |
323 | Joel Brobecker <[email protected]> | |
324 | Fix regression for gdb.cp/gdb2495.exp with gcc-4.7. | |
325 | * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to | |
326 | 3 times. | |
327 | * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and | |
328 | fall through into AT_ENTRY_POINT. | |
329 | (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust | |
330 | DUMMY_ADDR with it. | |
331 | * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase | |
332 | PPC_INSN_SIZE skip to 3 times. | |
333 | ||
1a2da5ee JB |
334 | 2012-01-04 Joel Brobecker <[email protected]> |
335 | ||
336 | * linespec.c (add_minsym): Preserve function descriptors. | |
337 | ||
8645ff69 UW |
338 | 2012-01-04 Ulrich Weigand <[email protected]> |
339 | ||
340 | * breakpoint.c (all_locations_are_pending): Consider locations | |
341 | in program spaces executing during startup pending as well. | |
342 | ||
0b302171 JB |
343 | 2012-01-04 Joel Brobecker <[email protected]> |
344 | ||
345 | Copyright year update in most files of the GDB Project. | |
346 | ||
8ba098ad JB |
347 | 2012-01-04 Joel Brobecker <[email protected]> |
348 | ||
349 | * copyright.sh: Delete. | |
350 | * copyright.py: Rewrite. | |
351 | ||
09c01c30 JB |
352 | 2012-01-04 Joel Brobecker <[email protected]> |
353 | ||
354 | * gnulib/extra/update-copyright: New file, imported from gnulib. | |
355 | ||
3c36c0af JB |
356 | 2012-01-04 Joel Brobecker <[email protected]> |
357 | ||
358 | * README (Copyright and License Notices): New section. | |
359 | ||
888fe1e1 TT |
360 | 2012-01-03 Tom Tromey <[email protected]> |
361 | ||
362 | PR python/12533: | |
363 | * python/py-value.c (valpy_dereference, valpy_get_address | |
364 | valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast) | |
365 | (valpy_getitem, valpy_call, valpy_binop, valpy_negative) | |
366 | (valpy_absolute, valpy_richcompare): Free intermediate values. | |
367 | ||
6e681866 JB |
368 | 2011-01-03 Joel Brobecker <[email protected]> |
369 | ||
370 | * ada-lang.c: Reformat the copyright notice. | |
371 | ||
0cd09acb JK |
372 | 2012-01-02 Jan Kratochvil <[email protected]> |
373 | ||
374 | * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o. | |
375 | * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*) | |
376 | (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*) | |
377 | (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o. | |
378 | Revert this part of: | |
379 | 2012-01-02 Jan Kratochvil <[email protected]> | |
380 | Build gdb directly from *.o files not using libgdb.a. | |
381 | * Makefile.in (COMMON_OBS): Remove solib-target.o. | |
382 | ||
12c3e59c JB |
383 | 2012-01-02 Joel Brobecker <[email protected]> |
384 | ||
385 | * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c, | |
386 | gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c: | |
387 | Reformat the copyright header. | |
388 | ||
11bf1490 JK |
389 | 2012-01-02 Jan Kratochvil <[email protected]> |
390 | ||
391 | Revert this part of: | |
392 | 2012-01-02 Jan Kratochvil <[email protected]> | |
393 | Remove the gdbtui binary. | |
394 | * gdb.c (main): Remove args.interpreter_p initialization. | |
395 | * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE. | |
396 | * main.h (struct captured_main_args): Remove interpreter_p. | |
397 | ||
1fef196f JB |
398 | 2012-01-02 Joel Brobecker <[email protected]> |
399 | ||
400 | * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011. | |
401 | ||
67827812 JB |
402 | 2012-01-02 Joel Brobecker <[email protected]> |
403 | ||
404 | * top.c (print_gdb_version): Update copyright year. | |
405 | ||
a4d0b831 YQ |
406 | 2012-01-02 Yao Qi <[email protected]> |
407 | ||
408 | * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent. | |
409 | ||
b5914469 JK |
410 | 2012-01-02 Jan Kratochvil <[email protected]> |
411 | Joel Brobecker <[email protected]> | |
412 | ||
413 | Fix regression for gdb.cp/gdb2495.exp with gcc-4.7. | |
414 | * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to | |
415 | 3 times. | |
416 | * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and | |
417 | fall through into AT_ENTRY_POINT. | |
418 | (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust | |
419 | DUMMY_ADDR with it. | |
420 | * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase | |
421 | PPC_INSN_SIZE skip to 3 times. | |
422 | ||
8da828f7 JK |
423 | 2012-01-02 Jan Kratochvil <[email protected]> |
424 | ||
425 | * amd64-linux-nat.c (update_debug_registers_callback): New comment on | |
426 | the return value. | |
427 | * i386-linux-nat.c (update_debug_registers_callback): Likewise. | |
428 | ||
8574e74b JK |
429 | 2012-01-02 Jan Kratochvil <[email protected]> |
430 | ||
431 | Build gdb directly from *.o files not using libgdb.a. | |
432 | * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o. | |
433 | (COMMON_OBS): Remove solib-target.o. | |
434 | (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule. | |
435 | (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS). | |
436 | (LIBGDB_OBS, libgdb.a): Move it above. | |
437 | * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*) | |
438 | (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu) | |
439 | (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe) | |
440 | (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu) | |
441 | (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*) | |
442 | (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*) | |
443 | (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu) | |
444 | (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*) | |
445 | (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*) | |
446 | (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*) | |
447 | (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*) | |
448 | (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*) | |
449 | (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*) | |
450 | (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*) | |
451 | (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*) | |
452 | (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*) | |
453 | (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*) | |
454 | (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*) | |
455 | (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*) | |
456 | (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu) | |
457 | (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*) | |
458 | (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*) | |
459 | (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*) | |
460 | (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*) | |
461 | (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu) | |
462 | (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*) | |
463 | (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs. | |
464 | ||
217bff3e JK |
465 | 2012-01-02 Jan Kratochvil <[email protected]> |
466 | ||
467 | Remove the gdbtui binary. | |
468 | * .gitignore (/gdbtui): Remove. | |
469 | * Makefile.in (TUI): Remove. | |
470 | (SUBDIR_TUI_OBS): Remove tui-main.o. | |
471 | (SUBDIR_TUI_SRCS): Remove tui/tui-main.c. | |
472 | (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui) | |
473 | (tui-main.o): Remove. | |
474 | (all_object_files): Remove tui-main.o. | |
475 | * NEWS: New note for the gdbtui removal. | |
476 | * configure: Rebuilt. | |
477 | * configure.ac: No longer add all-tui, clean-tui, install-tui and | |
478 | uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and | |
479 | CONFIG_UNINSTALL respectively. | |
480 | * gdb.c (main): Remove args.interpreter_p initialization. | |
481 | * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE. | |
482 | * main.h (struct captured_main_args): Remove interpreter_p. | |
483 | * tui/tui-main.c: Remove. | |
484 | ||
9cdd5dbd DE |
485 | 2012-01-01 Doug Evans <[email protected]> |
486 | ||
bb5ed363 DE |
487 | * dwarf2read.c (dwarf2_compute_name): Simplify objfile references. |
488 | (dwarf2_physname, read_import_statement): Ditto. | |
489 | (read_call_site_scope, dwarf2_record_block_ranges): Ditto. | |
490 | (process_structure_scope read_subroutine_type): Ditto. | |
491 | (read_typedef, load_partial_dies, read_partial_die): Ditto. | |
492 | (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto. | |
493 | (dwarf2_fetch_die_location_block): Ditto. | |
494 | (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto. | |
495 | ||
a0f42c21 DE |
496 | * dwarf2read.c (read_signatured_type): Delete `objfile' arg. |
497 | All callers updated. | |
498 | (load_full_comp_unit, queue_comp_unit, process_queue): Ditto. | |
499 | (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto. | |
500 | (process_psymtab_comp_unit, load_partial_comp_unit): Ditto. | |
501 | ||
2dc860c0 DE |
502 | * dwarf2read.c (load_cu): Move assert to more useful location. |
503 | ||
68dc6402 DE |
504 | * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit. |
505 | All callers updated. | |
506 | ||
9cdd5dbd DE |
507 | * dwarf2read.c (dwarf2_per_objfile): Add comment. |
508 | (dwarf2_elf_names): Minor reformat. | |
509 | (dwarf2_per_cu_data): Tweak comment. | |
510 | (dwarf2_read_section): Fix comment. | |
511 | (create_all_comp_units): Fix comment. | |
512 | (load_full_comp_unit): Fix comment. | |
513 | (process_full_comp_unit): Fix comment. | |
514 | (read_signatured_type): Fix comment. | |
515 | ||
0c10e53e | 516 | For older changes see ChangeLog-2011. |
c906108c SS |
517 | \f |
518 | Local Variables: | |
519 | mode: change-log | |
520 | left-margin: 8 | |
521 | fill-column: 74 | |
522 | version-control: never | |
57da7796 | 523 | coding: utf-8 |
c906108c | 524 | End: |