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