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