* sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
8a8bc27f
TS
12012-02-24 Thomas Schwinge <thomas@codesourcery.com>
2
3 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
4 (after_prologue): Remove.
5
6b446fdf
TT
62012-02-23 Tom Tromey <tromey@redhat.com>
7
8 * jv-valprint.c (java_val_print): Remove dead code.
9
ef59abfb
TG
102012-02-23 Tristan Gingold <gingold@adacore.com>
11
12 * ada-tasks.c (struct ada_tasks_inferior_data): Add
13 known_tasks_element and known_tasks_length fields.
14 (read_known_tasks_array): Change argument type. Use pointer type
15 and number of elements from DATA. Adjust.
16 (read_known_tasks_list): Likewise.
17 (get_known_tasks_addr): Remove.
18 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
19 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
20 type and array length. Merge former get_known_tasks_addr code.
21
def166f6
JK
222012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
23
24 PR backtrace/13716
25 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
26 it after set_momentary_breakpoint.
27
aeaa2474
SA
282012-02-22 Sterling Augustine <saugustine@google.com>
29
30 PR 13689:
31 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
32
feea76c2
GB
332012-02-22 Gary Benson <gbenson@redhat.com>
34
35 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
36 (find_slot_in_mapped_hash): Likewise.
37
f06e05e0
JK
382012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
39
40 PR build/13638
41 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
42 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
43 * configure: Regenerate.
44
b54a8fd7
PA
452012-02-21 Tristan Gingold <gingold@adacore.com>
46 Pedro Alves <palves@redhat.com>
47
48 * ia64-tdep.c: Do not include libunwind-ia64.h.
49 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
50 Include libunwind-ia64.h instead of libunwind.h.
51 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
52 for libunwind.h existence.
53 * configure, config.in: Regenerate.
54
dfcee124
AG
552012-02-21 Anton Gorenkov <xgsa@yandex.ru>
56
57 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
58 instead of value_rtti_target_type.
59 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
60 instead of value_rtti_target_type.
61 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
62 value_rtti_target_type.
63 * valops.c (value_ind): Extract function readjust_indirect_value_type.
64 (value_rtti_target_type): Rename to ...
65 (value_rtti_indirect_type): ... here and make it indirect. Update
66 function comment.
67 * value.c (readjust_indirect_value_type): New function.
68 (coerce_ref): Support for enclosing type setting for references
69 with readjust_indirect_value_type.
70 * value.h (readjust_value_type): New declaration.
71 (value_rtti_target_type): Rename to ...
72 (value_rtti_indirect_type): ... here.
73
02568277
AG
742012-02-21 Anton Gorenkov <xgsa@yandex.ru>
75
76 * MAINTAINERS (Write After Approval): Add myself to the list.
77
10c07b7e 782012-02-20 Doug Evans <dje@google.com>
28ee876a 79
d82ea6a8
DE
80 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
81 Rename objfile_p_char parameter to objfilep.
82 (build_objfile_section_table): Result is now void. All callers
83 updated.
84 * objfiles.h (struct objfile): Tweak comments, whitespace.
85 (build_objfile_section_table): Update.
86
28ee876a
DE
87 * elfread.c (elf_symfile_segments): Fix warning text.
88
24c79950
TT
892012-02-20 Tom Tromey <tromey@redhat.com>
90
91 PR gdb/13498:
92 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
93 particular set of file names once.
94 (dw2_map_symbol_filenames): Likewise.
95
3a9b40b6
JK
962012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
97
98 Code cleanup.
99 * main.c (write_files): Remove the declaration.
100 (external_editor_command): Move the declaration ...
101 [GDBTK] (external_editor_command): ... here. Fix the comment.
102
4d0795ca
TT
1032012-02-20 Tom Tromey <tromey@redhat.com>
104
105 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
106 extraneous block.
107
637fd620
TG
1082012-02-20 Tristan Gingold <gingold@adacore.com>
109
110 * darwin-nat.h (enum darwin_msg_state): Add comments.
111
6f124894
TG
1122012-02-20 Tristan Gingold <gingold@adacore.com>
113
114 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
115 value.
116
2e6e3d9c
JB
1172012-20-18 Joel Brobecker <brobecker@adacore.com>
118
119 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
120 between function description and implementation.
121
2e8265fd
TT
1222012-02-17 Tom Tromey <tromey@redhat.com>
123
124 PR python/12070:
125 * python/py-event.c (event_object_getset): New global.
126 (event_object_type): Reference it.
127 * python/py-type.c (field_object_getset): New global.
128 (field_object_type): Reference it.
129 * python/python-internal.h (gdb_py_generic_dict): Declare.
130 * python/py-utils.c (gdb_py_generic_dict): New function.
131
8544a150 1322012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 133
8544a150 134 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 135
ca193e27
TS
1362012-02-17 Thomas Schwinge <thomas@codesourcery.com>
137
138 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
139 TYPE_CALLING_CONVENTION annotation.
140
e5586183
KB
1412012-02-16 Kevin Buettner <kevinb@redhat.com>
142
143 * MAINTAINERS: Add rx to target ISA section.
144 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
145 (ALLDEPFILES): Add rx-tdep.c.
146
7dcd53a0
TT
1472012-02-16 Tom Tromey <tromey@redhat.com>
148
149 * symfile.c (symbol_file_add_main_1): Use inferior's
150 symfile_flags.
151 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
152 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
153 inferior.
154 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
155 inferior.
156 (follow_exec): Use inferior's symfile_flags.
157 * inferior.h (struct inferior) <symfile_flags>: New field.
158
ddd60447
MF
1592012-02-16 Mike Frysinger <vapier@gentoo.org>
160
161 PR gdb/9734:
162 * remote-sim.c (gdbsim_create_inferior): Call error() when
163 sim_create_inferior() fails.
164
b0d32fb6
TG
1652012-02-16 Josh Matthews <josh@joshmatthews.net>
166
167 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
168
9addecb9
TT
1692012-02-16 Tom Tromey <tromey@redhat.com>
170
171 PR c++/13653:
172 * thread.c (struct current_thread_cleanup) <was_removable>: New
173 field.
174 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
175 (make_cleanup_restore_current_thread): Initialize new field.
176
a58b110a
KB
1772012-02-15 Kevin Buettner <kevinb@redhat.com>
178
179 * MAINTAINERS: Add rl78 to target ISA section.
180 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
181 (ALLDEPFILES): Add rl78-tdep.c.
182 * NEWS: Mention rl78 as a new target.
183
4cb6da1c
AR
1842012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
185
186 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
187 data.
188 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
189
3af2590d
TT
1902012-02-15 Tom Tromey <tromey@redhat.com>
191
192 PR gdb/12659:
193 * infcmd.c (registers_info): Print just the current register's
194 name.
195
c6910659
TT
1962012-02-15 Tom Tromey <tromey@redhat.com>
197
198 * python/py-symbol.c (sympy_value): Use _().
199
7cee1e54
PA
2002012-02-15 Pedro Alves <palves@redhat.com>
201
202 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
203 output to be like native targets'.
204 (remote_pid_to_str): Special case the null ptid.
205
816338b5
SS
2062012-02-14 Stan Shebs <stan@codesourcery.com>
207
208 * NEWS: Mention enable count command.
209 * breakpoint.h (struct breakpoint): New field enable_count.
210 * breakpoint.c (enable_breakpoint_disp): Add count argument.
211 (enable_breakpoint): Add arg to call.
212 (struct disp_data): New struct.
213 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
214 (do_map_enable_once_breakpoint): Create a struct and pass it.
215 (do_map_enable_delete_breakpoint): Ditto.
216 (do_map_enable_count_breakpoint): New function.
217 (enable_count_command): New function.
218 (bpstat_stop_status): Decrement enable_count.
219 (print_one_breakpoint_location): Report enable count.
220 (_initialize_breakpoint): Add enable count command.
221
c47a44f4
KB
2222012-02-14 Kevin Buettner <kevinb@redhat.com>
223
224 * rl78-tdep.c (reggroups.h): Include.
225 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
226 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
227 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
228 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
229 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
230 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
231 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
232 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
233 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
234 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
235 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
236 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
237 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
238 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
239 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
240 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
241 beginning of register list.
242 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
243 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
244 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
245 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
246 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
247 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
248 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
249 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
250 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
251 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
252 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
253 the pseudo registers. Rearrange other pseudo registers too so
254 that the bank registers appear at the end.
255 (rl78_register_type): Account for the fact that the byte sized
256 bank registers are now pseudo-registers.
257 (rl78_register_name): Rearrange the register name array. Make
258 initial set of raw banked registers inaccessible.
259 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
260 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
261 case for copying bytes back and forth between raw and pseudo
262 versions of the banked registers. Update other cases to reflect
263 the changed names.
264 (rl78_return_value): Update to account for changed names of
265 raw registers.
266 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
267 rl78_register_sim_regno().
268
e4569f1e
KB
2692012-02-14 Kevin Buettner <kevinb@redhat.com>
270
271 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
272 the name parameter being passed to find_pc_partial_function().
273
7a05aae7
JK
2742012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
275
276 * MAINTAINERS: Step down from being ia64 target maintainer.
277
11fde611
JK
2782012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
279
280 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
281 compilation warning.
282
57008375
JK
2832012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
284
285 Fix crash on loaded shlibs without loaded exec_bfd.
286 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
287 (set_section_command): Replace exec_bfd by p->bfd.
288
ff3c9849
TT
2892012-02-10 Tom Tromey <tromey@redhat.com>
290
291 * linespec.c (decode_line_internal): Skip symtabs_from_filename
292 when we have a C++ qualified name.
293
db2b9fdd
PA
2942012-02-10 Pedro Alves <palves@redhat.com>
295
296 * inferior.c (inferior_pid_to_str): New.
297 (print_inferior, inferior_command): Use it.
298
12cd34f3
PA
2992012-02-10 Pedro Alves <palves@redhat.com>
300
301 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
302 the test CFLAGS.
303 * configure: Regenerate.
304
e871429d
JK
3052012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
306
307 * linespec.c (decode_line_internal): Fix comment correctness.
308
1916efaf
PA
3092012-02-09 Valery Khromov <valery.khromov@gmail.com>
310
311 PR gdb/12953
312 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
313 * amd64bsd-nat.c: Add support for debug registers (adapted from
314 i386bsd-nat.c).
315 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
316 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
317 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
318 (amd64bsd_dr_get_control): New functions.
319 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
320 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
321 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
322 watchpoints initialization.
323 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
324
f4859d94
JK
3252012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
326
327 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
328 flds_bnds.fields.
329 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
330
c56a97f9
JK
3312012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
332
333 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
334
1a119f36
JB
3352012-02-08 Joel Brobecker <brobecker@adacore.com>
336
337 * language.h (symbol_name_cmp_ftype): Renames
338 symbol_name_match_p_ftype.
339 (struct language_defn)[la_get_symbol_name_cmp]: Renames
340 la_get_symbol_name_match_p.
341 * ada-lang.c (ada_get_symbol_name_cmp): Renames
342 ada_get_symbol_name_match_p. Update comment.
343 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
344 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
345 Renames symbol_name_match_p. Update field type.
346 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
347 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
348 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
349 "la_get_symbol_name_cmp" in comments.
350 * language.c: Likewise.
351
c71bb1cf
RO
3522012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
353
354 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
355 %eflags offset.
356 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
357 (amd64_sol2_gregset32_reg_offs): Likewise.
358
4b2d20a5
TG
3592012-02-08 Joel Brobecker <brobecker@adacore.com>
360
361 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
362 of the returned BFD is allocated by GDB.
363
f0823d2c
TT
3642012-02-07 Tom Tromey <tromey@redhat.com>
365
366 PR python/12027:
367 * python/python-internal.h (frame_object_type): Declare.
368 * python/py-symbol.c (sympy_needs_frame): New function.
369 (sympy_value): New function.
370 (symbol_object_getset): Add "needs_frame".
371 (symbol_object_methods): Add "value".
372 * python/py-frame.c (frame_object_type): No longer static.
373
64e7d9dd
TT
3742012-02-07 Tom Tromey <tromey@redhat.com>
375
376 PR python/13599:
377 * python/py-symbol.c (sympy_line): New function.
378 (symbol_object_getset): Add "line".
379
1d6b2d2b
TT
3802012-02-07 Tom Tromey <tromey@redhat.com>
381
382 * charset.c (find_charset_names): Check 'in' against NULL.
383
0d5cff50
DE
3842012-02-06 Doug Evans <dje@google.com>
385
386 * gdbtypes.h (struct main_type): Change type of name,tag_name,
387 and fields.name members from char * to const char *. All uses updated.
388 (struct cplus_struct_type): Change type of fn_fieldlists.name member
389 from char * to const char *. All uses updated.
390 (type_name_no_tag): Update.
391 (lookup_unsigned_typename, lookup_signed_typename): Update.
392 * gdbtypes.c (type_name_no_tag): Change result type
393 from char * to const char *. All callers updated.
394 (lookup_unsigned_typename, lookup_signed_typename): Change type of
395 name parameter from char * to const char *.
396 * symtab.h (struct cplus_specific): Change type of demangled_name
397 member from char * to const char *. All uses updated.
398 (struct general_symbol_info): Change type of name and
399 mangled_lang.demangled_name members from char * to const char *.
400 All uses updated.
401 (symbol_get_demangled_name, symbol_natural_name): Update.
402 (symbol_demangled_name, symbol_search_name): Update.
403 * symtab.c (symbol_get_demangled_name): Change result type
404 from char * to const char *. All callers updated.
405 (symbol_natural_name, symbol_demangled_name): Ditto.
406 (symbol_search_name): Ditto.
407 (completion_list_add_name): Change type of symname,sym_text,
408 text,word parameters from char * to const char *.
409 (completion_list_objc_symbol): Change type of sym_text,
410 text,word parameters from char * to const char *.
411 * ada-lang.c (find_struct_field): Change type of name parameter
412 from char * to const char *.
413 (encoded_ordered_before): Similarly for N0,N1 parameters.
414 (old_renaming_is_invisible): Similarly for function_name parameter.
415 (ada_type_name): Change result type from char * to const char *.
416 All callers updated.
417 * ada-lang.h (ada_type_name): Update.
418 * buildsym.c (hashname): Change type of name parameter
419 from char * to const char *.
420 * buildsym.h (hashname): Update.
421 * dbxread.c (end_psymtab): Change type of include_list parameter
422 from char ** to const char **.
423 * dwarf2read.c (determine_prefix): Change result type
424 from char * to const char *. All callers updated.
425 * f-lang.c (find_common_for_function): Change type of name, funcname
426 parameters from char * to const char *.
427 * f-lang.c (find_common_for_function): Update.
428 * f-valprint.c (list_all_visible_commons): Change type of funcname
429 parameters from char * to const char *.
430 * gdbarch.sh (static_transform_name): Change type of name parameter
431 and result from char * to const char *.
432 * gdbarch.c: Regenerate.
433 * gdbarch.h: Regenerate.
434 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
435 of name parameter from char * to const char *.
436 * jv-lang.c (java_primitive_type_from_name): Ditto.
437 (java_demangled_signature_length): Similarly for signature parameter.
438 (java_demangled_signature_copy): Ditto.
439 (java_demangle_type_signature): Ditto.
440 * jv-lang.h (java_primitive_type_from_name): Update.
441 (java_demangle_type_signature): Update.
442 * objc-lang.c (specialcmp): Change type of a,b parameters
443 from char * to const char *.
444 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
445 from char * to const char *. All callers updated.
446 * p-lang.h (is_pascal_string_type): Update.
447 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
448 of name parameter from char * to const char *.
449 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
450 * utils.c (fprintf_symbol_filtered): Ditto.
451 * defs.h (fprintf_symbol_filtered): Update.
452 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
453 * stabsread.h (end_psymtab): Update.
454 * stack.c (find_frame_funname): Change type of funname parameter
455 from char ** to const char **.
456 * stack.h (find_frame_funname): Update.
457 * typeprint.c (type_print): Change type of varstring parameter
458 from char * to const char *.
459 * value.h (type_print): Update.
460 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
461 from char * to const char *. All callers updated.
462 (xcoff_end_psymtab): Change type of include_list parameter
463 from char ** to const char **. All callers updated.
464 (swap_sym): Similarly for name parameter. All callers updated.
465 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
466 Use xstrdup.
467 (process_coff_symbol): Use xstrdup.
468 * stabsread.c (stabs_method_name_from_physname): Renamed from
469 update_method_name_from_physname. Change result type from void
470 to char *. All callers updated.
471 (read_member_functions): In has_destructor case, store name in objfile
472 obstack instead of malloc space. In !has_stub case, fix mem leak.
473
5579a92e
TT
4742012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
475
476 * configure: Rebuild.
477 * configure.ac: Put -L../bfd and -L../libiberty at the front of
478 LDFLAGS.
479
9058f767
KB
4802012-02-03 Kevin Buettner <kevinb@redhat.com>
481
482 * configure.tgt (rl78-*-elf): New target.
483 * rl78-tdep.c: New file.
484
5b37825d
PW
4852012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
486
487 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
488 and continue the loop. Add QUIT statement.
489
e009ee71
TT
4902012-02-03 Tom Tromey <tromey@redhat.com>
491
492 PR gdb/13596:
493 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
494 bfd_lookup_symbol_from_symtab.
495 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
496 gdb_bfd_lookup_symbol_from_symtab.
497
f7e44f65
JB
4982012-02-03 Joel Brobecker <brobecker@adacore.com>
499
500 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
501 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
502 symbol. Add assertion that sym2 is never NULL.
503
2c02bd72
DE
5042012-02-02 Doug Evans <dje@google.com>
505
506 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
507 "name" parameter to const char ** from char **. All callers updated.
508 (find_pc_partial_function): Ditto.
509 (cache_pc_function_name): Change type to const char * from char *.
510 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
511 (find_pc_partial_function): Update.
512 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
513 type of "name" parameter to const char * from char *.
514 All uses updated.
515 * arch-utils.c (generic_in_solib_return_trampoline): Change
516 type of "name" parameter to const char * from char *.
517 * arch-utils.h (generic_in_solib_return_trampoline): Update.
518 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
519 type of "name" parameter to const char * from char *.
520 * gdbarch.sh (in_solib_return_trampoline): Ditto.
521 * gdbarch.c: Regenerate.
522 * gdbarch.h: Regenerate.
523 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
524 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
525 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
526 type of "name" parameter to const char * from char *.
527 * skip.c (skip_function_pc): Ditto.
528 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
529 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
530 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
531 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
532 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
533 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
534 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
535 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
536 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
537
e886a173
PA
5382012-02-02 Pedro Alves <palves@redhat.com>
539
540 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
541 the current inferior has no execution. Make sure the current
542 remote process matches gdb's current inferior.
543
c709a7c2
TT
5442012-02-02 Tom Tromey <tromey@redhat.com>
545
546 PR gdb/13405:
547 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
548 read-only memory.
549
f149aabd
TT
5502012-02-02 Tom Tromey <tromey@redhat.com>
551
552 PR gdb/9307:
553 * symtab.c (lookup_language_this): Set block_found.
554
03bef283
TT
5552012-02-01 Tom Tromey <tromey@redhat.com>
556
557 PR gdb/13431:
558 * jit.c (struct jit_inferior_data): Rewrite.
559 (struct jit_objfile_data): New.
560 (get_jit_objfile_data): New function.
561 (add_objfile_entry): Update.
562 (jit_read_descriptor): Return int. Replace descriptor_addr
563 argument with inf_data. Update. Don't call error.
564 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
565 descriptor here.
566 (jit_inferior_init): Don't look up descriptor. Don't call error.
567 (jit_reset_inferior_data_and_breakpoints)
568 (jit_inferior_created_observer): Remove.
569 (jit_inferior_exit_hook): Update.
570 (jit_executable_changed_observer): Remove.
571 (jit_event_handler): Update.
572 (free_objfile_data): Reset inferior data if needed.
573 (_initialize_jit): Update.
574
f0bbc364
TT
5752012-02-01 Tom Tromey <tromey@redhat.com>
576
577 * jit.c (bfd_open_from_target_memory): Move higher in file.
578
47c1316c
TG
5792012-02-01 Tristan Gingold <gingold@adacore.com>
580
581 * libunwind-frame.c (libunwind_load): Display message if dlopen
582 failed.
583
8e704927
GB
5842012-02-01 Gary Benson <gbenson@redhat.com>
585
586 * symtab.h (symbol_name_match_p_ftype): New typedef.
587 (iterate_over_symbols): Use the above.
588 * symtab.c (iterate_over_symbols): Likewise.
589 * language.h (language_defn->la_iterate_over_symbols): Likewise.
590 * ada-lang.c (ada_iterate_over_symbols): Likewise.
591 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
592 (iterate_name_matcher): Document return values.
593 (collect_one_symbol): Likewise.
594 (collect_function_symbols): Likewise.
595 (collect_symbols): Likewise.
596
d9680e73
TT
5972012-02-01 Tom Tromey <tromey@redhat.com>
598
599 * ada-lang.c (resolve_subexp): Update.
600 (ada_lookup_symbol_list): Add 'full_search' argument.
601 (ada_iterate_over_symbols): Pass 0 as full_search argument to
602 ada_lookup_symbol_list.
603 (ada_lookup_encoded_symbol): Update.
604 (get_var_value): Update.
605 * ada-exp.y (block_lookup): Update.
606 (write_var_or_type): Update.
607 (write_name_assoc): Update.
608 * ada-lang.h (ada_lookup_symbol_list): Update.
609
72e1143f
TT
6102012-01-31 Tom Tromey <tromey@redhat.com>
611
612 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
613 comment.
614
ab2d2ad3
DE
6152012-01-31 Doug Evans <dje@google.com>
616
617 * symtab.h: Remove outdated comment.
e9111bf7 618 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 619
bc884eba
JB
6202012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
621
622 Fix build error in Darwin port.
623 * i386-darwin-nat.c: Include i386-nat.h.
624
8fc3fc34
TT
6252012-01-30 Tom Tromey <tromey@redhat.com>
626
627 PR breakpoints/13568:
628 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
629 argument. Check for recursive includes.
630 (dwarf_decode_macros): Create an include hash.
631
5d853008
ME
6322012-01-30 Michael Eager <eager@eagercon.com>
633
634 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
635 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 636 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
637 (powerpc_linux_in_plt_stub): New function.
638 (powerpc_linux_in_dynsym_resolve_code): New function.
639 (ppc_skip_trampoline_code): New function.
640 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
641 Use glibc_skip_solib_resolver.
642
40478521
JK
6432012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
644
645 Code cleanup: Make 1440 bytes of data segment read-only.
646 * arch-utils.c (endian_enum): Make it const char *const [].
647 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
648 Likewise.
649 * breakpoint.c (always_inserted_enums): Likewise.
650 * cli/cli-cmds.c (script_ext_enums): Likewise.
651 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
652 enumlist parameter const char *const *.
653 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
654 const char *const *.
655 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
656 parameter const char *const *.
657 * cris-tdep.c (cris_modes): Make it const char *const [].
658 * filesystem.c (target_file_system_kinds): Likewise.
659 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
660 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
661 (can_use_displaced_stepping_enum, scheduler_enums)
662 (exec_direction_names): Likewise.
663 * language.c (_initialize_language): Make the type_or_range_names and
664 case_sensitive_names variables const char *const [].
665 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
666 * python/python.c (python_excp_enums): Likewise.
667 * remote.c (interrupt_sequence_modes): Likewise.
668 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
669 * serial.c (logbase_enums): Likewise.
670 * sh-tdep.c (sh_cc_enum): Likewise.
671 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
672 Likewise.
673 * symtab.c (multiple_symbols_modes): Likewise.
674 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
675 Likewise.
676 * utils.c (internal_problem_modes): Likewise.
677
b3b8b934
JK
6782012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
681 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
682 result.
683
8c85a4e2
DE
6842012-01-27 Doug Evans <dje@google.com>
685
686 * configure.ac (with_python): Fix absolute path handling for win32.
687 * configure: Regenerate.
688
78d8b4d7
DE
6892012-01-26 Doug Evans <dje@google.com>
690
eca864fe
DE
691 * symtab.c: Whitespace cleanup, no code changes.
692
7e082072
DE
693 * symtab.c (lookup_symbol_in_language): Improve comment.
694 (lookup_symbol_aux): Fix comment.
695
7dc25483
DE
696 * psymtab.c (add_psymbol_to_list): Result is now "void".
697 * psympriv.h (add_psymbol_to_list): Update.
698
78d8b4d7
DE
699 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
700
4c63965b
JK
7012012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
702
703 Do not open script filenames twice.
704 * cli/cli-cmds.c (source_script_from_stream): Pass to
705 source_python_script also STREAM.
706 * python/py-auto-load.c (source_section_scripts): Pass to
707 source_python_script_for_objfile also STREAM.
708 (auto_load_objfile_script): Pass to source_python_script_for_objfile
709 also INPUT.
710 * python/python-internal.h (source_python_script_for_objfile): New
711 parameter file, rename parameter file to filename.
712 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
713 instead if !_WIN32. Update the function comment.
714 (source_python_script, source_python_script_for_objfile)
715 (source_python_script): New parameter file, rename parameter file to
716 filename. Pass FILENAME to python_run_simple_file.
717 * python/python.h (source_python_script): New parameter file, rename
718 parameter file to filename.
719
88f38a04
PA
7202012-01-26 Pedro Alves <palves@redhat.com>
721
722 * corelow.c (core_has_fake_pid): Delete.
723 (core_close): Delete references to `core_has_fake_pid'.
724 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
725 (core_open): Delete references to `core_has_fake_pid'.
726 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
727 the removed global.
728
e078317b
JB
7292012-01-26 Joel Brobecker <brobecker@adacore.com>
730
731 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
732 Remove language parameter from name_matcher. Adjust the comment.
733 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
734 Remove language parameter.
735 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
736 * linespec.c (iterate_name_matcher): Likewise.
737 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
738 name_matcher. Adjust call accordingly.
739 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
740 (maintenance_check_symtabs): Adjust type of parameter "fun".
741 * psymtab.h (maintenance_check_symtabs): Likewise.
742
74ccd7f5
JB
7432012-01-26 Joel Brobecker <brobecker@adacore.com>
744
745 * language.h (symbol_name_match_p_ftype): New typedef.
746 (struct language_defn): Replace field la_symbol_name_compare
747 by la_get_symbol_name_match_p.
748 * ada-lang.c (ada_get_symbol_name_match_p): New function.
749 (ada_language_defn): Use it.
750 * linespec.c (struct symbol_matcher_data): New type.
751 (iterate_name_matcher): Rewrite.
752 (iterate_over_all_matching_symtabs): Pass a pointer to
753 a symbol_matcher_data struct to expand_symtabs_matching
754 instead of just the lookup name.
755 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
756 opencl-lang.c, p-lang.c, language.c: Delete field
757 la_symbol_name_compare, and replace by NULL for new field
758 la_get_symbol_name_match_p.
759 * symfile.h (struct quick_symbol_functions): Update comment.
760
5d268276
TT
7612012-01-25 Tom Tromey <tromey@redhat.com>
762
763 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
764 dereferencing.
765
edcc5120
TT
7662012-01-24 Tom Tromey <tromey@redhat.com>
767
768 PR symtab/12406:
769 * solib.c (update_solib_list): Update the program space's
770 added_solibs and deleted_solibs fields.
771 * progspace.h (struct program_space) <added_solibs,
772 deleted_solibs>: New fields.
773 (clear_program_space_solib_cache): Declare.
774 * progspace.c (release_program_space): Call
775 clear_program_space_solib_cache.
776 (clear_program_space_solib_cache): New function.
777 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
778 bpstat_stop_status. Use handle_solib_event.
779 * breakpoint.c: Include gdb_regex.h.
780 (print_solib_event): New function.
781 (bpstat_print): Use print_solib_event.
782 (bpstat_stop_status): Add special case for bp_shlib_event.
783 (handle_solib_event): New function.
784 (bpstat_what): Use handle_solib_event.
785 (struct solib_catchpoint): New.
786 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
787 (breakpoint_hit_catch_solib, check_status_catch_solib)
788 (print_it_catch_solib, print_one_catch_solib)
789 (print_mention_catch_solib, print_recreate_catch_solib): New
790 functions.
791 (catch_solib_breakpoint_ops): New global.
792 (catch_load_or_unload, catch_load_command_1)
793 (catch_unload_command_1): New functions.
794 (internal_bkpt_check_status): Add special case for
795 bp_shlib_event.
796 (internal_bkpt_print_it): Use print_solib_event.
797 (initialize_breakpoint_ops): Initialize
798 catch_solib_breakpoint_ops.
799 (_initialize_breakpoint): Register "catch load" and "catch
800 unload".
801 * breakpoint.h (handle_solib_event): Declare.
802 * NEWS: Add entry for "catch load" and "catch unload".
803
fa864999
TT
8042012-01-24 Tom Tromey <tromey@redhat.com>
805
806 * ada-lang.c: Include gdb_vecs.h.
807 * charset.c: Include gdb_vecs.h.
808 * tracepoint.h: Include gdb_vecs.h.
809 * gdb_vecs.h: New file.
810
f90263c1
TT
8112012-01-24 Pedro Alves <pedro@codesourcery.com>
812
813 * breakpoint.c (breakpoint_hit_catch_fork)
814 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
815 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
816 * infrun.c (inferior_has_forked, inferior_has_vforked)
817 (inferior_has_execd, inferior_has_called_syscall): Delete.
818 (handle_syscall_event): Get syscall_number from the execution
819 control state's wait status.
820 (wait_for_inferior): Don't clear syscall_number.
821
09ac7c10
TT
8222012-01-24 Pedro Alves <palves@redhat.com>
823
824 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
825 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
826 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
827 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
828 `ws' parameter.
829 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
830 false for events other than TARGET_SIGNAL_TRAP.
831 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
832 Add `ws' parameter.
833 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
834 events other than TARGET_SIGNAL_TRAP.
835 (tracepoint_breakpoint_hit): Add `ws' parameter.
836 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
837 parameter.
838 (bpstat_stop_status): Same.
839 (pc_at_non_inline_function): Same.
840 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
841 to pass the current event's waitstatus to bpstat_stop_status
842 and pc_at_non_inline_function.
843
86eb7e95
JK
8442012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
845
846 Code cleanup.
847 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
848 Update the function comment for it.
849 (source_script_with_search): Call make_cleanup_fclose for STREAM.
850 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
851 for STREAM.
852
a9b3a50f
PA
8532012-01-24 Pedro Alves <palves@redhat.com>
854
855 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
856 outside `bs->stop' block.
857 (bpstat_what): Rework bp_shlib_event handling.
858 (internal_bkpt_check_status): If the breakpoint is a
859 bp_shlib_event, then set bs->stop and bs->print if
860 stop_on_solib_events is set.
861
53fe1783
GB
8622012-01-24 Gary Benson <gbenson@redhat.com>
863
864 Delete #if 0'd out code.
865 * stack.c (print_frame_label_vars): Remove.
866 (catch_info): Likewise.
867 (_initialize_stack): Remove "info catch" command.
868 * NEWS: Mention the above.
869
49c62f2e
PA
8702012-01-24 Pedro Alves <palves@redhat.com>
871
872 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
873 it.
874 (remote_notice_new_inferior): If the remote end doesn't support
875 the multiprocess extensions, then the PID is fake.
876 (add_current_inferior_and_thread): New.
877 (remote_start_remote): Use it.
878 (extended_remote_attach_1): Adjust.
879 (extended_remote_create_inferior_1): Use
880 add_current_inferior_and_thread.
881
d0d8b0c6
JK
8822012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
883
884 Fix watchpoints to be specific for each inferior.
885 * breakpoint.c (watchpoint_in_thread_scope): Verify also
886 current_program_space.
887 * i386-nat.c (i386_inferior_data_cleanup): New.
888 (i386_inferior_data_get): Replace variable inf_data_local by an
889 inferior_data call.
890 (i386_use_watchpoints): Initialize i386_inferior_data.
891 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
892 specific iterate_over_lwps.
893
4403d8e9
JK
8942012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
895
896 Fix watchpoints across inferior fork.
897 * amd64-linux-nat.c (update_debug_registers_callback): Update the
898 comment for linux_nat_iterate_watchpoint_lwps.
899 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
900 linux_nat_iterate_watchpoint_lwps.
901 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
902 * i386-linux-nat.c (update_debug_registers_callback): Update the
903 comment for linux_nat_iterate_watchpoint_lwps.
904 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
905 linux_nat_iterate_watchpoint_lwps.
906 (i386_linux_prepare_to_resume): New comment on Linux kernel.
907 * i386-nat.c: Include inferior.h.
908 (dr_mirror): Remove.
909 (i386_inferior_data, struct i386_inferior_data)
910 (i386_inferior_data_get): New.
911 (i386_debug_reg_state): Use i386_inferior_data_get.
912 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
913 (i386_insert_watchpoint, i386_remove_watchpoint)
914 (i386_stopped_data_address, i386_insert_hw_breakpoint)
915 (i386_remove_hw_breakpoint): New variable state, use
916 i386_debug_reg_state instead of DR_MIRROR.
917 * linux-nat.c (delete_lwp): New declaration.
918 (num_lwps): Move here from downwards.
919 (delete_lwp_cleanup): New.
920 (linux_child_follow_fork): Create new child_lp, call
921 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
922 PTRACE_DETACH.
923 (num_lwps): Move upwards.
924 (linux_nat_iterate_watchpoint_lwps): New.
925 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
926 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
927
2992c9a7 9282012-01-24 Joel Brobecker <brobecker@adacore.com>
929
930 GDB 7.4 released.
931
e360902b
PA
9322012-01-23 Pedro Alves <palves@redhat.com>
933
934 * top.c (caution): Rename to ...
935 (confirm): ... this.
936 (show_caution): Rename to ...
937 (show_confirm): ... this.
938 (quit_cover): Adjust.
939 (init_main): Adjust.
940 * top.h (caution): Rename to ...
941 (confirm): ... this.
942 * utils.c (internal_vproblem, defaulted_query): Adjust.
943
050a2e1d
PA
9442012-01-23 Pedro Alves <palves@redhat.com>
945
946 * top.c (caution): Update comment.
947 (execute_command): Don't consider the current value of `caution'.
948
77a35dd8
JK
9492012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
950
951 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
952
a71b5a38
UW
9532012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
954
955 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
956 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
957 * target.c (target_fileio_pwrite): Remove buffer address from
958 debug output.
959 (target_fileio_pread): Likewise.
960
d99bd577
UW
9612012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
962
963 * NEWS: Document remote "info proc" and "generate-core-file".
964
35c2fab7
UW
9652012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
966
967 * gdbarch.sh (find_memory_regions): New callback.
968 * gdbarch.c, gdbarch.h: Regenerate.
969
970 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
971 callback before falling back to target method.
972
973 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
974 (linux_target_install_ops): No longer install it.
975
976 * linux-tdep.c (linux_find_memory_regions): New function.
977 (linux_init_abi): Install it.
978
6432734d
UW
9792012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
980
981 * gdbarch.sh (make_corefile_notes): New architecture callback.
982 * gdbarch.c: Regenerate.
983 * gdbarch.h: Likewise.
984
985 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
986 before target_make_corefile_notes. If NULL is returned, the
987 target does not support core file generation.
988
989 * linux-nat.c: Include "linux-tdep.h".
990 (find_signalled_thread, find_stop_signal): Remove.
991 (linux_nat_do_thread_registers): Likewise.
992 (struct linux_nat_corefile_thread_data): Likewise.
993 (linux_nat_corefile_thread_callback): Likewise.
994 (iterate_over_spus): Likewise.
995 (struct linux_spu_corefile_data): Likewise.
996 (linux_spu_corefile_callback): Likewise.
997 (linux_spu_make_corefile_notes): Likewise.
998 (linux_nat_collect_thread_registers): New function.
999 (linux_nat_make_corefile_notes): Replace contents by call to
1000 linux_make_corefile_notes passing linux_nat_collect_thread_registers
1001 as native-only callback.
1002
1003 * linux-tdep.h: Include "bfd.h".
1004 (struct regcache): Add forward declaration.
1005 (linux_collect_thread_registers_ftype): New typedef.
1006 (linux_make_corefile_notes): Add prototype.
1007 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
1008 "regset.h", and "elf-bfd.h".
1009 (find_signalled_thread, find_stop_signal): New functions.
1010 (linux_spu_make_corefile_notes): Likewise.
1011 (linux_collect_thread_registers): Likewise.
1012 (struct linux_corefile_thread_data): New data structure.
1013 (linux_corefile_thread_callback): New funcion.
1014 (linux_make_corefile_notes): Likewise.
1015 (linux_make_corefile_notes_1): Likewise.
1016 (linux_init_abi): Install it.
1017
3030c96e
UW
10182012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1019
1020 * gdbarch.sh (info_proc): New callback.
1021 * gdbarch.c, gdbarch.h: Regenerate.
1022
1023 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
1024 before falling back to the target info_proc callback.
1025
1026 * linux-nat.c: Do not include "cli/cli-utils.h".
1027 (linux_nat_info_proc): Remove.
1028 (linux_target_install_ops): No longer install it.
1029
1030 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
1031 (read_mapping): New function.
1032 (linux_info_proc): Likewise.
1033 (linux_init_abi): Install it.
1034
145b16a9
UW
10352012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1036
1037 * defs.h (enum info_proc_what): Moved here from linux-nat.c
1038 * infcmd.c: (info_proc_cmd_1): New function.
1039 (info_proc_cmd): New function, moved here from equivalent routine
1040 orignally in linux-nat.c.
1041 (info_proc_cmd_mappings): Likewise.
1042 (info_proc_cmd_stat): Likewise.
1043 (info_proc_cmd_status): Likewise.
1044 (info_proc_cmd_cwd): Likewise.
1045 (info_proc_cmd_cmdline): Likewise.
1046 (info_proc_cmd_exe): Likewise.
1047 (info_proc_cmd_all): Likewise.
1048 (_initialize_infcmd): Install "info proc" command and subcommands.
1049
1050 * target.h (struct target_ops): Add to_info_proc.
1051 (target_info_proc): Add prototype.
1052 * target.c (target_info_proc): New function.
1053
1054 * procfs.c (procfs_info_proc): Add prototype.
1055 (info_proc_cmd): Rename into ...
1056 (procfs_info_proc): ... this. Update argument types as appropriate
1057 for a to_info_proc implementation. Handle "what" argument.
1058 (procfs_target): Install procfs_info_proc.
1059 (_initialize_procfs): No longer install "info proc" command.
1060
1061 * linux-nat.c: (enum info_proc_what): Remove.
1062 (linux_nat_info_proc_cmd_1): Rename into ...
1063 (linux_nat_info_proc): ... this. Update argument types as appropriate
1064 for a to_info_proc implementation.
1065 (linux_nat_info_proc_cmd): Remove.
1066 (linux_nat_info_proc_cmd_mappings): Likewise.
1067 (linux_nat_info_proc_cmd_stat): Likewise.
1068 (linux_nat_info_proc_cmd_status): Likewise.
1069 (linux_nat_info_proc_cmd_cwd): Likewise.
1070 (linux_nat_info_proc_cmd_cmdline): Likewise.
1071 (linux_nat_info_proc_cmd_exe): Likewise.
1072 (linux_nat_info_proc_cmd_all): Likewise.
1073 (linux_target_install_ops): Install linux_nat_info_proc.
1074 (_initialize_linux_nat): No longer install "info proc" command
1075 and subcommands.
1076
b9e7b9c3
UW
10772012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1078
1079 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
1080 * config.in, configure: Regenerate.
1081
1082 * target.h (struct target_ops): Add to_fileio_readlink.
1083 (target_fileio_readlink): Add prototype.
1084 * target.c (target_fileio_readlink): New function.
1085
1086 * inf-child.c: Conditionally include <sys/param.h>.
1087 (inf_child_fileio_readlink): New function.
1088 (inf_child_target): Install it.
1089
1090 * remote.c (PACKET_vFile_readlink): New enum value.
1091 (remote_hostio_readlink): New function.
1092 (init_remote_ops): Install it.
1093 (_initialize_remote): Handle vFile:readlink packet type.
1094
7313baad
UW
10952012-01-20 Pedro Alves <palves@redhat.com>
1096 Ulrich Weigand <ulrich.weigand@linaro.org>
1097
1098 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
1099 * config.in, configure: Regenerate.
1100
1101 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
1102 to_fileio_pread, to_fileio_close, to_fileio_unlink.
1103 (target_fileio_open): Add prototype.
1104 (target_fileio_pwrite): Likewise.
1105 (target_fileio_pread): Likewise.
1106 (target_fileio_close): Likewise.
1107 (target_fileio_unlink): Likewise.
1108 (target_fileio_read_alloc): Likewise.
1109 (target_fileio_read_stralloc): Likewise.
1110
1111 * target.c: Include "gdb/fileio.h".
1112 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
1113 (default_fileio_target): New function.
1114 (target_fileio_open): Likewise.
1115 (target_fileio_pwrite): Likewise.
1116 (target_fileio_pread): Likewise.
1117 (target_fileio_close): Likewise.
1118 (target_fileio_unlink): Likewise.
1119 (target_fileio_close_cleanup): Likewise.
1120 (target_fileio_read_alloc_1): Likewise.
1121 (target_fileio_read_alloc): Likewise.
1122 (target_fileio_read_stralloc): Likewise.
1123
1124 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
1125 <fcntl.h>, and <unistd.h>.
1126 (inf_child_fileio_open_flags_to_host): New function.
1127 (inf_child_errno_to_fileio_error): Likewise.
1128 (inf_child_fileio_open): Likewise.
1129 (inf_child_fileio_pwrite): Likewise.
1130 (inf_child_fileio_pread): Likewise.
1131 (inf_child_fileio_close): Likewise.
1132 (inf_child_fileio_unlink): Likewise.
1133 (inf_child_target): Install to_fileio routines.
1134
1135 * remote.c (init_remote_ops): Install to_fileio routines.
1136
901f9912
UW
11372012-01-20 Pedro Alves <palves@redhat.com>
1138 Ulrich Weigand <ulrich.weigand@linaro.org>
1139
1140 * remote.c (remote_multi_process_p): Only check for multi-process
1141 protocol feature, do not check for extended protocol.
1142 (remote_supports_multi_process): Check for extended protocol here.
1143 (set_general_process): Likewise.
1144 (extended_remote_kill): Likewise.
1145 (remote_pid_to_str): Likewise.
1146 (remote_query_supported): Always query multiprocess mode.
1147
e714e1bf
UW
11482012-01-20 Pedro Alves <palves@redhat.com>
1149 Ulrich Weigand <ulrich.weigand@linaro.org>
1150
1151 * inferior.h (struct inferior): Add fake_pid_p.
1152 * inferior.c (exit_inferior_1): Clear fake_pid_p.
1153 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
1154 magic_null_ptid since the remote side doesn't provide a real PID.
1155
50897289
TT
11562012-01-19 Tom Tromey <tromey@redhat.com>
1157
1158 * NEWS: Combine the two Python sections.
1159
1afc2033
JK
11602012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1161
1162 * target.h (target_close): Update comment on the target's unpush state.
1163
305436e0
PA
11642012-01-19 Pedro Alves <palves@redhat.com>
1165
1166 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
1167 linux_nat_async directly instead of going through the target
1168 vector.
1169 * target.c (unpush_target): Close target after unpushing it, not
1170 before.
1171
49323895
GB
11722012-01-19 Gary Benson <gbenson@redhat.com>
1173
1174 * mdebugread.c (sort_blocks): Replace integer constants with ones
1175 derived from FIRST_LOCAL_BLOCK.
1176
1db33378
PP
11772012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1178 Jan Kratochvil <jan.kratochvil@redhat.com>
1179
1180 PR gdb/9538
1181 * symfile.c (find_separate_debug_file): New function.
1182 (terminate_after_last_dir_separator): Likewise.
1183 (find_separate_debug_file_by_debuglink): Also try realpath.
1184 * configure.ac (AC_CHECK_FUNCS): Add lstat.
1185 * configure: Regenerate.
1186 * config.in: Regenerate.
1187
f83d8a90
DE
11882012-01-18 Doug Evans <dje@google.com>
1189
1190 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
1191 (main.o): Remove rule.
1192 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
1193 (--with-sysroot): Rewrite.
1194 * configure: Regenerate.
1195 * config.in: Regenerate.
1196
2dbca4d6
SDJ
11972012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
1198
1199 * parse.c (initialize_expout): New function.
1200 (reallocate_expout): Likewise.
1201 (parse_exp_in_context): Use `initialize_expout' and
1202 `reallocate_expout' when appropriate.
1203
0695b514
PA
12042012-01-18 Pedro Alves <palves@redhat.com>
1205
1206 * record.c (struct record_breakpoint, record_breakpoint_p)
1207 (record_breakpoints): New.
1208 (record_insert_breakpoint, record_remove_breakpoint): Manage
1209 record breakpoints list. Only remove breakpoints from the
1210 inferior if they had been inserted there in the first place.
1211
136e1c30
DE
12122012-01-17 Doug Evans <dje@google.com>
1213
1214 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
1215 if we know we don't have a file name to look for.
1216
c0bf857d
PA
12172012-01-17 Pedro Alves <palves@redhat.com>
1218
1219 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
1220 the frame's stop reason is UNWIND_UNAVAILABLE.
1221
b486de60
JK
12222012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1223
1224 Fix compilation error.
1225 * m2-exp.y (yyerror): Use ANSI C prototype.
1226
d04550a6
SDJ
12272012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
1228
1229 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
1230 (growbuf_by_size): Likewise.
1231 (yyerror): Likewise.
1232 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
1233 (modblock): Remove variable (was #if 0'ed).
1234 (parse_number): Convert prototype from K&R to ANSI C.
1235 (yyerror): Likewise.
1236 * objc-exp.y (parse_number): Likewise.
1237 (yyerror): Likewise.
1238 (yylex): Remove #if 0'ed code.
1239 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
1240 (yyerror): Likewise.
1241
4aac40c8
TT
12422012-01-16 Tom Tromey <tromey@redhat.com>
1243
1244 * NEWS: Add item.
1245 * symtab.h (compare_filenames_for_search): Declare.
1246 * symtab.c (compare_filenames_for_search): New function.
1247 (iterate_over_some_symtabs): Use it.
1248 * symfile.h (struct quick_symbol_functions)
1249 <map_symtabs_matching_filename>: Change spec.
1250 * psymtab.c (partial_map_symtabs_matching_filename): Use
1251 compare_filenames_for_search. Update for new spec.
1252 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
1253 compare_filenames_for_search. Update for new spec.
1254 * breakpoint.c (clear_command): Use compare_filenames_for_search.
1255
cafec441
TT
12562012-01-16 Tom Tromey <tromey@redhat.com>
1257
1258 PR python/13281:
1259 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
1260 (struct main_type) <flag_flag_enum>: New field.
1261 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
1262 * NEWS: Add entries.
1263 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
1264 enums.
1265 * python/lib/gdb/printing.py (_EnumInstance): New class.
1266 (FlagEnumerationPrinter): Likewise.
1267
983af33b
SDJ
12682012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
1269
1270 * breakpoint.c (create_sals_from_address_default): New function.
1271 (create_breakpoints_sal_default): Likewise.
1272 (decode_linespec_default): Likewise.
1273 (is_marker_spec): Removed.
1274 (strace_marker_p): New function.
1275 (init_breakpoint_sal): Using `strace_marker_p' instead of
1276 `is_marker_spec'.
1277 (create_breakpoint): Call method `create_sals_from_address' from
1278 breakpoint_ops, replacing code that created SALs conditionally
1279 on the type of the breakpoint. Call method `create_breakpoints_sal',
1280 replacing code that created breakpoints conditionally on the type
1281 wanted.
1282 (base_breakpoint_create_sals_from_address): New function.
1283 (base_breakpoint_create_breakpoints_sal): Likewise.
1284 (base_breakpoint_decode_linespec): Likewise.
1285 (base_breakpoint_ops): Add methods
1286 `base_breakpoint_create_sals_from_address',
1287 `base_breakpoint_create_breakpoints_sal' and
1288 `base_breakpoint_decode_linespec'.
1289 (bkpt_create_sals_from_address): New function.
1290 (bkpt_create_breakpoints_sal): Likewise.
1291 (bkpt_decode_linespec): Likewise.
1292 (tracepoint_create_sals_from_address): Likewise.
1293 (tracepoint_create_breakpoints_sal): Likewise.
1294 (tracepoint_decode_linespec): Likewise.
1295 (strace_marker_create_sals_from_address): Likewise.
1296 (strace_marker_create_breakpoints_sal): Likewise.
1297 (strace_marker_decode_linespec): Likewise.
1298 (strace_marker_breakpoint_ops): New variable.
1299 (addr_string_to_sals): Remove `marker_spec'. Call method
1300 `decode_linespec' from breakpoint_ops, replacing code that decoded
1301 an address string into a SAL. Use `strace_marker_p' instead of
1302 `marker_spec'.
1303 (strace_command): Decide whether we are dealing with a static
1304 tracepoint with marker or not. Use the appropriate breakpoint_ops.
1305 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
1306 * breakpoint.h (linespec_result, linespec_sals): New forward
1307 declarations.
1308 (breakpoint_ops) <create_sals_from_address>,
1309 <create_breakpoints_sal>, <decode_linespec>: New methods.
1310
4795f398
DE
13112012-01-14 Doug Evans <dje@google.com>
1312
1313 * NEWS: Update text for "maint set python print-stack".
1314 It is deprecated in gdb 7.4 and deleted in 7.5.
1315
ee5106fe
EZ
13162012-01-13 Eli Zaretskii <eliz@gnu.org>
1317
1318 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
1319 including curses.h.
1320
b161e06f
JK
13212012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1322
1323 * configure: Regenerate.
1324 * config.in: Regenerate.
1325
85254831
KS
13262012-01-12 Keith Seitz <keiths@redhat.com>
1327
1328 PR mi/10586
1329 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
1330 (ANONYMOUS_UNION_NAME): Define.
1331 (is_path_expr_parent): New function.
1332 (get_path_expr_parent): New function.
1333 (is_anonymous_child): New function.
1334 (create_child_with_value): If the child is anonymous and without
1335 a name, assign an object name to it.
1336 (c_describe_child): Use get_path_expr_parent to determine
1337 the parent expression.
1338 If there field represents an anonymous struct or union and
1339 has no name, set an appropriate display name and expression.
1340 (cplus_describe_child): Likewise.
1341
620fa63a
PA
13422012-01-12 Pedro Alves <palves@redhat.com>
1343
1344 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
1345 available when %ebp is found to be zero (outermost).
1346
2efa2c79
AT
13472012-01-11 Andreas Tobler <andreast@fgznet.ch>
1348
1349 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
1350 an internal gdb_static_assert.
1351 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
1352
88e7d25d
TT
13532012-01-11 Tom Tromey <tromey@redhat.com>
1354
1355 PR gdb/9598:
1356 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
1357 catch" and "catch throw".
1358
72384ba3
PH
13592012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1360
1361 * blockframe.c (block_innermost_frame): Start search from selected
1362 frame, if present, or otherwise the current frame.
1363
1364 * c-exp.y (variable): Update innermost_block for
1365 'block COLONCOLON NAME' clause.
1366 * m2-exp.y (variable): Ditto.
1367 * objc-exp.y (variable): Ditto.
1368
065a711f
TT
13692012-01-10 Tom Tromey <tromey@redhat.com>
1370
1371 PR python/13199:
1372 * python/python.c (finish_python_initialization): Set sys.argv.
1373
f3f5162e
DE
13742012-01-10 Doug Evans <dje@google.com>
1375
1376 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
1377 "want_line_info". All callers updated.
1378 (dwarf_decode_lines_1): New function.
1379 (handle_DW_AT_stmt_list): Add function comment.
1380 New arg "want_line_info". All callers updated.
1381 (read_file_scope,read_type_unit_scope): Move comment from
1382 handle_DW_AT_stmt_list to here.
1383
9934703b
JK
13842012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1385
1386 Fix regression after libiberty/ update for GCC PR 6057 and others.
1387 * c-exp.y (operator) <OPERATOR DELETE>
1388 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
1389 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
1390 (make_builtin_type, make_name): New variable i, add gdb_assert.
1391 (operator) <OPERATOR NEW>: Update ARGS to 3.
1392 (operator) <OPERATOR DELETE>: Add trailing space.
1393 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
1394 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
1395 * cp-support.c (cp_canonicalize_string): Check NULL from
1396 cp_comp_to_string, call warning and return.
1397
06b9f45f
JK
13982012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1399
1400 Fix duplicate .o files after omitting libbfd.a.
1401 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
1402 (SFILES): Add corelow.c.
1403 (COMMON_OBS): Add corelow.o.
1404 (ALLDEPFILES): Remove corelow.c.
1405 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
1406 * config/alpha/alpha-osf3.mh: Likewise.
1407 * config/alpha/fbsd.mh: Likewise.
1408 * config/arm/nbsdaout.mh: Likewise.
1409 * config/arm/nbsdelf.mh: Likewise.
1410 * config/i386/i386gnu.mh: Likewise.
1411 * config/ia64/hpux.mh: Likewise.
1412 * config/ia64/linux.mh: Likewise.
1413 * config/m32r/linux.mh: Likewise.
1414 * config/m68k/linux.mh: Likewise.
1415 * config/mips/irix5.mh: Likewise.
1416 * config/mips/irix6.mh: Likewise.
1417 * config/pa/hpux.mh: Likewise.
1418 * config/pa/linux.mh: Likewise.
1419 * config/powerpc/aix.mh: Likewise.
1420 * config/sparc/linux.mh: Likewise.
1421 * config/sparc/linux64.mh: Likewise.
1422 * config/sparc/sol2.mh: Likewise.
1423 * config/vax/vax.mh: Likewise.
1424 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
1425 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
1426 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
1427 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
1428 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
1429 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
1430 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
1431 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
1432 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
1433 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
1434 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
1435 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
1436 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
1437 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
1438 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
1439 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
1440 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
1441 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
1442 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
1443 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
1444 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
1445 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
1446 corelow.o from gdb_target_obs.
1447 * corefile.c (core_target): Update the comment on NULL value.
1448 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
1449 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
1450 MATCHES. Drop YUMMY set on NULL.
1451 (core_close): Do not call exit_inferior_silent on zero PID. Do not
1452 reclaim CORE_DATA if it is already NULL.
1453
34365054
DE
14542012-01-09 Doug Evans <dje@google.com>
1455
1456 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
1457 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
1458
696166a3
KS
14592012-01-09 Keith Seitz <keiths@redhat.com>
1460
1461 * breakpoint.c (wrapper.h): Don't include.
1462
8e7b59a5
KS
14632012-01-09 Keith Seitz <keiths@redhat.com>
1464
1465 * Makefile.in (SFILES): Remove wrapper.c.
1466 (HFILES_NO_SRCDIR): Remove wrapper.h.
1467 (COMMON_OBS): Remove wrapper.o.
1468 * cli/cli-interp.c: Don't inlude wrapper.h.
1469 * corelow.c: Likewise.
1470 (core_open): Replace gdb_target_find_new_threads with
1471 TRY_CATCH around target_find_new_threads.
1472 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
1473 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
1474 * varobj.c (varobj_create): Likewise for parse_exp_1 and
1475 evaluate_expression.
1476 (varobj_set_value): Likewise for evaluate_expression and
1477 value_assign.
1478 (install_new_variable): Likewise for value_fetch_lazy.
1479 (adjust_value_for_child_access): Likewise for value_ind.
1480 (c_describe_child): Likewise for value_subscript and
1481 value_ind.
1482 (c_value_of_root): Likewise for evaluate_expression.
1483 * wrapper.c: Remove.
1484 * wrapper.h: Remove.
1485
1a4eeb98
DE
14862012-01-09 Doug Evans <dje@google.com>
1487
9ff913ba
DE
1488 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
1489 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
1490 "abfd" args with "section". All callers updated.
1491 Error checking code moved ...
1492 (error_check_comp_unit_head): ... here. New function.
1493 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
1494 Delete arg "abfd". New arg "type_offset". All callers updated.
1495 (create_debug_types_hash_table): Simplify by using
1496 read_and_check_type_unit_head.
1497
1a4eeb98
DE
1498 * parser-defs.h (namecopy): Delete.
1499 * parse.c (namecopy, namecopy_size): Move into copy_name.
1500
2e6af8c0
JK
15012012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1502
1503 Partially fix duplicate .o files after omitting libbfd.a.
1504 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
1505 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1506 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
1507 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1508 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
1509 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
1510 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1511
9f2f828a
PA
15122012-01-09 Pedro Alves <palves@redhat.com>
1513
1514 * MAINTAINERS: Update my email address.
1515
4d72c0bc
DE
15162012-01-08 Doug Evans <dje@google.com>
1517
d467dd73
DE
1518 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
1519 n_type_units. Rename type_comp_units to all_type_units.
1520 All uses updated.
1521 (add_signatured_type_cu_to_table): Renamed from
1522 add_signatured_type_cu_to_list. All callers updated.
1523
4d72c0bc
DE
1524 * gdbtypes.h (struct cplus_struct_type): Delete member
1525 nfn_fields_total. All uses removed.
1526
21b2bd31
DE
15272012-01-06 Doug Evans <dje@google.com>
1528
1529 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
1530 to top of file.
1531 (dwarf2_find_comp_unit): Delete.
1532 (process_psymtab_comp_unit): Make result "void".
1533 Delete args buffer, info_ptr, buffer_size, and replace with
1534 "section". All callers updated.
1535 (dwarf2_build_psymtabs_hard): Simplify.
1536
bfd189b1
SDJ
15372012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
1538 Thiago Jung Bauermann <bauerman@br.ibm.com>
1539
1540 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
1541 before `struct gdb_exception'.
1542 * breakpoint.c (update_global_location_list_nothrow)
1543 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
1544 * cp-abi.c (value_rtti_type): Likewise.
1545 * cp-support.c (cp_validate_operator): Likewise.
1546 * infrun.c (insert_exception_resume_breakpoint)
1547 (check_exception_resume, keep_going): Likewise.
1548 * mi-interp.c (mi_breakpoint_created)
1549 (mi_breakpoint_modified): Likewise.
1550 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
1551 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
1552 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
1553
6b07635f
DE
15542012-01-05 Doug Evans <dje@google.com>
1555
0b30b85c
DE
1556 * dwarf2read.c (statement_prologue): Delete, unused.
1557
98714339
DE
1558 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
1559 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
1560
6b07635f
DE
1561 * dwarf2read.c (comp_unit_header): Delete, unused.
1562
761f4555
UW
15632012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
1564
1565 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
1566 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
1567
2ca0b532
PA
15682012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
1569
1570 * infrun.c (normal_stop): Don't skip calling the normal_stop
1571 observers if the thread was doing a multi-step, but stopped for
1572 some reason other than stepping.
1573
50aeff07
PA
15742012-01-05 Pedro Alves <alves.ped@gmail.com>
1575
1576 * cli/cli-decode.h: Add comments.
1577 (CMD_LIST_AMBIGUOUS): Moved to command.h
1578 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
1579 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
1580 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
1581 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
1582 (add_com, add_com_alias, add_info, add_info_alias)
1583 (complete_on_cmdlist, complete_on_enum, help_list): Remove
1584 declarations.
1585 * command.h: Add and adjust comments.
1586 (CMD_LIST_AMBIGUOUS): Moved here.
1587 (help_cmd, help_cmd_list): Delete declarations.
1588
5953832c
DE
15892012-01-04 Doug Evans <dje@google.com>
1590
e5fe5e75
DE
1591 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
1592 All callers updated.
1593 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
1594 Replace all arguments with "per_cu". All callers updated.
1595
28dee7f5
DE
1596 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
1597
23745b47
DE
1598 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
1599 New arg "per_cu". All callers updated.
1600
5953832c
DE
1601 Delete #if 0'd out code.
1602 * language.c (binop_result_type): Delete.
1603 (simple_type, ordered_type, same_type, integral_type): Delete.
1604 (numeric_type, character_type, string_type, boolean_type): Delete.
1605 (float_type, structured_type): Delete.
1606 * language.h: Update.
1607
0f5b7562
TT
16082012-01-04 Tom Tromey <tromey@redhat.com>
1609
1610 * python/py-value.c (valpy_binop): Initialize 'res_val'.
1611
78218f56
JB
16122012-01-04 Joel Brobecker <brobecker@adacore.com>
1613
1614 * corefile.c (close_exec_file): Delete.
1615 (reopen_exec_file): Remove commented out code that seems related
1616 to close_exec_file, which is being deleted here.
1617 * inferior.h (close_exec_file): Delete.
1618 * fork-child.c (fork_inferior): Remove call to fork_inferior.
1619
0fcd72ba
JB
16202012-01-04 Joel Brobecker <brobecker@adacore.com>
1621
1622 * ada-lang.c: #include "cli/cli-utils.h".
1623 (get_selections): Use skip_spaces.
1624 (ada_get_next_arg): Use skip_spaces and skip_to_space.
1625 (catch_ada_exception_command_split): Use skip_spaces.
1626 (ada_decode_assert_location): Likewise.
1627
1dabb4c4
JB
16282012-01-04 Joel Brobecker <brobecker@adacore.com>
1629
1630 * linespec.c (decode_line_internal): Check for C++ or Java
1631 compound constructs only if the current language is C, C++
1632 or Java.
1633
5931a2fa
JK
16342012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1635
1636 Revert:
1637 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1638 Joel Brobecker <brobecker@adacore.com>
1639 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
1640 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
1641 3 times.
1642 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
1643 fall through into AT_ENTRY_POINT.
1644 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
1645 DUMMY_ADDR with it.
1646 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
1647 PPC_INSN_SIZE skip to 3 times.
1648
1a2da5ee
JB
16492012-01-04 Joel Brobecker <brobecker@adacore.com>
1650
1651 * linespec.c (add_minsym): Preserve function descriptors.
1652
8645ff69
UW
16532012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
1654
1655 * breakpoint.c (all_locations_are_pending): Consider locations
1656 in program spaces executing during startup pending as well.
1657
0b302171
JB
16582012-01-04 Joel Brobecker <brobecker@adacore.com>
1659
1660 Copyright year update in most files of the GDB Project.
1661
8ba098ad
JB
16622012-01-04 Joel Brobecker <brobecker@adacore.com>
1663
1664 * copyright.sh: Delete.
1665 * copyright.py: Rewrite.
1666
09c01c30
JB
16672012-01-04 Joel Brobecker <brobecker@adacore.com>
1668
1669 * gnulib/extra/update-copyright: New file, imported from gnulib.
1670
3c36c0af
JB
16712012-01-04 Joel Brobecker <brobecker@adacore.com>
1672
1673 * README (Copyright and License Notices): New section.
1674
888fe1e1
TT
16752012-01-03 Tom Tromey <tromey@redhat.com>
1676
1677 PR python/12533:
1678 * python/py-value.c (valpy_dereference, valpy_get_address
1679 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
1680 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
1681 (valpy_absolute, valpy_richcompare): Free intermediate values.
1682
6e681866
JB
16832011-01-03 Joel Brobecker <brobecker@adacore.com>
1684
1685 * ada-lang.c: Reformat the copyright notice.
1686
0cd09acb
JK
16872012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1688
1689 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
1690 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
1691 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
1692 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
1693 Revert this part of:
1694 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1695 Build gdb directly from *.o files not using libgdb.a.
1696 * Makefile.in (COMMON_OBS): Remove solib-target.o.
1697
12c3e59c
JB
16982012-01-02 Joel Brobecker <brobecker@adacore.com>
1699
1700 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
1701 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
1702 Reformat the copyright header.
1703
11bf1490
JK
17042012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1705
1706 Revert this part of:
1707 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1708 Remove the gdbtui binary.
1709 * gdb.c (main): Remove args.interpreter_p initialization.
1710 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
1711 * main.h (struct captured_main_args): Remove interpreter_p.
1712
1fef196f
JB
17132012-01-02 Joel Brobecker <brobecker@adacore.com>
1714
1715 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
1716
67827812
JB
17172012-01-02 Joel Brobecker <brobecker@adacore.com>
1718
1719 * top.c (print_gdb_version): Update copyright year.
1720
a4d0b831
YQ
17212012-01-02 Yao Qi <yao@codesourcery.com>
1722
1723 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
1724
b5914469
JK
17252012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1726 Joel Brobecker <brobecker@adacore.com>
1727
1728 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
1729 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
1730 3 times.
1731 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
1732 fall through into AT_ENTRY_POINT.
1733 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
1734 DUMMY_ADDR with it.
1735 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
1736 PPC_INSN_SIZE skip to 3 times.
1737
8da828f7
JK
17382012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1739
1740 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
1741 the return value.
1742 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
1743
8574e74b
JK
17442012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1745
1746 Build gdb directly from *.o files not using libgdb.a.
1747 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
1748 (COMMON_OBS): Remove solib-target.o.
1749 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
1750 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
1751 (LIBGDB_OBS, libgdb.a): Move it above.
1752 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
1753 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
1754 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
1755 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
1756 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
1757 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
1758 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
1759 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
1760 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
1761 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
1762 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
1763 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
1764 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
1765 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
1766 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
1767 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
1768 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
1769 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
1770 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
1771 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
1772 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
1773 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
1774 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
1775 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
1776 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
1777 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
1778 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
1779
217bff3e
JK
17802012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1781
1782 Remove the gdbtui binary.
1783 * .gitignore (/gdbtui): Remove.
1784 * Makefile.in (TUI): Remove.
1785 (SUBDIR_TUI_OBS): Remove tui-main.o.
1786 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
1787 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
1788 (tui-main.o): Remove.
1789 (all_object_files): Remove tui-main.o.
1790 * NEWS: New note for the gdbtui removal.
1791 * configure: Rebuilt.
1792 * configure.ac: No longer add all-tui, clean-tui, install-tui and
1793 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
1794 CONFIG_UNINSTALL respectively.
1795 * gdb.c (main): Remove args.interpreter_p initialization.
1796 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
1797 * main.h (struct captured_main_args): Remove interpreter_p.
1798 * tui/tui-main.c: Remove.
1799
9cdd5dbd
DE
18002012-01-01 Doug Evans <dje@google.com>
1801
bb5ed363
DE
1802 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
1803 (dwarf2_physname, read_import_statement): Ditto.
1804 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
1805 (process_structure_scope read_subroutine_type): Ditto.
1806 (read_typedef, load_partial_dies, read_partial_die): Ditto.
1807 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
1808 (dwarf2_fetch_die_location_block): Ditto.
1809 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
1810
a0f42c21
DE
1811 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
1812 All callers updated.
1813 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
1814 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
1815 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
1816
2dc860c0
DE
1817 * dwarf2read.c (load_cu): Move assert to more useful location.
1818
68dc6402
DE
1819 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
1820 All callers updated.
1821
9cdd5dbd
DE
1822 * dwarf2read.c (dwarf2_per_objfile): Add comment.
1823 (dwarf2_elf_names): Minor reformat.
1824 (dwarf2_per_cu_data): Tweak comment.
1825 (dwarf2_read_section): Fix comment.
1826 (create_all_comp_units): Fix comment.
1827 (load_full_comp_unit): Fix comment.
1828 (process_full_comp_unit): Fix comment.
1829 (read_signatured_type): Fix comment.
1830
0c10e53e 1831For older changes see ChangeLog-2011.
c906108c
SS
1832\f
1833Local Variables:
1834mode: change-log
1835left-margin: 8
1836fill-column: 74
1837version-control: never
57da7796 1838coding: utf-8
c906108c 1839End:
This page took 1.499082 seconds and 4 git commands to generate.