2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4024ca99
UW
12010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
2 Daniel Jacobowitz <dan@codesourcery.com>
3
4 * arm-tdep.c (thumb_in_function_epilogue_p)
5 (arm_in_function_epilogue_p): New.
6 (arm_gdbarch_init): Install arm_in_function_epilogue_p as
7 gdbarch_in_function_epilogue_p callback.
8
855c153f
DE
92010-10-07 Doug Evans <dje@google.com>
10
00e14314
DE
11 * cc-with-index.sh (output_file): Default to a.out.
12
3876f04e
DE
13 * dwarf2read.c (mapped_index): Rename member index_table to
14 symbol_table and index_table_slots to symbol_table_slots.
15 All uses updated.
16 (create_symbol_hash_table): Renamed from create_index_table.
17 All callers updated.
18 (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
19 (write_hash_table): Rename local index_table to symbol_hash_table.
20
855c153f
DE
21 * addrmap.h (addrmap_foreach_fn): New typedef.
22 (addrmap_foreach): Declare.
23 * addrmap.c (struct addrmap_funcs): New member foreach.
24 (addrmap_foreach): New function.
25 (addrmap_fixed_foreach): New function.
26 (addrmap_fixed_funcs): Update.
27 (struct mutable_foreach_data): New struct.
28 (addrmap_mutable_foreach_worker): New function.
29 (addrmap_mutable_foreach): New function.
30 (addrmap_mutable_funcs): Update.
31
1d2a4540
PH
322010-10-07 Paul Hilfinger <hilfinger@adacore.com>
33
34 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
35 more cases.
36
40658b94
PH
372010-10-07 Paul Hilfinger <hilfinger@adacore.com>
38
39 * ada-lang.c (full_match): Declare.
40 (ada_match_name): Rename to match_name (we should avoid prefixing static
41 symbols with "ada_").
42 (match_name): New name for ada_match_name.
43 (struct ada_psym_data): Remove and replace with...
44 (struct match_data): User data for map_matching_symbols.
45 (ada_add_psyms): Remove.
46 (aux_add_nonlocal_symbols): New function, used as callback for
47 map_matching_symbols.
48 (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
49 symbols.
50 (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
51 (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
52 Rework to use map_matching_symbols instead of map_ada_symtabs.
53 (ada_lookup_symbol_list): Use add_nonlocal_symbols.
54 * psymtab.c: Include dependency on dictionary.h.
55 (match_partial_symbol): New function.
56 (ada_lookup_partial_symbol): Remove.
57 (map_block): New function, auxiliary to map_matching_symbols_psymtab.
58 (map_matching_symbols_psymtab): New function.
59 (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
60 * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
61
c4d840bd
PH
622010-10-06 Paul Hilfinger <hilfinger@adacore.com>
63
64 * ada-lang.c (ada_match_name): Use new API for wild_match.
40658b94
PH
65 (wild_match): Change API to be consistent with that of strcmp_iw;
66 return 0 for a match, and switch operand order.
67 (full_match): New function.
68 (ada_add_block_symbols): Use dict_iter_match_{first,next} for
69 matching to allow use of hashing.
70 * dictionary.c (struct dict_vector): Generalize iter_name_first,
71 iter_name_next ot iter_match_first, iter_match_next.
72 (iter_name_first_hashed): Replace with iter_match_first_hashed.
73 (iter_name_next_hashed): Replace with iter_match_next_hashed.
74 (iter_name_first_linear): Replace with iter_match_first_linear.
75 (iter_name_next_linear): Replace with iter_match_next_linear.
76 (dict_iter_name_first): Re-implement to use dict_iter_match_first.
77 (dict_iter_name_next): Re-implement to use dict_iter_match_next.
78 (dict_iter_match_first): New function.
79 (dict_iter_match_next): New function.
80 (dict_hash): New function.
81 * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
82 * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
c4d840bd 83
543ecec7
DE
842010-10-06 Doug Evans <dje@google.com>
85
86 * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
87
2f608a3a
KW
882010-10-06 Ken Werner <ken.werner@de.ibm.com>
89
90 * dwarf2read.c (read_tag_const_type): Handle const arrays.
91
aa2e2d8d
DE
922010-10-06 Doug Evans <dje@google.com>
93
9c9606fb
DE
94 * Makefile.in (REQUIRED_SUBDIRS): New var.
95 (subdir_do): Verify required subdir Makefiles exist.
96
aa2e2d8d
DE
97 Create subdir data-directory.
98 * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
99 data-directory/Makefile.in.
100 (SUBDIRS): Add data-directory.
101 (all): Remove xml-syscall-copy dependency.
102 (xml-syscall-copy): Moved to data-directory/Makefile.in as
103 stamp-syscalls.
104 (xml-syscall-install): Moved to data-directory/Makefile.in as
105 install-syscalls.
106 (install-only): Remove xml-syscall-install dependency.
107 (all-data-directory): New rule.
108 (data-directory/Makefile): New rule.
109 * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
110 * configure: Regenerate.
111 * data-directory/Makefile.in: New file.
112 * python/lib/gdb/__init__.py: New file.
113
aa27d0b3
JB
1142010-10-06 Joel Brobecker <brobecker@adacore.com>
115
116 Fix ARI warnings in advance_wild_match.
117 * ada-lang.c (advance_wild_match): Delete local variable t2.
118 Adjust code accordingly. Minor reformatting.
119
2844d6b5
KW
1202010-10-06 Ken Werner <ken.werner@de.ibm.com>
121
122 * gdbtypes.h (struct main_type): Remove flag_nottext.
123 (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
124 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
125 (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
126 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
127 of TYPE_FLAG_NOTTEXT.
128 (init_type): Remove the initialization of the flag_nottext field.
129 (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
130 TYPE_FLAG_NOTTEXT.
131 * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
132
2fdf6df6
DE
1332010-10-04 Doug Evans <dje@google.com>
134
ea65fe05
DE
135 * cc-with-index.sh: New file.
136
2fdf6df6
DE
137 * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
138 function comment.
139 (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
140 (create_cus_from_index, create_addrmap_from_index): Ditto.
141 (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
142 (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
143 (dw2_do_expand_symtabs_matching): Ditto.
b89be57b
DE
144 (eq_strtab_entry, create_strtab, add_string): Ditto.
145 (hash_strtab_entry): Ditto.
146 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
147 (create_index_table, create_mapped_symtab, find_slot): Ditto.
148 (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
149 (write_hash_table, add_address_entry, write_psymbols): Ditto.
150 (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
151 (write_psymtabs_to_index): Ditto.
2fdf6df6 152
40bc484c
JB
1532010-10-04 Joel Brobecker <brobecker@adacore.com>
154
155 * ada-lang.c: #include "value.h".
156 (ensure_lval): Delete advance declaration. Remove gdbarch and sp
157 arguments. Implement using value_allocate_space_in_inferior
158 instead of allocating memory from the stack.
159 (make_array_descriptor): Remove gdbarch and sp parameters. Update
160 calls to ensure_lval.
161 (ada_convert_actual): Remove gdbarch and sp parameters. Update
162 calls to make_array_descriptor and ensure_lval.
163 * ada-lang.h (ada_convert_actual): Update declaration.
164 * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
165
f17618ea
DE
1662010-10-04 Doug Evans <dje@google.com>
167
168 * python/python.c (_initialize_python): Define new function
169 GdbSetPythonDirectory in python. Use it to update sys.path and
170 gdb.__path__.
171
83e3a93c
PH
1722010-10-03 Paul Hilfinger <hilfinger@adacore.com>
173
174 * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
175 incorporating and generalizing print_record_field_types.
176 (print_record_field_types): Change return value and update comment.
177 Re-implement using print_selected_record_field_types.
178 (print_choices): Print "=>" here.
179 Handle case of unencoded variant branch.
180 (print_variant_clauses): Reformat comment.
181 Special-case unencoded variant branch.
182
1832010-10-03 Paul Hilfinger <hilfinger@adacore.com>
73589123
PH
184
185 * ada-lang.c (wild_match): Reimplement.
186 Change API to eliminate unused length argument, reverse arguments and
187 make 0 the 'true' return value.
188 (advance_wild_match): New auxiliary function for wild_match to improve
189 readability.
190 (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
191 * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
192 API for wild_match.
193 * symfile.h (map_ada_symtabs): Modify declaration to use new API for
194 wild_match.
195 * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
196
11570e71
DE
1972010-10-01 Doug Evans <dje@google.com>
198
199 * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
200 for `save gdb-index' command.
201
72b9f47f
TT
2022010-10-01 Tom Tromey <tromey@redhat.com>
203
204 * symfile.h (allocate_symtab): Update.
205 * symfile.c (allocate_symtab): Make 'filename' const.
206 * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
207 (add_psymbol_to_list): Likewise.
208 * psympriv.h (struct partial_symtab) <filename, dirname>: Now
209 const.
210 (add_psymbol_to_list): Update.
211 * mdebugread.c (new_symtab): Make 'name' const.
212 (psymtab_to_symtab_1): Make 'filename' const.
213 * elfread.c (elfstab_offset_sections): Update.
214 * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
215 (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
216 (psymtab_include_file_name): Update.
217 * dbxread.c (find_stab_function_addr): Make 'filename' const.
218 * buildsym.h (start_subfile): Update.
219 * buildsym.c (start_subfile): Make arguments const.
220
55e39473
MS
2212010-09-30 Ali Lakhia <lakhia@alumni.utexas.net>
222
223 * fork-child.c (breakup_args): Fix crash if shell forking is
224 disabled at compile time.
225
05e522ef
JB
2262010-10-01 Joel Brobecker <brobecker@adacore.com>
227
228 * ada-lang.c (desc_bounds): Add handling of the case where
229 the P_BOUNDS field is a pointer to a stub.
230 (desc_data_target_type): Same for P_ARRAY field.
231 (ada_check_typedef): Strip the typedef layers from the type
232 found by ada_find_any_type.
233
49a45ecf
JB
2342010-10-01 Joel Brobecker <brobecker@adacore.com>
235
236 * sparc-tdep.c (sparc32_frame_align): New function.
237 (sparc32_gdbarch_init): Set the frame_align gdbarch method.
238 * sparc64-tdep.c (sparc64_frame_align): New function.
239 (sparc64_gdbarch_init): Set the frame_align gdbarch method.
240
a5916a62
L
2412010-09-30 H.J. Lu <hongjiu.lu@intel.com>
242
243 * defs.h (MAX_REGISTER_SIZE): Set to 64.
244
00b5771c
TT
2452010-09-30 Tom Tromey <tromey@redhat.com>
246
247 * symfile.h (struct sym_fns) <next>: Remove.
248 (add_symtab_fns): Update.
249 * symfile.c (sym_fns_ptr): New typedef.
250 (symtab_fns): Now a VEC.
251 (add_symtab_fns): Update. Change argument type.
252 (find_sym_fns): Update. Change return type.
253 (get_symfile_segment_data): Update.
254 * objfiles.h (struct objfile) <sf>: Now const.
255 * somread.c (som_sym_fns): Now const. Update.
256 * xcoffread.c (xcoff_sym_fns): Now const. Update.
257 * mipsread.c (ecoff_sym_fns): Now const. Update.
258 * machoread.c (macho_sym_fns): Now const. Update.
259 * elfread.c (elf_sym_fns): Now const. Update.
260 (elf_sym_fns_gdb_index): Likewise.
261 * dbxread.c (aout_sym_fns): Now const. Update.
262 * coffread.c (coff_sym_fns): Now const. Update.
263
38f12cfc
TT
2642010-09-30 Tom Tromey <tromey@redhat.com>
265
266 * value.c (value_primitive_field): Take 'offset' into account for
267 packed field.
268
9ae8282d
TT
2692010-09-30 Tom Tromey <tromey@redhat.com>
270
271 * completer.c (count_struct_fields): Handle anonymous structs and
272 unions.
273 (add_struct_fields): Likewise.
274
e9e07ba6
JK
2752010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
276
277 Fix printing parameters of inlined functions.
278 * ada-lang.c (is_known_support_routine)
279 (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
280 for find_frame_funname.
281 * python/py-frame.c (frapy_name): Likewise.
282 * stack.c (find_frame_funname): New parameter funcp. Update the
283 function comment. Fill it in.
284 (print_frame): New variable func. Initialize it by
285 find_frame_funname. Print arguments only if FUNC is not NULL. Use
286 FUNC as the parameter of print_args_stub.
287 * stack.h (find_frame_funname): New parameter funcp. Remove the
288 function declaration comment.
289
cd2effb2
JK
2902010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
291
292 PR corefiles/12071.
293 * inferior.c (have_live_inferiors): New variables old_chain, inf and
294 tp. Iterate INFERIOR_LIST and call target_has_execution.
295
bceffbf3
JK
2962010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
297
298 Fix GDB crash on inferior calls with self-referencing classes.
299 * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
300 member fields.
301
abc72ce4
DE
3022010-09-29 Doug Evans <dje@google.com>
303
304 Workaround for gcc/45682.
305 * dwarf2read.c (partial_die_info): New fields fixup_called,
306 linkage_name.
307 (guess_partial_die_structure_name): Renamed from guess_structure_name.
308 Move definition next to use. Use linkage_name to determine if class
309 is in a namespace. All callers updated.
310 (fixup_partial_die): Return early if already called.
311 Set fixup_called when done.
312 (guess_full_die_structure_name): New function.
313 (determine_prefix): Call it for class/struct/union dies if c++ and
314 .debug_types section is present and parent is DW_TAG_compile_unit.
315
0ac7be25
JB
3162010-09-28 Joel Brobecker <brobecker@adacore.com>
317
318 * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
319 (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
320
6e1bb179
JB
3212010-09-28 Joel Brobecker <brobecker@adacore.com>
322
323 * NEWS: Announce Ravenscar Profile support.
324
036b1ba8
JB
3252010-09-28 Joel Brobecker <brobecker@adacore.com>
326 Jerome Guitton <guitton@adacore.com>
327
328 * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
329 New files.
330 * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
331 ravenscar-sparc-thread.o to gdb_target_obs.
332
474011fb
JB
3332010-09-28 Joel Brobecker <brobecker@adacore.com>
334
335 * ada-tasks.c (iterate_over_live_ada_tasks): New function.
336 * ada-lang.h (iterate_over_live_ada_tasks): Declare.
337
99e24b90
PM
3382010-09-27 Pierre Muller <muller@ics.u-strasbg.fr>
339
340 * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
341 (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
342 skip_main_prologue method.
343
987d643c
TT
3442010-09-27 Tom Tromey <tromey@redhat.com>
345
346 * dwarf2read.c (dwarf2_read_index): Only allow version 3.
347 (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
348 Only emit a given psymbol once.
349 (struct signatured_type_index_data) <psyms_seen>: New field.
350 (write_one_signatured_type): Update.
351 (cleanup_htab): New function.
352 (write_psymtabs_to_index): Update. Create psyms_seen hash. Bump
353 version to 3.
354 (save_gdb_index_command): Update index documentation.
355
d3aff959
TT
3562010-09-27 Tom Tromey <tromey@redhat.com>
357
358 * bcache.c (expand_hash_table): Use hash_function, not hash.
359
716b65bf
TT
3602010-09-27 Tom Tromey <tromey@redhat.com>
361
362 * gdb_wchar.h: Change minimum libiconv to 0x108.
363
1736ad11
JK
3642010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
365
366 Fix lost siginfo_t for inferior calls.
367 * infrun.c
368 (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
369 (save_inferior_thread_state): New variables regcache, gdbarch and
370 siginfo_data. Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
371 Move INF_STATE allocation later, pre-clear it. Initialize REGISTERS
372 using REGCACHE.
373 (restore_inferior_thread_state): New variables regcache and gdbarch.
374 Restore SIGINFO_DATA for matching GDBARCH. Restore REGISTERS using
375 REGCACHE. Free also SIGINFO_DATA.
376
4b5246aa
TT
3772010-09-24 Tom Tromey <tromey@redhat.com>
378
379 * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
380 MAYBE_SWAPs.
381 (dw2_map_symbol_names): Likewise.
382
2a7d6a25
SW
3832010-09-24 Sami Wagiaalla <swagiaal@redhat.com>
384
385 * valops.c (find_oload_champ_namespace_loop): replace incorrect
386 discard_cleanups do_cleanups.
387
b53a1623
PA
3882010-09-24 Pedro Alves <pedro@codesourcery.com>
389
e6ee044d
PA
390 PR gdb/11842
391
b53a1623
PA
392 * amd64-linux-nat.c (compat_siginfo_from_siginfo)
393 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
394 si_code is < 0. Check for si_code == SI_TIMER before checking for
395 si_code < 0.
396
96a8853a
PA
3972010-09-24 Pedro Alves <pedro@codesourcery.com>
398
399 * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
400
39383a48
JB
4012010-09-22 Joel Brobecker <brobecker@adacore.com>
402
403 * ada-tasks.c (read_atcb): Do not compute the task ptid when
404 debugging a core file.
405
d31d2fc3
JK
4062010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
407
408 Code cleanup.
409 * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
410 (free_objfile) <objfile->name != NULL>: Remove the conditional around
411 xfree.
412 * objfiles.h (struct objfile) <name>: New comment it is never NULL.
413 * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
414 Remove.
415 * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
416 Remove the conditional.
417 * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
418
7f6130ff
JK
4192010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
420
421 * main.c: Include objfiles.h.
422 (captured_main): New variable objfile. Call
423 load_auto_scripts_for_objfile for ALL_OBJFILES.
424
c2b0a229
JK
4252010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
428 DW_TAG_constant.
429
72929c62
JB
4302010-09-22 Joel Brobecker <brobecker@adacore.com>
431
432 * dwarf2read.c (scan_partial_symbols): Add handling of
433 DW_TAG_constant DIEs.
434 (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
435
496c0e1b
JB
4362010-09-22 Joel Brobecker <brobecker@adacore.com>
437
438 * configure.ac: Add support for --enable-gdbserver.
439 * configure: Regenerate.
440
ec322823
SW
4412010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
442
443 PR C++/12028
444 * valops.c (find_oload_champ_namespace_loop): removed incorrect
445 'old_cleanups' reassignment.
446
1558ab4c
JK
4472010-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
448
449 * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
450 characters.
451
875b4ff5
PM
4522010-09-16 Phil Muldoon <pmuldoon@redhat.com>
453
454 PR mi/11407
455 * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
456 read_var_value and common_val_print and print a warning.
457
65dedcb2
JK
4582010-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
459
460 * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
461 keep the list in alphabetical order. Use longer e-mail address.
462
0e780a22
TT
4632010-09-15 Tom Tromey <tromey@redhat.com>
464
465 * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
466
62234ccc
TT
4672010-09-15 Tom Tromey <tromey@redhat.com>
468
469 * charset.c (iconv_open): New define.
470 (iconv): Likewise.
471 (iconv_close): Likewise.
472 (phony_iconv_open): Add "phony_" prefix.
473 (phony_iconv_close): Likewise.
474 (phony_iconv): Likewise.
475 * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
476 Change how INTERMEDIATE_ENCODING is defined.
477
4950bc1c
DE
4782010-09-15 Doug Evans <dje@google.com>
479
480 * dwarf2read.c (struct die_info): Fix comment.
481
349126ea
AM
4822010-09-15 Alan Modra <amodra@gmail.com>
483
484 PR 4606
485 * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
486 than setting SEC_NEVER_LOAD on sections that need not be copied.
487
923c6a3d
TT
4882010-09-14 Tom Tromey <tromey@redhat.com>
489
490 * psympriv.h (add_psymbol_to_list, init_psymbol_list)
491 (start_psymtab_common, allocate_psymtab, discard_psymtab):
492 Declare.
493 * symfile.h (extend_psymbol_list): Remove.
494 (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
495 (allocate_psymtab, discard_psymtab): Move to psympriv.h.
496 * psymtab.c (extend_psymbol_list): Move earlier. Now static.
497
a9e6a4bb
JK
4982010-09-14 Jan Kratochvil <jan.kratochvil@redhat.com>
499
500 * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
501 Update the comment.
502
7155d578
TT
5032010-09-14 Tom Tromey <tromey@redhat.com>
504
505 PR symtab/8399:
506 * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
507 for unrecognized frame base expression.
508
515ed532
TT
5092010-09-14 Tom Tromey <tromey@redhat.com>
510
511 PR exp/11803:
512 * value.c (value_static_field): Use value_of_variable.
513
b467f580
PM
5142010-09-14 Pierre Muller <muller@ics.u-strasbg.fr>
515
516 * m32r-rom.c: Replace winsock.h with winsock2.h header.
517 * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
518
450ca57c
SW
5192010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
520
521 PR symtab/11992:
522 * c-exp.y (classify_name): Check is_a_member_of_this before returning
523 UNKNOWN_CPP_NAME.
524
1aee7009
JB
5252010-09-13 Joel Brobecker <brobecker@adacore.com>
526
527 * NEWS: Add x86-lynxos to the list of platforms supported by
528 gdbserver.
529
5ec6ebf9
JB
5302010-09-13 Joel Brobecker <brobecker@adacore.com>
531
532 * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
533
1863c96c
TT
5342010-09-13 Tom Tromey <tromey@redhat.com>
535
536 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
537
0c5acf93
L
5382010-09-13 H.J. Lu <hongjiu.lu@intel.com>
539
540 * i386-tdep.c (i386_ymm_type): Set type name to
541 builtin_type_vec256i.
542
1c6272a6
MS
5432010-09-12 Michael Snyder <msnyder@vmware.com>
544
545 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
546
e866c497
L
5472010-09-12 H.J. Lu <hongjiu.lu@intel.com>
548
549 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
550
9191d390
L
5512010-09-11 H.J. Lu <hongjiu.lu@intel.com>
552
553 * amd64-tdep.c (amd64_register_name): Removed.
554 (amd64_init_abi): Don't call set_gdbarch_register_name.
555
556 * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
557
558 * i386-tdep.h (i386_ymmh_regnum_p): Removed.
559
8d4d924b
JK
5602010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
561 Paul Bolle <pebolle@tiscali.nl>
562
563 Redirect also uiout and stdtarg{,err} in execute_command_to_string.
564 * cli-logging.c (struct saved_output_files) <targerr>: New.
565 (set_logging_redirect, pop_output_files, handle_redirections):
566 Redirect also gdb_stdtargerr.
567 * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
568 declarations.
569 * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
570 also gdb_stdtargerr.
571 * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
572 to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
573 Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
574 * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
575 * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
576 New functions.
577
3329c4b5
PM
5782010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
579
580 * hppa-tdep.c (unwind_command): Use host_address_to_string function
581 to display a host address.
582 * monitor.c (monitor_read_memory): Likewise.
583 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
584
5e8db398
PM
5852010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
586
587 * coffread.c (struct coff_symbol): Change c_value type from `long' to
588 `CORE_ADDRESS' as it might contain target addresses.
589
37049e31
PM
5902010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
591
592 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
593 before cast to pointer to avoid warning.
594
351a3e56
KB
5952010-09-09 Kevin Buettner <kevinb@redhat.com>
596
597 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
598 type to be signed.
349126ea 599
6afafb54
UW
6002010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
601
602 * dwarf2read.c (fixup_partial_die): Do not set dummy name for
603 anonymous class partial DIEs.
604
60430eff
DJ
6052010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
606
607 * dwarf2read.c (dwarf2_compute_name): Check that the first
608 argument is a pointer.
609
f1078f66
DJ
6102010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
611
612 * dwarf2read.c (read_func_scope, read_structure_type)
613 (read_common_block): Check for a NULL return from new_symbol.
614
82430852
JK
6152010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
616
617 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
618
c767944b
DJ
6192010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
620
621 * dwarf2read.c (read_structure_type): Move processing of
622 fields and member functions from here...
623 (process_structure_scope): ... to here.
624
561d3825
DJ
6252010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
626
627 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
628 the domain type.
629 (gnuv3_make_method_ptr): Likewise.
630
9bd89d67
TT
6312010-09-08 Tom Tromey <tromey@redhat.com>
632
633 * breakpoint.c (create_breakpoint): Add missing _().
634
1d040b0d
DE
6352010-09-08 Doug Evans <dje@google.com>
636
637 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
638
774b6a14
TT
6392010-09-08 Tom Tromey <tromey@redhat.com>
640
641 Revert:
642 2010-09-01 Tom Tromey <tromey@redhat.com>
643 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
644 symtab.h: Revert earlier change.
645
fc956729
SW
6462010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
647
648 * psymtab.c (add_psymbol_to_bcache): Initialize
649 obj_section.
650 memset psymbol.ginfo.value to 0.
651
48f9886d
PA
6522010-09-06 Pedro Alves <pedro@codesourcery.com>
653
654 * infrun.c (resume): Extend comment on ignoring single-step
655 requests on vfork parents waiting for a vfork-done.
656
423ec54c
JK
6572010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
658 Pedro Alves <pedro@codesourcery.com>
659
660 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
661 is NULL.
662 * fork-child.c (startup_inferior) <resume_signal>: Use enum
663 target_signal type.
664 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
665 calling strsignal. Use enum target_signal type for saved_signo.
666 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
667 (linux_nat_wait_1): Use enum target_signal type for signo. Use
668 target_signal_to_host before calling strsignal.
669 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
670 TARGET_SIGNAL_0.
671
a6eb9bc8
JK
6722010-09-06 Pedro Alves <pedro@codesourcery.com>
673 Jan Kratochvil <jan.kratochvil@redhat.com>
674
675 * common/signals.c (ANY): Remove.
676 (SET): No longer use ANY.
677
74609e71
YQ
6782010-09-06 Yao Qi <yao@codesourcery.com>
679
680 * infrunc(resume): When inferior is waiting_for_vfork_done,
681 clear step and don't use displaced stepping.
682
8464be76
DJ
6832010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
684
685 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
686 value specially.
687
33d62d64
JK
6882010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
689
690 Code cleanup - split print_stop_reason.
691 * infrun.c (enum inferior_stop_reason): Remove.
692 (print_stop_reason): Remove by splitting into ...
693 (print_exited_reason, print_signal_exited_reason)
694 (print_no_history_reason, print_signal_received_reason)
695 (print_end_stepping_range_reason): ... these new functions. Update
696 the preceding comment.
697 (handle_inferior_event): Change the calls to print_exited_reason,
698 print_signal_exited_reason, print_no_history_reason,
699 print_signal_received_reason, print_end_stepping_range_reason.
700 (handle_step_into_function, handle_step_into_function_backward):
701 Change the calls to print_end_stepping_range_reason.
702
14dba4b4
JK
7032010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
704
705 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
706 * cli-out.c: Include vec.h.
707 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
708 variable stream, initialize it, use it.
709 (cli_redirect): New function comment. Replace the stream and
710 original_stream fields by the new streams field. Remove the
711 original_stream != NULL conditional, assert error on NULL instead.
712 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
713 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
714 original_stream fields by the new streams field.
715 (cli_out_set_stream): Replace the stream field by the new streams
716 field.
717 * cli-out.h: Include vec.h.
718 (ui_filep): New typedef, call DEF_VEC_P for it.
719 (struct cli_ui_out_data): Replace the stream and original_stream
720 fields by the new streams field.
721 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
722 NULL first. Extend the comment.
723 (handle_redirections): Call ui_out_redirect with output.
724 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
725 calls outside of the TRY_CATCH block.
726
b04bc5d4 7272010-09-03 Joel Brobecker <brobecker@adacore.com>
728
729 GDB 7.2 released.
730
080db4e0
JB
7312010-09-02 Joel Brobecker <brobecker@adacore.com>
732
733 Back out the following change:
734 | 2010-06-29 Hui Zhu <teawater@gmail.com>
735 | * record.c (set_record_pic_cmdlist,
736 | show_record_pic_cmdlist): New variables.
737 | (set_record_pic_command,
738 | show_record_pic_command): New functions.
739 | (record_pic_function, record_pic_line, record_pic_enum,
740 | set_record_pic_type, record_pic_hide_nofunction,
741 | record_pic_hide_nosource, record_pic_hide_same): New variables.
742 | (record_pic_fputs): New function.
743 | (function_list, node_list, edge_list): New struct.
744 | (function_list, node_list, edge_list): New variables.
745 | (record_pic_cleanups, record_pic_node,
746 | record_pic_edge, cmd_record_pic): New functions.
747 | (_initialize_record): Add new commands for record pic.
748
0a4f61e3
DJ
7492010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
750
751 * config.in, configure: Regenerated.
752 * configure.ac: Check for waitpid.
753 * ser-pipe.c (pipe_close): Wait for the program to exit.
754
58b61394
JK
7552010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
756
ba720883 757 * cli/cli-logging.c: Include gdb_assert.h.
58b61394
JK
758 (set_logging_overwrite): New function.
759 (logging_redirect): New comment.
760 (logging_no_redirect_file, set_logging_redirect)
761 (pop_output_files) <logging_no_redirect_file>: New.
762 (handle_redirections) <!logging_redirect>: New variable
763 no_redirect_file. Remove file autoclose for tee_file_new. No longer
764 discard cleanup for the close of former OUTPUT. Set
765 LOGGING_NO_REDIRECT_FILE.
766 (handle_redirections) <logging_redirect>: gdb_assert
767 LOGGING_NO_REDIRECT_FILE.
768 (show_logging_command) <logging_redirect handling>: Adjust messages
769 for SAVED_FILENAME not NULL.
770 (_initialize_cli_logging): Install set_logging_overwrite and
771 set_logging_redirect.
772
706774f2
JK
7732010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
774
775 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
776
9a35ccf7
JK
7772010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
778
779 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
780 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
781 add $(GDB_WARN_CFLAGS_NO_FORMAT).
782 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
783
ba9b2ec3
YQ
7842010-09-02 Yao Qi <yao@codesourcery.com>
785
786 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
787 number from a WIFSIGNALED status.
788
faf68db7
TT
7892010-09-01 Tom Tromey <tromey@redhat.com>
790
791 * symtab.h (lookup_type_symbol): Declare.
792 * symtab.c (lookup_symbol_in_language_full): Rename from
793 lookup_symbol_in_language. Add 'for_type' argument.
794 (lookup_symbol_in_language): New function.
795 (lookup_type_symbol): Likewise.
796 (lookup_symbol_aux): Add 'for_type' argument.
797 (match_symbol_aux): New function.
798 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
799 (match_transparent_type): New function.
800 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
801 * symfile.h (struct quick_symbol_functions)
802 <pre_expand_symtabs_matching>: Remove.
803 <expand_one_symtab_matching>: New field.
804 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
805 (pre_expand_symtabs_matching_psymtabs): Remove.
806 (psym_functions): Update.
807 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
808 * dwarf2read.c (dw2_lookup_symbol): Update comment.
809 (dw2_pre_expand_symtabs_matching): Remove.
810 (dw2_expand_one_symtab_matching): New function.
811 (dwarf2_gdb_index_functions): Update.
812
248c9dbc
JB
8132010-09-01 Joel Brobecker <brobecker@adacore.com>
814
815 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
816
f75d858b
MK
8172010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
818
819 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
820 as a feature reported by -list-target-features.
821
0482b03b
JB
8222010-09-01 Joel Brobecker <brobecker@adacore.com>
823
824 * features/Makefile (WHICH): Add rs6000/powerpc-32.
825 (powerpc-32.o, powerpc-32.c): New rules.
826 (clean): Also remove powerpc-32.c.
827 * regformats/rs6000/powerpc-32.dat: Generate.
828
710e1a31
SW
8292010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
830
831 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
832 psymbol_bcache_init.
833 * psymtab.h (psymbol_bcache_init): New function prototype.
834 (psymbol_bcache_free): New function prototype.
835 (psymbol_bcache_get_bcache): New function prototype.
836 * psymtab.c (psymbol_bcache_init): New function.
837 (psymbol_bcache_free): New function.
838 (psymbol_bcache_full): New function.
839 (psymbol_bcache_get_bcache): New function.
840 (add_psymbol_to_bcache): use psymbol_bcache_full.
841 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
842 psymbol_bcache.
843 * symmisc.c (print_symbol_bcache_statistics): Updated.
844 (print_objfile_statistics): Updated.
845 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
846 psymbol_cache.
847 (free_objfile): Use psymbol_bcache_free.
848
64382290
TT
8492010-08-31 Tom Tromey <tromey@redhat.com>
850
851 PR c++/11961:
852 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
853 Don't set TYPE_NAME on the type.
854
8bbed405
MS
8552010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
856
857 * infrun.c (set_exec_direction_func): Error out if target does not
858 support reverse execution.
859
06253dd3
JK
8602010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
861
862 Make linux_get_siginfo_type `type *' unique.
863 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
864 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
865 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
866 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
867 (_initialize_linux_tdep): New.
868
b8edc417
JK
8692010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
870
871 Code cleanup.
872 * defs.h (find_memory_region_ftype): New typedef.
873 (exec_set_find_memory_regions): Use it.
874 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
875 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
876 * gcore.c (objfile_find_memory_regions): Likewise.
877 * gnu-nat.c (gnu_find_memory_regions): Likewise.
878 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
879 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
880 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
881 find_memory_region_ftype.
882 (insert_dbx_link_bpt_in_region): Likewise.
883 (iterate_over_mappings): Likewise. Drop the comment part about the
884 function prototype.
885 (find_memory_regions_callback): Use find_memory_region_ftype.
886 (proc_find_memory_regions): Likewise.
887 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
888 find_memory_region_ftype.
889 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
890 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
891
cbd70537
SW
8922010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
893
894 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
895 'static partial_symbol psymbol'.
896 (psymbol_hash): New function.
897 (psymbol_compare): New function.
898 * bcache.c (hash_continue): New.
899 (hash): Use hash_continue.
900 * bcache.c: Add hash_function and compare_function
901 pointers to bcache struct.
902 (bcache_full): Use bcache->hash_function, and
903 bcache->compare_function.
904 (bcache_compare): New function.
905 (bcache_xmalloc): Take hash_function and
906 compare_function arguments and initialize the
907 bcach's pointers.
908 Updated comment.
909 * objfiles.c (allocate_objfile): Updated.
910 * symfile.c (reread_symbols): Updated.
911 * python/py-type.c (typy_richcompare): Updated.
912
03f17ccf
TT
9132010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
914 Tom Tromey <tromey@redhat.com>
915
916 PR python/11792:
917 * python/py-value.c (valpy_get_dynamic_type): New function.
918 (value_object_getset): Add "dynamic_type".
919 (valpy_get_type): Fail on error.
920
25b41d01
YQ
9212010-08-30 Yao Qi <yao@codesourcery.com>
922
923 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
924 (arm_linux_syscall_next_pc): New.
925 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
926 (arm_linux_init_abi): Initialize syscall_next_pc.
927 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
928 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
929 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
930 Declare arm_frame_is_thumb.
931
5760d0ab
JK
9322010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
933
934 Code cleanup.
935 * breakpoint.c (bpstat_alloc): Remove unused prototype.
936 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
937 code.
938 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
939 calls of bpstat_alloc. Remove explicit bs chain termination.
940
46a96992
JK
9412010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
942
943 Code cleanup.
944 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
945 (my_waitpid): Likewise.
946
36374493
DE
9472010-08-27 Doug Evans <dje@google.com>
948
949 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
950 as appropriate.
951
8b93c54c
TT
9522010-08-27 Tom Tromey <tromey@redhat.com>
953
954 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
955 TYPE_FIELD_IGNORE_BITS.
956
16be1145
DE
9572010-08-27 Doug Evans <dje@google.com>
958
959 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
960 the order they're defined in. munmap .debug_types buffer.
961
e254ef6a
DE
9622010-08-26 Doug Evans <dje@google.com>
963
964 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
965 (dw2_forget_cached_source_info): Rename local cu to per_cu.
966 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
967 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
968 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
969 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
970 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
971 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
972 (write_psymtabs_to_index): Ditto.
973
ae53ffa4
PA
9742010-08-26 Pedro Alves <pedro@codesourcery.com>
975
976 * NEWS: Mention libthread_db debugging with core files.
977
c6da4cef
DE
9782010-08-26 Doug Evans <dje@google.com>
979
980 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
981 forward decl. Pass pst->dirname to dwarf_decode_lines.
982 (psymtab_include_file_name): New function.
983 (dwarf_decode_lines): Call it. Update comments.
984
cd02d79d
PA
9852010-08-25 Pedro Alves <pedro@codesourcery.com>
986
987 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
988 compilation unit being different from target die's.
989
673bfd45
DE
9902010-08-24 Doug Evans <dje@google.com>
991
992 PR symtab/11942
993 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
994 debug_types_type_hash.
995 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
996 All uses updated.
997 (lookup_die_type): Renamed from tag_type_to_tag. First look in
998 appropriate type_hash table. All callers updated.
999 (allocate_signatured_type_table): Renamed from
1000 allocate_signatured_type_hash_table. All callers updated.
1001 (create_signatured_type_table_from_index): Renamed from
1002 create_signatured_type_hash_from_index. All callers updated.
1003 (read_die_type): Add comment. Move actual reading to ...
1004 (read_die_type_1): ... here. New function.
1005 (follow_die_ref_or_sig): Tweak comment.
1006 (set_die_type): Rewrite to use appropriate choice of
1007 debug_info_type_hash or debug_types_type_hash.
1008 (get_die_type_at_offset): New function.
1009 (get_die_type): Call it.
1010
e8fd65ef
JK
10112010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1012
1013 * python/py-type.c (typy_richcompare): Initialize worklist.
1014
9779414d
DJ
10152010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1016 Kazu Hirata <kazu@codesourcery.com>
1017 Jonathan Larmour <jifl@eCosCentric.com>
1018
1019 * arm-tdep.c: Include features/arm-with-m.c.
1020 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
1021 call this function.
1022 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
1023 Check is_m after force-mode.
1024 (arm_gdbarch_init): Check the binary before the target description.
1025 Add check for M profile attribute. If we have an M-profile device,
1026 but no target register description, use arm-with-m. Recognize the
1027 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
1028 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
1029 * arm-tdep.h (XPSR_T): Define.
1030 (struct gdbarch_tdep): Add is_m member.
1031 * features/arm-m-profile.xml, features/arm-with-m.c,
1032 features/arm-with-m.xml: New files.
1033
9dc481d3
DE
10342010-08-23 Doug Evans <dje@google.com>
1035
1036 * dwarf2read.c (read_structure_type): Add comment.
1037 (read_enumeration_type): Add comment.
1038 (process_enumeration_scope): Move definition of some locals
1039 closer to their use.
1040 (read_namespace_type): Add comment.
e71ec853 1041 (set_die_type): Fix typo in comment.
9dc481d3 1042
f9ffd4bb
TT
10432010-08-23 Tom Tromey <tromey@redhat.com>
1044
1045 PR python/11145:
1046 * python/py-value.c: Include expression.h.
1047 (valpy_do_cast): New function.
1048 (valpy_cast): Use it.
1049 (valpy_dynamic_cast): New function.
1050 (valpy_reinterpret_cast): Likewise.
1051 (value_object_methods): Add dynamic_cast, reinterpret_cast.
1052
96f73ba5
TT
10532010-08-23 Tom Tromey <tromey@redhat.com>
1054
1055 PR python/11391:
1056 * python/py-value.c (valpy_nonzero): Don't throw error for other
1057 Value types.
1058
d839c8a4
TT
10592010-08-23 Tom Tromey <tromey@redhat.com>
1060
1061 PR python/10676:
1062 * python/py-type.c: Include bcache.h, vec.h.
1063 (struct type_equality_entry): New.
1064 (compare_strings): New function.
1065 (check_types_equal): Likewise.
1066 (check_types_worklist): Likewise.
1067 (typy_richcompare): Likewise.
1068 (type_object_type): Set tp_richcompare field.
1069
05d0e1e7
TT
10702010-08-23 Tom Tromey <tromey@redhat.com>
1071
1072 PR python/10953:
1073 * python/py-type.c (typy_fields): Call check_typedef.
1074 (typy_template_argument): Add TRY_CATCH.
1075
702c2711
TT
10762010-08-23 Tom Tromey <tromey@redhat.com>
1077
1078 PR python/11915:
1079 * python/py-type.c (typy_array): New function.
1080 (type_object_methods): Add "array".
1081
4a532131
PA
10822010-08-20 Pedro Alves <pedro@codesourcery.com>
1083
1084 * python/python.c: Include "serial.h".
1085 (gdbpy_event_fds): Change type to `struct serial *' a array from
1086 int array.
1087 (gdbpy_run_events): Change parameters. Use serial_readchar in
1088 place of read.
1089 (gdbpy_post_event): Use serial_write in place of write.
1090 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
1091 serial_async in place of add_file_handler.
1092
58f07bae
PA
10932010-08-20 Pedro Alves <pedro@codesourcery.com>
1094
1095 * serial.h (gdb_pipe, serial_pipe): Declare.
1096 * serial.c (serial_interface_lookup): Take a const char pointer.
1097 (serial_fdopen): Rename to ...
1098 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
1099 Call the OPS' fdopen function if there is one.
1100 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
1101 (serial_pipe): New.
1102 (struct serial_ops) <fdopen>: New field.
1103
1104 * ser-mingw.c (free_pipe_state):
1105 (free_pipe_state): Close output on non-pex pipes.
1106 (pipe_windows_fdopen): New.
1107 (gdb_pipe): New.
1108 (_initialize_ser_windows): Register pipe_windows_fdopen.
1109 * ser-go32.c (gdb_pipe): New.
1110 * ser-pipe.c (pipe_close): Close file descriptor even if there's
1111 no state pointer.
1112 (pipe_ops): Delete.
1113 (gdb_pipe): New.
1114
3da10d80
KS
11152010-08-20 Keith Seitz <keiths@redhat.com>
1116
1117 PR symtab/11465:
889bf7c5 1118 * dwarf2read.c (struct delayed_method_info): New struct.
3da10d80
KS
1119 (struct dwarf2_cu): Add vector method_list.
1120 (scan_partial_symbols): Count methods for union, class, structure,
1121 and interface types.
1122 (add_to_method_list): New function.
1123 (free_delayed_list): New function.
1124 (compute_delayed_physnames): New function.
1125 (process_full_comp_unit): Make a cleanup for the CU's delayed
1126 physname list, compute the delayed physnames, and free the
1127 the list.
1128 (dwarf2_add_member_fn): For C++ and Java, delay the computation
1129 of the physname until after the CU is read.
1130
1131 * dwarf2read.c (read_structure_type): Check if the current
1132 DIE's type was already completed after dwarf2_full_name
1133 was called.
889bf7c5 1134
ca11e899
SS
11352010-08-19 Stan Shebs <stan@codesourcery.com>
1136
1137 * NEWS: Mention some additional changes.
1138
4d2dc20a
TT
11392010-08-19 Tom Tromey <tromey@redhat.com>
1140
1141 * Makefile.in (install-python): Add DESTDIR.
1142
d30f5e1f
DE
11432010-08-19 Doug Evans <dje@google.com>
1144
1145 PR exp/11926
1146 * parser-defs.h (parse_float, parse_c_float): Declare.
1147 * parse.c (parse_float, parse_c_float): New function.
1148 * c-exp.y (parse_number): Call parse_c_float.
1149 * objc-exp.y (parse_number): Ditto.
1150 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
1151 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
1152
2837d59e
JB
11532010-08-19 Joel Brobecker <brobecker@adacore.com>
1154
1155 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
1156 the arguments in the correct order.
1157 * symtab.c (maybe_add_partial_symtab_filename): Declare
1158 the arguments in the correct order.
1159
35633fef
JK
11602010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1161
1162 * varobj.c (varobj_create): Replace variable old_fi with old_id,
1163 initialize it by null_frame_id, wrap its usage by get_frame_id,
1164 frame_id_p and frame_find_by_id.
1165
94f7449c
TT
11662010-08-18 Tom Tromey <tromey@redhat.com>
1167
1168 PR python/11900:
1169 * configure: Rebuild.
1170 * configure.ac: Add install-python to CONFIG_INSTALL.
1171 * Makefile.in (install-python): New.
1172
f3574227
DE
11732010-08-18 Doug Evans <dje@google.com>
1174
1175 * gdb_assert.h (gdb_assert_not_reached): New macro.
1176 (gdb_assert_fail): Fix typo in comment.
1177 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
1178 gdb_assert (0).
1179 * darwin-nat.c (darwin_check_new_threads): Ditto.
1180 * dwarf2read.c (dwarf2_get_section_info): Ditto.
1181 (munmap_section_buffer): Ditto.
1182 * m32c-tdep.c (make_types): Ditto.
1183 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
1184 * macroexp.c (get_character_constant): Ditto.
1185 (get_string_literal): Ditto.
1186 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
1187 (mep_pseudo_cr_index, mep_register_type): Ditto.
1188 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
1189 (mep_get_insn, mep_analyze_prologue): Ditto.
1190 * objfiles.c (qsort_cmp): Ditto.
1191 * prologue-value.c (pv_is_identical): Ditto.
1192 * record.c (record_get_loc): Ditto.
1193 * value.c (value_static_field): Ditto.
1194 * xtensa-tdep.c (call0_track_op): Ditto.
1195
c92817ce
TT
11962010-08-18 Tom Tromey <tromey@redhat.com>
1197
1198 PR symtab/11919:
1199 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
1200 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
1201 name-copying lower. Document exception behavior.
1202 * completer.c (expression_completer): Catch exceptions from
1203 parse_field_expression.
1204
856d6f99
PA
12052010-08-18 Pedro Alves <pedro@codesourcery.com>
1206
1207 PR corefile/8210
1208
1209 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
1210 workaround on core files.
1211 (try_thread_db_load_1): Don't try enabling thread event reporting
1212 on core files.
1213 (thread_db_load): Allow thread_db on core files.
1214 (attach_thread): Don't check thread signals on core files, nor try
1215 really attaching to the thread, nor enabling thread event event
1216 reporting.
1217 (thread_db_detach): Don't try disabing thread event reporting or
1218 removing thread event breakpoints when debugging a core file.
1219 (find_new_threads_callback): Don't try enabling thread event
1220 reporting on core files.
1221 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
1222 debugging a core file.
1223 (thread_db_find_new_threads): Don't update thread
1224 cores (processors) when debugging a core (dump).
1225
261b8d08
PA
12262010-08-18 Pedro Alves <pedro@codesourcery.com>
1227
1228 PR corefile/8210
1229
1230 * corelow.c (add_to_thread_list): Don't use
1231 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
1232 (get_core_register_section): Don't use
1233 gdbarch_core_reg_section_encodes_pid.
1234
1235 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
1236 * gdbarch.h, gdbarch.c: Regenerate.
1237 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
1238 gdbarch_core_reg_section_encodes_pid.
1239 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
1240 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
1241 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1242
f9b42018
YQ
12432010-08-18 Yao Qi <yao@codesourcery.com>
1244
1245 * MAINTAINERS : Add myself under Write After Approval.
1246
def98928
TT
12472010-08-17 Tom Tromey <tromey@redhat.com>
1248
1249 * NEWS: Mention template parameter support.
1250
0807b50c
PA
12512010-08-17 Pedro Alves <pedro@codesourcery.com>
1252
1253 PR breakpoints/11371
1254
1255 * breakpoint.c (decref_bp_location): Assert the reference count is
1256 sane.
1257
f431efe5
PA
12582010-08-17 Pedro Alves <pedro@codesourcery.com>
1259
1260 PR breakpoints/11371
1261
1262 * breakpoint.c (breakpoint_init_inferior): Decrement the
1263 location's reference count instead of deleting right away.
1264 (bpstat_free): Decrement the location's reference count. Make
1265 static.
1266 (bpstat_copy): Increment the location's reference count.
1267 (bpstat_find_breakpoint): Adjust.
1268 (bpstat_num): Adjust.
1269 (print_it_typical): Adjust. Use the breakpoint pointer in the
1270 bpstat instead of the location's owner.
1271 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
1272 Adjust to record the location's owner in the bpstat.
1273 (watchpoint_check): Use the breakpoint pointer in the bpstat
1274 instead of the location's owner.
1275 (bpstat_check_breakpoint_conditions): Don't handle
1276 bp_watchpoint_scope here. Use the breakpoint pointer in the
1277 bpstat instead of the location's owner.
1278 (bpstat_stop_status): Defer inferior function calls to after
1279 building the bpstat list. Handle bp_watchpoint_scope here. Use
1280 the breakpoint pointer in the bpstat instead of the location's
1281 owner.
1282 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
1283 the location's owner.
1284 (free_bp_location): Don't walk bpstats clearing locations.
1285 (incref_bp_location): New.
1286 (decref_bp_location): New.
1287 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
1288 instead of the location's owner.
1289 (update_global_location_list): Clear the location's owner, and
1290 decrement the location's reference count instead of deleting it
1291 right away.
1292 (breakpoint_retire_moribund): Decrement the location's reference
1293 count instead of deleting it right away.
1294 (bpstat_remove_bp_location): Delete.
1295 (bpstat_remove_breakpoint): New.
1296 (bpstat_remove_bp_location_callback): Delete.
1297 (bpstat_remove_breakpoint_callback): New.
1298 (delete_breakpoint): Iterate over all threads' stop_bpstat's
1299 clearing references to the breakpoint that is being deleted.
1300
1301 * breakpoint.h (struct bp_location) <refc>: New field.
1302 <owner>: Update comments.
1303 (bpstat_free): Delete declaration.
1304 (struct bpstats): Change the type of the breakpoint_at field to
1305 struct breakpoint point, from struct bp_location pointer. Add new
1306 field bp_location_at.
1307
14c0d4e1
TT
13082010-08-16 Tom Tromey <tromey@redhat.com>
1309
1310 * NEWS: Fix typo.
1311
b56df873
TT
13122010-08-16 Tom Tromey <tromey@redhat.com>
1313
1314 * NEWS: Mention watch -location.
1315
d63d0675
JK
13162010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1317
1318 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
1319 EXP_STRING_REPARSE to EXP_STRING.
1320 (watch_command_1): Set also EXP_STRING_REPARSE.
1321 (delete_breakpoint): Free also EXP_STRING_REPARSE.
1322 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
1323 Update comment for exp_string.
1324
06a64a0b
TT
13252010-08-16 Tom Tromey <tromey@redhat.com>
1326
1327 * value.c (release_value): Clear 'next' pointer.
1328 * breakpoint.c (watch_command_1): Add 'just_location' argument.
1329 (watch_command_wrapper): Update.
1330 (watch_maybe_just_location): New function.
1331 (watch_command): Update.
1332 (rwatch_command_wrapper): Update.
1333 (rwatch_command): Update.
1334 (awatch_command_wrapper): Update.
1335 (awatch_command): Update.
1336 (check_for_argument): New function.
1337 (_initialize_breakpoint): Update help text.
1338
f96b8fa0
UW
13392010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
1340
1341 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
1342 typedef'ed function types correctly.
1343
4eb54052
TT
13442010-08-13 Tom Tromey <tromey@redhat.com>
1345
1346 * python/python-internal.h (gdbpy_get_hook_function): Don't
1347 declare.
1348
44be957e
JK
13492010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1350
ba720883 1351 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
44be957e
JK
1352 static.
1353
76d8b686
KW
13542010-08-13 Ken Werner <ken.werner@de.ibm.com>
1355
1356 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
1357 the format strings to be compatible with Python 2.4.
1358
8dedea02
VP
13592010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1360
1361 Easier and more stubborn MI memory read commands.
1362
1363 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
1364 and data-write-memory-bytes.
1365 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
1366 (mi_cmd_data_write_memory_bytes): New.
1367 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
1368 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
1369 New.
1370 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
1371 * target.c (target_read_until_error): Remove.
1372 (read_whatever_is_readable, free_memory_read_result_vector)
1373 (read_memory_robust): New.
1374 * target.h (target_read_until_error): Remove.
1375 (struct memory_read_result, free_memory_read_result_vector)
1376 (read_memory_robust): New.
1377
1d9ec526
HZ
13782010-08-13 Hui Zhu <teawater@gmail.com>
1379
1380 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
1381 (read_comp_unit): Initialize back_to.
1382
98bfdba5
PA
13832010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
1384 Pedro Alves <pedro@codesourcery.com>
1385
1386 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
1387 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
1388 (struct partial_die_info) <has_template_arguments>: New field.
1389 <num_attrs>: Change type to unsigned char.
1390 <building_fullname>: New field.
1391 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
1392 allocate a CU if we don't have one already. Add a cleanup for the
1393 CU.
1394 (partial_die_full_name): Handle template arguments not in
1395 DW_AT_name.
1396 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
1397 (load_full_comp_unit): Only allocate a CU if we don't have one
1398 already.
1399 (do_ui_file_peek_last): New.
1400 (dwarf2_compute_name): Handle template parameters not in
1401 DW_AT_name.
1402 (read_comp_unit): Read and free abbrevs if not read yet.
1403 (load_partial_dies): Handle template arguments not in DW_AT_name.
1404 (find_partial_die): If we have a CU, but no a partial dies yet,
1405 also read in the CU.
1406 (dwarf2_const_value_attr): New, abstracted out from
1407 dwarf2_const_value.
1408 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
1409 dwarf2_const_value_attr.
1410 (determine_prefix): Detect and break loops created by RCVT's debug
1411 info.
1412 (maybe_queue_comp_unit): Bail out early if reading partial
1413 symbols.
1414 (follow_die_offset): Load full CU if we have no dies.
1415 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
1416 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
1417
ca5c20b6 14182010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1419 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1420
1421 * python/python.c (gdbpy_run_events): New function.
1422 (gdbpy_post_event): Likewise.
1423 (gdbpy_initialize_events): Likewise.
1424 (_initialize_python): Call gdbpy_initialize_events.
1425
7346b668
KW
14262010-08-11 Ken Werner <ken.werner@de.ibm.com>
1427
1428 * gdb/valarith.c (vector_binop): New function.
1429 (scalar_binop): Likewise.
1430 (value_binop): Call scalar_binop or vector_binop depending on the types.
1431 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
1432 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
1433 to pointers.
1434 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
1435
62183e15
TT
14362010-08-11 Brad Roberts <braddr@puremagic.com>
1437
1438 * d-lang.c (extract_identifiers): Handle multiple digits.
1439
39d7b0e2
JK
14402010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1441
1442 Code cleanup.
1443 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
1444 Rename to dummy_frame_unwind.
1445 (dummy_frame_unwind): Remove.
1446 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
1447 * frame-unwind.c (frame_unwind_init): Use address of
1448 dummy_frame_unwind and inline_frame_unwind.
1449 * frame.c (create_sentinel_frame): Use address of
1450 sentinel_frame_unwind.
1451 * inline-frame.c (inline_frame_unwinder): Rename to
1452 inline_frame_unwind.
1453 (inline_frame_unwind): Remove.
1454 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
1455 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
1456 sentinel_frame_unwind.
1457 (sentinel_frame_unwind): Remove.
1458 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
1459 struct.
1460
9f9a8002
JK
14612010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1462
1463 Code cleanup.
1464 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
1465 and returned value. New comment from frame-unwind.h.
1466 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
1467 Extend the comment.
1468 * frame.c (get_frame_id, frame_unwind_register_value)
1469 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
1470 (get_frame_type, frame_unwind_arch): Do not use the return value of
1471 frame_unwind_find_by_frame.
1472
cb2e07a6 14732010-08-11 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5 1474 Thiago Jung Bauermann <bauerman@br.ibm.com>
cb2e07a6
PM
1475 Tom Tromey <tromey@redhat.com>
1476
1477 * python/python.c (gdbpy_solib_address): New function.
1478 (gdbpy_decode_line): Likewise.
1479
c29c521f
TT
14802010-08-10 Tom Tromey <tromey@redhat.com>
1481
1482 Revert gdb-add-index addition:
1483 * Makefile.in (install-only): Don't install gdb-add-index.
1484 * gdb-add-index.sh: Remove.
1485
0c012db1
KB
14862010-08-09 Kevin Buettner <kevinb@redhat.com>
1487
1488 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
1489 `target_has_execution' check with `to_has_memory' check.
1490 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
1491 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
1492 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
1493
db04efe6
KB
14942010-08-09 Kevin Buettner <kevinb@redhat.com>
1495
1496 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
1497 (resume_siggnal, resume_step): Move these static globals...
1498 (struct sim_inferior_data): ...into this new struct.
1499 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
1500 New static globals.
1501 (gdb_callback, callbacks_initialized): Move these globals to
1502 a point earlier in the file.
1503 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
1504 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
1505 (gdbsim_close_inferior, gdbsim_resume_inferior)
1506 (gdbsim_stop_inferior): New functions.
1507 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
1508 New constants.
1509 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
1510 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
1511 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
1512 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
1513 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
1514 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
1515 new local variable `sim_data' in each of these functions. Use
1516 `sim_data' to reference former globals `program_loaded',
1517 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
1518 `resume_step'.
1519 (gdbsim_open): Remove local variable `argv'. Put results of call
1520 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
1521 make a cleanup for it. Free it though when a sim instance cannot
1522 be obtained.
1523 (gdbsim_close): Free sim_argv and null it out as appropriate.
1524 Close sim instances in all inferiors.
1525 (gdbsim_cntrl_c): Stop all inferiors.
1526 (gdbsim_wait):
1527 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
1528
e37fd15a
SW
15292010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
1530
1531 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
1532 function after symbol construction is complete.
1533 Do the same for template symbol addition to template_symbols list.
1534
45c58896
SW
15352010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
1536
1537 * symtab.c (symbol_get_demangled_name): Remove assertion and
1538 return NULL when language_specific.cplus_specific is not initialized.
1539 * stabsread.c (define_symbol): Set the name before calling
1540 cp_scan_for_anonymous_namespaces.
1541
33e5013e
SW
15422010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
1543
1544 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
1545 SYMBOL_SET_LANGUAGE.
1546 (symbol_init_language_specific): Renamed to symbol_set_language.
1547 * symtab.c (symbol_init_language_specific): Removed redundant check
1548 for language_cplus.
1549 Renamed to symbol_set_language.
1550 * stabsread.c (define_symbol): Updated.
1551 (read_enum_type): Updated
1552 * psymtab.c (add_psymbol_to_bcache): Updated.
1553 * minsyms.c (install_minimal_symbols): Updated.
1554 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
1555 SYMBOL_LANGUAGE to set the language.
1556 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
1557 * mdebugread.c (new_symbol): Ditto.
1558 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
1559 * dwarf2read.c (new_symbol_full): Ditto.
1560 * jv-lang.c (add_class_symbol): Ditto.
1561
5da1313b
JK
15622010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1563
1564 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
1565 (make_cleanup_restore_page_info)
1566 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
1567 * gdbcmd.h (execute_command_to_string): New declaration.
1568 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
1569 (make_cleanup_restore_ui_file): Move to utils.c
1570 (execute_gdb_command) <to_string>: Move ...
1571 * top.c (execute_command_to_string): ... here. Call
1572 set_batch_flag_and_make_cleanup_restore_page_info.
1573 * utils.c (make_cleanup_restore_integer): New source file blank line.
1574 (make_cleanup_restore_uinteger): New.
1575 (struct restore_ui_file_closure, do_restore_ui_file)
1576 (make_cleanup_restore_ui_file): Move here from python/python.c.
1577 (init_page_info) <batch_flag>
1578 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
1579 (set_batch_flag_and_make_cleanup_restore_page_info): New.
1580
c820c52a
PA
15812010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
1582
1583 * thread.c (add_thread_silent): Use null_ptid instead of
1584 minus_one_ptid while getting rid of stale inferior_ptid.
1585
8da614df
CV
15862010-08-06 Corinna Vinschen <vinschen@redhat.com>
1587
1588 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
1589 Throughout, call read_encoded_value with ptr_size rather than addr_size.
1590 (decode_frame_entry_1): Remove redundant setting of
1591 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
1592 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
1593 on examined frame section. Add comment to explain why.
1594 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
1595 comment to explain usage.
1596 * gdbarch.c: Regenerate.
1597 * gdbarch.h: Regenerate.
1598
1599 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
1600
e4195b40
JK
16012010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1602
1603 Code cleanup.
1604 * varobj.c (varobj_create): Move variables fi, old_fi and block to
1605 a more inner block.
1606
a3217aa0
PA
16072010-08-05 Pedro Alves <pedro@codesourcery.com>
1608
1609 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
1610 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
1611 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
1612 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
1613 linux-tdep.o to gdb_target_obs.
1614
e2b4a699 16152010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
889bf7c5
PA
1616
1617 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
e2b4a699 1618 argument.
889bf7c5 1619
50e8a0d5
HZ
16202010-08-05 Hui Zhu <teawater@gmail.com>
1621
1622 * mips-linux-tdep.c(regset.h): New include.
1623 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
1624 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
1625 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
1626 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
1627 mips_linux_regset_from_core_section): New functions.
1628 (fetch_core_registers, regset_core_fns): Deleted.
1629 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
1630 Deleted regset_core_fns.
1631 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
1632 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
1633 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
1634 and fpregset64.
1635
70728992
PA
16362010-08-04 Pedro Alves <pedro@codesourcery.com>
1637
1638 * s390-tdep.c: Include linux-tdep.h.
1639 (s390_gdbarch_init): Call linux_init_abi.
1640
a5ee0f0c
PA
16412010-08-04 Pedro Alves <pedro@codesourcery.com>
1642
1643 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
1644 instead of printing "Thread" here.
1645 * linux-tdep.c: Include inferior.h.
1646 (linux_core_pid_to_str): New.
1647 (linux_init_abi): New.
1648 * linux-tdep.h (linux_init_abi): Declare.
1649 * alpha-linux-tdep.c: Include linux-tdep.h.
1650 (alpha_linux_init_abi): Call linux_init_abi.
1651 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
1652 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
1653 * frv-linux-tdep.c: Include linux-tdep.h
1654 (frv_linux_init_abi): Call linux_init_abi.
1655 * hppa-linux-tdep.c: Include linux-tdep.h
1656 (hppa_linux_init_abi): Call linux_init_abi.
1657 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
1658 * ia64-linux-tdep.c: Include linux-tdep.h.
1659 (ia64_linux_init_abi): Call linux_init_abi.
1660 * m32r-linux-tdep.c: Include linux-tdep.h.
1661 (m32r_linux_init_abi): Call linux_init_abi.
1662 * m68klinux-tdep.c: Include linux-tdep.h.
1663 (m68k_linux_init_abi): Call linux_init_abi.
1664 * microblaze-linux-tdep.c: Include linux-tdep.h.
1665 (microblaze_linux_init_abi): Call linux_init_abi.
1666 * mips-linux-tdep.c: Include linux-tdep.h.
1667 (mips_linux_init_abi): Call linux_init_abi.
1668 * mn10300-linux-tdep.c: Include linux-tdep.h.
1669 (am33_linux_init_osabi): Call linux_init_abi. Rename the
1670 'gdbinfo' parameter to 'info'.
1671 * ppc-linux-tdep.c: Include linux-tdep.h.
1672 (ppc_linux_init_abi): Call linux_init_abi.
1673 * sh-linux-tdep.c: Include linux-tdep.h.
1674 (sh_linux_init_abi): Call linux_init_abi.
1675 * sparc-linux-tdep.c: Include linux-tdep.h.
1676 (sparc32_linux_init_abi): Call linux_init_abi.
1677 * sparc64-linux-tdep.c: Include linux-tdep.h.
1678 (sparc64_linux_init_abi): Call linux_init_abi.
1679 * xtensa-linux-tdep.c: Include linux-tdep.h.
1680 (xtensa_linux_init_abi): Call linux_init_abi.
1681 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
1682 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
1683 callback.
1684
bc043ef3
DE
16852010-08-03 Doug Evans <dje@google.com>
1686
1687 * breakpoint.c (bpdisp_text): Constify bpdisps.
1688 * solib-svr4.c (solib_break_names): Constify.
1689 (bkpt_names, main_name_list): Constify.
1690 (match_main): Constify soname arg.
63cdd227
DE
1691 (bfd_lookup_symbol): Remove unnecessary forward decl.
1692 Constify symname arg.
bc043ef3
DE
1693 (enable_break): Constify bkpt_namep.
1694 * symtab.c (search_symbols): Constify types, types2, types3, types4.
1695 (symtab_symbol_info): Constify classnames.
1696
585d1eb8
PM
16972010-08-03 Phil Muldoon <pmuldoon@redhat.com>
1698
1699 * NEWS: Document Python value inferior function calls.
1700
2de00c64
DE
17012010-08-02 Doug Evans <dje@google.com>
1702
1703 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
1704
02d868e8
PP
17052010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1706
1707 * linux-thread-db.c (libthread_db_debug): New variable.
1708 (thread_db_find_new_threads_silently): Control verbosity with it.
1709 (try_thread_db_load_1, try_thread_db_load): Likewise.
1710 (find_new_threads_once): Likewise.
1711 (_initialize_thread_db): Set/show it.
1712
a19cae16
JK
17132010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1714
1715 * common/signals.c (signals): Move the content to signals.def.
1716 Include it. Remove the INDENT comments.
1717
c2bbed2a
TT
17182010-07-30 Tom Tromey <tromey@redhat.com>
1719
1720 * Makefile.in (install-only): Install gdb-add-index.
1721 * gdb-add-index.sh: New file.
1722
f32b2f09
CR
17232010-07-31 Renquan Cheng <crq@gcc.gnu.org>
1724
1725 * MAINTAINERS: Add myself for write after approval privileges.
1726
1276c759
JK
17272010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1728
1729 * symfile.c (addr_section_name): New function.
1730 (addrs_section_compar): Use it.
1731 (addr_info_make_relative): Use it. Move variable sect_name into a more
1732 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
1733
420697bb
TT
17342010-07-30 Tom Tromey <tromey@redhat.com>
1735
1736 * configure: Rebuild.
1737 * configure.ac: Add missing case for Python 2.7.
1738
d0d99561
DD
17392010-07-29 DJ Delorie <dj@redhat.com>
1740
1741 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
1742 conditions.
1743
0b29bdde
PA
17442010-07-29 Pedro Alves <pedro@codesourcery.com>
1745
1746 * PROBLEMS: Remove mention of all problems.
1747
110ed339
PA
17482010-07-28 Pedro Alves <pedro@codesourcery.com>
1749
1750 PR build/11848
1751 * configure.ac: Check for wresize.
1752 * configure, config.in: Regenerate.
1753 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
1754 with HAVE_WRESIZE.
1755
326fd672
TT
17562010-07-28 Tom Tromey <tromey@redhat.com>
1757
1758 PR python/11060:
1759 * python/py-type.c (typy_legacy_template_argument): New function,
1760 extracted from typy_template_argument.
1761 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
1762 value when needed.
1763
4ac8c4da
TT
17642010-07-28 Oleg Nesterov <oleg@redhat.com>
1765
1766 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
1767
053315c2
TT
17682010-07-27 Tom Tromey <tromey@redhat.com>
1769
1770 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
1771
3ce3b1ba
PA
17722010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1773
1774 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
1775 handling DW_AT_object_pointer, and workaround GCC PR 43053.
1776
2bb4f988
TT
17772010-07-28 Tom Tromey <tromey@redhat.com>
1778
1779 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
1780
74232302
JB
17812010-07-28 Joel Brobecker <brobecker@adacore.com>
1782
1783 * remote.c (remote_download_tracepoint): Add missing gettext markup.
1784 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
1785
385d04dc
JB
17862010-07-28 Joel Brobecker <brobecker@adacore.com>
1787
1788 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
1789 down, just before the block that parse the breakpoint addr_string.
1790
34eaf542
TT
17912010-07-28 Tom Tromey <tromey@redhat.com>
1792
1793 PR c++/9946:
1794 * symfile.c (reread_symbols): Clear template_symbols.
1795 * symtab.h (struct symbol) <is_cplus_template_function>: New
1796 field.
1797 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
1798 (struct template_symbol): New.
1799 * symtab.c (lookup_symbol_aux_local): Use
1800 cp_lookup_symbol_imports_or_template.
1801 * objfiles.h (struct objfile) <template_symbols>: New field.
1802 * objfiles.c (relocate_one_symbol): New function.
1803 (objfile_relocate1): Use it. Relocate isolated symbols.
1804 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
1805 template_arguments>: New fields.
1806 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
1807 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
1808 (TYPE_TEMPLATE_ARGUMENT): Likewise.
1809 (lookup_typename): Update.
1810 * gdbtypes.c (lookup_typename): Constify "block" argument.
1811 * dwarf2read.c: Include vec.h.
1812 (symbolp): New typedef.
1813 (read_func_scope): Read template arguments. Allocate a
1814 template_symbol when needed.
1815 (read_structure_type): Read template arguments.
1816 (new_symbol_full): New function, from new_symbol. Handle
1817 DW_TAG_template_type_param and DW_TAG_template_value_param.
1818 (new_symbol): Rewrite as wrapper.
1819 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
1820 * cp-namespace.c: Include language.h.
1821 (search_symbol_list): New function.
1822 (cp_lookup_symbol_imports_or_template): Likewise.
1823
d27b3be4
PA
18242010-07-28 Balazs Kezes <rlblaster@gmail.com>
1825
1826 * tui/tui-win.c (make_visible_with_new_height): Resize and move
1827 the command window to the new size and position.
1828
0036e657
PA
18292010-07-28 Balazs Kezes <rlblaster@gmail.com>
1830
a782f43e 1831 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
0036e657
PA
1832 coordinates.
1833
36900355
PA
18342010-07-28 Balazs Kezes <rlblaster@gmail.com>
1835
a782f43e 1836 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
36900355 1837 after a detecting a resize.
a782f43e 1838 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
36900355
PA
1839 call.
1840
db5e03ae
PA
18412010-07-28 Pedro Alves <pedro@codesourcery.com>
1842
1843 * configure.ac: Check for resize_term.
1844 * configure, config.in: Regenerate.
1845
b71fff68
JB
18462010-07-27 Joel Brobecker <brobecker@adacore.com>
1847
1848 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
1849
9b1c24c8
PA
18502010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
1851
1852 * dwarf2read.c (read_string): Rename to ...
1853 (read_direct_string): ... this.
1854 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
1855 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
1856
00390b84
JK
18572010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1858
1859 * linux-nat.c (linux_nat_lp_status_is_event): New function.
1860 (count_events_callback, select_event_lwp_callback)
1861 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
1862
26ab7092
JK
18632010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1864
1865 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
1866 (_initialize_ia64_linux_nat): Install it.
1867 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
1868 (linux_nat_set_status_is_event): New.
1869 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
1870 cancel_breakpoints_callback, linux_nat_filter_event)
1871 (linux_nat_wait_1): Use linux_nat_status_is_event.
1872 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
1873
283e6a52
TT
18742010-07-27 Tom Tromey <tromey@redhat.com>
1875
1876 * NEWS: Mention labels, .gdb_index.
1877
53a71c06
CR
18782010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1879
1880 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
3422f666 1881 "start,+length" form of arguments.
53a71c06
CR
1882 * NEWS: Add "Changed commands" (disassemble) section for "Changes
1883 since GDB 7.1"; and merge two separated paragraphs of disassemble
1884 description in "Changes in GDB 7.0".
1885
c63a1f86
JK
18862010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1887
1888 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
1889 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
1890 (fputs_maybe_filtered): Do not do filtering also on
1891 ! INPUT_FROM_TERMINAL_P.
1892
abebb8b0
JB
18932010-07-27 Joel Brobecker <brobecker@adacore.com>
1894
1895 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
1896 in warning message.
1897
5374244e
PM
18982010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1899
1900 * python/py-value.c (valpy_call): New Function.
1901
ac0b195c
KW
19022010-07-27 Ken Werner <ken.werner@de.ibm.com>
1903
889bf7c5 1904 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
ac0b195c
KW
1905 types_list_elements variables.
1906
09d8bd00
TT
19072010-07-26 Tom Tromey <tromey@redhat.com>
1908
1909 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
1910 TLS with DW_OP_const4u or DW_OP_const8u.
1911
9fe70b4f
TJB
19122010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1913
1914 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
1915 VSX registers contents.
1916
caac4577
JG
19172010-07-26 Jerome Guitton <guitton@adacore.com>
1918
1919 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
1920 its adress is null. Add comment to explain why.
1921 (new_symbol): Ditto.
1922
857d11d0
JK
19232010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1924
1925 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
1926 the host signal first.
1927
1fd400ff
TT
19282010-07-23 Tom Tromey <tromey@redhat.com>
1929
1930 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
1931 type_comp_units>: New fields.
1932 (dw2_get_cu): New function.
1933 (create_cus_from_index): Remove unused argument.
1934 (create_signatured_type_hash_from_index): New function.
1935 (create_addrmap_from_index): Update.
1936 (dwarf2_read_index): Handle version 2.
1937 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
1938 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
1939 (dw2_print_stats, dw2_expand_all_symtabs)
1940 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
1941 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
1942 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
1943 (allocate_signatured_type_hash_table): New function.
1944 (add_signatured_type_cu_to_list): Likewise.
1945 (create_debug_types_hash_table): Use them. Set type_comp_units.
1946 (read_signatured_type): Ensure section data is available.
1947 (add_address_entry): Don't record empty ranges.
1948 (struct signatured_type_index_data): New.
1949 (write_one_signatured_type): New function.
1950 (write_psymtabs_to_index): Write type CUs.
1951 (save_gdb_index_command): Update comment.
1952 (process_type_comp_unit): Move inititalization of
1953 from_debug_types...
1954 (create_debug_types_hash_table): ... here.
1955
3a674486
JK
19562010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1957
1958 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
1959 cleanup and generating of gdb script to it.
1960 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
1961 and terminal size. Convert $tmpfile to a series of -ex-es.
1962
54ec275a
KS
19632010-07-23 Keith Seitz <keiths@redhat.com>
1964
1965 * symtab.c (basic_lookup_transparent_type): Call pre-expand
1966 hook for STATIC_BLOCK types, too.
1967
8fd447e6
KS
19682010-07-23 Keith Seitz <keiths@redhat.com>
1969
1970 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
1971 and vector definition.
1972
25b72dde
JK
19732010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1974
1975 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
1976
96d19272
JK
19772010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1978
1979 * dwarf2read.c: Include completer.h.
1980 (save_gdb_index_command): Use matching usage command name.
1981 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
1982 Set filename_completer for it.
1983
ca1f3406
TT
19842010-07-22 Tom Tromey <tromey@redhat.com>
1985
1986 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
1987 type signature's per-CU data.
1988
ba25b921
PA
19892010-07-22 Pedro Alves <pedro@codesourcery.com>
1990
1991 * NEWS: Mention target reported shared libraries support by
1992 default.
1993
23bd0f7c
PA
19942010-07-21 Pedro Alves <pedro@codesourcery.com>
1995
1996 PR symtab/11827
1997
1998 Revert:
1999 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2000 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
2001 and DW_TAG_volatile_type.
2002 (new_symbol): Likewise.
2003
883df6dd
SW
20042010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2005
2006 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
2007 function symbols before overload resolution.
2008
269b11a2
PA
20092010-07-21 Pedro Alves <pedro@codesourcery.com>
2010
2011 * breakpoint.c (bptype_string): New, abstracted out from
2012 print_one_breakpoint_location.
2013 (print_one_breakpoint_location): Adjust.
2014 (breakpoint_1): Adjust the type column width dynamically.
2015
569b05a5
JK
20162010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2017
2018 * symfile.c (find_separate_debug_file_by_debuglink): Remove
2019 a gdb_assert call, new comment.
2020
ad34eb2f
JK
20212010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2022
2023 * linux-nat.c (linux_handle_extended_wait): Handle case when
2024 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
2025
33355866
JK
20262010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2027
2028 Code cleanup.
2029 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
2030 linux_nat_wait_1. Use always LP->STATUS afterwards.
2031
26590820
HZ
20322010-07-20 Hui Zhu <teawater@gmail.com>
2033
2034 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
2035 (inf_ptrace_attach): Ditto.
2036
c0edd9ed
JK
20372010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2038
2039 Make core files the process_stratum.
2040 * corefile.c (core_target): New variable.
2041 (core_file_command): Remove variable t, use core_target.
2042 * corelow.c (core_ops): Make it static.
2043 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
2044 * defs.h (make_cleanup_unpush_target): New prototype.
2045 * gdbarch.h: Regenerate.
2046 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
2047 * gdbcore.h (core_target): New declaration.
2048 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
2049 variables ops_already_pushed and back_to. Use push_target,
2050 make_cleanup_unpush_target and discard_cleanups calls.
2051 * record.c (record_open): Replace core_stratum by a core_bfd check.
2052 * target.c (target_is_pushed): New function.
2053 (find_core_target): Remove.
2054 * target.h (enum strata) <core_stratum>: Remove.
2055 (target_is_pushed): New declaration.
2056 (find_core_target): Remove declaration.
2057 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
2058 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
2059
f02253f1
HZ
20602010-07-19 Hui Zhu <teawater@gmail.com>
2061
2062 * breakpoint.c (single_step_breakpoints_inserted): New
2063 function.
2064 * breakpoint.h (single_step_breakpoints_inserted): Extern.
2065 * infrun.c (maybe_software_singlestep): Add check code.
2066 * record.c (record_resume): Add code for software single step.
2067 (record_wait): Ditto.
2068
78768c4a
JK
20692010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2070
2071 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
2072 a more inner block. Remove its unused declaration initializer.
2073
431e49aa
TJB
20742010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2075
2076 * NEWS: Mention support for the new ptrace interface and hardware
2077 accelerated watchpoint conditions on powerpc-linux.
2078
bd91e7ae
OS
20792010-07-16 Ozkan Sezer <sezeroz@gmail.com>
2080
2081 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
2082 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
2083 and host_address_to_string() and %s for pointers.
2084 (debug_to_remove_breakpoint): Likewise.
2085 (debug_to_region_ok_for_hw_watchpoint): Likewise.
2086 (debug_to_can_accel_watchpoint_condition): Likewise.
2087 (debug_to_stopped_data_address): Likewise.
2088 (debug_to_watchpoint_addr_within_range): Likewise.
2089 (debug_to_insert_hw_breakpoint): Likewise.
2090 (debug_to_remove_hw_breakpoint): Likewise.
2091 (debug_to_insert_watchpoint): Likewise.
2092 (debug_to_remove_watchpoint): Likewise.
2093
29df156d
SW
20942010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
2095
2096 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
2097 argument.
2098 (cplus_specific): New struct.
2099 * symtab.c (symbol_set_demangled_name): Updated.
2100 Use cplus_specific for cplus symbols.
2101 (symbol_get_demangled_name): Retrive the name from the cplus_specific
2102 struct for cplus symbols.
2103 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
2104 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
2105 * symtab.c (symbol_init_cplus_specific): New function.
2106
b250c185
SW
21072010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
2108
2109 * symtab.h (symbol_set_demangled_name): New function.
2110 (symbol_get_demangled_name): New function.
2111 * symtab.c (symbol_set_demangled_name): New function.
2112 (symbol_get_demangled_name): New function.
2113 (symbol_init_language_specific): Use demangled_name setter and getter.
2114 (symbol_set_names): Ditto.
2115 (symbol_natural_name): Ditto.
2116 (symbol_demangled_name): Ditto.
2117 * dwarf2read.c (new_symbol): Ditto.
2118
afa16725
SW
21192010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
2120
2121 * symtab.h: Renamed cplus_specific to mangled_lang.
2122 * symtab.c (symbol_init_language_specific): Updated.
2123 (symbol_set_names): Updated.
2124 (symbol_natural_name): Updated.
2125 (symbol_demangled_name): Updated.
2126 * ada-lang.c (ada_decode_symbol): Updated.
2127 * dwarf2read.c (new_symbol): Updated.
2128
3cbaedff
KW
21292010-07-14 Ken Werner <ken.werner@de.ibm.com>
2130
2131 * valops.c (value_assign): Do not call to value_coerce_to_target.
2132 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
2133
c932f1be
KW
21342010-07-14 Ken Werner <ken.werner@de.ibm.com>
2135
2136 * MAINTAINERS: Add myself for write after approval privileges.
2137
91158a56
TT
21382010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
2139
2140 * c-valprint.c (c_val_print): Add embedded_offset to address in
2141 call to val_print_array_elements.
2142
b3b272e1
TT
21432010-07-13 Tom Tromey <tromey@redhat.com>
2144
2145 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
2146
bb3fa9d0
TT
21472010-07-13 Tom Tromey <tromey@redhat.com>
2148
2149 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
2150 objfile.
2151
dd786858
TT
21522010-07-13 Tom Tromey <tromey@redhat.com>
2153
2154 * symfile.c (set_initial_language): Update.
2155 (deduce_language_from_filename): Argument type now const.
2156 * symtab.h (find_main_filename): Update.
2157 (deduce_language_from_filename): Update.
2158 * symtab.c (find_main_filename): Make result const.
2159 * dwarf2read.c (dw2_find_symbol_file): Change return type.
2160 * psymtab.c (find_symbol_file_from_partial): Change return type.
2161 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2162 Make result const.
2163
9291a0cd
TT
21642010-07-13 Tom Tromey <tromey@redhat.com>
2165
2166 * breakpoint.c (save_cmdlist): No longer static.
2167 * gdbcmd.h (save_cmdlist): Declare.
2168 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
2169 OBJF_READNOW on objfile if readnow_symbol_files.
2170 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
2171 (elf_sym_fns_gdb_index): New global.
2172 * dwarf2read.c: Include exceptions.h.
2173 (offset_type): New.
2174 (struct mapped_index): New.
2175 (dwarf2_per_cu_data_ptr): New typedef.
2176 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
2177 New fields.
2178 (GDB_INDEX_SECTION): New define.
2179 (struct dwarf2_per_cu_quick_data): New.
2180 (struct dwarf2_per_cu_data) <objfile>: New field.
2181 <psymtab>: Removed.
2182 <v>: New field.
2183 (byte_swap): New function.
2184 (MAYBE_SWAP): New macro.
2185 (INDEX_SUFFIX): New macro.
2186 (dw2_do_instantiate_symtab): New function.
2187 (dw2_instantiate_symtab): Likewise.
2188 (create_cus_from_index): Likewise.
2189 (create_addrmap_from_index): Likewise.
2190 (mapped_index_string_hash): Likewise.
2191 (find_slot_in_mapped_hash): Likewise.
2192 (dwarf2_read_index): Likewise.
2193 (dw2_setup): Likewise.
2194 (dw2_require_line_header): Likewise.
2195 (dw2_require_full_path): Likewise.
2196 (dw2_find_last_source_symtab): Likewise.
2197 (dw2_forget_cached_source_info): Likewise.
2198 (dw2_lookup_symtab): Likewise.
2199 (dw2_lookup_symbol): Likewise.
2200 (dw2_do_expand_symtabs_matching): Likewise.
2201 (dw2_pre_expand_symtabs_matching): Likewise.
2202 (dw2_print_stats): Likewise.
2203 (dw2_dump): Likewise.
2204 (dw2_relocate): Likewise.
2205 (dw2_expand_symtabs_for_function): Likewise.
2206 (dw2_expand_all_symtabs): Likewise.
2207 (dw2_expand_symtabs_with_filename): Likewise.
2208 (dw2_find_symbol_file): Likewise.
2209 (dw2_map_ada_symtabs): Likewise.
2210 (dw2_expand_symtabs_matching): Likewise.
2211 (dw2_find_pc_sect_symtab): Likewise.
2212 (dw2_map_symbol_names): Likewise.
2213 (dw2_map_symbol_filenames): Likewise.
2214 (dw2_has_symbols): Likewise.
2215 (dwarf2_gdb_index_functions): New global.
2216 (dwarf2_initialize_objfile): New function.
2217 (process_psymtab_comp_unit): Update.
2218 (add_partial_subprogram): Likewise.
2219 (dwarf2_psymtab_to_symtab): Likewise.
2220 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
2221 (process_full_comp_unit): Update.
2222 (find_file_and_directory): New function.
2223 (read_file_scope): Use find_file_and_directory.
2224 (dwarf2_per_cu_objfile): Update.
2225 (dwarf2_per_cu_addr_size): Update.
2226 (dwarf2_per_cu_offset_size): Update.
2227 (dwarf2_free_objfile): Free the index, if needed.
2228 (dwarf2_per_objfile_free): Unmap the index, if needed.
2229 (struct strtab_entry): New.
2230 (hash_strtab_entry): New function.
2231 (eq_strtab_entry): Likewise.
2232 (create_strtab): Likewise.
2233 (add_string): Likewise.
2234 (struct symtab_index_entry): New.
2235 (struct mapped_symtab): New.
2236 (hash_symtab_entry): New function.
2237 (eq_symtab_entry): Likewise.
2238 (delete_symtab_entry): Likewise.
2239 (create_index_table): Likewise.
2240 (create_mapped_symtab): Likewise.
2241 (cleanup_mapped_symtab): Likewise.
2242 (find_slot): Likewise.
2243 (hash_expand): Likewise.
2244 (add_index_entry): Likewise.
2245 (add_indices_to_cpool): Likewise.
2246 (write_hash_table): Likewise.
2247 (add_address_entry): Likewise.
2248 (write_psymbols): Likewise.
2249 (write_obstack): Likewise.
2250 (unlink_if_set): Likewise.
2251 (write_psymtabs_to_index): Likewise.
2252 (save_gdb_index_command): Likewise.
2253 (_initialize_dwarf2_read): Install "save gdb-index"
2254 command.
2255 (create_all_comp_units): Initialize 'objfile' field of CU.
2256 (dwarf2_locate_sections): Check for .gdb_index.
2257 * psymtab.h (dwarf2_gdb_index_functions): Declare.
2258 * symfile.h (dwarf2_initialize_objfile): Declare.
2259
58b6ab13
TT
22602010-07-13 Tom Tromey <tromey@redhat.com>
2261
2262 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
2263 (basic_lookup_transparent_type): Likewise.
2264 * symfile.h (struct quick_symbol_functions)
2265 <pre_expand_symtabs_matching>: New field.
2266 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
2267 (psym_functions): Update.
2268
0f5238ed
TT
22692010-07-13 Tom Tromey <tromey@redhat.com>
2270
2271 PR breakpoints/8357:
2272 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
2273 * linespec.c (decode_line_1): Update comment. Call decode_label.
2274 (decode_label): New function.
2275 (symbol_found): Handle LOC_LABEL.
2276 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
2277 domain. Call add_symbol_to_list.
2278
9aa1f1e3
TT
22792010-07-13 Tom Tromey <tromey@redhat.com>
2280
2281 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
2282 * dwarf2loc.c (find_location_expression): Use
2283 dwarf2_per_cu_text_offset.
2284 (dwarf2_evaluate_loc_desc): Likewise.
2285 (dwarf2_loc_desc_needs_frame): Likewise.
2286 (compile_dwarf_to_ax): Likewise.
2287 (loclist_describe_location): Likewise.
2288 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
2289 (dwarf2_per_cu_objfile): Update comment.
2290
953ac07e
JK
22912010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2292
2293 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
2294 * p-lang.c (pascal_printstr): Likewise.
2295
f04e4012
TT
22962010-07-09 Tom Tromey <tromey@redhat.com>
2297
2298 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
2299 'hint' if it is NULL.
2300
f4dfd9c0
HZ
23012010-07-09 Hui Zhu <teawater@gmail.com>
2302
2303 * source.c (print_source_lines_base): Add check for noprint.
2304
7e6e39e5
JB
23052010-07-08 Joel Brobecker <brobecker@adacore.com>
2306
2307 * python/python-config.py: Resync with Python 2.7 version of this
2308 script.
2309
76b8507d
JB
23102010-07-08 Joel Brobecker <brobecker@adacore.com>
2311
2312 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
2313
797054e6
JB
23142010-07-07 Joel Brobecker <brobecker@adacore.com>
2315
2316 * NEWS: Create a new section for the next release branch.
2317 Rename the section of the current branch, now that it has
2318 been cut.
2319
c80befee 23202010-07-07 Joel Brobecker <brobecker@adacore.com>
2321
2322 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
2323 * version.in: Bump version to 7.2.50.20100707-cvs.
2324
ac56253d
TT
23252010-07-07 Tom Tromey <tromey@redhat.com>
2326
2327 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
2328 LOC_COMPUTED symbol.
2329 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
2330 (dwarf2_loc_desc_needs_frame): Likewise.
2331 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
2332 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
2333 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
2334 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
2335 'offset' argument.
2336 (struct dwarf2_frame_cache) <text_offset>: New field.
2337 (dwarf2_frame_cache): Set new field.
2338 (dwarf2_frame_prev_register): Update.
2339 (dwarf2_frame_sniffer): Update.
2340 (dwarf2_frame_base_sniffer): Update.
2341 (dwarf2_frame_find_fde): Add 'out_offset' argument.
2342
0cf6dd15
TJB
23432010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2344 Thiago Jung Bauermann <bauerman@br.ibm.com>
2345
2346 Support for hw accelerated condition watchpoints in booke powerpc.
2347
2348 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
2349 and move to eval.c. Change callers.
2350 (insert_bp_location): Pass watchpoint condition in
2351 target_insert_watchpoint.
2352 (remove_breakpoint_1) Pass watchpoint condition in
2353 target_remove_watchpoint.
2354 (watchpoint_locations_match): Call
2355 target_can_accel_watchpoint_condition.
2356 * eval.c: Include wrapper.h.
2357 (fetch_subexp_value): Moved from breakpoint.c.
2358 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
2359 Formatting fix.
2360 (can_use_watchpoint_cond_accel): New function.
2361 (calculate_dvc): Likewise.
2362 (num_memory_accesses): Likewise.
2363 (check_condition): Likewise.
2364 (ppc_linux_can_accel_watchpoint_condition): Likewise
2365 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
2366 check_condition and calculate_dvc.
2367 (ppc_linux_remove_watchpoint): Likewise.
2368 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
2369 ppc_linux_can_accel_watchpoint_condition
2370 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
2371 condition.
2372 (debug_to_remove_watchpoint): Likewise.
2373 (debug_to_can_accel_watchpoint_condition): New function.
2374 (update_current_target): Set to_can_accel_watchpoint_condition.
2375 (setup_target_debug): Set to_can_accel_watchpoint_condition.
2376 * target.h: Add opaque declaration for struct expression.
2377 (struct target_ops) <to_insert_watchpoint>,
2378 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
2379 <to_can_accel_watchpoint_condition>: New member.
2380 condition. Update all callers and implementations.
2381 (target_can_accel_watchpoint_condition): New macro.
2382 * value.c (free_value_chain): New function.
2383 * value.h (fetch_subexp_value): New prototype.
2384 (free_value_chain): Likewise.
2385
2f2241f1
UW
23862010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
2387
2388 * linux-nat.c (linux_nat_do_thread_registers): Use section size
2389 from gdbarch_core_regset_sections also for .reg if present.
2390
2391 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
2392 section size for .reg.
2393 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
2394 (ppc_linux_vmx_regset_sections): Likewise.
2395 (ppc_linux_fp_regset_sections): Likewise.
2396 (ppc64_linux_vsx_regset_sections): New variable.
2397 (ppc64_linux_vmx_regset_sections): Likewise.
2398 (ppc64_linux_fp_regset_sections): Likewise.
2399 (ppc_linux_init_abi): Install core_regset_section lists appropriate
2400 for current word size.
2401
1fd7cdc2
JB
24022010-07-06 Joel Brobecker <brobecker@adacore.com>
2403
2404 * server.c (myresume): Make static.
2405
11763c18
TT
24062010-07-06 Tom Tromey <tromey@redhat.com>
2407
2408 * configure, config.in: Rebuild.
2409 * configure.ac (HAVE_LIBPYTHON2_7): New define.
2410 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
2411
a6cc4789
AS
24122010-07-06 Andreas Schwab <schwab@linux-m68k.org>
2413
2414 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
2415 "clear".
2416
f9e9243a
UW
24172010-07-06 Ken Werner <ken.werner@de.ibm.com>
2418
2419 * gdbtypes.h (floatformats_ieee_half): Add declaration.
2420 * gdbtypes.c (floatformats_ieee_half): New variable.
2421 * doublest.c (floatformat_from_length): Set format to
2422 gdbarch_half_format if length matches.
2423 * gdbarch.sh (half_bit): New architecture method.
2424 (half_format): Likewise.
2425 * gdbarch.h: Regenerate.
2426 * gdbarch.c: Likewise.
2427
4e5799b6
JK
24282010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2429 Joel Brobecker <brobecker@adacore.com>
2430
2431 Fix re-run of PIE executable, PR shlibs/11776.
2432 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
2433 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
2434
86e4bafc
JK
24352010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2436 Joel Brobecker <brobecker@adacore.com>
2437
2438 * auxv.c (memory_xfer_auxv): Update attach comment.
2439 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
2440 svr4_relocate_main_executable.
2441 (svr4_solib_create_inferior_hook): Make the call to
2442 svr4_relocate_main_executable unconditional.
2443
3cd07d20
JK
24442010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2445 Joel Brobecker <brobecker@adacore.com>
2446
2447 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
2448
0a1e94c7
JK
24492010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2450 Joel Brobecker <brobecker@adacore.com>
2451
2452 Fix attaching to PIEs prelinked on the disk after the process was
2453 started.
2454 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
2455 Verify it against bfd_get_arch_size. Try to match arbitrary
2456 displacement for the phdrs comparison.
2457
5387647f
TT
24582010-07-02 Tom Tromey <tromey@redhat.com>
2459
2460 PR exp/11780:
2461 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
2462 value as optimized-out.
2463
38b6c3b3
TJB
24642010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2465 Thiago Jung Bauermann <bauerman@br.ibm.com>
2466
2467 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
2468 represent?" question in comment. Change comment to a proper sentence.
2469
a17ac5b0
TT
24702010-07-02 Ken Werner <ken.werner@de.ibm.com>
2471
2472 * c-valprint.c (c_val_print): Fix printing of character vectors.
2473
bddaafad
JK
24742010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2475
2476 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
2477 create_breakpoint prototype.
2478
d41c0fc8
PA
24792010-07-01 Pedro Alves <pedro@codesourcery.com>
2480
2481 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
2482 usefulness suggestion of multiple breakpoints at same location.
2483
dc10affe
PA
24842010-07-01 Pedro Alves <pedro@codesourcery.com>
2485
2486 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
2487
cabe9ab6
PA
24882010-07-01 Pedro Alves <pedro@codesourcery.com>
2489
2490 * dwarf2loc.c (locexpr_tracepoint_var_ref)
2491 (loclist_tracepoint_var_ref): Handle optimized out values.
2492
cce7e648
PA
24932010-07-01 Pedro Alves <pedro@codesourcery.com>
2494
2495 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
2496 unnecessary space in string.
2497 * filesystem.c (_initialize_filesystem): Ditto.
2498 * frame.c (_initialize_frame): Ditto.
2499 * infcmd.c (step_once): Ditto.
2500 * infrun.c (_initialize_infrun): Ditto.
2501 * linux-nat.c (linux_child_follow_fork): Ditto.
2502 * maint.c (maintenance_deprecate): Ditto.
2503 * memattr.c (_initialize_mem): Ditto.
2504 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2505 * monitor.c (monitor_open): Ditto.
2506 * procfs.c (procfs_xfer_memory): Ditto.
2507 * reverse.c (bookmarks_info): Ditto.
2508 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
2509 * stack.c (_initialize_stack): Ditto.
2510 * tracepoint.c (_initialize_tracepoint): Ditto.
2511 * xtensa-tdep.c (xtensa_supply_gregset,
2512 xtensa_regset_from_core_section): Ditto.
2513
b65c7efe
TT
25142010-07-01 Tom Tromey <tromey@redhat.com>
2515
2516 * value.h (struct lval_funcs) <check_any_valid>: Rename from
2517 check_all_valid.
2518 * value.c (value_entirely_optimized_out): Invert result. Update
2519 for new function name.
2520
0fb4aa4b
PA
25212010-07-01 Pedro Alves <pedro@codesourcery.com>
2522
2523 Static tracepoints support.
2524
2525 * NEWS: Mention new support for static tracepoints.
2526 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
2527 qXfer:statictrace:read.
2528 (New features in the GDB remote stub, GDBserver): Mention static
2529 tracepoints support using an UST based backend.
2530 (New commands): Mention "info static-tracepoint-markers" and
2531 "strace".
2532 * breakpoint.c (is_marker_spec): New.
2533 (is_tracepoint): Handle static tracepoints.
2534 (validate_commands_for_breakpoint): Static tracepoints can't do
2535 while-stepping.
2536 (static_tracepoints_here): New.
2537 (bpstat_what): Handle static tracepoints.
2538 (print_one_breakpoint_location, allocate_bp_location, mention):
2539 Ditto.
2540 (create_breakpoint_sal): Ditto.
2541 (decode_static_tracepoint_spec): New.
2542 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
2543 `type_wanted'. Adjust. Handle static tracepoint marker
2544 locations.
2545 (break_command_1): Adjust.
2546 (update_static_tracepoint): New.
2547 (update_breakpoint_locations): Handle static tracepoints.
2548 (breakpoint_re_set_one): Handle static tracepoint marker
2549 locations.
2550 (disable_command, enable_command): Handle static tracepoints.
2551 (trace_command, ftrace_command): Adjust.
2552 (strace_command): New.
2553 (create_tracepoint_from_upload): Adjust.
2554 (save_breakpoints): Handle static tracepoints.
2555 (_initialize_breakpoint): Install the "strace" command.
2556 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
2557 (struct breakpoint): New fields static_trace_marker_id and
2558 static_trace_marker_id_idx.
2559 (breakpoints_here_p): Declare.
2560 (create_breakpoint): Adjust.
2561 (static_tracepoints_here): Declare.
2562 * remote.c (struct remote_state) <static_tracepoints>: New field.
2563 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
2564 (remote_static_tracepoint_marker_at): New.
2565 (remote_static_tracepoint_markers_by_strid): New.
2566 (remote_static_tracepoint_feature): New.
2567 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
2568 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
2569 (remote_supports_static_tracepoints): New.
2570 (remote_download_tracepoint): Download static tracepoints.
2571 (init_remote_ops): Install remote_static_tracepoint_marker_at and
2572 remote_static_tracepoint_markers_by_strid.
2573 (_initialize_remote): Install set|show remote static-tracepoints,
2574 and set|show remote read-sdata-object commands.
2575 * target.c (update_current_target): Inherit and default
2576 to_static_tracepoint_marker_at, and
2577 to_static_tracepoint_markers_by_strid.
2578 * target.h (static_tracepoint_marker): Forward declare.
2579 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
889bf7c5 2580 (static_tracepoint_marker_p): New typedef.
0fb4aa4b
PA
2581 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
2582 (struct target_ops): New fields to_static_tracepoint_marker_at and
2583 to_static_tracepoint_markers_by_strid.
2584 (target_static_tracepoint_marker_at)
2585 (target_static_tracepoint_markers_by_strid): New.
2586 * tracepoint.c: Include source.h.
2587 (validate_actionline): Handle $_sdata.
2588 (struct collection_list): New field strace_data.
2589 (add_static_trace_data): New.
2590 (clear_collection_list): Clear strace_data.
2591 (stringify_collection_list): Account for a possible static trace
2592 data collection.
2593 (encode_actions_1): Encode an $_sdata collection.
2594 (parse_tracepoint_definition): Handle static tracepoints.
2595 (parse_static_tracepoint_marker_definition): New.
2596 (release_static_tracepoint_marker): New.
2597 (print_one_static_tracepoint_marker): New.
2598 (info_static_tracepoint_markers_command): New.
2599 (sdata_make_value): New.
2600 (_initialize_tracepoint): Create the $_sdata convenience variable.
2601 Add the "info static-tracepoint-markers" command.
2602 Mention $_sdata in the "collect" command's help output.
2603 * tracepoint.h (struct static_tracepoint_marker): New.
2604 (parse_static_tracepoint_marker_definition)
2605 (release_static_tracepoint_marker): Declare.
2606 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
2607 * python/py-breakpoint.c (bppy_new): Adjust.
2608
aac63f0f
JB
26092010-06-30 Joel Brobecker <brobecker@adacore.com>
2610
2611 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
2612 including Python.h.
2613
e68994a7
DE
26142010-06-29 Doug Evans <dje@google.com>
2615
3863f96c
DE
2616 PR gdb/11702
2617 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
2618 DW_AT_external is present.
2619
254e6b9e
DE
2620 PR gdb/11702
2621 * NEWS: Add entry.
2622 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
2623 create a symbol for the field and record the value.
2624 (new_symbol): Handle DW_TAG_member.
2625 * gdbtypes.c (field_is_static): Remove FIXME.
2626 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
2627 only ignore LOC_CONST symbols that are enums.
2628
6e70227d
DE
2629 * dwarf2read.c: Remove trailing whitespace.
2630
e68994a7
DE
2631 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
2632 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
2633 (struct main_type, field loc): Delete dwarf_block.
2634 (FIELD_DWARF_BLOCK): Delete.
2635 (SET_FIELD_DWARF_BLOCK): Delete.
2636 (TYPE_FIELD_DWARF_BLOCK): Delete.
2637 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
2638 Update.
2639
a480d2f6
HZ
26402010-06-29 Hui Zhu <teawater@gmail.com>
2641
2642 * record.c (set_record_pic_cmdlist,
2643 show_record_pic_cmdlist): New variables.
2644 (set_record_pic_command,
2645 show_record_pic_command): New functions.
2646 (record_pic_function, record_pic_line, record_pic_enum,
2647 set_record_pic_type, record_pic_hide_nofunction,
2648 record_pic_hide_nosource, record_pic_hide_same): New variables.
2649 (record_pic_fputs): New function.
2650 (function_list, node_list, edge_list): New struct.
2651 (function_list, node_list, edge_list): New variables.
2652 (record_pic_cleanups, record_pic_node,
2653 record_pic_edge, cmd_record_pic): New functions.
2654 (_initialize_record): Add new commands for record pic.
2655
a0d7a4ff
JK
26562010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2657
2658 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
2659 ALLOCATE_CPLUS_STRUCT_TYPE.
2660
595939de 26612010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
2662 Tom Tromey <tromey@redhat.com>
2663 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
2664
2665 * value.c (pack_unsigned_long): New function.
2666 (value_from_ulongest): New function.
2667 * value.h (value_from_ulongest): Declare.
2668 * python/python.c (_initialize_python): Call
2669 gdbpy_initialize_thread and gdbpy_initialize_inferior.
2670 * python/python-internal.h: Define thread_object.
2671 (gdbpy_inferiors, gdbpy_selected_thread)
2672 (frame_info_to_frame_object, create_thread_object)
2673 (find_thread_object, find_inferior_object)
2674 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
2675 (gdbpy_is_value_object, get_addr_from_python): Declare.
2676 * python/py-value.c (builtin_type_upylong): Define.
2677 (convert_value_from_python): Add logic for ulongest.
2678 (gdbpy_is_value_object): New function.
2679 * python/py-utils.c (get_addr_from_python): New function.
2680 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
2681 (gdbpy_selected_frame): Use PyObject over frame_info.
2682 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
2683 py-infthread.
2684 (SUBDIR_PYTHON_SRCS): Likewise.
2685 (py-inferior.o): New Rule.
2686 (py-infthread.o): New Rule.
2687 * python/py-inferior.c: New File.
2688 * python/py-infthread.c: New File.
2689
98751a41
JK
26902010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2691
2692 * c-typeprint.c (c_type_print_base): For no fields check include also
2693 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
2694 * dwarf2read.c (struct typedef_field_list)
2695 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
2696 (dwarf2_add_typedef): New.
2697 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
2698 Copy also FI.TYPEDEF_FIELD_LIST.
2699 * gdbtypes.h (struct typedef_field)
2700 (struct cplus_struct_type) <typedef_field, typedef_field_count>
2701 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
2702 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
2703
41f62f39
JK
27042010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2705
2706 * cp-namespace.c (cp_lookup_nested_type): New variable
2707 concatenated_name. Turn the current return condition into a reverse
2708 one. Call also lookup_static_symbol_aux on the constructed qualified
2709 name.
2710 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
2711 other files into a called ...
2712 (lookup_static_symbol_aux): ... new function here.
2713 * symtab.h (lookup_static_symbol_aux): New prototype.
2714 * valops.c (value_maybe_namespace_elt): Call also
2715 lookup_static_symbol_aux if we failed otherwise.
2716
af53d231
JK
27172010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2718
2719 Fix PR c++/11703 and PR gdb/1448.
2720 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
2721 FIRST_ITER check.
2722
9655fd1a
JK
27232010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2724
2725 Fix modification of cplus_struct_default.
2726 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
2727 Call ALLOCATE_CPLUS_STRUCT_TYPE.
2728 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
2729
9279c692
JB
27302010-06-28 Joel Brobecker <brobecker@adacore.com>
2731
2732 * NEWS: Add entry announcing the python directory.
2733
d3f41bb1
TT
27342010-06-28 Tom Tromey <tromey@redhat.com>
2735
2736 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
2737
23e7acfb
DE
27382010-06-28 Doug Evans <dje@google.com>
2739
2740 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
2741 All callers updated.
2742
6036c742
JK
27432010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2744
2745 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
2746 obstack_begin after each obstack_free.
2747
9f18a3b3
DE
27482010-06-27 Doug Evans <dje@google.com>
2749
1596cb5d
DE
2750 * value.c (value_static_field): Use `switch' instead of `if'.
2751 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
2752
9f18a3b3
DE
2753 * valops.c (search_struct_field): Fix typo in error message.
2754
43dabe42
UW
27552010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
2756
2757 * dwarf2expr.c (execute_stack_op): Place preprocessor
2758 directives at the start of the source line.
2759
0f3bb72e
PH
27602010-06-25 Paul Hilfinger <hilfinger@adacore.com>
2761
6036c742
JK
2762 * defs.h (make_command_stats_cleanup): Declare.
2763 (set_display_time): Declare.
2764 (set_display_space): Declare.
2765 * event-top.c (command_handler): Use make_command_stats_cleanup.
2766 * main.c (display_time, display_space): Move definitions to utils.c.
2767 (captured_main): Use make_command_stats_cleanup to get start-up
2768 statistics.
2769 Use set_display_time and set_display_space for processing OPT_STATISTICS
2770 case.
2771 * maint.c (maintenance_time_display): Use set_display_time.
2772 (maintenance_space_display): Use set_display_space.
2773 * top.c (execute_command): Remove obsolete 'maint time' code.
2774 (command_loop): Use make_command_stats_cleanup.
2775 * utils.c (struct cmd_stats): Structure for storing initial time
2776 and space usage.
2777 (display_time, display_space): Move definitions here from utils.c.
2778 (set_display_time): New function.
2779 (set_display_space): New function.
2780 (make_command_stats_cleanup): New function.
2781 (report_command_stats): New auxiliary function for
2782 make_command_stats_cleanup.
0f3bb72e 2783
070c8028
UW
27842010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2785
2786 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
2787 hosts where CORE_ADDR is long long.
2788
bc9f0842
TT
27892010-06-25 Tom Tromey <tromey@redhat.com>
2790
2791 PR python/10808:
2792 * python/python.c (execute_gdb_command): Add keywords. Accept
2793 "to_string" argument.
2794 (struct restore_ui_file_closure): New.
2795 (restore_ui_file): New function.
2796 (make_cleanup_restore_ui_file): Likewise.
2797 (GdbMethods) <execute>: Update.
2798
c0cc4c83
UW
27992010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2800
2801 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
2802 during inferior call stack frame setup.
2803
f1d8ee66
UW
28042010-06-25 Ken Werner <ken.werner@de.ibm.com>
2805
2806 * solib-spu.c: Include "exception.h".
2807 (ocl_program_data_key): New variable.
2808 (append_ocl_sos): New function.
2809 (ocl_enable_break): Likewise.
2810 (spu_current_sos): Call append_ocl_sos.
2811 (spu_solib_loaded): Call ocl_enable_break.
2812 (_initialize_spu_solib): Register ocl_program_data_key.
2813
19c0c0f8
UW
28142010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2815
2816 * cp-support.c (reset_directive_searched): New function.
2817 (make_symbol_overload_list_using): Prevent recursive calls.
2818
0f6a939d
PM
28192010-06-25 Phil Muldoon <pmuldoon@redhat.com>
2820
2821 * printcmd.c (print_variable_and_value): Print error message on
2822 caught exception.
2823
f2c7657e
UW
28242010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2825
2826 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
2827 of stack values.
2828 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
2829 "value" member.
2830 (dwarf_expr_push): Change input type to ULONGEST.
2831 (dwarf_expr_fetch): Change return type to ULONGEST.
2832 (dwarf_expr_fetch_address): Add prototype.
2833 (dwarf2_read_address): Remove prototype.
2834 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
2835 Truncate stack values to ctx->addr_size bytes.
2836 (dwarf_expr_fetch): Change return value to ULONGEST.
2837 (dwarf_expr_fetch_address): New function.
2838 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
2839 when appropriate. Update for struct dwarf_expr_piece changes.
2840 (dwarf2_read_address): Remove.
2841 (unsigned_address_type): Remove.
2842 (signed_address_type): Remove.
2843 (execute_stack_op): Use dwarf_expr_fetch_address instead of
2844 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
2845 values. Perform operations on ULONGEST instead of on GDB values,
2846 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
2847 values and DW_OP_deref results as unsigned integers.
2848 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
2849 changes.
2850 (write_pieced_value): Likewise.
2851 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
2852 dwarf_expr_fetch when appropriate.
2853 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
2854 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
2855 instead of dwarf_expr_fetch when appropriate.
2856
b1d61bc9
PM
28572010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
2858
2859 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
2860
b14285f6
JB
28612010-06-24 Joel Brobecker <brobecker@adacore.com>
2862
2863 * python/python.c (_initialize_python): Add new "constant"
2864 PYTHONDIR in gdb module. Insert this path at the head of
2865 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
2866 exec its __init__.py script if it exists in that directory.
2867
fd60dc69
KB
28682010-06-24 Kevin Buettner <kevinb@redhat.com>
2869
2870 * rx-tdep.c (RX_ACC_REGNUM): Define.
2871 (RX_NUM_REGS): Redefine to 26.
2872 (rx_register_name): Add register "acc". Change order of several
2873 registers. Change name of "vct" register to "fintv" to match RX
2874 documentation.
2875 (rx_register_type): Add case for RX_ACC_REGNUM.
2876
18430289
TT
28772010-06-24 Tom Tromey <tromey@redhat.com>
2878
2879 * psymtab.c (lookup_partial_symbol): Mark definition as static.
2880
40618926
JK
28812010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2882 Tom Tromey <tromey@redhat.com>
2883
2884 Fix GDB startup on readonly filesystem.
2885 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
2886
628fe4e4
JK
28872010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2888 Pedro Alves <pedro@codesourcery.com>
2889
2890 Fix PR 9436.
2891 * breakpoint.c (handle_jit_event): New function.
2892 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
2893 jit, err, table and bs_class. New variables shlib_event, jit_event,
2894 this_action and bptype. Change bs_class assignments to this_action
2895 assignments. new unhandled bptype internal error. Move here
2896 shlib_event and jit_event handling from handle_inferior_event.
2897 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
2898 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
2899 BPSTAT_WHAT_CHECK_JIT.
2900 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
2901 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
2902 (handle_inferior_event): Reinitialize frame and gdbarch after
2903 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
2904 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
2905 gdbarch when frame gets reinitialized.
2906
f1421989
HZ
29072010-06-24 Hui Zhu <teawater@gmail.com>
2908
2909 * printcmd.c (ui_printf): New function.
2910 (printf_command): Call ui_printf.
2911 (_initialize_printcmd): New command "eval".
2912
d03285ec
UW
29132010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
2914
2915 * infrun.c (handle_inferior_event): Handle presence of single-step
2916 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
2917 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
2918 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
2919 * breakpoint.c (detach_single_step_breakpoints): New function.
2920 (detach_breakpoints): Call it.
2921 (cancel_single_step_breakpoints): New function.
2922 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
2923
2924 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
2925 (spu_gdbarch_init): Install it.
2926
38f6b338
JK
29272010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2928
2929 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
2930 * configure: Regenerate.
2931
bb08c432
HZ
29322010-06-22 Hui Zhu <teawater@gmail.com>
2933
2934 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
2935 (i386_process_record): Ditto.
2936 * record.c (record_memory_query): New variable.
2937 (_initialize_record): New command "set record memory-query".
2938 * record.h (record_memory_query): New extern.
2939
b55078be
DE
29402010-06-21 Doug Evans <dje@google.com>
2941
2942 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
2943 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
2944 (i386_syscall_p): Change type of lengthp to int.
2945 (i386_displaced_step_fixup): Handle kernels that run one past a
2946 syscall insn.
2947 * i386-linux-tdep.c (i386_linux_init_abi): Use
2948 i386_displaced_step_copy_insn instead of
2949 simple_displaced_step_copy_insn.
2950
75079b2b
TT
29512010-06-21 Tom Tromey <tromey@redhat.com>
2952
2953 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
2954 (dwarf_type_encoding_name): Likewise.
2955
b00fdb78
TT
29562010-06-21 Tom Tromey <tromey@redhat.com>
2957
2958 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
2959 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
2960 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
2961 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
2962 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
2963 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
2964 * dwarf2read.c (tag_type_to_type): Create a new error type on
2965 failure.
2966 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
2967 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
2968
84951ab5
MS
29692010-06-21 Michael Snyder <msnyder@vmware.com>
2970
889bf7c5 2971 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
84951ab5
MS
2972 not add_abbrev_prefix_cmd, for "enable breakpoints".
2973
d4a087c7
UW
29742010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
2975
2976 * dwarf2loc.c (find_location_expression): Add relocation offset
2977 to base-address-selection entry base addresses. Read addresses
2978 (and offsets) as signed/unsigned integers, depending on the
2979 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
2980 (loclist_describe_location): Likewise.
2981 (disassemble_dwarf_expression): Read DW_OP_addr operand as
2982 unsigned integer. Do not call dwarf2_read_address.
2983 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
2984
13def385
UW
29852010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
2986
2987 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
2988 value instead of hard-coded SPU_LS_SIZE.
2989 (spu_software_single_step): Likewise.
2990 * spu-tdep.h (SPU_LS_SIZE): Remove.
2991
d2ed6730
UW
29922010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
2993
2994 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
2995 limit on local store memory accesses.
2996 * spu-linux-nat.c (spu_xfer_partial): Likewise.
2997 * spu-tdep.c (spu_lslr): Remove.
2998 (spu_pointer_to_address): Do not truncate addresses.
2999 (spu_integer_to_address): Likewise.
3000 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
3001 * spu-tdep.h: Add comments.
3002 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
3003 (SPU_OVERLAY_LMA): Define.
3004
6aed2dbc
SS
30052010-06-18 Stan Shebs <stan@codesourcery.com>
3006
a61408f8
SS
3007 * osdata.c (get_osdata): Warn separately if target does not report
3008 type list.
3009 (info_osdata_command): Allow empty type, report error if target
3010 does not return available types of OS data.
3011 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
3012 types if no annex supplied.
3013
6aed2dbc
SS
3014 * thread.c (thread_id_make_value): Make a value representing the
3015 current thread.
3016 (_initialize_thread): Create $_thread.
3017
ec61707d
JB
30182010-06-17 Joel Brobecker <brobecker@adacore.com>
3019
3020 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
3021 last local variable declaration. No real code change.
3022
60606b2c
TT
30232010-06-17 Tom Tromey <tromey@redhat.com>
3024
3025 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
3026 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
3027 temporary obstack.
3028
65d79d4b
SDJ
30292010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
3030 Jan Kratochvil <jan.kratochvil@redhat.com>
3031
3032 * breakpoint.c: Include parser-defs.h.
3033 (watchpoint_exp_is_const): New function.
3034 (watch_command_1): Call watchpoint_exp_is_const to check
3035 if the expression is constant.
3036
0407b3f1
AS
30372010-06-15 Andreas Schwab <schwab@linux-m68k.org>
3038
3039 * configure.ac: Check for RDYNAMIC also for cross builds.
3040 * configure: Regenerate.
3041
98d64339
PA
30422010-06-15 Pedro Alves <pedro@codesourcery.com>
3043
3044 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
3045 (SFILES): Remove solib-null.c, add solib-target.c.
3046 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
3047 (ALLDEPFILES): Remove solib-target.c.
3048 * solib-target.c (_initialize_solib_target): Set
3049 current_target_so_ops to solib_target_so_ops if not already set.
3050 * solib-null.c: Delete.
3051
6a271cae
PA
30522010-06-14 Pedro Alves <pedro@codesourcery.com>
3053
3054 * NEWS: Mention GDBserver's JIT compilation of tracepoint
3055 bytecode.
3056
1e9beacb
UW
30572010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
3058
3059 * cp-valprint.c (cp_print_static_field): Members of
3060 dont_print_stat_array_obstack are of type "struct type *".
3061 (_initialize_cp_valprint): Likewise.
3062
21a176fb
UW
30632010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
3064
3065 * frame.c (frame_register_unwind): Do not access contents
3066 of "optimized out" unwound register value.
3067
25b524e8
JK
30682010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3069
3070 * ada-lang.h (ada_print_type): Make varstring const.
3071 * ada-typeprint.c (print_func_type): Make name const.
3072 (ada_print_type): Make varstring const.
3073 * c-lang.h (c_print_type): Make varstring const.
3074 * c-typeprint.c (c_print_type): Likewise.
3075 * f-lang.h (f_print_type): Likewise.
3076 * f-typeprint.c (f_print_type): Likewise.
3077 * jv-lang.h (java_print_type): Likewise.
3078 * jv-typeprint.c (java_print_type): Likewise.
3079 * language.c (unk_lang_print_type): Likewise.
3080 * language.h (struct language_defn) <la_print_type>: Likewise.
3081 * m2-lang.h (m2_print_type): Likewise.
3082 * m2-typeprint.c (m2_print_type): Likewise.
3083 * p-lang.h (pascal_print_type): Likewise.
3084 * p-typeprint.c (pascal_print_type): Likewise.
3085
d914c394
SS
30862010-06-11 Stan Shebs <stan@codesourcery.com>
3087
3088 Add per-operation permission flags.
3089
3090 * target.h (struct target_ops): New method to_set_permissions.
3091 (target_set_permissions): New macro.
3092 (target_insert_breakpoint): Change macro to function.
3093 (target_remove_breakpoint): Ditto.
3094 (target_stop): Ditto.
3095 (may_write_registers): Declare.
3096 (may_write_memory): Declare.
3097 (may_insert_breakpoints): Declare.
3098 (may_insert_tracepoints): Declare.
3099 (may_insert_fast_tracepoints): Declare.
3100 (may_stop): Declare.
3101 * target.c (may_write_registers, may_write_registers_1): New globals.
3102 (may_write_memory, may_write_memory_1): New globals.
3103 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
3104 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
3105 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
3106 globals.
3107 (may_stop, may_stop_1): New global.
3108 (target_xfer_partial): Test for write permission.
3109 (target_store_registers): Ditto.
3110 (target_insert_breakpoint): New function.
3111 (target_remove_breakpoint): New function.
3112 (target_stop): New function.
3113 (_initialize_targets): Add new set/show variables.
3114 (set_write_memory_permission): New function.
3115 (update_target_permissions): New function.
3116 (set_target_permissions): New function.
3117 (update_current_target): Default to_set_permissions.
3118 (_initialize_targets): Use new globals and setter function.
3119 * tracepoint.c (start_tracing): Test for permission.
3120 * inferior.h (update_observer_mode): Declare.
3121 * infrun.c (non_stop_1): Define earlier.
3122 (observer_mode, observer_mode_1): New globals.
3123 (set_observer_mode, show_observer_mode): New functions.
3124 (update_observer_mode): New function.
3125 (_initialize_infrun): Define "set observer" command.
3126 * remote.c (PACKET_QAllow): New optional packet.
3127 (remote_protocol_features): Add QAllow.
3128 (remote_set_permissions): New function.
3129 (remote_start_remote): Call it.
3130 (init_remote_ops): Add it to target vector.
3131 (_initialize_remote): Add config command for QAllow.
3132
aec5aa8b
TT
31332010-06-11 Tom Tromey <tromey@redhat.com>
3134
3135 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
3136 DW_AT_vtable_elem_location even when GCC extension is seen.
3137
0e03807e
TT
31382010-06-11 Tom Tromey <tromey@redhat.com>
3139
3140 PR gdb/9977, PR exp/11636:
3141 * value.h (value_offset): Update.
3142 (struct lval_funcs) <check_validity>: New field.
3143 <copy_closure>: Make argument const.
3144 (value_computed_closure): Update.
3145 (value_contents_for_printing): Declare.
3146 (value_bits_valid): Likewise.
3147 (val_print): Likewise.
3148 (set_value_component_location): Update.
3149 (value_entirely_optimized_out): Declare.
3150 * value.c (value_offset): Argument now const.
3151 (require_not_optimized_out): New function.
3152 (value_contents_for_printing): New function.
3153 (value_contents_all): Call require_not_optimized_out.
3154 (value_contents): Likewise.
3155 (value_bits_valid): New function.
3156 (value_computed_closure): Argument now const.
3157 (set_value_component_location): Make 'whole' argument const.
3158 (value_entirely_optimized_out): New function.
3159 (value_bitsize): Argument now 'const'.
3160 (value_bitpos): Likewise.
3161 (value_type): Likewise.
3162 * valprint.h (val_print_array_elements): Update.
3163 * valprint.c (val_print): Add 'val' argument. Use
3164 valprint_check_validity.
3165 (valprint_check_validity): New function.
3166 (value_check_printable): Use value_entirely_optimized_out.
3167 (common_val_print): Update.
3168 (value_print): Likewise.
3169 (val_print_array_elements): Add 'val' argument.
3170 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
3171 value_bits_valid. Reinit frame cache for lval_computed.
3172 * sh64-tdep.c (sh64_do_register): Update.
3173 * scm-valprint.c (scm_val_print): Add 'val' argument.
3174 * scm-lang.h (scm_val_print): Update.
3175 * python/python.h (apply_val_pretty_printer): Update.
3176 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
3177 argument. Call set_value_component_location.
3178 * printcmd.c (print_scalar_formatted): Update.
3179 * p-valprint.c (pascal_val_print): Add 'val' argument.
3180 (pascal_object_print_value_fields): Likewise.
3181 (pascal_object_print_value): Likewise.
3182 (pascal_object_print_static_field): Update.
3183 * p-lang.h (pascal_val_print): Update.
3184 (pascal_object_print_value_fields): Update.
3185 * mt-tdep.c (mt_registers_info): Update.
3186 * mi/mi-main.c (get_register): Update.
3187 (mi_cmd_data_evaluate_expression): Use common_val_print.
3188 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
3189 (m2_print_unbounded_array): Likewise.
3190 (m2_val_print): Likewise.
3191 * m2-lang.h (m2_val_print): Update.
3192 * language.h (struct language_defn) <la_val_print>: Add 'val'
3193 argument.
3194 (LA_VAL_PRINT): Likewise.
3195 * language.c (unk_lang_val_print): Add 'val' argument.
3196 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
3197 (java_val_print): Likewise.
3198 * jv-lang.h (java_val_print): Add 'val' argument.
3199 * infcmd.c (default_print_registers_info): Update.
3200 * f-valprint.c (f77_print_array_1): Add 'val' argument.
3201 (f77_print_array): Likewise.
3202 (f_val_print): Likewise.
3203 * f-lang.h (f_val_print): Add 'val' argument.
3204 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
3205 value_bitpos.
3206 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
3207 set_value_optimized_out.
3208 (write_pieced_value): Use value_bitsize and value_bitpos.
3209 <default>: Don't exit loop.
3210 (check_pieced_value_validity): New function.
3211 (pieced_value_funcs): Reference check_pieced_value_validity,
3212 check_pieced_value_invalid.
3213 (copy_pieced_value_closure): Update.
3214 (check_pieced_value_bits): New function.
3215 (check_pieced_value_invalid): New function.
3216 * d-valprint.c (dynamic_array_type): Add 'val' argument.
3217 (d_val_print): Likewise.
3218 * d-lang.h (d_val_print): Update.
3219 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
3220 (cp_print_value_fields_rtti): Likewise.
3221 (cp_print_value): Likewise.
3222 (cp_print_static_field): Update.
3223 * c-valprint.c (c_val_print): Add 'val' argument.
3224 (c_value_print): Update.
3225 * c-lang.h (c_val_print): Update.
3226 (cp_print_value_fields): Likewise.
3227 (cp_print_value_fields_rtti): Likewise.
3228 * ada-valprint.c (struct ada_val_print_args): Remove.
3229 (val_print_packed_array_elements): Add 'val' argument.
3230 (ada_val_print): Likewise. Rewrite.
3231 (ada_val_print_stub): Remove.
3232 (ada_val_print_array): Add 'val' argument.
3233 (ada_val_print_1): Likewise.
3234 (print_variant_part): Likewise.
3235 (ada_value_print): Update.
3236 (print_record): Add 'val' argument.
3237 (print_field_values): Likewise.
3238 * ada-lang.h (ada_val_print): Update.
3239
3cf03773
TT
32402010-06-11 Tom Tromey <tromey@redhat.com>
3241
3242 * vec.h (VEC_cleanup): New macro.
3243 (DEF_VEC_ALLOC_FUNC_I): Update.
3244 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3245 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3246 * dwarf2loc.c (struct axs_var_loc): Remove.
3247 (unimplemented): New function.
3248 (translate_register): Likewise.
3249 (access_memory): Likewise.
3250 (compile_dwarf_to_ax): Likewise.
3251 (dwarf2_tracepoint_var_loc): Remove.
3252 (dwarf2_tracepoint_var_access): Likewise.
3253 (dwarf2_tracepoint_var_ref): Likewise.
3254 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
3255 (loclist_tracepoint_var_ref): Likewise.
3256 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
3257 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
3258 require_composition. No longer static.
3259 (execute_stack_op): Update.
3260 * ax-gdb.h (trace_kludge): Declare.
3261
2bdf28a0
JK
32622010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3263
3264 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
3265 (should_be_inserted): Return zero also on NULL OWNER.
3266 (breakpoint_program_space_exit): New OWNER comment.
3267 (insert_breakpoint_locations): Extend comment for OWNER.
3268 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
3269 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
3270 New OWNER comment.
3271 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
3272 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
3273 (bpstat_check_location): New assert on OWNER.
3274 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
3275 and B initializations to the code block. New assert on them.
3276 (print_one_breakpoint_location): New OWNER comment.
3277 (watchpoint_locations_match): Assert on OWNER.
3278 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
3279 initializations to the code block. New assert on OWNER.
3280 (set_breakpoint_location_function): New assert on OWNER.
3281 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
3282 (bp_location_compare, update_global_location_list)
3283 (update_global_location_list): New OWNER comment.
3284
5b9a19af
UW
32852010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
3286
3287 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
3288
669211f5
UW
32892010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
3290
3291 * config/nm-linux.h (struct target_ops): Remove forward declaration.
3292 (lin_thread_get_thread_signals): Remove prototype.
3293 (GET_THREAD_SIGNALS): Remove.
3294 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
3295 * linux-thread-db.c (check_thread_signals): Directly call
3296 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
3297
b7a8b4ef
UW
32982010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
3299
3300 * gregset.h (GDB_FPXREGSET_T): Remove.
3301 (gdb_fpxregset_t): Likewise.
3302 (supply_fpxregset): Remove prototype.
3303 (fill_fpxregset): Likewise.
3304 * i386-linux-nat.c (supply_fpxregset): Remove.
3305 (fill_fpxregset): Likewise.
3306 (fetch_fpxregs): Inline supply_fpxregset call.
3307 (store_fpxregs): Inline fill_fpxregset call.
3308
3309 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
3310 * config/i386/nm-linux.h: Remove file.
3311
82892036
MS
33122010-06-09 Michael Snyder <msnyder@vmware.com>
3313
3314 * target.c (update_current_target): Fix spelling error in comment.
3315 (target_mourn_inferior): Fix spelling error in error message.
3316
5ddb52fa
PH
33172010-06-08 Paul Hilfinger <hilfingr@adacore.com>
3318
3319 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
3320 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
3321
0f2caa1b
MS
33222010-06-08 Michael Snyder <msnyder@vmware.com>
3323
3324 * remote.c (remote_close): Set inferior_ptid to null_ptid.
3325
3bebe2f2
JK
33262010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3327
3328 * configure.ac <"${have_libpython}" != no>: New workaround of
3329 python#4434.
3330 * configure: Regenerate.
3331
eaaffdf4
HZ
33322010-06-08 Hui Zhu <teawater@gmail.com>
3333
3334 * record.c (record_wait): Move signal out of replay code.
3335
5c631832
JK
33362010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3337
3338 Fix PR 10640.
3339 * dwarf2-frame.c (no_dwarf_call): New function.
3340 (execute_stack_op): Set CTX->DWARF_CALL.
3341 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
3342 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
3343 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
3344 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
3345 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
3346 (needs_frame_dwarf_call): New function.
3347 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
3348 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
3349 Update the comment. Move variables die, offset and error call to ...
3350 (follow_die_ref): ... a new function.
3351 (dwarf2_fetch_die_location_block): New function.
3352 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
3353
17ea53c3
JK
33542010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3355
3356 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
3357 (dwarf_expr_tls_address): Use per_cu instead of objfile.
3358 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
3359 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
3360 this change.
3361 (struct needs_frame_baton): New field per_cu.
3362 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
3363 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
3364
245040d7
SW
33652010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
3366
3367 * cp-support.c (make_symbol_overload_list_namespace): Only search
3368 static and global blocks.
3369 (make_symbol_overload_list_block): New function.
3370 (make_symbol_overload_list): Separate namespace search from block
3371 search.
3372 (make_symbol_overload_list_qualified): Use
3373 make_symbol_overload_list_block.
3374
4c3376c8
SW
33752010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
3376
3377 * value.h: Created oload_search_type enum.
3378 (find_overload_match): Use oload_search_type enum.
3379 * valops.c (find_overload_match): Support combined member and
3380 non-member search.
3381 * eval.c (evaluate_subexp_standard): Calls to
3382 find_overload_match now use oload_search_type enum.
3383 (oload_method_static): Verify index is a proper value.
3384 * valarith.c (value_user_defined_cpp_op): Search for and handle
3385 both member and non-member operators.
3386 (value_user_defined_cpp_op): New function.
3387 (value_user_defined_op): New function.
3388 (value_x_unop): Use value_user_defined_op.
3389 (value_x_binop): Ditto.
3390 * cp-support.c (make_symbol_overload_list_using): Added block
3391 iteration.
3392 Add check for namespace aliases and imported declarations.
3393
ee55da67
JK
33942010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3395
3396 * breakpoint.h (owner): Extend the comment.
3397
1a2ab13a
JK
33982010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3399
3400 Clear stale specific bp_location from former whole breakpoint.
3401 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
3402 code ...
3403 (free_bp_location): ... here. Rename there the called function to
3404 bpstat_remove_bp_location_callback.
3405 (bpstat_remove_breakpoint_callback): Rename to ...
3406 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
3407 to struct bp_location. Change the called function to
3408 bpstat_remove_bp_location. Create new declaration for the function.
3409 (bpstat_remove_breakpoint): Rename to ...
3410 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
3411 code for the new parameter type.
3412
16d6b4b7
NS
34132010-06-07 Nathan Sidwell <nathan@codesourcery.com>
3414
3415 * README: Make version-agnostic.
3416
7e314c57
JK
34172010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3418
3419 Fix duplicate types for single DIE.
3420 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
3421 set_die_type.
3422 (read_array_type): Remove type initialization. Recheck get_die_type
3423 after initial die_type. Move set_die_type before set_descriptive_type.
3424 (read_set_type): New variable domain_type. Recheck get_die_type after
3425 initial die_type. Move attr initialization later.
3426 (read_tag_pointer_type, read_tag_reference_type): New variable
3427 target_type. Recheck get_die_type after initial die_type.
3428 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
3429 die_type and die_containing_type.
3430 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
3431 Recheck get_die_type after initial die_type.
3432 (read_subrange_type): Recheck get_die_type after initial die_type.
3433 Move set_die_type before set_descriptive_type.
3434 (set_die_type): Extend the function comment. Call complaint if DIE has
3435 some type already set.
3436
2f296114
VP
34372010-06-05 Vladimir Prus <vladimir@codesourcery.com>
3438
3439 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
3440 for current naming of thread groups (iN, not N).
3441
554794dc
SDJ
34422010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
3443
3444 * ada-lang.c (ada_operator_length): Constify `struct expression'.
3445 * parse.c (operator_length): Likewise.
3446 (operator_length_standard): Likewise.
3447 * parser-defs.h (operator_length): Likewise.
3448 (operator_length_standard): Likewise.
3449 (struct exp_descriptor <operator_length>): Likewise.
3450
967cf477
DE
34512010-06-04 Doug Evans <dje@google.com>
3452
bddaacb9 3453 Add support for enabling/disabling individual pretty-printers.
967cf477
DE
3454 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
3455 * python/python-internal.h (gdbpy_enabled_cst): Declare.
3456 * python/python.c (gdbpy_enabled_cst): Define.
3457 (_initialize_python): Initialize gdbpy_enabled_cst.
3458 * NEWS: Add entry.
3459
2dec564e
JK
34602010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3461
3462 * breakpoint.c (update_global_location_list): Fix comment typo.
3463
44b5680a
HZ
34642010-06-04 Hui Zhu <teawater@gmail.com>
3465
3466 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
3467
e7a30f46
DE
34682010-06-03 Doug Evans <dje@google.com>
3469
3470 * configure.ac: Don't fail if python is unusable when
3471 configured with --with-python=auto.
3472 * configure: Regenerate.
3473
84b4420f
SW
34742010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
3475
889bf7c5 3476 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
84b4420f 3477
df178451
PM
34782010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
3479
3480 * valprint.h (get_array_bounds): Change low and high parameter types
3481 to LONGEST *.
0407b3f1 3482 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
df178451
PM
3483 compute bounds.
3484 (val_print_array_elements): Adapt to change above.
3485 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
3486 * p-valprint.c (pascal_val_print): Likewise.
3487
fd5700c7
JK
34882010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3489
3490 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
3491 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
3492 .F08.
3493
f55ee35c
JK
34942010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3495
3496 Support DW_TAG_module as separate namespaces.
3497 * dwarf2read.c (typename_concat): New parameter physname.
3498 (read_module_type): New function and declaration.
3499 (scan_partial_symbols): Scan also DW_TAG_module children.
3500 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
3501 to typename_concat backward compatible physname value 0.
3502 (partial_die_full_name, read_namespace_type): Pass to typename_concat
3503 backward compatible physname value 0.
3504 (add_partial_module, read_module): Remove FIXME comment.
3505 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
3506 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
3507 DIEs under DW_TAG_module.
3508 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
3509 DW_AT_MIPS_linkage_name first, extend it for language_fortran
3510 && physname and return there instead of just setting NAME. Extend
3511 the main block for language_fortran. Pass physname parameter to the
3512 typename_concat call.
3513 (read_import_statement, read_func_scope, get_scope_pc_bounds)
3514 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
3515 (new_symbol): Fill in cplus_specific.demangled_name if it is still
3516 missing from SYMBOL_SET_NAMES in the language_fortran case.
3517 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
3518 variables.
3519 (read_type_die) <DW_TAG_module>: New.
3520 (MAX_SEP_LEN): Increase to 7.
3521 (typename_concat): New parameter physname. New variable lead. Support
3522 also language_fortran.
3523 * f-exp.y (yylex): Consider : also as a symbol name character class.
3524 * f-lang.c: Include cp-support.h.
3525 (f_word_break_characters, f_make_symbol_completion_list): New functions.
3526 (f_language_defn): Use cp_lookup_symbol_nonlocal,
3527 f_word_break_characters and f_make_symbol_completion_list.
3528 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
3529 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
3530 * symtab.c (symbol_init_language_specific): Support language_fortran.
3531 (symbol_find_demangled_name): New comment on language_fortran.
3532 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
3533 for language_fortran.
3534 (lookup_symbol_aux_local): Check imports also for language_fortran.
3535 (default_make_symbol_completion_list): Rename to ...
3536 (default_make_symbol_completion_list_break_on): ... this name. New
3537 parameter break_on, use it.
3538 (default_make_symbol_completion_list): New stub.
3539 * symtab.h (default_make_symbol_completion_list_break_on): New
3540 prototype.
3541
cb91c06a
JB
35422010-06-02 Joel Brobecker <brobecker@adacore.com>
3543
3544 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
3545 to error.
3546
5c315b68
JK
35472010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3548
3549 * dwarf2read.c (typename_concat): Add const to the variable sep.
3550
9eae7c52
TT
35512010-06-02 Tom Tromey <tromey@redhat.com>
3552
3553 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
3554 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
3555 type is const. Add 'def' argument. Add missing operators, remove
3556 unhandled ones.
3557 (decode_locdesc): Update.
3558 (dwarf2_always_disassemble): New global.
3559 (show_dwarf2_always_disassemble): New function.
3560 (_initialize_dwarf2_read): Add always-disassemble.
3561 (dwarf2_per_cu_offset_size): New function.
3562 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
3563 (piece_end_p): New function.
3564 (locexpr_describe_location_piece): Replace 'size' argument with
3565 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
3566 some constants. Remove errors.
3567 (disassemble_dwarf_expression): New function.
3568 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
3569 Add 'offset_size' argument.
3570 (loclist_describe_location): Change output formatting.
3571 * dwarf2expr.h (dwarf_stack_op_name): Declare.
3572
7d3fe98e
SW
35732010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
3574
3575 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
3576 anonymous type case.
3577
e77813c8
PM
35782010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
3579
3580 * dwarf2read.c (read_subrange_type): Handle missing base type
3581 according to Dwarf-2 specifications.
3582
7cf3118a
SDJ
35832010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
3584
3585 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
3586 BINOP_EXCL.
3587 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
3588 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
3589 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
3590 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
3591 UNOP_CHMAX, UNOP_CHMIN.
3592 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
3593 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
3594 UNOP_CHMIN>: Remove opcodes.
3595
ae4d0c03
PM
35962010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
3597
3598 * dwarf2read.c (read_func_scope): Do not complain for
3599 external function if bounds are not found.
3600
fa593d66
PA
36012010-06-01 Pedro Alves <pedro@codesourcery.com>
3602
3603 * NEWS: Mention gdbserver fast tracepoints support.
3604
cd44747c
PM
36052010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
3606
3607 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
3608 New macros.
3609 (windows_set_console_info): New function.
3610 (windows_create_inferior): Call windows_set_console_info
3611 if NEW_CONSOLE is true.
3612 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
3613 (_initialize_loadable): Initialize GetConsoleFontSize and
3614 GetCurrentConsoleFont.
3615
f6528abd
JK
36162010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3617
3618 * Makefile.in (RDYNAMIC): New.
3619 (SFILES): Add proc-service.list.
3620 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
3621 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
3622 * config/arm/linux.mh: Likewise.
3623 * config/i386/linux.mh: Likewise.
3624 * config/i386/linux64.mh: Likewise.
3625 * config/ia64/linux.mh: Likewise.
3626 * config/m32r/linux.mh: Likewise.
3627 * config/m68k/linux.mh: Likewise.
3628 * config/mips/linux.mh: Likewise.
3629 * config/pa/linux.mh: Likewise.
3630 * config/powerpc/linux.mh: Likewise.
3631 * config/powerpc/ppc64-linux.mh: Likewise.
3632 * config/s390/s390.mh: Likewise.
3633 * config/sparc/linux.mh: Likewise.
3634 * config/sparc/linux64.mh: Likewise.
3635 * config/xtensa/linux.mh: Likewise.
3636 * configure.ac: New RDYNAMIC on native host and GCC.
3637 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
3638 * configure: Regenerate.
3639 * proc-service.list: New.
3640
ca2a87a0
JK
36412010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3642
3643 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
3644 CONTENT.
3645
1e225492
JK
36462010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3647
3648 * linux-nat.c (linux_nat_wait_1): Do not call
3649 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
3650 TARGET_WAITKIND_SIGNALLED.
3651
e802dbe0
JB
36522010-05-27 Joel Brobecker <brobecker@adacore.com>
3653
3654 * ada-lang.c (ada_inferior_data): New struct.
3655 (ada_inferior_data): New static global.
3656 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
3657 (ada_get_tsd_type): New functions.
3658 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
3659 to look the tsd type up.
3660 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
3661 event. Set ada_inferior_data.
3662
176a6961
PA
36632010-05-27 Pedro Alves <pedro@codesourcery.com>
3664
3665 * remote.c (unpack_varlen_hex): Remove forward declaration.
3666 (remote_console_output): Make static, and add forward declaration.
3667 * remote.h: Drop FIXME comment.
3668 (unpack_varlen_hex): Declare.
3669 (remote_console_output, remote_cisco_objfile_relocate)
3670 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
3671 Delete declarations.
3672 * tracepoint.c: Include "remote.h".
3673 (unpack_varlen_hex): Delete declaration.
3674
88bfdde4
TT
36752010-05-27 Tom Tromey <tromey@redhat.com>
3676
3677 * dwarf2loc.c (struct piece_closure) <refc>: New field.
3678 (allocate_piece_closure): Initialize refc.
3679 (copy_pieced_value_closure): Use refc.
3680 (free_pieced_value_closure): Likewise.
3681
8c6363cf
TT
36822010-05-27 Tom Tromey <tromey@redhat.com>
3683
3684 * arm-tdep.c (push_stack_item): 'contents' now const.
3685 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
3686 value_contents_writeable. Introduce new temporary.
3687
7ecb917e
TT
36882010-05-27 Tom Tromey <tromey@redhat.com>
3689
3690 * findcmd.c (parse_find_args): Use value_contents, not
3691 value_contents_raw.
3692
f42a0a33
TT
36932010-05-27 Tom Tromey <tromey@redhat.com>
3694
3695 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
3696 const. Use value_contents, not value_contents_writeable.
3697
12b795ad
JB
36982010-05-27 Joel Brobecker <brobecker@adacore.com>
3699
3700 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
3701 by call to value_contents.
3702
5a2e11c7
OS
37032010-05-27 Ozkan Sezer <sezeroz@gmail.com>
3704
3705 * MAINTAINERS: Add myself for write after approval privileges.
3706
ec685c5e
DE
37072010-05-26 Doug Evans <dje@google.com>
3708
0c4a4063
DE
3709 Allow python to find its files if moved from original location.
3710 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
3711 (GDB_AC_WITH_DIR): Call it.
3712 * configure.ac: Define WITH_PYTHON_PATH if we can find the
3713 python installation directory.
3714 * config.in: Regenerate.
3715 * configure: Regenerate.
3716 * defs.h (python_libdir): Declare.
3717 * main.c (python_libdir): Define.
3718 (captured_main): Initialize python_libdir.
3719 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
3720 call Py_SetProgramName to make sure python can find its libraries
3721 and modules.
3722
ec685c5e
DE
3723 * configure.ac: Try to use python's distutils to fetch compilation
3724 parameters.
3725 * configure: Regenerate.
3726 * python/python-config.py: New file.
3727
363a6e9f
OS
37282010-05-26 Ozkan Sezer <sezeroz@gmail.com>
3729
3730 * ser-tcp.c (net_open): Check error return from socket() call by its
3731 equality to -1 not by it being negative.
3732 (net_close): Likewise.
3733
dde08ee1
PA
37342010-05-26 Pedro Alves <pedro@codesourcery.com>
3735
3736 * NEWS: Mention the `qRelocInsn' feature.
3737 * gdbarch.sh (relocate_instruction): New.
3738 * amd64-tdep.c (rip_relative_offset): New.
3739 (append_insns): New.
3740 (amd64_relocate_instruction): New.
3741 (amd64_init_abi): Install it.
3742 * i386-tdep.c (append_insns): New.
3743 (i386_relocate_instruction): New.
3744 (i386_gdbarch_init): Install it.
3745 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
3746 * gdbarch.h, gdbarch.c: Regenerate.
3747
947bb88f
TT
37482010-05-26 Tom Tromey <tromey@redhat.com>
3749
3750 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
3751 (struct dwarf2_loclist_baton) <data>: Likewise.
3752 * dwarf2loc.c (find_location_expression): Constify return type.
3753 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
3754 (dwarf2_loc_desc_needs_frame): Likewise.
3755 (loclist_read_variable): Constify.
3756 (loclist_describe_location): Likewise.
3757 (loclist_tracepoint_var_ref): Likewise.
3758
0d45f56e
TT
37592010-05-25 Tom Tromey <tromey@redhat.com>
3760
3761 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
3762 (dwarf_expr_frame_base_1): Likewise.
3763 (read_pieced_value): Update.
3764 (needs_frame_frame_base): Constify.
3765 (dwarf2_tracepoint_var_loc): Likewise.
3766 (dwarf2_tracepoint_var_access): Likewise.
3767 (locexpr_describe_location_piece): Likewise.
3768 (locexpr_describe_location_1): Likewise.
3769 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
3770 Constify.
3771 (data): Now const.
3772 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
3773 (dwarf_expr_eval, read_uleb128, read_sleb128)
3774 (dwarf2_read_address): Update.
3775 * dwarf2expr.c (dwarf_expr_eval): Constify.
3776 (read_uleb128): Likewise.
3777 (read_sleb128): Likewise.
3778 (dwarf2_read_address): Likewise.
3779 (require_composition): Likewise.
3780 (execute_stack_op): Likewise.
3781 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
3782 "const gdb_byte *".
3783 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
3784 Now const.
3785 (no_get_frame_base): Constify.
3786 (execute_stack_op): Likewise.
3787 (execute_cfa_program): Likewise.
3788 (read_encoded_value): Likewise.
3789
07ca107c
DE
37902010-05-25 Doug Evans <dje@google.com>
3791
e34838f0
DE
3792 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
3793
01f69b38
DE
3794 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
3795 * event-loop.c: ... here.
3796 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
3797 `error' for clarity.
3798 (tui_getc): Pass correct value for `error' parameter to
3799 tui_readline_output.
3800
07ca107c
DE
3801 Add python gdb.GdbError and gdb.string_to_argv.
3802 * NEWS: Document them.
3803 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
3804 the exception is gdb.GdbError. Print a second traceback if there's
3805 an error computing the error message.
3806 (gdbpy_string_to_argv): New function.
3807 * python/py-utils.c (gdbpy_obj_to_string): New function.
3808 (gdbpy_exception_to_string): New function.
3809 * python/python-internal.h (gdbpy_string_to_argv): Declare.
3810 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
3811 (gdbpy_gdberror_exc): Declare.
3812 * python/python.c (gdbpy_gdberror_exc): New global.
3813 (_initialize_python): Initialize gdbpy_gdberror_exc and create
3814 gdb.GdbError.
3815 (GdbMethods): Add string_to_argv.
3816
5572ce1f
PM
38172010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3818
3819 * windows-nat.c (display_selector): Call GetLastError to give better
3820 failure explanation.
3821
acd5838a
PA
38222010-05-24 Pedro Alves <pedro@codesourcery.com>
3823
3824 * config.in: Regenerate.
3825
b26a4dcb
JK
38262010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3827
3828 Code cleanup.
3829 * target.c (push_target): Return only void. Remove the return value
3830 comment.
3831 * target.h (push_target): Return only void.
3832
f434ba03
PA
38332010-05-23 Pedro Alves <pedro@codesourcery.com>
3834
3835 Update gnulib from latest git.
3836 (250b80067c1e1d8faa0c42fb572f721975b929c5)
3837
3838 * gnulib/memcmp.c: Removed.
3839 * gnulib/memchr.valgrind: New.
3840 * gnulib/stddef.in.h: New.
3841 * gnulib/Makefile.am: Updated.
3842 * gnulib/memchr.c: Updated.
3843 * gnulib/memmem.c: Updated.
3844 * gnulib/stdint.in.h: Updated.
3845 * gnulib/str-two-way.h: Updated.
3846 * gnulib/string.in.h: Updated.
3847 * gnulib/wchar.in.h: Updated.
3848
3849 * gnulib/extra/link-warning.h: Removed.
3850 * gnulib/extra/c++defs.h: New.
3851 * gnulib/extra/warn-on-use.h: New.
3852 * gnulib/extra/arg-nonnull.h: Updated.
3853
3854 * gnulib/m4/extensions.m4: Updated.
3855 * gnulib/m4/gnulib-cache.m4: Updated.
3856 * gnulib/m4/gnulib-common.m4: Updated.
3857 * gnulib/m4/gnulib-comp.m4: Updated.
3858 * gnulib/m4/gnulib-tool.m4: Updated.
3859 * gnulib/m4/include_next.m4: Updated.
3860 * gnulib/m4/longlong.m4: Updated.
3861 * gnulib/m4/memchr.m4: Updated.
3862 * gnulib/m4/memmem.m4: Updated.
3863 * gnulib/m4/stdint.m4: Updated.
3864 * gnulib/m4/string_h.m4: Updated.
3865 * gnulib/m4/memcmp.m4: Removed.
3866 * gnulib/m4/onceonly_2_57.m4: Removed.
3867 * gnulib/m4/00gnulib.m4: New.
3868 * gnulib/m4/mmap-anon.m4: New.
3869 * gnulib/m4/multiarch.m4: New.
3870 * gnulib/m4/onceonly.m4: New.
3871 * gnulib/m4/stddef_h.m4: New.
3872 * gnulib/m4/warn-on-use.m4: New.
3873 * gnulib/m4/wchar.m4: Removed.
3874 * gnulib/m4/wchar_h.m4: New.
3875 * gnulib/m4/wchar_t.m4: New.
3876 * gnulib/m4/wint_t.m4: New.
3877
3878 * aclocal.m4: Regenerate.
3879 * config.in: Likewise.
3880 * configure: Likewise.
3881 * gnulib/Makefile.in: Likewise.
3882
d3b1e874
TT
38832010-05-21 Tom Tromey <tromey@redhat.com>
3884
3885 * dwarf2loc.c (extract_bits_primitive): New function.
3886 (extract_bits): Likewise.
3887 (insert_bits): Likewise.
3888 (copy_bitwise): Likewise.
3889 (read_pieced_value): Do all operations in bits.
3890 (write_pieced_value): Likewise.
3891 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
3892 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
3893 Always use xrealloc to resize piece array.
3894 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
3895 <DW_OP_piece>: Update.
3896 <DW_OP_bit_piece>: New case.
3897
cb826367
TT
38982010-05-21 Tom Tromey <tromey@redhat.com>
3899
3900 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
3901 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
3902 * dwarf2expr.h (enum dwarf_value_location)
3903 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
3904 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
3905 (add_piece): Handle empty piece.
3906 (execute_stack_op) <DW_OP_piece>: Handle
3907 DWARF_VALUE_OPTIMIZED_OUT.
3908
74de6778
TT
39092010-05-21 Tom Tromey <tromey@redhat.com>
3910
3911 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
3912 evaluate_subexp, not evaluate_subexp_with_coercion.
3913
f346a30d
PM
39142010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3915
3916 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
3917 attribute.
3918
afd74c5f
TT
39192010-05-21 Tom Tromey <tromey@redhat.com>
3920
3921 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
3922 offset.
3923 (write_pieced_value): Likewise.
3924
90e7c2c5
PM
39252010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3926
3927 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
3928 and DW_TAG_volatile_type.
3929 (new_symbol): Likewise.
3930
8148cf8d
PM
39312010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
3932
3933 * p-valprint.c (pascal_val_print): Call get_array_bounds
3934 to obtain the number of elements in an array.
3935
3a1d4620
DE
39362010-05-19 Doug Evans <dje@google.com>
3937
0bf0f8c4
DE
3938 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
3939
3a1d4620
DE
3940 * python.c (source_python_script): Add comment.
3941 (source_python_script_for_objfile): Remove unnecessary call to
3942 gdbpy_print_stack.
3943
dc21167c
JK
39442010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3945 Sergio Durigan Junior <sergiodj@redhat.com>
3946
3947 Code cleanup.
3948 * parse.c (exp_iterate): Use operator_length wrapper function.
3949
5b4ee69b
MS
39502010-05-18 Michael Snyder <msnyder@vmware.com>
3951
3952 * ada-lang.c: White space.
3953 * ada-typeprint.c: White space.
3954 * ada-valprint.c: White space.
3955 * addrmap.c: White space.
3956 * auxv.c: White space.
3957 * ax-gdb.c: White space.
3958
e17c9e56
HZ
39592010-05-18 Hui Zhu <teawater@gmail.com>
3960
3961 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
3962 for oldfp.
3963 (inferior_call_waitpid): Move make_cleanup out of check.
3964 Check the return of waitpid.
3965 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
3966
a109c7c1
MS
39672010-05-17 Michael Snyder <msnyder@vmware.com>
3968
1c5313c5
MS
3969 * tui/tui.c: White space.
3970 * tui/tui-data.c: White space.
3971 * tui/tui-disasm.c: White space.
3972 * tui/tui-file.c: White space.
3973 * tui/tui-interp.c: White space.
3974 * tui/tui-main.c: White space.
3975 * tui/tui-out.c: White space.
3976 * tui/tui-regs.c: White space.
3977 * tui/tui-source.c: White space.
3978 * tui/tui-stack.c: White space.
3979 * tui/tui-win.c: White space.
3980 * tui/tui-winsource.c: White space.
3981
f4a14ae6
MS
3982 * procfs.c: White space.
3983
d59b6f6c
MS
3984 * python/py-auto-load.c: White space.
3985 * python/py-block.c: White space.
3986 * python/py-breakpoint.c: White space.
3987 * python/py-cmd.c: White space.
3988 * python/py-function.c: White space.
3989 * python/py-lazy-string.c: White space.
3990 * python/py-objfile.c: White space.
3991 * python/py-param.c: White space.
3992 * python/py-prettyprint.c: White space.
3993 * python/py-progspace.c: White space.
3994 * python/py-symtab.c: White space.
3995 * python/python.c: White space.
3996 * python/py-type.c: White space.
3997 * python/py-utils.c: White space.
3998 * python/py-value.c: White space.
3999
102040f0
MS
4000 * mi/mi-cmd-break.c: White space.
4001 * mi/mi-cmd-env.c: White space.
4002 * mi/mi-cmds.c: White space.
4003 * mi/mi-cmd-stack.c: White space.
4004 * mi/mi-cmd-var.c: White space.
4005 * mi/mi-console.c: White space.
4006 * mi/mi-getopt.c: White space.
4007 * mi/mi-interp.c: White space.
4008 * mi/mi-main.c: White space.
4009 * mi/mi-out.c: White space.
4010 * mi/mi-parse.c: White space.
4011
cdb27c12
MS
4012 * cli/cli-cmds.c: White space.
4013 * cli/cli-decode.c: White space.
4014 * cli/cli-dump.c: White space.
4015 * cli/cli-interp.c: White space.
4016 * cli/cli-logging.c: White space.
4017 * cli/cli-script.c: White space.
4018 * cli/cli-setshow.c: White space.
4019
a109c7c1
MS
4020 * valarith.c: White space.
4021 * valops.c: White space.
4022 * valprint.c: White space.
4023 * value.c: White space.
4024 * varobj.c: White space.
4025 * xcoffread.c: White space.
4026 * xml-support.c: White space.
4027 * xml-tdesc.c: White space.
4028
3872d37d
AS
40292010-05-17 Andreas Schwab <schwab@redhat.com>
4030
4031 PR gdb/11092
4032 * c-lang.c (c_printstr): Compute real length of NUL terminated
4033 string at first.
4034
0cce5bd9
JB
40352010-05-17 Joel Brobecker <brobecker@adacore.com>
4036
4037 * parse.c (parse_exp_in_context): When block is not NULL, use
4038 its associated language to parse the expression instead of
4039 the current_language.
4040
5f19d646
JB
40412010-05-17 Joel Brobecker <brobecker@adacore.com>
4042
4043 * jv-lang.c (java_lookup_class): Remove commented out code.
4044 (type_from_class): Likewise.
4045 (java_op_print_tab): Remove commented-out elements.
4046
28c85d6c
JB
40472010-05-17 Joel Brobecker <brobecker@adacore.com>
4048
4049 * ada-lang.c (to_fixed_range_type): The the raw index type as
4050 argument instead of the raw type name. Remove orig_type parameter.
4051 Update calls throughout.
4052 (ada_fixup_array_indexes_type): New function.
4053 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
4054 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
4055 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
4056 Remove name parameter.
4057 (print_array_type): Add call to ada_fixup_array_indexes_type.
4058 Update calls to print_range_type.
4059 (ada_print_type): Update calls to print_range_type.
4060
d09039dd
PM
40612010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
4062
4063 * dwarf2read.c (read_set_type): Set type length if
4064 DW_AT_byte_size attribute is present.
4065
7a081a30
PM
40662010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
4067
4068 * p-valprint.c (pascal_val_print): Handle set type if range limits
4069 are undefined but size is known.
4070
77382aee
PA
40712010-05-17 Pedro Alves <pedro@codesourcery.com>
4072
4073 * procfs.c: Reformat.
4074
433759f7
MS
40752010-05-16 Michael Snyder <msnyder@vmware.com>
4076
5d502164
MS
4077 * target.c: White space.
4078 * target-descriptions.c: White space.
4079 * target-memory.c: White space.
4080 * thread.c: White space.
4081 * top.c: White space.
4082 * tracepoint.c: White space.
4083 * trad-frame.c: White space.
4084 * tramp-frame.c: White space.
4085 * ui-file.c: White space.
4086 * ui-out.c: White space.
4087 * user-regs.c: White space.
4088 * utils.c: White space.
4089
433759f7
MS
4090 * scm-exp.c: White space.
4091 * scm-lang.c: White space.
4092 * scm-valprint.c: White space.
4093 * sentinel-frame.c: White space.
4094 * ser-base.c: White space.
4095 * ser-go32.c: White space.
4096 * serial.c: White space.
4097 * ser-mingw.c: White space.
4098 * ser-pipe.c: White space.
4099 * ser-tcp.c: White space.
4100 * ser-unix.c: White space.
4101 * solib.c: White space.
4102 * solib-darwin.c: White space.
4103 * solib-frv.c: White space.
4104 * solib-irix.c: White space.
4105 * solib-osf.c: White space.
4106 * solib-pa64.c: White space.
4107 * solib-som.c: White space.
4108 * solib-spu.c: White space.
4109 * solib-svr4.c: White space.
4110 * solib-target.c: White space.
4111 * source.c: White space.
4112 * stabsread.c: White space.
4113 * stack.c: White space.
4114 * std-regs.c: White space.
4115 * symfile.c: White space.
4116 * symmisc.c: White space.
4117 * symtab.c: White space.
4118
dd304d53
MS
41192010-05-16 Michael Snyder <msnyder@vmware.com>
4120
4121 * source.c (_initialize_source): Add "rev" as an abbreviation
4122 for the "reverse-search" command.
4123
a744cf53
MS
41242010-05-16 Michael Snyder <msnyder@vmware.com>
4125
123f5f96
MS
4126 * record.c: White space.
4127 * regcache.c: White space.
4128 * reggroups.c: White space.
4129 * remote-fileio.c: White space.
4130 * remote-m32r-sdi.c: White space.
4131 * remote-mips.c: White space.
4132 * remote-sim.c: White space.
a744cf53
MS
4133 * remote.c: White space.
4134 (process_g_packet): Remove orphan braces.
4135
b8d56208
MS
41362010-05-15 Michael Snyder <msnyder@vmware.com>
4137
ad3bbd48
MS
4138 * parse.c: White space.
4139 * p-lang.c: White space.
4140 * posix-hdep.c: White space.
4141 * printcmd.c: White space.
4142 * progspace.c: White space.
4143 * prologue-value.c: White space.
4144 * psymtab.c: White space.
4145 * p-typeprint.c: White space.
4146 * p-valprint.c: White space.
4147
5cc80db3
MS
4148 * objc-lang.c: White space.
4149 * objfiles.c: White space.
4150 * observer.c: White space.
4151 * osabi.c: White space.
4152 * osdata.c: White space.
4153
b8d56208
MS
4154 * m2-lang.c: White space.
4155 * m2-valprint.c: White space.
4156 * macrocmd.c: White space.
4157 * macroexp.c: White space.
4158 * macroscope.c: White space.
4159 * macrotab.c: White space.
4160 * main.c: White space.
4161 * maint.c: White space.
4162 * mdebugread.c: White space.
4163 * memattr.c: White space.
4164 * minsyms.c: White space.
4165 * monitor.c: White space.
4166
9a619af0
MS
41672010-05-14 Michael Snyder <msnyder@vmware.com>
4168
e0881a8e
MS
4169 * jv-lang.c: White space.
4170 * jv-typeprint.c: White space.
4171 * jv-valprint.c: White space.
4172 * language.c: White space.
4173 * libunwind-frame.c: White space.
4174 * linespec.c: White space.
4175 * linux-nat.c: White space.
4176 * linux-record.c: White space.
4177 * linux-thread-db.c: White space.
4178
abbb1732
MS
4179 * infcall.c: White space.
4180 * inf-child.c: White space.
4181 * infcmd.c: White space.
4182 * inferior.c: White space.
4183 * inf-loop.c: White space.
4184 * inflow.c: White space.
4185 * inline-frame.c: White space.
4186 * interps.c: White space.
4187
d8734c88
MS
4188 * gcore.c: White space.
4189 * gdb.c: White space.
4190 * gdbtypes.c: White space.
4191 * gnu-nat.c: White space.
4192 * gnu-v2-abi.c: White space.
4193 * gnu-v3-abi.c: White space.
4194
bb9bcb69
MS
4195 * findcmd.c: White space.
4196 * findvar.c: White space.
4197 * fork-child.c: White space.
4198 * frame-base.c: White space.
4199 * frame.c: White space.
4200 * frame-unwind.c: White space.
4201 * f-valprint.c: White space.
4202
d7f9d729
MS
4203 * elfread.c: White space.
4204 * environ.c: White space.
4205 * eval.c: White space.
4206 * event-loop.c: White space.
4207 * event-top.c: White space.
4208 * exceptions.c: White space.
4209 * exec.c: White space.
4210 * expprint.c: White space.
4211
9a619af0
MS
4212 * dbxread.c: White space.
4213 * dcache.c: White space.
4214 * disasm.c: White space.
4215 * doublest.c: White space.
4216 * dsrec.c: White space.
4217 * dummy-frame.c: White space.
4218 * dwarf2expr.c: White space.
4219 * dwarf2-frame.c: White space.
4220 * dwarf2loc.c: White space.
4221 * dwarf2read.c: White space.
4222
88d4aea7
PM
42232010-05-14 Phil Muldoon <pmuldoon@redhat.com>
4224
889bf7c5 4225 PR python/11482
88d4aea7
PM
4226
4227 * python/py-value.c (valpy_hash): New function.
4228 (value_object_type): Register valpy_hash.
4229
7a298875 42302010-05-14 Hui Zhu <teawater@gmail.com>
0407b3f1 4231 Michael Snyder <msnyder@vmware.com>
7a298875
HZ
4232
4233 * linux-fork.c (gdbthread.h): New include.
4234 (fork_info): Add parent_ptid.
4235 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
4236 functions.
4237 (delete_checkpoint_command): Call inferior_call_waitpid.
4238 (checkpoint_command): Set parent_ptid.
4239
c14feecc
MS
42402010-05-13 Michael Snyder <msnyder@vmware.com>
4241
6595d32b
MS
4242 * dictionary.c: Re-indent to GNU coding standard.
4243
c5504eaf
MS
4244 * charset.c: White space.
4245 * c-lang.c: White space.
4246 * cli-out.c: White space.
4247 * coffread.c: White space.
4248 * complaints.c: White space.
4249 * completer.c: White space.
4250 * corefile.c: White space.
4251 * corelow.c: White space.
4252 * cp-abi.c: White space.
4253 * cp-namespace.c: White space.
4254 * cp-support.c: White space.
4255 * cp-valprint.c: White space.
4256 * c-typeprint.c: White space.
4257 * c-valprint.c: White space.
cc59ec59
MS
4258 * blockframe.c: White space.
4259 * breakpoint.c: White space.
4260 * buildsym.c: White space.
4261 * blockframe.c: White space.
b6de9da4 4262 * bcache.c: White space.
05c547f6
MS
4263 * gdbarch.sh: White space, add blank lines.
4264 * arch-utils.c: Ditto.
4265 * gdbarch.c: Regenerate.
1c4d3f96 4266 * frame.c: White space, add blank lines.
f89b749f
MS
4267 * stack.c: White space, add blank lines.
4268 (initialize_stack): Remove long-dead code.
c14feecc 4269
a2d33775
JK
42702010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4271
4272 Code cleanup.
4273 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
4274 (locexpr_read_variable, loclist_read_variable): Update the callers.
4275
33ac96f0
JK
42762010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4277
4278 Code cleanup.
4279 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
4280 Remove check of NULL returned by tag_type_to_type.
4281 (die_containing_type): Remove variable type. Remove type_die variable
4282 initialization. Remove check of NULL returned by tag_type_to_type.
4283
f5a010c0
PM
42842010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
4285
4286 PR exp/11530.
4287 * gdbtypes.c (lookup_struct_elt_type): Also lookup
4288 names of unnamed structures or unions.
4289
bf701c2c
PM
42902010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
4291
4292 * procfs.c (proc_watchpoint_address): New function.
0407b3f1 4293 (procfs_stopped_by_watchpoint): Remove useless check after
bf701c2c
PM
4294 find_procinfo_or_die call.
4295 (procfs_stopped_data_address): New function.
4296 (procfs_use_watchpoints): Register new watchpoint related function.
4297
d02691ef
TT
42982010-05-11 Tom Tromey <tromey@redhat.com>
4299
4300 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
4301
e0627e85
MS
43022010-05-10 Michael Snyder <msnyder@vmware.com>
4303
4304 * utils.c: White space cleanup.
4305
cc73bb8c
TT
43062010-05-10 Tom Tromey <tromey@redhat.com>
4307
4308 * eval.c (ptrmath_type_p): Add 'lang' argument.
4309 (evaluate_subexp_standard): Update.
4310 (evaluate_subexp_with_coercion): Update.
4311 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
4312
c02866a0
MS
43132010-05-10 Michael Snyder <msnyder@vmware.com>
4314
4315 * utils.c (do_fclose_cleanup) Restore local variable.
4316
06280d23
DE
43172010-05-09 Doug Evans <dje@google.com>
4318
4319 * record.c (init_record_core_ops): Rename record_core to record-core.
4320
fa07e785
JB
43212010-05-08 Joel Brobecker <brobecker@adacore.com>
4322
4323 Implement task switching on pa-hpux.
4324 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
4325 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
4326
4c680d1d
PM
43272010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
4328
4329 * valops.c (find_overload_match): Add missing i18n markup.
4330
28e176a6
PM
43312010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
4332
4333 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
4334
48cb83fd
JK
43352010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4336
4337 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
4338 list for the obconcat call.
4339 * mdebugread.c (parse_symbol): Likewise.
4340 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
4341 Likewise.
4342 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
4343 New variable ap. Remove variables len and val.
4344 * symfile.h (obconcat): Likewise for the prototype.
4345
f92adf3c
MS
43462010-05-07 Michael Snyder <msnyder@vmware.com>
4347
4348 * python/python.c (execute_gdb_command): Remove unused variables.
4349 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
0407b3f1 4350 * python/py-breakpoint.c (gdbpy_breakpoint_created):
f92adf3c
MS
4351 Remove unused variable.
4352 * python/py-cmd.c (cmdpy_function): Remove unused variable.
4353 (cmdpy_completer): Remove unused variable.
4354 * python/py-frame.c (frapy_find_sal): Remove unused variable.
4355 * python/py-function.c (fnpy_call): Remove unused variable.
4356 * python/py-objfile.c (objfile_to_objfile_object):
4357 Remove unused variable.
4358 * python/py-param.c (parmpy_init): Remove unused variable.
0407b3f1 4359 * python/py-prettyprint.c (apply_varobj_pretty_printer):
f92adf3c
MS
4360 Remove unused variable.
4361 (gdbpy_default_visualizer): Remove unused variable.
4362 * python/py-progspace.c (pspace_to_pspace_object):
4363 Remove unused variable.
0407b3f1 4364 * python/py-symtab.c (symtab_and_line_to_sal_object):
f92adf3c 4365 Remove unused variable.
0407b3f1 4366 * python/py-type.c (typy_template_argument):
f92adf3c
MS
4367 Remove unused variable.
4368 * python/py-value.c (valpy_string): Remove unused variable.
4369 (convert_value_from_python): Remove unused variables.
4370
d160942f
MS
43712010-05-07 Michael Snyder <msnyder@vmware.com>
4372
4373 * valops.c (value_cast_pointers): Restore unused variable 'type1',
4374 and use it to compute variable 't1'.
4375
587542ab
JB
43762010-05-07 Joel Brobecker <brobecker@adacore.com>
4377
4378 * ada-lang.c (assign_aggregate): Remove unused variable.
4379
7322dca9
SW
43802010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
4381
4382 PR C++/7943:
4383 * valops.c (find_overload_match): Handle fsym == NULL case.
4384 Add int no_adl argument.
4385 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
4386 when appropriate.
4387 Add int no_adl argument.
4388 (find_oload_champ_namespace): Add int no_adl argument.
4389 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
4390 expression.
4391 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
4392 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
4393 Evaluate arguments and use them to perform ADL lookup.
4394 Pass no_adl argument to find_overload_match.
4395 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
4396 * cp-support.h: Added prototype for
4397 make_symbol_overload_list_namespace.
4398 * cp-support.c (make_symbol_overload_list_namespace): New function.
4399 (make_symbol_overload_list_adl_namespace): New function.
4400 (make_symbol_overload_list_adl): New function.
4401 (make_symbol_overload_list_using): Moved code to add function to
4402 overload set to make_symbol_overload_list_namespace.
4403 * c-exp.y: create UNKNOWN_CPP_NAME token.
4404 Add parse rule for ADL functions.
4405 (classify_name): Recognize an UNKNOWN_CPP_NAME.
4406
3f1f6884
JK
44072010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4408
4409 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
4410 sentinel.
4411
3caf13b4
JB
44122010-05-07 Joel Brobecker <brobecker@adacore.com>
4413
4414 Implement task switching on solaris targets.
4415 * sol-thread.c (thread_db_find_thread_from_tid)
4416 (sol_get_ada_task_ptid): New functions.
4417 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
4418
94b0dee1
PA
44192010-05-07 Pedro Alves <pedro@codesourcery.com>
4420
4421 * remote.c (remote_query_supported_append): Use reconcat.
4422 (remote_query_supported): Install a cleanup. Use reconcat.
4423
1408c251
PA
44242010-05-07 Pedro Alves <pedro@codesourcery.com>
4425
4426 * gdbarch.sh (qsupported): Delete.
4427 * gdbarch.h, gdbarch.c: Regenerate.
4428 * remote.c (remote_query_supported): Remove use of
4429 gdbarch_qsupported.
4430
f8e50cfe
SDJ
44312010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
4432
4433 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
4434 function.
4435
8ea13695
MS
44362010-05-06 Michael Snyder <msnyder@vmware.com>
4437
c6913b7d
MS
4438 * xml-support.c (xinclude_start_include): Delete unused variable.
4439 (xml_process_xincludes): Delete unused variable.
4440 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
4441 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
4442 (tdesc_find_arch_register): Delete unused variable.
4443 (tdesc_use_registers): Delete unused variable.
4444 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
4445 * inferior.c (print_inferior): Delete unused variable.
4446 * record.c (record_open_1): Delete unused variable.
4447 (record_restore): Delete unused variable.
4448 (cmd_record_save): Delete unused variable.
4449 * gcore.c (derive_heap_segment): Delete unused variable.
4450 (objfile_find_memory_regions): Use unused variable.
4451 * jit.c (jit_inferior_init): Delete unused variable.
4452 * progspace.c (clone_program_space): Delete unused variable.
4453 (pspace_empty_p): Delete unused variable.
0407b3f1
AS
4454
4455 * frame-unwind.c (frame_unwind_find_by_frame):
1c5465ac
MS
4456 Delete unused variable.
4457 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
4458 * cp-support.c (mangled_name_to_comp): Delete unused variable.
4459 (method_name_from_physname): Delete unused variable.
4460 (cp_func_name): Delete unused variable.
4461 (cp_validate_operator): Delete unused variable.
0407b3f1 4462 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
1c5465ac 4463 Delete unused variable.
0407b3f1 4464 * trad-frame.c (trad_frame_get_prev_register):
1c5465ac
MS
4465 Delete unused variable.
4466 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
4467
1be757cf
MS
4468 * serial.c (serial_for_fd): Delete unused variable.
4469 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
4470 * top.c (execute_command): Delete unused variable.
4471 (init_main): Delete unused variable.
4472 * utils.c (do_fclose_cleanup): Delete unused variable.
4473 (do_all_inferior_continuations): Delete unused variable.
4474 (initialize_utils): Delete unused variable.
4475 (internal_problem_mode): Delete unused global.
4476 * frame.c (get_prev_frame): Delete unused global.
4477 (get_frame_locals_address): Delete unused global.
4478 (get_frame_args_address): Delete unused global.
4479
9216103f
MS
4480 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
4481 (pascal_type_print_varspec_prefix): Delete unused variable.
4482 * f-typeprint.c (f_type_print_base): Delete unused variable.
4483 (f_type_print_varspec_suffix): Delete unused variable.
4484 * m2-typeprint.c (m2_print_type): Delete unused variable.
4485 (m2_long_set): Delete unused variable.
4486 * ada-valprint.c (ada_val_print_1): Delete unused variable.
4487 * d-valprint.c (dynamic_array_type): Delete unused variable.
0407b3f1 4488 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
9216103f
MS
4489 Delete unused variable.
4490 (f77_create_arrayprint_offset_tbl): Delete unused variable.
4491 * m2-valprint.c (m2_val_print): Delete unused variable.
4492
34fa1d9d
MS
4493 * ui-out.c (ui_out_field_int): Delete unused variable.
4494 (ui_out_field_fmt_int): Delete unused variable.
4495 * varobj.c (varobj_list_children): Delete unused variable.
4496 (varobj_set_value): Delete unused variable.
4497 (install_new_value_visualizer): Delete unused variable.
4498 (varobj_set_visualizer): Delete unused variable.
4499 (varobj_update): Delete unused variable.
4500 (varobj_editable_p): Delete unused variable.
4501 (c_value_of_root): Delete unused variable.
4502 (cplus_describe_child): Delete unused variable.
4503
b5385fc0
MS
4504 * ada-lang.c (add_defn_to_vec): Delete unused variable.
4505 (decode_constrained_packed_array_type): Delete unused variable.
4506 (add_defn_to_vec): Delete unused variable.
4507 (symbol_completion_match): Delete unused variable.
4508 (value_tag_from_contents_and_address): Delete unused variable.
4509 (ada_evaluate_subexp): Delete unused variable.
4510 * c-lang.c (classify_type): Delete unused variable.
4511 * f-lang.c (f_printstr): Delete unused variable.
4512 * objc-lang.c (objc_printstr): Delete unused variable.
4513 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
4514 * jv-lang.c (type_from_class): ifdef unused variable.
4515 (java_class_name_from_physname): Delete unused variable.
4516 * m2-lang.c (m2_printstr): Delete unused variable.
4517
4fc06681
MS
4518 * objfiles.c (objfile_relocate): Delete unused variable.
4519 * maint.c (_initialize_maint_cmds): Delete unused variable.
4520 * demangle.c (_initialize_demangler): Delete unused variable.
4521 * corefile.c (reopen_exec_file): Delete unused variable.
4522 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
4523 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
4524
6b4398f7
MS
4525 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
4526 * memattr.c (mem_delete): Delete unused variable.
4527 (invalidate_target_mem_regions): Delete unused variable.
4528 * mem-break.c (default_memory_insert_breakpoint):
4529 Delete unused variable.
4530 * target.c (target_get_osdata): Delete unused variable.
4531 * parse.c (length_of_subexp): Delete unused variable.
4532 (prefixify_subexp): Delete unused variable.
4533 (exp_iterate): Delete unused variable.
4534 * reverse.c (delete_bookmark_command): Delete unused variable.
4535
308d96ed
MS
4536 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
4537 * macroexp.c (gather_arguments): Delete unused variable.
4538 (substitute_args): Delete unused variable.
4539 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
4540 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
4541 (_initialize_gdbarch): Delete unused variable.
4542 * gdbarch.c, gdbarch.h: Regenerate.
0407b3f1 4543 * arch-utils.c (initialize_current_architecture):
308d96ed
MS
4544 Delete unused variable.
4545 (_initialize_gdbarch_utils): Delete unused variable.
4546 * gdbtypes.c (make_cv_type): Delete unused variable.
4547 (make_type_with_address_space): Delete unused variable.
4548
167e4384
MS
4549 * linespec.c (decode_compound): Delete unused variable.
4550 * dictionary.c (iterator_next_hashed): Delete unused variable.
4551 * infcall.c (call_function_by_hand): Delete unused variable.
4552 * infcmd.c (step_1): Delete unused variable.
4553 (registers_info): Delete unused variable.
4554 (attach_command): Delete unused variable.
4555 * infrun.c (follow_exec): Delete unused variable.
4556 (handle_step_into_function_backwards): Delete unused variable.
4557 (_initialize_infrun): Delete unused variable.
4558 * stack.c (parse_frame_specification_1): Delete unused variable.
4559 (frame_info): Delete unused variable.
4560 (backtrace_command_1): Delete unused variable.
4561 (catch_info): Delete unused variable.
4562
8f78b329
MS
4563 * eval.c (evaluate_subexp_standard): Delete unused variable.
4564 * valops.c (value_cast_pointers): Delete unused variable.
4565 (value_dynamic_cast): Delete unused variable.
4566 (value_array): Delete unused variable.
4567 (find_overload_match): Delete unused variable.
4568 * valarith.c (value_subscript): Delete unused variable.
4569 (value_binop): Delete unused variable.
4570 * valprint.c (_initialize_valprint): Delete unused variable.
4571 * printcmd.c (print_command_1): Delete unused variable.
4572 (address_info): Delete unused variable.
4573 (printf_command): Delete unused variable.
4574
8ea13695
MS
4575 * auxv.c (target_auxv_search): Delete unused variable.
4576 * blockframe.c (get_frame_block): Delete unused variable.
4577 * regcache.c (regcache_cpy): Delete unused variable.
4578 (regcache_cpy_no_passthrough): Delete unused variable.
4579 * charset.c (wchar_iterate): Delete unused variable.
4580 (find_charset_names): Delete unused variable.
4581 (_initialize_charset): Delete unused variable.
0407b3f1 4582 * disasm.c (do_mixed_source_and_assembly):
8ea13695 4583 Delete unused variable.
0407b3f1 4584 * source.c (set_default_source_symtab_and_line):
8ea13695
MS
4585 Delete unused variable.
4586 (set_substitute_path_command): Delete unused variable.
4587 * value.c (preserve_values): Delete unused variable.
4588 (value_from_double): Delete unused variable.
4589
afe38095
MS
45902010-05-05 Michael Snyder <msnyder@vmware.com>
4591
952a6d41
MS
4592 * psymtab.c (lookup_partial_symbol): Delete unused variable.
4593 (find_last_source_symtab_from_partial): Delete unused variable.
4594 * symfile.c (place_section): Delete unused variable.
4595 (default_symfile_offsets): Delete unused variable.
4596 (get_debug_link_info): Delete unused variable.
4597 (find_separate_debug_file_by_debuglink): Delete unused variable.
4598 (add_symbol_file_command): Delete unused variable.
4599 (symfile_find_segment_sections): Delete unused variable.
4600 * symmisc.c (free_symtab): Delete unused variable.
4601 (dump_symtab_1): Delete unused variable.
4602 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
4603 (find_pc_sect_symtab): Delete unused variable.
4604 (skip_prologue_using_lineinfo): Delete unused variable.
4605 (sources_info): Delete unused variable.
4606 (completion_list_add_name): Delete unused variable.
4607 (expand_line_sal): Delete unused variable.
4608
0407b3f1 4609 * breakpoint.c (validate_commands_for_breakpoint):
afe38095
MS
4610 Delete unused variables.
4611 (insert_catchpoint): Delete unused variable.
4612 (update_watchpoint): Delete unused variable.
4613 (insert_bp_location): Delete unused variable.
4614 (insert_breakpoint_locations): Delete unused variable.
4615 (remove_breakpoint_1): Delete unused variable.
4616 (software_breakpoint_inserted_here_p): Delete unused variable.
4617 (watchpoints_triggered): Delete unused variable.
4618 (bpstat_check_watchpoint): Delete unused variable.
4619 (bpstat_stop_status): Delete unused variable.
4620 (print_one_breakpoint_location): Delete unused variable.
4621 (allocate_bp_location): Delete unused variable.
4622 (create_breakpoint): Delete unused variable.
4623 (watch_command_1): Delete unused variable.
4624 (catch_exception_command_1): Delete unused variable.
4625 (catch_ada_exception_command): Delete unused variable.
4626 (delete_breakpoint): Delete unused variable.
4627 (breakpoint_re_set_one): Delete unused variable.
4628 (do_enable_breakpoint): Delete unused variable.
4629
eda5a4d7
PA
46302010-05-06 Pedro Alves <pedro@codesourcery.com>
4631
4632 * amd64-tdep.c: Include disasm.h.
4633 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
4634 (amd64_insn_length): Moved to disasm.c and renamed.
4635 (fixup_riprel): Adjust.
4636 * disasm.c (do_ui_file_delete): New.
4637 (gdb_insn_length): New.
4638 (gdb_buffered_insn_length_fprintf)
4639 (gdb_buffered_insn_length_init_dis)
4640 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
4641 renamed.
4642 * disasm.h (gdb_insn_length): Declare.
4643 (gdb_buffered_insn_length): Declare.
4644
02357a4a
PA
46452010-05-06 Pedro Alves <pedro@codesourcery.com>
4646
4647 * remote.c (clear_threads_parsing_context): New.
4648 (remote_threads_info): Delete unused null_cleanup. Install a
4649 cleanup to clear the threads_parsing_context in case parsing
4650 throws.
4651
8c5630cb
MS
46522010-05-05 Michael Snyder <msnyder@vmware.com>
4653
4654 * c-exp.y (parse_string_or_char): Delete unused variable.
4655 (c_lex): Delete unused variable.
4656 * cp-name-parser.y (cpname_lex): Delete unused variable.
4657 * ada-exp.y (find_primitive_type): Delete unused variable.
4658 (write_var_or_type): Delete unused variable.
4659 * jv-exp.y (java_parse): Delete unused variable.
4660 (push_expression_name): Delete unused variable.
4661 * p-exp.y (pascal_lex): Delete unused variable.
4662
46c162d4
PA
46632010-05-05 Pedro Alves <pedro@codesourcery.com>
4664
4665 * remote.c (remote_threads_info): Really revert previous previous
4666 change.
4667
0043e6a5
MS
46682010-05-05 Michael Snyder <msnyder@vmware.com>
4669
fa238c03
MS
4670 * elfread.c (elf_symtab_read): Delete unused variable.
4671 (find_separate_debug_file_by_buildid): Delete unused variables.
4672 (elf_symfile_read): Delete unused variable.
4673
4674 * coffread.c (coff_symfile_read): Delete unused variables.
4675
4676 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
4677 (read_pe_exported_syms): Delete unused variable.
4678
4679 * stabsread.c (define_symbol): Delete unused variable.
4680
4681 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
4682 (process_psymtab_comp_unit): Delete unused variable.
4683 (dwarf2_build_psymtabs_hard): Delete unused variable.
4684 (load_partial_comp_unit): Delete unused variable.
4685 (create_all_comp_units): Delete unused variable.
4686 (scan_partial_symbols): Delete unused variable.
4687 (add_partial_symbol): Delete unused variable.
4688 (add_partial_namespace): Delete unused variable.
4689 (add_partial_enumeration): Delete unused variable.
4690 (load_full_comp_unit): Delete unused variable.
4691 (process_full_comp_unit): Delete unused variable.
4692 (read_file_scope): Delete unused variable.
4693 (read_type_unit_scope): Delete unused variable.
4694 (process_structure_scope): Delete unused variable.
4695 (process_enumeration_scope): Delete unused variable.
4696 (read_tag_ptr_to_member_type): Delete unused variable.
4697 (read_typedef): Delete unused variable.
4698 (read_partial_die): Delete unused variable.
4699 (decode_locdesc): Delete unused variable.
4700 (zeroed_partial_die): Delete unused global variable.
4701
0407b3f1 4702 * tui/tui-interp.c (_initialize_tui_interp):
0043e6a5 4703 Delete unused variable.
0407b3f1 4704 * tui/tui-regs.c tui_display_registers_from):
0043e6a5
MS
4705 Delete unused variable.
4706 (tui_check_register_values): Delete unused variable.
4707 (tui_register_format): Delete unused variable.
4708 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
0407b3f1 4709 * tui/tui-windata.c (tui_display_data_from_line):
0043e6a5
MS
4710 Delete unused variables.
4711 (tui_vertical_data_scroll): Delete unused variables.
4712
75721c66
MS
47132010-05-05 Michael Snyder <msnyder@vmware.com>
4714
c31a71f4
MS
4715 * remote.c (remote_threads_info): Revert questionable part of
4716 the previous change.
4717
47182010-05-05 Michael Snyder <msnyder@vmware.com>
4719
4720 * mi/mi-out.c (mi_table_begin): Delete unused variable.
4721 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
4722 (mi_cmd_var_list_children): Delete unused variable.
4723 (varobj_update_one): Delete unused variable.
4724 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
0407b3f1 4725 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
c31a71f4
MS
4726 Delete unused variable.
4727 (mi_cmd_stack_list_variables): Delete unused variable.
4728 (list_args_or_locals): Delete unused variable.
0407b3f1 4729 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
c31a71f4
MS
4730 Delete unused variables.
4731 (mi_cmd_file_list_exec_source_files): Delete unused variable.
0407b3f1 4732 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
c31a71f4
MS
4733 Delete unused variable.
4734 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
4735 (mi_cmd_interpreter_exec): Delete unused variable.
4736 (mi_on_normal_stop): Delete unused variable.
4737 * mi/mi-main.c (run_one_inferior): Delete unused variable.
4738 (print_one_inferior): Delete unused variables.
4739 (mi_execute_command): Delete unused variable.
4740 (mi_cmd_execute): Delete unused variable.
4741 (timestamp): Delete unused variable.
4742
4743 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
d36fc00b 4744 (restore_binary_file): Delete unused variable.
c31a71f4
MS
4745 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
4746 * cli/cli-script.c (define_command): Delete unused variables.
d36fc00b
MS
4747 (recurse_read_control_structure): Delete unused variable.
4748 (script_from_file): Delete unused variable.
c31a71f4 4749 * cli/cli-cmds.c (complete_command): Delete unused variable.
d36fc00b
MS
4750 (disassemble_command): Delete unused variable.
4751
4752 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
0407b3f1 4753 * tracepoint.c (delete_trace_variable_command):
d36fc00b
MS
4754 Delete unused variables.
4755 (encode_actions_1): Delete unused variables.
4756 (start_tracing): Delete unused variable.
4757 (trace_status_mi): Delete unused variable.
4758 (tfind_1): Delete unused variable.
4759 (trace_find_pc_command): Delete unused variable.
4760 (trace_find_line_command): Delete unused variables.
4761 (trace_find_range_command): Delete unused variables.
4762 (trace_find_outside_command): Delete unused variables.
4763 (parse_tracepoint_definition): Delete unused variables.
4764 (tfile_fetch_registers): Delete unused variable.
4765
9128a503
MS
4766 * dcache.c (dcache_init): Delete unused variable.
4767 (dcache_info): Delete unused variable.
4768
aa369b55 4769 * remote.c (remote_threads_info): Delete unused variable.
9128a503 4770 (process_stop_reply) :Delete unused variable.
aa369b55
MS
4771 (remote_get_trace_status): Delete unused variables.
4772
9e9547e4
MS
4773 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
4774 (thread_from_lwp): Delete unused variable.
4775 (enable_thread_event_reporting): Delete unused variable.
4776 (check_for_thread_db): Delete unused variables.
4777 (thread_db_find_new_threads_2): Delete unused variable.
0407b3f1 4778
9e9547e4
MS
4779 * linux-fork.c (info_checkpoints_command): Delete unused variables.
4780 (checkpoint_command): Delete unused variable.
4781 (linux_fork_context): Delete unused variables.
4782
fa238c03 4783 * linux-nat.c (linux_parent_pid): Delete unused global variable.
75083f7e
MS
4784 (linux_tracefork_child): Delete unused variable.
4785 (linux_child_follow_fork): Delete unused variable.
4786 (linux_nat_detach): Delete unused variable.
4787 (linux_handle_extended_wait): Delete unused variable.
4788 (linux_nat_has_pending_sigint): Delete unused variable.
4789 (linux_nat_find_memory_regions): Delete unused variable.
4790 (linux_nat_make_corefile_notes): Delete unused variables.
4791 (linux_nat_info_proc_cmd): Delete unused variable.
4792 (linux_proc_pending_signals): Delete unused variable.
4793 (linux_nat_stop_lwp): Delete unused variables.
4794 (_initialize_linux_nat): Delete unused variable.
4795
fa238c03 4796 * ser-pipe.c (pipe_ops): Delete unused global variable.
2d148b94 4797
0407b3f1 4798 * linux-record.c (record_linux_system_call):
e0f069a3
MS
4799 Delete unused variables.
4800
789d24f0
MS
4801 * corelow.c (core_xfer_partial): Delete unused variables.
4802
1cd337a5 4803 * solib-svr4.c (find_program_interpreter): Delete unused variable.
0407b3f1 4804 (svr4_solib_create_inferior_hook): Add ifdef around
1cd337a5
MS
4805 conditionally-used variable declarations.
4806
b00e3f56
MS
4807 * solib.c (solib_find): Delete unused variable.
4808 (free_so_symbols): Delete unused variable.
4809 (info_sharedlibrary_command): Delete unused variable.
4810 (reload_shared_libraries_1): Delete unused variable.
4811 (_initialize_solib): Delete unused variable.
4812
90f62196
MS
4813 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
4814 (i386_collect_xstateregset): Delete unused variable.
4815 * i387-tdep.c (i387_print_float_info): Delete unused variable.
4816
75721c66
MS
4817 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
4818 Delete unused variable 'type'.
4819
af33db37
JB
48202010-05-05 Joel Brobecker <brobecker@adacore.com>
4821
90f62196 4822 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
63db82b2
JB
4823 ada-lang.c: Remove comment mentioning these macros.
4824 * m2-exp.y: Delete commented out code.
af33db37 4825
0497f5b0
JB
48262010-05-05 Joel Brobecker <brobecker@adacore.com>
4827
4828 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
4829 for array types.
4830 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
4831
6e39997a
PM
48322010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
4833
4834 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
0407b3f1 4835 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
6e39997a
PM
4836 ATTRIBUTE_UNUSED.
4837 (cleanup_kernel_helper_return): Likewise.
4838 * arm-tdep.c (copy_unmodified): Likewise.
4839 (copy_preload): Likewise.
4840 (copy_copro_load_store): Likewise.
4841 (cleanup_branch): Likewise.
4842 (copy_b_bl_blx): Likewise.
4843 (copy_bx_blx_reg): Likewise.
4844 (copy_alu_imm): Likewise.
4845 (copy_alu_reg): Likewise.
4846 (copy_alu_shifted_reg): Likewise.
4847 (cleanup_load): Likewise.
4848 (cleanup_store): Likewise.
4849 (cleanup_block_load_pc): Likewise.
4850 (cleanup_svc): Likewise.
4851 (copy_undef): Likewise.
4852 (copy_unpred): Likewise.
4853 * remote.c (register_remote_support_xml): Likewise.
4854
1412f70b
HZ
48552010-05-05 Hui Zhu <teawater@gmail.com>
4856
4857 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
4858
c4f7c687
MK
48592010-05-04 Mark Kettenis <kettenis@gnu.org>
4860
4861 * remote.c (register_remote_support_xml)
4862 (remote_query_supported_append, remote_query_supported): Add cast
4863 to NULL used as sentinel.
4864 * tracepoint.c (tvariables_info_1): Likewise.
4865 * utils.c (add_internal_problem_command): Likewise.
4866
63b4f126
MGD
48672010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4868
4869 * dwarf2loc.c (read_pieced_value, write_pieced_value,
4870 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
4871 registers gracefully.
4872
2f1bdd26
MGD
48732010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4874
0407b3f1 4875 * exec.c (print_section_info): Display entry point without arch
2f1bdd26
MGD
4876 specific parts.
4877
e1c34c5d
PM
48782010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
4879
4880 PR exp/11349.
4881 * printcmd.c (x_command): Only dereference once implicitly for
4882 TYPE_CODE_REF.
4883
ae462839
DE
48842010-05-03 Doug Evans <dje@google.com>
4885
4886 * event-loop.c (gdb_timer): Delete unused global.
4887 (create_timer): Update.
4888
1ac77ea1
JK
48892010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4890
4891 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
4892 CURRENT->DECLARATION case.
4893 * cp-support.h (struct using_direct): Provide extended comment.
4894
7c54a108
MK
48952010-05-03 Mark Kettenis <kettenis@gnu.org>
4896
4897 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
4898 HPPABSD_SIZEOF_GREGS.
4899 (HPPAOBSD_SIZEOF_FPREGS): New define.
4900 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
4901 (hppaobsd_supply_fpregset): New function.
4902 (hppaobsd_gregset): Renamed from hppabsd_gregset.
4903 (hppaobsd_fpregset): New variable.
4904 (hppaobsd_regset_from_core_section): Handle floating-point registers.
4905 (_initialize_hppabsd_tdep): Remove spurious blank line.
4906
278582cb
PM
49072010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
4908
4909 PR pascal/11349.
4910 * p-valprint.c (pascal_value_print): Always dereference a value with
4911 type code TYPE_CODE_REF.
0407b3f1 4912
f0223081
PA
49132010-05-03 Pedro Alves <pedro@codesourcery.com>
4914
4915 * remote.c (remote_notice_signals): New.
4916 (remote_start_remote): In non-stop mode, update the remote end on
4917 which signals it can silently pass.
4918 (init_remote_ops): Install remote_notice_signals.
4919
c25c4a8b
JK
49202010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4921
4922 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
4923 * command.h (error_no_arg): ... here. Remove NORETURN, change
4924 ATTR_NORETURN to ATTRIBUTE_NORETURN.
4925 * defs.h (NORETURN, ATTR_NORETURN): Remove.
4926 (perror_with_name, verror, error, error_stream, vfatal, fatal)
4927 (internal_verror, internal_error, nomem): Remove NORETURN, change
4928 ATTR_NORETURN to ATTRIBUTE_NORETURN.
4929 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
4930 (throw_vfatal, throw_error): Remove NORETURN.
4931 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
4932 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
4933 (throw_error, deprecated_throw_reason): Remove NORETURN, change
4934 ATTR_NORETURN to ATTRIBUTE_NORETURN.
4935 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
4936 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
4937 NORETURN.
4938 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
4939 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
4940 ATTRIBUTE_NORETURN.
4941 * target.c (tcomplain): Likewise.
4942 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
4943 ATTRIBUTE_NORETURN.
4944 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
4945 (internal_error, perror_with_name, nomem): Remove NORETURN.
4946 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
4947 ATTRIBUTE_NORETURN.
4948
a0b31db1
JK
49492010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4950
4951 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4952 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
4953 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
4954 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4955 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
4956 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4957 * complaints.h (complaint, internal_complaint): Likewise.
4958 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
4959 (ATTR_FORMAT): Remove.
4960 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
4961 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
4962 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
4963 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
4964 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
4965 (internal_error, internal_vwarning, internal_warning, warning)
4966 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4967 * disasm.c (fprintf_disasm): Likewise.
4968 * exceptions.c (throw_it): Likewise.
4969 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
4970 (throw_error): Likewise.
4971 * language.h (type_error, range_error): Likewise.
4972 * linespec.c (cplusplus_error): Likewise.
4973 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
4974 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
4975 * monitor.c (monitor_debug): Likewise.
4976 * parser-defs.h (parser_fprintf): Likewise.
4977 * serial.h (serial_printf): Likewise.
4978 * tui/tui-hooks.c (tui_query_hook): Likewise.
4979 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
4980 (uo_message): Likewise.
4981 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
4982 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
4983 Likewise.
4984 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
4985
02a45ac0
PA
49862010-05-02 Pedro Alves <pedro@codesourcery.com>
4987
4988 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
4989 (cli_table_header, cli_begin, cli_end, cli_field_int)
4990 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
4991 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
4992 Delete forward declarations.
4993 (cli_ui_out_impl): Move below the callbacks.
4994 (_initialize_cli_out): Delete.
4995
1915ef4f
PA
49962010-05-02 Pedro Alves <pedro@codesourcery.com>
4997
4998 * README: Use consistent `GDB' and `GDBserver' spellings.
4999
0dfb946f
JK
50002010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5001
5002 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
5003
4d533103
PA
50042010-05-01 Pedro Alves <pedro@codesourcery.com>
5005
5006 * infrun.c (prepare_for_detach): In non-stop, context switch to
5007 the thread that got the event before handling the event.
5008
705b5767
TT
50092010-04-30 Tom Tromey <tromey@redhat.com>
5010
5011 * symtab.c (symbol_set_names): Fix typo.
5012
3c0ee1a4
PM
50132010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
5014
5015 * python/py-param.c (parm_constants): Avoid ARI warning
5016 by adding ARI comment.
5017 (parmpy_init): Likewise.
5018
ea1fae46
PM
50192010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
5020
5021 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
5022 and created type for re-use.
5023
c24d0242
PM
50242010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
5025
5026 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
5027
a26d8d11
DE
50282010-04-29 Doug Evans <dje@google.com>
5029
5030 * ser-base.h (reschedule): Delete prototype.
5031 * ser-base.c (reschedule): Make static.
5032
f8624c62
MGD
50332010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5034
5035 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
5036 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
0407b3f1 5037 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
f8624c62 5038 EABI.
0407b3f1 5039 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
f8624c62
MGD
5040 use.
5041
e66408ed
PA
50422010-04-29 Pedro Alves <pedro@codesourcery.com>
5043
5044 PR gdb/11557
5045
5046 * regcache.c (registers_changed): Rename to ...
5047 (registers_changed_ptid): ... this, and only delete register cache
5048 entries matching the ptid filter argument.
5049 (registers_changed): Reimplement on top of registers_changed_ptid.
5050 * regcache.h (registers_changed_ptid): Declare.
5051 * target.c (target_resume): Flush register caches.
5052
d7b32ed3 50532010-04-29 Phil Muldoon <pmuldoon@redhat.com>
0407b3f1
AS
5054 Tom Tromey <tromey@redhat.com>
5055 Thiago Jung Bauermann <bauerman@br.ibm.com>
5056
5057 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
5058 (SUBDIR_PYTHON_SRCS): Likewise.
5059 (py-parameter.o): New rule.
5060 * python/py-parameter.c: New file.
5061 * python/python-internal.h (gdbpy_initialize_parameter)
5062 (gdbpy_parameter, gdbpy_parameter_value)
5063 (gdbpy_parse_command_name): Declare.
5064 * python/py-cmd.c (parse_command_name): Rename to
5065 gdbpy_parse_command_name.
5066 (gdbpy_parse_command_name): Accept a starting list parameter and
5067 use over cmdlist.
5068 (cmdpy_init): Use gdbpy_parse_command_name.
5069 * python/python.c (parameter_to_python): Rename to
5070 gdbpy_parameter_to_python. Accept enum var_types and value.
5071 (gdbpy_parameter): Use gdbpy_parameter_value.
5072 (_initialize_python): Call gdbpy_initialize_parameters.
d7b32ed3 5073
ce72ce41
MGD
50742010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5075
5076 * MAINTAINERS: Add myself for write after approval privileges.
5077
6aecb9c2
JB
50782010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5079
5080 D language support.
5081 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
5082 (COMMON_OBS): Add d-lang.o d-valprint.o.
5083 (HFILES_NO_SRCDIR): Add d-lang.h.
5084 * NEWS: Mention D language support.
5085 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
5086 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
5087 * d-lang.c: New file.
5088 * d-lang.h: New file.
5089 * d-valprint.c: New file.
5090 * defs.h (enum language): Add language_d.
5091 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
5092 * language.c (binop_result_type, integral_type, character_type)
5093 (string_type, boolean_type, structured_type): Add language_d.
5094 * symfile.c (init_filename_language_table): Add language_d.
5095 * symtab.c: Include d-lang.h.
5096 (symbol_init_language_specific, symbol_find_demangled_name)
5097 (symbol_natural_name, lookup_symbol_in_language)
5098 (symbol_demangled_name, symbol_matches_domain): Add language_d.
5099
6f992fbf
JB
51002010-04-27 Joel Brobecker <brobecker@adacore.com>
5101
5102 * solib-svr4.c (solib_svr4_r_map): Expand function description.
5103
dde59185
JB
51042010-04-27 Joel Brobecker <brobecker@adacore.com>
5105
5106 * symfile.c (init_filename_language_table): Register .dg files
5107 with language_ada.
5108
d09ce91e
JB
51092010-04-27 Joel Brobecker <brobecker@adacore.com>
5110
5111 * gdbtypes.h (struct main_type): Expand comment about target_type
5112 field.
5113
67f1675e
JB
51142010-04-27 Pedro Alves <pedro@codesourcery.com>
5115 Tristan Gingold <gingold@adacore.com>
02aeec7b
JB
5116
5117 * symfile.c (reread_symbols): Also search for file in libraries.
5118 Update comment.
5119
dfd0fe27
JB
51202010-04-27 Joel Brobecker <brobecker@adacore.com>
5121
5122 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
5123 in terms of configuration.
5124
0133421a
JK
51252010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5126
5127 * objfiles.c: Include solist.h.
5128 (free_all_objfiles): New variable so. Check stale solist objfiles.
5129 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
5130 and no_shared_libraries.
5131
e78f4312
JB
51322010-04-27 Joel Brobecker <brobecker@adacore.com>
5133
5134 ARI warning fix.
5135 * python/py-auto-load.c (source_section_scripts): Remove trailing
5136 new-line in i18n string.
5137
9214d371
DE
51382010-04-26 Doug Evans <dje@google.com>
5139
5140 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
5141
3f172e24
TT
51422010-04-26 Tom Tromey <tromey@redhat.com>
5143
5144 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
5145 command list.
5146
e790e06e
PM
51472010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5148
5149 Removal of config/i386/nm-i386sol2.h native configuration file.
5150 * config/i386/nm-i386sol2.h: Remove file.
5151 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
5152 * config/i386/sol2-64.mh: Idem.
88562582
PM
5153 * config/djgpp/fnchange.lst: Remove reference to that file.
5154 * Makefile.in (HFILES_NO_SRCDIR): Idem.
e790e06e 5155
b7da9e9f
PM
51562010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5157
5158 PR breakpoints/11531.
5159 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
5160 macro definition and related comment.
5161 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
5162 (resume): Remove code and comment related to this macro.
5163
72f6eb52
JK
51642010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5165
5166 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
5167 Fix whitespace.
5168
ab38a727
PA
51692010-04-24 Pedro Alves <pedro@codesourcery.com>
5170
5171 * defs.h: Adjust comment.
5172 * filesystem.h, filesystem.c: New files.
5173 * Makefile.in (SFILES): Add filesystem.c.
5174 (COMMON_OBS): Add filesystem.o.
5175 * solib.c (solib_find): Handle DOS-based filesystems. Handle
5176 different target and host path flavours.
5177 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
5178 has_dos_based_file_system on the gdbarch.
5179 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
5180 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
5181 * i386-tdep.c (i386_go32_init_abi): Ditto.
5182 * gdbarch.sh (has_dos_based_file_system): New.
5183 * gdbarch.h, gdbarch.c: Regenerate.
5184 * NEWS: Mention improved support for remote targets with DOS-based
5185 filesystems. Mention new `set/show target-file-system-kind'
5186 commands.
5187
35c9c7ba
SS
51882010-04-23 Stan Shebs <stan@codesourcery.com>
5189
5190 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
5191 comments.
5192 (struct agent_reqs): Remove.
5193 (ax_reg_mask): Declare.
5194 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
5195 (free_agent_expr): Free reg_mask.
5196 (ax_print): Add scope and register mask info.
5197 (ax_reqs): Remove agent_reqs argument, use agent expression
5198 fields, and move part of register mask computation to...
5199 (ax_reg_mask): New function.
5200 * ax-gdb.c (gen_trace_static_fields): Call it.
5201 (gen_traced_pop): Ditto.
5202 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
5203 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
5204 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
5205 (gen_eval_for_expr): Ditto, and require an rvalue.
5206 (agent_command): Call ax_reqs.
5207 (agent_eval_command): Ditto.
5208 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
5209 (validate_action_line): Ditto.
5210 (collect_symbol): Ditto.
5211 (encode_actions_1): Ditto.
5212
492928e4
JK
52132010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
5214 Paul Pluzhnikov <ppluzhnikov@google.com>
5215 Jan Kratochvil <jan.kratochvil@redhat.com>
5216
5217 Fix deadlock on looped list of loaded shared objects.
5218 * solib-svr4.c (LM_PREV): New function.
5219 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
5220 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
5221 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
5222 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
5223
66d09542
DE
52242010-04-23 Doug Evans <dje@google.com>
5225
88a1906b
DE
5226 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
5227 python.
5228 * configure: Regenerate.
5229 * main.c: #include "python/python.h".
5230 (captured_main): Defer loading auto-loaded scripts until after
5231 local_gdbinit has been sourced.
5232 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
5233 (load_auto_scripts_for_objfile): New function.
5234 (auto_load_new_objfile): Call it.
5235 * python/python.h (gdbpy_global_auto_load): Declare.
5236 (load_auto_scripts_for_objfile): Declare.
5237
66d09542
DE
5238 Add support for auto-loading scripts from .debug_gdb_scripts section.
5239 * NEWS: Add entry for .debug_gdb_scripts.
5240 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
5241 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
5242 (py-auto-load.o): New rule.
5243 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
5244 * cli/cli-cmds.h (find_and_open_script): Update prototype.
5245 * python/py-auto-load.c: New file.
5246 * python/python-internal.h: #include <stdio.h>.
5247 (set_python_list, show_python_list): Declare.
5248 (gdbpy_initialize_auto_load): Declare.
5249 (source_python_script_for_objfile): Declare.
5250 * python/python.c: Remove #include of observer.h.
5251 (gdbpy_auto_load): Moved to py-auto-load.c.
5252 (GDBPY_AUTO_FILENAME): Ditto.
5253 (gdbpy_new_objfile): Delete.
5254 (source_python_script_for_objfile): New function.
5255 (set_python_list, show_python_list): Make externally visible.
5256 (_initialize_python): Move "auto-load" command to py-auto-load.c
5257 and observer_attach_new_objfile to py-auto-load.c.
5258
3a48e6ff 52592010-04-23 Jerome Guitton <guitton@adacore.com>
0407b3f1 5260
3a48e6ff
JG
5261 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
5262 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
5263 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
5264 New constants.
5265 (alpha_heuristic_analyze_probing_loop): New function.
5266 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
5267 and handle cases when a stack probe loop is generated.
5268 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
5269 (alpha_mdebug_max_frame_size_exceeded): New function.
5270 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
5271 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
5272 Return 0 when the maximum debuggable frame size has been exceeded.
5273
e4166a49
JB
52742010-04-23 Joel Brobecker <brobecker@adacore.com>
5275
5276 Fix ARI warning.
5277 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
5278
8bd10a10
CM
52792010-04-20 Chris Moller <cmoller@redhat.com>
5280
5281 PR 10179
5282
5283 * symtab.c (rbreak_command): Added code to include a filename
5284 specification in the rbreak argument.
5285 * NEWS: Added a brief description of filename-qualified rbreak.
5286
c0201579
JK
52872010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5288
5289 Fix crashes on dangling display expressions.
5290 * ada-lang.c (ada_operator_check): New function.
5291 (ada_exp_descriptor): Fill-in the field operator_check.
5292 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
5293 * jv-lang.c (exp_descriptor_java): Likewise.
5294 * m2-lang.c (exp_descriptor_modula2): Likewise.
5295 * scm-lang.c (exp_descriptor_scm): Likewise.
5296 * parse.c (exp_descriptor_standard): Likewise.
5297 (operator_check_standard): New function.
5298 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
5299 * parser-defs.h (struct exp_descriptor): New field operator_check.
5300 (operator_check_standard, exp_uses_objfile): New declarations.
5301 * printcmd.c: Remove the inclusion of solib.h.
5302 (display_uses_solib_p): Remove the function.
5303 (clear_dangling_display_expressions): Call lookup_objfile_from_block
5304 and exp_uses_objfile instead of display_uses_solib_p.
5305 * solist.h (struct so_list) <objfile>: New comment.
5306 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
5307 * symtab.h (lookup_objfile_from_block): New declaration.
5308 (struct general_symbol_info) <obj_section>: Extend the comment.
5309
6ffbb7ab
TJB
53102010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5311 Thiago Jung Bauermann <bauerman@br.ibm.com>
5312
5313 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
5314 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
5315 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
5316 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
5317 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
5318 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
5319 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
5320 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
5321 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
5322 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
5323 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
5324 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
5325 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
5326 Define, in case <ptrace.h> doesn't provide it.
5327 (booke_debug_info): New variable.
5328 (max_slots_number): Ditto.
5329 (hw_break_tuple): New struct.
5330 (thread_points): Ditto.
5331 (ppc_threads): New variable.
5332 (PPC_DEBUG_CURRENT_VERSION): New define.
5333 (have_ptrace_new_debug_booke): New function.
5334 (ppc_linux_check_watch_resources): Renamed to ...
5335 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
5336 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
5337 (booke_cmp_hw_point): New function.
5338 (booke_find_thread_points_by_tid): Ditto.
5339 (booke_insert_point): Ditto.
5340 (booke_remove_point): Ditto.
5341 (ppc_linux_insert_hw_breakpoint): Ditto.
5342 (ppc_linux_remove_hw_breakpoint): Ditto.
5343 (get_trigger_type): Ditto.
5344 (ppc_linux_insert_watchpoint): Handle BookE processors.
5345 (ppc_linux_remove_watchpoint): Ditto.
5346 (ppc_linux_new_thread): Ditto.
5347 (ppc_linux_thread_exit): New function..
5348 (ppc_linux_stopped_data_address): Handle BookE processors.
5349 (ppc_linux_watchpoint_addr_within_range): Ditto.
5350 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
5351 to_remove_hw_breakpoint fields of the target operations struct.
5352 Add observe for the thread_exit event.
5353
be0d2954
L
53542010-04-22 H.J. Lu <hongjiu.lu@intel.com>
5355
5356 * i386-linux-nat.c (regmap): Removed.
5357 (fetch_register): Replace regmap with
5358 i386_linux_gregset_reg_offset.
5359 (store_register): Likewise.
5360 (supply_gregset): Likewise.
5361 (fill_gregset): Likewise.
5362
5363 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
5364 global.
5365
5366 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
5367
f56dcb88
CM
53682010-04-22 Chris Moller <cmoller@redhat.com>
5369
5370 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
758afad7
L
5371 method of popping recursion-detection stack with a method based on
5372 obstack_object_size(). (Similar to the PR9167 patch below, but for
f56dcb88
CM
5373 the static array obstack rather than the static member obstack.)
5374
6cd6a2ae
L
53752010-04-22 H.J. Lu <hongjiu.lu@intel.com>
5376
5377 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
5378 (_initialize_amd64_linux_nat): Replace
5379 amd64_linux_gregset64_reg_offset with
5380 amd64_linux_gregset_reg_offset.
5381
5382 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
5383 global.
5384
5385 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
5386
621791b8
PM
53872010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5388
5389 PR stabs/11479.
5390 * stabsread.c (set_length_in_type_chain): New function.
5391 (read_struct_type): Call set_length_in_type_chain function.
5392 (read_enum_type): Idem.
5393
105c2d85
SS
53942010-04-21 Stan Shebs <stan@codesourcery.com>
5395 Nathan Sidwell <nathan@codesourcery.com>
5396
5397 * tracepoint.c (trace_save): Open in binary mode.
5398
9a22f0d0
PM
53992010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5400
5401 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
5402 fields.
0407b3f1 5403 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
9a22f0d0
PM
5404 builtin_char32 fields.
5405 * printcmd.c (decode_format): Set char size to '\0'
5406 for strings unless explicit size is given.
5407 (print_formatted): Correct calculation of NEXT_ADDRESS
5408 for 16 or 32 bit strings.
5409 (do_examine): Do not force byte size for strings.
5410 Use builtin_char16 and builtin_char32 types to display
0407b3f1 5411 16 or 32 bit-wide strings.
9a22f0d0
PM
5412 (x_command): Set LAST_SIZE to 'b' for string type.
5413
f335d1b3
L
54142010-04-21 H.J. Lu <hongjiu.lu@intel.com>
5415
5416 PR corefiles/11523
5417 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5418 XCR0 first.
5419
5420 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
5421 there is no .reg-xstate section.
5422 (i386_linux_core_read_description): Check XCR0 first.
5423
a9789a6b
MF
54242010-04-21 Mike Frysinger <vapier@gentoo.org>
5425
5426 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
5427 for len <= 8.
5428
0b66f317
CM
54292010-04-21 Chris Moller <cmoller@redhat.com>
5430
5431 PR 9167
5432 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
32d7376d
L
5433 method of popping recursion-detection stack with a method based on
5434 obstack_object_size().
0b66f317 5435
6e354e5e
PM
54362010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
5437
5438 PR pascal/11492.
5439 * p-valprint.c (pascal_val_print): Fix default printing of integer
5440 arrays.
5441
57174f31
PM
54422010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
5443
5444 Fix compilation warning on gcc-4.1.2.
5445 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
5446 local variable`pc' to zero.
5447
6fbc7cd8
JB
54482010-04-20 Joel Brobecker <brobecker@adacore.com>
5449
5450 Implement thread support with core files on alpha-tru64.
5451 * dec-thread.c (dec_thread_find_new_threads): New function,
5452 extracted from resync_thread_list.
5453 (resync_thread_list): Add OPS parameter. Replace extracted-out
5454 code by call to dec_thread_find_new_threads.
5455 (dec_thread_wait): Update call to resync_thread_list.
5456 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
5457
438c98a1
JB
54582010-04-20 Joel Brobecker <brobecker@adacore.com>
5459
5460 * ada-lang.c (value_pointer): New function.
5461 (make_array_descriptor): Call value_pointer to convert addresses to
5462 pointers.
5463
2971b56b
JB
54642010-04-20 Joel Brobecker <brobecker@adacore.com>
5465
5466 * rs6000-aix-tdep.c: #include exceptions.h.
5467 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
5468 while reading the memory at ADDR, then ADDR cannot be a function
5469 descriptor.
5470
be942545
JB
54712010-04-20 Joel Brobecker <brobecker@adacore.com>
5472
5473 * ada-typeprint.c (ada_print_typedef): New function.
5474 * ada-lang.h (ada_print_typedef): Add declaration.
5475 * ada-lang.c (ada_language_defn): set la_print_typdef field
5476 to ada_print_typedef.
5477
1ca8fce0
JB
54782010-04-20 Joel Brobecker <brobecker@adacore.com>
5479
5480 * procfs.c (procfs_address_to_host_pointer): Only define when used.
5481
e9ef4f39
JB
54822010-04-20 Joel Brobecker <brobecker@adacore.com>
5483
5484 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
5485 (iterate_over_mappings): Adjust function profile. Add declaration.
5486 (insert_dbx_link_bpt_in_region, info_mappings_callback):
5487 Adjust accordingly.
5488
e294797a
JB
54892010-04-20 Joel Brobecker <brobecker@adacore.com>
5490
5491 * procfs.c (solib_mappings_callback): Move function up to avoid
5492 a compiler warning.
5493
a223f1e7
JB
54942010-04-20 Joel Brobecker <brobecker@adacore.com>
5495
5496 * procfs.c (find_signalled_thread, find_stop_signal): Move
5497 these functions down to define them only when used.
5498
0c3acc09
JB
54992010-04-20 Joel Brobecker <brobecker@adacore.com>
5500
5501 * valprint.c (common_val_print): Fix the value before extracting
5502 its contents.
5503 * ada-lang.c (ada_to_fixed_value): Make this function extern.
5504 * ada-lang.h (ada_to_fixed_value): New function declaration.
5505 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
5506 to avoid code duplication and fix a bug in the handling of
5507 fixed types contents.
5508
31ef98ae
TT
55092010-04-20 Tom Tromey <tromey@redhat.com>
5510
5511 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
5512 (read_partial_die): Likewise.
5513 (dwarf_attr_name): Likewise.
5514
ec31cde5 55152010-04-20 Chris Moller <cmoller@redhat.com>
0407b3f1 5516
ec31cde5
CM
5517 PR 10867
5518
5519 * cp-valprint.c (global): Adding new static array recursion
5520 detection obstack.
5521 (cp_print_value_fields, cp_print_static_field): Added new static
5522 array recursion detection code.
5523
e0e0e543
MK
55242010-04-20 Mark Kettenis <kettenis@gnu.org>
5525
5526 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
5527 general-purpose register set should be 68 instead of 144.
5528 (i386_linux_sse_regset_sections): Likewise.
5529 (i386_linux_avx_regset_sections): Likewise.
5530
08922a10
SS
55312010-04-20 Stan Shebs <stan@codesourcery.com>
5532 Nathan Sidwell <nathan@codesourcery.com>
5533
5534 * dwarf2loc.c (struct axs_var_loc): New struct.
5535 (dwarf2_tracepoint_var_loc): New function.
5536 (dwarf2_tracepoint_var_access): New function.
5537 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
5538 with DW_OP_piece.
5539 (locexpr_describe_location_piece): New function.
5540 (locexpr_describe_location_1): New function.
5541 (locexpr_describe_location): Call it, update signature.
5542 (loclist_describe_location): Rewrite to loop over locations,
5543 update signature.
5544 * symtab.h (struct symbol_computed_ops): Add address to
5545 describe_location arguments, return void.
5546 * printcmd.c (address_info): Get context PC, pass to computed
5547 location description.
5548 * tracepoint.c (scope_info): Ditto.
5549 * ax-gdb.c (trace_kludge): Export.
5550
2dc7f7b3
TT
55512010-04-20 Tom Tromey <tromey@redhat.com>
5552
5553 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
5554 (struct dwarf2_cie) <segment_size>: New field.
5555 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
5556 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
5557 DW_FORM_exprloc.
5558 (read_attribute_value): Handle DW_FORM_flag_present,
5559 DW_FORM_sec_offset, DW_FORM_exprloc.
5560 (dump_die_shallow): Likewise.
5561 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
5562 (dwarf2_const_value): Handle DW_FORM_exprloc.
5563 (attr_form_is_block): Likewise.
5564 (struct line_header) <maximum_ops_per_instruction>: New field.
5565 (dwarf_decode_line_header): Set new field.
5566 (dwarf_decode_lines): Handle new field.
5567
ce4b0682
SDJ
55682010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5569
5570 * f-exp.y: Add new production to recognize the `logical*8' type.
5571 (LOGICAL_S8_KEYWORD): New token.
5572 * f-lang.c (enum f_primitive_types)
5573 <f_primitive_type_logical_s8>: New field.
5574 (f_language_arch_info): Handling `logical*8' type.
5575 (build_fortran_types): Building `logical*8' type.
5576 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
5577
ff9f22f1
DE
55782010-04-19 Doug Evans <dje@google.com>
5579
5580 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
5581 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
5582 (pipe_close): Ditto.
5583
437125bd
PM
55842010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5585
5586 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
5587
e8e6c82e
PM
55882010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5589
5590 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
5591 type to void function.
5592
4136fdd2
SS
55932010-04-19 Stan Shebs <stan@codesourcery.com>
5594 Vladimir Prus <vladimir@codesourcery.com>
5595
5596 * tracepoint.c (tfind_1): Add missing newline, report exit from
5597 tfind mode as such.
5598 * target.c (update_current_target): Make default
5599 to_trace_find return -1.
5600
0c4b2e63
MF
56012010-04-19 Mike Frysinger <vapier@gentoo.org>
5602
5603 * objc-lang.c (find_methods): Move symname check up.
5604
78076abc
PA
56052010-04-19 Pedro Alves <pedro@codesourcery.com>
5606
5607 * ada-lang.c (print_recreate_exception)
5608 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
5609 not "catch unhandled".
5610
6149aea9
PA
56112010-04-19 Pedro Alves <pedro@codesourcery.com>
5612
5613 PR breakpoints/8554.
5614
5615 Implement `save-breakpoints'.
5616
5617 * breakpoint.c (save_cmdlist): New.
5618 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
5619 to save_cmdlist.
5620 (print_recreate_catch_fork): New.
5621 (catch_fork_breakpoint_ops): Install it.
5622 (print_recreate_catch_vfork): New.
5623 (catch_vfork_breakpoint_ops): Install it.
5624 (print_recreate_catch_syscall): New.
5625 (catch_syscall_breakpoint_ops): Install it.
5626 (print_recreate_catch_exec): New.
5627 (catch_exec_breakpoint_ops): Install it.
5628 (print_recreate_exception_catchpoint): New.
5629 (gnu_v3_exception_catchpoint_ops): Install it.
5630 (save_breakpoints): New, based on tracepoint_save_command, but
5631 handle all breakpoint types.
5632 (save_breakpoints_command): New.
5633 (tracepoint_save_command): Rename to...
5634 (save_tracepoints_command): ... this, and reimplement using
5635 save_breakpoints.
5636 (save_command): New.
5637 (_initialize_breakpoints): Install the "save" command prefix.
5638 Install the "save breakpoints" command. Make "save-tracepoints" a
5639 deprecated alias for "save tracepoints".
5640 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
5641 * ada-lang.c (print_recreate_exception): New.
5642 (print_recreate_catch_exception): New.
5643 (catch_exception_breakpoint_ops): Install it.
5644 (print_recreate_catch_exception_unhandled): New.
5645 (catch_exception_unhandled_breakpoint_ops): Install it.
5646 (print_recreate_catch_assert): New.
5647 (catch_assert_breakpoint_ops): Install it.
5648
5649 * NEWS: Mention the new `save breakpoints' command. Mention the
5650 new `save tracepoints' alias and that `save-tracepoints' is now
5651 deprecated.
5652
0a8fce9a
PA
56532010-04-18 Pedro Alves <pedro@codesourcery.com>
5654
5655 PR tui/9217
5656
5657 * tui/tui-out.c: Include cli-out.h.
5658 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
5659 (tui_begin, tui_end, tui_field_int, tui_field_skip)
5660 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
5661 (tui_message, tui_wrap_hint, tui_flush): Delete forward
5662 declarations.
5663 (struct ui_out_data): Rename to...
5664 (struct tui_ui_out_data): ... this. Remove `stream' and
5665 `suppress_output' fields, and inherit cli_ui_out_data.
5666 (tui_out_data): New typedef.
5667 (tui_ui_out_impl): Don't initialize fields staticaly.
5668 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
5669 (tui_begin, tui_end): Delete.
5670 (tui_field_int): Adjust to delegate most work to the base type.
5671 (tui_field_skip): Delete.
5672 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
5673 delegate most work to the base type.
5674 (tui_spaces): Delete.
5675 (tui_text): Adjust to delegate most work to the base type.
5676 (tui_message): Delete.
5677 (tui_wrap_hint): Delete.
5678 (tui_flush): Delete.
5679 (out_field_fmt): Delete.
5680 (field_separator): Delete.
5681 (tui_out_new): Adjust to initialize the base type.
5682 (_initialize_tui_out): Initialize tui_ui_out_impl.
5683 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
5684 cli_ui_out_data.
5685 (cli_out_data): Adjust.
5686 (cli_ui_out_impl): Make extern.
5687 (cli_table_header, cli_field_int, cli_field_skip): Use
5688 uo_field_string instead of cli_field_string.
5689 (cli_redirect): Adjust to use cli_out_data.
5690 (cli_out_data_ctor): New.
5691 (cli_out_new): Use it.
5692 * cli-out.h (struct ui_file): Remove forward declaration.
5693 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
5694 (cli_ui_out_impl): Declare.
5695 (cli_out_data_ctor): Declare.
5696 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
5697 (uo_field_string): No longer static.
5698 (ui_out_data): Change return type to void pointer.
5699 (ui_out_new): Change `data' parameter type to void pointer.
5700 * ui-out.h (struct ui_out_data): Don't forward declare.
5701 (ui_out_data): Change return type to void pointer.
5702 (ui_out_new): Change `data' parameter type to void pointer.
5703 (uo_field_string): Declare.
5704
172240dd
PA
57052010-04-17 Pedro Alves <pedro@codesourcery.com>
5706
5707 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
5708 instead of always false.
5709
ed41462c
L
57102010-04-17 H.J. Lu <hongjiu.lu@intel.com>
5711
5712 PR corefiles/11511
5713 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
5714 orig_rax.
5715
cc60f2e3
PA
57162010-04-17 Pedro Alves <pedro@codesourcery.com>
5717
5718 * breakpoint.c (watchpoints_triggered): Use
5719 is_hardware_watchpoint.
5720 (watchpoints_triggered): Ditto.
5721 (bpstat_check_location): Use is_watchpoint and
5722 is_hardware_watchpoint.
5723 (bpstat_check_watchpoint): Use is_watchpoint and
5724 is_hardware_watchpoint.
5725 (bpstat_stop_status): Fix comment.
5726 (user_settable_breakpoint): Use is_watchpoint.
5727 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
5728 (disable_watchpoints_before_interactive_call_start): Use
5729 is_watchpoint.
5730 (enable_watchpoints_after_interactive_call_stop): Use
5731 is_watchpoint.
5732 (clear_command): Use is_watchpoint.
5733 (do_enable_breakpoint): Use is_watchpoint.
5734
cb7db0f2
MF
57352010-04-16 Mike Frysinger <vapier@gentoo.org>
5736
5737 * solib-frv.c (enable_break1_done): Delete.
5738 (enable_break2): Do not check enable_break1_done. Move the
5739 enable_break2_done setting and call to
5740 remove_solib_event_breakpoints() to the end. Return without
5741 warning when the contents of _dl_debug_addr are 0.
5742 (enable_break): Do not set enable_break1_done.
5743 (frv_clear_solib): Likewise.
5744
d77b48cf
KB
57452010-04-16 Kevin Buettner <kevinb@redhat.com>
5746
5747 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
5748 instead of an error if no PLT entry is found. Return a
5749 potentially useful result.
5750 (m32c_m16c_pointer_to_address): Add code to search for function
5751 address when no .plt entry is found.
5752
f90824dc
SS
57532010-04-16 Stan Shebs <stan@codesourcery.com>
5754
5755 * tracepoint.c (trace_variable_command): Run a cleanup.
5756
9b79b476
PM
57572010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5758
5759 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
5760
711e434b
PM
57612010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5762
5763 Support for Windows OS Thread Information Block.
5764 * NEWS: Document new feature.
5765 * remote.c (PACKET_qGetTIBAddr): New enum element.
5766 (remote_get_tib_address): New function.
5767 (init_remote_ops): Set to_get_tib_address field
5768 to remote_get_tib_address.
5769 (_initialize_remote): Add add_packet_config_cmd
5770 for PACKET_qGetTIBAddr.
5771 * target.c (update_current_target): Set default value for
5772 new to_get_tib_address field.
5773 * target.h (target_ops): New field to_get_tib_address.
5774 (target_get_tib_address): New macro.
5775 * windows-nat.c (thread_info): Add thread_local_base field.
5776 (windows_add_thread): Add tlb argument of type 'void *'.
5777 (fake_create_process): Adapt windows_add_thread call.
5778 (get_windows_debug_event): Idem.
5779 (windows_get_tib_address): New function.
5780 (init_windows_ops): Set to_get_tib_address field
5781 to remote_get_tib_address.
5782 (_initialize_windows_nat): Replace info_w32_cmdlist
5783 initialization by a call to init_w32_command_list.
5784 (info_w32_command, info_w32_cmdlist): Removed from here...
5785 to windows-tdep.c file.
5786 * windows-tdep.h (info_w32_cmdlist): Declare.
0407b3f1 5787 (init_w32_command_list): New external function
711e434b
PM
5788 declaration.
5789 * windows-tdep.c: Add several headers.
5790 (info_w32_cmdlist): to here, made global.
5791 (thread_information_32): New struct.
5792 (thread_information_64): New struct.
5793 (TIB_NAME): New char array.
5794 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
5795 (maint_display_all_tib): New static variable.
5796 (windows_get_tlb_type): New function.
5797 (tlb_value_read, tlb_value_write): New functions.
5798 (tlb_value_funcs): New static struct.
5799 (tlb_make_value): New function.
5800 (display_one_tib): New function.
5801 (display_tib): New function.
5802 (show_maint_show_all_tib):New function.
5803 (info_w32_command): Moved from windows-nat.c.
5804 (init_w32_command_list): New function.
5805 (_initialize_windows_tdep): New function.
5806 New "maint set/show show-all-tib" command
5807 New "$_tlb" internal variable.
5808
cae3f17b
JB
58092010-04-16 Joel Brobecker <brobecker@adacore.com>
5810
5811 * tui/tui-regs.c (tui_display_register): Add comment about
5812 a couple of casts.
5813 * tui/tui-stack.c (tui_show_locator_content): Ditto.
5814
2ce6d6bf
SS
58152010-04-15 Stan Shebs <stan@codesourcery.com>
5816
5817 * frame.c: Include tracepoint.h.
5818 (get_current_frame): Allow a trace frame to be an alternate source
5819 of stack frame data.
5820 * tracepoint.c (tfind_1): Don't try to get current stack frame if
5821 it won't succeed.
5822
7e559477
PA
58232010-04-15 Pedro Alves <pedro@codesourcery.com>
5824
5825 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
5826 flags.
5827 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
5828
3f7b2faa
DE
58292010-04-15 Doug Evans <dje@google.com>
5830
fa33c3cd
DE
5831 * NEWS: Add entry for python program space support.
5832 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
5833 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
5834 (py-progspace.o): New rule.
5835 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
5836 function.
5837 (find_pretty_printer_from_progspace): New function.
5838 (find_pretty_printer_from_gdb): New function.
5839 (find_pretty_printer): Rewrite.
5840 * python/py-progspace.c: New file.
5841 * python/python-internal.h (program_space): Add forward decl.
5842 (pspace_to_pspace_object, pspy_get_printers): Declare.
5843 (gdbpy_initialize_pspace): Declare.
5844 * python/python.c: #include "progspace.h".
5845 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
5846 (_initialize_python): Call gdbpy_initialize_pspace.
5847 (GdbMethods): Add current_progspace, progspaces.
5848
3f7b2faa
DE
5849 Add -s option to source command.
5850 * NEWS: Document new option.
5851 * cli/cli-cmds.c (find_and_open_script): Add function comment.
5852 Delete from_tty and cleanupp args. Split filep arg into file and
5853 full_pathp. New arg search_path.
5854 (source_script_from_stream): New function.
5855 (source_script_with_search): New function.
5856 (source_script): Rewrite.
5857 (source_command): Parse "-s" option.
5858 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
5859 * python/python.c (source_python_script): Make file arg a const char *.
5860 Don't call fclose, leave for caller.
5861 * python/python.h (source_python_script): Update.
5862
a86988f2
PA
58632010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
5864 Pedro Alves <pedro@codesourcery.com>
5865
5866 Avoid rereading shared libraries that haven't changed.
5867
5868 * solib.c (free_so_symbols): New function, from ...
5869 (free_so): ... here. Call it.
5870 (solib_read_symbols): Don't warn here if symbols have already been
5871 loaded.
5872 (solib_add): Warn here instead, if a pattern was specified.
5873 (reload_shared_libraries_1): New.
5874 (reload_shared_libraries): Rewrite to not fetch the library list.
5875
e6d9b9c2
DE
58762010-04-14 Doug Evans <dje@google.com>
5877
589390d6 5878 * source.c (openp): Strip DOS drive letter if present before
e6d9b9c2
DE
5879 concatenating string to search path.
5880
516ba659
PA
58812010-04-14 Pedro Alves <pedro@codesourcery.com>
5882
5883 * objfiles.h (gdb_bfd_close_or_warn): Declare.
5884 * objfiles.c (gdb_bfd_close_or_warn): New.
5885 * corelow.c: Include objfiles.h
5886 (core_close): Use gdb_bfd_close_or_warn.
5887 * elfread.c (build_id_verify): Ditto.
5888 * exec.c (exec_close, exec_close_1): Ditto.
5889
048d532d
PA
58902010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
5891 Pedro Alves <pedro@codesourcery.com>
5892
5893 Group errors for many missing shared libraries.
5894
5895 * solist.h (struct so_list): Remove from_tty.
5896 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
5897 (solib_map_sections): Take so_list argument. Return 0 if we
5898 failed to open a BFD. Add target sections here.
5899 (symbol_add_stub): Delete.
5900 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
5901 not from_tty copied from the so_list. Don't warn a second time
5902 for a missing library.
5903 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
5904 add to the section table here. Print out a single warning for all
5905 missing libraries.
5906 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
5907 flags.
5908
044c0f87
PM
59092010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5910
5911 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
5912 error/warning messages. Capitalize and use complete sentences.
5913 (blpy_block_syms_iternext): Likewise.
5914 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
5915 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
5916 (frame_info_to_frame_object, frapy_read_var)
5917 (gdbpy_frame_stop_reason_string): Likewise.
5918 * python/py-lazy-string.c (stpy_convert_to_value)
5919 (gdbpy_create_lazy_string_object): Likewise.
5920 * python/py-objfile.c (objfpy_set_printers): Likewise.
5921 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
5922 * python/python.c (parameter_to_python): Likewise.
5923 * python/py-type.c (typy_range, typy_target): Likewise.
5924 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
5925 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
5926
5927
79f283fe
PM
59282010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5929
5930 PR python/11381
5931
5932 * python/py-prettyprint.c (pretty_print_one_value): Test for
5933 Py_None.
5934 (print_string_repr): Test for Py_None. Set flags accordingly.
5935 Return value depending on return type.
5936 (print_children): Take a value indicating whether data was printed
5937 before this function was called. Alter output accordingly.
5938 (apply_val_pretty_printer): Capture return value from
5939 print_string_repr and pass to print_children.
5940
4ac5d44e
MK
59412010-04-13 Mark Kettenis <kettenis@gnu.org>
5942
e1caee70 5943 PR corefiles/11481
4ac5d44e
MK
5944 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
5945 register note sections.
5946 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
5947 New variables.
5948 (i386_linux_init_abi): Install list of supported register note
5949 sections that matches the target description.
5950
ad91cd99
PA
59512010-04-13 Pedro Alves <pedro@codesourcery.com>
5952
5953 * remote.c (remote_get_noisy_reply): Don't error out on empty
5954 replies.
5955 (remote_start_remote): Update and merge tracepoints and trace
5956 state variables as long as the target supports tracepoints.
5957 (remote_trace_init): Fix prototype.
5958 (remote_download_trace_state_variable): Validate reply.
5959 (remote_trace_set_readonly_regions): Fix prototype.
5960 (remote_trace_start): Fix prototype. Check for empty reply.
5961 (remote_get_trace_status): Small cleanup.
5962 (remote_trace_stop): Fix prototype. Check for empty reply.
5963 (remote_trace_find): Check for empty reply.
5964 (remote_save_trace_data): Validate reply.
5965 (remote_set_disconnected_tracing): Check for empty reply, and
5966 validate reply.
5967 (remote_set_circular_trace_buffer): Ditto.
5968
ae3bccd4
PM
59692010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
5970
5971 Suppress unused value warning during compilation.
5972 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
5973 calls to void.
5974 * tui/tui-stack.c (tui_show_locator_content): Likewise.
5975
523136f2
SS
59762010-04-12 Stan Shebs <stan@codesourcery.com>
5977
5978 * tracepoint.c (tfile_xfer_partial): Check read result.
5979
0d18d720
MF
59802010-04-12 Mike Frysinger <vapier@gentoo.org>
5981
5982 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
5983 * remote-sim.c (gdbsim_files_info): Likewise.
5984
3b273a55
RE
59852010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5986
5987 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
5988 * arm-linux-nat.c (arm_linux_vfp_register_count): New
5989 variable.
5990 (fetch_vfp_registers): New function to fetch VFP registers.
5991 (store_vfp_registers): New function to store VFP registers.
5992 (arm_linux_fetch_inferior_registers): Add support for VFP
5993 registers.
5994 (arm_linux_store_inferior_registers): Likewise.
5995 (arm_linux_read_description): Likewise.
5996 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
5997 until we need it.
5998
778c7095
L
59992010-04-11 H.J. Lu <hongjiu.lu@intel.com>
6000
6001 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
6002 tdep.
6003 (amd64_collect_xstateregset): Likewise.
6004
2114d44c
SS
60052010-04-09 Stan Shebs <stan@codesourcery.com>
6006
87290684
SS
6007 * tracepoint.c (trace_status_mi): Report frames created.
6008
2114d44c
SS
6009 * tracepoint.c (trace_dump_command): Include default-collect
6010 expressions.
6011
86da934b
UW
60122010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
6013
6014 * symtab.c (find_function_start_sal): Never return SAL pointing
6015 before function start address, even if line info is missing.
6016
2d6e647a 60172010-04-09 Pedro Alves <pedro@codesourcery.com>
d337e9f0
PA
6018
6019 * NEWS: Mention tracepoints support.
6020
a97153c7
PA
60212010-04-09 Pedro Alves <pedro@codesourcery.com>
6022
6023 * tracepoint.c (trace_status_mi): Report disconnected tracing and
6024 circular trace buffer statuses.
6025
7a66d603
JK
60262010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6027
6028 * config/djgpp/fnchange.lst: Fix typo in translations for
6029 symbol-without-target_section.exp and symbol-without-target_section.c.
6030
2566ad2d
PA
60312010-04-09 Pedro Alves <pedro@codesourcery.com>
6032
6033 * breakpoint.c (condition_command): Pass condition expression to
6034 set_breakpoint_condition stripped from breakpoint number.
6035
adc36818
PM
60362010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6037 Thiago Jung Bauermann <bauerman@br.ibm.com>
2566ad2d 6038 Tom Tromey <tromey@redhat.com>
adc36818
PM
6039
6040 * breakpoint.c (condition_command): Simplify. Move condition
6041 setting code to ...
6042 (set_breakpoint_condition): ... here. New function.
6043 * breakpoint.h (set_breakpoint_condition): Declare.
6044 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
6045 (SUBDIR_PYTHON_SRCS): Likewise.
6046 (py-breakpoint.o): New rule.
6047 * python/py-breakpoint.c: New file.
6048 * python/python-internal.h (gdbpy_breakpoints)
6049 (gdbpy_initialize_breakpoints): Declare.
6050 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
6051
219f2f23
PA
60522010-04-09 Pedro Alves <pedro@codesourcery.com>
6053
6054 * regformats/regdat.sh: Include server.h. Don't include
6055 regcache.h.
6056
33da3f1c
SS
60572010-04-08 Stan Shebs <stan@codesourcery.com>
6058 Pedro Alves <pedro@codesourcery.com>
6059
6060 * tracepoint.h (struct trace_status): New fields disconnected_tracing
6061 and circular_buffer.
6062 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
6063 * tracepoint.c (trace_status_command): Display target's status for
6064 disconnected tracing and circular buffer.
6065 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
6066 query for non-disconnected-tracing case, remove the stop_tracing
6067 call.
6068 (tfile_open): Clear disconnected and circular buffer status.
6069 (trace_save): Save disconnected and circular buffer status.
6070 (parse_trace_status): Parse disconnected and circular buffer status,
6071 also recognize disconnected as a stop reason.
6072 * remote.c (remote_set_disconnected_tracing): Only set
6073 QTDisconnected if the remote end supports disconnected tracing.
6074 Warn otherwise, if trying to enable disconnected tracing.
6075 * infcmd.c (detach_command): Update disconnect_tracing call.
6076 * cli/cli-cmds.c (quit_command): Ditto.
6077
4e4d8374
L
60782010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6079
6080 * i387-tdep.c (i387_collect_xsave): Replace abort with
6081 internal_error.
6082
ad443146
SS
60832010-04-08 Stan Shebs <stan@codesourcery.com>
6084
6085 * breakpoint.c (default_collect_info): New function.
6086 (breakpoints_info): Call it.
6087 (maintenance_info_breakpoints): Ditto.
6088 (tracepoints_info): Ditto.
6089
40936b0d
L
60902010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6091
6092 * i387-tdep.c (i387_collect_xsave): Re-indent.
6093
3a13a53b
L
60942010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6095
6096 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
6097 if HAVE_PTRACE_GETFPXREGS is defined.
6098 (i386_linux_read_description): Set have_ptrace_getfpxregs and
6099 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
6100
6101 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
6102 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
6103 if .reg-xfp section doesn't exist.
6104 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
6105
6106 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
6107
6108 * i386-tdep.c: Include "features/i386/i386-mmx.c".
6109 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
6110 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
6111 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
6112 (i386_gdbarch_init): Update comments.
6113 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
6114
6115 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
6116
6117 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
6118
6119 * features/Makefile (i386/i386-mmx-expedite): New.
6120 (i386/i386-mmx-linux-expedite): Likewise.
6121 ($(outdir)/i386/i386-mmx.dat): Likewise.
6122 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
6123
6124 * features/i386/i386-mmx-linux.c: New.
6125 * features/i386/i386-mmx-linux.xml: Likewise.
6126 * features/i386/i386-mmx.c: Likewise.
6127 * features/i386/i386-mmx.xml: Likewise.
6128 * regformats/i386/i386-mmx-linux.dat: Likewise.
6129 * regformats/i386/i386-mmx.dat: Likewise.
6130
6131 * features/Makefile (WHICH): Add i386/i386-mmx and
6132 i386/i386-mmx-linux.
6133
08001717
DE
61342010-04-08 Doug Evans <dje@google.com>
6135
6136 * source.c (openp): Skip $cdir in PATH.
6137
fff5cc64
PM
61382010-04-08 Phil Muldoon <pmuldoon@redhat.com>
6139
6140 PR python/11417
fff5cc64 6141 * python/py-lazy-string.c (stpy_convert_to_value): Check for
3a13a53b
L
6142 a NULL address.
6143 (gdbpy_create_lazy_string_object): Allow strings with a NULL
6144 address and a zero length.
fff5cc64 6145
f8c4f480
HZ
61462010-04-08 Hui Zhu <teawater@gmail.com>
6147
6148 * i386-tdep.c (i386_process_record): Add support for insn
6149 rdtsc.
6150
eb5cda86
DE
61512010-04-07 Doug Evans <dje@google.com>
6152
6153 * python/python.c (source_python_script): Use ensure_python_env
6154 to prepare environment for script.
6155
a055a187
L
61562010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6157
6158 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
6159 <sys/uio.h> and "i386-xstate.h".
6160 (PTRACE_GETREGSET): New.
6161 (PTRACE_SETREGSET): Likewise.
6162 (have_ptrace_getregset): Likewise.
6163 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
6164 registers.
6165 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
6166 registers.
6167 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
6168 (amd64_linux_store_inferior_registers): Likewise.
6169 (amd64_linux_read_description): Check and enable AVX target
6170 descriptions.
6171
6172 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
6173 and "features/i386/amd64-avx-linux.c".
6174 (amd64_linux_regset_sections): New.
6175 (amd64_linux_core_read_description): Check and enable AVX
6176 target description.
6177 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
6178 set_gdbarch_core_regset_sections.
6179 (_initialize_amd64_linux_tdep): Call
6180 initialize_tdesc_amd64_avx_linux.
6181
6182 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
6183 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
6184 (tdesc_amd64_avx_linux): New.
6185 (amd64_linux_update_xstateregset): Likewise.
6186
6187 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
6188 (amd64_ymm_names): New.
6189 (amd64_ymmh_names): Likewise.
6190 (amd64_register_name): Likewise.
6191 (amd64_supply_xstateregset): Likewise.
6192 (amd64_collect_xstateregset): Likewise.
6193 (amd64_supply_xsave): Likewise.
6194 (amd64_collect_xsave): Likewise.
6195 (AMD64_NUM_REGS): Removed.
6196 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
6197 %xmmN if AVX is available.
6198 (amd64_pseudo_register_name): Support pseudo YMM registers.
6199 (amd64_regset_from_core_section): Support .reg-xstate section.
6200 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
6201 and ymm0h_regnum. Call set_gdbarch_register_name.
6202 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
6203
6204 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
6205 AMD64_YMM15H_REGNUM.
6206 (AMD64_NUM_REGS): New.
6207 (amd64_supply_xsave): Likewise.
6208 (amd64_collect_xsave): Likewise.
6209 (amd64_register_name): Removed.
6210 (amd64_register_type): Likewise.
6211
31aeac78
L
62122010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6213
6214 * i387-tdep.c: Include "i386-xstate.h".
6215 (XSAVE_XSTATE_BV_ADDR): New.
6216 (xsave_avxh_offset): Likewise.
6217 (XSAVE_AVXH_ADDR): Likewise.
6218 (i387_supply_xsave): Likewise.
6219 (i387_collect_xsave): Likewise.
6220
6221 * i387-tdep.h (I387_NUM_YMM_REGS): New.
6222 (I387_YMM0H_REGNUM): Likewise.
6223 (I387_YMMENDH_REGNUM): Likewise.
6224 (i387_supply_xsave): Likewise.
6225 (i387_collect_xsave): Likewise.
6226
c131fcee
L
62272010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6228
6229 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
6230 <sys/uio.h> and "i386-xstate.h".
6231 (PTRACE_GETREGSET): New.
6232 (PTRACE_SETREGSET): Likewise.
6233 (fetch_xstateregs): Likewise.
6234 (store_xstateregs): Likewise.
6235 (GETXSTATEREGS_SUPPLIES): Likewise.
6236 (regmap): Include 8 upper YMM registers.
6237 (i386_linux_fetch_inferior_registers): Support XSAVE extended
6238 state.
6239 (i386_linux_store_inferior_registers): Likewise.
6240 (i386_linux_read_description): Check and enable AVX target
6241 descriptions.
6242
6243 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
6244 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
6245 (i386_linux_regset_sections): Add ".reg-xstate".
6246 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
6247 (i386_linux_core_read_xcr0): New.
6248 (i386_linux_core_read_description): Check and enable AVX target
6249 description.
6250 (i386_linux_init_abi): Set xsave_xcr0_offset.
6251 (_initialize_i386_linux_tdep): Call
6252 initialize_tdesc_i386_avx_linux.
6253
6254 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
6255 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
6256 (i386_linux_core_read_xcr0): New.
6257 (tdesc_i386_avx_linux): Likewise.
6258 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
6259
6260 * i386-tdep.c: Include "i386-xstate.h" and
6261 "features/i386/i386-avx.c".
6262 (i386_ymm_names): New.
6263 (i386_ymmh_names): Likewise.
6264 (i386_ymmh_regnum_p): Likewise.
6265 (i386_ymm_regnum_p): Likewise.
6266 (i386_xmm_regnum_p): Likewise.
6267 (i386_register_name): Likewise.
6268 (i386_ymm_type): Likewise.
6269 (i386_supply_xstateregset): Likewise.
6270 (i386_collect_xstateregset): Likewise.
6271 (i386_sse_regnum_p): Removed.
6272 (i386_pseudo_register_name): Support pseudo YMM registers.
6273 (i386_pseudo_register_type): Likewise.
6274 (i386_pseudo_register_read): Likewise.
6275 (i386_pseudo_register_write): Likewise.
6276 (i386_dbx_reg_to_regnum): Return %ymmN register number for
6277 %xmmN if AVX is available.
6278 (i386_regset_from_core_section): Support .reg-xstate section.
6279 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
6280 (i386_process_record): Replace i386_sse_regnum_p with
6281 i386_xmm_regnum_p.
6282 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
6283 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
8d95cc3b 6284 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
c131fcee
L
6285 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
6286 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
6287 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
6288 Set ymm0_regnum.
6289 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
6290
6291 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
6292 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
6293 i386_ymm_type.
6294 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
6295 (I386_AVX_NUM_REGS): New.
6296 (i386_xmm_regnum_p): Likewise.
6297 (i386_ymm_regnum_p): Likewise.
6298 (i386_ymmh_regnum_p): Likewise.
6299
6300 * common/i386-xstate.h: New.
6301
98adf0f3
L
63022010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6303
6304 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
6305
6306 * features/Makefile (WHICH): Add i386/i386-avx,
6307 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
6308 (i386/i386-avx-expedite): New.
6309 (i386/i386-avx-linux-expedite): Likewise.
6310 (i386/x86-64-avx-expedite):Likewise.
6311 (i386/x86-64-avx-linux-expedite): Likewise.
6312 ($(outdir)/i386/i386-avx.dat): New dependency.
6313 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
6314 ($(outdir)/i386/x86-avx-64.dat): Likewise.
6315 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
6316
6317 * features/i386/32bit-avx.xml: New.
6318 * features/i386/64bit-avx.xml: Likewise.
6319 * features/i386/i386-avx-linux.c: Likewise.
6320 * features/i386/i386-avx-linux.xml: Likewise.
6321 * features/i386/i386-avx.c: Likewise.
6322 * features/i386/i386-avx.xml: Likewise.
6323 * features/i386/x86-64-avx-linux.c: Likewise.
6324 * features/i386/x86-64-avx-linux.xml: Likewise.
6325 * features/i386/x86-64-avx.c: Likewise.
6326 * features/i386/x86-64-avx.xml: Likewise.
6327 * regformats/i386/i386-avx-linux.dat: Likewise.
6328 * regformats/i386/i386-avx.dat: Likewise.
6329 * regformats/i386/x86-64-avx-linux.dat: Likewise.
6330 * regformats/i386/x86-64-avx.dat: Likewise.
6331
05159abe
DE
63322010-04-07 Doug Evans <dje@google.com>
6333
6334 * top.c (source_file_name): Make const char *.
6335 * top.h (source_file_name): Update.
6336 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
6337 const char *.
6338 (script_from_file): Change `file' arg to const char *.
6339 * cli/cli-script.h (script_from_file): Update.
6340
96e39866
DE
63412010-04-06 Doug Evans <dje@google.com>
6342
6343 * cli/cli-cmds.c (source_command): Run cleanups.
6344
3149d8c1
SS
63452010-04-06 Stan Shebs <stan@codesourcery.com>
6346
6347 * defs.h (char_ptr): Move typedef here from...
6348 * ada-lang.c (char_ptr): Remove.
6349 * charset.c (char_ptr): Remove.
6350 * tracepoint.h (struct uploaded_string): Remove.
6351 (struct uploaded_tp): Use vectors for string arrays.
6352 * tracepoint.c (trace_save): Use vectors of actions.
6353 (parse_tracepoint_definition): Ditto.
6354 (get_uploaded_tp): Clear vectors.
6355 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
6356 (next_cmd): Change to an int.
6357 (read_next_cmd): Use vector of command strings.
6358
4cc23ede
DE
63592010-04-06 Doug Evans <dje@google.com>
6360
6361 * top.h (source_script, cd_command): Delete.
6362 * main.c: #include "cli/cli-cmds.h"
6363
bd333fb7
KB
63642010-04-06 Kevin Buettner <kevinb@redhat.com>
6365
6366 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
6367 type in bytes, not bits.
6368
ec8a089a
PM
63692010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
6370
6371 * stabsread.c (define_symbol): Add support for char
6372 and string constants.
6373
2244ba2e
PM
63742010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
6375
6376 Remove remaining "%ll" uses.
6377 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
6378 hex_string call.
6379 * rs6000-nat.c (rs6000_ptrace64): Idem.
6380 * solib-pa64.c (pa64_current_sos): Idem.
6381 * solib-spu.c (spu_current_sos): Idem.
6382 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
6383 plongest call.
6384 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
6385 phex (VAR, 8) call.
6386 * sh64-tdep.c (sh64_show_media_regs): Idem.
6387
fce3c1f0
SS
63882010-04-05 Stan Shebs <stan@codesourcery.com>
6389
6390 * tracepoint.c: Include gdbcore.h.
6391 (tfile_xfer_partial): Return partial results, also try reading
6392 from executable.
6393 (tfile_has_all_memory): New function.
6394 (init_tfile_ops): Use it.
6395
626ea16d
SDJ
63962010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6397
6398 PR gdb/10736:
6399 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
6400 the changes in data-directory.
6401 (init_sysinfo): Reload the syscall XML file if the data-directory
6402 has changed.
6403
1f7ccab2
JK
64042010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6405
6406 Code cleanup.
6407 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
6408
d77f58be
SS
64092010-04-04 Stan Shebs <stan@codesourcery.com>
6410 Nathan Sidwell <nathan@codesourcery.com>
6411
6412 * breakpoint.c (breakpoint_1): Add filter argument, return number of
6413 breakpoints printed.
6414 (is_hardware_watchpoint): Make argument const.
6415 (is_watchpoint): Ditto.
6416 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
6417 use it everywhere.
6418 (breakpoints_info): Pass NULL to breakpoint_1.
6419 (maintenance_info_breakpoints): Ditto.
6420 (watchpoints_info): New function.
6421 (tracepoints_info): Use breakpoint_1 filter.
6422 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
6423 (_initialize_breakpoint): Make "info watchpoints" its own command.
6424 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
6425 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
6426
af54718e
SS
64272010-04-04 Stan Shebs <stan@codesourcery.com>
6428
6429 * tracepoint.c (tfile_fetch_registers): Add fallback case.
6430
74d1f91e
JK
64312010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6432
6433 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
6434 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
6435
91d91ceb
JK
64362010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6437
6438 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
6439 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
6440
60531b24
JK
64412010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6442
6443 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
6444 code form.
6445
a3c4230a
HZ
64462010-04-02 Hui Zhu <teawater@gmail.com>
6447
6448 * i386-tdep.c (OT_DQUAD): New enum.
6449 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
6450 SSE3, SSSE3 and SSE4.
6451
b15758fe
HZ
64522010-04-02 Hui Zhu <teawater@gmail.com>
6453
6454 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
6455 "*addr = 0".
6456
afd02f27
PA
64572010-04-02 Pedro Alves <pedro@codesourcery.com>
6458
6459 * tracepoint.c (trace_dump_actions): New, factored out from
6460 trace_dump_command, and adjusted to recurse into while-stepping's
6461 action list.
6462 (trace_dump_command): Use it.
6463
5cea2a26
PA
64642010-04-02 Pedro Alves <pedro@codesourcery.com>
6465
6466 * breakpoint.h (struct counted_command_line): Moved definition to
6467 breakpoint.c, and forward declare.
6468 (breakpoint_commands): Declare.
6469 * breakpoint.c (struct counted_command_line): Moved here.
6470 (breakpoint_commands): New.
6471 * tracepoint.c (encode_actions): Use breakpoint_commands.
6472 * remote.c (remote_download_tracepoint): Ditto.
6473
7c47795c
L
64742010-04-01 H.J. Lu <hongjiu.lu@intel.com>
6475
6476 * remote.c (remote_parse_stop_reply): Use hex_string instead
6477 of phex_nz for error.
6478
fff87407
SS
64792010-04-01 Stan Shebs <stan@codesourcery.com>
6480 Nathan Sidwell <nathan@codesourcery.com>
6481
6482 * tracepoint.h (enum actionline_type): Remove.
6483 (validate_actionline): Change return to void.
6484 * tracepoint.c (report_agent_reqs_errors): New function.
6485 (validate_actionline): Call it, change return to void, report errors
6486 more consistently.
6487 (collect_symbol): Call report_agent_reqs_errors.
6488 (encode_actions_1): Ditto.
6489 (encode_actions): Don't expect a result from validate_actionline.
6490
615bcdef
SS
64912010-04-01 Stan Shebs <stan@codesourcery.com>
6492
6493 * tracepoint.c (trace_start_command): Confirm if trace is running.
6494 (trace_stop_command): Error if trace not running.
6495
fe01d668
L
64962010-04-01 H.J. Lu <hongjiu.lu@intel.com>
6497
6498 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
6499 (AMD64_NUM_LOWER_BYTE_REGS): New.
6500 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
6501 (amd64_pseudo_register_write): Likewise.
6502 (amd64_init_abi): Set num_byte_regs to 20.
6503
86b17b60
PA
65042010-04-01 Pedro Alves <pedro@codesourcery.com>
6505
6506 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
6507 (prev_breakpoint_count): New.
6508 (set_breakpoint_count): Adjust.
6509 (rbreak_start_breakpoint_count): New.
6510 (start_rbreak_breakpoints): Adjust.
6511 (end_rbreak_breakpoints): Adjust.
6512 (struct commands_info) <arg>: New field.
6513 (do_map_commands_command): Tweak output to include breakpoint spec
6514 range.
6515 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
6516 ARG was empty on entry. Set INFO's arg.
6517 (create_breakpoint): Adjust.
6518
6519 * NEWS: Clarify `commands' changes.
6520
2c58c0a9
PA
65212010-04-01 Pedro Alves <pedro@codesourcery.com>
6522
6523 * tracepoint.c: Include stack.h.
6524 (struct add_local_symbols_data): New.
6525 (do_collect_symbol): New.
6526 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
6527 iterate_over_block_local_vars.
6528 * stack.c (print_block_frame_locals): Rewrite as ...
6529 (iterate_over_block_locals): ... this. Take a callback function
6530 pointer and generic data pointer, and call that instead of
6531 print_variable_and_value.
6532 (struct print_variable_and_value_data): New.
6533 (do_print_variable_and_value): New.
6534 (iterate_over_block_local_vars): New, abstracted out from
6535 print_frame_local_vars.
6536 (print_frame_local_vars): Rewrite using
6537 iterate_over_block_local_vars.
6538 (iterate_over_block_arg_vars): New, abstracted out from
6539 print_frame_arg_vars.
6540 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
6541 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
6542 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
6543
d476da0e
RE
65442010-03-31 Richard Earnshaw <rearnsha@arm.com>
6545
6546 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
8d95cc3b 6547 instructions. Use the PC+4 if the base of the TBB or TBH is the
d476da0e
RE
6548 PC register.
6549
8072405b
JK
65502010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6551
6552 Fix crash on reading wrong function declaration DWARF.
6553 * dwarf2read.c (read_subroutine_type): New variable void_type.
6554 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
6555 more close to their use.
6556
8bf6485c
SS
65572010-03-31 Stan Shebs <stan@codesourcery.com>
6558
6559 * breakpoint.c (tracepoint_save_command): Include variables,
8d95cc3b 6560 conditionals, tracepoint types, and default-collect.
8bf6485c
SS
6561 * tracepoint.c (save_trace_state_variables): New function.
6562 * tracepoint.h (save_trace_state_variables): Declare it.
6563
2ae2a0b7
PM
65642010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
6565
1a161f72 6566 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
2ae2a0b7 6567
86ffb506
KS
65682010-03-30 Keith Seitz <keiths@redhat.com>
6569
6570 * c-typeprint.c (c_type_print_args): Don't print "void"
6571 for java, regardless of whether it is TYPE_PROTOTYPED.
6572 Use the passed-in language instead of current_language.
6573 (c_type_print_varspec_suffix): Use current_language instead
6574 of assuming language_c.
6575 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
6576 any return type specifier from the physname.
6577
956c2c8b
PA
65782010-03-30 Pedro Alves <pedro@codesourcery.com>
6579
6580 * tui/tui-interp.c (tui_is_toplevel): New.
6581 (tui_init): Set it.
6582 (tui_allowed_p): New.
6583 * tui/tui.c (tui_enable): Check if the TUI is allowed before
6584 enabling it.
6585 * tui/tui.h (tui_allowed_p): Declare.
6586
98e5a990
TT
65872010-03-30 Ozkan Sezer <sezeroz@gmail.com>
6588
6589 * serial.h: Include winsock2.h before windows.h.
6590
c8d5aac9
L
65912010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6592
6593 * NEWS: Mention xmlRegisters= in qSupported packet.
6594
6595 * i386-tdep.c: Include "remote.h".
6596 (_initialize_i386_tdep): Call register_remote_support_xml.
6597
6598 * remote.c (remote_support_xml): New.
6599 (register_remote_support_xml): Likewise.
6600 (remote_query_supported_append): Likewise.
6601 (remote_query_supported): Support remote_support_xml.
6602
6603 * remote.h (register_remote_support_xml): New.
6604
76a2b958
SS
66052010-03-29 Stan Shebs <stan@codesourcery.com>
6606
42e08e69
SS
6607 * tracepoint.c (trace_find_line_command): Remove dead code.
6608
409873ef
SS
6609 * tracepoint.h (struct uploaded_string): New struct.
6610 (struct uploaded_tp): New fields for source strings.
6611 * breakpoint.c (this_utp, next_cmd): New globals.
6612 (read_uploaded_action): New function.
6613 (create_tracepoint_from_upload): Fill in more parts
6614 of a tracepoint.
6615 * tracepoint.c (encode_source_string): New function.
6616 (trace_save): Write out source strings, fix error checks.
6617 (parse_tracepoint_definition): Add source string parsing.
6618 * remote.c (PACKET_TracepointSource): New packet type.
6619 (remote_download_command_source): New function.
6620 (remote_download_tracepoint): Download source pieces also.
6621 (_initialize_remote): Add packet config command.
6622
a0405854
SS
6623 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
6624 expression handler.
6625
76a2b958
SS
6626 * tracepoint.c (start_tracing): Check tracepoints before sending
6627 commands to target, don't start if all tracepoints disabled.
6628
d350db38
PA
66292010-03-28 Pedro Alves <pedro@codesourcery.com>
6630
12f2d601 6631 * cli/cli-script.c (process_next_line): Handle 'stepping'.
d350db38 6632
8b9b7ef8
SS
66332010-03-26 Stan Shebs <stan@codesourcery.com>
6634
6635 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
6636
9766ced4
SS
66372010-03-26 Tom Tromey <tromey@redhat.com>
6638
6639 * breakpoint.c (commands_command_1): Duplicate 'arg'.
6640
059acae7
UW
66412010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
6642
6643 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
6644 (skip_prologue_sal): Remove local definition.
6645 (resolve_sal_pc): Remove now unnecessary code.
6646 * linespec.c (minsym_found): Call skip_prologue_sal.
6647 * symtab.c (find_function_start_pc): Remove.
6648 (find_function_start_sal): Extract prologue skipping into ...
6649 (skip_prologue_sal): ... this new function. Handle code both
6650 with and without debug info. Respect SAL's explicit_pc and
6651 explicit_line flags. Inline old find_function_start_pc.
6652 * symtab.h (find_function_start_pc): Remove.
6653 (skip_prologue_sal): Add prototype.
6654
4a811a97
UW
66552010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
6656
6657 * dwarf2read.c (read_func_scope): Also scan specification DIEs
6658 for DW_TAG_imported_module children.
6659
907af001
UW
66602010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
6661
6662 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
6663 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
6664 * completer.c (add_struct_fields): Fix inverted logic.
6665
dde2d684
UW
66662010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
6667
6668 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
6669
a609a0c8
PA
66702010-03-26 Pedro Alves <pedro@codesourcery.com>
6671
6672 * tracepoint.c (current_trace_status): Don't make sure error_desc
6673 is non-NULL here.
6674 (parse_trace_status): Release a previous error_desc string, and
6675 set it to NULL by default. If stop reason is tracepoint_error,
6676 make sure error_desc is not left NULL.
6677
610197fd
PA
66782010-03-26 Pedro Alves <pedro@codesourcery.com>
6679
6680 * tracepoint.c (trace_save): Remove X from tracepoint error
6681 description.
6682
99b5e152
PA
66832010-03-26 Pedro Alves <pedro@codesourcery.com>
6684
6685 * tracepoint.c (parse_trace_status): Don't allow plain strings in
6686 the terror description. Don't expect an X prefix.
6687
6c28cbf2
SS
66882010-03-25 Stan Shebs <stan@codesourcery.com>
6689
6690 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
6691 (struct trace_status): New field error_desc.
6692 * tracepoint.c (stop_reason_names): Add terror.
6693 (current_trace_status): Ensure non-NULL error description.
6694 (trace_status_command): Add error report.
6695 (trace_status_mi): Ditto.
6696 (trace_save): Add special case for error description.
6697 (parse_trace_status): Add case for errors.
6698
418835cc
KS
66992010-03-25 Keith Seitz <keiths@redhat.com>
6700
6701 * dwarf2read.c (read_subroutine_type): If the compilation unit
6702 language is Java, mark any formal parameter named "this" as
6703 artificial (GCC/43521).
6704 (dwarf2_name): Add special handling for Java constructors.
6705
aa7d318d
TT
67062010-03-25 Tom Tromey <tromey@redhat.com>
6707
6708 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
6709 * infrun.c (handle_inferior_event): Change initialization of
6710 stop_stack_dummy.
6711 (handle_inferior_event): Change assignment to stop_stack_dummy.
6712 (normal_stop): Update use of stop_stack_dummy.
6713 (struct inferior_status) <stop_stack_dummy>: Change type.
6714 * inferior.h (stop_stack_dummy): Update.
6715 * infcmd.c (stop_stack_dummy): Change type.
6716 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
6717 function.
6718 (call_function_by_hand): Call set_std_terminate_breakpoint.
6719 Rewrite std::terminate handling.
6720 * breakpoint.h (enum bptype) <bp_std_terminate,
6721 bp_std_terminate_master>: New.
6722 (enum stop_stack_kind): New.
6723 (struct bpstat_what) <call_dummy>: Change type.
6724 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
6725 Declare.
6726 * breakpoint.c (create_std_terminate_master_breakpoint): New
6727 function.
6728 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
6729 Call create_std_terminate_master_breakpoint.
6730 (print_it_typical): Handle new breakpoint kinds.
6731 (bpstat_stop_status): Handle bp_std_terminate_master.
6732 (bpstat_what): Correctly set call_dummy field. Handle
6733 bp_std_terminate_master and bp_std_terminate.
6734 (print_one_breakpoint_location): Update.
6735 (allocate_bp_location): Update.
6736 (set_std_terminate_breakpoint): New function.
6737 (delete_std_terminate_breakpoint): Likewise.
6738 (create_thread_event_breakpoint): Update.
6739 (delete_command): Update.
6740 (breakpoint_re_set_one): Update.
6741 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
6742
82ccf5a5
JK
67432010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6744
6745 * symfile.c (build_section_addr_info_from_bfd): New.
6746 (build_section_addr_info_from_objfile): Base it on
6747 build_section_addr_info_from_bfd.
6748 (addrs_section_compar, addrs_section_sort): New.
6749 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
6750 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
6751 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
6752
737c4c52
MS
67532010-03-24 Michael Snyder <msnyder@localhost.localdomain>
6754
8d95cc3b 6755 * elfread.c (find_separate_debug_file_by_buildid):
737c4c52
MS
6756 Remove unused local variable.
6757
95a42b64
TT
67582010-03-24 Tom Tromey <tromey@redhat.com>
6759
6760 PR breakpoints/9352:
6761 * NEWS: Mention changes to `commands' and `rbreak'.
6762 * symtab.c (do_end_rbreak_breakpoints): New function.
6763 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
6764 end_rbreak_breakpoints.
6765 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
6766 (set_breakpoint_count): Likewise. Clear last_was_multi.
6767 (multi_start, multi_end, last_was_multi): New globals.
6768 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
6769 functions.
6770 (struct commands_info): New
6771 (do_map_commands_command): New function.
6772 (commands_command_1): New function.
6773 (commands_command): Use it.
6774 (commands_from_control_command): Likewise.
6775 (do_delete_breakpoint): New function.
6776 (delete_command): Use it.
6777 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
6778 (do_map_disable_breakpoint): New function.
6779 (disable_command): Use it.
6780 (do_map_enable_breakpoint): New function.
6781 (enable_command): Use it.
6782 (enable_once_breakpoint): Add argument.
6783 (enable_once_command): Update.
6784 (enable_delete_breakpoint): Add argument.
6785 (enable_delete_command): Update.
6786 (break_command_really): Set last_was_multi when needed.
6787 (check_tracepoint_command): Fix formatting.
6788 (validate_commands_for_breakpoint): New function.
6789 (breakpoint_set_commands): Use it.
6790 (tracepoint_save_command): Update.
6791 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
6792 Declare.
6793
9add0f1b
TT
67942010-03-24 Tom Tromey <tromey@redhat.com>
6795
6796 * breakpoint.h (struct counted_command_line): New struct.
6797 (struct breakpoint) <commands>: Change type.
6798 (struct bpstats) <commands>: Change type.
6799 <commands_left>: New field.
6800 * breakpoint.c (alloc_counted_command_line): New function.
6801 (incref_counted_command_line): Likewise.
6802 (decref_counted_command_line): Likewise.
6803 (do_cleanup_counted_command_line): Likewise.
6804 (make_cleanup_decref_counted_command_line): Likewise.
6805 (breakpoint_set_commands): Use decref_counted_command_line and
6806 alloc_counted_command_line.
6807 (commands_command): Don't error if breakpoint commands are
6808 executing.
6809 (commands_from_control_command): Likewise.
6810 (bpstat_free): Update.
6811 (bpstat_copy): Likewise.
6812 (bpstat_clear_actions): Likewise.
6813 (bpstat_do_actions_1): Likewise.
6814 (bpstat_stop_status): Likewise.
6815 (print_one_breakpoint_location): Likewise.
6816 (delete_breakpoint): Likewise.
6817 (bpstat_alloc): Initialize new field.
6818 (tracepoint_save_command): Update.
6819 * tracepoint.c (encode_actions): Update.
6820 (trace_dump_command): Update.
6821
a6c727b2
DJ
68222010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6823
6824 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
6825 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
6826 (read_structure_type): For RealView, set TYPE_STUB on structures with
6827 no byte size and no children.
6828 (read_subroutine_type): Mark functions as prototyped by default.
6829 * symtab.c (producer_is_realview): New function.
6830 * symtab.h (expand_line_sal): Fix declaration formatting.
6831 (producer_is_realview): Declare.
6832
0d39a070
DJ
68332010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6834
6835 * arm-tdep.c (skip_prologue_function): New function.
6836 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
6837 (thumb_analyze_prologue): Document return value. Recognize more
6838 Thumb instructions, skippable calls, and some Thumb-2 instructions.
6839 Add debug output.
6840 (arm_skip_prologue): Remove call dummy check. Check the prologue
6841 for non-GNU compilers.
6842 (arm_instruction_changes_pc): New function.
6843 (arm_analyze_prologue): New function, broken out from
6844 arm_scan_prologue. Recognize more ARM instructions and skippable
6845 calls. Update comments. Handle NULL cache. Return the address
6846 of the first unrecognized instruction. Do not skip past other
6847 instructions which change control flow. Add debug output.
6848 (arm_scan_prologue): Use arm_analyze_prologue.
6849 (ARM_PC_32): Delete.
6850 (shifted_reg_val): Simplify ARM_PC_32 check.
6851
4baf5cf4
VP
68522010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6853
6854 * tracepoint.c (tvariables_info_1): Actually compute
6855 the number of rows in the result.
6856
4a5e7a5b
PA
68572010-03-24 Pedro Alves <pedro@codesourcery.com>
6858
6859 * remote.c (crc32): Constify `buf' parameter.
6860 (remote_verify_memory): New, abstracted out from...
6861 (compare_sections_command): ... this. Remove hardcoded target
6862 checks.
6863 (init_remote_ops): Install remote_verify_memory.
6864 * target.c (target_verify_memory): New.
6865 * target.h (struct target_ops) <to_verify_memory>: New field.
6866 (target_verify_memory): Declare.
6867
011aacb0
VP
68682010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6869
6870 Implement -trace-save.
6871
6872 * mi-cmds.h (mi_cmds_trace_save): Declare.
6873 * mi-cmds.c (mi_cmds): Register -trace-save.
6874 * mi/mi-main.c (mi_cmd_trace_save): New.
6875 * remote.c (remote_save_trace_data): Take const parameter.
6876 * target.h (struct target_ops::to_save_trace_data): Take
6877 const parameter.
6878 * target.c (update_current_target): Adjust to the above.
6879 * tracepoint.c (trave_save): New, extracted from
6880 (trace_save_command): ...this.
6881 (tfile_trace_find): Remove message that is unnecessary now
6882 that 'tfind' reports found frame.
6883 * tracepoint.h (trace_save): Declare.
6884
f197e0f1
VP
68852010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6886
6887 Implement -trace-find.
6888
6889 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
6890 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
6891 * mi/mi-main.c (mi_cmd_trace_find): New.
6892 * target.h (struct target_ops): Document to_trace_find.
6893 * tracepoint.h (tfind_1): Declare.
6894 * tracepoint.c (finish_tfind_command): Rename to...
6895 (tfind_1): ...this.
6896 * remote.c (remote_trace_find): Return -1 if target say
6897 there's no frame. Improve error diagnostics.
6898
40e1c229
VP
68992010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6900
6901 -trace-define-variable and -trace-list-variables.
6902
6903 * tracepoint.c (create_trace_state_variable): Make
6904 private copy of name, as opposed to assuming the
6905 pointer lives forever.
6906 (tvariables_info_1): New.
6907 (tvariables_info): Use the above.
6908 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
6909 Declare.
6910 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
6911 and -trace-list-variables.
6912 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
6913 (mi_cmd_trace_list_variables): New.
6914 * mi/mi-main.c (mi_cmd_trace_define_variable)
6915 (mi_cmd_trace_list_variables): New.
6916
9b4c786c
VP
69172010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6918
6919 Implement -break-passcount.
6920
6921 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
6922 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
6923 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
6924
f224b49d
VP
69252010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6926
6927 -trace-start/-trace-end/-trace-status.
6928
6929 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
6930 and -trace-stop.
6931 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
6932 (mi_cmd_trace_stop): Declare.
6933 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
6934 (mi_cmd_trace_stop): New.
6935 * tracepoint.c (start_tracing): New, extracted from...
6936 (trace_start_command): ...this.
6937 (trace_status_mi): New.
6938 * tracepoint.h (struct trace_status): Document
6939 stopping_tracepoint.
6940 (start_tracing, stop_tracing, trace_status_mi): Declare.
6941
6534d786
VP
69422010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6943
6944 Implement creating tracepoints with -break-insert.
6945
6946 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
6947 to mean that tracepoint should be created.
6948
51661e93
VP
69492010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6950
6951 * breakpoint.c (check_no_tracepoint_commands): Use
6952 current spelling of 'teval'.
6953
a7bdde9e
VP
69542010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6955
6956 Unify actions and commands
6957
6958 * defs.h (read_command_lines, read_command_lines_1): New
6959 parameters validator and closure.
6960 * tracepoint.h (struct action_line): Remove.
6961 * breakpoint.h (struct breakpoint): Remove the 'actions'
6962 field.
6963 * defs.h (enum command_control_type): New value
6964 while_stepping_control.
6965 (struct command_line): Add comments.
6966 * breakpoint.c (breakoint_is_tracepoint): New.
6967 (breakpoint_set_commands): For tracepoints,
6968 verify the commands are permissible.
6969 (check_tracepoint_commands): New.
6970 (commands_command): Require that each new line is validated using
6971 check_tracepoint_command, if we set commands for a tracepoint.
6972 (create_tracepoint_from_upload): Likewise.
6973 (print_one_breakpoint_location): Remove the code to print
6974 actions specifically.
6975 (tracepoint_save_command): Relay to print_command_lines.
6976 * cli/cli-script.c (process_next_line): New parameters validator
6977 and closure. Handle 'while-stepping'. Call validator if not null.
6978 (read_command_lines, read_command_lines1): Likewise.
6979 (recurse_read_control_structure): New parameters validator and
6980 closure. Handle while_stepping_control.
6981 (print_command_lines): Handle while-stepping.
6982 (get_command_line, define_command, document_command): Adjust.
6983 * remote.c (remote_download_tracepoint): Adjust.
6984 * tracepoint.c (make_cleanup_free_actions, read_actions)
6985 (free_actions, do_free_actions_cleanup): Remove.
6986 (trace_actions_command): Use read_command_lines.
6987 (validate_actionline): Use error in one place.
6988 (encode_actions_1): New, extracted from...
6989 (encode_actions): ...this. Also use cleanups for exception
6990 safety.
6991 (trace_dump_command): Adjust.
6992 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
6993 it's tracepoint.
6994
64e3cf3d
MF
69952010-03-23 Mike Frysinger <vapier@gentoo.org>
6996
6997 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
6998
52e9fde8
SS
69992010-03-22 Stan Shebs <stan@codesourcery.com>
7000
7001 * value.c (value_static_field): Be lazy about the field's value.
7002
508ccb1f
TT
70032010-03-22 Reid Kleckner <reid@kleckner.net>
7004
7005 PR gdb/11094
7006 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
7007 bp_jit_event.
7008 (disable_breakpoints_in_shlibs): Likewise.
7009
acebe513
UW
70102010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
7011
7012 * dwarf2read.c (partial_die_parent_scope): Work around buggy
7013 GCC 4.1 debug info generation (GCC PR c++/28460).
7014 (determine_prefix): Likewise.
7015
957b8b5a
DJ
70162010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
7017
7018 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
7019 get_current_arch.
7020 * tui/tui-layout.c (extract_display_start_addr): Likewise.
7021
3b11a015
SS
70222010-03-19 Stan Shebs <stan@codesourcery.com>
7023
7024 * ax-gdb.c (gen_fetch): Handle bool.
7025 (gen_usual_unary): Ditto.
7026 (gen_cast): Ditto.
7027 (gen_equal): New function.
7028 (gen_less): New function.
7029 (gen_expr_binop_rest): Call them, also return integer type from
7030 logical operations.
7031 (gen_expr): Ditto.
7032
20781792
TT
70332010-03-19 Tom Tromey <tromey@redhat.com>
7034
7035 * jv-lang.c (jv_dynamics_objfile_data_key)
7036 (jv_type_objfile_data_key): New globals.
7037 (class_symtab): Move earlier.
7038 (jv_per_objfile_free): New function.
7039 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
7040 parameter.
7041 Remove ancient #if 1.
7042 (add_class_symbol): Remove redundant declaration.
7043 (java_lookup_class): Use alloc_type, not alloc_type_arch.
7044 (java_link_class_type): Mark as static. Update.
7045 (jv_clear_object_type): New function.
7046 (set_java_object_type): Likewise.
7047 (get_java_object_type): Use set_java_object_type.
7048 (is_object_type): Likewise.
7049 (_initialize_java_language): Register new objfile keys.
7050 (get_java_class_symtab): Add 'gdbarch' parameter.
7051 (add_class_symtab_symbol): Update.
7052 (type_from_class): Update.
7053
cf3e25ca
SS
70542010-03-19 Stan Shebs <stan@codesourcery.com>
7055
8d95cc3b 7056 * ax-general.c (ax_const_l): Fix a sizing bug.
cf3e25ca 7057
f1ae44c9 70582010-03-18 Joel Brobecker <brobecker@adacore.com>
7059
7060 GDB 7.1 released.
7061
4daf5ac0
SS
70622010-03-18 Stan Shebs <stan@codesourcery.com>
7063 Pedro Alves <pedro@codesourcery.com>
7064
7065 * target.h (struct target_ops): New method
7066 to_set_circular_trace_buffer.
7067 (target_set_circular_trace_buffer): New macro.
7068 * target.c (update_current_target): Add
7069 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
7070 default behavior.
7071 * remote.c (remote_set_circular_trace_buffer): New function.
7072 (init_remote_ops): Add it to vector.
7073 * tracepoint.h (struct trace_status): New field traceframes_created,
7074 change buffer_size and buffer_free to int.
7075 * tracepoint.c (circular_trace_buffer): New global.
7076 (start_tracing): Send values of disconnected tracing and circular
7077 trace buffer settings.
7078 (set_circular_trace_buffer): New function.
7079 (parse_trace_state): Handle total space and frames created.
7080 (trace_status_command): Display total space and total frames
7081 created.
7082 (trace_save): Write out new status values.
7083 (parse_trace_status): Set traceframe_count, traceframes_created,
7084 buffer_free and buffer_size to -1 by default.
7085 (_initialize_tracepoint): New setshow for circular-trace-buffer.
7086 * NEWS: Mention the circular trace buffer option.
7087
40c549d6
TT
70882010-03-18 Tom Tromey <tromey@redhat.com>
7089
7090 * infcmd.c (finish_command_continuation): Wrap print_return_value
7091 in TRY_CATCH.
7092
e8d05480
JB
70932010-03-18 Joel Brobecker <brobecker@adacore.com>
7094
7095 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
7096 DIE has a name before creating the associated partial symbol.
7097 (read_func_scope): Emit a complaint if the subprogram does not
7098 have a name or when we can't extract the subprogram PC bounds.
7099
441b986a
UW
71002010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
7101
7102 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
7103 instead of selected frame architecture.
7104
4247603b
PA
71052010-03-18 Pedro Alves <pedro@codesourcery.com>
7106
7107 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
7108 a valid selected thread, and that it is not running.
7109 (advance_command): Ditto.
7110 (finish_command): Ditto.
7111
400c6af0
SS
71122010-03-17 Stan Shebs <stan@codesourcery.com>
7113
3a96536b
SS
7114 * ax-gdb.c (require_rvalue): Disallow non-scalars.
7115
573cda03
SS
7116 * infcall.c: Include tracepoint.h.
7117 (call_function_by_hand): Disallow calls in tfind mode.
7118 * infcmd.c: Include tracepoint.h.
7119 (ensure_not_tfind_mode): New function.
7120 (continue_1): Call it.
7121 (step_1) Ditto.
7122 (jump_command): Ditto.
7123 (signal_command): Ditto.
7124 (advance_command): Ditto.
7125 (until_command): Ditto.
7126 (finish_command): Ditto.
7127 * tracepoint.h (disconnect_or_stop_tracing): Declare.
7128
400c6af0
SS
7129 * ax-gdb.h (struct axs_value): New field optimized_out.
7130 (gen_trace_for_var): Add gdbarch argument.
7131 * ax-gdb.c (gen_trace_static_fields): New function.
7132 (gen_traced_pop): Call it, add gdbarch argument.
7133 (gen_trace_for_expr): Update call to it.
7134 (gen_trace_for_var): Ditto, and report optimized-out variables.
7135 (gen_struct_ref_recursive): Check for optimized-out value.
7136 (gen_struct_elt_for_reference): Ditto.
7137 (gen_static_field): Pass gdbarch instead of expression, assume
7138 optimization if field not found.
7139 (gen_var_ref): Set the optimized_out flag.
7140 (gen_expr): Error on optimized-out variable.
7141 * tracepoint.c (collect_symbol): Handle struct-valued vars as
7142 expressions, skip optimized-out variables with computed locations.
7143 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
7144 erroring out if location expression missing.
7145 (loclist_tracepoint_var_ref): Don't error out here.
7146
a3b2a86b
TT
71472010-03-17 Tom Tromey <tromey@redhat.com>
7148
7149 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
7150 DWARF data is available.
7151
38963c97
DJ
71522010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
7153
7154 * symfile.c (generic_load): Reset breakpoints after loading.
7155
ddabfc73
TT
71562010-03-17 Tom Tromey <tromey@redhat.com>
7157
7158 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
7159
d8c09fb5
JK
71602010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7161
7162 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
7163 create_breakpoint call, adjust the parameters.
7164
bbb0eef6
JK
71652010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7166 Chandru <chandru@in.ibm.com>
7167
7168 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
7169 * valarith.c (value_subscripted_rvalue): Suppress error if
7170 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
7171
46956e39
HZ
71722010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
7173
7174 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
7175
b8d088ac
JB
71762010-03-16 Joel Brobecker <brobecker@adacore.com>
7177
7178 * ada-tasks.c (task_command_1): Check that the task ptid is valid
7179 before doing the associated thread switch.
7180
322be962
DJ
71812010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
7182
7183 * MAINTAINERS: Update my email address.
7184
8cdf0e15
VP
71852010-03-16 Vladimir Prus <vladimir@codesourcery.com>
7186
7187 Simplify MI breakpoint setting.
7188
7189 * breakpoint.c (break_command_really): Make nonstatic and
7190 rename to...
7191 (create_breakpoint): ...this. Rename prior function by this name
7192 to...
7193 (create_breakpoint_sal): ...this.
7194 (create_breakpoints): Rename to...
7195 (create_breakpoints_sal): ...this.
7196 (set_breakpoint): Remove.
7197 * breakpoint.h: Adjust to above changes.
7198 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
7199
b6e7192f
SS
72002010-03-15 Stan Shebs <stan@codesourcery.com>
7201
7202 * ax-gdb.c: Include cp-support.h.
7203 (find_field): Remove.
7204 (gen_primitive_field): New function.
7205 (gen_struct_ref_recursive): New function.
7206 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
7207 of find_field.
7208 (gen_static_field): New function.
7209 (gen_struct_elt_for_reference): New.
7210 (gen_namespace_elt): New.
7211 (gen_maybe_namespace_elt): New.
7212 (gen_aggregate_elt_ref): New.
7213 (gen_expr): Add OP_SCOPE, display opcode name in error message.
7214
1054b214
TT
72152010-03-15 Tom Tromey <tromey@redhat.com>
7216
7217 * dwarf2read.c (die_needs_namespace): Also return 0 for
7218 DW_TAG_subprogram.
7219
13387711
SW
72202010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
7221
7222 PR c++/7936:
7223 * cp-support.h: Added char *declaration element to using_direct
7224 data struct.
7225 (cp_add_using): Added char *declaration argument.
7226 (cp_add_using_directive): Ditto.
7227 (cp_lookup_symbol_imports): made extern.
7228 * cp-namespace.c: Updated with the above changes.
7229 * dwarf2read.c (read_import_statement): Ditto.
7230 (read_namespace): Ditto.
7231 (read_import_statement): Support import declarations.
7232 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
7233 declarations.
7234 Added support for 'declaration_only' search.
7235 (cp_lookup_symbol_namespace): Attempt to search for the name as
7236 is before consideration of imports.
7237 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
7238 search at every block level search.
7239 Now takes language argument.
7240 (lookup_symbol_aux): Updated.
7241
6e31430b
TT
72422010-03-15 Tom Tromey <tromey@redhat.com>
7243
7244 * c-exp.y (name_not_typename): Add 'operator' clause.
7245
4dea3bb7 72462010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
bf307134
JB
7247
7248 * configure.ac: Exit if ${gdb_target_obs}" is not set.
7249 * configure: Regenerate.
7250
4d9743af
JK
72512010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7252
7253 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
7254 and ".sdynbss". Update the comment.
7255
f75150fe
JZ
72562010-03-15 Jie Zhang <jie@codesourcery.com>
7257
7258 * MAINTAINERS: Update my email address.
7259
3c13bc11
DJ
72602010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
7261
7262 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
7263
43484f03
DJ
72642010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
7265
7266 * charset.c [USE_WIN32API]: Include <windows.h>.
7267 (_initialize_charset): Correct type of w32_host_default_charset.
7268
5f25d77d
PA
72692010-03-14 Pedro Alves <pedro@codesourcery.com>
7270
7271 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
7272
1c809c68
TT
72732010-03-12 Tom Tromey <tromey@redhat.com>
7274
7275 PR c++/9708:
7276 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
7277 in a lexical block does not need a namespace.
7278 (new_symbol) <DW_TAG_variable>: Put extern variables on
7279 list_in_scope in all cases.
7280
948103cf
SS
72812010-03-12 Stan Shebs <stan@codesourcery.com>
7282
7283 * ax-gdb.c (gen_expr): Add shift expressions.
7284 (gen_expr_binop_rest): Ditto.
7285
00ae8fef
SW
72862010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
7287
7288 * buildsym.c (finish_block): Reset using_directives pointer
7289 after block initialization.
7290
9cad29ac
L
72912010-03-12 H.J. Lu <hongjiu.lu@intel.com>
7292
7293 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
7294 * i386-tdep.c (i386_word_names): Likewise.
7295
2f4d8875
PA
72962010-03-12 Pedro Alves <pedro@codesourcery.com>
7297
7298 * target.c (memory_xfer_partial): Don't use the stack cache if
7299 inspecting trace frames.
7300 * tracepoint.c (finish_tfind_command): Invalidate the target
7301 dcache.
7302
ccf26247
JK
73032010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7304
7305 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
7306 for the PIC displacement, print also the displacement value.
7307 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
7308
477c84a7
KB
73092010-03-10 Kevin Buettner <kevinb@redhat.com>
7310
7311 * remote-mips.c (close_ports, mips_initialize_cleanups)
7312 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
7313 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
7314 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
7315 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
7316 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
7317 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
7318 comments describing each of these functions.
7319 (mips_enter_debug, mips_exit_debug, common_open)
7320 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
7321 blank line after the comment describing the function.
7322
01c30d6e
JK
73232010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7324
7325 * solib-svr4.c (svr4_exec_displacement): Return now success, new
7326 parameter displacementp. Update comment.
7327 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
7328 element exists. Return if svr4_exec_displacement was not successful.
7329 Update comment.
7330
09919ac2
JK
73312010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7332 Daniel Jacobowitz <dan@codesourcery.com>
7333
7334 * solib-svr4.c (read_program_header): Support type == -1 to read
7335 all program headers.
7336 (read_program_headers_from_bfd): New function.
7337 (svr4_static_exec_displacement): Remove and move the comment ...
7338 (svr4_exec_displacement): ... here. Remove variable found. New
7339 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
7340 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
7341 targets using read_program_headers_from_bfd. Remove the call of
7342 svr4_static_exec_displacement.
7343
d146bf1e
TT
73442010-03-10 Tom Tromey <tromey@redhat.com>
7345
7346 * dwarf2read.c (struct pubnames_header): Remove.
7347 (_PUBNAMES_HEADER): Remove.
7348 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
7349 (struct aranges_header): Remove.
7350 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
7351 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
7352 (PUBNAMES_SECTION): Remove.
7353 (ARANGES_SECTION): Remove.
7354 (dwarf2_locate_sections): Don't handle pubnames or aranges.
7355 (dwarf2_build_psymtabs): Remove dead code.
7356 (dwarf2_build_psymtabs_easy): Remove.
7357
be391dca
TT
73582010-03-10 Tom Tromey <tromey@redhat.com>
7359
7360 * elfread.c (elf_symfile_read): Don't call
7361 dwarf2_build_frame_info.
7362 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
7363 (struct dwarf2_per_objfile) <objfile>: New field.
7364 (dwarf2_has_info): Now idempotent. Set objfile field.
7365 (dwarf2_read_section): Check and set readin field. Call
7366 posix_madvise.
7367 (dwarf2_build_psymtabs): Don't read all sections.
7368 (read_type_comp_unit_head): Read types section.
7369 (create_debug_types_hash_table): Likewise.
7370 (init_cu_die_reader): Add asserts.
7371 (process_type_comp_unit): Add assert.
7372 (dwarf2_build_psymtabs_hard): Read info section.
7373 (load_partial_comp_unit): Add assert.
7374 (create_all_comp_units): Read info section.
7375 (load_full_comp_unit): Likewise.
7376 (dwarf2_ranges_read): Read ranges section.
7377 (dwarf2_record_block_ranges): Add assert.
7378 (dwarf2_read_abbrevs): Read abbrev section.
7379 (read_indirect_string): Read str section.
7380 (dwarf_decode_line_header): Read line section.
7381 (read_signatured_type_at_offset): Read types section.
7382 (dwarf_decode_macros): Read macinfo section.
7383 (dwarf2_symbol_mark_computed): Read loc section.
7384 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
7385 dwarf2_build_frame_info.
7386 (dwarf2_build_frame_info): Unconditionally set
7387 dwarf2_frame_objfile_data on the objfile.
7388 * configure.ac: Check for posix_madvise.
7389 * config.in, configure: Rebuild.
7390
ccefe4c4
TT
73912010-03-10 Tom Tromey <tromey@redhat.com>
7392
e38df1d0
TT
7393 * xcoffread.c (xcoff_start_psymtab): Update.
7394 (xcoff_end_psymtab): Update.
7395 * psymtab.c (allocate_psymtab): Remove dead code.
7396 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
7397 void*.
7398 * mdebugread.c (parse_partial_symbols): Update.
7399 (new_psymtab): Likewise.
7400 * dwarf2read.c (process_psymtab_comp_unit): Update.
7401 (psymtab_to_symtab_1): Update.
7402 * dbxread.c (start_psymtab): Update.
7403 (end_psymtab): Likewise.
7404
be391dca 74052010-03-10 Tom Tromey <tromey@redhat.com>
e38df1d0 7406
ccefe4c4
TT
7407 * xcoffread.c: Include psymtab.h.
7408 (xcoff_sym_fns): Update.
7409 * symtab.h (struct partial_symbol): Remove.
7410 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
7411 (struct partial_symtab): Remove.
7412 (PSYMTAB_TO_SYMTAB): Remove.
7413 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
7414 (find_pc_sect_psymtab): Remove.
7415 (find_pc_sect_symtab_via_partial): Declare.
7416 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
7417 (find_main_psymtab): Remove.
7418 (find_main_filename): Declare.
7419 (fixup_psymbol_section): Remove.
7420 (fixup_section): Declare.
7421 * symtab.c: Include psymtab.h.
7422 (lookup_symtab): Use lookup_symtab method.
7423 (lookup_partial_symtab): Remove.
7424 (find_pc_sect_psymtab_closer): Remove.
7425 (find_pc_sect_psymtab): Remove.
7426 (find_pc_sect_symtab_via_partial): New function.
7427 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
7428 (fixup_section): No longer static.
7429 (fixup_psymbol_section): Remove.
7430 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
7431 (lookup_global_symbol_from_objfile): Likewise.
7432 (lookup_symbol_aux_psymtabs): Remove.
7433 (lookup_symbol_aux_quick): New function.
7434 (lookup_symbol_global): Use lookup_symbol_aux_quick.
7435 (lookup_partial_symbol): Remove.
7436 (basic_lookup_transparent_type_quick): New function.
7437 (basic_lookup_transparent_type): Use it.
7438 (find_main_psymtab): Remove.
7439 (find_main_filename): New function.
7440 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
7441 (find_line_symtab): Use expand_symtabs_with_filename method.
7442 (output_partial_symbol_filename): New function.
7443 (sources_info): Use map_partial_symbol_filenames.
7444 (struct search_symbols_data): New type.
7445 (search_symbols_file_matches): New function.
7446 (search_symbols_name_matches): Likewise.
7447 (search_symbols): Use expand_symtabs_matching method.
7448 (struct add_name_data): Rename from add_macro_name_data.
7449 (add_macro_name): Update.
7450 (add_partial_symbol_name): New function.
7451 (default_make_symbol_completion_list): Use
7452 map_partial_symbol_names.
7453 (struct add_partial_symbol_name): New type.
7454 (maybe_add_partial_symtab_filename): New function.
7455 (make_source_files_completion_list): Use
7456 map_partial_symbol_filenames.
7457 (expand_line_sal): Use expand_symtabs_with_filename method.
7458 * symmisc.c: Include psymtab.h.
7459 (print_objfile_statistics): Use print_stats method.
7460 (dump_objfile): Use dump method.
7461 (dump_psymtab, maintenance_print_psymbols)
7462 (maintenance_info_psymtabs, maintenance_check_symtabs)
7463 (extend_psymbol_list): Remove.
7464 * symfile.h (struct quick_symbol_functions): New struct.
7465 (struct sym_fns) <qf>: New field.
7466 (sort_pst_symbols): Remove.
7467 (increment_reading_symtab): Declare.
7468 * symfile.c: Include psymtab.h.
7469 (compare_psymbols, sort_pst_symbols): Remove.
7470 (psymtab_to_symtab): Remove.
7471 (increment_reading_symtab): New function.
7472 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
7473 method.
7474 (set_initial_language): Use find_main_filename.
7475 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
7476 (free_named_symtabs): Remove unused code.
7477 (start_psymtab_common, add_psymbol_to_bcache)
7478 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
7479 Remove.
7480 * stack.c: Include psymtab.h, symfile.h.
7481 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
7482 * source.h (psymtab_to_fullname): Don't declare.
7483 * source.c: Include psymtab.h.
7484 (select_source_symtab): Use find_last_source_symtab method.
7485 (forget_cached_source_info): Use forget_cached_source_info
7486 method.
7487 (find_and_open_source): No longer static.
7488 (psymtab_to_fullname): Remove.
7489 * somread.c: Include psymtab.h.
7490 (som_sym_fns): Update.
7491 * psympriv.h: New file.
7492 * psymtab.h: New file.
7493 * psymtab.c: New file.
7494 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
7495 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
7496 * objfiles.c: Include psymtab.h.
7497 (objfile_relocate1): Use relocate method.
7498 (objfile_has_partial_symbols): Use has_symbols method.
7499 * mipsread.c: Include psymtab.h.
7500 (ecoff_sym_fns): Update.
7501 * mi/mi-cmd-file.c: Include psymtab.h.
7502 (print_partial_file_name): New function.
7503 (mi_cmd_file_list_exec_source_files): Use
7504 map_partial_symbol_filenames.
7505 * mdebugread.c: Include psympriv.h.
7506 * machoread.c: Include psympriv.h.
7507 (macho_sym_fns): Update.
7508 * m2-exp.y (yylex): Use lookup_symtab.
7509 * elfread.c: Include psympriv.h.
7510 (elf_sym_fns): Update.
7511 * dwarf2read.c: Include psympriv.h.
7512 * dbxread.c: Include psympriv.h.
7513 (aout_sym_fns): Update.
7514 * cp-support.c: Include psymtab.h.
7515 (read_in_psymtabs): Remove.
7516 (make_symbol_overload_list_qualified): Use
7517 expand_symtabs_for_function method.
7518 * coffread.c: Include psympriv.h.
7519 (coff_sym_fns): Update.
7520 * blockframe.c: Include psymtab.h.
7521 (find_pc_partial_function): Use find_pc_sect_symtab method.
7522 * ada-lang.h (ada_update_initial_language): Update.
7523 * ada-lang.c: Include psymtab.h.
7524 (ada_update_initial_language): Remove 'main_pst' argument.
7525 (ada_lookup_partial_symbol): Remove.
7526 (struct ada_psym_data): New type.
7527 (ada_add_psyms): New function.
7528 (ada_add_non_local_symbols): Use map_ada_symtabs method.
7529 (struct add_partial_datum): New type.
7530 (ada_add_partial_symbol_completions): New function.
7531 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
7532 (ada_exception_support_info_sniffer): Update.
7533 * Makefile.in (SFILES): Add psymtab.c.
7534 (COMMON_OBS): Add psymtab.o.
7535 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
7536
7d8500b7
PM
75372010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
7538
7539 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
7540
c0cc3a76
SW
75412010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
7542
7543 PR C++/11236:
7544 * cp-namespace.c (cp_add_using): Deleted.
7545 (cp_add_using_directive): Use obstack allocations.
7546 Merged the function cp_add_using into this one.
7547 Added 'struct obstack *' argument.
7548 (cp_scan_for_anonymous_namespaces): Updated.
7549 * cp-support.h: Updated.
7550 * dwarf2read.c (read_import_statement): Updated.
7551 (read_namespace): Updated.
7552
452fa064
CF
75532010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
7554
7555 * windows-nat.c (cygwin_conv_path): Remove old macro.
7556
60e1c644
PA
75572010-03-10 Pedro Alves <pedro@codesourcery.com>
7558
7559 * breakpoint.c (condition_command): Handle watchpoint conditions.
7560 (is_hardware_watchpoint): Add comment.
7561 (is_watchpoint): New.
7562 (update_watchpoint): Don't reparse the watchpoint's condition
7563 unless necessary.
7564 (WP_IGNORE): New.
7565 (watchpoint_check): Use it.
7566 (bpstat_check_watchpoint): Handle it.
7567 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
7568 conditions in a frame where it makes sense.
7569 (watch_command_1): Store the innermost block of the condition
7570 expression.
7571 (delete_breakpoint): Delete the watchpoint condition expression.
7572 * breakpoint.h (struct bp_location) <cond>: Update comment.
7573 (struct breakpoint): New field `cond_exp_valid_block'.
7574
af6b7be1
JB
75752010-03-09 Joel Brobecker <brobecker@adacore.com>
7576
7577 Adjust handling of Ada DIEs after dwarf2_physname patch.
7578 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
7579
60c5c021
CF
75802010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
7581 Pierre Muller <muller@ics.u-strasbg.fr>
7582
7583 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
7584 from/to posix/win32.
7585 (windows_make_so): Use non-Cygwin 1.7 specific function.
7586 (windows_create_inferior): Make sure that cygallargs points to
7587 original args in non Cygwin 1.7. case.
7588
60a1502a
MS
75892010-03-09 Michael Snyder <msnyder@vmware.com>
7590
7591 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
7592 after target_read_memory to get host byte order.
7593 (i386_process_record): Ditto.
7594
94af9270
KS
75952010-03-09 Keith Seitz <keiths@redhat.com>
7596
7597 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
7598 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
7599 print out const or volatile qualifiers, too.
7600 (c_type_print_args): Add parameters show_artificial and language.
7601 Skip artificial parameters when requested.
7602 Use the appropriate language printer.
7603 (c_type_print_varspec): Tell c_type_print_args to skip artificial
7604 parameters and pass language_c.
7605 * dwarf2read.c (die_list): New file global.
7606 (struct partial_die_info): Update comments for name field.
7607 (pdi_needs_namespace): Renamed to ...
7608 (die_needs_namespace): ... this. Rewrite.
7609 (dwarf2_linkage_name): Remove.
7610 (add_partial_symbol): Do not predicate the call to
7611 partial_die_full_name based on pdi_needs_namespace.
7612 Remove call to cp_check_possible_namespace_symbols and associated
7613 outdated comments.
7614 (guess_structure_name): Do not inspect child subprogram DIEs.
7615 (dwarf2_fullname): Update comments.
7616 Use die_needs_namespace to assist in computing the name.
7617 (read_func_scope): Use dwarf2_name to get the DIE's name.
7618 Use dwarf2_physname to get the "linkage name" of the DIE.
7619 (dwarf2_add_member_field): Use dwarf2_physname instead of
7620 dwarf2_linkage_name.
7621 (read_structure_type): For structs and classes, set TYPE_NAME, too.
7622 (determine_class): Remove.
7623 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
7624 except Ada.
7625 (new_symbol): Unconditionally call dwarf2_name.
7626 Compute the "linkage name" using dwarf2_physname.
7627 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
7628 When determining to scan for anonymous C++ namespaces, ignore
7629 the linkage name.
7630 (dwarf2_physname): New function.
7631 (dwarf2_full_name): Move content to new function and call
7632 that.
7633 (dwarf2_compute_name): "New" function.
7634 (_initialize_dwarf2_read): Initialize die_list.
7635 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
7636 physname.
7637 (gnu_v3_print_method_ptr): Use the physname for virtual methods
7638 without a demangled name.
7639 Print out type information for non-virtual methods.
c8d5aac9 7640 * linespec.c (decode_line_1): Force ANY string using "::" (or
94af9270 7641 "." for java) to use decode_compound, and clean up any stray quoting.
c8d5aac9
L
7642 If we found a file symtab, re-evaluate whether the remainder is_quoted.
7643 (decode_compound): Stop consuming at an open parenthesis.
7644 Keep template parameters.
7645 Keep any overload information.
7646 Keep keywords like "const".
7647 Remove paren_pointer.
7648 Move is_quoted check from set_flags to here.
7649 Remove #if 0 code from 2000. Ten years is long enough.
7650 (find_method): Before comparing symbol names, canonicalize the string
7651 from the user.
7652 If a specific overload is requested, find it. Otherwise throw an error.
94af9270
KS
7653 (find_method_overload_end): New function.
7654 (set_flags): Remove.
c8d5aac9
L
7655 (decode_compound): Assume that parentheses are matched.
7656 It's a lot easier.
94af9270
KS
7657 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
7658 to cplus_demangle.
7659 * linespec.c (decode_line_1): Keep important keywords like
7660 "const" and "volatile".
7661 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
7662 * typeprint.h (c_type_print_args): Add declaration.
7663 * ui-file.c (do_ui_file_obsavestring): New function.
7664 (ui_file_obsavestring): New function.
7665 * ui-file.h (ui_file_obsavestring): Add declaration.
7666 * valops.c (find_overload_match): Resolve the object to
7667 a non-pointer type.
7668 If the object is a data member, search the object for the member
7669 and return with staticp set.
7670 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
7671 Do not attempt to extract a function name from non-function types.
7672 If the extracted function name and the original name are the same,
7673 we don't have a C++ method.
7674
8d95cc3b
PA
7675 From Jan Kratochvil <jan.kratochvil@redhat.com>:
7676 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
94af9270
KS
7677
7678 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
7679 and arguments from symbol lookups.
7680 * ax-gdb.c (gen_expr): Likewise.
7681 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
7682 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
7683 lookup_possible_namespace_symbol): Likewise.
7684 * cp-support.c (read_in_psymtabs): Likewise.
7685 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
7686 * language.h (la_lookup_symbol_nonlocal): Likewise.
7687 * scm-valprint.c (scm_inferior_print): Likewise.
7688 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
7689 * solib-svr.c (elf_lookup_lib): Likewise.
7690 * solib.c (show_auto_solib_add): Likewise.
7691 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
7692 * symmisc.c (maintenance_check_symtabs): Likewise.
7693 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
7694 lookup_symbol_aux_local, lookup_symbol_aux_block,
7695 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
7696 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
7697 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
7698 basic_lookup_transparent_type, find_main_psymtab,
7699 lookup_block_symbol): Likewise.
7700 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
7701 lookup_symbol_global, lookup_symbol_aux_block,
7702 lookup_symbol_partial_symbol, lookup_block_symbol,
7703 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
7704
9cb74f47
PM
77052010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
7706
7707 * python/python-internal.h: Include symtab.h.
7708
af6b7be1
JB
77092010-03-09 Joel Brobecker <brobecker@adacore.com>
7710 Pierre Muller <muller@ics.u-strasbg.fr>
e13eedd5
PM
7711
7712 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
7713 * p-valprint.c (pascal_val_print): Remove undeed block and fix
7714 indentation.
7715
bad56014
TT
77162010-03-08 Tom Tromey <tromey@redhat.com>
7717
7718 * breakpoint.c (breakpoint_1): Add "QUIT".
7719
08105857
PA
77202010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
7721 Pedro Alves <pedro@codesourcery.com>
7722
7723 * solib.c (solib_find): Replace extension if
7724 solib_symbols_extension is set in the target gdbarch.
7725 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
7726 solib_symbols_extension to "sym".
7727 * gdbarch.sh (solib_symbols_extension): New variable.
7728 (pstring): New function.
7729 * gdbarch.h, gdbarch.c: Regenerate.
7730
7c953934
TT
77312010-03-08 Tom Tromey <tromey@redhat.com>
7732
7733 PR cli/9591:
7734 * NEWS: Update.
7735 * utils.c: Include main.h.
7736 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
7737 (defaulted_query): Use default answer if `batch_flag'.
7738 * main.h (batch_flag): Declare.
7739 * main.c (batch_flag): New global.
7740 (captured_main): Remove 'batch'. Update.
7741
bbd2783e
KB
77422010-03-08 Kevin Buettner <kevinb@redhat.com>
7743
7744 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
7745 and Kevin Buettner:
7746
7747 * remote-mips.c (rockhopper_ops): New target_ops struct.
7748 (MON_ROCKHOPPER): New mips_monitor_type.
7749 (read_hex_value): New function.
7750 (mips_request): Send 8-byte values with a 'T' packet. Read the
8d95cc3b 7751 packet argument as a string and use read_hex_value to parse it.
bbd2783e
KB
7752 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
7753 (rockhopper_open): New function.
7754 (mips_wait): Read the PC, FP and SP fields as strings. Use
7755 read_hex_value to parse them and mips_set_register to commit them.
7756 (mips_set_register): New function.
7757 (mips_fetch_registers): Do not cast register value to "unsigned"
7758 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
7759 (mips_store_registers): Use a 'T' packet to set registers when
7760 using MON_ROCKHOPPER.
7761 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
7762 and expect the total to be printed before the entry address.
7763 (_initialize_remote_mips): Initialize and add rockhopper_ops.
7764
566f3d17
KB
77652010-03-08 Kevin Buettner <kevinb@redhat.com>
7766
7767 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
7768 Change return value to int. Store value fetched in location
7769 addressed by `val'. Use function's return value as success
7770 or failure indicator. Adjust all callers.
7771
9c8ee2ab 77722010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
f72d4b77
PM
7773
7774 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
7775
7155de5a
HZ
77762010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7777 Hui Zhu <teawater@gmail.com>
7778
7779 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
7780 tmp_to_stopped_data_address.
7781 (record_open): Reset tmp_to_stopped_by_watchpoint and
7782 tmp_to_stopped_data_address.
7783 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
7784 to_stopped_data_address.
7785
580879fc
HZ
77862010-03-08 Hui Zhu <teawater@gmail.com>
7787
7788 * i386-tdep.c (i386_process_record): Initialize regnum.
7789
b0fcb67f
JK
77902010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7791
7792 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
7793 Do not warn on ".gnu.liblist" and ".gnu.conflict".
7794
08597104
JB
77952010-03-08 Joel Brobecker <brobecker@adacore.com>
7796
7797 Memory error when reading wrong core file.
7798 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
7799 errors while reading the inferior memory, and return zero if
7800 an exception was raised.
7801
425b824a
MS
78022010-03-07 Michael Snyder <msnyder@vmware.com>
7803
ec6dbf37
MS
7804 * record.c (record_restore): Rename tmpu8 to rectype.
7805
648d0c8b
MS
7806 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
7807 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
7808
7809 (i386_record_push): Rename local tmpulongest to addr.
7810
7811 (i386_process_record): Rename local tmpulongest to addr.
7812
7813 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
7814 addr64.
955db0c0
MS
7815
7816 Rename local variable tmpu8 to opcode8 and regnum.
425b824a 7817
10760264
JB
78182010-03-07 Joel Brobecker <brobecker@adacore.com>
7819
7820 * remote.c (remote_get_ada_task_ptid): New function.
c8d5aac9 7821 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
10760264 7822
b3c613f2
CF
78232010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
7824
7825 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
7826 block. Define helper macros to reduce ifdefs in code.
7827 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
7828 size. Call unadorned GetModuleFileNameEx rather than
7829 GetModuleFileNameEx*.
7830 (windows_make_so): Use __PMAX to denote maximum buffer size and
7831 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
7832 appropriate.
7833 (get_image_name): Use __PMAX to denote maximum buffer size.
7834 (handle_load_dll): Likewise.
7835 (windows_pid_to_exec_file): Likewise.
7836 (windows_create_inferior): Add many accommodations for older Cygwin and
7837 non-Cygwin.
7838 (bad_GetModuleFileNameExW): Control inclusion of this function based on
7839 __USEWIDE conditional.
7840 (bad_GetModuleFileNameExA): Likewise.
7841 (_initialize_loadable): Just use real function names without the dyn_
7842 part since they are defined earlier.
7843
f870a310
TT
78442010-03-05 Corinna Vinschen <vinschen@redhat.com>
7845 Tom Tromey <tromey@redhat.com>
7846
7847 * utils.c (host_char_to_target): Add 'gdbarch' argument.
7848 (parse_escape): Likewise.
7849 * python/py-utils.c (unicode_to_target_string): Update.
7850 (unicode_to_target_python_string): Update.
7851 (target_string_to_unicode): Update.
7852 * printcmd.c (printf_command): Update.
7853 * p-exp.y (yylex): Update.
7854 * objc-exp.y (yylex): Update.
7855 * mi/mi-parse.c: Include charset.h.
7856 (mi_parse_escape): New function.
7857 (mi_parse_argv): Use it.
7858 * jv-exp.y (yylex): Update.
7859 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
7860 function.
7861 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
7862 * gdbarch.sh (auto_charset, auto_wide_charset): New.
7863 * gdbarch.c: Rebuild.
7864 * gdbarch.h: Rebuild.
7865 * defs.h (parse_escape): Update.
7866 * cli/cli-setshow.c: Include arch-utils.h.
7867 (do_setshow_command): Update.
7868 * cli/cli-cmds.c (echo_command): Update.
7869 * charset.h (target_charset, target_wide_charset): Update.
7870 * charset.c: Include arch-utils.h.
7871 (target_charset_name): Default to "auto".
7872 (target_wide_charset_name): Likewise.
7873 (show_target_charset_name): Handle "auto".
7874 (show_target_wide_charset_name): Likewise.
7875 (be_le_arch): New global.
7876 (set_be_le_names): Add 'gdbarch' argument.
7877 (validate): Likewise. Don't call set_be_le_names.
7878 (set_charset_sfunc, set_host_charset_sfunc)
7879 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
7880 Update.
7881 (target_charset): Add 'gdbarch' argument.
7882 (target_wide_charset): Likewise. Remove 'byte_order' argument.
7883 (auto_target_charset_name): New global.
7884 (default_auto_charset, default_auto_wide_charset): New functions.
7885 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
7886 for target charsets. Copy result of nl_langinfo. Use GetACP if
7887 USE_WIN32API.
7888 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
7889 remove 'byte_order' argument. Update.
7890 (classify_type): Likewise.
7891 (c_emit_char): Update.
7892 (c_printchar): Update.
7893 (c_printstr): Update.
7894 (c_get_string): Update.
7895 (evaluate_subexp_c): Update.
7896 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
7897 Declare.
7898 * python/python.c (gdbpy_target_charset): New function.
7899 (gdbpy_target_wide_charset): Likewise.
7900 (GdbMethods): Update.
7901 * NEWS: Update.
7902
4e7386b0
UW
79032010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
7904
7905 * symfile.c (build_section_addr_info_from_objfile): Do not mask
7906 off high address bits.
7907
aab48ede
UW
79082010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
7909
7910 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
7911 address as UnsignedLongLong, not LongLong.
7912
8eeafb51 79132010-03-05 Kevin Buettner <kevinb@redhat.com>
c8d5aac9 7914 Pedro Alves <pedro@codesourcery.com>
8eeafb51
KB
7915
7916 * remote-mips.c (gdbthread.h): Include.
7917 (remote_mips_ptid): Declare.
7918 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
7919 (common_open): Set inferior_ptid, add it as an inferior, and
7920 as a thread too. Delete FIXME comment regarding start_remote().
7921 (mips_close): Invoke generic_mourn_inferior().
7922 (mips_kill): Make sure that target_mourn_inferior is invoked.
7923 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
7924 it's now invoked from mips_close().
7925 (mips_load): Don't null out inferior_ptid. Don't call
7926 clear_symtab_users().
7927 (mips_thread_alive, mips_pid_to_str): New functions.
7928 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
7929 to_thread_alive and to_pid_to_str operations.
7930
ae411497
TT
79312010-03-04 Tom Tromey <tromey@redhat.com>
7932
7933 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
7934 in DWARF 3 and later.
7935 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
7936
0e0b460e
KS
79372010-03-04 Keith Seitz <keiths@redhat.com>
7938
7939 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
7940 If the filename portion of the linespec was quoted, recheck the
7941 remainder for additional quoting.
7942 (locate_first_half): Skip over completer chars, too.
7943
1b93ff13
TT
79442010-03-04 Tom Tromey <tromey@redhat.com>
7945
7946 * printcmd.c (printf_command): Pass dummy argument to
7947 printf_filtered.
7948
fc36e839
DE
79492010-03-04 Doug Evans <dje@google.com>
7950
111f853c
DE
7951 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
7952 unwound_fp.
7953
fc36e839
DE
7954 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
7955
c7437ca6
PA
79562010-03-04 Pedro Alves <pedro@codesourcery.com>
7957
7958 * breakpoint.c (update_watchpoint): Create a sentinel location if
7959 the software watchpoint isn't watching any memory.
7960 (breakpoint_address_bits): Skip dummy software watchpoint locations.
7961
58dadb1b
PA
79622010-03-04 Pedro Alves <pedro@codesourcery.com>
7963
7964 * utils.c (fputs_maybe_filtered): Check if there's already a top
7965 level interpreter before dereferencing it. If there isn't one,
7966 don't paginate either.
7967
50e98be4
DJ
79682010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7969
7970 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
7971 the state right when single stepping.
7972 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
7973 Get the next PC along with the instruction state.
7974 (thumb_get_next_pc): Remove.
7975 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
7976
2e3ceee9
HZ
79772010-03-04 Hui Zhu <teawater@gmail.com>
7978
7979 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
7980
390a8aca
PA
79812010-03-03 Pedro Alves <pedro@codesourcery.com>
7982
7983 * utils.c (fputs_maybe_filtered): Always disable pagination if the
7984 top level interpreter is MI.
7985
9355b391
SS
79862010-03-03 Stan Shebs <stan@codesourcery.com>
7987
7988 * remote.c (remote_download_tracepoint): Iterate over locations.
7989 * tracepoint.c (validate_actionline): Ditto.
7990 (encode_actions): Add location argument.
7991 (trace_dump_command): Check all locations to see if stepping
7992 frame.
390a8aca 7993
8685c86f
L
79942010-03-03 H.J. Lu <hongjiu.lu@intel.com>
7995 Eli Zaretskii <eliz@gnu.org>
7996
7997 * NEWS: Add X86 general purpose registers section.
7998
e8f781e2
TT
79992010-03-03 Tom Tromey <tromey@redhat.com>
8000
8001 PR mi/11098:
8002 * varobj.c (install_new_value): Handle case where new print_value
8003 is NULL.
8004
a0e0ef55
TT
80052010-03-03 Dainis Jonitis <jonitis@gmail.com>
8006
8007 PR gdb/11345:
8008 * printcmd.c (printf_command): Print end of format string using
8009 printf_filtered.
8010
a58d7472
TT
80112010-03-02 Tom Tromey <tromey@redhat.com>
8012
8013 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
8014 * defs.h (read_command_lines_1): Add missing 'void'.
8015 * cli/cli-script.c (recurse_read_control_structure): Add missing
8016 'void'.
8017 (read_next_line): Likewise.
8018 (read_command_lines_1): Likewise.
8019
ce50d78b
UW
80202010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8021
8022 * spu-tdep.c (spu_analyze_prologue): Track instruction to
8023 store backchain as part of prologue.
8024
7e9af34a
DJ
80252010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
8026
8027 * progspace.c (update_address_spaces): Update inferior address spaces
8028 also.
8029
01637564
DE
80302010-03-02 Doug Evans <dje@google.com>
8031
8032 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
8033 lowpc,highpc args to addrmap_set_empty.
8034
1ba53b71
L
80352010-03-02 H.J. Lu <hongjiu.lu@intel.com>
8036
8037 * amd64-tdep.c (amd64_byte_names): New.
8038 (amd64_word_names): Likewise.
8039 (amd64_dword_names): Likewise.
8040 (amd64_pseudo_register_name): Likewise.
8041 (amd64_pseudo_register_read): Likewise.
8042 (amd64_pseudo_register_write): Likewise.
8043 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
8044 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
8045 set_gdbarch_pseudo_register_write and
8046 set_tdesc_pseudo_register_name. Don't call
8047 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
8048
8049 * i386-tdep.c (i386_num_mmx_regs): Removed.
8050 (i386_num_pseudo_regs): Likewise.
8051 (i386_byte_names): New.
8052 (i386_word_names): Likewise.
8053 (i386_byte_regnum_p): Likewise.
8054 (i386_word_regnum_p): Likewise.
8055 (i386_mmx_regnum_p): Updated.
8056 (i386_pseudo_register_name): Make it global. Handle byte and
8057 word pseudo-registers.
8058 (i386_pseudo_register_read): Likewise.
8059 (i386_pseudo_register_write): Likewise.
8060 (i386_pseudo_register_type): Handle byte, word and dword
8061 pseudo-registers
8062 (i386_register_reggroup_p): Don't include pseudo
8063 registers, except for MXX, in any register groups. Don't
8064 include pseudo byte, word, dword registers in general_reggroup.
8065 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
8066 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
8067 pseudo-registers after word pseudo-registers. Call
8068 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
8069
8070 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
8071 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
8072 eax_regnum.
8073 (i386_byte_regnum_p): New.
8074 (i386_word_regnum_p): Likewise.
8075 (i386_dword_regnum_p): Likewise.
8076 (i386_pseudo_register_name): Likewise.
8077 (i386_pseudo_register_read): Likewise.
8078 (i386_pseudo_register_write): Likewise.
8079
a6f5ef51
L
80802010-03-01 H.J. Lu <hongjiu.lu@intel.com>
8081
8082 * target-descriptions.c (tdesc_type): Remove
8083 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8084 (tdesc_predefined_types): Likewise.
8085 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
8086 if flag name is empty.
8087 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
8088
8089 * features/i386/32bit-core.xml: Define i386_eflags.
8090 * features/i386/64bit-core.xml: Likewise.
8091
8092 * features/i386/32bit-sse.xml: Define i386_mxcsr.
8093 * features/i386/64bit-sse.xml: Likewise.
8094
8095 * features/i386/amd64-linux.c: Regenerated.
8096 * features/i386/amd64.c: Likewise.
8097 * features/i386/i386-linux.c: Likewise.
8098 * features/i386/i386.c: Likewise.
8099
f5dff777
DJ
81002010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
8101
8102 * gdbtypes.c (append_composite_type_field_raw): New.
8103 (append_composite_type_field_aligned): Use the new function.
8104 * gdbtypes.h (append_composite_type_field_raw): Declare.
8105 * target-descriptions.c (struct tdesc_type_field): Add start and end.
8106 (struct tdesc_type_flag): New type.
8107 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
8108 kind. Add size to u.u. Add u.f for flags.
8109 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
8110 (tdesc_free_type): Likewise.
8111 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
8112 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
8113 (tdesc_add_bitfield, tdesc_add_flag): New.
8114 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
8115 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
8116 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
8117 current_type. Add current_type_size and current_type_is_flags.
8118 (tdesc_start_union): Clear the new fields.
8119 (tdesc_start_struct, tdesc_start_flags): New.
8120 (tdesc_start_field): Handle struct fields, including bitfields.
8121 (field_attributes): Make type optional. Add start and end.
8122 (union_children): Rename to struct_union_children.
8123 (union_attributes): Rename to struct_union_attributes. Add optional
8124 size.
8125 (flags_attributes): New.
8126 (feature_children): Add struct and flags.
8127 * features/gdb-target.dtd: Add flags and struct to features.
8128 Make field type optional. Add field start and end.
8129
90884b2b
L
81302010-03-01 H.J. Lu <hongjiu.lu@intel.com>
8131
8132 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
8133 (amd64_linux_read_description): Likewise.
8134 (_initialize_amd64_linux_nat): Set to_read_description to
8135 amd64_linux_read_description.
8136
8137 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
8138 (amd64_linux_register_name): Removed.
8139 (amd64_linux_register_type): Likewise.
8140 (amd64_linux_core_read_description): New.
8141 (amd64_linux_init_abi): Set target description to
8142 tdesc_amd64_linux if needed. Support orig_rax in target
8143 description. Don't call set_gdbarch_register_name nor
8144 set_gdbarch_register_type. Call
8145 set_gdbarch_core_read_description.
8146 (_initialize_amd64_linux_tdep): Call
8147 initialize_tdesc_amd64_linux.
8148
8149 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
8150
8151 * amd64-tdep.c: Include "features/i386/amd64.c".
8152 (amd64_register_names): Removed.
8153 (amd64_register_name): Likewise.
8154 (amd64_register_type): Likewise.
8155 (amd64_init_abi): Set num_core_regs and register_names. Set
8d95cc3b 8156 target description to tdesc_amd64 if needed. Don't call
90884b2b
L
8157 set_gdbarch_register_name nor set_gdbarch_register_type.
8158 (_initialize_amd64_tdep): New.
8159
8160 * i386-linux-nat.c (i386_linux_read_description): New.
8161 (_initialize_i386_linux_nat): Set to_read_description to
8162 i386_linux_read_description.
8163
8164 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
8165 (i386_linux_register_name): Removed.
8166 (i386_linux_core_read_description): New.
8167 (i386_linux_read_description): Likewise.
8168 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
8169 Set target description to tdesc_i386_linux if needed. Support
8170 orig_eax. Set register_reggroup_p. Call
8171 set_gdbarch_core_read_description.
8172 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
8173
8174 * i386-linux-tdep.h (tdesc_i386_linux): New.
8175
8176 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
8177 with I387_NUM_REGS.
8178
8179 * i386-tdep.c: Include "features/i386/i386.c".
8180 (i386_register_names): Make it const.
8181 (i386_mmx_names): Likewise.
8182 (i386_num_register_names): Removed.
8183 (i386_register_name): Likewise.
8184 (i386_eflags_type): Likewise.
8185 (i386_mxcsr_type): Likewise.
8186 (i386_sse_type): Likewise.
8187 (i386_register_type): Likewise.
8188 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
8189 (i386_pseudo_register_name): New.
8190 (i386_pseudo_register_type): Likewise.
8191 (i386_mmx_type): Make it static.
8192 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
8193 I387_NUM_REGS. Set num_core_regs and register_names. Don't
8194 call set_gdbarch_register_name nor set_gdbarch_register_type.
8195 Set register_reggroup_p. Set target description to tdesc_i386
8196 if needed. Call set_tdesc_pseudo_register_type,
8197 set_tdesc_pseudo_register_name and tdesc_use_registers.
8198 (_initialize_i386_tdep): Call initialize_tdesc_i386.
8199 initialize_tdesc_x86_64.
8200
8201 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
8202 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
8203 register_names, tdesc and register_reggroup_p.
8204 (I386_NUM_FREGS): Removed.
8205 (i386_eflags_type): Likewise.
8206 (i386_mxcsr_type): Likewise.
8207 (i386_mmx_type): Likewise.
8208 (i386_sse_type): Likewise.
8209 (i386_register_name): Likewise.
8210 (i386_regnum): Add I386_MXCSR_REGNUM.
8211 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
8212
8213 * i387-tdep.h (I387_NUM_REGS): New.
8214
8215 * regformats/i386/i386-linux.dat: Generated.
8216 * regformats/i386/i386.dat: Likewise.
8217 * regformats/i386/amd64-linux.dat: Likewise.
8218 * regformats/i386/amd64.dat: Likewise.
8219
8220 * regformats/reg-i386-linux.dat: Removed.
8221 * regformats/reg-i386.dat: Likewise.
8222 * regformats/reg-x86-64-linux.dat: Likewise.
8223 * regformats/reg-x86-64.dat: Likewise.
8224
d0d0ab16
CV
82252010-03-01 Corinna Vinschen <vinschen@redhat.com>
8226
8227 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
8228 cygwin_conv_path API rather than the deprecated
8229 cygwin_conv_to_full_posix_path.
8230 * windows-nat.c:
8231 (GetModuleFileNameExA): Undefine for Cygwin.
8232 (GetModuleFileNameExW): Define for Cygwin.
8233 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
8234 Call GetModuleFileNameExW and convert path to POSIX using
8235 cygwin_conv_path.
8236 (windows_make_so): Always define p. Drop unused variable m.
8237 Don't use Win32 functions to check file existance, rather use
8238 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
8239 Use canonicalize_file_name to get full path.
8240 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
8241 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
8242 use correct target buffer size in call to WideCharToMultiByte.
8243 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
8244 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
8245 (windows_create_inferior): Convert all paths and arguments to wchar_t
8246 and use CreateProcessW on Cygwin.
8247 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
8248 (bad_GetModuleFileNameExA): Undefine for Cygwin.
8249 (bad_GetModuleFileNameExW): Define for Cygwin.
8250 (_initialize_loadable): Load GetModuleFileNameExW into
8251 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
8252
dc00d89f
PM
82532010-02-28 Phil Muldoon <pmuldoon@redhat.com>
8254
8255 PR python/11036
8256 * python/py-frame.c (frapy_read_var): Add block argument and logic
8257 to cope with user provided blocks.
8258
0e095b7e
JK
82592010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8260
8261 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
8262 New comment.
8263
2f9e05b4
CV
82642010-02-28 Corinna Vinschen <vinschen@redhat.com>
8265
8266 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
8267 (COMMON_OBS): ... to here since it's used unconditionally.
8268 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
8269 (SFILES): To here.
8270
eb195664
DD
82712010-02-26 David Daney <ddaney@caviumnetworks.com>
8272
8273 * mips-linux-tdep.c: Update struct sigframe comments.
8274 (SIGFRAME_CODE_OFFSET): Delete macro.
8275 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
8276 this_frame's sp.
8277 (mips_linux_n32n64_sigframe_init): Same.
8278
97b0f3e2
KB
82792010-02-26 Kevin Buettner <kevinb@redhat.com>
8280
8281 * remote-mips.c (mips_load): Don't use pseudo-register when
8282 invalidating regcache.
8283
4069ebbe
DJ
82842010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8285
8286 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
8287
05071a4d
PA
82882010-02-26 Pedro Alves <pedro@codesourcery.com>
8289
8290 * NEWS: Add "New targets" section, and mention ARM Symbian
8291 support.
8292
6063c216
UW
82932010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
8294
8295 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
8296 add ADDR_SIZE member.
8297 (allocate_piece_closure): Update.
8298 (copy_pieced_value_closure): Likewise.
8299 (dwarf2_evaluate_loc_desc): Likewise.
8300 (read_pieced_value): Use DWARF address size instead of
8301 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
8302
5107b149 83032010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 8304 Tom Tromey <tromey@redhat.com>
5107b149
PM
8305
8306 * python/py-type.c (typy_lookup_typename): Add in block argument.
8307 If provided restrict lookup to specified blocks.
8308 (gdbpy_lookup_type): Likewise.
8309 (typy_lookup_type): Likewise.
8310
78664fa3 83112010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
8d95cc3b 8312
78664fa3
PA
8313 Symbian config
8314
8315 gdb/
8316 * arm-symbian-tdep.c: New.
8317 * configure.tgt (arm*-*-symbianelf*): New target.
8318 (*-*-symbianelf*): New OS.
8319 * osabi.c (gdb_osabi_names): Add Symbian.
8320 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
8321 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
8322 (ALLDEPFILES): Add arm-symbian-tdep.c.
8323
eb73e134
DJ
83242010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
8325
8326 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
8327
46ef47e5
PA
83282010-02-24 Pedro Alves <pedro@codesourcery.com>
8329
8330 * mi/mi-main.c (mi_cmd_execute): Fix typo.
8331
f3e9a817 83322010-02-24 Phil Muldoon <pmuldoon@redhat.com>
8d95cc3b 8333 Tom Tromey <tromey@redhat.com>
f3e9a817
PM
8334 Thiago Jung Bauermann <bauerman@br.ibm.com>
8335
8336 * python/python.c (_initialize_python): Call
8337 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
8338 gdbpy_initialize_blocks.
8339 * python/python-internal.h: Declare struct symbol, block and
8340 symtab_and_line. Declare block_object_type and
8341 symbol_object_type
8342 (gdbpy_lookup_symbol gdbpy_block_for_pc)
8343 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
8344 (symbol_to_symbol_object, block_to_block_object)
8345 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
8346 (gdbpy_initialize_blocks ): Declare.
8347 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
8348 (frapy_select): Add methods.
8349 (frapy_read_var): Add symbol branch.
8350 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
8351 py-block.
8352 (SUBDIR_PYTHON_SRCS): Likewise.
8353 (py-symbol.o): New rule.
8354 (py-symtab.o): Likewise.
8355 (py-block.o): Likewise.
8356 * python/py-symbol.c: New file.
8357 * python/py-symtab.c: Likewise.
8358 * python/py-block.c: Likewise.
8359
24291992
PA
83602010-02-24 Pedro Alves <pedro@codesourcery.com>
8361
8362 PR gdb/11321
8363
8364 * inferior.h (prepare_for_detach): Declare.
8365 (struct inferior) <detaching>: New field.
8366 * infrun.c (prepare_for_detach): New.
8367 (handle_inferior_event) <random signal>: Don't stop if detaching.
8368 * target.c (target_detach): Call prepare_for_detach.
8369
fc1cf338
PA
83702010-02-24 Pedro Alves <pedro@codesourcery.com>
8371
8372 Per-process displaced stepping queue.
8373
8374 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
8375 (displaced_step_gdbarch, displaced_step_closure,
8376 (displaced_step_original, displaced_step_copy): Move globals to
8377 this...
8378 (struct displaced_step_inferior_state): ... new structure.
8379 (displaced_step_inferior_states): New global.
8380 (get_displaced_stepping_state, add_displaced_stepping_state)
8381 (remove_displaced_stepping_state, infrun_inferior_exit): New
8382 functions.
8383 (displaced_step_clear): Add displaced_step_inferior_state
8384 parameter, and adjust to handle it.
8385 (displaced_step_clear_cleanup): Parameter is now a
8386 displaced_step_inferior_state. Adjust.
8387 (displaced_step_prepare): Adjust.
8388 (displaced_step_fixup, displaced_step_fixup)
8389 (infrun_thread_ptid_changed, resume): Adjust.
8390 (init_wait_for_inferior): Don't call displaced_step_clear.
8391 (infrun_thread_stop_requested): Rewrite.
8392 (_initialize_infrun): Install infrun_inferior_exit as
8393 inferior_exit observer.
8394
0723dbf5
PA
83952010-02-24 Pedro Alves <pedro@codesourcery.com>
8396
8397 * inferior.h (ptid_match): Declare.
8398 * infrun.c (ptid_match): New.
8399 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
8400 (handle_notification): Add debug output.
8401 * linux-nat.c (ptid_match): Delete.
8402
09de9781
DM
84032010-02-24 David S. Miller <davem@davemloft.net>
8404
8405 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
8406 * syscalls/sparc-linux.xml: New.
8407 * syscalls/sparc64-linux.xml: New.
8408 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
8409 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
8410 (sparc32_linux_get_syscall_number): New function.
8411 (sparc32_linux_init_abi): Set syscall XML file name and hook up
8412 syscall number fetcher.
8413 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
8414 (sparc64_linux_get_syscall_number): New function.
8415 (sparc64_linux_init_abi): Set syscall XML file name and hook up
8416 syscall number fetcher.
8417
a79b8f6e
VP
84182010-02-24 Vladimir Prus <vladimir@codesourcery.com>
8419
8420 Multiexec MI
8421
8422 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
8423 * inferior.c (add_inferior_silent): Notify inferior_added
8424 observer.
8425 (delete_inferior_1): Notify inferior_removed observer.
8426 (exit_inferior_1): Pass inferior, not pid, to observer.
8427 (inferior_appeared): Likewise.
8428 (add_inferior_with_spaces): New.
8429 (add_inferior_command): Use the above.
8430 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
8431 Declare.
8432
8433 * inflow.c (inflow_inferior_exit): Likewise.
8434 * jit.c (jit_inferior_exit_hook): Likewise.
8435
8436 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
8437 remove-inferior.
8438 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
8439 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
8440 (report_initial_inferior): New.
8441 (mi_inferior_removed): Register the above. Make sure
8442 inferior_added observer is called on the first inferior.
8443 (mi_new_thread, mi_thread_exit): Thread group is now identified by
8444 inferior number, not pid.
8445 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
8446 affected.
8447 * mi/mi-main.c (current_context): New.
8448 (proceed_thread_callback): Use typed closure.
8449 Proceed everything if pid is 0. Most implementation split into
8450 (proceed_thread): ... this.
8451 (run_one_inferior): New.
8452 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
8453 Adjust for multiexec behaviour.
8454 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
8455 (mi_cmd_execute): Handle the 'thread-group' option here.
8456 Do some extra checks.
8457 * mi-parse.c (mi_parse): Handle the --all and --thread-group
8458 options.
8459 * mi-parse.h (struct mi_parse): New fields all and thread_group.
8460
115d30f9
VP
84612010-02-24 Vladimir Prus <vladimir@codesourcery.com>
8462
8463 Make -exec-run a proper MI commands.
8464
8465 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
8466 * mi/mi-cmds.c (mi_cmds): Adjust.
8467 * mi/mi-main.c (mi_cmd_exec_run): New.
8468
06cd862c
PA
84692010-02-24 Pedro Alves <pedro@codesourcery.com>
8470 Stan Shebs <stan@codesourcery.com>
8471
8472 * tracepoint.h (set_traceframe_number)
8473 (cleanup_restore_current_traceframe): Declare.
8474 * tracepoint.c (set_traceframe_number): New.
8475 (struct current_traceframe_cleanup): New.
8476 (do_restore_current_traceframe_cleanup)
8477 (restore_current_traceframe_cleanup_dtor)
8478 (make_cleanup_restore_current_traceframe): New.
8479 * infrun.c: Include tracepoint.h.
8480 (fetch_inferior_event): Switch out and in of tfind mode.
8481
ab92d69b
PA
84822010-02-24 Pedro Alves <pedro@codesourcery.com>
8483
8484 * breakpoint.c (breakpoint_init_inferior): Also delete
8485 bp_shlib_event breakpoints.
8486 * solib-frv.c (enable_break): Remove call to
8487 remove_solib_event_breakpoints.
8488 * solib-svr4.c (enable_break): Ditto.
8489 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
8490 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
8491 * solib-som.c (som_solib_create_inferior_hook): Ditto.
8492 * solib-spu.c (spu_enable_break): Ditto.
8493
e707a91d
PA
84942010-02-23 Harald Koenig <H.Koenig@science-computing.de>
8495
8496 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
8497
cfce2ea2
PA
84982010-02-23 Harald Koenig <H.Koenig@science-computing.de>
8499
8500 * varobj.c (varobj_update): Avoid non-constants in initializers.
8501
05566b3b
TT
85022010-02-23 Tom Tromey <tromey@redhat.com>
8503
8504 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
8505 handle big-endian values.
8506 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
8507
85d721b8
PA
85082010-02-22 Pedro Alves <pedro@codesourcery.com>
8509
8510 PR9605
8511
8512 gdb/
8513 * breakpoint.c (insert_bp_location): If inserting the read
8514 watchpoint failed, fallback to an access watchpoint.
8515 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
8516 if the value changed, if not watching the same memory for writes.
8517 (watchpoint_locations_match): Add comment.
8518 (update_global_location_list): Copy the location's watchpoint type.
8519 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
8520 handle read watchpoints here.
8521 (i386_insert_watchpoint): Read watchpoints aren't supported.
8522 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
8523 packets.
8524 * target.h (target_insert_watchpoint): Update description.
8525
48ea67a7
TT
85262010-02-19 Tom Tromey <tromey@redhat.com>
8527
8528 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
8529 * m2-typeprint.c (m2_print_type): Update.
8530 * gdbtypes.c (recursive_dump_type): Update.
8531 (copy_type_recursive): Update.
8532 * c-typeprint.c (c_type_print_varspec_prefix): Update.
8533 (c_type_print_base): Update.
8534 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
8535 Remove.
8536 (struct cplus_struct_type) <ntemplate_args>: Remove.
8537 <struct template_arg>: Remove.
8538 <is_dynamic>: Move earlier.
8539 (TYPE_TEMPLATE_ARGS): Remove.
8540 (TYPE_NTEMPLATE_ARGS): Remove.
8541 (TYPE_TEMPLATE_ARG): Remove.
8542
48e32051
TT
85432010-02-19 Tom Tromey <tromey@redhat.com>
8544
8545 PR c++/8693, PR c++/9496:
8546 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
8547 * c-exp.y (lex_one_token): Rename from yylex. Don't call
8548 write_dollar_variable. Don't try to classify NAME tokens.
8549 (token_and_value): New type.
8550 (token_fifo, popping, name_obstack): New globals.
8551 (classify_name): New function.
8552 (classify_inner_name): Likewise.
8553 (yylex): Likewise.
8554 (VARIABLE): Now has type sval.
8555 (exp : VARIABLE): Call write_dollar_variable.
8556 (qualified_name): Use TYPENAME, not typebase. Add production for
8557 multiple "::" instances.
8558 (variable): Use name_not_typename.
8559 (qualified_type): Remove.
8560 (typebase): Update.
8561
672d9c23
JK
85622010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8563
8564 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
8565 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
8566 found by bfd_get_section_by_name.
8567 * symfile.h (struct section_addr_info) <sectindex>: New comment.
8568
bfbf3774
JB
85692010-02-19 Joel Brobecker <brobecker@adacore.com>
8570
8571 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
8572 7.0 section" into "Changes in 7.1".
8573
6756b09b 85742010-02-19 Joel Brobecker <brobecker@adacore.com>
8575
8576 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
8577 * version.in: Bump version to 7.1.50.20100219-cvs.
8578
202b96c1
PA
85792010-02-18 Harald Koenig <H.Koenig@science-computing.de>
8580
8581 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
8582 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
8583
de2e5182
TT
85842010-02-17 Tom Tromey <tromey@redhat.com>
8585
8586 * NEWS: Add Python API Improvements section.
8587
7280022e
DJ
85882010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
8589
8590 * NEWS: Correct typo.
8591
6f451e5e
TT
85922010-02-17 Tom Tromey <tromey@redhat.com>
8593
8594 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
8595
012836ea
JK
85962010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8597
8598 * symfile.c (build_section_addr_info_from_objfile): Include sections
8599 only if they are SEC_ALLOC or SEC_LOAD.
8600
d182d057
L
86012010-02-17 H.J. Lu <hongjiu.lu@intel.com>
8602
8603 PR shlibs/11293
8604 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
8605 of ULONGEST for address size.
8606
4eef138c
TT
86072010-02-17 Tom Tromey <tromey@redhat.com>
8608
8609 * NEWS: Add C++ improvements section.
8610
548a926a
UW
86112010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
8612
8613 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
8614 PyThreadState_Swap): Avoid "statement with no effect" warning.
8615
ad3a0e5b
JK
86162010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8617
8618 * solib-svr4.c (enable_break <target_auxv_search>): New variable
8619 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
8620
243e2c5d 86212010-02-17 Tristan Gingold <gingold@adacore.com>
b2319725 8622 Petr Hluzin <petr.hluzin@gmail.com>
243e2c5d
TG
8623
8624 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
8625 gdb_assert. Fix info->size for SIG prologue.
8626
275f2e57
DJ
86272010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8628
8629 * infcmd.c (show_inferior_tty_command): Check for NULL.
8630 Correct output message.
8631
791dfb64
DJ
86322010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8633
8634 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
8635 FUNCTION contains parentheses. Improve removal of a trailing
8636 single quote.
8637
14d1346b
DJ
86382010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8639
8640 * gcore.c (do_bfd_delete_cleanup): New function.
8641 (gcore_command): Use it. Discard the cleanup after success.
8642 (gcore_copy_callback): Delete dead code.
8643
e76ab67f
DJ
86442010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8645
8646 * symfile.c (addr_info_make_relative): Always use
8647 find_lowest_section.
8648
71dee663
SW
86492010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
8650
8651 * NEWS: Added entry for namespace fixes.
8652
a9854bd5
TT
86532010-02-15 Tom Tromey <tromey@redhat.com>
8654
8655 * dwarf2read.c (guess_structure_name): Allocate name on the
8656 objfile obstack.
8657
fd9e29b5
TT
86582010-02-15 Tom Tromey <tromey@redhat.com>
8659
8660 * c-typeprint.c (c_type_print_base): Reverse order of test.
8661
4e1fc9c9
JK
86622010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8663
8664 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
8665 initialize it from ELF BFD. Extend the prelink condition by it.
8666
74164c56
JK
86672010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8668
8669 * defs.h (parse_pid_to_attach): New.
8670 * utils.c (parse_pid_to_attach): New.
8671 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
8672 * gnu-nat.c (gnu_attach): Likewise.
8673 * nto-procfs.c (procfs_attach): Likewise.
8674 * procfs.c (procfs_attach): Likewise.
8675 * windows-nat.c (windows_attach): Likewise.
8676 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
8677 * inf-ttrace.c (inf_ttrace_attach): Likewise.
8678 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
8679 check.
8680
bf6adea8
MM
86812010-02-14 Masaki Muranaka <monaka@monami-software.com>
8682
8683 * MAINTAINERS: Add myself for write after approval privileges.
8684
28f34a8f
JK
86852010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8686
8687 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
8688 block.
8689
701ed6dc
JK
86902010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8691
8692 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
8693 only if INFO_VERBOSE.
8694
e5829bee
MS
86952010-02-12 Tomas Holmberg <th@virtutech.com>
8696
8697 * mi/mi-main.c: Added the --reverse flag to the following MI
8698 commands: exec-continue, exec-finish, exec-next, exec-step,
8699 exec-next-instruction, exec-step-instruction. This is to
8700 support reverse execution over the MI interface to gdb.
8701
081dfbf7
PA
87022010-02-12 Pedro Alves <pedro@codesourcery.com>
8703
8704 * tracepoint.c (_initialize_tracepoint): Specify that the address
8705 range of `tfind outsize' is exclusive, and that the address range
8706 of `tfind range' is inclusive, in the commands' help strings.
8707
ecc13e53
JB
87082010-02-12 Joel Brobecker <brobecker@adacore.com>
8709
8710 Spurious "dll not found" error messages on x64-windows.
8711 * windows-nat.c: Add include of complaints.h.
8712 (handle_unload_dll): Change dll-not-found error into a complaint.
8713
15c3d785
PA
87142010-02-12 Pedro Alves <pedro@codesourcery.com>
8715
8716 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
8717 bp_tracepoint and bp_fast_tracepoint, not
8718 bp_loc_software_breakpoint.
8719 (update_global_location_list): Tracepoints are never duplicates of
8720 anything.
8721
fd9b8c24
PA
87222010-02-12 Pedro Alves <pedro@codesourcery.com>
8723
8724 * breakpoint.c (break_command_really): Change return type to int.
8725 Return false if no breakpoint was created, true otherwise.
8726 (trace_command): Don't set the tracepoint count if no tracepoint
8727 was created.
8728 (ftrace_command): Ditto.
8729 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
8730 created in the breakpoints table.
8731
5c0d192f
JK
87322010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8733 Ulrich Weigand <uweigand@de.ibm.com>
8734
8735 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
8736
5d5b640e
PA
87372010-02-11 Pedro Alves <pedro@codesourcery.com>
8738
8739 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
8740 the offset value isn't of integral type.
8741
e5a0a904
JK
87422010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8743
8744 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
8745 New.
8746
be636754
PA
87472010-02-11 Pedro Alves <pedro@codesourcery.com>
8748
8749 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
8750 non-subscriptable types.
8751 * valarith.c (binop_types_user_defined_p): New, abstracted out
8752 from ...
8753 (binop_user_defined_p): ... this.
8754 * value.h (binop_types_user_defined_p): Declare.
8755
10ef8d6a
PA
87562010-02-11 Pedro Alves <pedro@codesourcery.com>
8757
8758 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
8759 Merge uploaded TSVs before merging uploaded tracepoints.
8760
b1028c8e
PA
87612010-02-11 Pedro Alves <pedro@codesourcery.com>
8762
8763 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
8764
7a93fb82 87652010-02-11 Vladimir Prus <vladimir@codesourcery.com>
84d90c10 8766
7a93fb82
VP
8767 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
8768 whitespace character after a dot in comment.
8769 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
8770 Likewise.
8771 (list_args_or_locals): For the 'all' (that is
8772 -stack-list-variables) case, always output list of tuples.
8773 Output 'arg' field if variable is argument.
84d90c10 8774
92981e24
TT
87752010-02-10 Tom Tromey <tromey@redhat.com>
8776
8777 * parser-defs.h (parser_debug): Declare.
8778 * parse.c (_initialize_parse): Install "debug parser" set/show
8779 command.
8780 (parser_debug): New global.
8781 (show_parserdebug): New function.
8782 * c-exp.y (c_parse): Set yydebug.
8783
9fd3625f
L
87842010-02-10 H.J. Lu <hongjiu.lu@intel.com>
8785
8786 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
8787 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8788 (tdesc_predefined_types): Add i387_ext, i386_eflags and
8789 i386_mxcsr.
8790 (tdesc_find_type): New.
8791 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
8792 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8793
8794 * target-descriptions.h (tdesc_find_type): New.
8795
2fe842e5
MS
87962010-02-10 Michael Snyder <msnyder@vmware.com>
8797
8798 * gdb-gdb.py: Comment fix.
8799
f18b4cab
TG
88002010-02-09 Tristan Gingold <gingold@adacore.com>
8801
8802 * machoread.c (macho_symfile_relocate): New function.
8803 (macho_sym_fns): Use macho_symfile_relocate instead of
8804 default_symfile_relocate.
8805 (macho_oso_data): New type.
8806 (current_oso): New variable.
8807 (macho_add_oso_symfile): Do not compute section_addr_info, but
8808 instead set vma of sections.
8809 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
8810 Set and clear current_oso.
8811
31dbc1c5
JB
88122010-02-09 Joel Brobecker <brobecker@adacore.com>
8813
8814 Wrong type description for tagged type parameter.
8815 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
8816 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
8817 reference to a tagged type.
8818
399f313b
TG
88192010-02-09 Tristan Gingold <gingold@adacore.com>
8820
8821 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
8822 brothers of the parent.
8823
714f19d5
TT
88242010-02-08 Tom Tromey <tromey@redhat.com>
8825
8826 PR c++/8017:
8827 * value.h: Update.
8828 * valops.c (search_struct_field): Make 'name' const.
8829 (search_struct_method): Likewise.
8830 (find_method_list): Make 'method' const.
8831 (value_struct_elt): Make 'name' and 'err' const.
8832 (value_find_oload_method_list): Make 'method' const.
8833 (find_overload_match): Make 'name' const.
8834 * eval.c (evaluate_subexp_standard): New locals function,
8835 function_name.
8836 <OP_FUNCALL>: Handle OP_SCOPE specially.
8837
de0a0249
UW
88382010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8839
8840 * infrun.c (handle_inferior_event): Do not look up regcache
8841 for exited processes.
8842
8d95cc3b 88432010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
8844
8845 PR gdb/10728
8846 * valarith.c (value_ptrdiff): Added a test for a zero type length,
8d95cc3b 8847 warn if found, and assume length = 1.
83b10087 8848
99903ae3
CM
88492010-02-08 Chris Moller <cmoller@redhat.com>
8850
8851 PR gdb/9067
8852 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
6036c742 8853 (cp_print_static_field) Fix use of obstacks.
8d95cc3b 8854
e3e9f5a2
PA
88552010-02-08 Pedro Alves <pedro@codesourcery.com>
8856
8857 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
8858 resumed LWPs as resumed.
8859 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
8860 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
8861 of throwing an internal error. If an LWP of a process we're not
8862 waiting for reports a signal, don't force collecting a SIGSTOP,
8863 and if it was breakpoint hit in non-stop mode, cancel it. Don't
8864 go through all LWPs cancelling breakpoints in non-stop mode.
8865 (resume_stopped_resumed_lwps): New.
8866 (linux_nat_wait): Use it.
8867
46763423
L
88682010-02-07 H.J. Lu <hongjiu.lu@intel.com>
8869
8870 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
8871 i386/amd64 and i386/amd64-linux.
8872 (i386/i386-expedite): New.
8873 (i386/i386-linux-expedite): Likewise.
8874 (i386/amd64-expedite):Likewise.
8875 (i386/amd64-linux-expedite): Likewise.
8876 ($(outdir)/i386/i386-linux.dat): Likewise.
8877 ($(outdir)/i386/amd64.dat): Likewise.
8878 ($(outdir)/i386/amd64-linux.dat): Likewise.
8879
8880 * features/i386/32bit-core.xml: New.
8881 * features/i386/32bit-linux.xml: Likewise.
8882 * features/i386/32bit-sse.xml: Likewise.
8883 * features/i386/64bit-core.xml: Likewise.
8884 * features/i386/64bit-linux.xml: Likewise.
8885 * features/i386/64bit-sse.xml: Likewise.
8886 * features/i386/i386-linux.xml: Likewise.
8887 * features/i386/i386.xml: Likewise.
8888 * features/i386/amd64-linux.xml: Likewise.
8889 * features/i386/amd64.xml: Likewise.
8890 * features/i386/i386-linux.c: Likewise.
8891 * features/i386/i386.c: Likewise.
8892 * features/i386/amd64-linux.c: Likewise.
8893 * features/i386/amd64.c: Likewise.
8894
82856980
SW
88952010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
8896
8897 PR c++/7935:
8898 * cp-support.h: Added char* alias element to using_direct data
8899 struct.
8900 (cp_add_using): Added char* alias argument.
8901 (cp_add_using_directive): Ditto.
8902 * cp-namespace.c: Updated with the above changes.
8903 (cp_lookup_symbol_imports): Check for aliases.
8904 * dwarf2read.c (read_import_statement): Figure out local alias
8905 for the import and pass it on to cp_add_using.
8906 (read_namespace): Pass alias argument to cp_add_using.
8907
d18b8b7a
HZ
89082010-02-05 Hui Zhu <teawater@gmail.com>
8909
8910 * defs.h (gdb_bfd_errmsg): New extern.
8911 * exec.c (exec_file_attach): Change bfd_errmsg to
8912 gdb_bfd_errmsg.
8913 * utils.c (AMBIGUOUS_MESS1): New macro.
8914 (AMBIGUOUS_MESS2): New macro.
8915 (gdb_bfd_errmsg): New function.
8916
48379de6
DE
89172010-02-04 Doug Evans <dje@google.com>
8918
8919 * solib-svr4.c (enable_break): Add comment.
8920
4ee73e90
AG
89212010-02-04 Anthony Green <green@moxielogic.com>
8922
8923 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
8924 gracefully.
8925
1a334831
TT
89262010-02-04 Tom Tromey <tromey@redhat.com>
8927
8928 * valops.c (search_struct_field): Account for
8929 value_embedded_offset. Fix check for virtual base past the end of
8930 the object. Use value_copy when making a slice of the value.
8931
1180b2c8
L
89322010-02-04 H.J. Lu <hongjiu.lu@intel.com>
8933
8934 PR tui/9622
8935 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
8936 only if gdb_stdout is a tty.
8937
c3f08eb7
L
89382010-02-04 H.J. Lu <hongjiu.lu@intel.com>
8939
8940 * target-descriptions.c: Include "osabi.h".
8941 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
8942 OSABI.
8943
2d33f7b8
TG
89442010-02-04 Tristan Gingold <gingold@adacore.com>
8945
8946 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
8947 (macho_symtab_read): Adjust calls to macho_add_oso.
8948 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
8949 (macho_symfile_read): Adjust call to macho_oso_symfile.
8950 (macho_new_init): Move this function after declarations.
8951 (macho_symfile_init): Ditto.
8952 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
8953 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
8954
11334b82
VP
89552010-02-04 Vladimir Prus <vladimir@codesourcery.com>
8956
8957 Include MI command in remotelog.
8958
8959 * mi/mi-main.c (mi_execute_command): Call target_log_command.
8960
ff97be06
L
89612010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8962
8963 * remote.c (remote_state): Remove gdbarch.
8964 (init_remote_state): Don't set gdbarch.
8965 (remote_query_supported): Pass target_gdbarch instead of
8966 rs->gdbarch to gdbarch_qsupported.
8967
75cebea9
L
89682010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8969
8970 * gdbarch.sh: Add qsupported.
8971
8972 * gdbarch.c: Regenerated.
8973 * gdbarch.h: Likewise.
8974
8975 * remote.c (remote_state): Add gdbarch.
8976 (init_remote_state): Set gdbarch.
8977 (remote_query_supported): Support gdbarch_qsupported.
8978
c1dec97b
DJ
89792010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
8980
8981 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
8982 __FreeBSD_kernel_version.
8983
ac8035ab
TG
89842010-02-03 Tristan Gingold <gingold@adacore.com>
8985
8986 * symfile.h (struct sym_fns): Add sym_relocate field.
8987 (default_symfile_relocate): New prototype.
8988 (symfile_relocate_debug_section): First argument is now an objfile.
8989 * symfile.c (default_symfile_relocate): Rename from
8990 symfile_relocate_debug_section, first argument is now an objfile.
8991 (symfile_relocate_debug_section): New function.
8992 * coffread.c (coff_sym_fns): Set sym_relocate field.
8993 * somread.c (som_sym_fns): Ditto.
8994 * mipsread.c (ecoff_sym_fns): Ditto.
8995 * machoread.c (macho_sym_fns): Ditto.
8996 * elfread.c (elf_sym_fns): Ditto.
8997 * dwarf2read.c (dwarf2_read_section): Ditto.
8998 * xcoffread.c (xcoff_sym_fns): Ditto.
8999 * dbxread.c (aout_sym_fns): Ditto.
9000 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
9001 (elfstab_build_psymtabs): Ditto.
9002
be52b756
L
90032010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9004
9005 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
9006
9c3c02fd
TT
90072010-02-02 Tom Tromey <tromey@redhat.com>
9008
9009 * valops.c (value_cast_structs): Try downcasting using the RTTI
9010 type.
9011
f23f4c59
TT
90122010-02-02 Tom Tromey <tromey@redhat.com>
9013
9014 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
9015 (gnuv2_baseclass_offset): Now static.
9016 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
9017 * gnu-v2-abi.h: Remove.
9018
0cc2414c
TT
90192010-02-02 Tom Tromey <tromey@redhat.com>
9020
9021 * m2-typeprint.c (m2_record_fields): Don't use
9022 TYPE_DECLARED_TYPE.
9023 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
9024 (struct main_type) <flag_declared_class>: New field.
9025 (struct cplus_struct_type) <declared_type>: Remove.
9026 <ntemplate_args>: Move earlier.
9027 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
9028 (DECLARED_TYPE_TEMPLATE): Remove.
9029 (TYPE_DECLARED_TYPE): Remove.
9030 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
9031 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
9032 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
9033 TYPE_DECLARED_TYPE.
9034
edf3d5f3
TT
90352010-02-02 Tom Tromey <tromey@redhat.com>
9036
9037 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
9038 * valops.c (search_struct_field): Compute nbases after calling
9039 CHECK_TYPEDEF.
9040 (check_field): Call CHECK_TYPEDEF.
9041 * cp-valprint.c (cp_print_value): Pass correct address to
9042 baseclass_offset. Fix check for virtual base past the end of the
9043 object. Don't offset address passed to cp_print_value_fields or
9044 apply_val_pretty_printer.
9045 (cp_print_value_fields): Fix call to val_print.
9046 (cp_print_value_fields_rtti): New function.
9047 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
9048 * p-valprint.c (pascal_object_print_value_fields): Fix call to
9049 val_print.
9050 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
9051 offset to address.
9052 * language.h (struct language_defn) <la_val_print>: Document.
9053 * c-lang.h (cp_print_value_fields_rtti): Declare.
9054
e4b7f41c
JK
90552010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9056
9057 PR libc/11214:
9058 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9059 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
9060 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9061
7618e12b
DJ
90622010-02-01 Michael Matz <matz@suse.de>
9063 Daniel Jacobowitz <dan@codesourcery.com>
9064
e4b7f41c 9065 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
7618e12b
DJ
9066 functions use a frame pointer.
9067
b381ea14
JK
90682010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9069
9070 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
9071 by a conditional setting DYN_ADDR. Use DYN_ADDR.
9072 * config/djgpp/fnchange.lst: Add translations for
9073 symbol-without-target_section.exp and symbol-without-target_section.c.
9074
0e05dfcb
DJ
90752010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9076
9077 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
9078 (remote_breakpoint_for_pc): Correct invalid_p check.
9079 * gdbarch.c: Regenerated.
9080
f9d67f43
DJ
90812010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9082
9083 * arm-tdep.c (arm_find_mapping_symbol): New function, from
9084 arm_pc_is_thumb.
9085 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
9086 (extend_buffer_earlier): New function.
9087 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
9088 (arm_adjust_breakpoint_address): New function.
9089 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
9090
177321bd
DJ
90912010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9092
9093 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
9094 (arm_linux_thumb2_le_breakpoint): New constants.
9095 (arm_linux_init_abi): Set thumb2_breakpoint and
9096 thumb2_breakpoint_size.
9097 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
9098 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
9099 Implement support for single stepping through IT blocks if
9100 a 32-bit Thumb breakpoint instruction is available.
9101 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
9102 is available, use it when needed.
9103 (arm_remote_breakpoint_from_pc): New function.
9104 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
9105 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
9106 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
9107
a1dcb23a
DJ
91082010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9109
9110 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
9111 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
9112 * gdbarch.c, gdbarch.h: Regenerated.
9113 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
9114 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
9115 gdbarch_remote_breakpoint_from_pc.
9116
2b009048
DJ
91172010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9118
9119 * infrun.c (prepare_to_proceed): Handle other signals which might
9120 match a breakpoint.
9121 (handle_inferior_event): Move the check for unusual breakpoint
9122 signals earlier.
9123
e4e2711a
JB
91242010-01-29 Paul Hilfinger <hilfinger@adacore.com>
9125
9126 amd64 - function returning record with field straddling 2 registers.
9127 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
9128 a record of length <= 16 in which a field straddles the two
9129 eightbytes.
9130
cba6fab5
JB
91312010-01-29 Joel Brobecker <brobecker@adacore.com>
9132
9133 Implement return values on amd64-windows.
9134 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
9135 (amd64_windows_return_value): New function.
9136 (amd64_windows_init_abi): Call set_gdbarch_return_value with
9137 amd64_windows_return_value.
9138
3af6ddfe
JB
91392010-01-29 Joel Brobecker <brobecker@adacore.com>
9140
9141 amd64-windows: 32 bytes allocated on stack by caller for integer
cba6fab5 9142 parameter registers.
3af6ddfe
JB
9143 * i386-tdep.h (struct gdbarch_tdep): Add new field
9144 integer_param_regs_saved_in_caller_frame.
9145 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9146 tdep->integer_param_regs_saved_in_caller_frame to 1.
9147 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
9148 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
9149
80d19a06
JB
91502010-01-29 Joel Brobecker <brobecker@adacore.com>
9151
9152 amd64-windows: memory args passed by pointer during function calls.
9153 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
9154 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
9155 where tdep->memory_args_by_pointer is non-zero.
9156 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9157 tdep->memory_args_by_pointer to 1.
9158
ba581dc1
JB
91592010-01-29 Joel Brobecker <brobecker@adacore.com>
9160
4966b6c2 9161 amd64-windows: Integer parameters in function calls.
ba581dc1
JB
9162 * i386-tdep.h (enum amd64_reg_class): New, moved here from
9163 amd64-tdep.c.
9164 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
9165 call_dummy_integer_regs, and classify.
9166 * amd64-tdep.h (amd64_classify): Add declaration.
9167 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
9168 (amd64_reg_class): Delete, moved to i386-tdep.h.
9169 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
9170 Replace call to amd64_classify by call to tdep->classify.
9171 (amd64_push_arguments): Get the list of registers to use for
9172 passing integer parameters from the gdbarch tdep structure,
9173 rather than using a hardcoded one. Replace calls to amd64_classify
9174 by calls to tdep->classify.
9175 (amd64_push_dummy_call): Get the register number used for
9176 the "hidden" argument from tdep->call_dummy_integer_regs.
9177 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
9178 and tdep->call_dummy_integer_regs. Set tdep->classify.
9179 * amd64-windows-tdep.c: Add include of gdbtypes.h.
9180 (amd64_windows_dummy_call_integer_regs): New static global.
9181 (amd64_windows_classify): New function.
9182 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
9183 tdep->call_dummy_integer_regs and tdep->classify.
9184
d37346f0
DJ
91852010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
9186
9187 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
9188 for the new regcache. All callers updated.
9189 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
9190 (get_thread_arch_regcache): Do not set aspace here.
9191 * regcache.h (regcache_xmalloc): Update declaration.
9192
9193 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
9194 regcache_xmalloc updated.
9195
7434dadd
JB
91962010-01-28 Joel Brobecker <brobecker@adacore.com>
9197
9198 Another -Wunused-function error in procfs.c (sparc-solaris)
9199 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
9200 Only define if SYS_syssgi is defined.
9201 (remove_dbx_link_breakpoint): Delete declaration. Move up.
9202 (dbx_link_addr, insert_dbx_link_bpt_in_file)
9203 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
9204 is itself defined.
9205
16d905e2
CF
92062010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
9207
9208 * windows-nat.c (windows_initialization_done): New variable.
9209 (get_windows_debug_event): Issue error when process dies before
9210 completely initializing.
9211 (do_initial_windows_stuff): Set flag to indicate when we are done with
9212 the initial steps of attaching to the child.
9213
cd55e50f
JK
92142010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9215
9216 * symtab.h (struct symbol <symtab>): New comment on NULL values.
9217
99cc78aa
DE
92182010-01-27 Doug Evans <dje@google.com>
9219
4c7dcb84
DE
9220 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
9221
99cc78aa
DE
9222 * breakpoint.c (bpstat_stop_status): Delete useless code.
9223
52334bf5
JK
92242010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9225
9226 * printcmd.c (display_uses_solib_p): Remove variable section. Access
9227 objfile via SYMBOL_SYMTAB.
9228
708ead4e
TT
92292010-01-26 Tom Tromey <tromey@redhat.com>
9230
9231 PR exp/7643:
9232 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
9233 coerce_array on result.
9234
b14e635e
SW
92352010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
9236
9237 * cp-namespace.c (cp_lookup_symbol_namespace): Added
9238 search_parent argument.
9239 (cp_add_using): Initialize 'searched' field.
9240 (reset_directive_searched): New function.
9241 * cp-support.h: Add 'searched' field to using_direct struct.
9242 (cp_lookup_symbol_imports): Ditto.
9243 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
9244 Perform recursive search.
9245 Implement non parent search.
9246 * valops.c (value_maybe_namespace_elt): Updated.
9247
8540c487
SW
92482010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
9249
9250 PR gdb/10929:
9251 * dwarf2read.c (read_lexical_block_scope): Create blocks for
9252 scopes which contain using directives even if they contain no
9253 declarations.
9254 * symtab.c (lookup_symbol_aux): Pass lowest level block to
9255 la_lookup_symbol_nonlocal.
9256 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
9257 cp_lookup_symbol_namespace.
9258 (cp_lookup_symbol_namespace): Perform an import lookup at every
9259 block level.
9260 (cp_lookup_symbol_imports): New function.
9261 (cp_lookup_symbol_in_namespace): New function.
9262
421d5d99
TT
92632010-01-25 Tom Tromey <tromey@redhat.com>
9264
9265 PR gdb/11049:
9266 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
9267 result.
9268
6bcc772d
RO
92692010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9270
9271 * configure.ac: Only use host_os part when disabling TUI on osf.
9272 Use test to check variables, prefix strings with x.
9273 * configure: Regenerate.
9274
9275 * solib-osf.c (osf_current_sos): Initialize tail.
9276
1c1238a5
TG
92772010-01-25 gingold <gingold@adacore.com>
9278
c8d5aac9
L
9279 * windows-nat.c (windows_continue): Use %x to print thread id.
9280 (get_windows_debug_event): Ditto.
1c1238a5 9281
0b92b5bb
TT
92822010-01-22 Tom Tromey <tromey@redhat.com>
9283
9284 PR symtab/11199:
9285 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
9286 type and arguments. Use smash_to_methodptr_type.
9287 (read_structure_type): Call quirk_gcc_member_function_pointer
9288 later.
9289 * gdbtypes.h (smash_to_methodptr_type): Declare.
9290 * gdbtypes.c (smash_to_methodptr_type): New function.
9291 (lookup_methodptr_type): Use it.
9292
0d5392b8
TT
92932010-01-21 Tom Tromey <tromey@redhat.com>
9294
9295 PR symtab/11198:
9296 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
9297 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
9298 * glibc-tdep.c (find_minsym_and_objfile): Remove.
9299 (glibc_skip_solib_resolver): Use
9300 lookup_minimal_symbol_and_objfile.
9301
e6d088ec
KT
93022010-01-21 Kai Tietz <kai.tietz@onevision.com>
9303
9304 * inflow.c (check_syscall): Guard by #if clause for GO32 and
9305 WIN32 targets.
9306
b966cb8a
TT
93072010-01-20 Tom Tromey <tromey@redhat.com>
9308
9309 PR backtrace/10770:
9310 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
9311 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
9312 * dwarf2expr.c (new_dwarf_expr_context): Allocate
9313 dwarf_stack_values, not CORE_ADDRs.
9314 (execute_stack_op): Change DW_OP_div and comparison operators to
9315 use signed operands.
9316
3f81c18a
VP
93172010-01-20 Vladimir Prus <vladimir@codesourcery.com>
9318
9319 Per-inferior args and tty and environment.
9320
9321 * infcmd.c (inferior_args): Rename to ...
9322 (inferior_args_scratch): ... this.
9323 (inferior_io_terminal): Rename to ...
9324 (inferior_io_terminal_scratch): ... this.
9325 (inferior_argc, inferior_argv): Remove.
9326 (set_inferior_io_terminal, get_inferior_io_terminal): Store
9327 inside current_inferior().
9328 (set_inferior_tty_command, show_inferior_tty_command): New.
9329 (get_inferior_args, set_inferior_args): Store inside
9330 current_inferior().
9331 (notice_args_set): Likewise and rename to...
9332 (set_args_command): ... this.
9333 (set_inferior_args_vector): Likewise.
9334 (notice_args_read): Rename to...
9335 (show_args_command): ...new.
9336 (tty_command): Remove.
9337 (run_command_1): Don't free old args, as they are freed by
9338 set_inferior_arg now.
9339 (run_no_args_command): Likewise.
9340 (inferior_environ): Remove.
9341 (run_command_1): Use environment of the current inferior.
9342 (environment_info, set_environment_command)
9343 (unset_environment_command, path_info, path_command): Likewise.
9344 (_initialize_infcmd): Adjust for function and variable renames.
9345 Do not init inferior_environ.
9346 * inferior.h (set_inferior_arg): Adjust prototype.
9347 (struct inferior): New fields args, argc, argv, terminal, environment.
9348 (inferior_environ): Remove declaration.
9349 * inferior.c (free_inferior): Free new fields.
9350 (add_inferior_silent): Initialize 'environment' field.
9351 * main.c (captured_main): Set arguments only after the initial
9352 inferior has been created. Set set_inferior_io_terminal,
9353 not tty_command.
9354 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
9355 inferior.
9356 (_initialize_mi_cmd_env): Adjust for disappearance of global
9357 inferior_environ.
9358 * solib.c (solib_find): Use environment of the current inferior.
9359
d8b65138
JK
93602010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9361
9362 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
9363 HAVE_PYTHON.
9364 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
9365
692465f1
JB
93662010-01-20 Joel Brobecker <brobecker@adacore.com>
9367
9368 Get rid of ada-lang.c:function_name_from_pc.
9369 * ada-lang.c: Add "stack.h" #include.
9370 (function_name_from_pc): Delete.
9371 (is_known_support_routine): Replace call to function_name_from_pc
9372 by call to find_frame_funname.
9373 (ada_unhandled_exception_name_addr_from_raise): Likewise.
9374
95519e0e
TT
93752010-01-19 Tom Tromey <tromey@redhat.com>
9376
9377 PR c++/11026:
9378 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
9379 objfile obstack.
9380
95c11dc7
TT
93812010-01-19 Tom Tromey <tromey@redhat.com>
9382
9383 * top.c (stop_sig, float_handler, do_nothing): Remove.
9384
a0f49112
JK
93852010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9386
9387 * breakpoint.c (watchpoint_check): Check the call
9388 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
9389 Extend the comment.
8d95cc3b 9390 * config/djgpp/fnchange.lst: Add translations for
a0f49112
JK
9391 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
9392 watchpoint-cond-gone-stripped.c.
9393
ceeb3d5a
TT
93942010-01-19 Tom Tromey <tromey@redhat.com>
9395
9396 PR c++/8000:
9397 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
9398 into parent scope, and enumerator into grandparent scope.
9399
2b71fc8e
JB
94002010-01-19 Joel Brobecker <brobecker@adacore.com>
9401
9402 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
9403
03564ed9
JB
94042010-01-19 Joel Brobecker <brobecker@adacore.com>
9405
9406 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
9407 i[34567]86-*-solaris2.1[0-9]*.
9408 * configure.tgt: Likewise.
9409
fb2e7cb4
JB
94102010-01-19 Joel Brobecker <brobecker@adacore.com>
9411
9412 * NEWS: Document the source command enhancement allowing it
9413 to load Python scripts. Document the "set/show script-extension"
9414 commands.
9415
1cb5e2a4
JB
94162010-01-19 Joel Brobecker <brobecker@adacore.com>
9417
9418 Add -Wunused-function to compile flags.
9419 * configure.ac: Add -Wunused-function to build_warnings.
9420 * configure: Regenerate.
9421
0ec6cd0c
JB
94222010-01-19 Joel Brobecker <brobecker@adacore.com>
9423
9424 "delete" ada-lex.c:input function, not used.
9425 * ada-lex.l: #define YY_NO_INPUT.
9426
b74845da
JB
94272010-01-19 Joel Brobecker <brobecker@adacore.com>
9428
9429 Delete free_named_symtabs and associated cleanup.
9430 * symfile.h (free_named_symtabs): Delete declaration.
9431 * symfile.c: Remove some commented out code (clear_symtab_users_once).
9432 (cashier_psymtab): Comment function out.
9433 Delete declaration.
9434 (free_named_symtabs): Delete.
9435 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
9436 * dbxread.c (end_psymtab): Likewise.
9437 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
9438 * exec.c (exec_close_1): Ditto.
9439 * xcoffread.c (xcoff_end_psymtab): Likewise.
9440
65c06092
JB
94412010-01-19 Joel Brobecker <brobecker@adacore.com>
9442
9443 * stack.c (print_block_frame_labels): Comment function out.
9444
d5cd6034
JB
94452010-01-19 Joel Brobecker <brobecker@adacore.com>
9446
9447 Delete unused or undefined functions.
9448 * breakpoint.c (ep_parse_optional_filename): Delete.
9449 * dcache.c (dcache_write_line): Remove declaration.
9450 * infrun.c (build_infrun): Remove declaration.
9451 * tracepoint.c (tracepoint_save_command): Remove declaration.
9452 * linux-nat.c (init_lwp_list): Delete. No longer used.
9453 * event-loop.c (check_async_signal_handlers): Delete declaration.
9454 * infrun.c (init_execution_control_state): Delete.
9455 (proceed): Update comment to avoid mentioning
9456 init_execution_control_state.
9457 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
9458 * ada-lang.c (ada_to_static_fixed_value): Delete.
9459 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
9460 * cp-namespace.c (cp_copy_usings): Delete.
9461 * xml-syscall.c (xml_number_of_syscalls): Delete.
9462 * progspace.c (find_program_space_by_num): Delete.
9463 * inflow.c (handle_sigio): Delete declaration.
9464 * hppa-tdep.c (hppa_alignof): Delete.
9465 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
9466 (mipsnbsd_core_osabi_sniffer): Delete.
9467
4e8f195d
TT
94682010-01-18 Tom Tromey <tromey@redhat.com>
9469
9470 PR c++/9680:
9471 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
9472 (CONST_CAST): New tokens.
9473 (exp): Add new productions.
9474 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
9475 reinterpret_cast.
9476 (is_cast_operator): New function.
9477 (yylex): Handle cast operators specially.
9478 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
9479 UNOP_REINTERPRET_CAST>: New cases.
9480 * expprint.c (print_subexp_standard): Likewise.
9481 (op_name_standard): Likewise.
9482 (dump_subexp_body_standard): Likewise.
9483 * parse.c (operator_length_standard): Likewise.
9484 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
9485 UNOP_REINTERPRET_CAST.
9486 * gdbtypes.c (class_types_same_p): New function.
9487 (is_ancestor): Use it.
9488 (is_public_ancestor): New function.
9489 (is_unique_ancestor_worker): Likewise.
9490 (is_unique_ancestor): Likewise.
9491 * gdbtypes.h (class_types_same_p, is_public_ancestor)
9492 (is_unique_ancestor): Declare.
9493 * valops.c (value_reinterpret_cast): New function.
9494 (dynamic_cast_check_1): Likewise.
9495 (dynamic_cast_check_2): Likewise.
9496 (value_dynamic_cast): Likewise.
9497 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
9498
d9c57d9f
JB
94992010-01-18 Joel Brobecker <brobecker@adacore.com>
9500
9501 Fix build failure when building without Python support.
9502 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
9503 is not defined.
9504
f80d3ff2
JB
95052010-01-18 Joel Brobecker <brobecker@adacore.com>
9506
9507 Use XVS field type instead of doing a parallel lookup.
9508 * ada-lang.c (ada_get_base_type): Follow the XVS field type
9509 if it is a reference type instead of doing a type lookup using
9510 the XVS field name.
9511
5bf03f13
JB
95122010-01-18 Joel Brobecker <brobecker@adacore.com>
9513
9514 Trust PAD types instead of using PAD___XVS.
9515 * ada-lang.c (trust_pad_over_xvs): New static variable.
9516 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
9517 parallel XVS type, follow the XVS type instead of the PAD type.
9518 (unwrap_value): Make sure that there is no parallel XVE type
9519 before returning the value as is.
9520 (set_ada_list, show_ada_list): New static variables.
9521 (set_ada_command, show_ada_command): New functions.
9522 (_initialize_ada_language): Add new "set/show ada" prefix commands.
9523 Add new "set/show ada trust-PAD-over-XVS" setting.
9524
973817a3
JB
95252010-01-18 Tom Tromey <tromey@redhat.com>
9526 Thiago Jung Bauermann <bauerman@br.ibm.com>
9527
9528 Allow "source" to load python scripts.
9529 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
9530 * python/python.c (source_python_script): New function.
9531 * python/python.h (source_python_script): Add declaration.
9532 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
9533 (script_ext_off, script_ext_soft, script_ext_strict)
9534 (script_ext_enums, script_ext_mode): New static constants.
9535 (show_script_ext_mode, find_and_open_script): New functions.
9536 (source_script): Enhance to handle Python scripts.
9537 (init_cli_cmds): Add set/show script-extension commands.
9538
98e03262
SS
95392010-01-16 Stan Shebs <stan@codesourcery.com>
9540
9541 * tracepoint.h (struct trace_status): Use unsigned long long
9542 instead of size_t.
9543 * tracepoint.c (trace_status_command): Fix printf directive.
9544 (trace_save_command): Check fwrite returns, fix printf directive.
9545 (trace_filename): New global.
9546 (tfile_open): Set it, check read returns.
9547 (tfile_close): Free trace_filename.
9548 (tfile_get_traceframe_address): Check read returns.
9549 (tfile_trace_find): Ditto.
9550 (tfile_fetch_registers): Ditto.
9551 (tfile_xfer_partial): Ditto.
9552 (tfile_get_trace_state_variable_value): Ditto.
9553
00bf0b85
SS
95542010-01-15 Stan Shebs <stan@codesourcery.com>
9555
9556 Add trace file support.
9557 * tracepoint.h (enum trace_stop_reason): New enum.
9558 (struct trace_status): New struct.
9559 (parse_trace_status): Declare.
9560 (struct uploaded_tp): Move here from remote.c,
9561 add fields for actions.
9562 (struct uploaded_tsv): New struct.
9563 * tracepoint.c (tfile_ops): New target vector.
9564 (trace_fd): New global.
9565 (tfile_open): New function.
9566 (tfile_close): New function.
9567 (tfile_files_info): New function.
9568 (tfile_get_trace_status): New function.
9569 (tfile_get_traceframe_address): New function.
9570 (tfile_trace_find): New function.
9571 (tfile_fetch_registers): New function.
9572 (tfile_xfer_partial): New function.
9573 (tfile_get_trace_state_variable_value): New function.
9574 (init_tfile_ops): New function.
9575 (_initialize_tracepoint): Call it, add tfile target.
9576 (trace_status): New global.
9577 (current_trace_status): New function.
9578 (trace_running_p): Remove, change all users to get from
9579 current_trace_status()->running.
9580 (get_trace_status): Remove.
9581 (trace_status_command): Call target_get_trace_status directly,
9582 report more detail including tracing stop reasons.
9583 (trace_find_command): Always allow tfind on a file.
9584 (trace_find_pc_command): Ditto.
9585 (trace_find_tracepoint_command): Ditto.
9586 (trace_find_line_command): Ditto.
9587 (trace_find_range_command): Ditto.
9588 (trace_find_outside_command): Ditto.
9589 (trace_frames_offset, cur_offset): Declare as off_t.
9590 (trace_regblock_size): Rename from reg_size, update users.
9591 (parse_trace_status): New function.
9592 (tfile_interp_line): New function.
9593 (disconnect_or_stop_tracing): Ensure current trace
9594 status before asking what to do.
9595 (stop_reason_names): New global.
9596 (trace_save_command): New command.
9597 (get_uploaded_tp): Move here from remote.c.
9598 (find_matching_tracepoint): Ditto.
9599 (merge_uploaded_tracepoints): New function.
9600 (parse_trace_status): Use stop_reason_names.
9601 (_initialize_tracepoint): Define tsave command.
9602 * target.h (target_ops): New fields to_save_trace_data,
9603 to_upload_tracepoints, to_upload_trace_state_variables,
9604 to_get_raw_trace_data, change to_get_trace_status
9605 to take a pointer to a status struct.
9606 (target_save_trace_data): New macro.
9607 (target_upload_tracepoints): New macro.
9608 (target_upload_trace_state_variables): New macro.
9609 (target_get_raw_trace_data): New macro.
9610 * target.c (update_current_target): Add new methods, change
9611 signature of to_get_trace_status.
9612 * remote.c (hex2bin): Make globally visible.
9613 (bin2hex): Ditto.
9614 (remote_download_trace_state_variable): Download name also.
9615 (remote_get_trace_status): Update parameter, use
9616 parse_trace_status.
9617 (remote_save_trace_data): New function.
9618 (remote_upload_tracepoints): New function.
9619 (remote_upload_trace_state_variables): New function.
9620 (remote_get_raw_trace_data): New function.
9621 (remote_start_remote): Use them.
9622 (_initialize_remote_ops): Add operations.
9623 * ax-gdb.c: Include breakpoint.h.
9624 * breakpoint.c (create_tracepoint_from_upload): Use
9625 break_command_really, return tracepoint, warn about unimplemented
9626 parts.
9627 * NEWS: Mention trace file addition.
9628
d904de5b
JK
96292010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9630
9631 Fix compilation warning on gcc-3.4.
9632 * exec.c (print_section_info): Move the `displacement' variable
9633 initialization to its declaration.
9634
64aa9731
JK
96352010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9636
9637 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
9638 comparison.
9639
ca1f5def 96402010-01-15 Eric Botcazou <botcazou@adacore.com>
9f0dec2d
JB
9641
9642 "info tasks" broken by typedefs in ATCB type definitions.
9643 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
9644 ada_check_typedef before retrieving the length of the type for
9645 regular fields.
9646
12ab9e09
JB
96472010-01-15 Joel Brobecker <brobecker@adacore.com>
9648
9649 Do not use name-based lookup for unconstrained packed arrays.
9650 * ada-lang.c (find_parallel_type_by_descriptive_type):
9651 Limit the fallback to name-based lookups to the case where
9652 the type is a constrained packed array.
9653
c389c3dc
JB
96542010-01-15 Joel Brobecker <brobecker@adacore.com>
9655
9656 Enhance gdb-gdb.py to handle main_type.type_specific.
9657 * gdb-gdb.py: Print the type-specific part of struct main_type.
9658
7991dee7
JK
96592010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9660
9661 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
9662 * configure: Regenerate.
9663 * config.in: Regenerate.
9664 * utils.c: Include sys/resource.h.
9665 (dump_core, can_dump_core): New.
9666 (internal_vproblem): Update the comment. Check can_dump_core while
9667 setting dump_core_p. Replace two abort calls by dump_core calls.
9668
93c26624
JK
96692010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9670 Eli Zaretskii <eliz@gnu.org>
9671
9672 * NEWS: Document the PIE support.
9673
55235ad7
JK
96742010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9675
9676 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
9677 (check_is_pie_binary, _initialize_linux_tdep): Remove.
9678
41752192
JK
96792010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9680
9681 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
9682 Replace exec_entry_point call by bfd_get_start_address.
9683
9f2982ff
JK
96842010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9685
9686 Support Valgrind attachments broken by the PIE support.
9687 * auxv.c: Include gdbcore.h.
9688 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
9689 parameters ops, object and annex. Remove their assertions.
9690 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
9691 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
9692 (memory_xfer_auxv): ... here.
9693 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
9694 memory_xfer_auxv.
9695 * procfs.c (procfs_xfer_partial): Likewise.
9696 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
9697 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
9698 (svr4_solib_create_inferior_hook): Conditionalize the
9699 svr4_relocate_main_executable call.
9700
61f0d762
JK
97012010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9702
9703 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
9704 target_section. Find SECT in current_target_sections, gdb_assert it.
9705 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
9706 New variable abfd.
9707 * symtab.c (lookup_objfile_from_block): Return the binary file instead
9708 of separate debug info file.
9709
51bee8e9
JK
97102010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9711
9712 Support PIEs with no symfile_objfile.
9713 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
9714 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
9715
b8040f19
JK
97162010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9717
9718 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
9719 code part to ...
9720 (svr4_static_exec_displacement): ... a new function.
9721 (svr4_exec_displacement): New function.
9722 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
9723 new_offsets using alloca now. Remove variable old_chain and changed.
9724 Call objfile_relocate unconditionally now.
9725
eb90ce83
DE
97262010-01-14 Doug Evans <dje@google.com>
9727
9728 * gdbtypes.c (arch_flags_type): Fix comment.
9729 * gdbtypes.h (arch_composite_type): Fix comment.
9730
bdfed3bc
TG
97312009-01-14 Tristan Gingold <gingold@adacore.com>
9732
9733 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
9734 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
9735 to symbol_file_add_from_bfd. Add OSO as separate objfile.
9736 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
9737 macho_add_oso_symfile.
9738 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
9739
1596ad23
JB
97402010-01-14 Joel Brobecker <brobecker@adacore.com>
9741
9742 Tru64: Dead threads are never deleted.
9743 * dec-thread.c (dec_thread_ptid_is_alive): New function.
9744 (dec_thread_count_gdb_threads): Fix counter increment.
9745 (dec_thread_add_gdb_thread): Fix *listp increment.
9746 (resync_thread_list): Fix bug in deletion of dead threads that
9747 caused all threads to be deleted, instead of just the dead ones.
9748
be759fcf
PM
97492010-01-13 Phil Muldoon <pmuldoon@redhat.com>
9750
9751 PR python/10705
9752
9753 * python/python-internal.h: Add lazy_string_object_type
9754 definition.
9755 (create_lazy_string_object, gdbpy_initialize_lazy_string)
9756 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
9757 * python/py-value.c (valpy_lazy_string): New function.
9758 (convert_value_from_python): Add lazy string conversion.
9759 * python/py-prettyprint.c (pretty_print_one_value): Check if
9760 return is also a lazy string.
9761 (print_string_repr): Add lazy string printing branch.
9762 (print_children): Likewise.
9763 * python/py-lazy-string.c: New file. Implement lazy strings.
9764 * python/python.c (_initialize_python): Call
9765 gdbpy_initialize_lazy_string.
9766 * varobj.c (value_get_print_value): Add lazy string printing
9767 branch. Account for encoding.
9768 * c-lang.c (c_printstr): Account for new encoding argument. If
9769 encoding is NULL, find encoding suited for type, otherwise use
9770 user encoding.
9771 * language.h (language_defn): Add encoding argument.
9772 (LA_PRINT_STRING): Likewise.
9773 * language.c (unk_lang_printstr): Update to reflect new encoding
9774 argument to language_defn.
9775 * ada-lang.h (ada_printstr): Likewise.
9776 * c-lang.h (c_printstr): Likewise.
9777 * p-lang.h (pascal_printstr);
9778 * f-lang.c (f_printstr): Likewise.
9779 * m2-lang.c (m2_printstr): Likewise.
9780 * objc-lang.c (objc_printstr): Likewise.
9781 * p-lang.c (pascal_printstr): Likewise.
9782 * scm-lang.c (scm_printstr): Likewise.
9783 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
9784 encoding argument.
9785 * ada-valprint.c (ada_printstr): Likewise.
9786 * f-valprint.c (f_val_print): Likewise
9787 * m2-valprint.c (m2_val_print): Likewise.
9788 * p-valprint.c (pascal_val_print): Likewise.
9789 * expprint.c (print_subexp_standard): Likewise.
9790 * valprint.c (val_print_string): Likewise.
9791 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
9792 (SUBDIR_PYTHON_SRCS): Likewise.
9793 (py-lazy-string.o): New rule.
9794
1fe72117 97952010-01-13 Doug Evans <dje@google.com>
8eee9c5a
DE
9796
9797 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
9798 uninitialized" warning from gcc on local `tree'.
9799
dc146f7c
VP
98002010-01-13 Vladimir Prus <vladimir@codesourcery.com>
9801
9802 Implement core awareness.
9803
9804 * bcache.c (compare_ints): Remove
9805 (print_percentage): Use compare_positive_ints.
9806 * defs.h (compare_positive_ints): Declare.
9807 * linux-nat.h (struct lin_lwp): New field core.
9808 (linux_nat_core_of_thread_1): Declare.
9809 * linux-nat.c (add_lwp): Init the 'core' field.
9810 (linux_nat_wait_1): Record the core.
9811 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
9812 (linux_nat_add_target): Register the above.
9813 * linux-thread-db.c (update_thread_core): New.
9814 (thread_db_find_new_threads): Update core information for
9815 every thread.
9816 * remote.c (struct private_thread_info): New.
9817 (free_private_thread_info, demand_private_info): New.
9818 (PACKET_qXfer_threads, use_osdata_threads): New.
9819 (struct thread_item, threads_parsing_context
9820 (start_thread, end_thread, thread_attributes)
9821 (thread_children, threads_children, threads_elements): New.
9822 (remote_threads_info): Try qXfer:threads before anything
9823 else.
9824 (remote_protocol_packets): Register qXfer:threads.
9825 (remote_open_1): Init use_osdata_threads.
9826 (struct stop_reply): New field 'core'.
9827 (remote_parse_stop_reply): Parse core number.
9828 (process_stop_reply): Record core number.
9829 (remote_xfer_partial): Handle qXfer:threads.
9830 (remote_core_of_thread): New.
9831 (init_remote_ops): Register remote_core_of_thread.
9832 (_initialize_remote): Register qXfer:read.
9833 * target.c (target_core_of_thread): New
9834 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
9835 (struct target_ops): New field to_core_of_threads.
9836 (target_core_of_thread): Declare.
9837 * gdbthread.h (struct thread_info): New field private_dtor.
9838 * thread.c (print_thread_info): Report the core.
9839 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
9840 * utils.c (compare_positive_ints): New.
9841 * features/threads.dtd: New.
9842 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
9843 * mi/mi-main.c (struct collect_cores_data, collect_cores)
9844 (do_nothing, free_vector_of_osdata_items)
9845 (splay_tree_int_comparator, free_splay_tree): New.
9846 (print_one_inferior_data): Implemented printing of selected
9847 inferiors. Collect and print cores.
9848 (output_cores): New.
9849 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
9850 thread groups together with --available.
9851
d30c5336
JK
98522010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9853
9854 * configure: Regenerate (for _STRUCTURED_PROC).
9855
02893727
JB
98562010-01-12 Joel Brobecker <brobecker@adacore.com>
9857
9858 Delete dead function.
9859 * ada-lang.c (extract_string): Delete. No longer used.
9860
46ed2d6f
JB
98612010-01-12 Joel Brobecker <brobecker@adacore.com>
9862
9863 Fix -Wunused warning in dec-thread.c.
9864 * dec-thread.c (dec_thread_count_gdb_threads)
9865 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
9866
606b8d1a
JB
98672010-01-12 Joel Brobecker <brobecker@adacore.com>
9868
9869 * ada-valprint.c (ada_print_floating): Remove trailing space.
9870
b4ba55a1
JB
98712010-01-12 Joel Brobecker <brobecker@adacore.com>
9872
9873 Add support for DW_AT_GNAT_descriptive_type.
9874 * gdbtypes.h (enum type_specific_kind): New enum.
9875 (struct main_type) [type_specific_field]: New component.
9876 [type_specific]: Add new component "gnat_stuff".
9877 (struct gnat_aux_type): New type.
9878 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
9879 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
9880 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
9881 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
9882 (TYPE_SPECIFIC_FIELD): New macros.
9883 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
9884 type does not hold any cplus-specific data.
9885 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
9886 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
9887 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
9888 cplus-specific data.
9889 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
9890 Set new component TYPE_SPECIFIC_FIELD (type).
9891 (gnat_aux_default): New constant.
9892 (allocate_gnat_aux_type): New function.
9893 (init_type): Add initialization the type-specific stuff for
9894 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
9895 (print_gnat_stuff): New function.
9896 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
9897 specific data. Adjust code that prints the contents of the
9898 type-specific union using the TYPE_SPECIFIC_FIELD value.
9899 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
9900 the type cplus stuff for Ada types.
9901 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
9902 Error out if these routines are called with an Ada type.
9903 (read_structure_type, read_array_type, read_subrange_type):
9904 Add call to set_descriptive_type.
9905 (set_die_type): Initialize the gnat-specific data if necessary.
9906 (need_gnat_info, die_descriptive_type, set_descriptive_type):
9907 New functions.
9908 * ada-lang.c (decode_constrained_packed_array_type): Use
9909 decode_constrained_packed_array_type instead of doing a standard
9910 lookup to locate a parallel type.
9911 (find_parallel_type_by_descriptive_type): New function.
9912 (ada_find_parallel_type_with_name): New function.
9913 (ada_find_parallel_type): Reimplement using
9914 ada_find_parallel_type_with_name.
9915 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
9916 to check if type has a cplus stuff.
9917 * linespec.c (total_number_of_methods): Likewise.
9918 * mdebugread.c (new_type): Likewise.
9919
b0f02ee9
JK
99202010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9921
9922 * NEWS: Document the 0b binary number prefix parsing.
9923
b260e109
JK
99242010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9925
9926 * objfiles.c (objfile_relocate1): Change the return type to int.
9927 Describe the new return value. Return non-zero if data changed.
9928 (objfile_relocate): New variable changed. Set it. Call
9929 breakpoint_re_set depending on CHANGED.
9930
b5cfddf5
JK
99312010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9932
9933 Implement binary numbers parsing.
9934 * c-exp.y (parse_number): New case 'b' and 'B'.
9935
e0ae4240
JK
99362010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9937 Tristan Gingold <gingold@adacore.com>
9938
9939 * solib.c (info_sharedlibrary_command): Replace
9940 objfile_has_partial_symbols and objfile_has_full_symbols calls by
9941 objfile_has_symbols.
9942
6e0e5977
JB
99432010-01-10 Joel Brobecker <brobecker@adacore.com>
9944
9945 * NEWS: Document the improvements made to the mips-irix port.
9946
7348c5e1
JB
99472010-01-09 Joel Brobecker <brobecker@adacore.com>
9948
9949 Fix the documentation of valprint.c:value_print.
9950 * valprint.c (value_print): Update the function description to
9951 mention that the syntax of the output follows the current_language,
9952 not necessarily C.
9953
567995e1
JK
99542010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9955
9956 Fix displacement of separate debug info files.
9957 * objfiles.c (objfile_relocate): Rename to ...
9958 (objfile_relocate1): ... here and make it static. Extend the comment.
9959 (objfile_relocate): New function.
9960 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
9961 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
9962 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
9963 allocated using alloca.
9964 * symfile.c (copy_section_addr_info): Remove.
9965 (build_section_addr_info_from_objfile): Make it global. New variables
9966 addr_bit and mask, use them.
9967 * symfile.h (build_section_addr_info_from_objfile): New prototype.
9968 (copy_section_addr_info): Remove.
9969
6d8eadbd
JB
99702010-01-09 Joel Brobecker <brobecker@adacore.com>
9971
9972 Signal unwinder for mips-irix N32.
9973 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
9974 tramp-frame.h.
9975 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
9976 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
8d95cc3b
PA
9977 (SIGCONTEXT_LO_OFF): New macros.
9978 (mips_irix_n32_tramp_frame_init): New function.
6d8eadbd
JB
9979 (mips_irix_n32_tramp_frame): New static constant.
9980 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
9981
27087a3d
JB
99822010-01-09 Joel Brobecker <brobecker@adacore.com>
9983
9984 Breakpoint in shared library does not work on mips-irix.
9985 * procfs.c: #include "observer.h".
9986 (procfs_inferior_created): New function, moving here the code
9987 which unsets the syssgi syscall-exit notifications.
9988 (procfs_create_inferior): Remove the code which unsets the syssgi
9989 syscall-exit notifications. It is too early to do this here.
9990 (_initialize_procfs): Attach the procfs_inferior_created observer.
9991
f08877ba
JB
99922010-01-09 Joel Brobecker <brobecker@adacore.com>
9993
9994 Wrong return convention for arrays (mips-irix).
9995 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
9996 128 bits or smaller are returned the same way as structs
9997 and unions of the the same size.
9998
e4b97d48
JB
99992010-01-09 Joel Brobecker <brobecker@adacore.com>
10000
10001 Cannot set the PC on mips-irix.
10002 * irix5-nat.c (fill_gregset): Check regno against the raw PC
10003 register number, no the cooked one.
10004
11377e68
JB
100052010-01-09 Joel Brobecker <brobecker@adacore.com>
10006
10007 Error while loading core file on mips-irix.
10008 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
10009 if debugging from a core file.
10010
b2391021
JB
100112010-01-09 Joel Brobecker <brobecker@adacore.com>
10012
10013 GDB hangs when attaching to process on mips-irix.
10014 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
10015 attaching to a process.
10016
f2ec0ecf
JB
100172010-01-09 Joel Brobecker <brobecker@adacore.com>
10018
10019 Use the correct breakpoint instruction on mips-irix.
10020 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
10021 containing the correct breakpoint instruction to use on mips-irix.
10022 Use it when the osabi is GDB_OSABI_IRIX.
10023
3c95f01c
JB
100242010-01-09 Joel Brobecker <brobecker@adacore.com>
10025
10026 -Wunused warning in procfs.c (mips-irix only).
10027 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
10028 throughout instead of using praddset and prdelset respectively.
10029
4b7703ad
JB
100302010-01-09 Joel Brobecker <brobecker@adacore.com>
10031
10032 GDB crash while stepping into function.
10033 * infrun.c (handle_inferior_event): Refetch the current frame
10034 after handling what.main_action, in case that pointer became
10035 dangling.
10036
12c89474
JB
100372010-01-09 Joel Brobecker <brobecker@adacore.com>
10038
10039 Fix build failure of solaris-hosted cross debuggers.
10040 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
10041
1a3fd262 100422010-01-09 Daniel Gutson <dgutson@codesourcery.com>
4c490650
JB
10043
10044 Fix build failure on sparc-solaris.
10045 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
10046
75242ef4
JK
100472010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10048
10049 Move some symfile code into subroutines.
10050 * symfile.h (relative_addr_info_to_section_offsets)
10051 (addr_info_make_relative): New prototypes.
10052 * symfile.c (default_symfile_offsets): Move a part to ...
10053 (relative_addr_info_to_section_offsets): ... this new function.
10054 (default_symfile_offsets): Call it.
10055 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
10056 this part to ...
10057 (addr_info_make_relative): ... this new function.
10058
268a4a75
JK
100592010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10060
10061 Add from_tty to solib_create_inferior_hook.
10062 * infcmd.c (post_create_inferior): Move solib_add after
10063 solib_create_inferior_hook. Pass from_tty to
10064 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
10065 0 from_tty and comment why.
10066 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
10067 * linux-nat.c (linux_child_follow_fork): Likewise.
10068 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
10069 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
10070 from_tty.
10071 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
10072 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
10073 * solib-null.c (null_solib_create_inferior_hook): Likewise.
10074 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
10075 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
10076 * solib-som.c (som_solib_create_inferior_hook): Likewise.
10077 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
10078 Pass it to svr4_so_ops.solib_create_inferior_hook.
10079 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
10080 from_tty.
10081 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
10082 solib_add.
10083 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
10084 enable_break.
10085 * solib-target.c (solib_target_solib_create_inferior_hook): New
10086 parameter from_tty.
10087 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
10088 it to ops->solib_create_inferior_hook.
10089 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
10090 Move solib_add after solib_create_inferior_hook, call it now with
10091 from_tty as 0. New comment there.
10092 * solib.h (solib_create_inferior_hook): New parameter from_tty.
10093 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
10094 Likewise.
10095
cf00dfa7
VP
100962010-01-08 Vladimir Prus <vladimir@codesourcery.com>
10097
10098 Fix multiexec race.
10099 * infrun.c (handle_inferior_event): Use get_thread_regcache
10100 with events ptid, not get_current_regcache.
10101
f91e5ac3
JB
101022009-01-08 Joel Brobecker <brobecker@adacore.com>
10103
10104 GDB crash with empty executable name (MinGW).
10105 * source.c (openp): Add assert that parameter string is not NULL.
10106 if parameter string is an empty string, then return with a failure
10107 immediately.
10108
92b9ce5b
JB
101092009-01-08 Joel Brobecker <brobecker@adacore.com>
10110
10111 Get rid of support for VAX Floats.
10112 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10113 (ada_vax_float_print_function): Delete.
10114 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10115 (ada_vax_float_print_function): Delete.
10116 * ada-typeprint.c (print_vax_floating_point_type): Delete.
10117 (ada_print_type): Remove support for VAX floats.
10118 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
10119
268a4a75 101202010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
10121
10122 * stabsread.c (read_args): Handle zero arguments.
10123
f0f20949
JB
101242009-01-08 Joel Brobecker <brobecker@adacore.com>
10125
10126 Cannot find in-tree libiconv.a after reconfigure.
10127 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
10128 that we can use, then cache the path to this archive.
10129 * configure: Regenerate.
10130
6b6218c5
SS
101312010-01-07 Stan Shebs <stan@codesourcery.com>
10132
35b1e5cc
SS
10133 Make tracepoint operations go through target vector.
10134 * target.h (enum trace_find_type): New enum.
10135 (struct target_ops): New fields to_trace_init,
10136 to_download_tracepoint, to_download_trace_state_variable,
10137 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
10138 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
10139 to_set_disconnected_tracing.
10140 (target_trace_init): New macro.
10141 (target_download_tracepoint): New macro.
10142 (target_download_trace_state_variable): New macro.
10143 (target_trace_start): New macro.
10144 (target_trace_set_readonly_regions): New macro.
10145 (target_get_trace_status): New macro.
10146 (target_trace_stop): New macro.
10147 (target_trace_find): New macro.
10148 (target_get_trace_state_variable_value): New macro.
10149 (target_set_disconnected_tracing): New macro.
10150 * target.c (update_current_target): Inherit and set defaults for
10151 tracepoint operations.
10152 * tracepoint.c (default_collect): Make globally visible.
10153 (target_is_remote): Remove, along with all calls.
10154 (tvariables_info): Call target_get_trace_state_variable_value.
10155 (remote_set_transparent_ranges): Remove.
10156 (trace_start_command): Call target_trace_init,
10157 target_download_tracepoint, etc.
10158 (download_tracepoint): Remove.
10159 (trace_stop_command): Simplify.
10160 (stop_tracing): Call target_trace_stop.
10161 (get_trace_status): Call target_get_trace_status.
10162 (trace_status_command): Add case for targets that cannot trace.
10163 (finish_tfind_command): Change to take numerical arguments, call
10164 target_trace_find.
10165 (trace_find_command): Update call to finish_tfind_command.
10166 (trace_find_pc_command): Ditto.
10167 (trace_find_tracepoint_command): Ditto.
10168 (trace_find_line_command): Ditto.
10169 (trace_find_range_command): Ditto.
10170 (trace_find_outside_command): Ditto.
10171 (set_disconnected_tracing_value): Call
10172 target_set_disconnected_tracing.
10173 * remote.c: Add protocol encoding bits from tracepoint.c.
10174 (trace_error): Move from tracepoint.c.
10175 (remote_get_noisy_reply): Ditto.
10176 (free_actions_list_cleanup_wrapper): Ditto.
10177 (free_actions_list): Ditto.
10178 (remote_trace_init): New function.
10179 (remote_download_tracepoint): New function.
10180 (remote_download_trace_state_variable): New function.
10181 (remote_trace_set_readonly_regions): New function.
10182 (remote_trace_start): New function.
10183 (remote_get_trace_status): New function.
10184 (remote_trace_stop): New function.
10185 (remote_trace_find): New function.
10186 (remote_download_trace_state_variable): New function.
10187 (remote_set_disconnected_tracing): New function.
10188 (init_remote_ops): Add tracepoint operations.
10189
6b6218c5
SS
10190 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
10191
089b4803
TG
101922010-01-07 Tristan Gingold <gingold@adacore.com>
10193
10194 * symfile.c (build_section_addr_info_from_objfile): New function.
10195 (symbol_file_add_separate): Don't use offsets from objfile but
10196 built an addr info.
10197
d5551862
SS
101982010-01-06 Stan Shebs <stan@codesourcery.com>
10199
10200 Support disconnected tracing.
10201 * infcmd.c (detach_command): Ask whether to stop tracing.
10202 * cli/cli-cmds.c (quit_command): Ditto.
10203 * breakpoint.h (struct breakpoint): New field number_on_target.
10204 * breakpoint.c (create_tracepoint_from_upload): New function.
10205 (get_tracepoint_by_number_on_target): New function.
10206 * remote.c (struct remote): New field disconnected_tracing.
10207 (remote_disconnected_tracing_feature): New function.
10208 (remote_protocol_features): Add DisconnectedTracing.
10209 (struct uploaded_tp): New struct.
10210 (uploaded_tps): New global.
10211 (get_uploaded_tp): New function.
10212 (find_matching_tracepoint): New function.
10213 (remote_get_tracing_state): New function.
10214 (remote_start_remote): Call it.
10215 * tracepoint.c (disconnected_tracing): New global.
10216 (trace_start_command): Initialize number_on_target.
10217 (stop_tracing): New function, split out from...
10218 (trace_stop_command): Call stop_tracing.
10219 (get_trace_status): New function, split out from...
10220 (trace_status_command): Call get_trace_status, add info on
10221 disconnection behavior.
10222 (disconnect_or_stop_tracing): New function.
10223 (finish_tfind_command): Translate from number on target.
10224 (trace_find_tracepoint_command): Translate to number on target.
10225 (send_disconnected_tracing_value): New function.
10226 (set_disconnected_tracing): New function.
10227 (_initialize_tracepoint): Add disconnected-tracing variable.
10228 * NEWS: Mention disconnected tracing.
10229
15d123c9
TG
102302010-01-06 Tristan Gingold <gingold@adacore.com>
10231
10232 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
10233 parameter to main_objfile. Iterate on all separate debug objfiles.
10234 * symfile.h (symbol_file_add_separate)
10235 (find_separate_debug_file_by_debuglink): Remove parameter names.
10236 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
10237 (reread_symbols): Use free_objfile_separate_debug.
10238 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
10239 Adjust comment.
10240 (objfile_separate_debug_iterate, add_separate_debug_objfile)
10241 (free_objfile_separate_debug): New prototypes.
10242 * objfiles.c (objfile_separate_debug_iterate): New function.
10243 (add_separate_debug_objfile, free_objfile_separate_debug): New
10244 functions.
10245 (free_objfile): Use free_objfile_separate_debug. Adjust for
10246 multiple separate debug objfile.
10247 (objfile_has_symbols): Adjust comment. Iterate on all separate
10248 debug objfiles.
10249 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
10250 debug objfile.
10251 (lookup_minimal_symbol_text): Ditto.
10252 (lookup_minimal_symbol_by_pc_name): Ditto.
10253 (lookup_minimal_symbol_solib_trampoline): Ditto.
10254 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
10255 debug objfiles.
10256
7a697b8d
SS
102572010-01-05 Stan Shebs <stan@codesourcery.com>
10258
10259 Add fast tracepoints.
10260 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
10261 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
10262 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
10263 * breakpoint.c (tracepoint_type): New function.
10264 (ALL_TRACEPOINTS): Use it.
10265 (should_be_inserted): Ditto.
10266 (bpstat_check_location): Ditto.
10267 (print_one_breakpoint_location): Ditto.
10268 (user_settable_breakpoint): Ditto.
10269 (set_breakpoint_location_function): Ditto.
10270 (disable_breakpoints_in_shlibs): Ditto.
10271 (delete_trace_command): Ditto.
10272 (print_it_typical): Add bp_fast_tracepoint case.
10273 (bpstat_what): Ditto.
10274 (print_one_breakpoint_location): Ditto.
10275 (allocate_bp_location): Ditto.
10276 (mention): Ditto.
10277 (breakpoint_re_set_one): Ditto.
10278 (disable_command): Ditto.
10279 (enable_command): Ditto.
10280 (check_fast_tracepoint_sals): New function.
10281 (break_command_really): Call it.
10282 (ftrace_command): New function.
10283 (_initialize_breakpoint): Add ftrace command.
10284 * gdbarch.sh (fast_tracepoint_valid_at): New.
10285 * gdbarch.h, gdbarch.c: Regenerate.
10286 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
10287 (i386_gdbarch_init): Use it.
10288 * remote.c (struct remote_state): New field fast_tracepoints.
10289 (PACKET_FastTracepoints): New packet config type.
10290 (remote_fast_tracepoint_feature): New function.
10291 (remote_protocol_features): Add FastTracepoints.
10292 (remote_supports_fast_tracepoints): New function.
10293 (_initialize_remote): Add FastTracepoints.
10294 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
10295 * NEWS: Mention fast tracepoints.
10296
737a160e
JB
102972010-01-06 Joel Brobecker <brobecker@adacore.com>
10298
10299 * gdb-gdb.py: New file.
10300
ce6cca6d
MS
103012010-01-05 Michael Snyder <msnyder@vmware.com>
10302
10303 * infrun.c (handle_inferior_event): Fix typo in comment.
10304
0d15807d
JK
103052010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10306
10307 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
10308
7803799a
UW
103092010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10310
c8d5aac9 10311 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
7803799a
UW
10312 and s390x-linux64.
10313 (s390-linux32-expedite): Define.
10314 (s390-linux64-expedite): Define.
10315 (s390x-linux64-expedite): Define.
10316 * features/s390-acr.xml: New file.
10317 * features/s390-fpr.xml: New file.
10318 * features/s390-core32.xml: New file.
10319 * features/s390-core64.xml: New file.
10320 * features/s390x-core64.xml: New file.
10321 * features/s390-linux32.xml: New file.
10322 * features/s390-linux64.xml: New file.
10323 * features/s390x-linux64.xml: New file.
10324 * features/s390-linux32.c: New generated file.
10325 * features/s390-linux64.c: New generated file.
10326 * features/s390x-linux64.c: New generated file.
10327
10328 * regformats/s390-linux32.dat: New generated file.
10329 * regformats/s390-linux64.dat: New generated file.
10330 * regformats/s390x-linux64.dat: New generated file.
10331 * regformats/reg-s390.dat: Remove.
10332 * regformats/reg-s390x.dat: Remove.
10333
10334 * s390-nat.c: Include "auxv.h" and <elf.h>.
10335 (HWCAP_S390_HIGH_GPRS): Define if undefined.
10336 (s390_target_wordsize): New function.
10337 (s390_auxv_parse): Likewise.
10338 (s390_get_hwcap): Likewise.
10339 (s390_read_description): Likewise.
10340 (_initialize_s390_nat): Install s390_auxv_parse and
10341 s390_read_description.
10342
10343 * s390-tdep.c: Include "features/s390-linux32.c",
10344 "features/s390-linux64.c", and "features/s390x-linux64.c".
10345 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
10346 (s390_register_call_saved): New function.
10347 (s390_register_name): Remove.
10348 (s390_register_type): Remove.
10349 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
10350 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
10351 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
10352 (s390_pseudo_register_name): New function.
10353 (s390_pseudo_register_type): New function.
10354 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
10355 Handle full GPR pesudos and varying pseudo register numbers.
10356 (s390_pseudo_register_write): Likewise
10357 (s390x_pseudo_register_read): Remove.
10358 (s390x_pseudo_register_write): Likewise.
10359 (s390_register_group): Remove.
10360 (s390_pseudo_register_group): New function.
10361 (s390_regmap_gregset): Add GPR upper halves.
10362 (s390x_regmap_gregset): Likewise.
10363 (s390_regmap_fpregset): Likewise.
10364 (s390_regmap_upper): New global variable.
10365 (s390_upper_regset): New global variable.
10366 (s390_upper_regset_sections): New global variable.
10367 (s390_regset_from_core_section): Handle GPR upper halves.
10368 (s390_core_read_description): New function.
10369 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
10370 register information. Handle varying pseudo register numbers.
10371 (s390_backchain_frame_unwind_cache): Likewise.
10372 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
10373 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
10374 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
10375 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
10376 Handle varying pseudo register numbers.
10377 (s390_unwind_pc): Handle varying pseudo register numbers.
10378 (s390_dwarf2_prev_register): New function.
10379 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
10380 register information. Handle varying pseudo register numbers.
10381 Install s390_dwarf2_prev_register to unwind full GPRs.
10382 (s390_gdbarch_init): Handle target descriptions. Assign varying
10383 pseudo register numbers. Install s390_adjust_frame_regnum.
10384 (_initialize_s390_tdep): Initialize target descriptions.
10385
10386 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
10387 (S390_NUM_REGS): Redefine to include upper half registers.
10388 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
10389 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
10390 (tdesc_s390_linux32): Add declaration.
10391 (tdesc_s390_linux64): Likewise.
10392 (tdesc_s390x_linux64): Likewise.
10393
1b1818e4
UW
103942010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10395
10396 * regset.h (struct core_regset_section): Add HUMAN_NAME.
10397 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
10398 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
10399 (ppc_linux_vmx_regset_sections): Likewise.
10400 (ppc_linux_fp_regset_sections): Likewise.
10401
10402 * corelow.c (get_core_register_section): Constify arguments.
10403 (get_core_registers): Use gdbarch_core_regset_sections instead
10404 of hard-coded platform-specific register section names.
10405
dcbf108f
UW
104062010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10407
10408 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
b3f41522 10409 a register, assume the least-significant part is used.
dcbf108f
UW
10410 (write_pieced_value): Likewise.
10411
704e9165
UW
104122010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10413
10414 * printcmd.c: Include "arch-utils.h".
10415 (do_one_display): Re-parse expression if current architecture changed.
10416
c54eabfa
JK
104172010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10418 Joel Brobecker <brobecker@adacore.com>
10419
10420 * gdbtypes.c (check_typedef): New comment on type length.
10421 * value.c (allocate_value_lazy): Remove the unused atype variable. New
10422 comment on type length.
10423 (value_primitive_field): Keep the original TYPE value, new comment.
10424
50cb2941
JK
104252010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10426
10427 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
10428 p_start. Change != comparisons to > and < comparisons.
10429
be66db07
JK
104302010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10431
10432 * cli/cli-script.c (process_next_line): Check P2 overrun.
10433
abd775ce
JB
104342009-01-01 Joel Brobecker <brobecker@adacore.com>
10435
10436 Update the copyright hearder to add year 2010 for most GDB files.
10437
6479260d
JB
104382009-01-01 Joel Brobecker <brobecker@adacore.com>
10439
10440 Fix build failure in inf-ptrace.c.
10441 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
10442
4a70f654
JB
104432010-01-01 Joel Brobecker <brobecker@adacore.com>
10444
10445 * top.c (print_gdb_version): Update copyright year.
10446
595939de 104472010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
b9ee2233
JB
10448
10449 Fix break *FUN'address thread NUM.
10450 * ada-lex.l (task): Expand rule to also match the thread keyword.
10451
70575d34
JB
104522010-01-01 Joel Brobecker <brobecker@adacore.com>
10453
10454 Fix break *FUN'address task NUM.
10455 * ada-lex.l (task): New rule.
10456 * ada-lang.c (valid_task_id): Make sure the Ada task list has
10457 been built before using it.
10458
e1e4d4a4 10459For older changes see ChangeLog-2009.
c906108c
SS
10460\f
10461Local Variables:
10462mode: change-log
10463left-margin: 8
10464fill-column: 74
10465version-control: never
57da7796 10466coding: utf-8
c906108c 10467End:
This page took 1.779583 seconds and 4 git commands to generate.