2010-12-12 Stan Shebs <stan@codesourcery.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2010-12-12 Stan Shebs <stan@codesourcery.com>
2
3 * value.c (value_of_internalvar): Add case for trace state
4 variables.
5
6 2010-12-12 Doug Evans <dje@google.com>
7
8 * dwarf2read.c (dwarf2_per_objfile): New member quick_file_names_table.
9 (dwarf2_per_cu_quick_data): Move definition down to "quick functions"
10 section. Delete members lines full_names. Rename read_lines to
11 no_file_data.
12 (quick_file_names): New struct.
13 (hash_file_name_entry, eq_file_name_entry): New functions.
14 (delete_file_name_entry, create_quick_file_names_table): New functions.
15 (dwarf2_read_index): Initialize quick_file_names_table.
16 (dw2_get_file_names): Renamed from dw2_require_line_header.
17 Return pointer to quick_file_names entry. All callers updated.
18 (dw2_get_real_path): Renamed from dw2_require_full_path.
19 Replace per_cu arg with pointer to quick_file_names entry.
20 All callers updated.
21 (dw2_free_cached_file_names): New function.
22 (dw2_forget_cached_source_info): Call it (via htab_traverse_noresize).
23 (dwarf2_initialize_objfile): Initialize quick_file_names_table in
24 the OBJF_READNOW case.
25 (dwarf2_free_objfile): Rewrite freeing of quick file names tables.
26
27 2010-12-12 Mark Kettenis <kettenis@gnu.org>
28
29 * mips64obsd-tdep.c (floatformats_mips64_quad): New define.
30 (mips64obsd_init_abi): Set long_double_bit and long_double_format.
31
32 2010-12-12 Mark Kettenis <kettenis@gnu.org>
33
34 * sparc-tdep.c: Fix typo in comment.
35
36 2010-12-10 Doug Evans <dje@google.com>
37
38 * dwarf2read.c: Whitespace cleanup, plus comment additions.
39 No code changes.
40
41 2010-12-10 Tom Tromey <tromey@redhat.com>
42
43 * NEWS: Document exception-handling change.
44
45 2010-12-09 Marc Khouzam <marc.khouzam@ericsson.com>
46
47 * mi/mi-parse.c (mi_parse): Wrong error message.
48
49 2010-12-09 Doug Evans <dje@google.com>
50
51 * symfile.h (quick_symbol_functions): Clarify usage of
52 map_symbol_filenames.
53
54 2010-12-09 Tom Tromey <tromey@redhat.com>
55
56 * mi/mi-parse.h (mi_parse): Update.
57 * mi/mi-parse.c (mi_parse_cleanup): New function.
58 (mi_parse): Add 'token' argument. Throw exception on error.
59 * mi/mi-main.c (mi_print_exception): New function.
60 (mi_execute_command): Use mi_print_exception. Catch exceptions
61 from mi_parse.
62
63 2010-12-09 Tom Tromey <tromey@redhat.com>
64
65 PR c++/9593:
66 * thread.c (clear_thread_inferior_resources): Call
67 delete_longjmp_breakpoint.
68 * infrun.c (handle_inferior_event): Handle exception breakpoints.
69 (handle_inferior_event): Likewise.
70 (insert_exception_resume_breakpoint): New function.
71 (check_exception_resume): Likewise.
72 * inferior.h (delete_longjmp_breakpoint_cleanup): Declare.
73 * infcmd.c (delete_longjmp_breakpoint_cleanup): No longer static.
74 (step_1): Set thread's initiating frame.
75 (until_next_continuation): New function.
76 (until_next_command): Support exception breakpoints.
77 (finish_command_continuation): Delete longjmp breakpoint.
78 (finish_forward): Support exception breakpoints.
79 * gdbthread.h (struct thread_info) <initiating_frame>: New field.
80 * breakpoint.h (enum bptype) <bp_exception, bp_exception_resume,
81 bp_exception_master>: New constants.
82 (struct bpstat_what) <is_longjmp>: New field.
83 (set_longjmp_breakpoint): Update.
84 * breakpoint.c (create_exception_master_breakpoint): New function.
85 (update_breakpoints_after_exec): Handle bp_exception_master. Call
86 create_exception_master_breakpoint.
87 (print_it_typical): Handle bp_exception_master, bp_exception.
88 (bpstat_stop_status): Handle bp_exception_master.
89 (bpstat_what): Handle bp_exception_master, bp_exception,
90 bp_exception_resume.
91 (bptype_string): Likewise.
92 (print_one_breakpoint_location): Likewise.
93 (allocate_bp_location): Likewise.
94 (set_longjmp_breakpoint): Handle exception breakpoints. Change
95 interface.
96 (delete_longjmp_breakpoint): Handle exception breakpoints.
97 (mention): Likewise.
98 (struct until_break_command_continuation_args) <thread_num>: New
99 field.
100 (until_break_command_continuation): Call
101 delete_longjmp_breakpoint.
102 (until_break_command): Support exception breakpoints.
103 (delete_command): Likewise.
104 (breakpoint_re_set_one): Likewise.
105 (breakpoint_re_set): Likewise.
106
107 2010-12-08 Doug Evans <dje@google.com>
108
109 * gdbtypes.h (TYPE_IS_OPAQUE): Reformat.
110
111 * gdbtypes.c (check_typedef): Tweak comment.
112
113 PR symtab/12302
114 * dwarf2read.c (struct psymtab_cu_index_map): New struct.
115 (hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
116 (struct addrmap_index_data): New struct.
117 (add_address_entry): Remove arg `pst', new args `start', `end'.
118 (add_address_entry_worker, write_address_map): New functions.
119 (write_psymtabs_to_index): Address table generation moved to
120 write_address_map. Build a table mapping psymtab to CU index
121 to pass to it.
122
123 * dwarf2read.c (write_psymtabs_to_index): When stat fails, pass file
124 name to perror.
125
126 * symfile.h (quick_symbol_functions): Clarify usage of
127 expand_symtabs_with_filename.
128 * dwarf2read.c (dw2_expand_symtabs_with_filename): Only iterate over
129 comp units, ignore type units.
130
131 * dwarf2read.c (dw2_expand_symtabs_with_filename): Use FILENAME_CMP.
132
133 2010-12-07 Doug Evans <dje@google.com>
134
135 * dwarf2read.c (dw2_lookup_symtab): Remove duplicate call to
136 gdb_realpath.
137
138 PR python/12227
139 * NEWS: Mention -data-directory.
140 * main.c (captured_main): Recognize -data-directory.
141
142 2010-12-06 Marc Khouzam <marc.khouzam@ericsson.com>
143
144 * mi/mi-parse.c (mi_parse): Missing else.
145
146 2010-12-04 Masaki Muranaka <monaka@monami-software.com>
147
148 * configure.tgt: Accept microblaze*-*-linux* for linux target
149 and microblaze*-*-* for as target.
150
151 2010-12-02 Keith Seitz <keiths@redhat.com>
152
153 * linespec.c (find_method): Move name canonicalization outside
154 the loop.
155 Be paranoid and use a cleanup.
156
157 2010-12-01 Doug Evans <dje@google.com>
158
159 * dwarf2read.c (save_gdb_index_command): Add comment.
160
161 2010-12-01 Ulrich Weigand <uweigand@de.ibm.com>
162
163 * valops.c (value_assign): Returned value is never lazy. If a
164 C++ class type is returned, fix incorrect enclosing type / embedded
165 offset. If internal variable is returned, allocate new internalvar
166 value using value_of_internalvar.
167
168 * NEWS: Document changes in behavior of "print x = 0" and similar
169 expressions.
170
171 2010-11-29 Doug Evans <dje@google.com>
172
173 * python/lib/gdb/printing.py (register_pretty_printer): Change
174 printer-name:subprinter-name to printer-name;subprinter-name.
175 * python/lib/gdb/command/pretty_printers.py (parse_printer_regexps):
176 Ditto.
177 (InfoPrettyPrinter, EnablePrettyPrinter, DisablePrettyPrinter): Ditto.
178
179 2010-11-29 Tom Tromey <tromey@redhat.com>
180
181 * opencl-lang.c (lval_func_check_synthetic_pointer): New
182 function.
183 * value.h (struct lval_funcs) <indirect, check_synthetic_pointer>:
184 New fields.
185 (value_bits_synthetic_pointer): Declare.
186 * value.c (value_bits_synthetic_pointer): New function.
187 * valprint.c (valprint_check_validity): Handle synthetic
188 pointers.
189 * valops.c (value_ind): Use new 'indirect' lval_funcs method.
190 * valarith.c (value_ptradd): Use set_value_component_location.
191 * p-valprint.c (pascal_object_print_value_fields): Handle
192 synthetic pointers.
193 * jv-valprint.c (java_print_value_fields): Handle synthetic
194 pointers.
195 * dwarf2read.c (dwarf_stack_op_name): Add
196 DW_OP_GNU_implicit_pointer.
197 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
198 arguments. Handle location lists.
199 (fill_in_loclist_baton): New function.
200 (dwarf2_symbol_mark_computed): Use it.
201 * dwarf2loc.h (dwarf2_find_location_expression): Declare.
202 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
203 arguments.
204 * dwarf2loc.c (dwarf2_find_location_expression): Rename from
205 find_location_expression. No longer static. Update all callers.
206 (dwarf_expr_frame_pc): New function.
207 (per_cu_dwarf_call): Add get_frame_pc, baton arguments. Update
208 all callers.
209 (struct piece_closure) <per_cu>: New field.
210 (allocate_piece_closure): Add per_cu argument.
211 (read_pieced_value): Handle DWARF_VALUE_IMPLICIT_POINTER.
212 (check_pieced_value_bits): Remove validity argument, add check_for
213 argument. Handle DWARF_VALUE_IMPLICIT_POINTER.
214 (check_pieced_value_validity, check_pieced_value_invalid):
215 Update.
216 (check_pieced_synthetic_pointer): New function.
217 (get_frame_address_in_block_wrapper): New function.
218 (indirect_pieced_value): New function.
219 (pieced_value_funcs): Update.
220 (invalid_synthetic_pointer): New function.
221 (dwarf2_evaluate_loc_desc_full): Rename from
222 dwarf2_evaluate_loc_desc. Add byte_offset argument.
223 (dwarf2_evaluate_loc_desc): Rewrite.
224 (dwarf2_loc_desc_needs_frame): Set new field on context.
225 (get_ax_pc): New function.
226 (disassemble_dwarf_expression): Handle
227 DW_OP_GNU_implicit_pointer.
228 * dwarf2expr.h (enum dwarf_value_location)
229 <DWARF_VALUE_IMPLICIT_POINTER>: New constant.
230 (struct dwarf_expr_context) <get_frame_pc>: New field.
231 (struct dwarf_expr_piece) <v.ptr>: New field.
232 * dwarf2expr.c (add_piece): Handle DWARF_VALUE_IMPLICIT_POINTER.
233 (execute_stack_op): Handle DW_OP_GNU_implicit_pointer.
234 * dwarf2-frame.c (no_get_frame_pc): New function.
235 (execute_stack_op): Set new field on context.
236 * cp-valprint.c (cp_print_value_fields): Handle synthetic
237 pointers.
238
239 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
240
241 PR python/12199
242
243 * python/py-breakpoint.c (bppy_delete_breakpoint): New function.
244
245 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
246
247 Fix step_resume_breakpoint unsaved during an infcall.
248 * gdbthread.h (struct thread_control_state): Move here field
249 step_resume_breakpoint ...
250 (struct thread_info): ... from here.
251 * infrun.c (save_infcall_control_state): Reset
252 control.step_resume_breakpoint to NULL.
253 (restore_infcall_control_state, discard_infcall_control_state): Delete
254 control.step_resume_breakpoint.
255 * arm-linux-tdep.c, infrun.c, thread.c: Update all the references to
256 the moved field.
257
258 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
259
260 Rename and move inferior_thread_state and inferior_status.
261 * gdbthread.h (struct thread_control_state): New struct, move fields
262 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
263 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
264 stop_step and stop_bpstat here from struct thread_info.
265 (struct thread_suspend_state): New struct, move field stop_signal here
266 from struct thread_info.
267 (struct thread_info): Move the fields above from this struct.
268 * inferior.h: Move the inferior_thread_state and inferior_status
269 declarations comment to their definitions at infrun.c.
270 (struct inferior_control_state): New struct, move field stop_soon from
271 struct inferior here.
272 (struct inferior_suspend_state): New empty struct.
273 (struct inferior): New fields control and suspend. Move out field
274 stop_soon.
275 * infrun.c (struct inferior_thread_state): Rename to ...
276 (infcall_suspend_state): ... here. Replace field stop_signal by
277 fields thread_suspend and inferior_suspend.
278 (save_inferior_thread_state): Rename to ...
279 (save_infcall_suspend_state): ... here. New variable inf. Update the
280 code for new fields.
281 (restore_inferior_thread_state): Rename to ...
282 (restore_infcall_suspend_state): ... here. New variable inf. Update
283 the code for new fields.
284 (do_restore_inferior_thread_state_cleanup): Rename to ...
285 (do_restore_infcall_suspend_state_cleanup): ... here.
286 (make_cleanup_restore_inferior_thread_state): Rename to ...
287 (make_cleanup_restore_infcall_suspend_state): ... here.
288 (discard_inferior_thread_state): Rename to ...
289 (discard_infcall_suspend_state): ... here.
290 (get_inferior_thread_state_regcache): Rename to ...
291 (get_infcall_suspend_state_regcache): ... here.
292 (struct inferior_status): Rename to ...
293 (struct infcall_control_state): ... here. Replace fields
294 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
295 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
296 stop_step, stop_bpstat and stop_soon by fields thread_control and
297 inferior_control.
298 (save_inferior_status): Rename to ...
299 (save_infcall_control_state): ... here. Update the code for new
300 fields.
301 (restore_inferior_status): Rename to ...
302 (restore_infcall_control_state): ... here. Update the code for new
303 fields.
304 (do_restore_inferior_status_cleanup): Rename to ...
305 (do_restore_infcall_control_state_cleanup): ... here.
306 (make_cleanup_restore_inferior_status): Rename to ...
307 (make_cleanup_restore_infcall_control_state): ... here.
308 (discard_inferior_status): Rename to ...
309 (discard_infcall_control_state): ... here.
310 * alpha-tdep.c, breakpoint.c, dummy-frame.c, dummy-frame.h,
311 exceptions.c, fbsd-nat.c, gdbthread.h, infcall.c, infcmd.c,
312 inferior.c, inferior.h, infrun.c, linux-nat.c, mi/mi-interp.c,
313 mips-tdep.c, procfs.c, solib-irix.c, solib-osf.c, solib-spu.c,
314 solib-sunos.c, solib-svr4.c, thread.c, windows-nat.c: Update all the
315 references to the moved fields and renamed functions.
316
317 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
318
319 * infcall.c (struct inferior_thread_state) <siginfo_gdbarch>: Fix up
320 the comment.
321 (save_inferior_thread_state): Reset tp->stop_signal.
322
323 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
324
325 * infcall.c (call_function_by_hand): Remove variable
326 caller_state_cleanup.
327
328 2010-11-25 Marc Khouzam <marc.khouzam@ericsson.com>
329
330 PR breakpoints/12217
331
332 * breakpoint.c (is_marker_spec): Check for NULL.
333
334 2010-11-25 Pedro Alves <pedro@codesourcery.com>
335
336 * breakpoint.h: No longer include python.h or python-internal.h.
337 (struct breakpoint_object): Forward declare.
338 * defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
339 * varobj.c (PyObject) [!HAVE_PYTHON]: Define.
340 * python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
341 PyObject pointer.
342 (gdbpy_breakpoint_created): Remove casts around py_bp_object
343 accesses.
344
345 2010-11-24 Joel Brobecker <brobecker@adacore.com>
346
347 * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
348 only if HAVE_ELF is defined.
349
350 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
351
352 Code cleanup.
353 * infrun.c (struct inferior_status) <stepping_over_breakpoint>
354 (save_inferior_status) <stepping_over_breakpoint>
355 (restore_inferior_status) <stepping_over_breakpoint>: Rename to
356 trap_expected.
357 (struct inferior_status) <step_resume_break_address>: Remove.
358
359 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
360
361 Code cleanup.
362 * infrun.c (struct inferior_status, save_inferior_status)
363 (restore_inferior_status): Group and reorder the fields, comment their
364 groups.
365
366 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
367
368 Code cleanup.
369 * dictionary.c
370 (struct dict_vector) <iter_match_first, iter_match_next>
371 (iter_match_first_hashed, iter_match_next_hashed)
372 (iter_match_first_linear, iter_match_next_linear)
373 (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
374 (iter_match_next_hashed, iter_match_first_linear)
375 (iter_match_next_linear): Use symbol_compare_ftype.
376 * dictionary.h: Include symfile.h.
377 (dict_iter_match_first, dict_iter_match_next): Use
378 symbol_compare_ftype.
379 * dwarf2read.c (dw2_map_matching_symbols): Likewise.
380 * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
381 (map_matching_symbols_psymtab): Likewise.
382 * symfile.h (symbol_compare_ftype): New typedef.
383 (struct quick_symbol_functions) <map_matching_symbols): Use
384 symbol_compare_ftype.
385
386 2010-11-23 Tom Tromey <tromey@redhat.com>
387
388 * configure: Rebuild.
389 * configure.ac (READLINE_TEXI_INCFLAG): New subst.
390
391 2010-11-19 Tom Tromey <tromey@redhat.com>
392
393 * Makefile.in (SUBDIRS): Add doc.
394 * configure: Rebuild.
395 * configure.ac: Don't configure in doc. Create doc/Makefile.
396
397 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
398
399 PR python/12212
400
401 * python/py-inferior.c (find_thread_object): Check if PIDGET
402 returns 0.
403
404 010-11-22 Joel Brobecker <brobecker@adacore.com>
405
406 * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
407
408 2010-11-22 Joel Brobecker <brobecker@adacore.com>
409
410 * ada-lang.c (ada_to_fixed_type): Expand function documentation.
411 Return the original type if the main type portions match rather
412 than when the type themselves match.
413
414 2010-11-22 Joel Brobecker <brobecker@adacore.com>
415
416 * ada-lang.c (ada_template_to_fixed_record_type_1):
417 For dynamic fields, check the field size against the maximum
418 object size.
419
420 2010-11-22 Joel Brobecker <brobecker@adacore.com>
421
422 * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
423 function.
424 (mips_irix_n32_stack_tramp_frame): New static global.
425 (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
426 list of unwinder.
427
428 2010-11-22 Jerome Guitton <guitton@adacore.com>
429
430 * ada-tasks.c (get_tcb_types_info): Use C lookups to get
431 ATCB symbols.
432
433 2010-11-22 Joel Brobecker <brobecker@adacore.com>
434
435 * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
436 if type1 is a typedef.
437
438 2010-11-22 Joel Brobecker <brobecker@adacore.com>
439
440 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
441 "_finalizer" to the list.
442
443 2010-11-22 Joel Brobecker <brobecker@adacore.com>
444
445 * symfile.c: Remove all "#if 0"/"#endif" blocks.
446
447 2010-11-22 Joel Brobecker <brobecker@adacore.com>
448
449 * symfile.c: Add missing second space after period in various comments.
450
451 2010-11-22 Joel Brobecker <brobecker@adacore.com>
452
453 * ada-typeprint.c (print_array_type): Fix formatting in comment.
454 (print_selected_record_field_types): Fix formatting in function
455 documentation.
456
457 2010-11-22 Joel Brobecker <brobecker@adacore.com>
458
459 * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
460 in name of "show ravenscar" prefix command name.
461
462 2010-11-22 Joel Brobecker <brobecker@adacore.com>
463
464 * ravenscar-thread.c (show_ravenscar_task_switching_command):
465 Add missing '\n' in output.
466
467 2010-11-22 Joel Brobecker <brobecker@adacore.com>
468
469 * ravenscar-thread.c (running_thread_name): Change value.
470 (read_thread_id): Remove advance declaration.
471 (get_running_thread_msymbol): New function.
472 (has_ravenscar_runtime): Use get_running_thread_msymbol to
473 compute msym_running_thread.
474 (get_running_thread_id): Renames read_thread_id. Slight modifications
475 to not take any argument anymore, using get_running_thread_msymbol
476 to determine which symbol to use instead.
477 (ravenscar_running_thread): Use get_running_thread_id instead of
478 read_thread_id.
479
480 2010-11-22 Joel Brobecker <brobecker@adacore.com>
481
482 * ravenscar-sparc-thread.c (supply_register_at_address):
483 Fix passing of buf in call to regcache_raw_supply.
484
485 2010-11-22 Jan Kratochvil <jan.kratochvil@redhat.com>
486
487 * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
488
489 2010-11-22 Tom Tromey <tromey@redhat.com>
490
491 * Makefile.in (.PRECIOUS): Reference ada-lex.c.
492
493 2010-11-19 Keith Seitz <keiths@redhat.com>
494
495 * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
496 Remove extraneous '/' after $(DESTDIR).
497 (PYTHON_INSTALL_DIR): Likewise.
498
499 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
500
501 Fix stale memory references.
502 * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
503 xfree, new comment.
504
505 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
506 Tom Tromey <tromey@redhat.com>
507
508 * Makefile.in (.y.c): Directly create $@ from YLWRAP.
509 (.PHONY): Remove for .y outputs.
510
511 2010-11-19 Will Drewry <wad@google.com>
512 Tavis Ormandy <taviso@google.com>
513 Jan Kratochvil <jan.kratochvil@redhat.com>
514
515 * dwarf2read.c (decode_locdesc): Enforce location description stack
516 boundaries.
517
518 2010-11-18 Pierre Muller <muller@ics.u-strasbg.fr>
519
520 * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
521 instruction is found.
522
523 2010-11-17 Tom Tromey <tromey@redhat.com>
524
525 * value.c (value_entirely_optimized_out): Check the
526 'check_any_valid' field.
527
528 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
529
530 * ada-lang.c (modify_general_field): Remove.
531 (make_array_descriptor): Replace all modify_general_field calls by
532 modify_field.
533 * value.c (modify_field): Update comment. New variable bytesize.
534 Normalize BITPOS. Initialize BYTESIZE, use it.
535
536 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
537
538 * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
539 elements after xfree.
540
541 2010-11-16 Tom Tromey <tromey@redhat.com>
542
543 * gdb-add-index.sh: Really remove.
544
545 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
546
547 Code cleanup.
548 * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
549 (init_one_comp_unit): ... this one.
550 (prepare_one_comp_unit): New prototype.
551 (dw2_require_line_header, process_psymtab_comp_unit): Use
552 init_one_comp_unit.
553 (process_psymtab_comp_unit): Use prepare_one_comp_unit.
554 (load_partial_comp_unit): Remove variable attr. Use
555 init_one_comp_unit with xmalloc. Use prepare_one_comp_unit.
556 (load_full_comp_unit): Use init_one_comp_unit with xmalloc. Use
557 prepare_one_comp_unit.
558 (read_signatured_type): Remove variable attr. Use init_one_comp_unit.
559 Use prepare_one_comp_unit.
560 (alloc_one_comp_unit): Rename to ...
561 (init_one_comp_unit): ... here and remove there calloc, new parameter
562 cu.
563 (prepare_one_comp_unit): New function.
564
565 2010-11-14 Pierre Muller <muller@ics.u-strasbg.fr>
566
567 * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
568 possible used of uninitialized variable.
569
570 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
571
572 * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
573 (rs6000_gdbarch_init): Call it.
574
575 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
576
577 * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
578 instructions if debugging an E500 binary.
579
580 2010-11-12 Tom Tromey <tromey@redhat.com>
581
582 * varobj.c (value_get_print_value): Rearrange. Pass stream to
583 apply_varobj_pretty_printer.
584 * c-lang.c: Include exceptions.h.
585 (c_get_string): Throw MEMORY_ERROR when appropriate.
586 * python/py-prettyprint.c (enum string_repr_result): New.
587 (print_stack_unless_memory_error): New function.
588 (print_string_repr): Change return type. Use
589 print_stack_unless_memory_error.
590 (print_children): Use print_stack_unless_memory_error.
591 (apply_val_pretty_printer): Update. Don't print children if
592 string representation threw an exception.
593 (apply_varobj_pretty_printer): Add 'stream' argument. Use
594 print_stack_unless_memory_error.
595 * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
596 globals.
597 (_initialize_python): Initialize them.
598 * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
599 gdbpy_convert_exception.
600 (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
601 (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
602 (gdbpy_convert_exception): Declare.
603 (apply_varobj_pretty_printer): Update.
604 * python/py-utils.c (gdbpy_convert_exception): New function.
605
606 2010-11-12 Marc Khouzam <marc.khouzam@ericsson.com>
607
608 * mi/mi-main.c (mi_cmd_target_detach): Accept new
609 thread-group id format.
610
611 2010-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
612
613 * spu-tdep.c (spu_catch_start): Fix compilation error typo.
614
615 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
616
617 * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
618 NULL.
619 (BPPY_SET_REQUIRE_VALID): Ditto.
620 (bpnum_is_valid): Delete function.
621 (bppy_get_visibility): New function.
622 (bppy_new): Parse for, and validate internal keyword. Pass
623 internal keyword to breakpoint or watchpoint functions.
624 (build_bp_list): New function.
625 (gdbpy_breakpoints): Rewrite. Use build_bp_list and
626 iterate_over_breakpoints.
627 (gdbpy_breakpoint_created): Rewrite. Do not store breakpoints in a
628 look-aside vector.
629 (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
630 to internal breakpoint chain.
631
632 * breakpoint.c (set_breakpoint_number): New function.
633 (breakpoint_1): Check if breakpoint number is more than zero.
634 (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
635 (create_breakpoint_sal): Take a new parameter called internal.
636 Call set_breakpoint_number with internal parameter. Do not
637 mention internal breakpoints. All callers updated.
638 (create_breakpoint): Ditto.
639 (create_breakpoints_sal): Ditto.
640 (watch_command_1): Ditto.
641 (watch_command_wrapper): Take a new parameter called internal.
642 All callers updated.
643 (rwatch_command_wrapper): Ditto.
644 (awatch_command_wrapper): Ditto.
645 (save_breakpoints): Update breakpoint save condition check.
646 (iterate_over_breakpoints): New function.
647 * breakpoint.h: Add conditional python includes. Add py_bp_object
648 and comment to struct breakpoint. Update all callers.
649 * defs.h: Add PyObject definition for GDB builds without Python.
650
651 2010-11-10 Doug Evans <dje@google.com>
652
653 * python/lib/gdb/command/pretty_printers.py
654 (do_enable_pretty_printer_1): Handle printer.subprinters is None.
655
656 * value.c (set_value_enclosing_type): Renamed from
657 value_change_enclosing_type. All callers updated.
658 * value.h (set_value_enclosing_type): Update.
659 * valops.c (value_full_object): Always return a copy if we need to
660 make changes to the input value.
661
662 2010-11-09 Pedro Alves <pedro@codesourcery.com>
663
664 * breakpoint.c (watch_command_1): Get a pointer of the lazy
665 version of the expression's value, even if reading the value from
666 memory fails. When creating a -location watchpoint, get the
667 value's address from the lazy value pointer.
668
669 2010-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
670
671 * infrun.c (restore_inferior_thread_state): Use
672 discard_inferior_thread_state to free the data.
673 (discard_inferior_thread_state): xfree also siginfo_data.
674
675 2010-11-05 Doug Evans <dje@google.com>
676
677 Make gdb.parameter("directories") work.
678 New command "set directories".
679 * NEWS: Document them.
680 * source.c (set_directories_command): New function.
681 (show_directories_1): Renamed from show_directories.
682 All callers updated.
683 (show_directories_command): New function.
684 (_initialize_source): Install "directories" as a set/show
685 variable instead of just a show command.
686
687 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
688
689 * NEWS: Mention OpenCL C language support.
690 * Makefile.in (SFILES): Add opencl-lang.c.
691 (COMMON_OBS): Add opencl-lang.o.
692 * opencl-lang.c: New File
693 * defs.h (enum language): Add language_opencl.
694 * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
695 IBM XL C OpenCL compiler.
696 * c-lang.h: Include "parser-defs.h".
697 (evaluate_subexp_c): Declare.
698 * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
699 (c_op_print_tab): Add declaration.
700 * eval.c (binop_promote): Handle language_opencl.
701 * c-exp.y: Lookup the primitive types instead of referring to the
702 builtins.
703
704 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
705
706 Fix configure --enable-plugins --without-python.
707 * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
708 * configure: Regenerate.
709
710 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
711
712 * solib.c (solib_read_symbols): Call exception_fprintf even without
713 FROM_TTY. Print also so->so_name.
714
715 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
716
717 * gdbtypes.h (struct rank): Created subrank.
718 * gdbtypes.c: Initialized subrank for all
719 'BADNESS' constants.
720 (distance_to_ancestor): New function.
721 (is_ancestor): Use distance_to_ancestor.
722 (is_public_ancestor): Ditto.
723 (sum_ranks): Handle subrank.
724 (compare_ranks): Ditto.
725 (rank_one_type): Subrank base conversions.
726
727 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
728
729 * gdbtypes.h: Create struct rank.
730 Convert all 'BADNESS' macros to const struct rank declarations.
731 (sum_ranks): New function.
732 (compare_ranks): New function.
733 * valops.c (find_oload_champ): Updated.
734 (classify_oload_match): Use compare_ranks.
735 Improved comments.
736 (compare_parameters): Use compare_ranks.
737 * gdbtypes.c: Initialize 'BADNESS' constants.
738 (sum_ranks): New function.
739 (compare_ranks): New function.
740 (compare_badness): Use compare_ranks.
741 (rank_function): Use global constants instead of literals.
742 (rank_one_type): Ditto.
743 Return struct rank.
744 Use sum_ranks.
745
746 2010-11-04 Doug Evans <dje@google.com>
747
748 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
749 (find_pretty_printer): Fix comments.
750
751 2010-11-04 Hui Zhu <teawater@gmail.com>
752
753 * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
754
755 2010-11-03 Joel Brobecker <brobecker@adacore.com>
756
757 * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
758 and `len' declaration and computation inside block where they
759 are being used.
760
761 2010-11-03 Joel Brobecker <brobecker@adacore.com>
762
763 * valprint.c (val_print_array_elements): Put back handling of
764 empty arrays.
765
766 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
767
768 * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
769 DIE and set the length of the type.
770 * gdbtypes.h (get_array_bounds): Move here from valprint.h.
771 * gdbtypes.c (get_array_bounds): Move here from valprint.c and
772 return 0 if the corresponding bounds of the type are undefined.
773 * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
774 * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
775 (val_print_array_elements): Use get_array_bounds to compute the number
776 of array elements instead of dividing the length of the array by the
777 length of the element types.
778 * valarith.c (vector_binop): Likewise.
779 * valops.c (value_cast): Likewise.
780 * c-valprint.c (c_val_print): Likewise.
781 * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
782
783 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
784
785 * valarith.c (value_pos, value_neg, value_complement): Handle
786 vector types.
787 * valops.c (value_one): Likewise.
788
789 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
790
791 * value.h (value_non_lval): Declare.
792 * value.c (value_non_lval): New function.
793 * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
794 UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
795 non-lvalue.
796
797 2010-11-02 Doug Evans <dje@google.com>
798
799 New python module gdb.printing, and new commands info pretty-printer,
800 enable pretty-printer, disable pretty-printer.
801 * NEWS: Mention them.
802 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
803 gdb/command/__init__.py, gdb/command/pretty_printers.py.
804 * python/lib/gdb/__init__.py: Install pretty-printer commands.
805 * python/lib/gdb/printing.py: New file.
806 * python/lib/gdb/command/__init__.py: New file.
807 * python/lib/gdb/command/pretty_printers.py: New file.
808
809 2010-11-02 Tom Tromey <tromey@redhat.com>
810
811 * NEWS: Mention Guile removal.
812 * defs.h (enum language) <language_scm>: Remove.
813 * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
814 scm-valprint.c.
815 (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
816 (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
817 * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
818 Remove.
819
820 2010-11-02 Doug Evans <dje@google.com>
821
822 * top.c: #include "python/python.h".
823 (gdb_init): Add a comment regarding initialize_all_files.
824 Call finish_python_initialization at the end.
825 * python/python.h (finish_python_initialization): Declare.
826 * python/python.c (finish_python_initialization): New function.
827 (_initialize_python): Move python-implemented initialization there
828 and call it.
829 (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
830
831 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
832
833 Revert:
834 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
835 Pedro Alves <pedro@codesourcery.com>
836 * gdbthread.h (currently_stepping): New declaration.
837 * infrun.c (currently_stepping): Remove the forward declaration.
838 (currently_stepping): Make it global.
839 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
840 variables tp and step, initialized them. Pass STEP to to_resume.
841 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
842 * remote.c (currently_stepping_callback): New.
843 (remote_vcont_resume)
844 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
845 New variable tp. Call currently_stepping_callback and step such
846 thread.
847
848 2010-11-01 Hui Zhu <teawater@gmail.com>
849
850 * tracepoint.c (tfile_xfer_partial): Change lma to vma.
851
852 2010-10-28 Hui Zhu <teawater@gmail.com>
853
854 * tracepoint.c (trace_save): Change utp->actions to
855 utp->step_actions.
856
857 2010-10-26 Joel Brobecker <brobecker@adacore.com>
858
859 * (_FILE_OFFSET_BITS): Fix typo in comment.
860
861 2010-10-26 Joel Brobecker <brobecker@adacore.com>
862
863 * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
864 (PyEval_InitThreads): Remove duplicate. Define as nothing.
865 (PyEval_ReleaseLock): Define as nothing.
866
867 2010-10-26 Joel Brobecker <brobecker@adacore.com>
868
869 * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
870 by call to FILENAME_CMP.
871
872 2010-10-26 Joel Brobecker <brobecker@adacore.com>
873
874 * dictionary.c (dict_hash): Move assignment out of if condition.
875
876 2010-10-22 Jie Zhang <jie@codesourcery.com>
877
878 * Makefile.in (install): Remove dependency of install-only and
879 recursively invoke make for install-only.
880 * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
881 (install): Pass FLAGS_TO_PASS when recursively make install-only.
882
883 2010-10-20 Hui Zhu <teawater@gmail.com>
884
885 * tracepoint.c (tfile_get_traceframe_address): Call
886 extract_signed_integer.
887 (tfile_trace_find): Call extract_signed_integer and
888 extract_unsigned_integer. Change data_size to unsigned int.
889 (tfile_fetch_registers): Call extract_unsigned_integer.
890 (tfile_xfer_partial): Ditto.
891 (tfile_get_trace_state_variable_value): Call
892 extract_signed_integer and extract_unsigned_integer.
893
894 2010-10-20 Vladimir Prus <vladimir@codesourcery.com>
895
896 * remote.c (remote_get_threadlist): If we got empty
897 response, bail out immediately, and don't emit any
898 warnings.
899
900 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
901
902 * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
903 for "mov pc, REG" as well.
904 (thumb_instruction_changes_pc): Likewise.
905
906 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
907
908 PR C++/11500:
909 * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
910 * eval.c (evaluate_subexp_standard): Check for overload of
911 'operator->'.
912 * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
913 (value_x_unop): Ditto.
914 * valops.c: Include "exceptions.h".
915 (find_overload_match): Throw NOT_FOUND_ERROR.
916 (value_struct_elt): Ditto.
917
918 2010-10-19 Tom Tromey <tromey@redhat.com>
919
920 * python/py-cmd.c (cmdpy_function): Unreference exception state.
921
922 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
923
924 * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
925 * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
926 for conversion.
927 Make all other conversions illegal.
928
929 2010-10-18 Doug Evans <dje@google.com>
930
931 * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
932 assumptions of when this case happens. Print "<unnamed typedef>".
933
934 2010-10-18 Tom Tromey <tromey@redhat.com>
935
936 * valprint.c (val_print_string): Pass 'encoding' to
937 LA_PRINT_STRING.
938
939 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
940
941 Fix the `stopped language detection' testcase for gcc-4.5.
942 * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
943 * symfile.c (set_initial_language): Move variable filename to a more
944 inner block. Prefer LANGUAGE_OF_MAIN.
945 * symtab.c (language_of_main): New variable.
946 (set_main_name): Always reset LANGUAGE_OF_MAIN.
947 * symtab.h (language_of_main): New declaration.
948
949 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
950 Pedro Alves <pedro@codesourcery.com>
951
952 * gdbthread.h (currently_stepping): New declaration.
953 * infrun.c (currently_stepping): Remove the forward declaration.
954 (currently_stepping): Make it global.
955 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
956 variables tp and step, initialized them. Pass STEP to to_resume.
957 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
958 * remote.c (currently_stepping_callback): New.
959 (remote_vcont_resume)
960 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
961 New variable tp. Call currently_stepping_callback and step such
962 thread.
963
964 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
965
966 * infrun.c (follow_exec): Replace symbol_file_add_main by
967 symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
968 breakpoint_re_set.
969 * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
970 clear_symtab_users.
971 * objfiles.c (free_all_objfiles): Likewise.
972 * remote-m32r-sdi.c (m32r_load): Likewise.
973 * solib-som.c (som_solib_create_inferior_hook): Likewise.
974 * symfile.c (new_symfile_objfile): New comment for add_flags. Call
975 clear_symtab_users with ADD_FLAGS.
976 (reread_symbols): Use parameter 0 for clear_symtab_users.
977 (clear_symtab_users): New parameter add_flags. Do not call
978 breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
979 (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
980 * symtab.h (clear_symtab_users): New parameter add_flags.
981
982 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
983
984 Fix GCC false warning.
985 * varobj.c (value_get_print_value) <str_addr>: Initialize it.
986
987 2010-10-16 Pierre Muller <muller@ics.u-strasbg.fr>
988
989 * p-typeprint.c (pascal_type_print_method_args): Fix problem in
990 display of type of method arguments.
991
992 2010-10-15 Tom Tromey <tromey@redhat.com>
993
994 PR python/11948:
995 * varobj.c (value_get_print_value): Use val_print_string to print
996 lazy strings.
997 * python/py-prettyprint.c (print_string_repr): Use
998 val_print_string to print lazy strings. Fix cleanup logic.
999 (print_children): Likewise.
1000 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
1001 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
1002 Change return type to 'void', add 'addr' argument.
1003 * value.h (val_print_string): Update.
1004 * valprint.c (val_print_string): Add 'encoding' argument.
1005 * printcmd.c (print_formatted): Update.
1006 * p-valprint.c (pascal_val_print): Update.
1007 * m2-valprint.c (print_unpacked_pointer): Update.
1008 (m2_print_array_contents): Likewise.
1009 * jv-valprint.c (java_value_print): Update.
1010 * f-valprint.c (f_val_print): Update.
1011 * c-valprint.c (c_val_print): Update.
1012 * auxv.c (fprint_target_auxv): Update.
1013
1014 2010-10-15 Doug Evans <dje@google.com>
1015 Jan Kratochvil <jan.kratochvil@redhat.com>
1016
1017 PR exp/12117
1018 * gdbtypes.c (check_typedef): Clean up function comment.
1019 Keep track of instance flags as we strip typedefs and create a new
1020 type to preserve them if necessary.
1021 * gdbtypes.h (type) <instance_flags>: Extend the comment.
1022
1023 2010-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
1024
1025 * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
1026
1027 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1028
1029 * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
1030 * gdbtypes.c (rank_one_type): Move type comparison code out of here
1031 to...
1032 (types_equal): ...here. And changed it as follows:
1033 Outside of typedefs type must be of the same TYPE_CODE.
1034 When compairing two pointers or references they are equal if their
1035 targets are equal.
1036 Correct pointer conversions.
1037
1038 2010-10-14 Pierre Muller <muller@ics.u-strasbg.fr>
1039
1040 * p-lang.c (is_pascal_string_type): Avoid crashes on structures
1041 having fields without names.
1042
1043 2010-10-13 Tom Tromey <tromey@redhat.com>
1044
1045 * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
1046
1047 2010-10-13 Doug Evans <dje@google.com>
1048
1049 New python module gdb.types.
1050 * NEWS: Document it.
1051 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
1052 * python/lib/gdb/types.py: New file.
1053
1054 * c-typeprint.c: Whitespace cleanup.
1055 (cp_type_print_method_args): Remove unnecessary forward decl.
1056 (cp_type_print_derivation_info): Ditto.
1057 (c_type_print_varspec_prefix): Mark as static at definition.
1058 (c_type_print_modifier): Fix arg descriptions.
1059
1060 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1061
1062 * python/py-breakpoint.c (bppy_set_condition): New comment.
1063 * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
1064 failed PyUnicode_Decode.
1065 (cmdpy_completer): Skip element for failed
1066 python_string_to_host_string.
1067 (cmdpy_init): Return -1 on failed python_string_to_host_string.
1068 * python/py-frame.c (frapy_read_var): Extend the function comment.
1069 * python/py-function.c (fnpy_init): Return -1 on failed
1070 python_string_to_host_string.
1071 * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
1072 the function comment.
1073 (infpy_search_memory): Extend the function comment. Remove the
1074 PyErr_SetString call on already set error state.
1075 * python/py-param.c (set_parameter_value): Extend the function
1076 comment. Return -1 on failed python_string_to_host_string, twice.
1077 (set_attr): Extend the function comment.
1078 (compute_enum_values): Extend the function comment. New variable
1079 back_to. Protect self->enumeration by BACK_TO cleanups. Return 0 on
1080 failed python_string_to_host_string.
1081 (get_doc_string): Call gdbpy_print_stack on failed
1082 python_string_to_host_string.
1083 (parmpy_init): Extend the function comment.
1084 * python/py-prettyprint.c (pretty_print_one_value): Likewise.
1085 (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
1086 failed python_string_to_host_string.
1087 * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
1088 (valpy_binop, valpy_richcompare): Extend the function comment.
1089 * python/python.c
1090 (struct python_env) <error_type, error_value, error_traceback>: New
1091 fields.
1092 (restore_python_env): Handle PyErr_Occurred. Call PyErr_Restore.
1093 (ensure_python_env): Call PyErr_Fetch.
1094 * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
1095 failed convert_value_from_python.
1096 (value_get_print_value): Call gdbpy_print_stack on failed
1097 python_string_to_target_python_string.
1098
1099 2010-10-12 Tom Tromey <tromey@redhat.com>
1100
1101 * python/py-prettyprint.c (search_pp_list): Fix error checking.
1102
1103 2010-10-12 Sami Wagiaalla <swagiaal@redhat.com>
1104
1105 * gdbtypes.c (do_is_ancestor): New function.
1106 (is_ancestor): Use do_is_ancestor.
1107 (is_public_ancestor): Use do_is_ancestor.
1108
1109 2010-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
1110
1111 * ser-go32.c (struct dos_ops): Add missing fdopen field.
1112
1113 2010-10-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1114
1115 * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
1116
1117 2010-10-11 Doug Evans <dje@google.com>
1118
1119 * c-typeprint.c (c_type_print_modifier): Add note that this prints
1120 the address space id too.
1121
1122 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1123
1124 Fix attaching to re-prelinked executables on ppc64.
1125 * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
1126 initialize it, try to adjust FILESZ field by it.
1127
1128 2010-10-08 Daniel Jacobowitz <dan@codesourcery.com>
1129
1130 * tracepoint.c (merge_uploaded_trace_state_variables): Only print
1131 messages if info_verbose.
1132
1133 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1134
1135 * valops.c (value_cast): Handle vector types.
1136 * valarith.c (value_binop): Widen scalar to vector if appropriate.
1137
1138 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1139
1140 * arm-tdep.c (thumb_expand_immediate): New function.
1141 (thumb_instruction_changes_pc): Likewise.
1142 (thumb2_instruction_changes_pc): Likewise.
1143 (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
1144 prologue parsing. Improved support for optimized code.
1145 (thumb_scan_prologue): Do not reply on line-number information,
1146 use same heuristics as arm_scan_prologue insead.
1147 (skip_prologue_function): Accept functions
1148 "__tls_get_addr" and "__aeabi_read_tp".
1149
1150 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1151 Daniel Jacobowitz <dan@codesourcery.com>
1152
1153 * arm-tdep.c (thumb_in_function_epilogue_p)
1154 (arm_in_function_epilogue_p): New.
1155 (arm_gdbarch_init): Install arm_in_function_epilogue_p as
1156 gdbarch_in_function_epilogue_p callback.
1157
1158 2010-10-07 Doug Evans <dje@google.com>
1159
1160 * cc-with-index.sh (output_file): Default to a.out.
1161
1162 * dwarf2read.c (mapped_index): Rename member index_table to
1163 symbol_table and index_table_slots to symbol_table_slots.
1164 All uses updated.
1165 (create_symbol_hash_table): Renamed from create_index_table.
1166 All callers updated.
1167 (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
1168 (write_hash_table): Rename local index_table to symbol_hash_table.
1169
1170 * addrmap.h (addrmap_foreach_fn): New typedef.
1171 (addrmap_foreach): Declare.
1172 * addrmap.c (struct addrmap_funcs): New member foreach.
1173 (addrmap_foreach): New function.
1174 (addrmap_fixed_foreach): New function.
1175 (addrmap_fixed_funcs): Update.
1176 (struct mutable_foreach_data): New struct.
1177 (addrmap_mutable_foreach_worker): New function.
1178 (addrmap_mutable_foreach): New function.
1179 (addrmap_mutable_funcs): Update.
1180
1181 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1182
1183 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
1184 more cases.
1185
1186 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1187
1188 * ada-lang.c (full_match): Declare.
1189 (ada_match_name): Rename to match_name (we should avoid prefixing static
1190 symbols with "ada_").
1191 (match_name): New name for ada_match_name.
1192 (struct ada_psym_data): Remove and replace with...
1193 (struct match_data): User data for map_matching_symbols.
1194 (ada_add_psyms): Remove.
1195 (aux_add_nonlocal_symbols): New function, used as callback for
1196 map_matching_symbols.
1197 (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
1198 symbols.
1199 (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
1200 (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
1201 Rework to use map_matching_symbols instead of map_ada_symtabs.
1202 (ada_lookup_symbol_list): Use add_nonlocal_symbols.
1203 * psymtab.c: Include dependency on dictionary.h.
1204 (match_partial_symbol): New function.
1205 (ada_lookup_partial_symbol): Remove.
1206 (map_block): New function, auxiliary to map_matching_symbols_psymtab.
1207 (map_matching_symbols_psymtab): New function.
1208 (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
1209 * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
1210
1211 2010-10-06 Paul Hilfinger <hilfinger@adacore.com>
1212
1213 * ada-lang.c (ada_match_name): Use new API for wild_match.
1214 (wild_match): Change API to be consistent with that of strcmp_iw;
1215 return 0 for a match, and switch operand order.
1216 (full_match): New function.
1217 (ada_add_block_symbols): Use dict_iter_match_{first,next} for
1218 matching to allow use of hashing.
1219 * dictionary.c (struct dict_vector): Generalize iter_name_first,
1220 iter_name_next ot iter_match_first, iter_match_next.
1221 (iter_name_first_hashed): Replace with iter_match_first_hashed.
1222 (iter_name_next_hashed): Replace with iter_match_next_hashed.
1223 (iter_name_first_linear): Replace with iter_match_first_linear.
1224 (iter_name_next_linear): Replace with iter_match_next_linear.
1225 (dict_iter_name_first): Re-implement to use dict_iter_match_first.
1226 (dict_iter_name_next): Re-implement to use dict_iter_match_next.
1227 (dict_iter_match_first): New function.
1228 (dict_iter_match_next): New function.
1229 (dict_hash): New function.
1230 * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
1231 * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
1232
1233 2010-10-06 Doug Evans <dje@google.com>
1234
1235 * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
1236
1237 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1238
1239 * dwarf2read.c (read_tag_const_type): Handle const arrays.
1240
1241 2010-10-06 Doug Evans <dje@google.com>
1242
1243 * Makefile.in (REQUIRED_SUBDIRS): New var.
1244 (subdir_do): Verify required subdir Makefiles exist.
1245
1246 Create subdir data-directory.
1247 * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
1248 data-directory/Makefile.in.
1249 (SUBDIRS): Add data-directory.
1250 (all): Remove xml-syscall-copy dependency.
1251 (xml-syscall-copy): Moved to data-directory/Makefile.in as
1252 stamp-syscalls.
1253 (xml-syscall-install): Moved to data-directory/Makefile.in as
1254 install-syscalls.
1255 (install-only): Remove xml-syscall-install dependency.
1256 (all-data-directory): New rule.
1257 (data-directory/Makefile): New rule.
1258 * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
1259 * configure: Regenerate.
1260 * data-directory/Makefile.in: New file.
1261 * python/lib/gdb/__init__.py: New file.
1262
1263 2010-10-06 Joel Brobecker <brobecker@adacore.com>
1264
1265 Fix ARI warnings in advance_wild_match.
1266 * ada-lang.c (advance_wild_match): Delete local variable t2.
1267 Adjust code accordingly. Minor reformatting.
1268
1269 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1270
1271 * gdbtypes.h (struct main_type): Remove flag_nottext.
1272 (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
1273 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
1274 (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
1275 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
1276 of TYPE_FLAG_NOTTEXT.
1277 (init_type): Remove the initialization of the flag_nottext field.
1278 (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
1279 TYPE_FLAG_NOTTEXT.
1280 * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
1281
1282 2010-10-04 Doug Evans <dje@google.com>
1283
1284 * cc-with-index.sh: New file.
1285
1286 * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
1287 function comment.
1288 (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
1289 (create_cus_from_index, create_addrmap_from_index): Ditto.
1290 (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
1291 (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
1292 (dw2_do_expand_symtabs_matching): Ditto.
1293 (eq_strtab_entry, create_strtab, add_string): Ditto.
1294 (hash_strtab_entry): Ditto.
1295 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
1296 (create_index_table, create_mapped_symtab, find_slot): Ditto.
1297 (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
1298 (write_hash_table, add_address_entry, write_psymbols): Ditto.
1299 (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
1300 (write_psymtabs_to_index): Ditto.
1301
1302 2010-10-04 Joel Brobecker <brobecker@adacore.com>
1303
1304 * ada-lang.c: #include "value.h".
1305 (ensure_lval): Delete advance declaration. Remove gdbarch and sp
1306 arguments. Implement using value_allocate_space_in_inferior
1307 instead of allocating memory from the stack.
1308 (make_array_descriptor): Remove gdbarch and sp parameters. Update
1309 calls to ensure_lval.
1310 (ada_convert_actual): Remove gdbarch and sp parameters. Update
1311 calls to make_array_descriptor and ensure_lval.
1312 * ada-lang.h (ada_convert_actual): Update declaration.
1313 * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
1314
1315 2010-10-04 Doug Evans <dje@google.com>
1316
1317 * python/python.c (_initialize_python): Define new function
1318 GdbSetPythonDirectory in python. Use it to update sys.path and
1319 gdb.__path__.
1320
1321 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1322
1323 * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
1324 incorporating and generalizing print_record_field_types.
1325 (print_record_field_types): Change return value and update comment.
1326 Re-implement using print_selected_record_field_types.
1327 (print_choices): Print "=>" here.
1328 Handle case of unencoded variant branch.
1329 (print_variant_clauses): Reformat comment.
1330 Special-case unencoded variant branch.
1331
1332 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1333
1334 * ada-lang.c (wild_match): Reimplement.
1335 Change API to eliminate unused length argument, reverse arguments and
1336 make 0 the 'true' return value.
1337 (advance_wild_match): New auxiliary function for wild_match to improve
1338 readability.
1339 (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
1340 * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
1341 API for wild_match.
1342 * symfile.h (map_ada_symtabs): Modify declaration to use new API for
1343 wild_match.
1344 * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
1345
1346 2010-10-01 Doug Evans <dje@google.com>
1347
1348 * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1349 for `save gdb-index' command.
1350
1351 2010-10-01 Tom Tromey <tromey@redhat.com>
1352
1353 * symfile.h (allocate_symtab): Update.
1354 * symfile.c (allocate_symtab): Make 'filename' const.
1355 * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1356 (add_psymbol_to_list): Likewise.
1357 * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1358 const.
1359 (add_psymbol_to_list): Update.
1360 * mdebugread.c (new_symtab): Make 'name' const.
1361 (psymtab_to_symtab_1): Make 'filename' const.
1362 * elfread.c (elfstab_offset_sections): Update.
1363 * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1364 (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1365 (psymtab_include_file_name): Update.
1366 * dbxread.c (find_stab_function_addr): Make 'filename' const.
1367 * buildsym.h (start_subfile): Update.
1368 * buildsym.c (start_subfile): Make arguments const.
1369
1370 2010-09-30 Ali Lakhia <lakhia@alumni.utexas.net>
1371
1372 * fork-child.c (breakup_args): Fix crash if shell forking is
1373 disabled at compile time.
1374
1375 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1376
1377 * ada-lang.c (desc_bounds): Add handling of the case where
1378 the P_BOUNDS field is a pointer to a stub.
1379 (desc_data_target_type): Same for P_ARRAY field.
1380 (ada_check_typedef): Strip the typedef layers from the type
1381 found by ada_find_any_type.
1382
1383 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1384
1385 * sparc-tdep.c (sparc32_frame_align): New function.
1386 (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1387 * sparc64-tdep.c (sparc64_frame_align): New function.
1388 (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1389
1390 2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
1391
1392 * defs.h (MAX_REGISTER_SIZE): Set to 64.
1393
1394 2010-09-30 Tom Tromey <tromey@redhat.com>
1395
1396 * symfile.h (struct sym_fns) <next>: Remove.
1397 (add_symtab_fns): Update.
1398 * symfile.c (sym_fns_ptr): New typedef.
1399 (symtab_fns): Now a VEC.
1400 (add_symtab_fns): Update. Change argument type.
1401 (find_sym_fns): Update. Change return type.
1402 (get_symfile_segment_data): Update.
1403 * objfiles.h (struct objfile) <sf>: Now const.
1404 * somread.c (som_sym_fns): Now const. Update.
1405 * xcoffread.c (xcoff_sym_fns): Now const. Update.
1406 * mipsread.c (ecoff_sym_fns): Now const. Update.
1407 * machoread.c (macho_sym_fns): Now const. Update.
1408 * elfread.c (elf_sym_fns): Now const. Update.
1409 (elf_sym_fns_gdb_index): Likewise.
1410 * dbxread.c (aout_sym_fns): Now const. Update.
1411 * coffread.c (coff_sym_fns): Now const. Update.
1412
1413 2010-09-30 Tom Tromey <tromey@redhat.com>
1414
1415 * value.c (value_primitive_field): Take 'offset' into account for
1416 packed field.
1417
1418 2010-09-30 Tom Tromey <tromey@redhat.com>
1419
1420 * completer.c (count_struct_fields): Handle anonymous structs and
1421 unions.
1422 (add_struct_fields): Likewise.
1423
1424 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1425
1426 Fix printing parameters of inlined functions.
1427 * ada-lang.c (is_known_support_routine)
1428 (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1429 for find_frame_funname.
1430 * python/py-frame.c (frapy_name): Likewise.
1431 * stack.c (find_frame_funname): New parameter funcp. Update the
1432 function comment. Fill it in.
1433 (print_frame): New variable func. Initialize it by
1434 find_frame_funname. Print arguments only if FUNC is not NULL. Use
1435 FUNC as the parameter of print_args_stub.
1436 * stack.h (find_frame_funname): New parameter funcp. Remove the
1437 function declaration comment.
1438
1439 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1440
1441 PR corefiles/12071.
1442 * inferior.c (have_live_inferiors): New variables old_chain, inf and
1443 tp. Iterate INFERIOR_LIST and call target_has_execution.
1444
1445 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1446
1447 Fix GDB crash on inferior calls with self-referencing classes.
1448 * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1449 member fields.
1450
1451 2010-09-29 Doug Evans <dje@google.com>
1452
1453 Workaround for gcc/45682.
1454 * dwarf2read.c (partial_die_info): New fields fixup_called,
1455 linkage_name.
1456 (guess_partial_die_structure_name): Renamed from guess_structure_name.
1457 Move definition next to use. Use linkage_name to determine if class
1458 is in a namespace. All callers updated.
1459 (fixup_partial_die): Return early if already called.
1460 Set fixup_called when done.
1461 (guess_full_die_structure_name): New function.
1462 (determine_prefix): Call it for class/struct/union dies if c++ and
1463 .debug_types section is present and parent is DW_TAG_compile_unit.
1464
1465 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1466
1467 * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1468 (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1469
1470 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1471
1472 * NEWS: Announce Ravenscar Profile support.
1473
1474 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1475 Jerome Guitton <guitton@adacore.com>
1476
1477 * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1478 New files.
1479 * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1480 ravenscar-sparc-thread.o to gdb_target_obs.
1481
1482 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1483
1484 * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1485 * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1486
1487 2010-09-27 Pierre Muller <muller@ics.u-strasbg.fr>
1488
1489 * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1490 (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1491 skip_main_prologue method.
1492
1493 2010-09-27 Tom Tromey <tromey@redhat.com>
1494
1495 * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1496 (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1497 Only emit a given psymbol once.
1498 (struct signatured_type_index_data) <psyms_seen>: New field.
1499 (write_one_signatured_type): Update.
1500 (cleanup_htab): New function.
1501 (write_psymtabs_to_index): Update. Create psyms_seen hash. Bump
1502 version to 3.
1503 (save_gdb_index_command): Update index documentation.
1504
1505 2010-09-27 Tom Tromey <tromey@redhat.com>
1506
1507 * bcache.c (expand_hash_table): Use hash_function, not hash.
1508
1509 2010-09-27 Tom Tromey <tromey@redhat.com>
1510
1511 * gdb_wchar.h: Change minimum libiconv to 0x108.
1512
1513 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1514
1515 Fix lost siginfo_t for inferior calls.
1516 * infrun.c
1517 (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1518 (save_inferior_thread_state): New variables regcache, gdbarch and
1519 siginfo_data. Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1520 Move INF_STATE allocation later, pre-clear it. Initialize REGISTERS
1521 using REGCACHE.
1522 (restore_inferior_thread_state): New variables regcache and gdbarch.
1523 Restore SIGINFO_DATA for matching GDBARCH. Restore REGISTERS using
1524 REGCACHE. Free also SIGINFO_DATA.
1525
1526 2010-09-24 Tom Tromey <tromey@redhat.com>
1527
1528 * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1529 MAYBE_SWAPs.
1530 (dw2_map_symbol_names): Likewise.
1531
1532 2010-09-24 Sami Wagiaalla <swagiaal@redhat.com>
1533
1534 * valops.c (find_oload_champ_namespace_loop): replace incorrect
1535 discard_cleanups do_cleanups.
1536
1537 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1538
1539 PR gdb/11842
1540
1541 * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1542 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1543 si_code is < 0. Check for si_code == SI_TIMER before checking for
1544 si_code < 0.
1545
1546 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1547
1548 * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1549
1550 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1551
1552 * ada-tasks.c (read_atcb): Do not compute the task ptid when
1553 debugging a core file.
1554
1555 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1556
1557 Code cleanup.
1558 * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1559 (free_objfile) <objfile->name != NULL>: Remove the conditional around
1560 xfree.
1561 * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1562 * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1563 Remove.
1564 * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1565 Remove the conditional.
1566 * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1567
1568 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1569
1570 * main.c: Include objfiles.h.
1571 (captured_main): New variable objfile. Call
1572 load_auto_scripts_for_objfile for ALL_OBJFILES.
1573
1574 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1575
1576 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1577 DW_TAG_constant.
1578
1579 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1580
1581 * dwarf2read.c (scan_partial_symbols): Add handling of
1582 DW_TAG_constant DIEs.
1583 (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1584
1585 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1586
1587 * configure.ac: Add support for --enable-gdbserver.
1588 * configure: Regenerate.
1589
1590 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1591
1592 PR C++/12028
1593 * valops.c (find_oload_champ_namespace_loop): removed incorrect
1594 'old_cleanups' reassignment.
1595
1596 2010-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1597
1598 * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1599 characters.
1600
1601 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1602
1603 PR mi/11407
1604 * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1605 read_var_value and common_val_print and print a warning.
1606
1607 2010-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1608
1609 * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1610 keep the list in alphabetical order. Use longer e-mail address.
1611
1612 2010-09-15 Tom Tromey <tromey@redhat.com>
1613
1614 * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1615
1616 2010-09-15 Tom Tromey <tromey@redhat.com>
1617
1618 * charset.c (iconv_open): New define.
1619 (iconv): Likewise.
1620 (iconv_close): Likewise.
1621 (phony_iconv_open): Add "phony_" prefix.
1622 (phony_iconv_close): Likewise.
1623 (phony_iconv): Likewise.
1624 * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1625 Change how INTERMEDIATE_ENCODING is defined.
1626
1627 2010-09-15 Doug Evans <dje@google.com>
1628
1629 * dwarf2read.c (struct die_info): Fix comment.
1630
1631 2010-09-15 Alan Modra <amodra@gmail.com>
1632
1633 PR 4606
1634 * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1635 than setting SEC_NEVER_LOAD on sections that need not be copied.
1636
1637 2010-09-14 Tom Tromey <tromey@redhat.com>
1638
1639 * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1640 (start_psymtab_common, allocate_psymtab, discard_psymtab):
1641 Declare.
1642 * symfile.h (extend_psymbol_list): Remove.
1643 (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1644 (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1645 * psymtab.c (extend_psymbol_list): Move earlier. Now static.
1646
1647 2010-09-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1648
1649 * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1650 Update the comment.
1651
1652 2010-09-14 Tom Tromey <tromey@redhat.com>
1653
1654 PR symtab/8399:
1655 * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1656 for unrecognized frame base expression.
1657
1658 2010-09-14 Tom Tromey <tromey@redhat.com>
1659
1660 PR exp/11803:
1661 * value.c (value_static_field): Use value_of_variable.
1662
1663 2010-09-14 Pierre Muller <muller@ics.u-strasbg.fr>
1664
1665 * m32r-rom.c: Replace winsock.h with winsock2.h header.
1666 * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1667
1668 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1669
1670 PR symtab/11992:
1671 * c-exp.y (classify_name): Check is_a_member_of_this before returning
1672 UNKNOWN_CPP_NAME.
1673
1674 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1675
1676 * NEWS: Add x86-lynxos to the list of platforms supported by
1677 gdbserver.
1678
1679 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1680
1681 * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1682
1683 2010-09-13 Tom Tromey <tromey@redhat.com>
1684
1685 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1686
1687 2010-09-13 H.J. Lu <hongjiu.lu@intel.com>
1688
1689 * i386-tdep.c (i386_ymm_type): Set type name to
1690 builtin_type_vec256i.
1691
1692 2010-09-12 Michael Snyder <msnyder@vmware.com>
1693
1694 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1695
1696 2010-09-12 H.J. Lu <hongjiu.lu@intel.com>
1697
1698 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1699
1700 2010-09-11 H.J. Lu <hongjiu.lu@intel.com>
1701
1702 * amd64-tdep.c (amd64_register_name): Removed.
1703 (amd64_init_abi): Don't call set_gdbarch_register_name.
1704
1705 * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1706
1707 * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1708
1709 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1710 Paul Bolle <pebolle@tiscali.nl>
1711
1712 Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1713 * cli-logging.c (struct saved_output_files) <targerr>: New.
1714 (set_logging_redirect, pop_output_files, handle_redirections):
1715 Redirect also gdb_stdtargerr.
1716 * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1717 declarations.
1718 * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1719 also gdb_stdtargerr.
1720 * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1721 to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1722 Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1723 * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1724 * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1725 New functions.
1726
1727 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1728
1729 * hppa-tdep.c (unwind_command): Use host_address_to_string function
1730 to display a host address.
1731 * monitor.c (monitor_read_memory): Likewise.
1732 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1733
1734 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1735
1736 * coffread.c (struct coff_symbol): Change c_value type from `long' to
1737 `CORE_ADDRESS' as it might contain target addresses.
1738
1739 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1740
1741 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1742 before cast to pointer to avoid warning.
1743
1744 2010-09-09 Kevin Buettner <kevinb@redhat.com>
1745
1746 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1747 type to be signed.
1748
1749 2010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
1750
1751 * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1752 anonymous class partial DIEs.
1753
1754 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1755
1756 * dwarf2read.c (dwarf2_compute_name): Check that the first
1757 argument is a pointer.
1758
1759 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1760
1761 * dwarf2read.c (read_func_scope, read_structure_type)
1762 (read_common_block): Check for a NULL return from new_symbol.
1763
1764 2010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1765
1766 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1767
1768 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1769
1770 * dwarf2read.c (read_structure_type): Move processing of
1771 fields and member functions from here...
1772 (process_structure_scope): ... to here.
1773
1774 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1775
1776 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1777 the domain type.
1778 (gnuv3_make_method_ptr): Likewise.
1779
1780 2010-09-08 Tom Tromey <tromey@redhat.com>
1781
1782 * breakpoint.c (create_breakpoint): Add missing _().
1783
1784 2010-09-08 Doug Evans <dje@google.com>
1785
1786 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1787
1788 2010-09-08 Tom Tromey <tromey@redhat.com>
1789
1790 Revert:
1791 2010-09-01 Tom Tromey <tromey@redhat.com>
1792 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1793 symtab.h: Revert earlier change.
1794
1795 2010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
1796
1797 * psymtab.c (add_psymbol_to_bcache): Initialize
1798 obj_section.
1799 memset psymbol.ginfo.value to 0.
1800
1801 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1802
1803 * infrun.c (resume): Extend comment on ignoring single-step
1804 requests on vfork parents waiting for a vfork-done.
1805
1806 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1807 Pedro Alves <pedro@codesourcery.com>
1808
1809 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1810 is NULL.
1811 * fork-child.c (startup_inferior) <resume_signal>: Use enum
1812 target_signal type.
1813 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1814 calling strsignal. Use enum target_signal type for saved_signo.
1815 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1816 (linux_nat_wait_1): Use enum target_signal type for signo. Use
1817 target_signal_to_host before calling strsignal.
1818 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1819 TARGET_SIGNAL_0.
1820
1821 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1822 Jan Kratochvil <jan.kratochvil@redhat.com>
1823
1824 * common/signals.c (ANY): Remove.
1825 (SET): No longer use ANY.
1826
1827 2010-09-06 Yao Qi <yao@codesourcery.com>
1828
1829 * infrunc(resume): When inferior is waiting_for_vfork_done,
1830 clear step and don't use displaced stepping.
1831
1832 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1833
1834 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1835 value specially.
1836
1837 2010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1838
1839 Code cleanup - split print_stop_reason.
1840 * infrun.c (enum inferior_stop_reason): Remove.
1841 (print_stop_reason): Remove by splitting into ...
1842 (print_exited_reason, print_signal_exited_reason)
1843 (print_no_history_reason, print_signal_received_reason)
1844 (print_end_stepping_range_reason): ... these new functions. Update
1845 the preceding comment.
1846 (handle_inferior_event): Change the calls to print_exited_reason,
1847 print_signal_exited_reason, print_no_history_reason,
1848 print_signal_received_reason, print_end_stepping_range_reason.
1849 (handle_step_into_function, handle_step_into_function_backward):
1850 Change the calls to print_end_stepping_range_reason.
1851
1852 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1853
1854 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1855 * cli-out.c: Include vec.h.
1856 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1857 variable stream, initialize it, use it.
1858 (cli_redirect): New function comment. Replace the stream and
1859 original_stream fields by the new streams field. Remove the
1860 original_stream != NULL conditional, assert error on NULL instead.
1861 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1862 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
1863 original_stream fields by the new streams field.
1864 (cli_out_set_stream): Replace the stream field by the new streams
1865 field.
1866 * cli-out.h: Include vec.h.
1867 (ui_filep): New typedef, call DEF_VEC_P for it.
1868 (struct cli_ui_out_data): Replace the stream and original_stream
1869 fields by the new streams field.
1870 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
1871 NULL first. Extend the comment.
1872 (handle_redirections): Call ui_out_redirect with output.
1873 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
1874 calls outside of the TRY_CATCH block.
1875
1876 2010-09-03 Joel Brobecker <brobecker@adacore.com>
1877
1878 GDB 7.2 released.
1879
1880 2010-09-02 Joel Brobecker <brobecker@adacore.com>
1881
1882 Back out the following change:
1883 | 2010-06-29 Hui Zhu <teawater@gmail.com>
1884 | * record.c (set_record_pic_cmdlist,
1885 | show_record_pic_cmdlist): New variables.
1886 | (set_record_pic_command,
1887 | show_record_pic_command): New functions.
1888 | (record_pic_function, record_pic_line, record_pic_enum,
1889 | set_record_pic_type, record_pic_hide_nofunction,
1890 | record_pic_hide_nosource, record_pic_hide_same): New variables.
1891 | (record_pic_fputs): New function.
1892 | (function_list, node_list, edge_list): New struct.
1893 | (function_list, node_list, edge_list): New variables.
1894 | (record_pic_cleanups, record_pic_node,
1895 | record_pic_edge, cmd_record_pic): New functions.
1896 | (_initialize_record): Add new commands for record pic.
1897
1898 2010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
1899
1900 * config.in, configure: Regenerated.
1901 * configure.ac: Check for waitpid.
1902 * ser-pipe.c (pipe_close): Wait for the program to exit.
1903
1904 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1905
1906 * cli/cli-logging.c: Include gdb_assert.h.
1907 (set_logging_overwrite): New function.
1908 (logging_redirect): New comment.
1909 (logging_no_redirect_file, set_logging_redirect)
1910 (pop_output_files) <logging_no_redirect_file>: New.
1911 (handle_redirections) <!logging_redirect>: New variable
1912 no_redirect_file. Remove file autoclose for tee_file_new. No longer
1913 discard cleanup for the close of former OUTPUT. Set
1914 LOGGING_NO_REDIRECT_FILE.
1915 (handle_redirections) <logging_redirect>: gdb_assert
1916 LOGGING_NO_REDIRECT_FILE.
1917 (show_logging_command) <logging_redirect handling>: Adjust messages
1918 for SAVED_FILENAME not NULL.
1919 (_initialize_cli_logging): Install set_logging_overwrite and
1920 set_logging_redirect.
1921
1922 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1923
1924 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
1925
1926 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1927
1928 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
1929 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
1930 add $(GDB_WARN_CFLAGS_NO_FORMAT).
1931 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
1932
1933 2010-09-02 Yao Qi <yao@codesourcery.com>
1934
1935 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
1936 number from a WIFSIGNALED status.
1937
1938 2010-09-01 Tom Tromey <tromey@redhat.com>
1939
1940 * symtab.h (lookup_type_symbol): Declare.
1941 * symtab.c (lookup_symbol_in_language_full): Rename from
1942 lookup_symbol_in_language. Add 'for_type' argument.
1943 (lookup_symbol_in_language): New function.
1944 (lookup_type_symbol): Likewise.
1945 (lookup_symbol_aux): Add 'for_type' argument.
1946 (match_symbol_aux): New function.
1947 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
1948 (match_transparent_type): New function.
1949 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
1950 * symfile.h (struct quick_symbol_functions)
1951 <pre_expand_symtabs_matching>: Remove.
1952 <expand_one_symtab_matching>: New field.
1953 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
1954 (pre_expand_symtabs_matching_psymtabs): Remove.
1955 (psym_functions): Update.
1956 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
1957 * dwarf2read.c (dw2_lookup_symbol): Update comment.
1958 (dw2_pre_expand_symtabs_matching): Remove.
1959 (dw2_expand_one_symtab_matching): New function.
1960 (dwarf2_gdb_index_functions): Update.
1961
1962 2010-09-01 Joel Brobecker <brobecker@adacore.com>
1963
1964 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
1965
1966 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1967
1968 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
1969 as a feature reported by -list-target-features.
1970
1971 2010-09-01 Joel Brobecker <brobecker@adacore.com>
1972
1973 * features/Makefile (WHICH): Add rs6000/powerpc-32.
1974 (powerpc-32.o, powerpc-32.c): New rules.
1975 (clean): Also remove powerpc-32.c.
1976 * regformats/rs6000/powerpc-32.dat: Generate.
1977
1978 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
1979
1980 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
1981 psymbol_bcache_init.
1982 * psymtab.h (psymbol_bcache_init): New function prototype.
1983 (psymbol_bcache_free): New function prototype.
1984 (psymbol_bcache_get_bcache): New function prototype.
1985 * psymtab.c (psymbol_bcache_init): New function.
1986 (psymbol_bcache_free): New function.
1987 (psymbol_bcache_full): New function.
1988 (psymbol_bcache_get_bcache): New function.
1989 (add_psymbol_to_bcache): use psymbol_bcache_full.
1990 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
1991 psymbol_bcache.
1992 * symmisc.c (print_symbol_bcache_statistics): Updated.
1993 (print_objfile_statistics): Updated.
1994 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
1995 psymbol_cache.
1996 (free_objfile): Use psymbol_bcache_free.
1997
1998 2010-08-31 Tom Tromey <tromey@redhat.com>
1999
2000 PR c++/11961:
2001 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
2002 Don't set TYPE_NAME on the type.
2003
2004 2010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2005
2006 * infrun.c (set_exec_direction_func): Error out if target does not
2007 support reverse execution.
2008
2009 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2010
2011 Make linux_get_siginfo_type `type *' unique.
2012 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
2013 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
2014 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
2015 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
2016 (_initialize_linux_tdep): New.
2017
2018 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2019
2020 Code cleanup.
2021 * defs.h (find_memory_region_ftype): New typedef.
2022 (exec_set_find_memory_regions): Use it.
2023 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
2024 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
2025 * gcore.c (objfile_find_memory_regions): Likewise.
2026 * gnu-nat.c (gnu_find_memory_regions): Likewise.
2027 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
2028 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
2029 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
2030 find_memory_region_ftype.
2031 (insert_dbx_link_bpt_in_region): Likewise.
2032 (iterate_over_mappings): Likewise. Drop the comment part about the
2033 function prototype.
2034 (find_memory_regions_callback): Use find_memory_region_ftype.
2035 (proc_find_memory_regions): Likewise.
2036 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
2037 find_memory_region_ftype.
2038 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
2039 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
2040
2041 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
2042
2043 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
2044 'static partial_symbol psymbol'.
2045 (psymbol_hash): New function.
2046 (psymbol_compare): New function.
2047 * bcache.c (hash_continue): New.
2048 (hash): Use hash_continue.
2049 * bcache.c: Add hash_function and compare_function
2050 pointers to bcache struct.
2051 (bcache_full): Use bcache->hash_function, and
2052 bcache->compare_function.
2053 (bcache_compare): New function.
2054 (bcache_xmalloc): Take hash_function and
2055 compare_function arguments and initialize the
2056 bcach's pointers.
2057 Updated comment.
2058 * objfiles.c (allocate_objfile): Updated.
2059 * symfile.c (reread_symbols): Updated.
2060 * python/py-type.c (typy_richcompare): Updated.
2061
2062 2010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
2063 Tom Tromey <tromey@redhat.com>
2064
2065 PR python/11792:
2066 * python/py-value.c (valpy_get_dynamic_type): New function.
2067 (value_object_getset): Add "dynamic_type".
2068 (valpy_get_type): Fail on error.
2069
2070 2010-08-30 Yao Qi <yao@codesourcery.com>
2071
2072 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
2073 (arm_linux_syscall_next_pc): New.
2074 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
2075 (arm_linux_init_abi): Initialize syscall_next_pc.
2076 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
2077 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
2078 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
2079 Declare arm_frame_is_thumb.
2080
2081 2010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2082
2083 Code cleanup.
2084 * breakpoint.c (bpstat_alloc): Remove unused prototype.
2085 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
2086 code.
2087 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
2088 calls of bpstat_alloc. Remove explicit bs chain termination.
2089
2090 2010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2091
2092 Code cleanup.
2093 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
2094 (my_waitpid): Likewise.
2095
2096 2010-08-27 Doug Evans <dje@google.com>
2097
2098 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
2099 as appropriate.
2100
2101 2010-08-27 Tom Tromey <tromey@redhat.com>
2102
2103 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
2104 TYPE_FIELD_IGNORE_BITS.
2105
2106 2010-08-27 Doug Evans <dje@google.com>
2107
2108 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
2109 the order they're defined in. munmap .debug_types buffer.
2110
2111 2010-08-26 Doug Evans <dje@google.com>
2112
2113 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
2114 (dw2_forget_cached_source_info): Rename local cu to per_cu.
2115 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
2116 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
2117 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
2118 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
2119 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
2120 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
2121 (write_psymtabs_to_index): Ditto.
2122
2123 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2124
2125 * NEWS: Mention libthread_db debugging with core files.
2126
2127 2010-08-26 Doug Evans <dje@google.com>
2128
2129 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
2130 forward decl. Pass pst->dirname to dwarf_decode_lines.
2131 (psymtab_include_file_name): New function.
2132 (dwarf_decode_lines): Call it. Update comments.
2133
2134 2010-08-25 Pedro Alves <pedro@codesourcery.com>
2135
2136 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
2137 compilation unit being different from target die's.
2138
2139 2010-08-24 Doug Evans <dje@google.com>
2140
2141 PR symtab/11942
2142 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
2143 debug_types_type_hash.
2144 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
2145 All uses updated.
2146 (lookup_die_type): Renamed from tag_type_to_tag. First look in
2147 appropriate type_hash table. All callers updated.
2148 (allocate_signatured_type_table): Renamed from
2149 allocate_signatured_type_hash_table. All callers updated.
2150 (create_signatured_type_table_from_index): Renamed from
2151 create_signatured_type_hash_from_index. All callers updated.
2152 (read_die_type): Add comment. Move actual reading to ...
2153 (read_die_type_1): ... here. New function.
2154 (follow_die_ref_or_sig): Tweak comment.
2155 (set_die_type): Rewrite to use appropriate choice of
2156 debug_info_type_hash or debug_types_type_hash.
2157 (get_die_type_at_offset): New function.
2158 (get_die_type): Call it.
2159
2160 2010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2161
2162 * python/py-type.c (typy_richcompare): Initialize worklist.
2163
2164 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2165 Kazu Hirata <kazu@codesourcery.com>
2166 Jonathan Larmour <jifl@eCosCentric.com>
2167
2168 * arm-tdep.c: Include features/arm-with-m.c.
2169 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
2170 call this function.
2171 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
2172 Check is_m after force-mode.
2173 (arm_gdbarch_init): Check the binary before the target description.
2174 Add check for M profile attribute. If we have an M-profile device,
2175 but no target register description, use arm-with-m. Recognize the
2176 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
2177 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
2178 * arm-tdep.h (XPSR_T): Define.
2179 (struct gdbarch_tdep): Add is_m member.
2180 * features/arm-m-profile.xml, features/arm-with-m.c,
2181 features/arm-with-m.xml: New files.
2182
2183 2010-08-23 Doug Evans <dje@google.com>
2184
2185 * dwarf2read.c (read_structure_type): Add comment.
2186 (read_enumeration_type): Add comment.
2187 (process_enumeration_scope): Move definition of some locals
2188 closer to their use.
2189 (read_namespace_type): Add comment.
2190 (set_die_type): Fix typo in comment.
2191
2192 2010-08-23 Tom Tromey <tromey@redhat.com>
2193
2194 PR python/11145:
2195 * python/py-value.c: Include expression.h.
2196 (valpy_do_cast): New function.
2197 (valpy_cast): Use it.
2198 (valpy_dynamic_cast): New function.
2199 (valpy_reinterpret_cast): Likewise.
2200 (value_object_methods): Add dynamic_cast, reinterpret_cast.
2201
2202 2010-08-23 Tom Tromey <tromey@redhat.com>
2203
2204 PR python/11391:
2205 * python/py-value.c (valpy_nonzero): Don't throw error for other
2206 Value types.
2207
2208 2010-08-23 Tom Tromey <tromey@redhat.com>
2209
2210 PR python/10676:
2211 * python/py-type.c: Include bcache.h, vec.h.
2212 (struct type_equality_entry): New.
2213 (compare_strings): New function.
2214 (check_types_equal): Likewise.
2215 (check_types_worklist): Likewise.
2216 (typy_richcompare): Likewise.
2217 (type_object_type): Set tp_richcompare field.
2218
2219 2010-08-23 Tom Tromey <tromey@redhat.com>
2220
2221 PR python/10953:
2222 * python/py-type.c (typy_fields): Call check_typedef.
2223 (typy_template_argument): Add TRY_CATCH.
2224
2225 2010-08-23 Tom Tromey <tromey@redhat.com>
2226
2227 PR python/11915:
2228 * python/py-type.c (typy_array): New function.
2229 (type_object_methods): Add "array".
2230
2231 2010-08-20 Pedro Alves <pedro@codesourcery.com>
2232
2233 * python/python.c: Include "serial.h".
2234 (gdbpy_event_fds): Change type to `struct serial *' a array from
2235 int array.
2236 (gdbpy_run_events): Change parameters. Use serial_readchar in
2237 place of read.
2238 (gdbpy_post_event): Use serial_write in place of write.
2239 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
2240 serial_async in place of add_file_handler.
2241
2242 2010-08-20 Pedro Alves <pedro@codesourcery.com>
2243
2244 * serial.h (gdb_pipe, serial_pipe): Declare.
2245 * serial.c (serial_interface_lookup): Take a const char pointer.
2246 (serial_fdopen): Rename to ...
2247 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
2248 Call the OPS' fdopen function if there is one.
2249 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
2250 (serial_pipe): New.
2251 (struct serial_ops) <fdopen>: New field.
2252
2253 * ser-mingw.c (free_pipe_state):
2254 (free_pipe_state): Close output on non-pex pipes.
2255 (pipe_windows_fdopen): New.
2256 (gdb_pipe): New.
2257 (_initialize_ser_windows): Register pipe_windows_fdopen.
2258 * ser-go32.c (gdb_pipe): New.
2259 * ser-pipe.c (pipe_close): Close file descriptor even if there's
2260 no state pointer.
2261 (pipe_ops): Delete.
2262 (gdb_pipe): New.
2263
2264 2010-08-20 Keith Seitz <keiths@redhat.com>
2265
2266 PR symtab/11465:
2267 * dwarf2read.c (struct delayed_method_info): New struct.
2268 (struct dwarf2_cu): Add vector method_list.
2269 (scan_partial_symbols): Count methods for union, class, structure,
2270 and interface types.
2271 (add_to_method_list): New function.
2272 (free_delayed_list): New function.
2273 (compute_delayed_physnames): New function.
2274 (process_full_comp_unit): Make a cleanup for the CU's delayed
2275 physname list, compute the delayed physnames, and free the
2276 the list.
2277 (dwarf2_add_member_fn): For C++ and Java, delay the computation
2278 of the physname until after the CU is read.
2279
2280 * dwarf2read.c (read_structure_type): Check if the current
2281 DIE's type was already completed after dwarf2_full_name
2282 was called.
2283
2284 2010-08-19 Stan Shebs <stan@codesourcery.com>
2285
2286 * NEWS: Mention some additional changes.
2287
2288 2010-08-19 Tom Tromey <tromey@redhat.com>
2289
2290 * Makefile.in (install-python): Add DESTDIR.
2291
2292 2010-08-19 Doug Evans <dje@google.com>
2293
2294 PR exp/11926
2295 * parser-defs.h (parse_float, parse_c_float): Declare.
2296 * parse.c (parse_float, parse_c_float): New function.
2297 * c-exp.y (parse_number): Call parse_c_float.
2298 * objc-exp.y (parse_number): Ditto.
2299 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
2300 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
2301
2302 2010-08-19 Joel Brobecker <brobecker@adacore.com>
2303
2304 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
2305 the arguments in the correct order.
2306 * symtab.c (maybe_add_partial_symtab_filename): Declare
2307 the arguments in the correct order.
2308
2309 2010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2310
2311 * varobj.c (varobj_create): Replace variable old_fi with old_id,
2312 initialize it by null_frame_id, wrap its usage by get_frame_id,
2313 frame_id_p and frame_find_by_id.
2314
2315 2010-08-18 Tom Tromey <tromey@redhat.com>
2316
2317 PR python/11900:
2318 * configure: Rebuild.
2319 * configure.ac: Add install-python to CONFIG_INSTALL.
2320 * Makefile.in (install-python): New.
2321
2322 2010-08-18 Doug Evans <dje@google.com>
2323
2324 * gdb_assert.h (gdb_assert_not_reached): New macro.
2325 (gdb_assert_fail): Fix typo in comment.
2326 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
2327 gdb_assert (0).
2328 * darwin-nat.c (darwin_check_new_threads): Ditto.
2329 * dwarf2read.c (dwarf2_get_section_info): Ditto.
2330 (munmap_section_buffer): Ditto.
2331 * m32c-tdep.c (make_types): Ditto.
2332 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
2333 * macroexp.c (get_character_constant): Ditto.
2334 (get_string_literal): Ditto.
2335 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
2336 (mep_pseudo_cr_index, mep_register_type): Ditto.
2337 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
2338 (mep_get_insn, mep_analyze_prologue): Ditto.
2339 * objfiles.c (qsort_cmp): Ditto.
2340 * prologue-value.c (pv_is_identical): Ditto.
2341 * record.c (record_get_loc): Ditto.
2342 * value.c (value_static_field): Ditto.
2343 * xtensa-tdep.c (call0_track_op): Ditto.
2344
2345 2010-08-18 Tom Tromey <tromey@redhat.com>
2346
2347 PR symtab/11919:
2348 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2349 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
2350 name-copying lower. Document exception behavior.
2351 * completer.c (expression_completer): Catch exceptions from
2352 parse_field_expression.
2353
2354 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2355
2356 PR corefile/8210
2357
2358 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2359 workaround on core files.
2360 (try_thread_db_load_1): Don't try enabling thread event reporting
2361 on core files.
2362 (thread_db_load): Allow thread_db on core files.
2363 (attach_thread): Don't check thread signals on core files, nor try
2364 really attaching to the thread, nor enabling thread event event
2365 reporting.
2366 (thread_db_detach): Don't try disabing thread event reporting or
2367 removing thread event breakpoints when debugging a core file.
2368 (find_new_threads_callback): Don't try enabling thread event
2369 reporting on core files.
2370 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2371 debugging a core file.
2372 (thread_db_find_new_threads): Don't update thread
2373 cores (processors) when debugging a core (dump).
2374
2375 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2376
2377 PR corefile/8210
2378
2379 * corelow.c (add_to_thread_list): Don't use
2380 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
2381 (get_core_register_section): Don't use
2382 gdbarch_core_reg_section_encodes_pid.
2383
2384 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2385 * gdbarch.h, gdbarch.c: Regenerate.
2386 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2387 gdbarch_core_reg_section_encodes_pid.
2388 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2389 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2390 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2391
2392 2010-08-18 Yao Qi <yao@codesourcery.com>
2393
2394 * MAINTAINERS : Add myself under Write After Approval.
2395
2396 2010-08-17 Tom Tromey <tromey@redhat.com>
2397
2398 * NEWS: Mention template parameter support.
2399
2400 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2401
2402 PR breakpoints/11371
2403
2404 * breakpoint.c (decref_bp_location): Assert the reference count is
2405 sane.
2406
2407 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2408
2409 PR breakpoints/11371
2410
2411 * breakpoint.c (breakpoint_init_inferior): Decrement the
2412 location's reference count instead of deleting right away.
2413 (bpstat_free): Decrement the location's reference count. Make
2414 static.
2415 (bpstat_copy): Increment the location's reference count.
2416 (bpstat_find_breakpoint): Adjust.
2417 (bpstat_num): Adjust.
2418 (print_it_typical): Adjust. Use the breakpoint pointer in the
2419 bpstat instead of the location's owner.
2420 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2421 Adjust to record the location's owner in the bpstat.
2422 (watchpoint_check): Use the breakpoint pointer in the bpstat
2423 instead of the location's owner.
2424 (bpstat_check_breakpoint_conditions): Don't handle
2425 bp_watchpoint_scope here. Use the breakpoint pointer in the
2426 bpstat instead of the location's owner.
2427 (bpstat_stop_status): Defer inferior function calls to after
2428 building the bpstat list. Handle bp_watchpoint_scope here. Use
2429 the breakpoint pointer in the bpstat instead of the location's
2430 owner.
2431 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2432 the location's owner.
2433 (free_bp_location): Don't walk bpstats clearing locations.
2434 (incref_bp_location): New.
2435 (decref_bp_location): New.
2436 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2437 instead of the location's owner.
2438 (update_global_location_list): Clear the location's owner, and
2439 decrement the location's reference count instead of deleting it
2440 right away.
2441 (breakpoint_retire_moribund): Decrement the location's reference
2442 count instead of deleting it right away.
2443 (bpstat_remove_bp_location): Delete.
2444 (bpstat_remove_breakpoint): New.
2445 (bpstat_remove_bp_location_callback): Delete.
2446 (bpstat_remove_breakpoint_callback): New.
2447 (delete_breakpoint): Iterate over all threads' stop_bpstat's
2448 clearing references to the breakpoint that is being deleted.
2449
2450 * breakpoint.h (struct bp_location) <refc>: New field.
2451 <owner>: Update comments.
2452 (bpstat_free): Delete declaration.
2453 (struct bpstats): Change the type of the breakpoint_at field to
2454 struct breakpoint point, from struct bp_location pointer. Add new
2455 field bp_location_at.
2456
2457 2010-08-16 Tom Tromey <tromey@redhat.com>
2458
2459 * NEWS: Fix typo.
2460
2461 2010-08-16 Tom Tromey <tromey@redhat.com>
2462
2463 * NEWS: Mention watch -location.
2464
2465 2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2466
2467 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
2468 EXP_STRING_REPARSE to EXP_STRING.
2469 (watch_command_1): Set also EXP_STRING_REPARSE.
2470 (delete_breakpoint): Free also EXP_STRING_REPARSE.
2471 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2472 Update comment for exp_string.
2473
2474 2010-08-16 Tom Tromey <tromey@redhat.com>
2475
2476 * value.c (release_value): Clear 'next' pointer.
2477 * breakpoint.c (watch_command_1): Add 'just_location' argument.
2478 (watch_command_wrapper): Update.
2479 (watch_maybe_just_location): New function.
2480 (watch_command): Update.
2481 (rwatch_command_wrapper): Update.
2482 (rwatch_command): Update.
2483 (awatch_command_wrapper): Update.
2484 (awatch_command): Update.
2485 (check_for_argument): New function.
2486 (_initialize_breakpoint): Update help text.
2487
2488 2010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
2489
2490 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2491 typedef'ed function types correctly.
2492
2493 2010-08-13 Tom Tromey <tromey@redhat.com>
2494
2495 * python/python-internal.h (gdbpy_get_hook_function): Don't
2496 declare.
2497
2498 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2499
2500 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2501 static.
2502
2503 2010-08-13 Ken Werner <ken.werner@de.ibm.com>
2504
2505 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2506 the format strings to be compatible with Python 2.4.
2507
2508 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2509
2510 Easier and more stubborn MI memory read commands.
2511
2512 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2513 and data-write-memory-bytes.
2514 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2515 (mi_cmd_data_write_memory_bytes): New.
2516 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2517 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2518 New.
2519 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2520 * target.c (target_read_until_error): Remove.
2521 (read_whatever_is_readable, free_memory_read_result_vector)
2522 (read_memory_robust): New.
2523 * target.h (target_read_until_error): Remove.
2524 (struct memory_read_result, free_memory_read_result_vector)
2525 (read_memory_robust): New.
2526
2527 2010-08-13 Hui Zhu <teawater@gmail.com>
2528
2529 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2530 (read_comp_unit): Initialize back_to.
2531
2532 2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2533 Pedro Alves <pedro@codesourcery.com>
2534
2535 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2536 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2537 (struct partial_die_info) <has_template_arguments>: New field.
2538 <num_attrs>: Change type to unsigned char.
2539 <building_fullname>: New field.
2540 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
2541 allocate a CU if we don't have one already. Add a cleanup for the
2542 CU.
2543 (partial_die_full_name): Handle template arguments not in
2544 DW_AT_name.
2545 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2546 (load_full_comp_unit): Only allocate a CU if we don't have one
2547 already.
2548 (do_ui_file_peek_last): New.
2549 (dwarf2_compute_name): Handle template parameters not in
2550 DW_AT_name.
2551 (read_comp_unit): Read and free abbrevs if not read yet.
2552 (load_partial_dies): Handle template arguments not in DW_AT_name.
2553 (find_partial_die): If we have a CU, but no a partial dies yet,
2554 also read in the CU.
2555 (dwarf2_const_value_attr): New, abstracted out from
2556 dwarf2_const_value.
2557 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2558 dwarf2_const_value_attr.
2559 (determine_prefix): Detect and break loops created by RCVT's debug
2560 info.
2561 (maybe_queue_comp_unit): Bail out early if reading partial
2562 symbols.
2563 (follow_die_offset): Load full CU if we have no dies.
2564 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2565 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2566
2567 2010-08-11 Tom Tromey <tromey@redhat.com>
2568 Phil Muldoon <pmuldoon@redhat.com>
2569
2570 * python/python.c (gdbpy_run_events): New function.
2571 (gdbpy_post_event): Likewise.
2572 (gdbpy_initialize_events): Likewise.
2573 (_initialize_python): Call gdbpy_initialize_events.
2574
2575 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2576
2577 * gdb/valarith.c (vector_binop): New function.
2578 (scalar_binop): Likewise.
2579 (value_binop): Call scalar_binop or vector_binop depending on the types.
2580 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2581 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2582 to pointers.
2583 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2584
2585 2010-08-11 Brad Roberts <braddr@puremagic.com>
2586
2587 * d-lang.c (extract_identifiers): Handle multiple digits.
2588
2589 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2590
2591 Code cleanup.
2592 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2593 Rename to dummy_frame_unwind.
2594 (dummy_frame_unwind): Remove.
2595 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2596 * frame-unwind.c (frame_unwind_init): Use address of
2597 dummy_frame_unwind and inline_frame_unwind.
2598 * frame.c (create_sentinel_frame): Use address of
2599 sentinel_frame_unwind.
2600 * inline-frame.c (inline_frame_unwinder): Rename to
2601 inline_frame_unwind.
2602 (inline_frame_unwind): Remove.
2603 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2604 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2605 sentinel_frame_unwind.
2606 (sentinel_frame_unwind): Remove.
2607 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2608 struct.
2609
2610 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2611
2612 Code cleanup.
2613 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2614 and returned value. New comment from frame-unwind.h.
2615 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2616 Extend the comment.
2617 * frame.c (get_frame_id, frame_unwind_register_value)
2618 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2619 (get_frame_type, frame_unwind_arch): Do not use the return value of
2620 frame_unwind_find_by_frame.
2621
2622 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2623 Thiago Jung Bauermann <bauerman@br.ibm.com>
2624 Tom Tromey <tromey@redhat.com>
2625
2626 * python/python.c (gdbpy_solib_address): New function.
2627 (gdbpy_decode_line): Likewise.
2628
2629 2010-08-10 Tom Tromey <tromey@redhat.com>
2630
2631 Revert gdb-add-index addition:
2632 * Makefile.in (install-only): Don't install gdb-add-index.
2633 * gdb-add-index.sh: Remove.
2634
2635 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2636
2637 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2638 `target_has_execution' check with `to_has_memory' check.
2639 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2640 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2641 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2642
2643 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2644
2645 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2646 (resume_siggnal, resume_step): Move these static globals...
2647 (struct sim_inferior_data): ...into this new struct.
2648 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2649 New static globals.
2650 (gdb_callback, callbacks_initialized): Move these globals to
2651 a point earlier in the file.
2652 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2653 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2654 (gdbsim_close_inferior, gdbsim_resume_inferior)
2655 (gdbsim_stop_inferior): New functions.
2656 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2657 New constants.
2658 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2659 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2660 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2661 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2662 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2663 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2664 new local variable `sim_data' in each of these functions. Use
2665 `sim_data' to reference former globals `program_loaded',
2666 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2667 `resume_step'.
2668 (gdbsim_open): Remove local variable `argv'. Put results of call
2669 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
2670 make a cleanup for it. Free it though when a sim instance cannot
2671 be obtained.
2672 (gdbsim_close): Free sim_argv and null it out as appropriate.
2673 Close sim instances in all inferiors.
2674 (gdbsim_cntrl_c): Stop all inferiors.
2675 (gdbsim_wait):
2676 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2677
2678 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2679
2680 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2681 function after symbol construction is complete.
2682 Do the same for template symbol addition to template_symbols list.
2683
2684 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2685
2686 * symtab.c (symbol_get_demangled_name): Remove assertion and
2687 return NULL when language_specific.cplus_specific is not initialized.
2688 * stabsread.c (define_symbol): Set the name before calling
2689 cp_scan_for_anonymous_namespaces.
2690
2691 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2692
2693 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2694 SYMBOL_SET_LANGUAGE.
2695 (symbol_init_language_specific): Renamed to symbol_set_language.
2696 * symtab.c (symbol_init_language_specific): Removed redundant check
2697 for language_cplus.
2698 Renamed to symbol_set_language.
2699 * stabsread.c (define_symbol): Updated.
2700 (read_enum_type): Updated
2701 * psymtab.c (add_psymbol_to_bcache): Updated.
2702 * minsyms.c (install_minimal_symbols): Updated.
2703 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2704 SYMBOL_LANGUAGE to set the language.
2705 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2706 * mdebugread.c (new_symbol): Ditto.
2707 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2708 * dwarf2read.c (new_symbol_full): Ditto.
2709 * jv-lang.c (add_class_symbol): Ditto.
2710
2711 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2712
2713 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2714 (make_cleanup_restore_page_info)
2715 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2716 * gdbcmd.h (execute_command_to_string): New declaration.
2717 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2718 (make_cleanup_restore_ui_file): Move to utils.c
2719 (execute_gdb_command) <to_string>: Move ...
2720 * top.c (execute_command_to_string): ... here. Call
2721 set_batch_flag_and_make_cleanup_restore_page_info.
2722 * utils.c (make_cleanup_restore_integer): New source file blank line.
2723 (make_cleanup_restore_uinteger): New.
2724 (struct restore_ui_file_closure, do_restore_ui_file)
2725 (make_cleanup_restore_ui_file): Move here from python/python.c.
2726 (init_page_info) <batch_flag>
2727 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2728 (set_batch_flag_and_make_cleanup_restore_page_info): New.
2729
2730 2010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
2731
2732 * thread.c (add_thread_silent): Use null_ptid instead of
2733 minus_one_ptid while getting rid of stale inferior_ptid.
2734
2735 2010-08-06 Corinna Vinschen <vinschen@redhat.com>
2736
2737 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2738 Throughout, call read_encoded_value with ptr_size rather than addr_size.
2739 (decode_frame_entry_1): Remove redundant setting of
2740 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2741 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
2742 on examined frame section. Add comment to explain why.
2743 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
2744 comment to explain usage.
2745 * gdbarch.c: Regenerate.
2746 * gdbarch.h: Regenerate.
2747
2748 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2749
2750 2010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2751
2752 Code cleanup.
2753 * varobj.c (varobj_create): Move variables fi, old_fi and block to
2754 a more inner block.
2755
2756 2010-08-05 Pedro Alves <pedro@codesourcery.com>
2757
2758 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2759 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2760 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2761 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2762 linux-tdep.o to gdb_target_obs.
2763
2764 2010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
2765
2766 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
2767 argument.
2768
2769 2010-08-05 Hui Zhu <teawater@gmail.com>
2770
2771 * mips-linux-tdep.c(regset.h): New include.
2772 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2773 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2774 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2775 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2776 mips_linux_regset_from_core_section): New functions.
2777 (fetch_core_registers, regset_core_fns): Deleted.
2778 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2779 Deleted regset_core_fns.
2780 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2781 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2782 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2783 and fpregset64.
2784
2785 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2786
2787 * s390-tdep.c: Include linux-tdep.h.
2788 (s390_gdbarch_init): Call linux_init_abi.
2789
2790 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2791
2792 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2793 instead of printing "Thread" here.
2794 * linux-tdep.c: Include inferior.h.
2795 (linux_core_pid_to_str): New.
2796 (linux_init_abi): New.
2797 * linux-tdep.h (linux_init_abi): Declare.
2798 * alpha-linux-tdep.c: Include linux-tdep.h.
2799 (alpha_linux_init_abi): Call linux_init_abi.
2800 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2801 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2802 * frv-linux-tdep.c: Include linux-tdep.h
2803 (frv_linux_init_abi): Call linux_init_abi.
2804 * hppa-linux-tdep.c: Include linux-tdep.h
2805 (hppa_linux_init_abi): Call linux_init_abi.
2806 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2807 * ia64-linux-tdep.c: Include linux-tdep.h.
2808 (ia64_linux_init_abi): Call linux_init_abi.
2809 * m32r-linux-tdep.c: Include linux-tdep.h.
2810 (m32r_linux_init_abi): Call linux_init_abi.
2811 * m68klinux-tdep.c: Include linux-tdep.h.
2812 (m68k_linux_init_abi): Call linux_init_abi.
2813 * microblaze-linux-tdep.c: Include linux-tdep.h.
2814 (microblaze_linux_init_abi): Call linux_init_abi.
2815 * mips-linux-tdep.c: Include linux-tdep.h.
2816 (mips_linux_init_abi): Call linux_init_abi.
2817 * mn10300-linux-tdep.c: Include linux-tdep.h.
2818 (am33_linux_init_osabi): Call linux_init_abi. Rename the
2819 'gdbinfo' parameter to 'info'.
2820 * ppc-linux-tdep.c: Include linux-tdep.h.
2821 (ppc_linux_init_abi): Call linux_init_abi.
2822 * sh-linux-tdep.c: Include linux-tdep.h.
2823 (sh_linux_init_abi): Call linux_init_abi.
2824 * sparc-linux-tdep.c: Include linux-tdep.h.
2825 (sparc32_linux_init_abi): Call linux_init_abi.
2826 * sparc64-linux-tdep.c: Include linux-tdep.h.
2827 (sparc64_linux_init_abi): Call linux_init_abi.
2828 * xtensa-linux-tdep.c: Include linux-tdep.h.
2829 (xtensa_linux_init_abi): Call linux_init_abi.
2830 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2831 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2832 callback.
2833
2834 2010-08-03 Doug Evans <dje@google.com>
2835
2836 * breakpoint.c (bpdisp_text): Constify bpdisps.
2837 * solib-svr4.c (solib_break_names): Constify.
2838 (bkpt_names, main_name_list): Constify.
2839 (match_main): Constify soname arg.
2840 (bfd_lookup_symbol): Remove unnecessary forward decl.
2841 Constify symname arg.
2842 (enable_break): Constify bkpt_namep.
2843 * symtab.c (search_symbols): Constify types, types2, types3, types4.
2844 (symtab_symbol_info): Constify classnames.
2845
2846 2010-08-03 Phil Muldoon <pmuldoon@redhat.com>
2847
2848 * NEWS: Document Python value inferior function calls.
2849
2850 2010-08-02 Doug Evans <dje@google.com>
2851
2852 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2853
2854 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2855
2856 * linux-thread-db.c (libthread_db_debug): New variable.
2857 (thread_db_find_new_threads_silently): Control verbosity with it.
2858 (try_thread_db_load_1, try_thread_db_load): Likewise.
2859 (find_new_threads_once): Likewise.
2860 (_initialize_thread_db): Set/show it.
2861
2862 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2863
2864 * common/signals.c (signals): Move the content to signals.def.
2865 Include it. Remove the INDENT comments.
2866
2867 2010-07-30 Tom Tromey <tromey@redhat.com>
2868
2869 * Makefile.in (install-only): Install gdb-add-index.
2870 * gdb-add-index.sh: New file.
2871
2872 2010-07-31 Renquan Cheng <crq@gcc.gnu.org>
2873
2874 * MAINTAINERS: Add myself for write after approval privileges.
2875
2876 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2877
2878 * symfile.c (addr_section_name): New function.
2879 (addrs_section_compar): Use it.
2880 (addr_info_make_relative): Use it. Move variable sect_name into a more
2881 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
2882
2883 2010-07-30 Tom Tromey <tromey@redhat.com>
2884
2885 * configure: Rebuild.
2886 * configure.ac: Add missing case for Python 2.7.
2887
2888 2010-07-29 DJ Delorie <dj@redhat.com>
2889
2890 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
2891 conditions.
2892
2893 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2894
2895 * PROBLEMS: Remove mention of all problems.
2896
2897 2010-07-28 Pedro Alves <pedro@codesourcery.com>
2898
2899 PR build/11848
2900 * configure.ac: Check for wresize.
2901 * configure, config.in: Regenerate.
2902 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
2903 with HAVE_WRESIZE.
2904
2905 2010-07-28 Tom Tromey <tromey@redhat.com>
2906
2907 PR python/11060:
2908 * python/py-type.c (typy_legacy_template_argument): New function,
2909 extracted from typy_template_argument.
2910 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
2911 value when needed.
2912
2913 2010-07-28 Oleg Nesterov <oleg@redhat.com>
2914
2915 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
2916
2917 2010-07-27 Tom Tromey <tromey@redhat.com>
2918
2919 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
2920
2921 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2922
2923 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
2924 handling DW_AT_object_pointer, and workaround GCC PR 43053.
2925
2926 2010-07-28 Tom Tromey <tromey@redhat.com>
2927
2928 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
2929
2930 2010-07-28 Joel Brobecker <brobecker@adacore.com>
2931
2932 * remote.c (remote_download_tracepoint): Add missing gettext markup.
2933 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
2934
2935 2010-07-28 Joel Brobecker <brobecker@adacore.com>
2936
2937 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
2938 down, just before the block that parse the breakpoint addr_string.
2939
2940 2010-07-28 Tom Tromey <tromey@redhat.com>
2941
2942 PR c++/9946:
2943 * symfile.c (reread_symbols): Clear template_symbols.
2944 * symtab.h (struct symbol) <is_cplus_template_function>: New
2945 field.
2946 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
2947 (struct template_symbol): New.
2948 * symtab.c (lookup_symbol_aux_local): Use
2949 cp_lookup_symbol_imports_or_template.
2950 * objfiles.h (struct objfile) <template_symbols>: New field.
2951 * objfiles.c (relocate_one_symbol): New function.
2952 (objfile_relocate1): Use it. Relocate isolated symbols.
2953 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
2954 template_arguments>: New fields.
2955 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
2956 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
2957 (TYPE_TEMPLATE_ARGUMENT): Likewise.
2958 (lookup_typename): Update.
2959 * gdbtypes.c (lookup_typename): Constify "block" argument.
2960 * dwarf2read.c: Include vec.h.
2961 (symbolp): New typedef.
2962 (read_func_scope): Read template arguments. Allocate a
2963 template_symbol when needed.
2964 (read_structure_type): Read template arguments.
2965 (new_symbol_full): New function, from new_symbol. Handle
2966 DW_TAG_template_type_param and DW_TAG_template_value_param.
2967 (new_symbol): Rewrite as wrapper.
2968 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
2969 * cp-namespace.c: Include language.h.
2970 (search_symbol_list): New function.
2971 (cp_lookup_symbol_imports_or_template): Likewise.
2972
2973 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
2974
2975 * tui/tui-win.c (make_visible_with_new_height): Resize and move
2976 the command window to the new size and position.
2977
2978 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
2979
2980 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
2981 coordinates.
2982
2983 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
2984
2985 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
2986 after a detecting a resize.
2987 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
2988 call.
2989
2990 2010-07-28 Pedro Alves <pedro@codesourcery.com>
2991
2992 * configure.ac: Check for resize_term.
2993 * configure, config.in: Regenerate.
2994
2995 2010-07-27 Joel Brobecker <brobecker@adacore.com>
2996
2997 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
2998
2999 2010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3000
3001 * dwarf2read.c (read_string): Rename to ...
3002 (read_direct_string): ... this.
3003 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
3004 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
3005
3006 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3007
3008 * linux-nat.c (linux_nat_lp_status_is_event): New function.
3009 (count_events_callback, select_event_lwp_callback)
3010 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
3011
3012 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3013
3014 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
3015 (_initialize_ia64_linux_nat): Install it.
3016 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
3017 (linux_nat_set_status_is_event): New.
3018 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
3019 cancel_breakpoints_callback, linux_nat_filter_event)
3020 (linux_nat_wait_1): Use linux_nat_status_is_event.
3021 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
3022
3023 2010-07-27 Tom Tromey <tromey@redhat.com>
3024
3025 * NEWS: Mention labels, .gdb_index.
3026
3027 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3028
3029 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
3030 "start,+length" form of arguments.
3031 * NEWS: Add "Changed commands" (disassemble) section for "Changes
3032 since GDB 7.1"; and merge two separated paragraphs of disassemble
3033 description in "Changes in GDB 7.0".
3034
3035 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3036
3037 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
3038 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
3039 (fputs_maybe_filtered): Do not do filtering also on
3040 ! INPUT_FROM_TERMINAL_P.
3041
3042 2010-07-27 Joel Brobecker <brobecker@adacore.com>
3043
3044 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
3045 in warning message.
3046
3047 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3048
3049 * python/py-value.c (valpy_call): New Function.
3050
3051 2010-07-27 Ken Werner <ken.werner@de.ibm.com>
3052
3053 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
3054 types_list_elements variables.
3055
3056 2010-07-26 Tom Tromey <tromey@redhat.com>
3057
3058 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
3059 TLS with DW_OP_const4u or DW_OP_const8u.
3060
3061 2010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3062
3063 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
3064 VSX registers contents.
3065
3066 2010-07-26 Jerome Guitton <guitton@adacore.com>
3067
3068 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
3069 its adress is null. Add comment to explain why.
3070 (new_symbol): Ditto.
3071
3072 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3073
3074 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
3075 the host signal first.
3076
3077 2010-07-23 Tom Tromey <tromey@redhat.com>
3078
3079 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
3080 type_comp_units>: New fields.
3081 (dw2_get_cu): New function.
3082 (create_cus_from_index): Remove unused argument.
3083 (create_signatured_type_hash_from_index): New function.
3084 (create_addrmap_from_index): Update.
3085 (dwarf2_read_index): Handle version 2.
3086 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
3087 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
3088 (dw2_print_stats, dw2_expand_all_symtabs)
3089 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
3090 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
3091 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
3092 (allocate_signatured_type_hash_table): New function.
3093 (add_signatured_type_cu_to_list): Likewise.
3094 (create_debug_types_hash_table): Use them. Set type_comp_units.
3095 (read_signatured_type): Ensure section data is available.
3096 (add_address_entry): Don't record empty ranges.
3097 (struct signatured_type_index_data): New.
3098 (write_one_signatured_type): New function.
3099 (write_psymtabs_to_index): Write type CUs.
3100 (save_gdb_index_command): Update comment.
3101 (process_type_comp_unit): Move inititalization of
3102 from_debug_types...
3103 (create_debug_types_hash_table): ... here.
3104
3105 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3106
3107 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
3108 cleanup and generating of gdb script to it.
3109 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
3110 and terminal size. Convert $tmpfile to a series of -ex-es.
3111
3112 2010-07-23 Keith Seitz <keiths@redhat.com>
3113
3114 * symtab.c (basic_lookup_transparent_type): Call pre-expand
3115 hook for STATIC_BLOCK types, too.
3116
3117 2010-07-23 Keith Seitz <keiths@redhat.com>
3118
3119 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
3120 and vector definition.
3121
3122 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3123
3124 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
3125
3126 2010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3127
3128 * dwarf2read.c: Include completer.h.
3129 (save_gdb_index_command): Use matching usage command name.
3130 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
3131 Set filename_completer for it.
3132
3133 2010-07-22 Tom Tromey <tromey@redhat.com>
3134
3135 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
3136 type signature's per-CU data.
3137
3138 2010-07-22 Pedro Alves <pedro@codesourcery.com>
3139
3140 * NEWS: Mention target reported shared libraries support by
3141 default.
3142
3143 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3144
3145 PR symtab/11827
3146
3147 Revert:
3148 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3149 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
3150 and DW_TAG_volatile_type.
3151 (new_symbol): Likewise.
3152
3153 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3154
3155 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
3156 function symbols before overload resolution.
3157
3158 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3159
3160 * breakpoint.c (bptype_string): New, abstracted out from
3161 print_one_breakpoint_location.
3162 (print_one_breakpoint_location): Adjust.
3163 (breakpoint_1): Adjust the type column width dynamically.
3164
3165 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3166
3167 * symfile.c (find_separate_debug_file_by_debuglink): Remove
3168 a gdb_assert call, new comment.
3169
3170 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3171
3172 * linux-nat.c (linux_handle_extended_wait): Handle case when
3173 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
3174
3175 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3176
3177 Code cleanup.
3178 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
3179 linux_nat_wait_1. Use always LP->STATUS afterwards.
3180
3181 2010-07-20 Hui Zhu <teawater@gmail.com>
3182
3183 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
3184 (inf_ptrace_attach): Ditto.
3185
3186 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3187
3188 Make core files the process_stratum.
3189 * corefile.c (core_target): New variable.
3190 (core_file_command): Remove variable t, use core_target.
3191 * corelow.c (core_ops): Make it static.
3192 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
3193 * defs.h (make_cleanup_unpush_target): New prototype.
3194 * gdbarch.h: Regenerate.
3195 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
3196 * gdbcore.h (core_target): New declaration.
3197 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
3198 variables ops_already_pushed and back_to. Use push_target,
3199 make_cleanup_unpush_target and discard_cleanups calls.
3200 * record.c (record_open): Replace core_stratum by a core_bfd check.
3201 * target.c (target_is_pushed): New function.
3202 (find_core_target): Remove.
3203 * target.h (enum strata) <core_stratum>: Remove.
3204 (target_is_pushed): New declaration.
3205 (find_core_target): Remove declaration.
3206 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
3207 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
3208
3209 2010-07-19 Hui Zhu <teawater@gmail.com>
3210
3211 * breakpoint.c (single_step_breakpoints_inserted): New
3212 function.
3213 * breakpoint.h (single_step_breakpoints_inserted): Extern.
3214 * infrun.c (maybe_software_singlestep): Add check code.
3215 * record.c (record_resume): Add code for software single step.
3216 (record_wait): Ditto.
3217
3218 2010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3219
3220 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
3221 a more inner block. Remove its unused declaration initializer.
3222
3223 2010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3224
3225 * NEWS: Mention support for the new ptrace interface and hardware
3226 accelerated watchpoint conditions on powerpc-linux.
3227
3228 2010-07-16 Ozkan Sezer <sezeroz@gmail.com>
3229
3230 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
3231 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
3232 and host_address_to_string() and %s for pointers.
3233 (debug_to_remove_breakpoint): Likewise.
3234 (debug_to_region_ok_for_hw_watchpoint): Likewise.
3235 (debug_to_can_accel_watchpoint_condition): Likewise.
3236 (debug_to_stopped_data_address): Likewise.
3237 (debug_to_watchpoint_addr_within_range): Likewise.
3238 (debug_to_insert_hw_breakpoint): Likewise.
3239 (debug_to_remove_hw_breakpoint): Likewise.
3240 (debug_to_insert_watchpoint): Likewise.
3241 (debug_to_remove_watchpoint): Likewise.
3242
3243 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3244
3245 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
3246 argument.
3247 (cplus_specific): New struct.
3248 * symtab.c (symbol_set_demangled_name): Updated.
3249 Use cplus_specific for cplus symbols.
3250 (symbol_get_demangled_name): Retrive the name from the cplus_specific
3251 struct for cplus symbols.
3252 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
3253 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
3254 * symtab.c (symbol_init_cplus_specific): New function.
3255
3256 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3257
3258 * symtab.h (symbol_set_demangled_name): New function.
3259 (symbol_get_demangled_name): New function.
3260 * symtab.c (symbol_set_demangled_name): New function.
3261 (symbol_get_demangled_name): New function.
3262 (symbol_init_language_specific): Use demangled_name setter and getter.
3263 (symbol_set_names): Ditto.
3264 (symbol_natural_name): Ditto.
3265 (symbol_demangled_name): Ditto.
3266 * dwarf2read.c (new_symbol): Ditto.
3267
3268 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3269
3270 * symtab.h: Renamed cplus_specific to mangled_lang.
3271 * symtab.c (symbol_init_language_specific): Updated.
3272 (symbol_set_names): Updated.
3273 (symbol_natural_name): Updated.
3274 (symbol_demangled_name): Updated.
3275 * ada-lang.c (ada_decode_symbol): Updated.
3276 * dwarf2read.c (new_symbol): Updated.
3277
3278 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3279
3280 * valops.c (value_assign): Do not call to value_coerce_to_target.
3281 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
3282
3283 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3284
3285 * MAINTAINERS: Add myself for write after approval privileges.
3286
3287 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
3288
3289 * c-valprint.c (c_val_print): Add embedded_offset to address in
3290 call to val_print_array_elements.
3291
3292 2010-07-13 Tom Tromey <tromey@redhat.com>
3293
3294 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
3295
3296 2010-07-13 Tom Tromey <tromey@redhat.com>
3297
3298 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
3299 objfile.
3300
3301 2010-07-13 Tom Tromey <tromey@redhat.com>
3302
3303 * symfile.c (set_initial_language): Update.
3304 (deduce_language_from_filename): Argument type now const.
3305 * symtab.h (find_main_filename): Update.
3306 (deduce_language_from_filename): Update.
3307 * symtab.c (find_main_filename): Make result const.
3308 * dwarf2read.c (dw2_find_symbol_file): Change return type.
3309 * psymtab.c (find_symbol_file_from_partial): Change return type.
3310 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3311 Make result const.
3312
3313 2010-07-13 Tom Tromey <tromey@redhat.com>
3314
3315 * breakpoint.c (save_cmdlist): No longer static.
3316 * gdbcmd.h (save_cmdlist): Declare.
3317 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
3318 OBJF_READNOW on objfile if readnow_symbol_files.
3319 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
3320 (elf_sym_fns_gdb_index): New global.
3321 * dwarf2read.c: Include exceptions.h.
3322 (offset_type): New.
3323 (struct mapped_index): New.
3324 (dwarf2_per_cu_data_ptr): New typedef.
3325 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
3326 New fields.
3327 (GDB_INDEX_SECTION): New define.
3328 (struct dwarf2_per_cu_quick_data): New.
3329 (struct dwarf2_per_cu_data) <objfile>: New field.
3330 <psymtab>: Removed.
3331 <v>: New field.
3332 (byte_swap): New function.
3333 (MAYBE_SWAP): New macro.
3334 (INDEX_SUFFIX): New macro.
3335 (dw2_do_instantiate_symtab): New function.
3336 (dw2_instantiate_symtab): Likewise.
3337 (create_cus_from_index): Likewise.
3338 (create_addrmap_from_index): Likewise.
3339 (mapped_index_string_hash): Likewise.
3340 (find_slot_in_mapped_hash): Likewise.
3341 (dwarf2_read_index): Likewise.
3342 (dw2_setup): Likewise.
3343 (dw2_require_line_header): Likewise.
3344 (dw2_require_full_path): Likewise.
3345 (dw2_find_last_source_symtab): Likewise.
3346 (dw2_forget_cached_source_info): Likewise.
3347 (dw2_lookup_symtab): Likewise.
3348 (dw2_lookup_symbol): Likewise.
3349 (dw2_do_expand_symtabs_matching): Likewise.
3350 (dw2_pre_expand_symtabs_matching): Likewise.
3351 (dw2_print_stats): Likewise.
3352 (dw2_dump): Likewise.
3353 (dw2_relocate): Likewise.
3354 (dw2_expand_symtabs_for_function): Likewise.
3355 (dw2_expand_all_symtabs): Likewise.
3356 (dw2_expand_symtabs_with_filename): Likewise.
3357 (dw2_find_symbol_file): Likewise.
3358 (dw2_map_ada_symtabs): Likewise.
3359 (dw2_expand_symtabs_matching): Likewise.
3360 (dw2_find_pc_sect_symtab): Likewise.
3361 (dw2_map_symbol_names): Likewise.
3362 (dw2_map_symbol_filenames): Likewise.
3363 (dw2_has_symbols): Likewise.
3364 (dwarf2_gdb_index_functions): New global.
3365 (dwarf2_initialize_objfile): New function.
3366 (process_psymtab_comp_unit): Update.
3367 (add_partial_subprogram): Likewise.
3368 (dwarf2_psymtab_to_symtab): Likewise.
3369 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3370 (process_full_comp_unit): Update.
3371 (find_file_and_directory): New function.
3372 (read_file_scope): Use find_file_and_directory.
3373 (dwarf2_per_cu_objfile): Update.
3374 (dwarf2_per_cu_addr_size): Update.
3375 (dwarf2_per_cu_offset_size): Update.
3376 (dwarf2_free_objfile): Free the index, if needed.
3377 (dwarf2_per_objfile_free): Unmap the index, if needed.
3378 (struct strtab_entry): New.
3379 (hash_strtab_entry): New function.
3380 (eq_strtab_entry): Likewise.
3381 (create_strtab): Likewise.
3382 (add_string): Likewise.
3383 (struct symtab_index_entry): New.
3384 (struct mapped_symtab): New.
3385 (hash_symtab_entry): New function.
3386 (eq_symtab_entry): Likewise.
3387 (delete_symtab_entry): Likewise.
3388 (create_index_table): Likewise.
3389 (create_mapped_symtab): Likewise.
3390 (cleanup_mapped_symtab): Likewise.
3391 (find_slot): Likewise.
3392 (hash_expand): Likewise.
3393 (add_index_entry): Likewise.
3394 (add_indices_to_cpool): Likewise.
3395 (write_hash_table): Likewise.
3396 (add_address_entry): Likewise.
3397 (write_psymbols): Likewise.
3398 (write_obstack): Likewise.
3399 (unlink_if_set): Likewise.
3400 (write_psymtabs_to_index): Likewise.
3401 (save_gdb_index_command): Likewise.
3402 (_initialize_dwarf2_read): Install "save gdb-index"
3403 command.
3404 (create_all_comp_units): Initialize 'objfile' field of CU.
3405 (dwarf2_locate_sections): Check for .gdb_index.
3406 * psymtab.h (dwarf2_gdb_index_functions): Declare.
3407 * symfile.h (dwarf2_initialize_objfile): Declare.
3408
3409 2010-07-13 Tom Tromey <tromey@redhat.com>
3410
3411 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3412 (basic_lookup_transparent_type): Likewise.
3413 * symfile.h (struct quick_symbol_functions)
3414 <pre_expand_symtabs_matching>: New field.
3415 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3416 (psym_functions): Update.
3417
3418 2010-07-13 Tom Tromey <tromey@redhat.com>
3419
3420 PR breakpoints/8357:
3421 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3422 * linespec.c (decode_line_1): Update comment. Call decode_label.
3423 (decode_label): New function.
3424 (symbol_found): Handle LOC_LABEL.
3425 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3426 domain. Call add_symbol_to_list.
3427
3428 2010-07-13 Tom Tromey <tromey@redhat.com>
3429
3430 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3431 * dwarf2loc.c (find_location_expression): Use
3432 dwarf2_per_cu_text_offset.
3433 (dwarf2_evaluate_loc_desc): Likewise.
3434 (dwarf2_loc_desc_needs_frame): Likewise.
3435 (compile_dwarf_to_ax): Likewise.
3436 (loclist_describe_location): Likewise.
3437 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3438 (dwarf2_per_cu_objfile): Update comment.
3439
3440 2010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3441
3442 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3443 * p-lang.c (pascal_printstr): Likewise.
3444
3445 2010-07-09 Tom Tromey <tromey@redhat.com>
3446
3447 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3448 'hint' if it is NULL.
3449
3450 2010-07-09 Hui Zhu <teawater@gmail.com>
3451
3452 * source.c (print_source_lines_base): Add check for noprint.
3453
3454 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3455
3456 * python/python-config.py: Resync with Python 2.7 version of this
3457 script.
3458
3459 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3460
3461 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3462
3463 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3464
3465 * NEWS: Create a new section for the next release branch.
3466 Rename the section of the current branch, now that it has
3467 been cut.
3468
3469 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3470
3471 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3472 * version.in: Bump version to 7.2.50.20100707-cvs.
3473
3474 2010-07-07 Tom Tromey <tromey@redhat.com>
3475
3476 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3477 LOC_COMPUTED symbol.
3478 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3479 (dwarf2_loc_desc_needs_frame): Likewise.
3480 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3481 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3482 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3483 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
3484 'offset' argument.
3485 (struct dwarf2_frame_cache) <text_offset>: New field.
3486 (dwarf2_frame_cache): Set new field.
3487 (dwarf2_frame_prev_register): Update.
3488 (dwarf2_frame_sniffer): Update.
3489 (dwarf2_frame_base_sniffer): Update.
3490 (dwarf2_frame_find_fde): Add 'out_offset' argument.
3491
3492 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3493 Thiago Jung Bauermann <bauerman@br.ibm.com>
3494
3495 Support for hw accelerated condition watchpoints in booke powerpc.
3496
3497 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3498 and move to eval.c. Change callers.
3499 (insert_bp_location): Pass watchpoint condition in
3500 target_insert_watchpoint.
3501 (remove_breakpoint_1) Pass watchpoint condition in
3502 target_remove_watchpoint.
3503 (watchpoint_locations_match): Call
3504 target_can_accel_watchpoint_condition.
3505 * eval.c: Include wrapper.h.
3506 (fetch_subexp_value): Moved from breakpoint.c.
3507 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3508 Formatting fix.
3509 (can_use_watchpoint_cond_accel): New function.
3510 (calculate_dvc): Likewise.
3511 (num_memory_accesses): Likewise.
3512 (check_condition): Likewise.
3513 (ppc_linux_can_accel_watchpoint_condition): Likewise
3514 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3515 check_condition and calculate_dvc.
3516 (ppc_linux_remove_watchpoint): Likewise.
3517 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3518 ppc_linux_can_accel_watchpoint_condition
3519 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3520 condition.
3521 (debug_to_remove_watchpoint): Likewise.
3522 (debug_to_can_accel_watchpoint_condition): New function.
3523 (update_current_target): Set to_can_accel_watchpoint_condition.
3524 (setup_target_debug): Set to_can_accel_watchpoint_condition.
3525 * target.h: Add opaque declaration for struct expression.
3526 (struct target_ops) <to_insert_watchpoint>,
3527 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3528 <to_can_accel_watchpoint_condition>: New member.
3529 condition. Update all callers and implementations.
3530 (target_can_accel_watchpoint_condition): New macro.
3531 * value.c (free_value_chain): New function.
3532 * value.h (fetch_subexp_value): New prototype.
3533 (free_value_chain): Likewise.
3534
3535 2010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
3536
3537 * linux-nat.c (linux_nat_do_thread_registers): Use section size
3538 from gdbarch_core_regset_sections also for .reg if present.
3539
3540 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3541 section size for .reg.
3542 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3543 (ppc_linux_vmx_regset_sections): Likewise.
3544 (ppc_linux_fp_regset_sections): Likewise.
3545 (ppc64_linux_vsx_regset_sections): New variable.
3546 (ppc64_linux_vmx_regset_sections): Likewise.
3547 (ppc64_linux_fp_regset_sections): Likewise.
3548 (ppc_linux_init_abi): Install core_regset_section lists appropriate
3549 for current word size.
3550
3551 2010-07-06 Joel Brobecker <brobecker@adacore.com>
3552
3553 * server.c (myresume): Make static.
3554
3555 2010-07-06 Tom Tromey <tromey@redhat.com>
3556
3557 * configure, config.in: Rebuild.
3558 * configure.ac (HAVE_LIBPYTHON2_7): New define.
3559 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3560
3561 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3562
3563 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3564 "clear".
3565
3566 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
3567
3568 * gdbtypes.h (floatformats_ieee_half): Add declaration.
3569 * gdbtypes.c (floatformats_ieee_half): New variable.
3570 * doublest.c (floatformat_from_length): Set format to
3571 gdbarch_half_format if length matches.
3572 * gdbarch.sh (half_bit): New architecture method.
3573 (half_format): Likewise.
3574 * gdbarch.h: Regenerate.
3575 * gdbarch.c: Likewise.
3576
3577 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3578 Joel Brobecker <brobecker@adacore.com>
3579
3580 Fix re-run of PIE executable, PR shlibs/11776.
3581 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3582 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3583
3584 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3585 Joel Brobecker <brobecker@adacore.com>
3586
3587 * auxv.c (memory_xfer_auxv): Update attach comment.
3588 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3589 svr4_relocate_main_executable.
3590 (svr4_solib_create_inferior_hook): Make the call to
3591 svr4_relocate_main_executable unconditional.
3592
3593 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3594 Joel Brobecker <brobecker@adacore.com>
3595
3596 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3597
3598 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3599 Joel Brobecker <brobecker@adacore.com>
3600
3601 Fix attaching to PIEs prelinked on the disk after the process was
3602 started.
3603 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3604 Verify it against bfd_get_arch_size. Try to match arbitrary
3605 displacement for the phdrs comparison.
3606
3607 2010-07-02 Tom Tromey <tromey@redhat.com>
3608
3609 PR exp/11780:
3610 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3611 value as optimized-out.
3612
3613 2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3614 Thiago Jung Bauermann <bauerman@br.ibm.com>
3615
3616 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3617 represent?" question in comment. Change comment to a proper sentence.
3618
3619 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
3620
3621 * c-valprint.c (c_val_print): Fix printing of character vectors.
3622
3623 2010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3624
3625 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3626 create_breakpoint prototype.
3627
3628 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3629
3630 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3631 usefulness suggestion of multiple breakpoints at same location.
3632
3633 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3634
3635 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3636
3637 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3638
3639 * dwarf2loc.c (locexpr_tracepoint_var_ref)
3640 (loclist_tracepoint_var_ref): Handle optimized out values.
3641
3642 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3643
3644 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3645 unnecessary space in string.
3646 * filesystem.c (_initialize_filesystem): Ditto.
3647 * frame.c (_initialize_frame): Ditto.
3648 * infcmd.c (step_once): Ditto.
3649 * infrun.c (_initialize_infrun): Ditto.
3650 * linux-nat.c (linux_child_follow_fork): Ditto.
3651 * maint.c (maintenance_deprecate): Ditto.
3652 * memattr.c (_initialize_mem): Ditto.
3653 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3654 * monitor.c (monitor_open): Ditto.
3655 * procfs.c (procfs_xfer_memory): Ditto.
3656 * reverse.c (bookmarks_info): Ditto.
3657 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3658 * stack.c (_initialize_stack): Ditto.
3659 * tracepoint.c (_initialize_tracepoint): Ditto.
3660 * xtensa-tdep.c (xtensa_supply_gregset,
3661 xtensa_regset_from_core_section): Ditto.
3662
3663 2010-07-01 Tom Tromey <tromey@redhat.com>
3664
3665 * value.h (struct lval_funcs) <check_any_valid>: Rename from
3666 check_all_valid.
3667 * value.c (value_entirely_optimized_out): Invert result. Update
3668 for new function name.
3669
3670 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3671
3672 Static tracepoints support.
3673
3674 * NEWS: Mention new support for static tracepoints.
3675 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3676 qXfer:statictrace:read.
3677 (New features in the GDB remote stub, GDBserver): Mention static
3678 tracepoints support using an UST based backend.
3679 (New commands): Mention "info static-tracepoint-markers" and
3680 "strace".
3681 * breakpoint.c (is_marker_spec): New.
3682 (is_tracepoint): Handle static tracepoints.
3683 (validate_commands_for_breakpoint): Static tracepoints can't do
3684 while-stepping.
3685 (static_tracepoints_here): New.
3686 (bpstat_what): Handle static tracepoints.
3687 (print_one_breakpoint_location, allocate_bp_location, mention):
3688 Ditto.
3689 (create_breakpoint_sal): Ditto.
3690 (decode_static_tracepoint_spec): New.
3691 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3692 `type_wanted'. Adjust. Handle static tracepoint marker
3693 locations.
3694 (break_command_1): Adjust.
3695 (update_static_tracepoint): New.
3696 (update_breakpoint_locations): Handle static tracepoints.
3697 (breakpoint_re_set_one): Handle static tracepoint marker
3698 locations.
3699 (disable_command, enable_command): Handle static tracepoints.
3700 (trace_command, ftrace_command): Adjust.
3701 (strace_command): New.
3702 (create_tracepoint_from_upload): Adjust.
3703 (save_breakpoints): Handle static tracepoints.
3704 (_initialize_breakpoint): Install the "strace" command.
3705 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3706 (struct breakpoint): New fields static_trace_marker_id and
3707 static_trace_marker_id_idx.
3708 (breakpoints_here_p): Declare.
3709 (create_breakpoint): Adjust.
3710 (static_tracepoints_here): Declare.
3711 * remote.c (struct remote_state) <static_tracepoints>: New field.
3712 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3713 (remote_static_tracepoint_marker_at): New.
3714 (remote_static_tracepoint_markers_by_strid): New.
3715 (remote_static_tracepoint_feature): New.
3716 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3717 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3718 (remote_supports_static_tracepoints): New.
3719 (remote_download_tracepoint): Download static tracepoints.
3720 (init_remote_ops): Install remote_static_tracepoint_marker_at and
3721 remote_static_tracepoint_markers_by_strid.
3722 (_initialize_remote): Install set|show remote static-tracepoints,
3723 and set|show remote read-sdata-object commands.
3724 * target.c (update_current_target): Inherit and default
3725 to_static_tracepoint_marker_at, and
3726 to_static_tracepoint_markers_by_strid.
3727 * target.h (static_tracepoint_marker): Forward declare.
3728 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3729 (static_tracepoint_marker_p): New typedef.
3730 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3731 (struct target_ops): New fields to_static_tracepoint_marker_at and
3732 to_static_tracepoint_markers_by_strid.
3733 (target_static_tracepoint_marker_at)
3734 (target_static_tracepoint_markers_by_strid): New.
3735 * tracepoint.c: Include source.h.
3736 (validate_actionline): Handle $_sdata.
3737 (struct collection_list): New field strace_data.
3738 (add_static_trace_data): New.
3739 (clear_collection_list): Clear strace_data.
3740 (stringify_collection_list): Account for a possible static trace
3741 data collection.
3742 (encode_actions_1): Encode an $_sdata collection.
3743 (parse_tracepoint_definition): Handle static tracepoints.
3744 (parse_static_tracepoint_marker_definition): New.
3745 (release_static_tracepoint_marker): New.
3746 (print_one_static_tracepoint_marker): New.
3747 (info_static_tracepoint_markers_command): New.
3748 (sdata_make_value): New.
3749 (_initialize_tracepoint): Create the $_sdata convenience variable.
3750 Add the "info static-tracepoint-markers" command.
3751 Mention $_sdata in the "collect" command's help output.
3752 * tracepoint.h (struct static_tracepoint_marker): New.
3753 (parse_static_tracepoint_marker_definition)
3754 (release_static_tracepoint_marker): Declare.
3755 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3756 * python/py-breakpoint.c (bppy_new): Adjust.
3757
3758 2010-06-30 Joel Brobecker <brobecker@adacore.com>
3759
3760 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3761 including Python.h.
3762
3763 2010-06-29 Doug Evans <dje@google.com>
3764
3765 PR gdb/11702
3766 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3767 DW_AT_external is present.
3768
3769 PR gdb/11702
3770 * NEWS: Add entry.
3771 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3772 create a symbol for the field and record the value.
3773 (new_symbol): Handle DW_TAG_member.
3774 * gdbtypes.c (field_is_static): Remove FIXME.
3775 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3776 only ignore LOC_CONST symbols that are enums.
3777
3778 * dwarf2read.c: Remove trailing whitespace.
3779
3780 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3781 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3782 (struct main_type, field loc): Delete dwarf_block.
3783 (FIELD_DWARF_BLOCK): Delete.
3784 (SET_FIELD_DWARF_BLOCK): Delete.
3785 (TYPE_FIELD_DWARF_BLOCK): Delete.
3786 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3787 Update.
3788
3789 2010-06-29 Hui Zhu <teawater@gmail.com>
3790
3791 * record.c (set_record_pic_cmdlist,
3792 show_record_pic_cmdlist): New variables.
3793 (set_record_pic_command,
3794 show_record_pic_command): New functions.
3795 (record_pic_function, record_pic_line, record_pic_enum,
3796 set_record_pic_type, record_pic_hide_nofunction,
3797 record_pic_hide_nosource, record_pic_hide_same): New variables.
3798 (record_pic_fputs): New function.
3799 (function_list, node_list, edge_list): New struct.
3800 (function_list, node_list, edge_list): New variables.
3801 (record_pic_cleanups, record_pic_node,
3802 record_pic_edge, cmd_record_pic): New functions.
3803 (_initialize_record): Add new commands for record pic.
3804
3805 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3806
3807 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3808 ALLOCATE_CPLUS_STRUCT_TYPE.
3809
3810 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3811 Tom Tromey <tromey@redhat.com>
3812 Thiago Jung Bauermann <bauerman@br.ibm.com>
3813
3814 * value.c (pack_unsigned_long): New function.
3815 (value_from_ulongest): New function.
3816 * value.h (value_from_ulongest): Declare.
3817 * python/python.c (_initialize_python): Call
3818 gdbpy_initialize_thread and gdbpy_initialize_inferior.
3819 * python/python-internal.h: Define thread_object.
3820 (gdbpy_inferiors, gdbpy_selected_thread)
3821 (frame_info_to_frame_object, create_thread_object)
3822 (find_thread_object, find_inferior_object)
3823 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3824 (gdbpy_is_value_object, get_addr_from_python): Declare.
3825 * python/py-value.c (builtin_type_upylong): Define.
3826 (convert_value_from_python): Add logic for ulongest.
3827 (gdbpy_is_value_object): New function.
3828 * python/py-utils.c (get_addr_from_python): New function.
3829 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3830 (gdbpy_selected_frame): Use PyObject over frame_info.
3831 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3832 py-infthread.
3833 (SUBDIR_PYTHON_SRCS): Likewise.
3834 (py-inferior.o): New Rule.
3835 (py-infthread.o): New Rule.
3836 * python/py-inferior.c: New File.
3837 * python/py-infthread.c: New File.
3838
3839 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3840
3841 * c-typeprint.c (c_type_print_base): For no fields check include also
3842 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
3843 * dwarf2read.c (struct typedef_field_list)
3844 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3845 (dwarf2_add_typedef): New.
3846 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3847 Copy also FI.TYPEDEF_FIELD_LIST.
3848 * gdbtypes.h (struct typedef_field)
3849 (struct cplus_struct_type) <typedef_field, typedef_field_count>
3850 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3851 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3852
3853 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3854
3855 * cp-namespace.c (cp_lookup_nested_type): New variable
3856 concatenated_name. Turn the current return condition into a reverse
3857 one. Call also lookup_static_symbol_aux on the constructed qualified
3858 name.
3859 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3860 other files into a called ...
3861 (lookup_static_symbol_aux): ... new function here.
3862 * symtab.h (lookup_static_symbol_aux): New prototype.
3863 * valops.c (value_maybe_namespace_elt): Call also
3864 lookup_static_symbol_aux if we failed otherwise.
3865
3866 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3867
3868 Fix PR c++/11703 and PR gdb/1448.
3869 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
3870 FIRST_ITER check.
3871
3872 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3873
3874 Fix modification of cplus_struct_default.
3875 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
3876 Call ALLOCATE_CPLUS_STRUCT_TYPE.
3877 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
3878
3879 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3880
3881 * NEWS: Add entry announcing the python directory.
3882
3883 2010-06-28 Tom Tromey <tromey@redhat.com>
3884
3885 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
3886
3887 2010-06-28 Doug Evans <dje@google.com>
3888
3889 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
3890 All callers updated.
3891
3892 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3893
3894 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
3895 obstack_begin after each obstack_free.
3896
3897 2010-06-27 Doug Evans <dje@google.com>
3898
3899 * value.c (value_static_field): Use `switch' instead of `if'.
3900 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
3901
3902 * valops.c (search_struct_field): Fix typo in error message.
3903
3904 2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
3905
3906 * dwarf2expr.c (execute_stack_op): Place preprocessor
3907 directives at the start of the source line.
3908
3909 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
3910
3911 * defs.h (make_command_stats_cleanup): Declare.
3912 (set_display_time): Declare.
3913 (set_display_space): Declare.
3914 * event-top.c (command_handler): Use make_command_stats_cleanup.
3915 * main.c (display_time, display_space): Move definitions to utils.c.
3916 (captured_main): Use make_command_stats_cleanup to get start-up
3917 statistics.
3918 Use set_display_time and set_display_space for processing OPT_STATISTICS
3919 case.
3920 * maint.c (maintenance_time_display): Use set_display_time.
3921 (maintenance_space_display): Use set_display_space.
3922 * top.c (execute_command): Remove obsolete 'maint time' code.
3923 (command_loop): Use make_command_stats_cleanup.
3924 * utils.c (struct cmd_stats): Structure for storing initial time
3925 and space usage.
3926 (display_time, display_space): Move definitions here from utils.c.
3927 (set_display_time): New function.
3928 (set_display_space): New function.
3929 (make_command_stats_cleanup): New function.
3930 (report_command_stats): New auxiliary function for
3931 make_command_stats_cleanup.
3932
3933 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3934
3935 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
3936 hosts where CORE_ADDR is long long.
3937
3938 2010-06-25 Tom Tromey <tromey@redhat.com>
3939
3940 PR python/10808:
3941 * python/python.c (execute_gdb_command): Add keywords. Accept
3942 "to_string" argument.
3943 (struct restore_ui_file_closure): New.
3944 (restore_ui_file): New function.
3945 (make_cleanup_restore_ui_file): Likewise.
3946 (GdbMethods) <execute>: Update.
3947
3948 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3949
3950 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
3951 during inferior call stack frame setup.
3952
3953 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
3954
3955 * solib-spu.c: Include "exception.h".
3956 (ocl_program_data_key): New variable.
3957 (append_ocl_sos): New function.
3958 (ocl_enable_break): Likewise.
3959 (spu_current_sos): Call append_ocl_sos.
3960 (spu_solib_loaded): Call ocl_enable_break.
3961 (_initialize_spu_solib): Register ocl_program_data_key.
3962
3963 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3964
3965 * cp-support.c (reset_directive_searched): New function.
3966 (make_symbol_overload_list_using): Prevent recursive calls.
3967
3968 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
3969
3970 * printcmd.c (print_variable_and_value): Print error message on
3971 caught exception.
3972
3973 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3974
3975 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
3976 of stack values.
3977 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
3978 "value" member.
3979 (dwarf_expr_push): Change input type to ULONGEST.
3980 (dwarf_expr_fetch): Change return type to ULONGEST.
3981 (dwarf_expr_fetch_address): Add prototype.
3982 (dwarf2_read_address): Remove prototype.
3983 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
3984 Truncate stack values to ctx->addr_size bytes.
3985 (dwarf_expr_fetch): Change return value to ULONGEST.
3986 (dwarf_expr_fetch_address): New function.
3987 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
3988 when appropriate. Update for struct dwarf_expr_piece changes.
3989 (dwarf2_read_address): Remove.
3990 (unsigned_address_type): Remove.
3991 (signed_address_type): Remove.
3992 (execute_stack_op): Use dwarf_expr_fetch_address instead of
3993 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
3994 values. Perform operations on ULONGEST instead of on GDB values,
3995 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
3996 values and DW_OP_deref results as unsigned integers.
3997 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
3998 changes.
3999 (write_pieced_value): Likewise.
4000 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
4001 dwarf_expr_fetch when appropriate.
4002 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
4003 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
4004 instead of dwarf_expr_fetch when appropriate.
4005
4006 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
4007
4008 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
4009
4010 2010-06-24 Joel Brobecker <brobecker@adacore.com>
4011
4012 * python/python.c (_initialize_python): Add new "constant"
4013 PYTHONDIR in gdb module. Insert this path at the head of
4014 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
4015 exec its __init__.py script if it exists in that directory.
4016
4017 2010-06-24 Kevin Buettner <kevinb@redhat.com>
4018
4019 * rx-tdep.c (RX_ACC_REGNUM): Define.
4020 (RX_NUM_REGS): Redefine to 26.
4021 (rx_register_name): Add register "acc". Change order of several
4022 registers. Change name of "vct" register to "fintv" to match RX
4023 documentation.
4024 (rx_register_type): Add case for RX_ACC_REGNUM.
4025
4026 2010-06-24 Tom Tromey <tromey@redhat.com>
4027
4028 * psymtab.c (lookup_partial_symbol): Mark definition as static.
4029
4030 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4031 Tom Tromey <tromey@redhat.com>
4032
4033 Fix GDB startup on readonly filesystem.
4034 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
4035
4036 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4037 Pedro Alves <pedro@codesourcery.com>
4038
4039 Fix PR 9436.
4040 * breakpoint.c (handle_jit_event): New function.
4041 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
4042 jit, err, table and bs_class. New variables shlib_event, jit_event,
4043 this_action and bptype. Change bs_class assignments to this_action
4044 assignments. new unhandled bptype internal error. Move here
4045 shlib_event and jit_event handling from handle_inferior_event.
4046 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
4047 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
4048 BPSTAT_WHAT_CHECK_JIT.
4049 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
4050 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
4051 (handle_inferior_event): Reinitialize frame and gdbarch after
4052 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
4053 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
4054 gdbarch when frame gets reinitialized.
4055
4056 2010-06-24 Hui Zhu <teawater@gmail.com>
4057
4058 * printcmd.c (ui_printf): New function.
4059 (printf_command): Call ui_printf.
4060 (_initialize_printcmd): New command "eval".
4061
4062 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
4063
4064 * infrun.c (handle_inferior_event): Handle presence of single-step
4065 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
4066 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
4067 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
4068 * breakpoint.c (detach_single_step_breakpoints): New function.
4069 (detach_breakpoints): Call it.
4070 (cancel_single_step_breakpoints): New function.
4071 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
4072
4073 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
4074 (spu_gdbarch_init): Install it.
4075
4076 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4077
4078 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
4079 * configure: Regenerate.
4080
4081 2010-06-22 Hui Zhu <teawater@gmail.com>
4082
4083 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
4084 (i386_process_record): Ditto.
4085 * record.c (record_memory_query): New variable.
4086 (_initialize_record): New command "set record memory-query".
4087 * record.h (record_memory_query): New extern.
4088
4089 2010-06-21 Doug Evans <dje@google.com>
4090
4091 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
4092 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
4093 (i386_syscall_p): Change type of lengthp to int.
4094 (i386_displaced_step_fixup): Handle kernels that run one past a
4095 syscall insn.
4096 * i386-linux-tdep.c (i386_linux_init_abi): Use
4097 i386_displaced_step_copy_insn instead of
4098 simple_displaced_step_copy_insn.
4099
4100 2010-06-21 Tom Tromey <tromey@redhat.com>
4101
4102 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
4103 (dwarf_type_encoding_name): Likewise.
4104
4105 2010-06-21 Tom Tromey <tromey@redhat.com>
4106
4107 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
4108 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
4109 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
4110 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
4111 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
4112 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
4113 * dwarf2read.c (tag_type_to_type): Create a new error type on
4114 failure.
4115 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
4116 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
4117
4118 2010-06-21 Michael Snyder <msnyder@vmware.com>
4119
4120 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
4121 not add_abbrev_prefix_cmd, for "enable breakpoints".
4122
4123 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
4124
4125 * dwarf2loc.c (find_location_expression): Add relocation offset
4126 to base-address-selection entry base addresses. Read addresses
4127 (and offsets) as signed/unsigned integers, depending on the
4128 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
4129 (loclist_describe_location): Likewise.
4130 (disassemble_dwarf_expression): Read DW_OP_addr operand as
4131 unsigned integer. Do not call dwarf2_read_address.
4132 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
4133
4134 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
4135
4136 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
4137 value instead of hard-coded SPU_LS_SIZE.
4138 (spu_software_single_step): Likewise.
4139 * spu-tdep.h (SPU_LS_SIZE): Remove.
4140
4141 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
4142
4143 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
4144 limit on local store memory accesses.
4145 * spu-linux-nat.c (spu_xfer_partial): Likewise.
4146 * spu-tdep.c (spu_lslr): Remove.
4147 (spu_pointer_to_address): Do not truncate addresses.
4148 (spu_integer_to_address): Likewise.
4149 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
4150 * spu-tdep.h: Add comments.
4151 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
4152 (SPU_OVERLAY_LMA): Define.
4153
4154 2010-06-18 Stan Shebs <stan@codesourcery.com>
4155
4156 * osdata.c (get_osdata): Warn separately if target does not report
4157 type list.
4158 (info_osdata_command): Allow empty type, report error if target
4159 does not return available types of OS data.
4160 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
4161 types if no annex supplied.
4162
4163 * thread.c (thread_id_make_value): Make a value representing the
4164 current thread.
4165 (_initialize_thread): Create $_thread.
4166
4167 2010-06-17 Joel Brobecker <brobecker@adacore.com>
4168
4169 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
4170 last local variable declaration. No real code change.
4171
4172 2010-06-17 Tom Tromey <tromey@redhat.com>
4173
4174 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
4175 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
4176 temporary obstack.
4177
4178 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
4179 Jan Kratochvil <jan.kratochvil@redhat.com>
4180
4181 * breakpoint.c: Include parser-defs.h.
4182 (watchpoint_exp_is_const): New function.
4183 (watch_command_1): Call watchpoint_exp_is_const to check
4184 if the expression is constant.
4185
4186 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
4187
4188 * configure.ac: Check for RDYNAMIC also for cross builds.
4189 * configure: Regenerate.
4190
4191 2010-06-15 Pedro Alves <pedro@codesourcery.com>
4192
4193 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
4194 (SFILES): Remove solib-null.c, add solib-target.c.
4195 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
4196 (ALLDEPFILES): Remove solib-target.c.
4197 * solib-target.c (_initialize_solib_target): Set
4198 current_target_so_ops to solib_target_so_ops if not already set.
4199 * solib-null.c: Delete.
4200
4201 2010-06-14 Pedro Alves <pedro@codesourcery.com>
4202
4203 * NEWS: Mention GDBserver's JIT compilation of tracepoint
4204 bytecode.
4205
4206 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4207
4208 * cp-valprint.c (cp_print_static_field): Members of
4209 dont_print_stat_array_obstack are of type "struct type *".
4210 (_initialize_cp_valprint): Likewise.
4211
4212 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4213
4214 * frame.c (frame_register_unwind): Do not access contents
4215 of "optimized out" unwound register value.
4216
4217 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4218
4219 * ada-lang.h (ada_print_type): Make varstring const.
4220 * ada-typeprint.c (print_func_type): Make name const.
4221 (ada_print_type): Make varstring const.
4222 * c-lang.h (c_print_type): Make varstring const.
4223 * c-typeprint.c (c_print_type): Likewise.
4224 * f-lang.h (f_print_type): Likewise.
4225 * f-typeprint.c (f_print_type): Likewise.
4226 * jv-lang.h (java_print_type): Likewise.
4227 * jv-typeprint.c (java_print_type): Likewise.
4228 * language.c (unk_lang_print_type): Likewise.
4229 * language.h (struct language_defn) <la_print_type>: Likewise.
4230 * m2-lang.h (m2_print_type): Likewise.
4231 * m2-typeprint.c (m2_print_type): Likewise.
4232 * p-lang.h (pascal_print_type): Likewise.
4233 * p-typeprint.c (pascal_print_type): Likewise.
4234
4235 2010-06-11 Stan Shebs <stan@codesourcery.com>
4236
4237 Add per-operation permission flags.
4238
4239 * target.h (struct target_ops): New method to_set_permissions.
4240 (target_set_permissions): New macro.
4241 (target_insert_breakpoint): Change macro to function.
4242 (target_remove_breakpoint): Ditto.
4243 (target_stop): Ditto.
4244 (may_write_registers): Declare.
4245 (may_write_memory): Declare.
4246 (may_insert_breakpoints): Declare.
4247 (may_insert_tracepoints): Declare.
4248 (may_insert_fast_tracepoints): Declare.
4249 (may_stop): Declare.
4250 * target.c (may_write_registers, may_write_registers_1): New globals.
4251 (may_write_memory, may_write_memory_1): New globals.
4252 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
4253 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
4254 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
4255 globals.
4256 (may_stop, may_stop_1): New global.
4257 (target_xfer_partial): Test for write permission.
4258 (target_store_registers): Ditto.
4259 (target_insert_breakpoint): New function.
4260 (target_remove_breakpoint): New function.
4261 (target_stop): New function.
4262 (_initialize_targets): Add new set/show variables.
4263 (set_write_memory_permission): New function.
4264 (update_target_permissions): New function.
4265 (set_target_permissions): New function.
4266 (update_current_target): Default to_set_permissions.
4267 (_initialize_targets): Use new globals and setter function.
4268 * tracepoint.c (start_tracing): Test for permission.
4269 * inferior.h (update_observer_mode): Declare.
4270 * infrun.c (non_stop_1): Define earlier.
4271 (observer_mode, observer_mode_1): New globals.
4272 (set_observer_mode, show_observer_mode): New functions.
4273 (update_observer_mode): New function.
4274 (_initialize_infrun): Define "set observer" command.
4275 * remote.c (PACKET_QAllow): New optional packet.
4276 (remote_protocol_features): Add QAllow.
4277 (remote_set_permissions): New function.
4278 (remote_start_remote): Call it.
4279 (init_remote_ops): Add it to target vector.
4280 (_initialize_remote): Add config command for QAllow.
4281
4282 2010-06-11 Tom Tromey <tromey@redhat.com>
4283
4284 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
4285 DW_AT_vtable_elem_location even when GCC extension is seen.
4286
4287 2010-06-11 Tom Tromey <tromey@redhat.com>
4288
4289 PR gdb/9977, PR exp/11636:
4290 * value.h (value_offset): Update.
4291 (struct lval_funcs) <check_validity>: New field.
4292 <copy_closure>: Make argument const.
4293 (value_computed_closure): Update.
4294 (value_contents_for_printing): Declare.
4295 (value_bits_valid): Likewise.
4296 (val_print): Likewise.
4297 (set_value_component_location): Update.
4298 (value_entirely_optimized_out): Declare.
4299 * value.c (value_offset): Argument now const.
4300 (require_not_optimized_out): New function.
4301 (value_contents_for_printing): New function.
4302 (value_contents_all): Call require_not_optimized_out.
4303 (value_contents): Likewise.
4304 (value_bits_valid): New function.
4305 (value_computed_closure): Argument now const.
4306 (set_value_component_location): Make 'whole' argument const.
4307 (value_entirely_optimized_out): New function.
4308 (value_bitsize): Argument now 'const'.
4309 (value_bitpos): Likewise.
4310 (value_type): Likewise.
4311 * valprint.h (val_print_array_elements): Update.
4312 * valprint.c (val_print): Add 'val' argument. Use
4313 valprint_check_validity.
4314 (valprint_check_validity): New function.
4315 (value_check_printable): Use value_entirely_optimized_out.
4316 (common_val_print): Update.
4317 (value_print): Likewise.
4318 (val_print_array_elements): Add 'val' argument.
4319 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
4320 value_bits_valid. Reinit frame cache for lval_computed.
4321 * sh64-tdep.c (sh64_do_register): Update.
4322 * scm-valprint.c (scm_val_print): Add 'val' argument.
4323 * scm-lang.h (scm_val_print): Update.
4324 * python/python.h (apply_val_pretty_printer): Update.
4325 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
4326 argument. Call set_value_component_location.
4327 * printcmd.c (print_scalar_formatted): Update.
4328 * p-valprint.c (pascal_val_print): Add 'val' argument.
4329 (pascal_object_print_value_fields): Likewise.
4330 (pascal_object_print_value): Likewise.
4331 (pascal_object_print_static_field): Update.
4332 * p-lang.h (pascal_val_print): Update.
4333 (pascal_object_print_value_fields): Update.
4334 * mt-tdep.c (mt_registers_info): Update.
4335 * mi/mi-main.c (get_register): Update.
4336 (mi_cmd_data_evaluate_expression): Use common_val_print.
4337 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
4338 (m2_print_unbounded_array): Likewise.
4339 (m2_val_print): Likewise.
4340 * m2-lang.h (m2_val_print): Update.
4341 * language.h (struct language_defn) <la_val_print>: Add 'val'
4342 argument.
4343 (LA_VAL_PRINT): Likewise.
4344 * language.c (unk_lang_val_print): Add 'val' argument.
4345 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
4346 (java_val_print): Likewise.
4347 * jv-lang.h (java_val_print): Add 'val' argument.
4348 * infcmd.c (default_print_registers_info): Update.
4349 * f-valprint.c (f77_print_array_1): Add 'val' argument.
4350 (f77_print_array): Likewise.
4351 (f_val_print): Likewise.
4352 * f-lang.h (f_val_print): Add 'val' argument.
4353 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4354 value_bitpos.
4355 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
4356 set_value_optimized_out.
4357 (write_pieced_value): Use value_bitsize and value_bitpos.
4358 <default>: Don't exit loop.
4359 (check_pieced_value_validity): New function.
4360 (pieced_value_funcs): Reference check_pieced_value_validity,
4361 check_pieced_value_invalid.
4362 (copy_pieced_value_closure): Update.
4363 (check_pieced_value_bits): New function.
4364 (check_pieced_value_invalid): New function.
4365 * d-valprint.c (dynamic_array_type): Add 'val' argument.
4366 (d_val_print): Likewise.
4367 * d-lang.h (d_val_print): Update.
4368 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4369 (cp_print_value_fields_rtti): Likewise.
4370 (cp_print_value): Likewise.
4371 (cp_print_static_field): Update.
4372 * c-valprint.c (c_val_print): Add 'val' argument.
4373 (c_value_print): Update.
4374 * c-lang.h (c_val_print): Update.
4375 (cp_print_value_fields): Likewise.
4376 (cp_print_value_fields_rtti): Likewise.
4377 * ada-valprint.c (struct ada_val_print_args): Remove.
4378 (val_print_packed_array_elements): Add 'val' argument.
4379 (ada_val_print): Likewise. Rewrite.
4380 (ada_val_print_stub): Remove.
4381 (ada_val_print_array): Add 'val' argument.
4382 (ada_val_print_1): Likewise.
4383 (print_variant_part): Likewise.
4384 (ada_value_print): Update.
4385 (print_record): Add 'val' argument.
4386 (print_field_values): Likewise.
4387 * ada-lang.h (ada_val_print): Update.
4388
4389 2010-06-11 Tom Tromey <tromey@redhat.com>
4390
4391 * vec.h (VEC_cleanup): New macro.
4392 (DEF_VEC_ALLOC_FUNC_I): Update.
4393 (DEF_VEC_ALLOC_FUNC_P): Likewise.
4394 (DEF_VEC_ALLOC_FUNC_O): Likewise.
4395 * dwarf2loc.c (struct axs_var_loc): Remove.
4396 (unimplemented): New function.
4397 (translate_register): Likewise.
4398 (access_memory): Likewise.
4399 (compile_dwarf_to_ax): Likewise.
4400 (dwarf2_tracepoint_var_loc): Remove.
4401 (dwarf2_tracepoint_var_access): Likewise.
4402 (dwarf2_tracepoint_var_ref): Likewise.
4403 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4404 (loclist_tracepoint_var_ref): Likewise.
4405 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4406 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4407 require_composition. No longer static.
4408 (execute_stack_op): Update.
4409 * ax-gdb.h (trace_kludge): Declare.
4410
4411 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4412
4413 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4414 (should_be_inserted): Return zero also on NULL OWNER.
4415 (breakpoint_program_space_exit): New OWNER comment.
4416 (insert_breakpoint_locations): Extend comment for OWNER.
4417 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4418 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4419 New OWNER comment.
4420 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4421 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4422 (bpstat_check_location): New assert on OWNER.
4423 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4424 and B initializations to the code block. New assert on them.
4425 (print_one_breakpoint_location): New OWNER comment.
4426 (watchpoint_locations_match): Assert on OWNER.
4427 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4428 initializations to the code block. New assert on OWNER.
4429 (set_breakpoint_location_function): New assert on OWNER.
4430 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4431 (bp_location_compare, update_global_location_list)
4432 (update_global_location_list): New OWNER comment.
4433
4434 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4435
4436 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4437
4438 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4439
4440 * config/nm-linux.h (struct target_ops): Remove forward declaration.
4441 (lin_thread_get_thread_signals): Remove prototype.
4442 (GET_THREAD_SIGNALS): Remove.
4443 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4444 * linux-thread-db.c (check_thread_signals): Directly call
4445 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4446
4447 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4448
4449 * gregset.h (GDB_FPXREGSET_T): Remove.
4450 (gdb_fpxregset_t): Likewise.
4451 (supply_fpxregset): Remove prototype.
4452 (fill_fpxregset): Likewise.
4453 * i386-linux-nat.c (supply_fpxregset): Remove.
4454 (fill_fpxregset): Likewise.
4455 (fetch_fpxregs): Inline supply_fpxregset call.
4456 (store_fpxregs): Inline fill_fpxregset call.
4457
4458 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4459 * config/i386/nm-linux.h: Remove file.
4460
4461 2010-06-09 Michael Snyder <msnyder@vmware.com>
4462
4463 * target.c (update_current_target): Fix spelling error in comment.
4464 (target_mourn_inferior): Fix spelling error in error message.
4465
4466 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
4467
4468 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4469 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4470
4471 2010-06-08 Michael Snyder <msnyder@vmware.com>
4472
4473 * remote.c (remote_close): Set inferior_ptid to null_ptid.
4474
4475 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4476
4477 * configure.ac <"${have_libpython}" != no>: New workaround of
4478 python#4434.
4479 * configure: Regenerate.
4480
4481 2010-06-08 Hui Zhu <teawater@gmail.com>
4482
4483 * record.c (record_wait): Move signal out of replay code.
4484
4485 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4486
4487 Fix PR 10640.
4488 * dwarf2-frame.c (no_dwarf_call): New function.
4489 (execute_stack_op): Set CTX->DWARF_CALL.
4490 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4491 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4492 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4493 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4494 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4495 (needs_frame_dwarf_call): New function.
4496 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4497 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4498 Update the comment. Move variables die, offset and error call to ...
4499 (follow_die_ref): ... a new function.
4500 (dwarf2_fetch_die_location_block): New function.
4501 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4502
4503 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4504
4505 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4506 (dwarf_expr_tls_address): Use per_cu instead of objfile.
4507 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4508 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
4509 this change.
4510 (struct needs_frame_baton): New field per_cu.
4511 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4512 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4513
4514 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4515
4516 * cp-support.c (make_symbol_overload_list_namespace): Only search
4517 static and global blocks.
4518 (make_symbol_overload_list_block): New function.
4519 (make_symbol_overload_list): Separate namespace search from block
4520 search.
4521 (make_symbol_overload_list_qualified): Use
4522 make_symbol_overload_list_block.
4523
4524 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4525
4526 * value.h: Created oload_search_type enum.
4527 (find_overload_match): Use oload_search_type enum.
4528 * valops.c (find_overload_match): Support combined member and
4529 non-member search.
4530 * eval.c (evaluate_subexp_standard): Calls to
4531 find_overload_match now use oload_search_type enum.
4532 (oload_method_static): Verify index is a proper value.
4533 * valarith.c (value_user_defined_cpp_op): Search for and handle
4534 both member and non-member operators.
4535 (value_user_defined_cpp_op): New function.
4536 (value_user_defined_op): New function.
4537 (value_x_unop): Use value_user_defined_op.
4538 (value_x_binop): Ditto.
4539 * cp-support.c (make_symbol_overload_list_using): Added block
4540 iteration.
4541 Add check for namespace aliases and imported declarations.
4542
4543 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4544
4545 * breakpoint.h (owner): Extend the comment.
4546
4547 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4548
4549 Clear stale specific bp_location from former whole breakpoint.
4550 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4551 code ...
4552 (free_bp_location): ... here. Rename there the called function to
4553 bpstat_remove_bp_location_callback.
4554 (bpstat_remove_breakpoint_callback): Rename to ...
4555 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4556 to struct bp_location. Change the called function to
4557 bpstat_remove_bp_location. Create new declaration for the function.
4558 (bpstat_remove_breakpoint): Rename to ...
4559 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4560 code for the new parameter type.
4561
4562 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
4563
4564 * README: Make version-agnostic.
4565
4566 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4567
4568 Fix duplicate types for single DIE.
4569 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4570 set_die_type.
4571 (read_array_type): Remove type initialization. Recheck get_die_type
4572 after initial die_type. Move set_die_type before set_descriptive_type.
4573 (read_set_type): New variable domain_type. Recheck get_die_type after
4574 initial die_type. Move attr initialization later.
4575 (read_tag_pointer_type, read_tag_reference_type): New variable
4576 target_type. Recheck get_die_type after initial die_type.
4577 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4578 die_type and die_containing_type.
4579 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4580 Recheck get_die_type after initial die_type.
4581 (read_subrange_type): Recheck get_die_type after initial die_type.
4582 Move set_die_type before set_descriptive_type.
4583 (set_die_type): Extend the function comment. Call complaint if DIE has
4584 some type already set.
4585
4586 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
4587
4588 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4589 for current naming of thread groups (iN, not N).
4590
4591 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4592
4593 * ada-lang.c (ada_operator_length): Constify `struct expression'.
4594 * parse.c (operator_length): Likewise.
4595 (operator_length_standard): Likewise.
4596 * parser-defs.h (operator_length): Likewise.
4597 (operator_length_standard): Likewise.
4598 (struct exp_descriptor <operator_length>): Likewise.
4599
4600 2010-06-04 Doug Evans <dje@google.com>
4601
4602 Add support for enabling/disabling individual pretty-printers.
4603 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4604 * python/python-internal.h (gdbpy_enabled_cst): Declare.
4605 * python/python.c (gdbpy_enabled_cst): Define.
4606 (_initialize_python): Initialize gdbpy_enabled_cst.
4607 * NEWS: Add entry.
4608
4609 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4610
4611 * breakpoint.c (update_global_location_list): Fix comment typo.
4612
4613 2010-06-04 Hui Zhu <teawater@gmail.com>
4614
4615 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4616
4617 2010-06-03 Doug Evans <dje@google.com>
4618
4619 * configure.ac: Don't fail if python is unusable when
4620 configured with --with-python=auto.
4621 * configure: Regenerate.
4622
4623 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
4624
4625 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4626
4627 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
4628
4629 * valprint.h (get_array_bounds): Change low and high parameter types
4630 to LONGEST *.
4631 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4632 compute bounds.
4633 (val_print_array_elements): Adapt to change above.
4634 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4635 * p-valprint.c (pascal_val_print): Likewise.
4636
4637 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4638
4639 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4640 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4641 .F08.
4642
4643 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 Support DW_TAG_module as separate namespaces.
4646 * dwarf2read.c (typename_concat): New parameter physname.
4647 (read_module_type): New function and declaration.
4648 (scan_partial_symbols): Scan also DW_TAG_module children.
4649 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4650 to typename_concat backward compatible physname value 0.
4651 (partial_die_full_name, read_namespace_type): Pass to typename_concat
4652 backward compatible physname value 0.
4653 (add_partial_module, read_module): Remove FIXME comment.
4654 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4655 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4656 DIEs under DW_TAG_module.
4657 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4658 DW_AT_MIPS_linkage_name first, extend it for language_fortran
4659 && physname and return there instead of just setting NAME. Extend
4660 the main block for language_fortran. Pass physname parameter to the
4661 typename_concat call.
4662 (read_import_statement, read_func_scope, get_scope_pc_bounds)
4663 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4664 (new_symbol): Fill in cplus_specific.demangled_name if it is still
4665 missing from SYMBOL_SET_NAMES in the language_fortran case.
4666 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4667 variables.
4668 (read_type_die) <DW_TAG_module>: New.
4669 (MAX_SEP_LEN): Increase to 7.
4670 (typename_concat): New parameter physname. New variable lead. Support
4671 also language_fortran.
4672 * f-exp.y (yylex): Consider : also as a symbol name character class.
4673 * f-lang.c: Include cp-support.h.
4674 (f_word_break_characters, f_make_symbol_completion_list): New functions.
4675 (f_language_defn): Use cp_lookup_symbol_nonlocal,
4676 f_word_break_characters and f_make_symbol_completion_list.
4677 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4678 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4679 * symtab.c (symbol_init_language_specific): Support language_fortran.
4680 (symbol_find_demangled_name): New comment on language_fortran.
4681 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4682 for language_fortran.
4683 (lookup_symbol_aux_local): Check imports also for language_fortran.
4684 (default_make_symbol_completion_list): Rename to ...
4685 (default_make_symbol_completion_list_break_on): ... this name. New
4686 parameter break_on, use it.
4687 (default_make_symbol_completion_list): New stub.
4688 * symtab.h (default_make_symbol_completion_list_break_on): New
4689 prototype.
4690
4691 2010-06-02 Joel Brobecker <brobecker@adacore.com>
4692
4693 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4694 to error.
4695
4696 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4697
4698 * dwarf2read.c (typename_concat): Add const to the variable sep.
4699
4700 2010-06-02 Tom Tromey <tromey@redhat.com>
4701
4702 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4703 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
4704 type is const. Add 'def' argument. Add missing operators, remove
4705 unhandled ones.
4706 (decode_locdesc): Update.
4707 (dwarf2_always_disassemble): New global.
4708 (show_dwarf2_always_disassemble): New function.
4709 (_initialize_dwarf2_read): Add always-disassemble.
4710 (dwarf2_per_cu_offset_size): New function.
4711 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4712 (piece_end_p): New function.
4713 (locexpr_describe_location_piece): Replace 'size' argument with
4714 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
4715 some constants. Remove errors.
4716 (disassemble_dwarf_expression): New function.
4717 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4718 Add 'offset_size' argument.
4719 (loclist_describe_location): Change output formatting.
4720 * dwarf2expr.h (dwarf_stack_op_name): Declare.
4721
4722 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4723
4724 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4725 anonymous type case.
4726
4727 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
4728
4729 * dwarf2read.c (read_subrange_type): Handle missing base type
4730 according to Dwarf-2 specifications.
4731
4732 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
4733
4734 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4735 BINOP_EXCL.
4736 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4737 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4738 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4739 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4740 UNOP_CHMAX, UNOP_CHMIN.
4741 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4742 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4743 UNOP_CHMIN>: Remove opcodes.
4744
4745 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
4746
4747 * dwarf2read.c (read_func_scope): Do not complain for
4748 external function if bounds are not found.
4749
4750 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4751
4752 * NEWS: Mention gdbserver fast tracepoints support.
4753
4754 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
4755
4756 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4757 New macros.
4758 (windows_set_console_info): New function.
4759 (windows_create_inferior): Call windows_set_console_info
4760 if NEW_CONSOLE is true.
4761 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4762 (_initialize_loadable): Initialize GetConsoleFontSize and
4763 GetCurrentConsoleFont.
4764
4765 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4766
4767 * Makefile.in (RDYNAMIC): New.
4768 (SFILES): Add proc-service.list.
4769 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4770 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4771 * config/arm/linux.mh: Likewise.
4772 * config/i386/linux.mh: Likewise.
4773 * config/i386/linux64.mh: Likewise.
4774 * config/ia64/linux.mh: Likewise.
4775 * config/m32r/linux.mh: Likewise.
4776 * config/m68k/linux.mh: Likewise.
4777 * config/mips/linux.mh: Likewise.
4778 * config/pa/linux.mh: Likewise.
4779 * config/powerpc/linux.mh: Likewise.
4780 * config/powerpc/ppc64-linux.mh: Likewise.
4781 * config/s390/s390.mh: Likewise.
4782 * config/sparc/linux.mh: Likewise.
4783 * config/sparc/linux64.mh: Likewise.
4784 * config/xtensa/linux.mh: Likewise.
4785 * configure.ac: New RDYNAMIC on native host and GCC.
4786 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4787 * configure: Regenerate.
4788 * proc-service.list: New.
4789
4790 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4791
4792 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4793 CONTENT.
4794
4795 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4796
4797 * linux-nat.c (linux_nat_wait_1): Do not call
4798 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4799 TARGET_WAITKIND_SIGNALLED.
4800
4801 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4802
4803 * ada-lang.c (ada_inferior_data): New struct.
4804 (ada_inferior_data): New static global.
4805 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4806 (ada_get_tsd_type): New functions.
4807 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4808 to look the tsd type up.
4809 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4810 event. Set ada_inferior_data.
4811
4812 2010-05-27 Pedro Alves <pedro@codesourcery.com>
4813
4814 * remote.c (unpack_varlen_hex): Remove forward declaration.
4815 (remote_console_output): Make static, and add forward declaration.
4816 * remote.h: Drop FIXME comment.
4817 (unpack_varlen_hex): Declare.
4818 (remote_console_output, remote_cisco_objfile_relocate)
4819 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4820 Delete declarations.
4821 * tracepoint.c: Include "remote.h".
4822 (unpack_varlen_hex): Delete declaration.
4823
4824 2010-05-27 Tom Tromey <tromey@redhat.com>
4825
4826 * dwarf2loc.c (struct piece_closure) <refc>: New field.
4827 (allocate_piece_closure): Initialize refc.
4828 (copy_pieced_value_closure): Use refc.
4829 (free_pieced_value_closure): Likewise.
4830
4831 2010-05-27 Tom Tromey <tromey@redhat.com>
4832
4833 * arm-tdep.c (push_stack_item): 'contents' now const.
4834 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
4835 value_contents_writeable. Introduce new temporary.
4836
4837 2010-05-27 Tom Tromey <tromey@redhat.com>
4838
4839 * findcmd.c (parse_find_args): Use value_contents, not
4840 value_contents_raw.
4841
4842 2010-05-27 Tom Tromey <tromey@redhat.com>
4843
4844 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4845 const. Use value_contents, not value_contents_writeable.
4846
4847 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4848
4849 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4850 by call to value_contents.
4851
4852 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
4853
4854 * MAINTAINERS: Add myself for write after approval privileges.
4855
4856 2010-05-26 Doug Evans <dje@google.com>
4857
4858 Allow python to find its files if moved from original location.
4859 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4860 (GDB_AC_WITH_DIR): Call it.
4861 * configure.ac: Define WITH_PYTHON_PATH if we can find the
4862 python installation directory.
4863 * config.in: Regenerate.
4864 * configure: Regenerate.
4865 * defs.h (python_libdir): Declare.
4866 * main.c (python_libdir): Define.
4867 (captured_main): Initialize python_libdir.
4868 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
4869 call Py_SetProgramName to make sure python can find its libraries
4870 and modules.
4871
4872 * configure.ac: Try to use python's distutils to fetch compilation
4873 parameters.
4874 * configure: Regenerate.
4875 * python/python-config.py: New file.
4876
4877 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
4878
4879 * ser-tcp.c (net_open): Check error return from socket() call by its
4880 equality to -1 not by it being negative.
4881 (net_close): Likewise.
4882
4883 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4884
4885 * NEWS: Mention the `qRelocInsn' feature.
4886 * gdbarch.sh (relocate_instruction): New.
4887 * amd64-tdep.c (rip_relative_offset): New.
4888 (append_insns): New.
4889 (amd64_relocate_instruction): New.
4890 (amd64_init_abi): Install it.
4891 * i386-tdep.c (append_insns): New.
4892 (i386_relocate_instruction): New.
4893 (i386_gdbarch_init): Install it.
4894 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
4895 * gdbarch.h, gdbarch.c: Regenerate.
4896
4897 2010-05-26 Tom Tromey <tromey@redhat.com>
4898
4899 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
4900 (struct dwarf2_loclist_baton) <data>: Likewise.
4901 * dwarf2loc.c (find_location_expression): Constify return type.
4902 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
4903 (dwarf2_loc_desc_needs_frame): Likewise.
4904 (loclist_read_variable): Constify.
4905 (loclist_describe_location): Likewise.
4906 (loclist_tracepoint_var_ref): Likewise.
4907
4908 2010-05-25 Tom Tromey <tromey@redhat.com>
4909
4910 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
4911 (dwarf_expr_frame_base_1): Likewise.
4912 (read_pieced_value): Update.
4913 (needs_frame_frame_base): Constify.
4914 (dwarf2_tracepoint_var_loc): Likewise.
4915 (dwarf2_tracepoint_var_access): Likewise.
4916 (locexpr_describe_location_piece): Likewise.
4917 (locexpr_describe_location_1): Likewise.
4918 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
4919 Constify.
4920 (data): Now const.
4921 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
4922 (dwarf_expr_eval, read_uleb128, read_sleb128)
4923 (dwarf2_read_address): Update.
4924 * dwarf2expr.c (dwarf_expr_eval): Constify.
4925 (read_uleb128): Likewise.
4926 (read_sleb128): Likewise.
4927 (dwarf2_read_address): Likewise.
4928 (require_composition): Likewise.
4929 (execute_stack_op): Likewise.
4930 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
4931 "const gdb_byte *".
4932 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
4933 Now const.
4934 (no_get_frame_base): Constify.
4935 (execute_stack_op): Likewise.
4936 (execute_cfa_program): Likewise.
4937 (read_encoded_value): Likewise.
4938
4939 2010-05-25 Doug Evans <dje@google.com>
4940
4941 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
4942
4943 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
4944 * event-loop.c: ... here.
4945 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
4946 `error' for clarity.
4947 (tui_getc): Pass correct value for `error' parameter to
4948 tui_readline_output.
4949
4950 Add python gdb.GdbError and gdb.string_to_argv.
4951 * NEWS: Document them.
4952 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
4953 the exception is gdb.GdbError. Print a second traceback if there's
4954 an error computing the error message.
4955 (gdbpy_string_to_argv): New function.
4956 * python/py-utils.c (gdbpy_obj_to_string): New function.
4957 (gdbpy_exception_to_string): New function.
4958 * python/python-internal.h (gdbpy_string_to_argv): Declare.
4959 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
4960 (gdbpy_gdberror_exc): Declare.
4961 * python/python.c (gdbpy_gdberror_exc): New global.
4962 (_initialize_python): Initialize gdbpy_gdberror_exc and create
4963 gdb.GdbError.
4964 (GdbMethods): Add string_to_argv.
4965
4966 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4967
4968 * windows-nat.c (display_selector): Call GetLastError to give better
4969 failure explanation.
4970
4971 2010-05-24 Pedro Alves <pedro@codesourcery.com>
4972
4973 * config.in: Regenerate.
4974
4975 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4976
4977 Code cleanup.
4978 * target.c (push_target): Return only void. Remove the return value
4979 comment.
4980 * target.h (push_target): Return only void.
4981
4982 2010-05-23 Pedro Alves <pedro@codesourcery.com>
4983
4984 Update gnulib from latest git.
4985 (250b80067c1e1d8faa0c42fb572f721975b929c5)
4986
4987 * gnulib/memcmp.c: Removed.
4988 * gnulib/memchr.valgrind: New.
4989 * gnulib/stddef.in.h: New.
4990 * gnulib/Makefile.am: Updated.
4991 * gnulib/memchr.c: Updated.
4992 * gnulib/memmem.c: Updated.
4993 * gnulib/stdint.in.h: Updated.
4994 * gnulib/str-two-way.h: Updated.
4995 * gnulib/string.in.h: Updated.
4996 * gnulib/wchar.in.h: Updated.
4997
4998 * gnulib/extra/link-warning.h: Removed.
4999 * gnulib/extra/c++defs.h: New.
5000 * gnulib/extra/warn-on-use.h: New.
5001 * gnulib/extra/arg-nonnull.h: Updated.
5002
5003 * gnulib/m4/extensions.m4: Updated.
5004 * gnulib/m4/gnulib-cache.m4: Updated.
5005 * gnulib/m4/gnulib-common.m4: Updated.
5006 * gnulib/m4/gnulib-comp.m4: Updated.
5007 * gnulib/m4/gnulib-tool.m4: Updated.
5008 * gnulib/m4/include_next.m4: Updated.
5009 * gnulib/m4/longlong.m4: Updated.
5010 * gnulib/m4/memchr.m4: Updated.
5011 * gnulib/m4/memmem.m4: Updated.
5012 * gnulib/m4/stdint.m4: Updated.
5013 * gnulib/m4/string_h.m4: Updated.
5014 * gnulib/m4/memcmp.m4: Removed.
5015 * gnulib/m4/onceonly_2_57.m4: Removed.
5016 * gnulib/m4/00gnulib.m4: New.
5017 * gnulib/m4/mmap-anon.m4: New.
5018 * gnulib/m4/multiarch.m4: New.
5019 * gnulib/m4/onceonly.m4: New.
5020 * gnulib/m4/stddef_h.m4: New.
5021 * gnulib/m4/warn-on-use.m4: New.
5022 * gnulib/m4/wchar.m4: Removed.
5023 * gnulib/m4/wchar_h.m4: New.
5024 * gnulib/m4/wchar_t.m4: New.
5025 * gnulib/m4/wint_t.m4: New.
5026
5027 * aclocal.m4: Regenerate.
5028 * config.in: Likewise.
5029 * configure: Likewise.
5030 * gnulib/Makefile.in: Likewise.
5031
5032 2010-05-21 Tom Tromey <tromey@redhat.com>
5033
5034 * dwarf2loc.c (extract_bits_primitive): New function.
5035 (extract_bits): Likewise.
5036 (insert_bits): Likewise.
5037 (copy_bitwise): Likewise.
5038 (read_pieced_value): Do all operations in bits.
5039 (write_pieced_value): Likewise.
5040 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
5041 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
5042 Always use xrealloc to resize piece array.
5043 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
5044 <DW_OP_piece>: Update.
5045 <DW_OP_bit_piece>: New case.
5046
5047 2010-05-21 Tom Tromey <tromey@redhat.com>
5048
5049 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
5050 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
5051 * dwarf2expr.h (enum dwarf_value_location)
5052 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
5053 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
5054 (add_piece): Handle empty piece.
5055 (execute_stack_op) <DW_OP_piece>: Handle
5056 DWARF_VALUE_OPTIMIZED_OUT.
5057
5058 2010-05-21 Tom Tromey <tromey@redhat.com>
5059
5060 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
5061 evaluate_subexp, not evaluate_subexp_with_coercion.
5062
5063 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5064
5065 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
5066 attribute.
5067
5068 2010-05-21 Tom Tromey <tromey@redhat.com>
5069
5070 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
5071 offset.
5072 (write_pieced_value): Likewise.
5073
5074 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5075
5076 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
5077 and DW_TAG_volatile_type.
5078 (new_symbol): Likewise.
5079
5080 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
5081
5082 * p-valprint.c (pascal_val_print): Call get_array_bounds
5083 to obtain the number of elements in an array.
5084
5085 2010-05-19 Doug Evans <dje@google.com>
5086
5087 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
5088
5089 * python.c (source_python_script): Add comment.
5090 (source_python_script_for_objfile): Remove unnecessary call to
5091 gdbpy_print_stack.
5092
5093 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5094 Sergio Durigan Junior <sergiodj@redhat.com>
5095
5096 Code cleanup.
5097 * parse.c (exp_iterate): Use operator_length wrapper function.
5098
5099 2010-05-18 Michael Snyder <msnyder@vmware.com>
5100
5101 * ada-lang.c: White space.
5102 * ada-typeprint.c: White space.
5103 * ada-valprint.c: White space.
5104 * addrmap.c: White space.
5105 * auxv.c: White space.
5106 * ax-gdb.c: White space.
5107
5108 2010-05-18 Hui Zhu <teawater@gmail.com>
5109
5110 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
5111 for oldfp.
5112 (inferior_call_waitpid): Move make_cleanup out of check.
5113 Check the return of waitpid.
5114 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
5115
5116 2010-05-17 Michael Snyder <msnyder@vmware.com>
5117
5118 * tui/tui.c: White space.
5119 * tui/tui-data.c: White space.
5120 * tui/tui-disasm.c: White space.
5121 * tui/tui-file.c: White space.
5122 * tui/tui-interp.c: White space.
5123 * tui/tui-main.c: White space.
5124 * tui/tui-out.c: White space.
5125 * tui/tui-regs.c: White space.
5126 * tui/tui-source.c: White space.
5127 * tui/tui-stack.c: White space.
5128 * tui/tui-win.c: White space.
5129 * tui/tui-winsource.c: White space.
5130
5131 * procfs.c: White space.
5132
5133 * python/py-auto-load.c: White space.
5134 * python/py-block.c: White space.
5135 * python/py-breakpoint.c: White space.
5136 * python/py-cmd.c: White space.
5137 * python/py-function.c: White space.
5138 * python/py-lazy-string.c: White space.
5139 * python/py-objfile.c: White space.
5140 * python/py-param.c: White space.
5141 * python/py-prettyprint.c: White space.
5142 * python/py-progspace.c: White space.
5143 * python/py-symtab.c: White space.
5144 * python/python.c: White space.
5145 * python/py-type.c: White space.
5146 * python/py-utils.c: White space.
5147 * python/py-value.c: White space.
5148
5149 * mi/mi-cmd-break.c: White space.
5150 * mi/mi-cmd-env.c: White space.
5151 * mi/mi-cmds.c: White space.
5152 * mi/mi-cmd-stack.c: White space.
5153 * mi/mi-cmd-var.c: White space.
5154 * mi/mi-console.c: White space.
5155 * mi/mi-getopt.c: White space.
5156 * mi/mi-interp.c: White space.
5157 * mi/mi-main.c: White space.
5158 * mi/mi-out.c: White space.
5159 * mi/mi-parse.c: White space.
5160
5161 * cli/cli-cmds.c: White space.
5162 * cli/cli-decode.c: White space.
5163 * cli/cli-dump.c: White space.
5164 * cli/cli-interp.c: White space.
5165 * cli/cli-logging.c: White space.
5166 * cli/cli-script.c: White space.
5167 * cli/cli-setshow.c: White space.
5168
5169 * valarith.c: White space.
5170 * valops.c: White space.
5171 * valprint.c: White space.
5172 * value.c: White space.
5173 * varobj.c: White space.
5174 * xcoffread.c: White space.
5175 * xml-support.c: White space.
5176 * xml-tdesc.c: White space.
5177
5178 2010-05-17 Andreas Schwab <schwab@redhat.com>
5179
5180 PR gdb/11092
5181 * c-lang.c (c_printstr): Compute real length of NUL terminated
5182 string at first.
5183
5184 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5185
5186 * parse.c (parse_exp_in_context): When block is not NULL, use
5187 its associated language to parse the expression instead of
5188 the current_language.
5189
5190 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5191
5192 * jv-lang.c (java_lookup_class): Remove commented out code.
5193 (type_from_class): Likewise.
5194 (java_op_print_tab): Remove commented-out elements.
5195
5196 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5197
5198 * ada-lang.c (to_fixed_range_type): The the raw index type as
5199 argument instead of the raw type name. Remove orig_type parameter.
5200 Update calls throughout.
5201 (ada_fixup_array_indexes_type): New function.
5202 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
5203 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
5204 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
5205 Remove name parameter.
5206 (print_array_type): Add call to ada_fixup_array_indexes_type.
5207 Update calls to print_range_type.
5208 (ada_print_type): Update calls to print_range_type.
5209
5210 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5211
5212 * dwarf2read.c (read_set_type): Set type length if
5213 DW_AT_byte_size attribute is present.
5214
5215 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5216
5217 * p-valprint.c (pascal_val_print): Handle set type if range limits
5218 are undefined but size is known.
5219
5220 2010-05-17 Pedro Alves <pedro@codesourcery.com>
5221
5222 * procfs.c: Reformat.
5223
5224 2010-05-16 Michael Snyder <msnyder@vmware.com>
5225
5226 * target.c: White space.
5227 * target-descriptions.c: White space.
5228 * target-memory.c: White space.
5229 * thread.c: White space.
5230 * top.c: White space.
5231 * tracepoint.c: White space.
5232 * trad-frame.c: White space.
5233 * tramp-frame.c: White space.
5234 * ui-file.c: White space.
5235 * ui-out.c: White space.
5236 * user-regs.c: White space.
5237 * utils.c: White space.
5238
5239 * scm-exp.c: White space.
5240 * scm-lang.c: White space.
5241 * scm-valprint.c: White space.
5242 * sentinel-frame.c: White space.
5243 * ser-base.c: White space.
5244 * ser-go32.c: White space.
5245 * serial.c: White space.
5246 * ser-mingw.c: White space.
5247 * ser-pipe.c: White space.
5248 * ser-tcp.c: White space.
5249 * ser-unix.c: White space.
5250 * solib.c: White space.
5251 * solib-darwin.c: White space.
5252 * solib-frv.c: White space.
5253 * solib-irix.c: White space.
5254 * solib-osf.c: White space.
5255 * solib-pa64.c: White space.
5256 * solib-som.c: White space.
5257 * solib-spu.c: White space.
5258 * solib-svr4.c: White space.
5259 * solib-target.c: White space.
5260 * source.c: White space.
5261 * stabsread.c: White space.
5262 * stack.c: White space.
5263 * std-regs.c: White space.
5264 * symfile.c: White space.
5265 * symmisc.c: White space.
5266 * symtab.c: White space.
5267
5268 2010-05-16 Michael Snyder <msnyder@vmware.com>
5269
5270 * source.c (_initialize_source): Add "rev" as an abbreviation
5271 for the "reverse-search" command.
5272
5273 2010-05-16 Michael Snyder <msnyder@vmware.com>
5274
5275 * record.c: White space.
5276 * regcache.c: White space.
5277 * reggroups.c: White space.
5278 * remote-fileio.c: White space.
5279 * remote-m32r-sdi.c: White space.
5280 * remote-mips.c: White space.
5281 * remote-sim.c: White space.
5282 * remote.c: White space.
5283 (process_g_packet): Remove orphan braces.
5284
5285 2010-05-15 Michael Snyder <msnyder@vmware.com>
5286
5287 * parse.c: White space.
5288 * p-lang.c: White space.
5289 * posix-hdep.c: White space.
5290 * printcmd.c: White space.
5291 * progspace.c: White space.
5292 * prologue-value.c: White space.
5293 * psymtab.c: White space.
5294 * p-typeprint.c: White space.
5295 * p-valprint.c: White space.
5296
5297 * objc-lang.c: White space.
5298 * objfiles.c: White space.
5299 * observer.c: White space.
5300 * osabi.c: White space.
5301 * osdata.c: White space.
5302
5303 * m2-lang.c: White space.
5304 * m2-valprint.c: White space.
5305 * macrocmd.c: White space.
5306 * macroexp.c: White space.
5307 * macroscope.c: White space.
5308 * macrotab.c: White space.
5309 * main.c: White space.
5310 * maint.c: White space.
5311 * mdebugread.c: White space.
5312 * memattr.c: White space.
5313 * minsyms.c: White space.
5314 * monitor.c: White space.
5315
5316 2010-05-14 Michael Snyder <msnyder@vmware.com>
5317
5318 * jv-lang.c: White space.
5319 * jv-typeprint.c: White space.
5320 * jv-valprint.c: White space.
5321 * language.c: White space.
5322 * libunwind-frame.c: White space.
5323 * linespec.c: White space.
5324 * linux-nat.c: White space.
5325 * linux-record.c: White space.
5326 * linux-thread-db.c: White space.
5327
5328 * infcall.c: White space.
5329 * inf-child.c: White space.
5330 * infcmd.c: White space.
5331 * inferior.c: White space.
5332 * inf-loop.c: White space.
5333 * inflow.c: White space.
5334 * inline-frame.c: White space.
5335 * interps.c: White space.
5336
5337 * gcore.c: White space.
5338 * gdb.c: White space.
5339 * gdbtypes.c: White space.
5340 * gnu-nat.c: White space.
5341 * gnu-v2-abi.c: White space.
5342 * gnu-v3-abi.c: White space.
5343
5344 * findcmd.c: White space.
5345 * findvar.c: White space.
5346 * fork-child.c: White space.
5347 * frame-base.c: White space.
5348 * frame.c: White space.
5349 * frame-unwind.c: White space.
5350 * f-valprint.c: White space.
5351
5352 * elfread.c: White space.
5353 * environ.c: White space.
5354 * eval.c: White space.
5355 * event-loop.c: White space.
5356 * event-top.c: White space.
5357 * exceptions.c: White space.
5358 * exec.c: White space.
5359 * expprint.c: White space.
5360
5361 * dbxread.c: White space.
5362 * dcache.c: White space.
5363 * disasm.c: White space.
5364 * doublest.c: White space.
5365 * dsrec.c: White space.
5366 * dummy-frame.c: White space.
5367 * dwarf2expr.c: White space.
5368 * dwarf2-frame.c: White space.
5369 * dwarf2loc.c: White space.
5370 * dwarf2read.c: White space.
5371
5372 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
5373
5374 PR python/11482
5375
5376 * python/py-value.c (valpy_hash): New function.
5377 (value_object_type): Register valpy_hash.
5378
5379 2010-05-14 Hui Zhu <teawater@gmail.com>
5380 Michael Snyder <msnyder@vmware.com>
5381
5382 * linux-fork.c (gdbthread.h): New include.
5383 (fork_info): Add parent_ptid.
5384 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5385 functions.
5386 (delete_checkpoint_command): Call inferior_call_waitpid.
5387 (checkpoint_command): Set parent_ptid.
5388
5389 2010-05-13 Michael Snyder <msnyder@vmware.com>
5390
5391 * dictionary.c: Re-indent to GNU coding standard.
5392
5393 * charset.c: White space.
5394 * c-lang.c: White space.
5395 * cli-out.c: White space.
5396 * coffread.c: White space.
5397 * complaints.c: White space.
5398 * completer.c: White space.
5399 * corefile.c: White space.
5400 * corelow.c: White space.
5401 * cp-abi.c: White space.
5402 * cp-namespace.c: White space.
5403 * cp-support.c: White space.
5404 * cp-valprint.c: White space.
5405 * c-typeprint.c: White space.
5406 * c-valprint.c: White space.
5407 * blockframe.c: White space.
5408 * breakpoint.c: White space.
5409 * buildsym.c: White space.
5410 * blockframe.c: White space.
5411 * bcache.c: White space.
5412 * gdbarch.sh: White space, add blank lines.
5413 * arch-utils.c: Ditto.
5414 * gdbarch.c: Regenerate.
5415 * frame.c: White space, add blank lines.
5416 * stack.c: White space, add blank lines.
5417 (initialize_stack): Remove long-dead code.
5418
5419 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5420
5421 Code cleanup.
5422 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5423 (locexpr_read_variable, loclist_read_variable): Update the callers.
5424
5425 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5426
5427 Code cleanup.
5428 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5429 Remove check of NULL returned by tag_type_to_type.
5430 (die_containing_type): Remove variable type. Remove type_die variable
5431 initialization. Remove check of NULL returned by tag_type_to_type.
5432
5433 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5434
5435 PR exp/11530.
5436 * gdbtypes.c (lookup_struct_elt_type): Also lookup
5437 names of unnamed structures or unions.
5438
5439 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5440
5441 * procfs.c (proc_watchpoint_address): New function.
5442 (procfs_stopped_by_watchpoint): Remove useless check after
5443 find_procinfo_or_die call.
5444 (procfs_stopped_data_address): New function.
5445 (procfs_use_watchpoints): Register new watchpoint related function.
5446
5447 2010-05-11 Tom Tromey <tromey@redhat.com>
5448
5449 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5450
5451 2010-05-10 Michael Snyder <msnyder@vmware.com>
5452
5453 * utils.c: White space cleanup.
5454
5455 2010-05-10 Tom Tromey <tromey@redhat.com>
5456
5457 * eval.c (ptrmath_type_p): Add 'lang' argument.
5458 (evaluate_subexp_standard): Update.
5459 (evaluate_subexp_with_coercion): Update.
5460 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5461
5462 2010-05-10 Michael Snyder <msnyder@vmware.com>
5463
5464 * utils.c (do_fclose_cleanup) Restore local variable.
5465
5466 2010-05-09 Doug Evans <dje@google.com>
5467
5468 * record.c (init_record_core_ops): Rename record_core to record-core.
5469
5470 2010-05-08 Joel Brobecker <brobecker@adacore.com>
5471
5472 Implement task switching on pa-hpux.
5473 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5474 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5475
5476 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5477
5478 * valops.c (find_overload_match): Add missing i18n markup.
5479
5480 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5481
5482 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5483
5484 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5485
5486 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5487 list for the obconcat call.
5488 * mdebugread.c (parse_symbol): Likewise.
5489 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5490 Likewise.
5491 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5492 New variable ap. Remove variables len and val.
5493 * symfile.h (obconcat): Likewise for the prototype.
5494
5495 2010-05-07 Michael Snyder <msnyder@vmware.com>
5496
5497 * python/python.c (execute_gdb_command): Remove unused variables.
5498 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5499 * python/py-breakpoint.c (gdbpy_breakpoint_created):
5500 Remove unused variable.
5501 * python/py-cmd.c (cmdpy_function): Remove unused variable.
5502 (cmdpy_completer): Remove unused variable.
5503 * python/py-frame.c (frapy_find_sal): Remove unused variable.
5504 * python/py-function.c (fnpy_call): Remove unused variable.
5505 * python/py-objfile.c (objfile_to_objfile_object):
5506 Remove unused variable.
5507 * python/py-param.c (parmpy_init): Remove unused variable.
5508 * python/py-prettyprint.c (apply_varobj_pretty_printer):
5509 Remove unused variable.
5510 (gdbpy_default_visualizer): Remove unused variable.
5511 * python/py-progspace.c (pspace_to_pspace_object):
5512 Remove unused variable.
5513 * python/py-symtab.c (symtab_and_line_to_sal_object):
5514 Remove unused variable.
5515 * python/py-type.c (typy_template_argument):
5516 Remove unused variable.
5517 * python/py-value.c (valpy_string): Remove unused variable.
5518 (convert_value_from_python): Remove unused variables.
5519
5520 2010-05-07 Michael Snyder <msnyder@vmware.com>
5521
5522 * valops.c (value_cast_pointers): Restore unused variable 'type1',
5523 and use it to compute variable 't1'.
5524
5525 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5526
5527 * ada-lang.c (assign_aggregate): Remove unused variable.
5528
5529 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5530
5531 PR C++/7943:
5532 * valops.c (find_overload_match): Handle fsym == NULL case.
5533 Add int no_adl argument.
5534 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5535 when appropriate.
5536 Add int no_adl argument.
5537 (find_oload_champ_namespace): Add int no_adl argument.
5538 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5539 expression.
5540 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5541 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5542 Evaluate arguments and use them to perform ADL lookup.
5543 Pass no_adl argument to find_overload_match.
5544 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5545 * cp-support.h: Added prototype for
5546 make_symbol_overload_list_namespace.
5547 * cp-support.c (make_symbol_overload_list_namespace): New function.
5548 (make_symbol_overload_list_adl_namespace): New function.
5549 (make_symbol_overload_list_adl): New function.
5550 (make_symbol_overload_list_using): Moved code to add function to
5551 overload set to make_symbol_overload_list_namespace.
5552 * c-exp.y: create UNKNOWN_CPP_NAME token.
5553 Add parse rule for ADL functions.
5554 (classify_name): Recognize an UNKNOWN_CPP_NAME.
5555
5556 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5557
5558 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5559 sentinel.
5560
5561 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5562
5563 Implement task switching on solaris targets.
5564 * sol-thread.c (thread_db_find_thread_from_tid)
5565 (sol_get_ada_task_ptid): New functions.
5566 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5567
5568 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5569
5570 * remote.c (remote_query_supported_append): Use reconcat.
5571 (remote_query_supported): Install a cleanup. Use reconcat.
5572
5573 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5574
5575 * gdbarch.sh (qsupported): Delete.
5576 * gdbarch.h, gdbarch.c: Regenerate.
5577 * remote.c (remote_query_supported): Remove use of
5578 gdbarch_qsupported.
5579
5580 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
5581
5582 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5583 function.
5584
5585 2010-05-06 Michael Snyder <msnyder@vmware.com>
5586
5587 * xml-support.c (xinclude_start_include): Delete unused variable.
5588 (xml_process_xincludes): Delete unused variable.
5589 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5590 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5591 (tdesc_find_arch_register): Delete unused variable.
5592 (tdesc_use_registers): Delete unused variable.
5593 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5594 * inferior.c (print_inferior): Delete unused variable.
5595 * record.c (record_open_1): Delete unused variable.
5596 (record_restore): Delete unused variable.
5597 (cmd_record_save): Delete unused variable.
5598 * gcore.c (derive_heap_segment): Delete unused variable.
5599 (objfile_find_memory_regions): Use unused variable.
5600 * jit.c (jit_inferior_init): Delete unused variable.
5601 * progspace.c (clone_program_space): Delete unused variable.
5602 (pspace_empty_p): Delete unused variable.
5603
5604 * frame-unwind.c (frame_unwind_find_by_frame):
5605 Delete unused variable.
5606 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5607 * cp-support.c (mangled_name_to_comp): Delete unused variable.
5608 (method_name_from_physname): Delete unused variable.
5609 (cp_func_name): Delete unused variable.
5610 (cp_validate_operator): Delete unused variable.
5611 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5612 Delete unused variable.
5613 * trad-frame.c (trad_frame_get_prev_register):
5614 Delete unused variable.
5615 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5616
5617 * serial.c (serial_for_fd): Delete unused variable.
5618 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5619 * top.c (execute_command): Delete unused variable.
5620 (init_main): Delete unused variable.
5621 * utils.c (do_fclose_cleanup): Delete unused variable.
5622 (do_all_inferior_continuations): Delete unused variable.
5623 (initialize_utils): Delete unused variable.
5624 (internal_problem_mode): Delete unused global.
5625 * frame.c (get_prev_frame): Delete unused global.
5626 (get_frame_locals_address): Delete unused global.
5627 (get_frame_args_address): Delete unused global.
5628
5629 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5630 (pascal_type_print_varspec_prefix): Delete unused variable.
5631 * f-typeprint.c (f_type_print_base): Delete unused variable.
5632 (f_type_print_varspec_suffix): Delete unused variable.
5633 * m2-typeprint.c (m2_print_type): Delete unused variable.
5634 (m2_long_set): Delete unused variable.
5635 * ada-valprint.c (ada_val_print_1): Delete unused variable.
5636 * d-valprint.c (dynamic_array_type): Delete unused variable.
5637 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5638 Delete unused variable.
5639 (f77_create_arrayprint_offset_tbl): Delete unused variable.
5640 * m2-valprint.c (m2_val_print): Delete unused variable.
5641
5642 * ui-out.c (ui_out_field_int): Delete unused variable.
5643 (ui_out_field_fmt_int): Delete unused variable.
5644 * varobj.c (varobj_list_children): Delete unused variable.
5645 (varobj_set_value): Delete unused variable.
5646 (install_new_value_visualizer): Delete unused variable.
5647 (varobj_set_visualizer): Delete unused variable.
5648 (varobj_update): Delete unused variable.
5649 (varobj_editable_p): Delete unused variable.
5650 (c_value_of_root): Delete unused variable.
5651 (cplus_describe_child): Delete unused variable.
5652
5653 * ada-lang.c (add_defn_to_vec): Delete unused variable.
5654 (decode_constrained_packed_array_type): Delete unused variable.
5655 (add_defn_to_vec): Delete unused variable.
5656 (symbol_completion_match): Delete unused variable.
5657 (value_tag_from_contents_and_address): Delete unused variable.
5658 (ada_evaluate_subexp): Delete unused variable.
5659 * c-lang.c (classify_type): Delete unused variable.
5660 * f-lang.c (f_printstr): Delete unused variable.
5661 * objc-lang.c (objc_printstr): Delete unused variable.
5662 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5663 * jv-lang.c (type_from_class): ifdef unused variable.
5664 (java_class_name_from_physname): Delete unused variable.
5665 * m2-lang.c (m2_printstr): Delete unused variable.
5666
5667 * objfiles.c (objfile_relocate): Delete unused variable.
5668 * maint.c (_initialize_maint_cmds): Delete unused variable.
5669 * demangle.c (_initialize_demangler): Delete unused variable.
5670 * corefile.c (reopen_exec_file): Delete unused variable.
5671 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5672 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5673
5674 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5675 * memattr.c (mem_delete): Delete unused variable.
5676 (invalidate_target_mem_regions): Delete unused variable.
5677 * mem-break.c (default_memory_insert_breakpoint):
5678 Delete unused variable.
5679 * target.c (target_get_osdata): Delete unused variable.
5680 * parse.c (length_of_subexp): Delete unused variable.
5681 (prefixify_subexp): Delete unused variable.
5682 (exp_iterate): Delete unused variable.
5683 * reverse.c (delete_bookmark_command): Delete unused variable.
5684
5685 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5686 * macroexp.c (gather_arguments): Delete unused variable.
5687 (substitute_args): Delete unused variable.
5688 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5689 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5690 (_initialize_gdbarch): Delete unused variable.
5691 * gdbarch.c, gdbarch.h: Regenerate.
5692 * arch-utils.c (initialize_current_architecture):
5693 Delete unused variable.
5694 (_initialize_gdbarch_utils): Delete unused variable.
5695 * gdbtypes.c (make_cv_type): Delete unused variable.
5696 (make_type_with_address_space): Delete unused variable.
5697
5698 * linespec.c (decode_compound): Delete unused variable.
5699 * dictionary.c (iterator_next_hashed): Delete unused variable.
5700 * infcall.c (call_function_by_hand): Delete unused variable.
5701 * infcmd.c (step_1): Delete unused variable.
5702 (registers_info): Delete unused variable.
5703 (attach_command): Delete unused variable.
5704 * infrun.c (follow_exec): Delete unused variable.
5705 (handle_step_into_function_backwards): Delete unused variable.
5706 (_initialize_infrun): Delete unused variable.
5707 * stack.c (parse_frame_specification_1): Delete unused variable.
5708 (frame_info): Delete unused variable.
5709 (backtrace_command_1): Delete unused variable.
5710 (catch_info): Delete unused variable.
5711
5712 * eval.c (evaluate_subexp_standard): Delete unused variable.
5713 * valops.c (value_cast_pointers): Delete unused variable.
5714 (value_dynamic_cast): Delete unused variable.
5715 (value_array): Delete unused variable.
5716 (find_overload_match): Delete unused variable.
5717 * valarith.c (value_subscript): Delete unused variable.
5718 (value_binop): Delete unused variable.
5719 * valprint.c (_initialize_valprint): Delete unused variable.
5720 * printcmd.c (print_command_1): Delete unused variable.
5721 (address_info): Delete unused variable.
5722 (printf_command): Delete unused variable.
5723
5724 * auxv.c (target_auxv_search): Delete unused variable.
5725 * blockframe.c (get_frame_block): Delete unused variable.
5726 * regcache.c (regcache_cpy): Delete unused variable.
5727 (regcache_cpy_no_passthrough): Delete unused variable.
5728 * charset.c (wchar_iterate): Delete unused variable.
5729 (find_charset_names): Delete unused variable.
5730 (_initialize_charset): Delete unused variable.
5731 * disasm.c (do_mixed_source_and_assembly):
5732 Delete unused variable.
5733 * source.c (set_default_source_symtab_and_line):
5734 Delete unused variable.
5735 (set_substitute_path_command): Delete unused variable.
5736 * value.c (preserve_values): Delete unused variable.
5737 (value_from_double): Delete unused variable.
5738
5739 2010-05-05 Michael Snyder <msnyder@vmware.com>
5740
5741 * psymtab.c (lookup_partial_symbol): Delete unused variable.
5742 (find_last_source_symtab_from_partial): Delete unused variable.
5743 * symfile.c (place_section): Delete unused variable.
5744 (default_symfile_offsets): Delete unused variable.
5745 (get_debug_link_info): Delete unused variable.
5746 (find_separate_debug_file_by_debuglink): Delete unused variable.
5747 (add_symbol_file_command): Delete unused variable.
5748 (symfile_find_segment_sections): Delete unused variable.
5749 * symmisc.c (free_symtab): Delete unused variable.
5750 (dump_symtab_1): Delete unused variable.
5751 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5752 (find_pc_sect_symtab): Delete unused variable.
5753 (skip_prologue_using_lineinfo): Delete unused variable.
5754 (sources_info): Delete unused variable.
5755 (completion_list_add_name): Delete unused variable.
5756 (expand_line_sal): Delete unused variable.
5757
5758 * breakpoint.c (validate_commands_for_breakpoint):
5759 Delete unused variables.
5760 (insert_catchpoint): Delete unused variable.
5761 (update_watchpoint): Delete unused variable.
5762 (insert_bp_location): Delete unused variable.
5763 (insert_breakpoint_locations): Delete unused variable.
5764 (remove_breakpoint_1): Delete unused variable.
5765 (software_breakpoint_inserted_here_p): Delete unused variable.
5766 (watchpoints_triggered): Delete unused variable.
5767 (bpstat_check_watchpoint): Delete unused variable.
5768 (bpstat_stop_status): Delete unused variable.
5769 (print_one_breakpoint_location): Delete unused variable.
5770 (allocate_bp_location): Delete unused variable.
5771 (create_breakpoint): Delete unused variable.
5772 (watch_command_1): Delete unused variable.
5773 (catch_exception_command_1): Delete unused variable.
5774 (catch_ada_exception_command): Delete unused variable.
5775 (delete_breakpoint): Delete unused variable.
5776 (breakpoint_re_set_one): Delete unused variable.
5777 (do_enable_breakpoint): Delete unused variable.
5778
5779 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5780
5781 * amd64-tdep.c: Include disasm.h.
5782 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5783 (amd64_insn_length): Moved to disasm.c and renamed.
5784 (fixup_riprel): Adjust.
5785 * disasm.c (do_ui_file_delete): New.
5786 (gdb_insn_length): New.
5787 (gdb_buffered_insn_length_fprintf)
5788 (gdb_buffered_insn_length_init_dis)
5789 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5790 renamed.
5791 * disasm.h (gdb_insn_length): Declare.
5792 (gdb_buffered_insn_length): Declare.
5793
5794 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5795
5796 * remote.c (clear_threads_parsing_context): New.
5797 (remote_threads_info): Delete unused null_cleanup. Install a
5798 cleanup to clear the threads_parsing_context in case parsing
5799 throws.
5800
5801 2010-05-05 Michael Snyder <msnyder@vmware.com>
5802
5803 * c-exp.y (parse_string_or_char): Delete unused variable.
5804 (c_lex): Delete unused variable.
5805 * cp-name-parser.y (cpname_lex): Delete unused variable.
5806 * ada-exp.y (find_primitive_type): Delete unused variable.
5807 (write_var_or_type): Delete unused variable.
5808 * jv-exp.y (java_parse): Delete unused variable.
5809 (push_expression_name): Delete unused variable.
5810 * p-exp.y (pascal_lex): Delete unused variable.
5811
5812 2010-05-05 Pedro Alves <pedro@codesourcery.com>
5813
5814 * remote.c (remote_threads_info): Really revert previous previous
5815 change.
5816
5817 2010-05-05 Michael Snyder <msnyder@vmware.com>
5818
5819 * elfread.c (elf_symtab_read): Delete unused variable.
5820 (find_separate_debug_file_by_buildid): Delete unused variables.
5821 (elf_symfile_read): Delete unused variable.
5822
5823 * coffread.c (coff_symfile_read): Delete unused variables.
5824
5825 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5826 (read_pe_exported_syms): Delete unused variable.
5827
5828 * stabsread.c (define_symbol): Delete unused variable.
5829
5830 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5831 (process_psymtab_comp_unit): Delete unused variable.
5832 (dwarf2_build_psymtabs_hard): Delete unused variable.
5833 (load_partial_comp_unit): Delete unused variable.
5834 (create_all_comp_units): Delete unused variable.
5835 (scan_partial_symbols): Delete unused variable.
5836 (add_partial_symbol): Delete unused variable.
5837 (add_partial_namespace): Delete unused variable.
5838 (add_partial_enumeration): Delete unused variable.
5839 (load_full_comp_unit): Delete unused variable.
5840 (process_full_comp_unit): Delete unused variable.
5841 (read_file_scope): Delete unused variable.
5842 (read_type_unit_scope): Delete unused variable.
5843 (process_structure_scope): Delete unused variable.
5844 (process_enumeration_scope): Delete unused variable.
5845 (read_tag_ptr_to_member_type): Delete unused variable.
5846 (read_typedef): Delete unused variable.
5847 (read_partial_die): Delete unused variable.
5848 (decode_locdesc): Delete unused variable.
5849 (zeroed_partial_die): Delete unused global variable.
5850
5851 * tui/tui-interp.c (_initialize_tui_interp):
5852 Delete unused variable.
5853 * tui/tui-regs.c tui_display_registers_from):
5854 Delete unused variable.
5855 (tui_check_register_values): Delete unused variable.
5856 (tui_register_format): Delete unused variable.
5857 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
5858 * tui/tui-windata.c (tui_display_data_from_line):
5859 Delete unused variables.
5860 (tui_vertical_data_scroll): Delete unused variables.
5861
5862 2010-05-05 Michael Snyder <msnyder@vmware.com>
5863
5864 * remote.c (remote_threads_info): Revert questionable part of
5865 the previous change.
5866
5867 2010-05-05 Michael Snyder <msnyder@vmware.com>
5868
5869 * mi/mi-out.c (mi_table_begin): Delete unused variable.
5870 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
5871 (mi_cmd_var_list_children): Delete unused variable.
5872 (varobj_update_one): Delete unused variable.
5873 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
5874 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
5875 Delete unused variable.
5876 (mi_cmd_stack_list_variables): Delete unused variable.
5877 (list_args_or_locals): Delete unused variable.
5878 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
5879 Delete unused variables.
5880 (mi_cmd_file_list_exec_source_files): Delete unused variable.
5881 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
5882 Delete unused variable.
5883 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
5884 (mi_cmd_interpreter_exec): Delete unused variable.
5885 (mi_on_normal_stop): Delete unused variable.
5886 * mi/mi-main.c (run_one_inferior): Delete unused variable.
5887 (print_one_inferior): Delete unused variables.
5888 (mi_execute_command): Delete unused variable.
5889 (mi_cmd_execute): Delete unused variable.
5890 (timestamp): Delete unused variable.
5891
5892 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
5893 (restore_binary_file): Delete unused variable.
5894 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
5895 * cli/cli-script.c (define_command): Delete unused variables.
5896 (recurse_read_control_structure): Delete unused variable.
5897 (script_from_file): Delete unused variable.
5898 * cli/cli-cmds.c (complete_command): Delete unused variable.
5899 (disassemble_command): Delete unused variable.
5900
5901 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
5902 * tracepoint.c (delete_trace_variable_command):
5903 Delete unused variables.
5904 (encode_actions_1): Delete unused variables.
5905 (start_tracing): Delete unused variable.
5906 (trace_status_mi): Delete unused variable.
5907 (tfind_1): Delete unused variable.
5908 (trace_find_pc_command): Delete unused variable.
5909 (trace_find_line_command): Delete unused variables.
5910 (trace_find_range_command): Delete unused variables.
5911 (trace_find_outside_command): Delete unused variables.
5912 (parse_tracepoint_definition): Delete unused variables.
5913 (tfile_fetch_registers): Delete unused variable.
5914
5915 * dcache.c (dcache_init): Delete unused variable.
5916 (dcache_info): Delete unused variable.
5917
5918 * remote.c (remote_threads_info): Delete unused variable.
5919 (process_stop_reply) :Delete unused variable.
5920 (remote_get_trace_status): Delete unused variables.
5921
5922 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
5923 (thread_from_lwp): Delete unused variable.
5924 (enable_thread_event_reporting): Delete unused variable.
5925 (check_for_thread_db): Delete unused variables.
5926 (thread_db_find_new_threads_2): Delete unused variable.
5927
5928 * linux-fork.c (info_checkpoints_command): Delete unused variables.
5929 (checkpoint_command): Delete unused variable.
5930 (linux_fork_context): Delete unused variables.
5931
5932 * linux-nat.c (linux_parent_pid): Delete unused global variable.
5933 (linux_tracefork_child): Delete unused variable.
5934 (linux_child_follow_fork): Delete unused variable.
5935 (linux_nat_detach): Delete unused variable.
5936 (linux_handle_extended_wait): Delete unused variable.
5937 (linux_nat_has_pending_sigint): Delete unused variable.
5938 (linux_nat_find_memory_regions): Delete unused variable.
5939 (linux_nat_make_corefile_notes): Delete unused variables.
5940 (linux_nat_info_proc_cmd): Delete unused variable.
5941 (linux_proc_pending_signals): Delete unused variable.
5942 (linux_nat_stop_lwp): Delete unused variables.
5943 (_initialize_linux_nat): Delete unused variable.
5944
5945 * ser-pipe.c (pipe_ops): Delete unused global variable.
5946
5947 * linux-record.c (record_linux_system_call):
5948 Delete unused variables.
5949
5950 * corelow.c (core_xfer_partial): Delete unused variables.
5951
5952 * solib-svr4.c (find_program_interpreter): Delete unused variable.
5953 (svr4_solib_create_inferior_hook): Add ifdef around
5954 conditionally-used variable declarations.
5955
5956 * solib.c (solib_find): Delete unused variable.
5957 (free_so_symbols): Delete unused variable.
5958 (info_sharedlibrary_command): Delete unused variable.
5959 (reload_shared_libraries_1): Delete unused variable.
5960 (_initialize_solib): Delete unused variable.
5961
5962 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
5963 (i386_collect_xstateregset): Delete unused variable.
5964 * i387-tdep.c (i387_print_float_info): Delete unused variable.
5965
5966 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
5967 Delete unused variable 'type'.
5968
5969 2010-05-05 Joel Brobecker <brobecker@adacore.com>
5970
5971 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
5972 ada-lang.c: Remove comment mentioning these macros.
5973 * m2-exp.y: Delete commented out code.
5974
5975 2010-05-05 Joel Brobecker <brobecker@adacore.com>
5976
5977 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
5978 for array types.
5979 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
5980
5981 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
5982
5983 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
5984 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
5985 ATTRIBUTE_UNUSED.
5986 (cleanup_kernel_helper_return): Likewise.
5987 * arm-tdep.c (copy_unmodified): Likewise.
5988 (copy_preload): Likewise.
5989 (copy_copro_load_store): Likewise.
5990 (cleanup_branch): Likewise.
5991 (copy_b_bl_blx): Likewise.
5992 (copy_bx_blx_reg): Likewise.
5993 (copy_alu_imm): Likewise.
5994 (copy_alu_reg): Likewise.
5995 (copy_alu_shifted_reg): Likewise.
5996 (cleanup_load): Likewise.
5997 (cleanup_store): Likewise.
5998 (cleanup_block_load_pc): Likewise.
5999 (cleanup_svc): Likewise.
6000 (copy_undef): Likewise.
6001 (copy_unpred): Likewise.
6002 * remote.c (register_remote_support_xml): Likewise.
6003
6004 2010-05-05 Hui Zhu <teawater@gmail.com>
6005
6006 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
6007
6008 2010-05-04 Mark Kettenis <kettenis@gnu.org>
6009
6010 * remote.c (register_remote_support_xml)
6011 (remote_query_supported_append, remote_query_supported): Add cast
6012 to NULL used as sentinel.
6013 * tracepoint.c (tvariables_info_1): Likewise.
6014 * utils.c (add_internal_problem_command): Likewise.
6015
6016 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6017
6018 * dwarf2loc.c (read_pieced_value, write_pieced_value,
6019 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
6020 registers gracefully.
6021
6022 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6023
6024 * exec.c (print_section_info): Display entry point without arch
6025 specific parts.
6026
6027 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6028
6029 PR exp/11349.
6030 * printcmd.c (x_command): Only dereference once implicitly for
6031 TYPE_CODE_REF.
6032
6033 2010-05-03 Doug Evans <dje@google.com>
6034
6035 * event-loop.c (gdb_timer): Delete unused global.
6036 (create_timer): Update.
6037
6038 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6039
6040 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
6041 CURRENT->DECLARATION case.
6042 * cp-support.h (struct using_direct): Provide extended comment.
6043
6044 2010-05-03 Mark Kettenis <kettenis@gnu.org>
6045
6046 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
6047 HPPABSD_SIZEOF_GREGS.
6048 (HPPAOBSD_SIZEOF_FPREGS): New define.
6049 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
6050 (hppaobsd_supply_fpregset): New function.
6051 (hppaobsd_gregset): Renamed from hppabsd_gregset.
6052 (hppaobsd_fpregset): New variable.
6053 (hppaobsd_regset_from_core_section): Handle floating-point registers.
6054 (_initialize_hppabsd_tdep): Remove spurious blank line.
6055
6056 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6057
6058 PR pascal/11349.
6059 * p-valprint.c (pascal_value_print): Always dereference a value with
6060 type code TYPE_CODE_REF.
6061
6062 2010-05-03 Pedro Alves <pedro@codesourcery.com>
6063
6064 * remote.c (remote_notice_signals): New.
6065 (remote_start_remote): In non-stop mode, update the remote end on
6066 which signals it can silently pass.
6067 (init_remote_ops): Install remote_notice_signals.
6068
6069 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6070
6071 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
6072 * command.h (error_no_arg): ... here. Remove NORETURN, change
6073 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6074 * defs.h (NORETURN, ATTR_NORETURN): Remove.
6075 (perror_with_name, verror, error, error_stream, vfatal, fatal)
6076 (internal_verror, internal_error, nomem): Remove NORETURN, change
6077 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6078 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
6079 (throw_vfatal, throw_error): Remove NORETURN.
6080 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
6081 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
6082 (throw_error, deprecated_throw_reason): Remove NORETURN, change
6083 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6084 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
6085 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
6086 NORETURN.
6087 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
6088 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
6089 ATTRIBUTE_NORETURN.
6090 * target.c (tcomplain): Likewise.
6091 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
6092 ATTRIBUTE_NORETURN.
6093 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
6094 (internal_error, perror_with_name, nomem): Remove NORETURN.
6095 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
6096 ATTRIBUTE_NORETURN.
6097
6098 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6099
6100 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6101 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
6102 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
6103 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6104 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
6105 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6106 * complaints.h (complaint, internal_complaint): Likewise.
6107 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
6108 (ATTR_FORMAT): Remove.
6109 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
6110 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
6111 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
6112 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
6113 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
6114 (internal_error, internal_vwarning, internal_warning, warning)
6115 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6116 * disasm.c (fprintf_disasm): Likewise.
6117 * exceptions.c (throw_it): Likewise.
6118 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
6119 (throw_error): Likewise.
6120 * language.h (type_error, range_error): Likewise.
6121 * linespec.c (cplusplus_error): Likewise.
6122 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
6123 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
6124 * monitor.c (monitor_debug): Likewise.
6125 * parser-defs.h (parser_fprintf): Likewise.
6126 * serial.h (serial_printf): Likewise.
6127 * tui/tui-hooks.c (tui_query_hook): Likewise.
6128 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
6129 (uo_message): Likewise.
6130 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
6131 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
6132 Likewise.
6133 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
6134
6135 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6136
6137 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
6138 (cli_table_header, cli_begin, cli_end, cli_field_int)
6139 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
6140 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
6141 Delete forward declarations.
6142 (cli_ui_out_impl): Move below the callbacks.
6143 (_initialize_cli_out): Delete.
6144
6145 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6146
6147 * README: Use consistent `GDB' and `GDBserver' spellings.
6148
6149 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6150
6151 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
6152
6153 2010-05-01 Pedro Alves <pedro@codesourcery.com>
6154
6155 * infrun.c (prepare_for_detach): In non-stop, context switch to
6156 the thread that got the event before handling the event.
6157
6158 2010-04-30 Tom Tromey <tromey@redhat.com>
6159
6160 * symtab.c (symbol_set_names): Fix typo.
6161
6162 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6163
6164 * python/py-param.c (parm_constants): Avoid ARI warning
6165 by adding ARI comment.
6166 (parmpy_init): Likewise.
6167
6168 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6169
6170 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
6171 and created type for re-use.
6172
6173 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6174
6175 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
6176
6177 2010-04-29 Doug Evans <dje@google.com>
6178
6179 * ser-base.h (reschedule): Delete prototype.
6180 * ser-base.c (reschedule): Make static.
6181
6182 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6183
6184 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
6185 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
6186 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
6187 EABI.
6188 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
6189 use.
6190
6191 2010-04-29 Pedro Alves <pedro@codesourcery.com>
6192
6193 PR gdb/11557
6194
6195 * regcache.c (registers_changed): Rename to ...
6196 (registers_changed_ptid): ... this, and only delete register cache
6197 entries matching the ptid filter argument.
6198 (registers_changed): Reimplement on top of registers_changed_ptid.
6199 * regcache.h (registers_changed_ptid): Declare.
6200 * target.c (target_resume): Flush register caches.
6201
6202 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6203 Tom Tromey <tromey@redhat.com>
6204 Thiago Jung Bauermann <bauerman@br.ibm.com>
6205
6206 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
6207 (SUBDIR_PYTHON_SRCS): Likewise.
6208 (py-parameter.o): New rule.
6209 * python/py-parameter.c: New file.
6210 * python/python-internal.h (gdbpy_initialize_parameter)
6211 (gdbpy_parameter, gdbpy_parameter_value)
6212 (gdbpy_parse_command_name): Declare.
6213 * python/py-cmd.c (parse_command_name): Rename to
6214 gdbpy_parse_command_name.
6215 (gdbpy_parse_command_name): Accept a starting list parameter and
6216 use over cmdlist.
6217 (cmdpy_init): Use gdbpy_parse_command_name.
6218 * python/python.c (parameter_to_python): Rename to
6219 gdbpy_parameter_to_python. Accept enum var_types and value.
6220 (gdbpy_parameter): Use gdbpy_parameter_value.
6221 (_initialize_python): Call gdbpy_initialize_parameters.
6222
6223 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6224
6225 * MAINTAINERS: Add myself for write after approval privileges.
6226
6227 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6228
6229 D language support.
6230 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
6231 (COMMON_OBS): Add d-lang.o d-valprint.o.
6232 (HFILES_NO_SRCDIR): Add d-lang.h.
6233 * NEWS: Mention D language support.
6234 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
6235 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
6236 * d-lang.c: New file.
6237 * d-lang.h: New file.
6238 * d-valprint.c: New file.
6239 * defs.h (enum language): Add language_d.
6240 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
6241 * language.c (binop_result_type, integral_type, character_type)
6242 (string_type, boolean_type, structured_type): Add language_d.
6243 * symfile.c (init_filename_language_table): Add language_d.
6244 * symtab.c: Include d-lang.h.
6245 (symbol_init_language_specific, symbol_find_demangled_name)
6246 (symbol_natural_name, lookup_symbol_in_language)
6247 (symbol_demangled_name, symbol_matches_domain): Add language_d.
6248
6249 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6250
6251 * solib-svr4.c (solib_svr4_r_map): Expand function description.
6252
6253 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6254
6255 * symfile.c (init_filename_language_table): Register .dg files
6256 with language_ada.
6257
6258 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6259
6260 * gdbtypes.h (struct main_type): Expand comment about target_type
6261 field.
6262
6263 2010-04-27 Pedro Alves <pedro@codesourcery.com>
6264 Tristan Gingold <gingold@adacore.com>
6265
6266 * symfile.c (reread_symbols): Also search for file in libraries.
6267 Update comment.
6268
6269 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6270
6271 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
6272 in terms of configuration.
6273
6274 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6275
6276 * objfiles.c: Include solist.h.
6277 (free_all_objfiles): New variable so. Check stale solist objfiles.
6278 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
6279 and no_shared_libraries.
6280
6281 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6282
6283 ARI warning fix.
6284 * python/py-auto-load.c (source_section_scripts): Remove trailing
6285 new-line in i18n string.
6286
6287 2010-04-26 Doug Evans <dje@google.com>
6288
6289 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
6290
6291 2010-04-26 Tom Tromey <tromey@redhat.com>
6292
6293 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
6294 command list.
6295
6296 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6297
6298 Removal of config/i386/nm-i386sol2.h native configuration file.
6299 * config/i386/nm-i386sol2.h: Remove file.
6300 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
6301 * config/i386/sol2-64.mh: Idem.
6302 * config/djgpp/fnchange.lst: Remove reference to that file.
6303 * Makefile.in (HFILES_NO_SRCDIR): Idem.
6304
6305 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6306
6307 PR breakpoints/11531.
6308 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
6309 macro definition and related comment.
6310 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
6311 (resume): Remove code and comment related to this macro.
6312
6313 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6314
6315 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
6316 Fix whitespace.
6317
6318 2010-04-24 Pedro Alves <pedro@codesourcery.com>
6319
6320 * defs.h: Adjust comment.
6321 * filesystem.h, filesystem.c: New files.
6322 * Makefile.in (SFILES): Add filesystem.c.
6323 (COMMON_OBS): Add filesystem.o.
6324 * solib.c (solib_find): Handle DOS-based filesystems. Handle
6325 different target and host path flavours.
6326 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6327 has_dos_based_file_system on the gdbarch.
6328 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
6329 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
6330 * i386-tdep.c (i386_go32_init_abi): Ditto.
6331 * gdbarch.sh (has_dos_based_file_system): New.
6332 * gdbarch.h, gdbarch.c: Regenerate.
6333 * NEWS: Mention improved support for remote targets with DOS-based
6334 filesystems. Mention new `set/show target-file-system-kind'
6335 commands.
6336
6337 2010-04-23 Stan Shebs <stan@codesourcery.com>
6338
6339 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
6340 comments.
6341 (struct agent_reqs): Remove.
6342 (ax_reg_mask): Declare.
6343 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
6344 (free_agent_expr): Free reg_mask.
6345 (ax_print): Add scope and register mask info.
6346 (ax_reqs): Remove agent_reqs argument, use agent expression
6347 fields, and move part of register mask computation to...
6348 (ax_reg_mask): New function.
6349 * ax-gdb.c (gen_trace_static_fields): Call it.
6350 (gen_traced_pop): Ditto.
6351 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6352 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6353 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6354 (gen_eval_for_expr): Ditto, and require an rvalue.
6355 (agent_command): Call ax_reqs.
6356 (agent_eval_command): Ditto.
6357 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6358 (validate_action_line): Ditto.
6359 (collect_symbol): Ditto.
6360 (encode_actions_1): Ditto.
6361
6362 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
6363 Paul Pluzhnikov <ppluzhnikov@google.com>
6364 Jan Kratochvil <jan.kratochvil@redhat.com>
6365
6366 Fix deadlock on looped list of loaded shared objects.
6367 * solib-svr4.c (LM_PREV): New function.
6368 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6369 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
6370 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
6371 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6372
6373 2010-04-23 Doug Evans <dje@google.com>
6374
6375 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6376 python.
6377 * configure: Regenerate.
6378 * main.c: #include "python/python.h".
6379 (captured_main): Defer loading auto-loaded scripts until after
6380 local_gdbinit has been sourced.
6381 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6382 (load_auto_scripts_for_objfile): New function.
6383 (auto_load_new_objfile): Call it.
6384 * python/python.h (gdbpy_global_auto_load): Declare.
6385 (load_auto_scripts_for_objfile): Declare.
6386
6387 Add support for auto-loading scripts from .debug_gdb_scripts section.
6388 * NEWS: Add entry for .debug_gdb_scripts.
6389 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6390 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6391 (py-auto-load.o): New rule.
6392 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6393 * cli/cli-cmds.h (find_and_open_script): Update prototype.
6394 * python/py-auto-load.c: New file.
6395 * python/python-internal.h: #include <stdio.h>.
6396 (set_python_list, show_python_list): Declare.
6397 (gdbpy_initialize_auto_load): Declare.
6398 (source_python_script_for_objfile): Declare.
6399 * python/python.c: Remove #include of observer.h.
6400 (gdbpy_auto_load): Moved to py-auto-load.c.
6401 (GDBPY_AUTO_FILENAME): Ditto.
6402 (gdbpy_new_objfile): Delete.
6403 (source_python_script_for_objfile): New function.
6404 (set_python_list, show_python_list): Make externally visible.
6405 (_initialize_python): Move "auto-load" command to py-auto-load.c
6406 and observer_attach_new_objfile to py-auto-load.c.
6407
6408 2010-04-23 Jerome Guitton <guitton@adacore.com>
6409
6410 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6411 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6412 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6413 New constants.
6414 (alpha_heuristic_analyze_probing_loop): New function.
6415 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6416 and handle cases when a stack probe loop is generated.
6417 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6418 (alpha_mdebug_max_frame_size_exceeded): New function.
6419 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6420 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6421 Return 0 when the maximum debuggable frame size has been exceeded.
6422
6423 2010-04-23 Joel Brobecker <brobecker@adacore.com>
6424
6425 Fix ARI warning.
6426 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6427
6428 2010-04-20 Chris Moller <cmoller@redhat.com>
6429
6430 PR 10179
6431
6432 * symtab.c (rbreak_command): Added code to include a filename
6433 specification in the rbreak argument.
6434 * NEWS: Added a brief description of filename-qualified rbreak.
6435
6436 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6437
6438 Fix crashes on dangling display expressions.
6439 * ada-lang.c (ada_operator_check): New function.
6440 (ada_exp_descriptor): Fill-in the field operator_check.
6441 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6442 * jv-lang.c (exp_descriptor_java): Likewise.
6443 * m2-lang.c (exp_descriptor_modula2): Likewise.
6444 * scm-lang.c (exp_descriptor_scm): Likewise.
6445 * parse.c (exp_descriptor_standard): Likewise.
6446 (operator_check_standard): New function.
6447 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6448 * parser-defs.h (struct exp_descriptor): New field operator_check.
6449 (operator_check_standard, exp_uses_objfile): New declarations.
6450 * printcmd.c: Remove the inclusion of solib.h.
6451 (display_uses_solib_p): Remove the function.
6452 (clear_dangling_display_expressions): Call lookup_objfile_from_block
6453 and exp_uses_objfile instead of display_uses_solib_p.
6454 * solist.h (struct so_list) <objfile>: New comment.
6455 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6456 * symtab.h (lookup_objfile_from_block): New declaration.
6457 (struct general_symbol_info) <obj_section>: Extend the comment.
6458
6459 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6460 Thiago Jung Bauermann <bauerman@br.ibm.com>
6461
6462 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6463 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6464 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6465 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6466 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6467 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6468 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6469 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6470 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6471 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6472 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6473 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6474 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6475 Define, in case <ptrace.h> doesn't provide it.
6476 (booke_debug_info): New variable.
6477 (max_slots_number): Ditto.
6478 (hw_break_tuple): New struct.
6479 (thread_points): Ditto.
6480 (ppc_threads): New variable.
6481 (PPC_DEBUG_CURRENT_VERSION): New define.
6482 (have_ptrace_new_debug_booke): New function.
6483 (ppc_linux_check_watch_resources): Renamed to ...
6484 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
6485 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6486 (booke_cmp_hw_point): New function.
6487 (booke_find_thread_points_by_tid): Ditto.
6488 (booke_insert_point): Ditto.
6489 (booke_remove_point): Ditto.
6490 (ppc_linux_insert_hw_breakpoint): Ditto.
6491 (ppc_linux_remove_hw_breakpoint): Ditto.
6492 (get_trigger_type): Ditto.
6493 (ppc_linux_insert_watchpoint): Handle BookE processors.
6494 (ppc_linux_remove_watchpoint): Ditto.
6495 (ppc_linux_new_thread): Ditto.
6496 (ppc_linux_thread_exit): New function..
6497 (ppc_linux_stopped_data_address): Handle BookE processors.
6498 (ppc_linux_watchpoint_addr_within_range): Ditto.
6499 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6500 to_remove_hw_breakpoint fields of the target operations struct.
6501 Add observe for the thread_exit event.
6502
6503 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6504
6505 * i386-linux-nat.c (regmap): Removed.
6506 (fetch_register): Replace regmap with
6507 i386_linux_gregset_reg_offset.
6508 (store_register): Likewise.
6509 (supply_gregset): Likewise.
6510 (fill_gregset): Likewise.
6511
6512 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6513 global.
6514
6515 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6516
6517 2010-04-22 Chris Moller <cmoller@redhat.com>
6518
6519 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6520 method of popping recursion-detection stack with a method based on
6521 obstack_object_size(). (Similar to the PR9167 patch below, but for
6522 the static array obstack rather than the static member obstack.)
6523
6524 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6525
6526 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6527 (_initialize_amd64_linux_nat): Replace
6528 amd64_linux_gregset64_reg_offset with
6529 amd64_linux_gregset_reg_offset.
6530
6531 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6532 global.
6533
6534 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6535
6536 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6537
6538 PR stabs/11479.
6539 * stabsread.c (set_length_in_type_chain): New function.
6540 (read_struct_type): Call set_length_in_type_chain function.
6541 (read_enum_type): Idem.
6542
6543 2010-04-21 Stan Shebs <stan@codesourcery.com>
6544 Nathan Sidwell <nathan@codesourcery.com>
6545
6546 * tracepoint.c (trace_save): Open in binary mode.
6547
6548 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6549
6550 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6551 fields.
6552 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6553 builtin_char32 fields.
6554 * printcmd.c (decode_format): Set char size to '\0'
6555 for strings unless explicit size is given.
6556 (print_formatted): Correct calculation of NEXT_ADDRESS
6557 for 16 or 32 bit strings.
6558 (do_examine): Do not force byte size for strings.
6559 Use builtin_char16 and builtin_char32 types to display
6560 16 or 32 bit-wide strings.
6561 (x_command): Set LAST_SIZE to 'b' for string type.
6562
6563 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
6564
6565 PR corefiles/11523
6566 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6567 XCR0 first.
6568
6569 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6570 there is no .reg-xstate section.
6571 (i386_linux_core_read_description): Check XCR0 first.
6572
6573 2010-04-21 Mike Frysinger <vapier@gentoo.org>
6574
6575 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6576 for len <= 8.
6577
6578 2010-04-21 Chris Moller <cmoller@redhat.com>
6579
6580 PR 9167
6581 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6582 method of popping recursion-detection stack with a method based on
6583 obstack_object_size().
6584
6585 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6586
6587 PR pascal/11492.
6588 * p-valprint.c (pascal_val_print): Fix default printing of integer
6589 arrays.
6590
6591 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6592
6593 Fix compilation warning on gcc-4.1.2.
6594 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6595 local variable`pc' to zero.
6596
6597 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6598
6599 Implement thread support with core files on alpha-tru64.
6600 * dec-thread.c (dec_thread_find_new_threads): New function,
6601 extracted from resync_thread_list.
6602 (resync_thread_list): Add OPS parameter. Replace extracted-out
6603 code by call to dec_thread_find_new_threads.
6604 (dec_thread_wait): Update call to resync_thread_list.
6605 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6606
6607 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6608
6609 * ada-lang.c (value_pointer): New function.
6610 (make_array_descriptor): Call value_pointer to convert addresses to
6611 pointers.
6612
6613 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6614
6615 * rs6000-aix-tdep.c: #include exceptions.h.
6616 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6617 while reading the memory at ADDR, then ADDR cannot be a function
6618 descriptor.
6619
6620 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6621
6622 * ada-typeprint.c (ada_print_typedef): New function.
6623 * ada-lang.h (ada_print_typedef): Add declaration.
6624 * ada-lang.c (ada_language_defn): set la_print_typdef field
6625 to ada_print_typedef.
6626
6627 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6628
6629 * procfs.c (procfs_address_to_host_pointer): Only define when used.
6630
6631 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6632
6633 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6634 (iterate_over_mappings): Adjust function profile. Add declaration.
6635 (insert_dbx_link_bpt_in_region, info_mappings_callback):
6636 Adjust accordingly.
6637
6638 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6639
6640 * procfs.c (solib_mappings_callback): Move function up to avoid
6641 a compiler warning.
6642
6643 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6644
6645 * procfs.c (find_signalled_thread, find_stop_signal): Move
6646 these functions down to define them only when used.
6647
6648 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6649
6650 * valprint.c (common_val_print): Fix the value before extracting
6651 its contents.
6652 * ada-lang.c (ada_to_fixed_value): Make this function extern.
6653 * ada-lang.h (ada_to_fixed_value): New function declaration.
6654 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6655 to avoid code duplication and fix a bug in the handling of
6656 fixed types contents.
6657
6658 2010-04-20 Tom Tromey <tromey@redhat.com>
6659
6660 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6661 (read_partial_die): Likewise.
6662 (dwarf_attr_name): Likewise.
6663
6664 2010-04-20 Chris Moller <cmoller@redhat.com>
6665
6666 PR 10867
6667
6668 * cp-valprint.c (global): Adding new static array recursion
6669 detection obstack.
6670 (cp_print_value_fields, cp_print_static_field): Added new static
6671 array recursion detection code.
6672
6673 2010-04-20 Mark Kettenis <kettenis@gnu.org>
6674
6675 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6676 general-purpose register set should be 68 instead of 144.
6677 (i386_linux_sse_regset_sections): Likewise.
6678 (i386_linux_avx_regset_sections): Likewise.
6679
6680 2010-04-20 Stan Shebs <stan@codesourcery.com>
6681 Nathan Sidwell <nathan@codesourcery.com>
6682
6683 * dwarf2loc.c (struct axs_var_loc): New struct.
6684 (dwarf2_tracepoint_var_loc): New function.
6685 (dwarf2_tracepoint_var_access): New function.
6686 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6687 with DW_OP_piece.
6688 (locexpr_describe_location_piece): New function.
6689 (locexpr_describe_location_1): New function.
6690 (locexpr_describe_location): Call it, update signature.
6691 (loclist_describe_location): Rewrite to loop over locations,
6692 update signature.
6693 * symtab.h (struct symbol_computed_ops): Add address to
6694 describe_location arguments, return void.
6695 * printcmd.c (address_info): Get context PC, pass to computed
6696 location description.
6697 * tracepoint.c (scope_info): Ditto.
6698 * ax-gdb.c (trace_kludge): Export.
6699
6700 2010-04-20 Tom Tromey <tromey@redhat.com>
6701
6702 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6703 (struct dwarf2_cie) <segment_size>: New field.
6704 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6705 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6706 DW_FORM_exprloc.
6707 (read_attribute_value): Handle DW_FORM_flag_present,
6708 DW_FORM_sec_offset, DW_FORM_exprloc.
6709 (dump_die_shallow): Likewise.
6710 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6711 (dwarf2_const_value): Handle DW_FORM_exprloc.
6712 (attr_form_is_block): Likewise.
6713 (struct line_header) <maximum_ops_per_instruction>: New field.
6714 (dwarf_decode_line_header): Set new field.
6715 (dwarf_decode_lines): Handle new field.
6716
6717 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6718
6719 * f-exp.y: Add new production to recognize the `logical*8' type.
6720 (LOGICAL_S8_KEYWORD): New token.
6721 * f-lang.c (enum f_primitive_types)
6722 <f_primitive_type_logical_s8>: New field.
6723 (f_language_arch_info): Handling `logical*8' type.
6724 (build_fortran_types): Building `logical*8' type.
6725 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6726
6727 2010-04-19 Doug Evans <dje@google.com>
6728
6729 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6730 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6731 (pipe_close): Ditto.
6732
6733 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6734
6735 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6736
6737 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6738
6739 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6740 type to void function.
6741
6742 2010-04-19 Stan Shebs <stan@codesourcery.com>
6743 Vladimir Prus <vladimir@codesourcery.com>
6744
6745 * tracepoint.c (tfind_1): Add missing newline, report exit from
6746 tfind mode as such.
6747 * target.c (update_current_target): Make default
6748 to_trace_find return -1.
6749
6750 2010-04-19 Mike Frysinger <vapier@gentoo.org>
6751
6752 * objc-lang.c (find_methods): Move symname check up.
6753
6754 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6755
6756 * ada-lang.c (print_recreate_exception)
6757 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6758 not "catch unhandled".
6759
6760 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6761
6762 PR breakpoints/8554.
6763
6764 Implement `save-breakpoints'.
6765
6766 * breakpoint.c (save_cmdlist): New.
6767 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6768 to save_cmdlist.
6769 (print_recreate_catch_fork): New.
6770 (catch_fork_breakpoint_ops): Install it.
6771 (print_recreate_catch_vfork): New.
6772 (catch_vfork_breakpoint_ops): Install it.
6773 (print_recreate_catch_syscall): New.
6774 (catch_syscall_breakpoint_ops): Install it.
6775 (print_recreate_catch_exec): New.
6776 (catch_exec_breakpoint_ops): Install it.
6777 (print_recreate_exception_catchpoint): New.
6778 (gnu_v3_exception_catchpoint_ops): Install it.
6779 (save_breakpoints): New, based on tracepoint_save_command, but
6780 handle all breakpoint types.
6781 (save_breakpoints_command): New.
6782 (tracepoint_save_command): Rename to...
6783 (save_tracepoints_command): ... this, and reimplement using
6784 save_breakpoints.
6785 (save_command): New.
6786 (_initialize_breakpoints): Install the "save" command prefix.
6787 Install the "save breakpoints" command. Make "save-tracepoints" a
6788 deprecated alias for "save tracepoints".
6789 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6790 * ada-lang.c (print_recreate_exception): New.
6791 (print_recreate_catch_exception): New.
6792 (catch_exception_breakpoint_ops): Install it.
6793 (print_recreate_catch_exception_unhandled): New.
6794 (catch_exception_unhandled_breakpoint_ops): Install it.
6795 (print_recreate_catch_assert): New.
6796 (catch_assert_breakpoint_ops): Install it.
6797
6798 * NEWS: Mention the new `save breakpoints' command. Mention the
6799 new `save tracepoints' alias and that `save-tracepoints' is now
6800 deprecated.
6801
6802 2010-04-18 Pedro Alves <pedro@codesourcery.com>
6803
6804 PR tui/9217
6805
6806 * tui/tui-out.c: Include cli-out.h.
6807 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6808 (tui_begin, tui_end, tui_field_int, tui_field_skip)
6809 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6810 (tui_message, tui_wrap_hint, tui_flush): Delete forward
6811 declarations.
6812 (struct ui_out_data): Rename to...
6813 (struct tui_ui_out_data): ... this. Remove `stream' and
6814 `suppress_output' fields, and inherit cli_ui_out_data.
6815 (tui_out_data): New typedef.
6816 (tui_ui_out_impl): Don't initialize fields staticaly.
6817 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6818 (tui_begin, tui_end): Delete.
6819 (tui_field_int): Adjust to delegate most work to the base type.
6820 (tui_field_skip): Delete.
6821 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
6822 delegate most work to the base type.
6823 (tui_spaces): Delete.
6824 (tui_text): Adjust to delegate most work to the base type.
6825 (tui_message): Delete.
6826 (tui_wrap_hint): Delete.
6827 (tui_flush): Delete.
6828 (out_field_fmt): Delete.
6829 (field_separator): Delete.
6830 (tui_out_new): Adjust to initialize the base type.
6831 (_initialize_tui_out): Initialize tui_ui_out_impl.
6832 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6833 cli_ui_out_data.
6834 (cli_out_data): Adjust.
6835 (cli_ui_out_impl): Make extern.
6836 (cli_table_header, cli_field_int, cli_field_skip): Use
6837 uo_field_string instead of cli_field_string.
6838 (cli_redirect): Adjust to use cli_out_data.
6839 (cli_out_data_ctor): New.
6840 (cli_out_new): Use it.
6841 * cli-out.h (struct ui_file): Remove forward declaration.
6842 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6843 (cli_ui_out_impl): Declare.
6844 (cli_out_data_ctor): Declare.
6845 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6846 (uo_field_string): No longer static.
6847 (ui_out_data): Change return type to void pointer.
6848 (ui_out_new): Change `data' parameter type to void pointer.
6849 * ui-out.h (struct ui_out_data): Don't forward declare.
6850 (ui_out_data): Change return type to void pointer.
6851 (ui_out_new): Change `data' parameter type to void pointer.
6852 (uo_field_string): Declare.
6853
6854 2010-04-17 Pedro Alves <pedro@codesourcery.com>
6855
6856 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6857 instead of always false.
6858
6859 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6860
6861 PR corefiles/11511
6862 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6863 orig_rax.
6864
6865 2010-04-17 Pedro Alves <pedro@codesourcery.com>
6866
6867 * breakpoint.c (watchpoints_triggered): Use
6868 is_hardware_watchpoint.
6869 (watchpoints_triggered): Ditto.
6870 (bpstat_check_location): Use is_watchpoint and
6871 is_hardware_watchpoint.
6872 (bpstat_check_watchpoint): Use is_watchpoint and
6873 is_hardware_watchpoint.
6874 (bpstat_stop_status): Fix comment.
6875 (user_settable_breakpoint): Use is_watchpoint.
6876 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
6877 (disable_watchpoints_before_interactive_call_start): Use
6878 is_watchpoint.
6879 (enable_watchpoints_after_interactive_call_stop): Use
6880 is_watchpoint.
6881 (clear_command): Use is_watchpoint.
6882 (do_enable_breakpoint): Use is_watchpoint.
6883
6884 2010-04-16 Mike Frysinger <vapier@gentoo.org>
6885
6886 * solib-frv.c (enable_break1_done): Delete.
6887 (enable_break2): Do not check enable_break1_done. Move the
6888 enable_break2_done setting and call to
6889 remove_solib_event_breakpoints() to the end. Return without
6890 warning when the contents of _dl_debug_addr are 0.
6891 (enable_break): Do not set enable_break1_done.
6892 (frv_clear_solib): Likewise.
6893
6894 2010-04-16 Kevin Buettner <kevinb@redhat.com>
6895
6896 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
6897 instead of an error if no PLT entry is found. Return a
6898 potentially useful result.
6899 (m32c_m16c_pointer_to_address): Add code to search for function
6900 address when no .plt entry is found.
6901
6902 2010-04-16 Stan Shebs <stan@codesourcery.com>
6903
6904 * tracepoint.c (trace_variable_command): Run a cleanup.
6905
6906 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6907
6908 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
6909
6910 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6911
6912 Support for Windows OS Thread Information Block.
6913 * NEWS: Document new feature.
6914 * remote.c (PACKET_qGetTIBAddr): New enum element.
6915 (remote_get_tib_address): New function.
6916 (init_remote_ops): Set to_get_tib_address field
6917 to remote_get_tib_address.
6918 (_initialize_remote): Add add_packet_config_cmd
6919 for PACKET_qGetTIBAddr.
6920 * target.c (update_current_target): Set default value for
6921 new to_get_tib_address field.
6922 * target.h (target_ops): New field to_get_tib_address.
6923 (target_get_tib_address): New macro.
6924 * windows-nat.c (thread_info): Add thread_local_base field.
6925 (windows_add_thread): Add tlb argument of type 'void *'.
6926 (fake_create_process): Adapt windows_add_thread call.
6927 (get_windows_debug_event): Idem.
6928 (windows_get_tib_address): New function.
6929 (init_windows_ops): Set to_get_tib_address field
6930 to remote_get_tib_address.
6931 (_initialize_windows_nat): Replace info_w32_cmdlist
6932 initialization by a call to init_w32_command_list.
6933 (info_w32_command, info_w32_cmdlist): Removed from here...
6934 to windows-tdep.c file.
6935 * windows-tdep.h (info_w32_cmdlist): Declare.
6936 (init_w32_command_list): New external function
6937 declaration.
6938 * windows-tdep.c: Add several headers.
6939 (info_w32_cmdlist): to here, made global.
6940 (thread_information_32): New struct.
6941 (thread_information_64): New struct.
6942 (TIB_NAME): New char array.
6943 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
6944 (maint_display_all_tib): New static variable.
6945 (windows_get_tlb_type): New function.
6946 (tlb_value_read, tlb_value_write): New functions.
6947 (tlb_value_funcs): New static struct.
6948 (tlb_make_value): New function.
6949 (display_one_tib): New function.
6950 (display_tib): New function.
6951 (show_maint_show_all_tib):New function.
6952 (info_w32_command): Moved from windows-nat.c.
6953 (init_w32_command_list): New function.
6954 (_initialize_windows_tdep): New function.
6955 New "maint set/show show-all-tib" command
6956 New "$_tlb" internal variable.
6957
6958 2010-04-16 Joel Brobecker <brobecker@adacore.com>
6959
6960 * tui/tui-regs.c (tui_display_register): Add comment about
6961 a couple of casts.
6962 * tui/tui-stack.c (tui_show_locator_content): Ditto.
6963
6964 2010-04-15 Stan Shebs <stan@codesourcery.com>
6965
6966 * frame.c: Include tracepoint.h.
6967 (get_current_frame): Allow a trace frame to be an alternate source
6968 of stack frame data.
6969 * tracepoint.c (tfind_1): Don't try to get current stack frame if
6970 it won't succeed.
6971
6972 2010-04-15 Pedro Alves <pedro@codesourcery.com>
6973
6974 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
6975 flags.
6976 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
6977
6978 2010-04-15 Doug Evans <dje@google.com>
6979
6980 * NEWS: Add entry for python program space support.
6981 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
6982 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
6983 (py-progspace.o): New rule.
6984 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
6985 function.
6986 (find_pretty_printer_from_progspace): New function.
6987 (find_pretty_printer_from_gdb): New function.
6988 (find_pretty_printer): Rewrite.
6989 * python/py-progspace.c: New file.
6990 * python/python-internal.h (program_space): Add forward decl.
6991 (pspace_to_pspace_object, pspy_get_printers): Declare.
6992 (gdbpy_initialize_pspace): Declare.
6993 * python/python.c: #include "progspace.h".
6994 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
6995 (_initialize_python): Call gdbpy_initialize_pspace.
6996 (GdbMethods): Add current_progspace, progspaces.
6997
6998 Add -s option to source command.
6999 * NEWS: Document new option.
7000 * cli/cli-cmds.c (find_and_open_script): Add function comment.
7001 Delete from_tty and cleanupp args. Split filep arg into file and
7002 full_pathp. New arg search_path.
7003 (source_script_from_stream): New function.
7004 (source_script_with_search): New function.
7005 (source_script): Rewrite.
7006 (source_command): Parse "-s" option.
7007 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
7008 * python/python.c (source_python_script): Make file arg a const char *.
7009 Don't call fclose, leave for caller.
7010 * python/python.h (source_python_script): Update.
7011
7012 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7013 Pedro Alves <pedro@codesourcery.com>
7014
7015 Avoid rereading shared libraries that haven't changed.
7016
7017 * solib.c (free_so_symbols): New function, from ...
7018 (free_so): ... here. Call it.
7019 (solib_read_symbols): Don't warn here if symbols have already been
7020 loaded.
7021 (solib_add): Warn here instead, if a pattern was specified.
7022 (reload_shared_libraries_1): New.
7023 (reload_shared_libraries): Rewrite to not fetch the library list.
7024
7025 2010-04-14 Doug Evans <dje@google.com>
7026
7027 * source.c (openp): Strip DOS drive letter if present before
7028 concatenating string to search path.
7029
7030 2010-04-14 Pedro Alves <pedro@codesourcery.com>
7031
7032 * objfiles.h (gdb_bfd_close_or_warn): Declare.
7033 * objfiles.c (gdb_bfd_close_or_warn): New.
7034 * corelow.c: Include objfiles.h
7035 (core_close): Use gdb_bfd_close_or_warn.
7036 * elfread.c (build_id_verify): Ditto.
7037 * exec.c (exec_close, exec_close_1): Ditto.
7038
7039 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7040 Pedro Alves <pedro@codesourcery.com>
7041
7042 Group errors for many missing shared libraries.
7043
7044 * solist.h (struct so_list): Remove from_tty.
7045 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
7046 (solib_map_sections): Take so_list argument. Return 0 if we
7047 failed to open a BFD. Add target sections here.
7048 (symbol_add_stub): Delete.
7049 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
7050 not from_tty copied from the so_list. Don't warn a second time
7051 for a missing library.
7052 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
7053 add to the section table here. Print out a single warning for all
7054 missing libraries.
7055 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
7056 flags.
7057
7058 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
7059
7060 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
7061 error/warning messages. Capitalize and use complete sentences.
7062 (blpy_block_syms_iternext): Likewise.
7063 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
7064 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
7065 (frame_info_to_frame_object, frapy_read_var)
7066 (gdbpy_frame_stop_reason_string): Likewise.
7067 * python/py-lazy-string.c (stpy_convert_to_value)
7068 (gdbpy_create_lazy_string_object): Likewise.
7069 * python/py-objfile.c (objfpy_set_printers): Likewise.
7070 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
7071 * python/python.c (parameter_to_python): Likewise.
7072 * python/py-type.c (typy_range, typy_target): Likewise.
7073 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
7074 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
7075
7076
7077 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
7078
7079 PR python/11381
7080
7081 * python/py-prettyprint.c (pretty_print_one_value): Test for
7082 Py_None.
7083 (print_string_repr): Test for Py_None. Set flags accordingly.
7084 Return value depending on return type.
7085 (print_children): Take a value indicating whether data was printed
7086 before this function was called. Alter output accordingly.
7087 (apply_val_pretty_printer): Capture return value from
7088 print_string_repr and pass to print_children.
7089
7090 2010-04-13 Mark Kettenis <kettenis@gnu.org>
7091
7092 PR corefiles/11481
7093 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
7094 register note sections.
7095 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
7096 New variables.
7097 (i386_linux_init_abi): Install list of supported register note
7098 sections that matches the target description.
7099
7100 2010-04-13 Pedro Alves <pedro@codesourcery.com>
7101
7102 * remote.c (remote_get_noisy_reply): Don't error out on empty
7103 replies.
7104 (remote_start_remote): Update and merge tracepoints and trace
7105 state variables as long as the target supports tracepoints.
7106 (remote_trace_init): Fix prototype.
7107 (remote_download_trace_state_variable): Validate reply.
7108 (remote_trace_set_readonly_regions): Fix prototype.
7109 (remote_trace_start): Fix prototype. Check for empty reply.
7110 (remote_get_trace_status): Small cleanup.
7111 (remote_trace_stop): Fix prototype. Check for empty reply.
7112 (remote_trace_find): Check for empty reply.
7113 (remote_save_trace_data): Validate reply.
7114 (remote_set_disconnected_tracing): Check for empty reply, and
7115 validate reply.
7116 (remote_set_circular_trace_buffer): Ditto.
7117
7118 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
7119
7120 Suppress unused value warning during compilation.
7121 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
7122 calls to void.
7123 * tui/tui-stack.c (tui_show_locator_content): Likewise.
7124
7125 2010-04-12 Stan Shebs <stan@codesourcery.com>
7126
7127 * tracepoint.c (tfile_xfer_partial): Check read result.
7128
7129 2010-04-12 Mike Frysinger <vapier@gentoo.org>
7130
7131 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
7132 * remote-sim.c (gdbsim_files_info): Likewise.
7133
7134 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7135
7136 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
7137 * arm-linux-nat.c (arm_linux_vfp_register_count): New
7138 variable.
7139 (fetch_vfp_registers): New function to fetch VFP registers.
7140 (store_vfp_registers): New function to store VFP registers.
7141 (arm_linux_fetch_inferior_registers): Add support for VFP
7142 registers.
7143 (arm_linux_store_inferior_registers): Likewise.
7144 (arm_linux_read_description): Likewise.
7145 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
7146 until we need it.
7147
7148 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
7149
7150 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
7151 tdep.
7152 (amd64_collect_xstateregset): Likewise.
7153
7154 2010-04-09 Stan Shebs <stan@codesourcery.com>
7155
7156 * tracepoint.c (trace_status_mi): Report frames created.
7157
7158 * tracepoint.c (trace_dump_command): Include default-collect
7159 expressions.
7160
7161 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
7162
7163 * symtab.c (find_function_start_sal): Never return SAL pointing
7164 before function start address, even if line info is missing.
7165
7166 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7167
7168 * NEWS: Mention tracepoints support.
7169
7170 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7171
7172 * tracepoint.c (trace_status_mi): Report disconnected tracing and
7173 circular trace buffer statuses.
7174
7175 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7176
7177 * config/djgpp/fnchange.lst: Fix typo in translations for
7178 symbol-without-target_section.exp and symbol-without-target_section.c.
7179
7180 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7181
7182 * breakpoint.c (condition_command): Pass condition expression to
7183 set_breakpoint_condition stripped from breakpoint number.
7184
7185 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
7186 Thiago Jung Bauermann <bauerman@br.ibm.com>
7187 Tom Tromey <tromey@redhat.com>
7188
7189 * breakpoint.c (condition_command): Simplify. Move condition
7190 setting code to ...
7191 (set_breakpoint_condition): ... here. New function.
7192 * breakpoint.h (set_breakpoint_condition): Declare.
7193 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
7194 (SUBDIR_PYTHON_SRCS): Likewise.
7195 (py-breakpoint.o): New rule.
7196 * python/py-breakpoint.c: New file.
7197 * python/python-internal.h (gdbpy_breakpoints)
7198 (gdbpy_initialize_breakpoints): Declare.
7199 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
7200
7201 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7202
7203 * regformats/regdat.sh: Include server.h. Don't include
7204 regcache.h.
7205
7206 2010-04-08 Stan Shebs <stan@codesourcery.com>
7207 Pedro Alves <pedro@codesourcery.com>
7208
7209 * tracepoint.h (struct trace_status): New fields disconnected_tracing
7210 and circular_buffer.
7211 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
7212 * tracepoint.c (trace_status_command): Display target's status for
7213 disconnected tracing and circular buffer.
7214 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
7215 query for non-disconnected-tracing case, remove the stop_tracing
7216 call.
7217 (tfile_open): Clear disconnected and circular buffer status.
7218 (trace_save): Save disconnected and circular buffer status.
7219 (parse_trace_status): Parse disconnected and circular buffer status,
7220 also recognize disconnected as a stop reason.
7221 * remote.c (remote_set_disconnected_tracing): Only set
7222 QTDisconnected if the remote end supports disconnected tracing.
7223 Warn otherwise, if trying to enable disconnected tracing.
7224 * infcmd.c (detach_command): Update disconnect_tracing call.
7225 * cli/cli-cmds.c (quit_command): Ditto.
7226
7227 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7228
7229 * i387-tdep.c (i387_collect_xsave): Replace abort with
7230 internal_error.
7231
7232 2010-04-08 Stan Shebs <stan@codesourcery.com>
7233
7234 * breakpoint.c (default_collect_info): New function.
7235 (breakpoints_info): Call it.
7236 (maintenance_info_breakpoints): Ditto.
7237 (tracepoints_info): Ditto.
7238
7239 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7240
7241 * i387-tdep.c (i387_collect_xsave): Re-indent.
7242
7243 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7244
7245 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
7246 if HAVE_PTRACE_GETFPXREGS is defined.
7247 (i386_linux_read_description): Set have_ptrace_getfpxregs and
7248 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
7249
7250 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
7251 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
7252 if .reg-xfp section doesn't exist.
7253 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
7254
7255 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
7256
7257 * i386-tdep.c: Include "features/i386/i386-mmx.c".
7258 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
7259 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
7260 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
7261 (i386_gdbarch_init): Update comments.
7262 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
7263
7264 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
7265
7266 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
7267
7268 * features/Makefile (i386/i386-mmx-expedite): New.
7269 (i386/i386-mmx-linux-expedite): Likewise.
7270 ($(outdir)/i386/i386-mmx.dat): Likewise.
7271 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
7272
7273 * features/i386/i386-mmx-linux.c: New.
7274 * features/i386/i386-mmx-linux.xml: Likewise.
7275 * features/i386/i386-mmx.c: Likewise.
7276 * features/i386/i386-mmx.xml: Likewise.
7277 * regformats/i386/i386-mmx-linux.dat: Likewise.
7278 * regformats/i386/i386-mmx.dat: Likewise.
7279
7280 * features/Makefile (WHICH): Add i386/i386-mmx and
7281 i386/i386-mmx-linux.
7282
7283 2010-04-08 Doug Evans <dje@google.com>
7284
7285 * source.c (openp): Skip $cdir in PATH.
7286
7287 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
7288
7289 PR python/11417
7290 * python/py-lazy-string.c (stpy_convert_to_value): Check for
7291 a NULL address.
7292 (gdbpy_create_lazy_string_object): Allow strings with a NULL
7293 address and a zero length.
7294
7295 2010-04-08 Hui Zhu <teawater@gmail.com>
7296
7297 * i386-tdep.c (i386_process_record): Add support for insn
7298 rdtsc.
7299
7300 2010-04-07 Doug Evans <dje@google.com>
7301
7302 * python/python.c (source_python_script): Use ensure_python_env
7303 to prepare environment for script.
7304
7305 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7306
7307 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
7308 <sys/uio.h> and "i386-xstate.h".
7309 (PTRACE_GETREGSET): New.
7310 (PTRACE_SETREGSET): Likewise.
7311 (have_ptrace_getregset): Likewise.
7312 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
7313 registers.
7314 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
7315 registers.
7316 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
7317 (amd64_linux_store_inferior_registers): Likewise.
7318 (amd64_linux_read_description): Check and enable AVX target
7319 descriptions.
7320
7321 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
7322 and "features/i386/amd64-avx-linux.c".
7323 (amd64_linux_regset_sections): New.
7324 (amd64_linux_core_read_description): Check and enable AVX
7325 target description.
7326 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
7327 set_gdbarch_core_regset_sections.
7328 (_initialize_amd64_linux_tdep): Call
7329 initialize_tdesc_amd64_avx_linux.
7330
7331 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
7332 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
7333 (tdesc_amd64_avx_linux): New.
7334 (amd64_linux_update_xstateregset): Likewise.
7335
7336 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
7337 (amd64_ymm_names): New.
7338 (amd64_ymmh_names): Likewise.
7339 (amd64_register_name): Likewise.
7340 (amd64_supply_xstateregset): Likewise.
7341 (amd64_collect_xstateregset): Likewise.
7342 (amd64_supply_xsave): Likewise.
7343 (amd64_collect_xsave): Likewise.
7344 (AMD64_NUM_REGS): Removed.
7345 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
7346 %xmmN if AVX is available.
7347 (amd64_pseudo_register_name): Support pseudo YMM registers.
7348 (amd64_regset_from_core_section): Support .reg-xstate section.
7349 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7350 and ymm0h_regnum. Call set_gdbarch_register_name.
7351 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7352
7353 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7354 AMD64_YMM15H_REGNUM.
7355 (AMD64_NUM_REGS): New.
7356 (amd64_supply_xsave): Likewise.
7357 (amd64_collect_xsave): Likewise.
7358 (amd64_register_name): Removed.
7359 (amd64_register_type): Likewise.
7360
7361 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7362
7363 * i387-tdep.c: Include "i386-xstate.h".
7364 (XSAVE_XSTATE_BV_ADDR): New.
7365 (xsave_avxh_offset): Likewise.
7366 (XSAVE_AVXH_ADDR): Likewise.
7367 (i387_supply_xsave): Likewise.
7368 (i387_collect_xsave): Likewise.
7369
7370 * i387-tdep.h (I387_NUM_YMM_REGS): New.
7371 (I387_YMM0H_REGNUM): Likewise.
7372 (I387_YMMENDH_REGNUM): Likewise.
7373 (i387_supply_xsave): Likewise.
7374 (i387_collect_xsave): Likewise.
7375
7376 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7377
7378 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7379 <sys/uio.h> and "i386-xstate.h".
7380 (PTRACE_GETREGSET): New.
7381 (PTRACE_SETREGSET): Likewise.
7382 (fetch_xstateregs): Likewise.
7383 (store_xstateregs): Likewise.
7384 (GETXSTATEREGS_SUPPLIES): Likewise.
7385 (regmap): Include 8 upper YMM registers.
7386 (i386_linux_fetch_inferior_registers): Support XSAVE extended
7387 state.
7388 (i386_linux_store_inferior_registers): Likewise.
7389 (i386_linux_read_description): Check and enable AVX target
7390 descriptions.
7391
7392 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7393 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7394 (i386_linux_regset_sections): Add ".reg-xstate".
7395 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7396 (i386_linux_core_read_xcr0): New.
7397 (i386_linux_core_read_description): Check and enable AVX target
7398 description.
7399 (i386_linux_init_abi): Set xsave_xcr0_offset.
7400 (_initialize_i386_linux_tdep): Call
7401 initialize_tdesc_i386_avx_linux.
7402
7403 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7404 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7405 (i386_linux_core_read_xcr0): New.
7406 (tdesc_i386_avx_linux): Likewise.
7407 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7408
7409 * i386-tdep.c: Include "i386-xstate.h" and
7410 "features/i386/i386-avx.c".
7411 (i386_ymm_names): New.
7412 (i386_ymmh_names): Likewise.
7413 (i386_ymmh_regnum_p): Likewise.
7414 (i386_ymm_regnum_p): Likewise.
7415 (i386_xmm_regnum_p): Likewise.
7416 (i386_register_name): Likewise.
7417 (i386_ymm_type): Likewise.
7418 (i386_supply_xstateregset): Likewise.
7419 (i386_collect_xstateregset): Likewise.
7420 (i386_sse_regnum_p): Removed.
7421 (i386_pseudo_register_name): Support pseudo YMM registers.
7422 (i386_pseudo_register_type): Likewise.
7423 (i386_pseudo_register_read): Likewise.
7424 (i386_pseudo_register_write): Likewise.
7425 (i386_dbx_reg_to_regnum): Return %ymmN register number for
7426 %xmmN if AVX is available.
7427 (i386_regset_from_core_section): Support .reg-xstate section.
7428 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7429 (i386_process_record): Replace i386_sse_regnum_p with
7430 i386_xmm_regnum_p.
7431 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7432 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7433 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
7434 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
7435 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
7436 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7437 Set ymm0_regnum.
7438 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7439
7440 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7441 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7442 i386_ymm_type.
7443 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7444 (I386_AVX_NUM_REGS): New.
7445 (i386_xmm_regnum_p): Likewise.
7446 (i386_ymm_regnum_p): Likewise.
7447 (i386_ymmh_regnum_p): Likewise.
7448
7449 * common/i386-xstate.h: New.
7450
7451 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7452
7453 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7454
7455 * features/Makefile (WHICH): Add i386/i386-avx,
7456 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7457 (i386/i386-avx-expedite): New.
7458 (i386/i386-avx-linux-expedite): Likewise.
7459 (i386/x86-64-avx-expedite):Likewise.
7460 (i386/x86-64-avx-linux-expedite): Likewise.
7461 ($(outdir)/i386/i386-avx.dat): New dependency.
7462 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7463 ($(outdir)/i386/x86-avx-64.dat): Likewise.
7464 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7465
7466 * features/i386/32bit-avx.xml: New.
7467 * features/i386/64bit-avx.xml: Likewise.
7468 * features/i386/i386-avx-linux.c: Likewise.
7469 * features/i386/i386-avx-linux.xml: Likewise.
7470 * features/i386/i386-avx.c: Likewise.
7471 * features/i386/i386-avx.xml: Likewise.
7472 * features/i386/x86-64-avx-linux.c: Likewise.
7473 * features/i386/x86-64-avx-linux.xml: Likewise.
7474 * features/i386/x86-64-avx.c: Likewise.
7475 * features/i386/x86-64-avx.xml: Likewise.
7476 * regformats/i386/i386-avx-linux.dat: Likewise.
7477 * regformats/i386/i386-avx.dat: Likewise.
7478 * regformats/i386/x86-64-avx-linux.dat: Likewise.
7479 * regformats/i386/x86-64-avx.dat: Likewise.
7480
7481 2010-04-07 Doug Evans <dje@google.com>
7482
7483 * top.c (source_file_name): Make const char *.
7484 * top.h (source_file_name): Update.
7485 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7486 const char *.
7487 (script_from_file): Change `file' arg to const char *.
7488 * cli/cli-script.h (script_from_file): Update.
7489
7490 2010-04-06 Doug Evans <dje@google.com>
7491
7492 * cli/cli-cmds.c (source_command): Run cleanups.
7493
7494 2010-04-06 Stan Shebs <stan@codesourcery.com>
7495
7496 * defs.h (char_ptr): Move typedef here from...
7497 * ada-lang.c (char_ptr): Remove.
7498 * charset.c (char_ptr): Remove.
7499 * tracepoint.h (struct uploaded_string): Remove.
7500 (struct uploaded_tp): Use vectors for string arrays.
7501 * tracepoint.c (trace_save): Use vectors of actions.
7502 (parse_tracepoint_definition): Ditto.
7503 (get_uploaded_tp): Clear vectors.
7504 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7505 (next_cmd): Change to an int.
7506 (read_next_cmd): Use vector of command strings.
7507
7508 2010-04-06 Doug Evans <dje@google.com>
7509
7510 * top.h (source_script, cd_command): Delete.
7511 * main.c: #include "cli/cli-cmds.h"
7512
7513 2010-04-06 Kevin Buettner <kevinb@redhat.com>
7514
7515 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7516 type in bytes, not bits.
7517
7518 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7519
7520 * stabsread.c (define_symbol): Add support for char
7521 and string constants.
7522
7523 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7524
7525 Remove remaining "%ll" uses.
7526 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7527 hex_string call.
7528 * rs6000-nat.c (rs6000_ptrace64): Idem.
7529 * solib-pa64.c (pa64_current_sos): Idem.
7530 * solib-spu.c (spu_current_sos): Idem.
7531 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7532 plongest call.
7533 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7534 phex (VAR, 8) call.
7535 * sh64-tdep.c (sh64_show_media_regs): Idem.
7536
7537 2010-04-05 Stan Shebs <stan@codesourcery.com>
7538
7539 * tracepoint.c: Include gdbcore.h.
7540 (tfile_xfer_partial): Return partial results, also try reading
7541 from executable.
7542 (tfile_has_all_memory): New function.
7543 (init_tfile_ops): Use it.
7544
7545 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7546
7547 PR gdb/10736:
7548 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7549 the changes in data-directory.
7550 (init_sysinfo): Reload the syscall XML file if the data-directory
7551 has changed.
7552
7553 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7554
7555 Code cleanup.
7556 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7557
7558 2010-04-04 Stan Shebs <stan@codesourcery.com>
7559 Nathan Sidwell <nathan@codesourcery.com>
7560
7561 * breakpoint.c (breakpoint_1): Add filter argument, return number of
7562 breakpoints printed.
7563 (is_hardware_watchpoint): Make argument const.
7564 (is_watchpoint): Ditto.
7565 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7566 use it everywhere.
7567 (breakpoints_info): Pass NULL to breakpoint_1.
7568 (maintenance_info_breakpoints): Ditto.
7569 (watchpoints_info): New function.
7570 (tracepoints_info): Use breakpoint_1 filter.
7571 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7572 (_initialize_breakpoint): Make "info watchpoints" its own command.
7573 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7574 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7575
7576 2010-04-04 Stan Shebs <stan@codesourcery.com>
7577
7578 * tracepoint.c (tfile_fetch_registers): Add fallback case.
7579
7580 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7581
7582 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7583 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7584
7585 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7586
7587 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7588 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7589
7590 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7591
7592 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7593 code form.
7594
7595 2010-04-02 Hui Zhu <teawater@gmail.com>
7596
7597 * i386-tdep.c (OT_DQUAD): New enum.
7598 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7599 SSE3, SSSE3 and SSE4.
7600
7601 2010-04-02 Hui Zhu <teawater@gmail.com>
7602
7603 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7604 "*addr = 0".
7605
7606 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7607
7608 * tracepoint.c (trace_dump_actions): New, factored out from
7609 trace_dump_command, and adjusted to recurse into while-stepping's
7610 action list.
7611 (trace_dump_command): Use it.
7612
7613 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7614
7615 * breakpoint.h (struct counted_command_line): Moved definition to
7616 breakpoint.c, and forward declare.
7617 (breakpoint_commands): Declare.
7618 * breakpoint.c (struct counted_command_line): Moved here.
7619 (breakpoint_commands): New.
7620 * tracepoint.c (encode_actions): Use breakpoint_commands.
7621 * remote.c (remote_download_tracepoint): Ditto.
7622
7623 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7624
7625 * remote.c (remote_parse_stop_reply): Use hex_string instead
7626 of phex_nz for error.
7627
7628 2010-04-01 Stan Shebs <stan@codesourcery.com>
7629 Nathan Sidwell <nathan@codesourcery.com>
7630
7631 * tracepoint.h (enum actionline_type): Remove.
7632 (validate_actionline): Change return to void.
7633 * tracepoint.c (report_agent_reqs_errors): New function.
7634 (validate_actionline): Call it, change return to void, report errors
7635 more consistently.
7636 (collect_symbol): Call report_agent_reqs_errors.
7637 (encode_actions_1): Ditto.
7638 (encode_actions): Don't expect a result from validate_actionline.
7639
7640 2010-04-01 Stan Shebs <stan@codesourcery.com>
7641
7642 * tracepoint.c (trace_start_command): Confirm if trace is running.
7643 (trace_stop_command): Error if trace not running.
7644
7645 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7646
7647 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7648 (AMD64_NUM_LOWER_BYTE_REGS): New.
7649 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7650 (amd64_pseudo_register_write): Likewise.
7651 (amd64_init_abi): Set num_byte_regs to 20.
7652
7653 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7654
7655 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7656 (prev_breakpoint_count): New.
7657 (set_breakpoint_count): Adjust.
7658 (rbreak_start_breakpoint_count): New.
7659 (start_rbreak_breakpoints): Adjust.
7660 (end_rbreak_breakpoints): Adjust.
7661 (struct commands_info) <arg>: New field.
7662 (do_map_commands_command): Tweak output to include breakpoint spec
7663 range.
7664 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
7665 ARG was empty on entry. Set INFO's arg.
7666 (create_breakpoint): Adjust.
7667
7668 * NEWS: Clarify `commands' changes.
7669
7670 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7671
7672 * tracepoint.c: Include stack.h.
7673 (struct add_local_symbols_data): New.
7674 (do_collect_symbol): New.
7675 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7676 iterate_over_block_local_vars.
7677 * stack.c (print_block_frame_locals): Rewrite as ...
7678 (iterate_over_block_locals): ... this. Take a callback function
7679 pointer and generic data pointer, and call that instead of
7680 print_variable_and_value.
7681 (struct print_variable_and_value_data): New.
7682 (do_print_variable_and_value): New.
7683 (iterate_over_block_local_vars): New, abstracted out from
7684 print_frame_local_vars.
7685 (print_frame_local_vars): Rewrite using
7686 iterate_over_block_local_vars.
7687 (iterate_over_block_arg_vars): New, abstracted out from
7688 print_frame_arg_vars.
7689 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7690 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7691 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7692
7693 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
7694
7695 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7696 instructions. Use the PC+4 if the base of the TBB or TBH is the
7697 PC register.
7698
7699 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7700
7701 Fix crash on reading wrong function declaration DWARF.
7702 * dwarf2read.c (read_subroutine_type): New variable void_type.
7703 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
7704 more close to their use.
7705
7706 2010-03-31 Stan Shebs <stan@codesourcery.com>
7707
7708 * breakpoint.c (tracepoint_save_command): Include variables,
7709 conditionals, tracepoint types, and default-collect.
7710 * tracepoint.c (save_trace_state_variables): New function.
7711 * tracepoint.h (save_trace_state_variables): Declare it.
7712
7713 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
7714
7715 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7716
7717 2010-03-30 Keith Seitz <keiths@redhat.com>
7718
7719 * c-typeprint.c (c_type_print_args): Don't print "void"
7720 for java, regardless of whether it is TYPE_PROTOTYPED.
7721 Use the passed-in language instead of current_language.
7722 (c_type_print_varspec_suffix): Use current_language instead
7723 of assuming language_c.
7724 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7725 any return type specifier from the physname.
7726
7727 2010-03-30 Pedro Alves <pedro@codesourcery.com>
7728
7729 * tui/tui-interp.c (tui_is_toplevel): New.
7730 (tui_init): Set it.
7731 (tui_allowed_p): New.
7732 * tui/tui.c (tui_enable): Check if the TUI is allowed before
7733 enabling it.
7734 * tui/tui.h (tui_allowed_p): Declare.
7735
7736 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
7737
7738 * serial.h: Include winsock2.h before windows.h.
7739
7740 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
7741
7742 * NEWS: Mention xmlRegisters= in qSupported packet.
7743
7744 * i386-tdep.c: Include "remote.h".
7745 (_initialize_i386_tdep): Call register_remote_support_xml.
7746
7747 * remote.c (remote_support_xml): New.
7748 (register_remote_support_xml): Likewise.
7749 (remote_query_supported_append): Likewise.
7750 (remote_query_supported): Support remote_support_xml.
7751
7752 * remote.h (register_remote_support_xml): New.
7753
7754 2010-03-29 Stan Shebs <stan@codesourcery.com>
7755
7756 * tracepoint.c (trace_find_line_command): Remove dead code.
7757
7758 * tracepoint.h (struct uploaded_string): New struct.
7759 (struct uploaded_tp): New fields for source strings.
7760 * breakpoint.c (this_utp, next_cmd): New globals.
7761 (read_uploaded_action): New function.
7762 (create_tracepoint_from_upload): Fill in more parts
7763 of a tracepoint.
7764 * tracepoint.c (encode_source_string): New function.
7765 (trace_save): Write out source strings, fix error checks.
7766 (parse_tracepoint_definition): Add source string parsing.
7767 * remote.c (PACKET_TracepointSource): New packet type.
7768 (remote_download_command_source): New function.
7769 (remote_download_tracepoint): Download source pieces also.
7770 (_initialize_remote): Add packet config command.
7771
7772 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7773 expression handler.
7774
7775 * tracepoint.c (start_tracing): Check tracepoints before sending
7776 commands to target, don't start if all tracepoints disabled.
7777
7778 2010-03-28 Pedro Alves <pedro@codesourcery.com>
7779
7780 * cli/cli-script.c (process_next_line): Handle 'stepping'.
7781
7782 2010-03-26 Stan Shebs <stan@codesourcery.com>
7783
7784 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7785
7786 2010-03-26 Tom Tromey <tromey@redhat.com>
7787
7788 * breakpoint.c (commands_command_1): Duplicate 'arg'.
7789
7790 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7791
7792 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7793 (skip_prologue_sal): Remove local definition.
7794 (resolve_sal_pc): Remove now unnecessary code.
7795 * linespec.c (minsym_found): Call skip_prologue_sal.
7796 * symtab.c (find_function_start_pc): Remove.
7797 (find_function_start_sal): Extract prologue skipping into ...
7798 (skip_prologue_sal): ... this new function. Handle code both
7799 with and without debug info. Respect SAL's explicit_pc and
7800 explicit_line flags. Inline old find_function_start_pc.
7801 * symtab.h (find_function_start_pc): Remove.
7802 (skip_prologue_sal): Add prototype.
7803
7804 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7805
7806 * dwarf2read.c (read_func_scope): Also scan specification DIEs
7807 for DW_TAG_imported_module children.
7808
7809 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7810
7811 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7812 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7813 * completer.c (add_struct_fields): Fix inverted logic.
7814
7815 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7816
7817 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7818
7819 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7820
7821 * tracepoint.c (current_trace_status): Don't make sure error_desc
7822 is non-NULL here.
7823 (parse_trace_status): Release a previous error_desc string, and
7824 set it to NULL by default. If stop reason is tracepoint_error,
7825 make sure error_desc is not left NULL.
7826
7827 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7828
7829 * tracepoint.c (trace_save): Remove X from tracepoint error
7830 description.
7831
7832 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7833
7834 * tracepoint.c (parse_trace_status): Don't allow plain strings in
7835 the terror description. Don't expect an X prefix.
7836
7837 2010-03-25 Stan Shebs <stan@codesourcery.com>
7838
7839 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7840 (struct trace_status): New field error_desc.
7841 * tracepoint.c (stop_reason_names): Add terror.
7842 (current_trace_status): Ensure non-NULL error description.
7843 (trace_status_command): Add error report.
7844 (trace_status_mi): Ditto.
7845 (trace_save): Add special case for error description.
7846 (parse_trace_status): Add case for errors.
7847
7848 2010-03-25 Keith Seitz <keiths@redhat.com>
7849
7850 * dwarf2read.c (read_subroutine_type): If the compilation unit
7851 language is Java, mark any formal parameter named "this" as
7852 artificial (GCC/43521).
7853 (dwarf2_name): Add special handling for Java constructors.
7854
7855 2010-03-25 Tom Tromey <tromey@redhat.com>
7856
7857 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7858 * infrun.c (handle_inferior_event): Change initialization of
7859 stop_stack_dummy.
7860 (handle_inferior_event): Change assignment to stop_stack_dummy.
7861 (normal_stop): Update use of stop_stack_dummy.
7862 (struct inferior_status) <stop_stack_dummy>: Change type.
7863 * inferior.h (stop_stack_dummy): Update.
7864 * infcmd.c (stop_stack_dummy): Change type.
7865 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7866 function.
7867 (call_function_by_hand): Call set_std_terminate_breakpoint.
7868 Rewrite std::terminate handling.
7869 * breakpoint.h (enum bptype) <bp_std_terminate,
7870 bp_std_terminate_master>: New.
7871 (enum stop_stack_kind): New.
7872 (struct bpstat_what) <call_dummy>: Change type.
7873 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
7874 Declare.
7875 * breakpoint.c (create_std_terminate_master_breakpoint): New
7876 function.
7877 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
7878 Call create_std_terminate_master_breakpoint.
7879 (print_it_typical): Handle new breakpoint kinds.
7880 (bpstat_stop_status): Handle bp_std_terminate_master.
7881 (bpstat_what): Correctly set call_dummy field. Handle
7882 bp_std_terminate_master and bp_std_terminate.
7883 (print_one_breakpoint_location): Update.
7884 (allocate_bp_location): Update.
7885 (set_std_terminate_breakpoint): New function.
7886 (delete_std_terminate_breakpoint): Likewise.
7887 (create_thread_event_breakpoint): Update.
7888 (delete_command): Update.
7889 (breakpoint_re_set_one): Update.
7890 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
7891
7892 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7893
7894 * symfile.c (build_section_addr_info_from_bfd): New.
7895 (build_section_addr_info_from_objfile): Base it on
7896 build_section_addr_info_from_bfd.
7897 (addrs_section_compar, addrs_section_sort): New.
7898 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
7899 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
7900 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
7901
7902 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
7903
7904 * elfread.c (find_separate_debug_file_by_buildid):
7905 Remove unused local variable.
7906
7907 2010-03-24 Tom Tromey <tromey@redhat.com>
7908
7909 PR breakpoints/9352:
7910 * NEWS: Mention changes to `commands' and `rbreak'.
7911 * symtab.c (do_end_rbreak_breakpoints): New function.
7912 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
7913 end_rbreak_breakpoints.
7914 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
7915 (set_breakpoint_count): Likewise. Clear last_was_multi.
7916 (multi_start, multi_end, last_was_multi): New globals.
7917 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
7918 functions.
7919 (struct commands_info): New
7920 (do_map_commands_command): New function.
7921 (commands_command_1): New function.
7922 (commands_command): Use it.
7923 (commands_from_control_command): Likewise.
7924 (do_delete_breakpoint): New function.
7925 (delete_command): Use it.
7926 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
7927 (do_map_disable_breakpoint): New function.
7928 (disable_command): Use it.
7929 (do_map_enable_breakpoint): New function.
7930 (enable_command): Use it.
7931 (enable_once_breakpoint): Add argument.
7932 (enable_once_command): Update.
7933 (enable_delete_breakpoint): Add argument.
7934 (enable_delete_command): Update.
7935 (break_command_really): Set last_was_multi when needed.
7936 (check_tracepoint_command): Fix formatting.
7937 (validate_commands_for_breakpoint): New function.
7938 (breakpoint_set_commands): Use it.
7939 (tracepoint_save_command): Update.
7940 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
7941 Declare.
7942
7943 2010-03-24 Tom Tromey <tromey@redhat.com>
7944
7945 * breakpoint.h (struct counted_command_line): New struct.
7946 (struct breakpoint) <commands>: Change type.
7947 (struct bpstats) <commands>: Change type.
7948 <commands_left>: New field.
7949 * breakpoint.c (alloc_counted_command_line): New function.
7950 (incref_counted_command_line): Likewise.
7951 (decref_counted_command_line): Likewise.
7952 (do_cleanup_counted_command_line): Likewise.
7953 (make_cleanup_decref_counted_command_line): Likewise.
7954 (breakpoint_set_commands): Use decref_counted_command_line and
7955 alloc_counted_command_line.
7956 (commands_command): Don't error if breakpoint commands are
7957 executing.
7958 (commands_from_control_command): Likewise.
7959 (bpstat_free): Update.
7960 (bpstat_copy): Likewise.
7961 (bpstat_clear_actions): Likewise.
7962 (bpstat_do_actions_1): Likewise.
7963 (bpstat_stop_status): Likewise.
7964 (print_one_breakpoint_location): Likewise.
7965 (delete_breakpoint): Likewise.
7966 (bpstat_alloc): Initialize new field.
7967 (tracepoint_save_command): Update.
7968 * tracepoint.c (encode_actions): Update.
7969 (trace_dump_command): Update.
7970
7971 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7972
7973 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
7974 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
7975 (read_structure_type): For RealView, set TYPE_STUB on structures with
7976 no byte size and no children.
7977 (read_subroutine_type): Mark functions as prototyped by default.
7978 * symtab.c (producer_is_realview): New function.
7979 * symtab.h (expand_line_sal): Fix declaration formatting.
7980 (producer_is_realview): Declare.
7981
7982 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7983
7984 * arm-tdep.c (skip_prologue_function): New function.
7985 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
7986 (thumb_analyze_prologue): Document return value. Recognize more
7987 Thumb instructions, skippable calls, and some Thumb-2 instructions.
7988 Add debug output.
7989 (arm_skip_prologue): Remove call dummy check. Check the prologue
7990 for non-GNU compilers.
7991 (arm_instruction_changes_pc): New function.
7992 (arm_analyze_prologue): New function, broken out from
7993 arm_scan_prologue. Recognize more ARM instructions and skippable
7994 calls. Update comments. Handle NULL cache. Return the address
7995 of the first unrecognized instruction. Do not skip past other
7996 instructions which change control flow. Add debug output.
7997 (arm_scan_prologue): Use arm_analyze_prologue.
7998 (ARM_PC_32): Delete.
7999 (shifted_reg_val): Simplify ARM_PC_32 check.
8000
8001 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8002
8003 * tracepoint.c (tvariables_info_1): Actually compute
8004 the number of rows in the result.
8005
8006 2010-03-24 Pedro Alves <pedro@codesourcery.com>
8007
8008 * remote.c (crc32): Constify `buf' parameter.
8009 (remote_verify_memory): New, abstracted out from...
8010 (compare_sections_command): ... this. Remove hardcoded target
8011 checks.
8012 (init_remote_ops): Install remote_verify_memory.
8013 * target.c (target_verify_memory): New.
8014 * target.h (struct target_ops) <to_verify_memory>: New field.
8015 (target_verify_memory): Declare.
8016
8017 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8018
8019 Implement -trace-save.
8020
8021 * mi-cmds.h (mi_cmds_trace_save): Declare.
8022 * mi-cmds.c (mi_cmds): Register -trace-save.
8023 * mi/mi-main.c (mi_cmd_trace_save): New.
8024 * remote.c (remote_save_trace_data): Take const parameter.
8025 * target.h (struct target_ops::to_save_trace_data): Take
8026 const parameter.
8027 * target.c (update_current_target): Adjust to the above.
8028 * tracepoint.c (trave_save): New, extracted from
8029 (trace_save_command): ...this.
8030 (tfile_trace_find): Remove message that is unnecessary now
8031 that 'tfind' reports found frame.
8032 * tracepoint.h (trace_save): Declare.
8033
8034 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8035
8036 Implement -trace-find.
8037
8038 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
8039 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
8040 * mi/mi-main.c (mi_cmd_trace_find): New.
8041 * target.h (struct target_ops): Document to_trace_find.
8042 * tracepoint.h (tfind_1): Declare.
8043 * tracepoint.c (finish_tfind_command): Rename to...
8044 (tfind_1): ...this.
8045 * remote.c (remote_trace_find): Return -1 if target say
8046 there's no frame. Improve error diagnostics.
8047
8048 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8049
8050 -trace-define-variable and -trace-list-variables.
8051
8052 * tracepoint.c (create_trace_state_variable): Make
8053 private copy of name, as opposed to assuming the
8054 pointer lives forever.
8055 (tvariables_info_1): New.
8056 (tvariables_info): Use the above.
8057 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
8058 Declare.
8059 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
8060 and -trace-list-variables.
8061 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
8062 (mi_cmd_trace_list_variables): New.
8063 * mi/mi-main.c (mi_cmd_trace_define_variable)
8064 (mi_cmd_trace_list_variables): New.
8065
8066 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8067
8068 Implement -break-passcount.
8069
8070 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
8071 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
8072 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
8073
8074 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8075
8076 -trace-start/-trace-end/-trace-status.
8077
8078 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
8079 and -trace-stop.
8080 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
8081 (mi_cmd_trace_stop): Declare.
8082 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
8083 (mi_cmd_trace_stop): New.
8084 * tracepoint.c (start_tracing): New, extracted from...
8085 (trace_start_command): ...this.
8086 (trace_status_mi): New.
8087 * tracepoint.h (struct trace_status): Document
8088 stopping_tracepoint.
8089 (start_tracing, stop_tracing, trace_status_mi): Declare.
8090
8091 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8092
8093 Implement creating tracepoints with -break-insert.
8094
8095 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
8096 to mean that tracepoint should be created.
8097
8098 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8099
8100 * breakpoint.c (check_no_tracepoint_commands): Use
8101 current spelling of 'teval'.
8102
8103 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8104
8105 Unify actions and commands
8106
8107 * defs.h (read_command_lines, read_command_lines_1): New
8108 parameters validator and closure.
8109 * tracepoint.h (struct action_line): Remove.
8110 * breakpoint.h (struct breakpoint): Remove the 'actions'
8111 field.
8112 * defs.h (enum command_control_type): New value
8113 while_stepping_control.
8114 (struct command_line): Add comments.
8115 * breakpoint.c (breakoint_is_tracepoint): New.
8116 (breakpoint_set_commands): For tracepoints,
8117 verify the commands are permissible.
8118 (check_tracepoint_commands): New.
8119 (commands_command): Require that each new line is validated using
8120 check_tracepoint_command, if we set commands for a tracepoint.
8121 (create_tracepoint_from_upload): Likewise.
8122 (print_one_breakpoint_location): Remove the code to print
8123 actions specifically.
8124 (tracepoint_save_command): Relay to print_command_lines.
8125 * cli/cli-script.c (process_next_line): New parameters validator
8126 and closure. Handle 'while-stepping'. Call validator if not null.
8127 (read_command_lines, read_command_lines1): Likewise.
8128 (recurse_read_control_structure): New parameters validator and
8129 closure. Handle while_stepping_control.
8130 (print_command_lines): Handle while-stepping.
8131 (get_command_line, define_command, document_command): Adjust.
8132 * remote.c (remote_download_tracepoint): Adjust.
8133 * tracepoint.c (make_cleanup_free_actions, read_actions)
8134 (free_actions, do_free_actions_cleanup): Remove.
8135 (trace_actions_command): Use read_command_lines.
8136 (validate_actionline): Use error in one place.
8137 (encode_actions_1): New, extracted from...
8138 (encode_actions): ...this. Also use cleanups for exception
8139 safety.
8140 (trace_dump_command): Adjust.
8141 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
8142 it's tracepoint.
8143
8144 2010-03-23 Mike Frysinger <vapier@gentoo.org>
8145
8146 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
8147
8148 2010-03-22 Stan Shebs <stan@codesourcery.com>
8149
8150 * value.c (value_static_field): Be lazy about the field's value.
8151
8152 2010-03-22 Reid Kleckner <reid@kleckner.net>
8153
8154 PR gdb/11094
8155 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
8156 bp_jit_event.
8157 (disable_breakpoints_in_shlibs): Likewise.
8158
8159 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
8160
8161 * dwarf2read.c (partial_die_parent_scope): Work around buggy
8162 GCC 4.1 debug info generation (GCC PR c++/28460).
8163 (determine_prefix): Likewise.
8164
8165 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
8166
8167 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
8168 get_current_arch.
8169 * tui/tui-layout.c (extract_display_start_addr): Likewise.
8170
8171 2010-03-19 Stan Shebs <stan@codesourcery.com>
8172
8173 * ax-gdb.c (gen_fetch): Handle bool.
8174 (gen_usual_unary): Ditto.
8175 (gen_cast): Ditto.
8176 (gen_equal): New function.
8177 (gen_less): New function.
8178 (gen_expr_binop_rest): Call them, also return integer type from
8179 logical operations.
8180 (gen_expr): Ditto.
8181
8182 2010-03-19 Tom Tromey <tromey@redhat.com>
8183
8184 * jv-lang.c (jv_dynamics_objfile_data_key)
8185 (jv_type_objfile_data_key): New globals.
8186 (class_symtab): Move earlier.
8187 (jv_per_objfile_free): New function.
8188 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
8189 parameter.
8190 Remove ancient #if 1.
8191 (add_class_symbol): Remove redundant declaration.
8192 (java_lookup_class): Use alloc_type, not alloc_type_arch.
8193 (java_link_class_type): Mark as static. Update.
8194 (jv_clear_object_type): New function.
8195 (set_java_object_type): Likewise.
8196 (get_java_object_type): Use set_java_object_type.
8197 (is_object_type): Likewise.
8198 (_initialize_java_language): Register new objfile keys.
8199 (get_java_class_symtab): Add 'gdbarch' parameter.
8200 (add_class_symtab_symbol): Update.
8201 (type_from_class): Update.
8202
8203 2010-03-19 Stan Shebs <stan@codesourcery.com>
8204
8205 * ax-general.c (ax_const_l): Fix a sizing bug.
8206
8207 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8208
8209 GDB 7.1 released.
8210
8211 2010-03-18 Stan Shebs <stan@codesourcery.com>
8212 Pedro Alves <pedro@codesourcery.com>
8213
8214 * target.h (struct target_ops): New method
8215 to_set_circular_trace_buffer.
8216 (target_set_circular_trace_buffer): New macro.
8217 * target.c (update_current_target): Add
8218 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
8219 default behavior.
8220 * remote.c (remote_set_circular_trace_buffer): New function.
8221 (init_remote_ops): Add it to vector.
8222 * tracepoint.h (struct trace_status): New field traceframes_created,
8223 change buffer_size and buffer_free to int.
8224 * tracepoint.c (circular_trace_buffer): New global.
8225 (start_tracing): Send values of disconnected tracing and circular
8226 trace buffer settings.
8227 (set_circular_trace_buffer): New function.
8228 (parse_trace_state): Handle total space and frames created.
8229 (trace_status_command): Display total space and total frames
8230 created.
8231 (trace_save): Write out new status values.
8232 (parse_trace_status): Set traceframe_count, traceframes_created,
8233 buffer_free and buffer_size to -1 by default.
8234 (_initialize_tracepoint): New setshow for circular-trace-buffer.
8235 * NEWS: Mention the circular trace buffer option.
8236
8237 2010-03-18 Tom Tromey <tromey@redhat.com>
8238
8239 * infcmd.c (finish_command_continuation): Wrap print_return_value
8240 in TRY_CATCH.
8241
8242 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8243
8244 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
8245 DIE has a name before creating the associated partial symbol.
8246 (read_func_scope): Emit a complaint if the subprogram does not
8247 have a name or when we can't extract the subprogram PC bounds.
8248
8249 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
8250
8251 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
8252 instead of selected frame architecture.
8253
8254 2010-03-18 Pedro Alves <pedro@codesourcery.com>
8255
8256 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
8257 a valid selected thread, and that it is not running.
8258 (advance_command): Ditto.
8259 (finish_command): Ditto.
8260
8261 2010-03-17 Stan Shebs <stan@codesourcery.com>
8262
8263 * ax-gdb.c (require_rvalue): Disallow non-scalars.
8264
8265 * infcall.c: Include tracepoint.h.
8266 (call_function_by_hand): Disallow calls in tfind mode.
8267 * infcmd.c: Include tracepoint.h.
8268 (ensure_not_tfind_mode): New function.
8269 (continue_1): Call it.
8270 (step_1) Ditto.
8271 (jump_command): Ditto.
8272 (signal_command): Ditto.
8273 (advance_command): Ditto.
8274 (until_command): Ditto.
8275 (finish_command): Ditto.
8276 * tracepoint.h (disconnect_or_stop_tracing): Declare.
8277
8278 * ax-gdb.h (struct axs_value): New field optimized_out.
8279 (gen_trace_for_var): Add gdbarch argument.
8280 * ax-gdb.c (gen_trace_static_fields): New function.
8281 (gen_traced_pop): Call it, add gdbarch argument.
8282 (gen_trace_for_expr): Update call to it.
8283 (gen_trace_for_var): Ditto, and report optimized-out variables.
8284 (gen_struct_ref_recursive): Check for optimized-out value.
8285 (gen_struct_elt_for_reference): Ditto.
8286 (gen_static_field): Pass gdbarch instead of expression, assume
8287 optimization if field not found.
8288 (gen_var_ref): Set the optimized_out flag.
8289 (gen_expr): Error on optimized-out variable.
8290 * tracepoint.c (collect_symbol): Handle struct-valued vars as
8291 expressions, skip optimized-out variables with computed locations.
8292 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
8293 erroring out if location expression missing.
8294 (loclist_tracepoint_var_ref): Don't error out here.
8295
8296 2010-03-17 Tom Tromey <tromey@redhat.com>
8297
8298 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
8299 DWARF data is available.
8300
8301 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
8302
8303 * symfile.c (generic_load): Reset breakpoints after loading.
8304
8305 2010-03-17 Tom Tromey <tromey@redhat.com>
8306
8307 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
8308
8309 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8310
8311 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
8312 create_breakpoint call, adjust the parameters.
8313
8314 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8315 Chandru <chandru@in.ibm.com>
8316
8317 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
8318 * valarith.c (value_subscripted_rvalue): Suppress error if
8319 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
8320
8321 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
8322
8323 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
8324
8325 2010-03-16 Joel Brobecker <brobecker@adacore.com>
8326
8327 * ada-tasks.c (task_command_1): Check that the task ptid is valid
8328 before doing the associated thread switch.
8329
8330 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
8331
8332 * MAINTAINERS: Update my email address.
8333
8334 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
8335
8336 Simplify MI breakpoint setting.
8337
8338 * breakpoint.c (break_command_really): Make nonstatic and
8339 rename to...
8340 (create_breakpoint): ...this. Rename prior function by this name
8341 to...
8342 (create_breakpoint_sal): ...this.
8343 (create_breakpoints): Rename to...
8344 (create_breakpoints_sal): ...this.
8345 (set_breakpoint): Remove.
8346 * breakpoint.h: Adjust to above changes.
8347 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
8348
8349 2010-03-15 Stan Shebs <stan@codesourcery.com>
8350
8351 * ax-gdb.c: Include cp-support.h.
8352 (find_field): Remove.
8353 (gen_primitive_field): New function.
8354 (gen_struct_ref_recursive): New function.
8355 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8356 of find_field.
8357 (gen_static_field): New function.
8358 (gen_struct_elt_for_reference): New.
8359 (gen_namespace_elt): New.
8360 (gen_maybe_namespace_elt): New.
8361 (gen_aggregate_elt_ref): New.
8362 (gen_expr): Add OP_SCOPE, display opcode name in error message.
8363
8364 2010-03-15 Tom Tromey <tromey@redhat.com>
8365
8366 * dwarf2read.c (die_needs_namespace): Also return 0 for
8367 DW_TAG_subprogram.
8368
8369 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
8370
8371 PR c++/7936:
8372 * cp-support.h: Added char *declaration element to using_direct
8373 data struct.
8374 (cp_add_using): Added char *declaration argument.
8375 (cp_add_using_directive): Ditto.
8376 (cp_lookup_symbol_imports): made extern.
8377 * cp-namespace.c: Updated with the above changes.
8378 * dwarf2read.c (read_import_statement): Ditto.
8379 (read_namespace): Ditto.
8380 (read_import_statement): Support import declarations.
8381 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8382 declarations.
8383 Added support for 'declaration_only' search.
8384 (cp_lookup_symbol_namespace): Attempt to search for the name as
8385 is before consideration of imports.
8386 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8387 search at every block level search.
8388 Now takes language argument.
8389 (lookup_symbol_aux): Updated.
8390
8391 2010-03-15 Tom Tromey <tromey@redhat.com>
8392
8393 * c-exp.y (name_not_typename): Add 'operator' clause.
8394
8395 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
8396
8397 * configure.ac: Exit if ${gdb_target_obs}" is not set.
8398 * configure: Regenerate.
8399
8400 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8401
8402 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8403 and ".sdynbss". Update the comment.
8404
8405 2010-03-15 Jie Zhang <jie@codesourcery.com>
8406
8407 * MAINTAINERS: Update my email address.
8408
8409 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8410
8411 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8412
8413 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8414
8415 * charset.c [USE_WIN32API]: Include <windows.h>.
8416 (_initialize_charset): Correct type of w32_host_default_charset.
8417
8418 2010-03-14 Pedro Alves <pedro@codesourcery.com>
8419
8420 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8421
8422 2010-03-12 Tom Tromey <tromey@redhat.com>
8423
8424 PR c++/9708:
8425 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8426 in a lexical block does not need a namespace.
8427 (new_symbol) <DW_TAG_variable>: Put extern variables on
8428 list_in_scope in all cases.
8429
8430 2010-03-12 Stan Shebs <stan@codesourcery.com>
8431
8432 * ax-gdb.c (gen_expr): Add shift expressions.
8433 (gen_expr_binop_rest): Ditto.
8434
8435 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
8436
8437 * buildsym.c (finish_block): Reset using_directives pointer
8438 after block initialization.
8439
8440 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
8441
8442 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8443 * i386-tdep.c (i386_word_names): Likewise.
8444
8445 2010-03-12 Pedro Alves <pedro@codesourcery.com>
8446
8447 * target.c (memory_xfer_partial): Don't use the stack cache if
8448 inspecting trace frames.
8449 * tracepoint.c (finish_tfind_command): Invalidate the target
8450 dcache.
8451
8452 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8453
8454 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8455 for the PIC displacement, print also the displacement value.
8456 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
8457
8458 2010-03-10 Kevin Buettner <kevinb@redhat.com>
8459
8460 * remote-mips.c (close_ports, mips_initialize_cleanups)
8461 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8462 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8463 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8464 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8465 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8466 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8467 comments describing each of these functions.
8468 (mips_enter_debug, mips_exit_debug, common_open)
8469 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8470 blank line after the comment describing the function.
8471
8472 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8473
8474 * solib-svr4.c (svr4_exec_displacement): Return now success, new
8475 parameter displacementp. Update comment.
8476 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8477 element exists. Return if svr4_exec_displacement was not successful.
8478 Update comment.
8479
8480 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8481 Daniel Jacobowitz <dan@codesourcery.com>
8482
8483 * solib-svr4.c (read_program_header): Support type == -1 to read
8484 all program headers.
8485 (read_program_headers_from_bfd): New function.
8486 (svr4_static_exec_displacement): Remove and move the comment ...
8487 (svr4_exec_displacement): ... here. Remove variable found. New
8488 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
8489 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
8490 targets using read_program_headers_from_bfd. Remove the call of
8491 svr4_static_exec_displacement.
8492
8493 2010-03-10 Tom Tromey <tromey@redhat.com>
8494
8495 * dwarf2read.c (struct pubnames_header): Remove.
8496 (_PUBNAMES_HEADER): Remove.
8497 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8498 (struct aranges_header): Remove.
8499 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8500 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8501 (PUBNAMES_SECTION): Remove.
8502 (ARANGES_SECTION): Remove.
8503 (dwarf2_locate_sections): Don't handle pubnames or aranges.
8504 (dwarf2_build_psymtabs): Remove dead code.
8505 (dwarf2_build_psymtabs_easy): Remove.
8506
8507 2010-03-10 Tom Tromey <tromey@redhat.com>
8508
8509 * elfread.c (elf_symfile_read): Don't call
8510 dwarf2_build_frame_info.
8511 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8512 (struct dwarf2_per_objfile) <objfile>: New field.
8513 (dwarf2_has_info): Now idempotent. Set objfile field.
8514 (dwarf2_read_section): Check and set readin field. Call
8515 posix_madvise.
8516 (dwarf2_build_psymtabs): Don't read all sections.
8517 (read_type_comp_unit_head): Read types section.
8518 (create_debug_types_hash_table): Likewise.
8519 (init_cu_die_reader): Add asserts.
8520 (process_type_comp_unit): Add assert.
8521 (dwarf2_build_psymtabs_hard): Read info section.
8522 (load_partial_comp_unit): Add assert.
8523 (create_all_comp_units): Read info section.
8524 (load_full_comp_unit): Likewise.
8525 (dwarf2_ranges_read): Read ranges section.
8526 (dwarf2_record_block_ranges): Add assert.
8527 (dwarf2_read_abbrevs): Read abbrev section.
8528 (read_indirect_string): Read str section.
8529 (dwarf_decode_line_header): Read line section.
8530 (read_signatured_type_at_offset): Read types section.
8531 (dwarf_decode_macros): Read macinfo section.
8532 (dwarf2_symbol_mark_computed): Read loc section.
8533 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8534 dwarf2_build_frame_info.
8535 (dwarf2_build_frame_info): Unconditionally set
8536 dwarf2_frame_objfile_data on the objfile.
8537 * configure.ac: Check for posix_madvise.
8538 * config.in, configure: Rebuild.
8539
8540 2010-03-10 Tom Tromey <tromey@redhat.com>
8541
8542 * xcoffread.c (xcoff_start_psymtab): Update.
8543 (xcoff_end_psymtab): Update.
8544 * psymtab.c (allocate_psymtab): Remove dead code.
8545 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8546 void*.
8547 * mdebugread.c (parse_partial_symbols): Update.
8548 (new_psymtab): Likewise.
8549 * dwarf2read.c (process_psymtab_comp_unit): Update.
8550 (psymtab_to_symtab_1): Update.
8551 * dbxread.c (start_psymtab): Update.
8552 (end_psymtab): Likewise.
8553
8554 2010-03-10 Tom Tromey <tromey@redhat.com>
8555
8556 * xcoffread.c: Include psymtab.h.
8557 (xcoff_sym_fns): Update.
8558 * symtab.h (struct partial_symbol): Remove.
8559 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8560 (struct partial_symtab): Remove.
8561 (PSYMTAB_TO_SYMTAB): Remove.
8562 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8563 (find_pc_sect_psymtab): Remove.
8564 (find_pc_sect_symtab_via_partial): Declare.
8565 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8566 (find_main_psymtab): Remove.
8567 (find_main_filename): Declare.
8568 (fixup_psymbol_section): Remove.
8569 (fixup_section): Declare.
8570 * symtab.c: Include psymtab.h.
8571 (lookup_symtab): Use lookup_symtab method.
8572 (lookup_partial_symtab): Remove.
8573 (find_pc_sect_psymtab_closer): Remove.
8574 (find_pc_sect_psymtab): Remove.
8575 (find_pc_sect_symtab_via_partial): New function.
8576 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8577 (fixup_section): No longer static.
8578 (fixup_psymbol_section): Remove.
8579 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8580 (lookup_global_symbol_from_objfile): Likewise.
8581 (lookup_symbol_aux_psymtabs): Remove.
8582 (lookup_symbol_aux_quick): New function.
8583 (lookup_symbol_global): Use lookup_symbol_aux_quick.
8584 (lookup_partial_symbol): Remove.
8585 (basic_lookup_transparent_type_quick): New function.
8586 (basic_lookup_transparent_type): Use it.
8587 (find_main_psymtab): Remove.
8588 (find_main_filename): New function.
8589 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8590 (find_line_symtab): Use expand_symtabs_with_filename method.
8591 (output_partial_symbol_filename): New function.
8592 (sources_info): Use map_partial_symbol_filenames.
8593 (struct search_symbols_data): New type.
8594 (search_symbols_file_matches): New function.
8595 (search_symbols_name_matches): Likewise.
8596 (search_symbols): Use expand_symtabs_matching method.
8597 (struct add_name_data): Rename from add_macro_name_data.
8598 (add_macro_name): Update.
8599 (add_partial_symbol_name): New function.
8600 (default_make_symbol_completion_list): Use
8601 map_partial_symbol_names.
8602 (struct add_partial_symbol_name): New type.
8603 (maybe_add_partial_symtab_filename): New function.
8604 (make_source_files_completion_list): Use
8605 map_partial_symbol_filenames.
8606 (expand_line_sal): Use expand_symtabs_with_filename method.
8607 * symmisc.c: Include psymtab.h.
8608 (print_objfile_statistics): Use print_stats method.
8609 (dump_objfile): Use dump method.
8610 (dump_psymtab, maintenance_print_psymbols)
8611 (maintenance_info_psymtabs, maintenance_check_symtabs)
8612 (extend_psymbol_list): Remove.
8613 * symfile.h (struct quick_symbol_functions): New struct.
8614 (struct sym_fns) <qf>: New field.
8615 (sort_pst_symbols): Remove.
8616 (increment_reading_symtab): Declare.
8617 * symfile.c: Include psymtab.h.
8618 (compare_psymbols, sort_pst_symbols): Remove.
8619 (psymtab_to_symtab): Remove.
8620 (increment_reading_symtab): New function.
8621 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8622 method.
8623 (set_initial_language): Use find_main_filename.
8624 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8625 (free_named_symtabs): Remove unused code.
8626 (start_psymtab_common, add_psymbol_to_bcache)
8627 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8628 Remove.
8629 * stack.c: Include psymtab.h, symfile.h.
8630 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8631 * source.h (psymtab_to_fullname): Don't declare.
8632 * source.c: Include psymtab.h.
8633 (select_source_symtab): Use find_last_source_symtab method.
8634 (forget_cached_source_info): Use forget_cached_source_info
8635 method.
8636 (find_and_open_source): No longer static.
8637 (psymtab_to_fullname): Remove.
8638 * somread.c: Include psymtab.h.
8639 (som_sym_fns): Update.
8640 * psympriv.h: New file.
8641 * psymtab.h: New file.
8642 * psymtab.c: New file.
8643 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8644 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8645 * objfiles.c: Include psymtab.h.
8646 (objfile_relocate1): Use relocate method.
8647 (objfile_has_partial_symbols): Use has_symbols method.
8648 * mipsread.c: Include psymtab.h.
8649 (ecoff_sym_fns): Update.
8650 * mi/mi-cmd-file.c: Include psymtab.h.
8651 (print_partial_file_name): New function.
8652 (mi_cmd_file_list_exec_source_files): Use
8653 map_partial_symbol_filenames.
8654 * mdebugread.c: Include psympriv.h.
8655 * machoread.c: Include psympriv.h.
8656 (macho_sym_fns): Update.
8657 * m2-exp.y (yylex): Use lookup_symtab.
8658 * elfread.c: Include psympriv.h.
8659 (elf_sym_fns): Update.
8660 * dwarf2read.c: Include psympriv.h.
8661 * dbxread.c: Include psympriv.h.
8662 (aout_sym_fns): Update.
8663 * cp-support.c: Include psymtab.h.
8664 (read_in_psymtabs): Remove.
8665 (make_symbol_overload_list_qualified): Use
8666 expand_symtabs_for_function method.
8667 * coffread.c: Include psympriv.h.
8668 (coff_sym_fns): Update.
8669 * blockframe.c: Include psymtab.h.
8670 (find_pc_partial_function): Use find_pc_sect_symtab method.
8671 * ada-lang.h (ada_update_initial_language): Update.
8672 * ada-lang.c: Include psymtab.h.
8673 (ada_update_initial_language): Remove 'main_pst' argument.
8674 (ada_lookup_partial_symbol): Remove.
8675 (struct ada_psym_data): New type.
8676 (ada_add_psyms): New function.
8677 (ada_add_non_local_symbols): Use map_ada_symtabs method.
8678 (struct add_partial_datum): New type.
8679 (ada_add_partial_symbol_completions): New function.
8680 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8681 (ada_exception_support_info_sniffer): Update.
8682 * Makefile.in (SFILES): Add psymtab.c.
8683 (COMMON_OBS): Add psymtab.o.
8684 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8685
8686 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8687
8688 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8689
8690 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
8691
8692 PR C++/11236:
8693 * cp-namespace.c (cp_add_using): Deleted.
8694 (cp_add_using_directive): Use obstack allocations.
8695 Merged the function cp_add_using into this one.
8696 Added 'struct obstack *' argument.
8697 (cp_scan_for_anonymous_namespaces): Updated.
8698 * cp-support.h: Updated.
8699 * dwarf2read.c (read_import_statement): Updated.
8700 (read_namespace): Updated.
8701
8702 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8703
8704 * windows-nat.c (cygwin_conv_path): Remove old macro.
8705
8706 2010-03-10 Pedro Alves <pedro@codesourcery.com>
8707
8708 * breakpoint.c (condition_command): Handle watchpoint conditions.
8709 (is_hardware_watchpoint): Add comment.
8710 (is_watchpoint): New.
8711 (update_watchpoint): Don't reparse the watchpoint's condition
8712 unless necessary.
8713 (WP_IGNORE): New.
8714 (watchpoint_check): Use it.
8715 (bpstat_check_watchpoint): Handle it.
8716 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8717 conditions in a frame where it makes sense.
8718 (watch_command_1): Store the innermost block of the condition
8719 expression.
8720 (delete_breakpoint): Delete the watchpoint condition expression.
8721 * breakpoint.h (struct bp_location) <cond>: Update comment.
8722 (struct breakpoint): New field `cond_exp_valid_block'.
8723
8724 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8725
8726 Adjust handling of Ada DIEs after dwarf2_physname patch.
8727 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8728
8729 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
8730 Pierre Muller <muller@ics.u-strasbg.fr>
8731
8732 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8733 from/to posix/win32.
8734 (windows_make_so): Use non-Cygwin 1.7 specific function.
8735 (windows_create_inferior): Make sure that cygallargs points to
8736 original args in non Cygwin 1.7. case.
8737
8738 2010-03-09 Michael Snyder <msnyder@vmware.com>
8739
8740 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8741 after target_read_memory to get host byte order.
8742 (i386_process_record): Ditto.
8743
8744 2010-03-09 Keith Seitz <keiths@redhat.com>
8745
8746 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
8747 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8748 print out const or volatile qualifiers, too.
8749 (c_type_print_args): Add parameters show_artificial and language.
8750 Skip artificial parameters when requested.
8751 Use the appropriate language printer.
8752 (c_type_print_varspec): Tell c_type_print_args to skip artificial
8753 parameters and pass language_c.
8754 * dwarf2read.c (die_list): New file global.
8755 (struct partial_die_info): Update comments for name field.
8756 (pdi_needs_namespace): Renamed to ...
8757 (die_needs_namespace): ... this. Rewrite.
8758 (dwarf2_linkage_name): Remove.
8759 (add_partial_symbol): Do not predicate the call to
8760 partial_die_full_name based on pdi_needs_namespace.
8761 Remove call to cp_check_possible_namespace_symbols and associated
8762 outdated comments.
8763 (guess_structure_name): Do not inspect child subprogram DIEs.
8764 (dwarf2_fullname): Update comments.
8765 Use die_needs_namespace to assist in computing the name.
8766 (read_func_scope): Use dwarf2_name to get the DIE's name.
8767 Use dwarf2_physname to get the "linkage name" of the DIE.
8768 (dwarf2_add_member_field): Use dwarf2_physname instead of
8769 dwarf2_linkage_name.
8770 (read_structure_type): For structs and classes, set TYPE_NAME, too.
8771 (determine_class): Remove.
8772 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8773 except Ada.
8774 (new_symbol): Unconditionally call dwarf2_name.
8775 Compute the "linkage name" using dwarf2_physname.
8776 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8777 When determining to scan for anonymous C++ namespaces, ignore
8778 the linkage name.
8779 (dwarf2_physname): New function.
8780 (dwarf2_full_name): Move content to new function and call
8781 that.
8782 (dwarf2_compute_name): "New" function.
8783 (_initialize_dwarf2_read): Initialize die_list.
8784 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8785 physname.
8786 (gnu_v3_print_method_ptr): Use the physname for virtual methods
8787 without a demangled name.
8788 Print out type information for non-virtual methods.
8789 * linespec.c (decode_line_1): Force ANY string using "::" (or
8790 "." for java) to use decode_compound, and clean up any stray quoting.
8791 If we found a file symtab, re-evaluate whether the remainder is_quoted.
8792 (decode_compound): Stop consuming at an open parenthesis.
8793 Keep template parameters.
8794 Keep any overload information.
8795 Keep keywords like "const".
8796 Remove paren_pointer.
8797 Move is_quoted check from set_flags to here.
8798 Remove #if 0 code from 2000. Ten years is long enough.
8799 (find_method): Before comparing symbol names, canonicalize the string
8800 from the user.
8801 If a specific overload is requested, find it. Otherwise throw an error.
8802 (find_method_overload_end): New function.
8803 (set_flags): Remove.
8804 (decode_compound): Assume that parentheses are matched.
8805 It's a lot easier.
8806 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8807 to cplus_demangle.
8808 * linespec.c (decode_line_1): Keep important keywords like
8809 "const" and "volatile".
8810 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8811 * typeprint.h (c_type_print_args): Add declaration.
8812 * ui-file.c (do_ui_file_obsavestring): New function.
8813 (ui_file_obsavestring): New function.
8814 * ui-file.h (ui_file_obsavestring): Add declaration.
8815 * valops.c (find_overload_match): Resolve the object to
8816 a non-pointer type.
8817 If the object is a data member, search the object for the member
8818 and return with staticp set.
8819 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8820 Do not attempt to extract a function name from non-function types.
8821 If the extracted function name and the original name are the same,
8822 we don't have a C++ method.
8823
8824 From Jan Kratochvil <jan.kratochvil@redhat.com>:
8825 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
8826
8827 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8828 and arguments from symbol lookups.
8829 * ax-gdb.c (gen_expr): Likewise.
8830 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8831 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8832 lookup_possible_namespace_symbol): Likewise.
8833 * cp-support.c (read_in_psymtabs): Likewise.
8834 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8835 * language.h (la_lookup_symbol_nonlocal): Likewise.
8836 * scm-valprint.c (scm_inferior_print): Likewise.
8837 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8838 * solib-svr.c (elf_lookup_lib): Likewise.
8839 * solib.c (show_auto_solib_add): Likewise.
8840 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8841 * symmisc.c (maintenance_check_symtabs): Likewise.
8842 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8843 lookup_symbol_aux_local, lookup_symbol_aux_block,
8844 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8845 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8846 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8847 basic_lookup_transparent_type, find_main_psymtab,
8848 lookup_block_symbol): Likewise.
8849 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8850 lookup_symbol_global, lookup_symbol_aux_block,
8851 lookup_symbol_partial_symbol, lookup_block_symbol,
8852 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8853
8854 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
8855
8856 * python/python-internal.h: Include symtab.h.
8857
8858 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8859 Pierre Muller <muller@ics.u-strasbg.fr>
8860
8861 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8862 * p-valprint.c (pascal_val_print): Remove undeed block and fix
8863 indentation.
8864
8865 2010-03-08 Tom Tromey <tromey@redhat.com>
8866
8867 * breakpoint.c (breakpoint_1): Add "QUIT".
8868
8869 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
8870 Pedro Alves <pedro@codesourcery.com>
8871
8872 * solib.c (solib_find): Replace extension if
8873 solib_symbols_extension is set in the target gdbarch.
8874 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
8875 solib_symbols_extension to "sym".
8876 * gdbarch.sh (solib_symbols_extension): New variable.
8877 (pstring): New function.
8878 * gdbarch.h, gdbarch.c: Regenerate.
8879
8880 2010-03-08 Tom Tromey <tromey@redhat.com>
8881
8882 PR cli/9591:
8883 * NEWS: Update.
8884 * utils.c: Include main.h.
8885 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
8886 (defaulted_query): Use default answer if `batch_flag'.
8887 * main.h (batch_flag): Declare.
8888 * main.c (batch_flag): New global.
8889 (captured_main): Remove 'batch'. Update.
8890
8891 2010-03-08 Kevin Buettner <kevinb@redhat.com>
8892
8893 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
8894 and Kevin Buettner:
8895
8896 * remote-mips.c (rockhopper_ops): New target_ops struct.
8897 (MON_ROCKHOPPER): New mips_monitor_type.
8898 (read_hex_value): New function.
8899 (mips_request): Send 8-byte values with a 'T' packet. Read the
8900 packet argument as a string and use read_hex_value to parse it.
8901 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
8902 (rockhopper_open): New function.
8903 (mips_wait): Read the PC, FP and SP fields as strings. Use
8904 read_hex_value to parse them and mips_set_register to commit them.
8905 (mips_set_register): New function.
8906 (mips_fetch_registers): Do not cast register value to "unsigned"
8907 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
8908 (mips_store_registers): Use a 'T' packet to set registers when
8909 using MON_ROCKHOPPER.
8910 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
8911 and expect the total to be printed before the entry address.
8912 (_initialize_remote_mips): Initialize and add rockhopper_ops.
8913
8914 2010-03-08 Kevin Buettner <kevinb@redhat.com>
8915
8916 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
8917 Change return value to int. Store value fetched in location
8918 addressed by `val'. Use function's return value as success
8919 or failure indicator. Adjust all callers.
8920
8921 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
8922
8923 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
8924
8925 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8926 Hui Zhu <teawater@gmail.com>
8927
8928 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
8929 tmp_to_stopped_data_address.
8930 (record_open): Reset tmp_to_stopped_by_watchpoint and
8931 tmp_to_stopped_data_address.
8932 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
8933 to_stopped_data_address.
8934
8935 2010-03-08 Hui Zhu <teawater@gmail.com>
8936
8937 * i386-tdep.c (i386_process_record): Initialize regnum.
8938
8939 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8940
8941 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
8942 Do not warn on ".gnu.liblist" and ".gnu.conflict".
8943
8944 2010-03-08 Joel Brobecker <brobecker@adacore.com>
8945
8946 Memory error when reading wrong core file.
8947 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
8948 errors while reading the inferior memory, and return zero if
8949 an exception was raised.
8950
8951 2010-03-07 Michael Snyder <msnyder@vmware.com>
8952
8953 * record.c (record_restore): Rename tmpu8 to rectype.
8954
8955 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
8956 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
8957
8958 (i386_record_push): Rename local tmpulongest to addr.
8959
8960 (i386_process_record): Rename local tmpulongest to addr.
8961
8962 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
8963 addr64.
8964
8965 Rename local variable tmpu8 to opcode8 and regnum.
8966
8967 2010-03-07 Joel Brobecker <brobecker@adacore.com>
8968
8969 * remote.c (remote_get_ada_task_ptid): New function.
8970 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
8971
8972 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
8973
8974 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
8975 block. Define helper macros to reduce ifdefs in code.
8976 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
8977 size. Call unadorned GetModuleFileNameEx rather than
8978 GetModuleFileNameEx*.
8979 (windows_make_so): Use __PMAX to denote maximum buffer size and
8980 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
8981 appropriate.
8982 (get_image_name): Use __PMAX to denote maximum buffer size.
8983 (handle_load_dll): Likewise.
8984 (windows_pid_to_exec_file): Likewise.
8985 (windows_create_inferior): Add many accommodations for older Cygwin and
8986 non-Cygwin.
8987 (bad_GetModuleFileNameExW): Control inclusion of this function based on
8988 __USEWIDE conditional.
8989 (bad_GetModuleFileNameExA): Likewise.
8990 (_initialize_loadable): Just use real function names without the dyn_
8991 part since they are defined earlier.
8992
8993 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
8994 Tom Tromey <tromey@redhat.com>
8995
8996 * utils.c (host_char_to_target): Add 'gdbarch' argument.
8997 (parse_escape): Likewise.
8998 * python/py-utils.c (unicode_to_target_string): Update.
8999 (unicode_to_target_python_string): Update.
9000 (target_string_to_unicode): Update.
9001 * printcmd.c (printf_command): Update.
9002 * p-exp.y (yylex): Update.
9003 * objc-exp.y (yylex): Update.
9004 * mi/mi-parse.c: Include charset.h.
9005 (mi_parse_escape): New function.
9006 (mi_parse_argv): Use it.
9007 * jv-exp.y (yylex): Update.
9008 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
9009 function.
9010 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
9011 * gdbarch.sh (auto_charset, auto_wide_charset): New.
9012 * gdbarch.c: Rebuild.
9013 * gdbarch.h: Rebuild.
9014 * defs.h (parse_escape): Update.
9015 * cli/cli-setshow.c: Include arch-utils.h.
9016 (do_setshow_command): Update.
9017 * cli/cli-cmds.c (echo_command): Update.
9018 * charset.h (target_charset, target_wide_charset): Update.
9019 * charset.c: Include arch-utils.h.
9020 (target_charset_name): Default to "auto".
9021 (target_wide_charset_name): Likewise.
9022 (show_target_charset_name): Handle "auto".
9023 (show_target_wide_charset_name): Likewise.
9024 (be_le_arch): New global.
9025 (set_be_le_names): Add 'gdbarch' argument.
9026 (validate): Likewise. Don't call set_be_le_names.
9027 (set_charset_sfunc, set_host_charset_sfunc)
9028 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
9029 Update.
9030 (target_charset): Add 'gdbarch' argument.
9031 (target_wide_charset): Likewise. Remove 'byte_order' argument.
9032 (auto_target_charset_name): New global.
9033 (default_auto_charset, default_auto_wide_charset): New functions.
9034 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
9035 for target charsets. Copy result of nl_langinfo. Use GetACP if
9036 USE_WIN32API.
9037 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
9038 remove 'byte_order' argument. Update.
9039 (classify_type): Likewise.
9040 (c_emit_char): Update.
9041 (c_printchar): Update.
9042 (c_printstr): Update.
9043 (c_get_string): Update.
9044 (evaluate_subexp_c): Update.
9045 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
9046 Declare.
9047 * python/python.c (gdbpy_target_charset): New function.
9048 (gdbpy_target_wide_charset): Likewise.
9049 (GdbMethods): Update.
9050 * NEWS: Update.
9051
9052 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
9053
9054 * symfile.c (build_section_addr_info_from_objfile): Do not mask
9055 off high address bits.
9056
9057 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
9058
9059 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
9060 address as UnsignedLongLong, not LongLong.
9061
9062 2010-03-05 Kevin Buettner <kevinb@redhat.com>
9063 Pedro Alves <pedro@codesourcery.com>
9064
9065 * remote-mips.c (gdbthread.h): Include.
9066 (remote_mips_ptid): Declare.
9067 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
9068 (common_open): Set inferior_ptid, add it as an inferior, and
9069 as a thread too. Delete FIXME comment regarding start_remote().
9070 (mips_close): Invoke generic_mourn_inferior().
9071 (mips_kill): Make sure that target_mourn_inferior is invoked.
9072 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
9073 it's now invoked from mips_close().
9074 (mips_load): Don't null out inferior_ptid. Don't call
9075 clear_symtab_users().
9076 (mips_thread_alive, mips_pid_to_str): New functions.
9077 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
9078 to_thread_alive and to_pid_to_str operations.
9079
9080 2010-03-04 Tom Tromey <tromey@redhat.com>
9081
9082 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
9083 in DWARF 3 and later.
9084 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
9085
9086 2010-03-04 Keith Seitz <keiths@redhat.com>
9087
9088 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
9089 If the filename portion of the linespec was quoted, recheck the
9090 remainder for additional quoting.
9091 (locate_first_half): Skip over completer chars, too.
9092
9093 2010-03-04 Tom Tromey <tromey@redhat.com>
9094
9095 * printcmd.c (printf_command): Pass dummy argument to
9096 printf_filtered.
9097
9098 2010-03-04 Doug Evans <dje@google.com>
9099
9100 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
9101 unwound_fp.
9102
9103 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
9104
9105 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9106
9107 * breakpoint.c (update_watchpoint): Create a sentinel location if
9108 the software watchpoint isn't watching any memory.
9109 (breakpoint_address_bits): Skip dummy software watchpoint locations.
9110
9111 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9112
9113 * utils.c (fputs_maybe_filtered): Check if there's already a top
9114 level interpreter before dereferencing it. If there isn't one,
9115 don't paginate either.
9116
9117 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9118
9119 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
9120 the state right when single stepping.
9121 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
9122 Get the next PC along with the instruction state.
9123 (thumb_get_next_pc): Remove.
9124 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
9125
9126 2010-03-04 Hui Zhu <teawater@gmail.com>
9127
9128 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
9129
9130 2010-03-03 Pedro Alves <pedro@codesourcery.com>
9131
9132 * utils.c (fputs_maybe_filtered): Always disable pagination if the
9133 top level interpreter is MI.
9134
9135 2010-03-03 Stan Shebs <stan@codesourcery.com>
9136
9137 * remote.c (remote_download_tracepoint): Iterate over locations.
9138 * tracepoint.c (validate_actionline): Ditto.
9139 (encode_actions): Add location argument.
9140 (trace_dump_command): Check all locations to see if stepping
9141 frame.
9142
9143 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
9144 Eli Zaretskii <eliz@gnu.org>
9145
9146 * NEWS: Add X86 general purpose registers section.
9147
9148 2010-03-03 Tom Tromey <tromey@redhat.com>
9149
9150 PR mi/11098:
9151 * varobj.c (install_new_value): Handle case where new print_value
9152 is NULL.
9153
9154 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
9155
9156 PR gdb/11345:
9157 * printcmd.c (printf_command): Print end of format string using
9158 printf_filtered.
9159
9160 2010-03-02 Tom Tromey <tromey@redhat.com>
9161
9162 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
9163 * defs.h (read_command_lines_1): Add missing 'void'.
9164 * cli/cli-script.c (recurse_read_control_structure): Add missing
9165 'void'.
9166 (read_next_line): Likewise.
9167 (read_command_lines_1): Likewise.
9168
9169 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9170
9171 * spu-tdep.c (spu_analyze_prologue): Track instruction to
9172 store backchain as part of prologue.
9173
9174 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
9175
9176 * progspace.c (update_address_spaces): Update inferior address spaces
9177 also.
9178
9179 2010-03-02 Doug Evans <dje@google.com>
9180
9181 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
9182 lowpc,highpc args to addrmap_set_empty.
9183
9184 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
9185
9186 * amd64-tdep.c (amd64_byte_names): New.
9187 (amd64_word_names): Likewise.
9188 (amd64_dword_names): Likewise.
9189 (amd64_pseudo_register_name): Likewise.
9190 (amd64_pseudo_register_read): Likewise.
9191 (amd64_pseudo_register_write): Likewise.
9192 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
9193 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
9194 set_gdbarch_pseudo_register_write and
9195 set_tdesc_pseudo_register_name. Don't call
9196 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
9197
9198 * i386-tdep.c (i386_num_mmx_regs): Removed.
9199 (i386_num_pseudo_regs): Likewise.
9200 (i386_byte_names): New.
9201 (i386_word_names): Likewise.
9202 (i386_byte_regnum_p): Likewise.
9203 (i386_word_regnum_p): Likewise.
9204 (i386_mmx_regnum_p): Updated.
9205 (i386_pseudo_register_name): Make it global. Handle byte and
9206 word pseudo-registers.
9207 (i386_pseudo_register_read): Likewise.
9208 (i386_pseudo_register_write): Likewise.
9209 (i386_pseudo_register_type): Handle byte, word and dword
9210 pseudo-registers
9211 (i386_register_reggroup_p): Don't include pseudo
9212 registers, except for MXX, in any register groups. Don't
9213 include pseudo byte, word, dword registers in general_reggroup.
9214 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
9215 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
9216 pseudo-registers after word pseudo-registers. Call
9217 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
9218
9219 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
9220 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
9221 eax_regnum.
9222 (i386_byte_regnum_p): New.
9223 (i386_word_regnum_p): Likewise.
9224 (i386_dword_regnum_p): Likewise.
9225 (i386_pseudo_register_name): Likewise.
9226 (i386_pseudo_register_read): Likewise.
9227 (i386_pseudo_register_write): Likewise.
9228
9229 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9230
9231 * target-descriptions.c (tdesc_type): Remove
9232 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9233 (tdesc_predefined_types): Likewise.
9234 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
9235 if flag name is empty.
9236 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
9237
9238 * features/i386/32bit-core.xml: Define i386_eflags.
9239 * features/i386/64bit-core.xml: Likewise.
9240
9241 * features/i386/32bit-sse.xml: Define i386_mxcsr.
9242 * features/i386/64bit-sse.xml: Likewise.
9243
9244 * features/i386/amd64-linux.c: Regenerated.
9245 * features/i386/amd64.c: Likewise.
9246 * features/i386/i386-linux.c: Likewise.
9247 * features/i386/i386.c: Likewise.
9248
9249 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9250
9251 * gdbtypes.c (append_composite_type_field_raw): New.
9252 (append_composite_type_field_aligned): Use the new function.
9253 * gdbtypes.h (append_composite_type_field_raw): Declare.
9254 * target-descriptions.c (struct tdesc_type_field): Add start and end.
9255 (struct tdesc_type_flag): New type.
9256 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
9257 kind. Add size to u.u. Add u.f for flags.
9258 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
9259 (tdesc_free_type): Likewise.
9260 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
9261 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
9262 (tdesc_add_bitfield, tdesc_add_flag): New.
9263 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
9264 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
9265 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
9266 current_type. Add current_type_size and current_type_is_flags.
9267 (tdesc_start_union): Clear the new fields.
9268 (tdesc_start_struct, tdesc_start_flags): New.
9269 (tdesc_start_field): Handle struct fields, including bitfields.
9270 (field_attributes): Make type optional. Add start and end.
9271 (union_children): Rename to struct_union_children.
9272 (union_attributes): Rename to struct_union_attributes. Add optional
9273 size.
9274 (flags_attributes): New.
9275 (feature_children): Add struct and flags.
9276 * features/gdb-target.dtd: Add flags and struct to features.
9277 Make field type optional. Add field start and end.
9278
9279 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9280
9281 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
9282 (amd64_linux_read_description): Likewise.
9283 (_initialize_amd64_linux_nat): Set to_read_description to
9284 amd64_linux_read_description.
9285
9286 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
9287 (amd64_linux_register_name): Removed.
9288 (amd64_linux_register_type): Likewise.
9289 (amd64_linux_core_read_description): New.
9290 (amd64_linux_init_abi): Set target description to
9291 tdesc_amd64_linux if needed. Support orig_rax in target
9292 description. Don't call set_gdbarch_register_name nor
9293 set_gdbarch_register_type. Call
9294 set_gdbarch_core_read_description.
9295 (_initialize_amd64_linux_tdep): Call
9296 initialize_tdesc_amd64_linux.
9297
9298 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
9299
9300 * amd64-tdep.c: Include "features/i386/amd64.c".
9301 (amd64_register_names): Removed.
9302 (amd64_register_name): Likewise.
9303 (amd64_register_type): Likewise.
9304 (amd64_init_abi): Set num_core_regs and register_names. Set
9305 target description to tdesc_amd64 if needed. Don't call
9306 set_gdbarch_register_name nor set_gdbarch_register_type.
9307 (_initialize_amd64_tdep): New.
9308
9309 * i386-linux-nat.c (i386_linux_read_description): New.
9310 (_initialize_i386_linux_nat): Set to_read_description to
9311 i386_linux_read_description.
9312
9313 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
9314 (i386_linux_register_name): Removed.
9315 (i386_linux_core_read_description): New.
9316 (i386_linux_read_description): Likewise.
9317 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
9318 Set target description to tdesc_i386_linux if needed. Support
9319 orig_eax. Set register_reggroup_p. Call
9320 set_gdbarch_core_read_description.
9321 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
9322
9323 * i386-linux-tdep.h (tdesc_i386_linux): New.
9324
9325 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
9326 with I387_NUM_REGS.
9327
9328 * i386-tdep.c: Include "features/i386/i386.c".
9329 (i386_register_names): Make it const.
9330 (i386_mmx_names): Likewise.
9331 (i386_num_register_names): Removed.
9332 (i386_register_name): Likewise.
9333 (i386_eflags_type): Likewise.
9334 (i386_mxcsr_type): Likewise.
9335 (i386_sse_type): Likewise.
9336 (i386_register_type): Likewise.
9337 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
9338 (i386_pseudo_register_name): New.
9339 (i386_pseudo_register_type): Likewise.
9340 (i386_mmx_type): Make it static.
9341 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
9342 I387_NUM_REGS. Set num_core_regs and register_names. Don't
9343 call set_gdbarch_register_name nor set_gdbarch_register_type.
9344 Set register_reggroup_p. Set target description to tdesc_i386
9345 if needed. Call set_tdesc_pseudo_register_type,
9346 set_tdesc_pseudo_register_name and tdesc_use_registers.
9347 (_initialize_i386_tdep): Call initialize_tdesc_i386.
9348 initialize_tdesc_x86_64.
9349
9350 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9351 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
9352 register_names, tdesc and register_reggroup_p.
9353 (I386_NUM_FREGS): Removed.
9354 (i386_eflags_type): Likewise.
9355 (i386_mxcsr_type): Likewise.
9356 (i386_mmx_type): Likewise.
9357 (i386_sse_type): Likewise.
9358 (i386_register_name): Likewise.
9359 (i386_regnum): Add I386_MXCSR_REGNUM.
9360 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9361
9362 * i387-tdep.h (I387_NUM_REGS): New.
9363
9364 * regformats/i386/i386-linux.dat: Generated.
9365 * regformats/i386/i386.dat: Likewise.
9366 * regformats/i386/amd64-linux.dat: Likewise.
9367 * regformats/i386/amd64.dat: Likewise.
9368
9369 * regformats/reg-i386-linux.dat: Removed.
9370 * regformats/reg-i386.dat: Likewise.
9371 * regformats/reg-x86-64-linux.dat: Likewise.
9372 * regformats/reg-x86-64.dat: Likewise.
9373
9374 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
9375
9376 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9377 cygwin_conv_path API rather than the deprecated
9378 cygwin_conv_to_full_posix_path.
9379 * windows-nat.c:
9380 (GetModuleFileNameExA): Undefine for Cygwin.
9381 (GetModuleFileNameExW): Define for Cygwin.
9382 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9383 Call GetModuleFileNameExW and convert path to POSIX using
9384 cygwin_conv_path.
9385 (windows_make_so): Always define p. Drop unused variable m.
9386 Don't use Win32 functions to check file existance, rather use
9387 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
9388 Use canonicalize_file_name to get full path.
9389 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9390 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
9391 use correct target buffer size in call to WideCharToMultiByte.
9392 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9393 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9394 (windows_create_inferior): Convert all paths and arguments to wchar_t
9395 and use CreateProcessW on Cygwin.
9396 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9397 (bad_GetModuleFileNameExA): Undefine for Cygwin.
9398 (bad_GetModuleFileNameExW): Define for Cygwin.
9399 (_initialize_loadable): Load GetModuleFileNameExW into
9400 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
9401
9402 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9403
9404 PR python/11036
9405 * python/py-frame.c (frapy_read_var): Add block argument and logic
9406 to cope with user provided blocks.
9407
9408 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9409
9410 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9411 New comment.
9412
9413 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
9414
9415 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9416 (COMMON_OBS): ... to here since it's used unconditionally.
9417 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9418 (SFILES): To here.
9419
9420 2010-02-26 David Daney <ddaney@caviumnetworks.com>
9421
9422 * mips-linux-tdep.c: Update struct sigframe comments.
9423 (SIGFRAME_CODE_OFFSET): Delete macro.
9424 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9425 this_frame's sp.
9426 (mips_linux_n32n64_sigframe_init): Same.
9427
9428 2010-02-26 Kevin Buettner <kevinb@redhat.com>
9429
9430 * remote-mips.c (mips_load): Don't use pseudo-register when
9431 invalidating regcache.
9432
9433 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9434
9435 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9436
9437 2010-02-26 Pedro Alves <pedro@codesourcery.com>
9438
9439 * NEWS: Add "New targets" section, and mention ARM Symbian
9440 support.
9441
9442 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
9443
9444 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9445 add ADDR_SIZE member.
9446 (allocate_piece_closure): Update.
9447 (copy_pieced_value_closure): Likewise.
9448 (dwarf2_evaluate_loc_desc): Likewise.
9449 (read_pieced_value): Use DWARF address size instead of
9450 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9451
9452 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
9453 Tom Tromey <tromey@redhat.com>
9454
9455 * python/py-type.c (typy_lookup_typename): Add in block argument.
9456 If provided restrict lookup to specified blocks.
9457 (gdbpy_lookup_type): Likewise.
9458 (typy_lookup_type): Likewise.
9459
9460 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9461
9462 Symbian config
9463
9464 gdb/
9465 * arm-symbian-tdep.c: New.
9466 * configure.tgt (arm*-*-symbianelf*): New target.
9467 (*-*-symbianelf*): New OS.
9468 * osabi.c (gdb_osabi_names): Add Symbian.
9469 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9470 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9471 (ALLDEPFILES): Add arm-symbian-tdep.c.
9472
9473 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9474
9475 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9476
9477 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9478
9479 * mi/mi-main.c (mi_cmd_execute): Fix typo.
9480
9481 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9482 Tom Tromey <tromey@redhat.com>
9483 Thiago Jung Bauermann <bauerman@br.ibm.com>
9484
9485 * python/python.c (_initialize_python): Call
9486 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9487 gdbpy_initialize_blocks.
9488 * python/python-internal.h: Declare struct symbol, block and
9489 symtab_and_line. Declare block_object_type and
9490 symbol_object_type
9491 (gdbpy_lookup_symbol gdbpy_block_for_pc)
9492 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9493 (symbol_to_symbol_object, block_to_block_object)
9494 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9495 (gdbpy_initialize_blocks ): Declare.
9496 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9497 (frapy_select): Add methods.
9498 (frapy_read_var): Add symbol branch.
9499 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9500 py-block.
9501 (SUBDIR_PYTHON_SRCS): Likewise.
9502 (py-symbol.o): New rule.
9503 (py-symtab.o): Likewise.
9504 (py-block.o): Likewise.
9505 * python/py-symbol.c: New file.
9506 * python/py-symtab.c: Likewise.
9507 * python/py-block.c: Likewise.
9508
9509 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9510
9511 PR gdb/11321
9512
9513 * inferior.h (prepare_for_detach): Declare.
9514 (struct inferior) <detaching>: New field.
9515 * infrun.c (prepare_for_detach): New.
9516 (handle_inferior_event) <random signal>: Don't stop if detaching.
9517 * target.c (target_detach): Call prepare_for_detach.
9518
9519 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9520
9521 Per-process displaced stepping queue.
9522
9523 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9524 (displaced_step_gdbarch, displaced_step_closure,
9525 (displaced_step_original, displaced_step_copy): Move globals to
9526 this...
9527 (struct displaced_step_inferior_state): ... new structure.
9528 (displaced_step_inferior_states): New global.
9529 (get_displaced_stepping_state, add_displaced_stepping_state)
9530 (remove_displaced_stepping_state, infrun_inferior_exit): New
9531 functions.
9532 (displaced_step_clear): Add displaced_step_inferior_state
9533 parameter, and adjust to handle it.
9534 (displaced_step_clear_cleanup): Parameter is now a
9535 displaced_step_inferior_state. Adjust.
9536 (displaced_step_prepare): Adjust.
9537 (displaced_step_fixup, displaced_step_fixup)
9538 (infrun_thread_ptid_changed, resume): Adjust.
9539 (init_wait_for_inferior): Don't call displaced_step_clear.
9540 (infrun_thread_stop_requested): Rewrite.
9541 (_initialize_infrun): Install infrun_inferior_exit as
9542 inferior_exit observer.
9543
9544 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9545
9546 * inferior.h (ptid_match): Declare.
9547 * infrun.c (ptid_match): New.
9548 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9549 (handle_notification): Add debug output.
9550 * linux-nat.c (ptid_match): Delete.
9551
9552 2010-02-24 David S. Miller <davem@davemloft.net>
9553
9554 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9555 * syscalls/sparc-linux.xml: New.
9556 * syscalls/sparc64-linux.xml: New.
9557 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9558 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9559 (sparc32_linux_get_syscall_number): New function.
9560 (sparc32_linux_init_abi): Set syscall XML file name and hook up
9561 syscall number fetcher.
9562 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9563 (sparc64_linux_get_syscall_number): New function.
9564 (sparc64_linux_init_abi): Set syscall XML file name and hook up
9565 syscall number fetcher.
9566
9567 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9568
9569 Multiexec MI
9570
9571 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9572 * inferior.c (add_inferior_silent): Notify inferior_added
9573 observer.
9574 (delete_inferior_1): Notify inferior_removed observer.
9575 (exit_inferior_1): Pass inferior, not pid, to observer.
9576 (inferior_appeared): Likewise.
9577 (add_inferior_with_spaces): New.
9578 (add_inferior_command): Use the above.
9579 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9580 Declare.
9581
9582 * inflow.c (inflow_inferior_exit): Likewise.
9583 * jit.c (jit_inferior_exit_hook): Likewise.
9584
9585 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9586 remove-inferior.
9587 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9588 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9589 (report_initial_inferior): New.
9590 (mi_inferior_removed): Register the above. Make sure
9591 inferior_added observer is called on the first inferior.
9592 (mi_new_thread, mi_thread_exit): Thread group is now identified by
9593 inferior number, not pid.
9594 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9595 affected.
9596 * mi/mi-main.c (current_context): New.
9597 (proceed_thread_callback): Use typed closure.
9598 Proceed everything if pid is 0. Most implementation split into
9599 (proceed_thread): ... this.
9600 (run_one_inferior): New.
9601 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9602 Adjust for multiexec behaviour.
9603 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9604 (mi_cmd_execute): Handle the 'thread-group' option here.
9605 Do some extra checks.
9606 * mi-parse.c (mi_parse): Handle the --all and --thread-group
9607 options.
9608 * mi-parse.h (struct mi_parse): New fields all and thread_group.
9609
9610 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9611
9612 Make -exec-run a proper MI commands.
9613
9614 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9615 * mi/mi-cmds.c (mi_cmds): Adjust.
9616 * mi/mi-main.c (mi_cmd_exec_run): New.
9617
9618 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9619 Stan Shebs <stan@codesourcery.com>
9620
9621 * tracepoint.h (set_traceframe_number)
9622 (cleanup_restore_current_traceframe): Declare.
9623 * tracepoint.c (set_traceframe_number): New.
9624 (struct current_traceframe_cleanup): New.
9625 (do_restore_current_traceframe_cleanup)
9626 (restore_current_traceframe_cleanup_dtor)
9627 (make_cleanup_restore_current_traceframe): New.
9628 * infrun.c: Include tracepoint.h.
9629 (fetch_inferior_event): Switch out and in of tfind mode.
9630
9631 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9632
9633 * breakpoint.c (breakpoint_init_inferior): Also delete
9634 bp_shlib_event breakpoints.
9635 * solib-frv.c (enable_break): Remove call to
9636 remove_solib_event_breakpoints.
9637 * solib-svr4.c (enable_break): Ditto.
9638 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9639 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9640 * solib-som.c (som_solib_create_inferior_hook): Ditto.
9641 * solib-spu.c (spu_enable_break): Ditto.
9642
9643 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9644
9645 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9646
9647 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9648
9649 * varobj.c (varobj_update): Avoid non-constants in initializers.
9650
9651 2010-02-23 Tom Tromey <tromey@redhat.com>
9652
9653 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9654 handle big-endian values.
9655 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9656
9657 2010-02-22 Pedro Alves <pedro@codesourcery.com>
9658
9659 PR9605
9660
9661 gdb/
9662 * breakpoint.c (insert_bp_location): If inserting the read
9663 watchpoint failed, fallback to an access watchpoint.
9664 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9665 if the value changed, if not watching the same memory for writes.
9666 (watchpoint_locations_match): Add comment.
9667 (update_global_location_list): Copy the location's watchpoint type.
9668 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9669 handle read watchpoints here.
9670 (i386_insert_watchpoint): Read watchpoints aren't supported.
9671 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9672 packets.
9673 * target.h (target_insert_watchpoint): Update description.
9674
9675 2010-02-19 Tom Tromey <tromey@redhat.com>
9676
9677 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9678 * m2-typeprint.c (m2_print_type): Update.
9679 * gdbtypes.c (recursive_dump_type): Update.
9680 (copy_type_recursive): Update.
9681 * c-typeprint.c (c_type_print_varspec_prefix): Update.
9682 (c_type_print_base): Update.
9683 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9684 Remove.
9685 (struct cplus_struct_type) <ntemplate_args>: Remove.
9686 <struct template_arg>: Remove.
9687 <is_dynamic>: Move earlier.
9688 (TYPE_TEMPLATE_ARGS): Remove.
9689 (TYPE_NTEMPLATE_ARGS): Remove.
9690 (TYPE_TEMPLATE_ARG): Remove.
9691
9692 2010-02-19 Tom Tromey <tromey@redhat.com>
9693
9694 PR c++/8693, PR c++/9496:
9695 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9696 * c-exp.y (lex_one_token): Rename from yylex. Don't call
9697 write_dollar_variable. Don't try to classify NAME tokens.
9698 (token_and_value): New type.
9699 (token_fifo, popping, name_obstack): New globals.
9700 (classify_name): New function.
9701 (classify_inner_name): Likewise.
9702 (yylex): Likewise.
9703 (VARIABLE): Now has type sval.
9704 (exp : VARIABLE): Call write_dollar_variable.
9705 (qualified_name): Use TYPENAME, not typebase. Add production for
9706 multiple "::" instances.
9707 (variable): Use name_not_typename.
9708 (qualified_type): Remove.
9709 (typebase): Update.
9710
9711 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9712
9713 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
9714 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
9715 found by bfd_get_section_by_name.
9716 * symfile.h (struct section_addr_info) <sectindex>: New comment.
9717
9718 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9719
9720 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
9721 7.0 section" into "Changes in 7.1".
9722
9723 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9724
9725 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9726 * version.in: Bump version to 7.1.50.20100219-cvs.
9727
9728 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
9729
9730 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9731 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9732
9733 2010-02-17 Tom Tromey <tromey@redhat.com>
9734
9735 * NEWS: Add Python API Improvements section.
9736
9737 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9738
9739 * NEWS: Correct typo.
9740
9741 2010-02-17 Tom Tromey <tromey@redhat.com>
9742
9743 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9744
9745 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9746
9747 * symfile.c (build_section_addr_info_from_objfile): Include sections
9748 only if they are SEC_ALLOC or SEC_LOAD.
9749
9750 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
9751
9752 PR shlibs/11293
9753 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9754 of ULONGEST for address size.
9755
9756 2010-02-17 Tom Tromey <tromey@redhat.com>
9757
9758 * NEWS: Add C++ improvements section.
9759
9760 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
9761
9762 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9763 PyThreadState_Swap): Avoid "statement with no effect" warning.
9764
9765 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9766
9767 * solib-svr4.c (enable_break <target_auxv_search>): New variable
9768 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
9769
9770 2010-02-17 Tristan Gingold <gingold@adacore.com>
9771 Petr Hluzin <petr.hluzin@gmail.com>
9772
9773 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9774 gdb_assert. Fix info->size for SIG prologue.
9775
9776 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9777
9778 * infcmd.c (show_inferior_tty_command): Check for NULL.
9779 Correct output message.
9780
9781 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9782
9783 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9784 FUNCTION contains parentheses. Improve removal of a trailing
9785 single quote.
9786
9787 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9788
9789 * gcore.c (do_bfd_delete_cleanup): New function.
9790 (gcore_command): Use it. Discard the cleanup after success.
9791 (gcore_copy_callback): Delete dead code.
9792
9793 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9794
9795 * symfile.c (addr_info_make_relative): Always use
9796 find_lowest_section.
9797
9798 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
9799
9800 * NEWS: Added entry for namespace fixes.
9801
9802 2010-02-15 Tom Tromey <tromey@redhat.com>
9803
9804 * dwarf2read.c (guess_structure_name): Allocate name on the
9805 objfile obstack.
9806
9807 2010-02-15 Tom Tromey <tromey@redhat.com>
9808
9809 * c-typeprint.c (c_type_print_base): Reverse order of test.
9810
9811 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9812
9813 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
9814 initialize it from ELF BFD. Extend the prelink condition by it.
9815
9816 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9817
9818 * defs.h (parse_pid_to_attach): New.
9819 * utils.c (parse_pid_to_attach): New.
9820 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9821 * gnu-nat.c (gnu_attach): Likewise.
9822 * nto-procfs.c (procfs_attach): Likewise.
9823 * procfs.c (procfs_attach): Likewise.
9824 * windows-nat.c (windows_attach): Likewise.
9825 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
9826 * inf-ttrace.c (inf_ttrace_attach): Likewise.
9827 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
9828 check.
9829
9830 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
9831
9832 * MAINTAINERS: Add myself for write after approval privileges.
9833
9834 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9835
9836 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9837 block.
9838
9839 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9840
9841 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9842 only if INFO_VERBOSE.
9843
9844 2010-02-12 Tomas Holmberg <th@virtutech.com>
9845
9846 * mi/mi-main.c: Added the --reverse flag to the following MI
9847 commands: exec-continue, exec-finish, exec-next, exec-step,
9848 exec-next-instruction, exec-step-instruction. This is to
9849 support reverse execution over the MI interface to gdb.
9850
9851 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9852
9853 * tracepoint.c (_initialize_tracepoint): Specify that the address
9854 range of `tfind outsize' is exclusive, and that the address range
9855 of `tfind range' is inclusive, in the commands' help strings.
9856
9857 2010-02-12 Joel Brobecker <brobecker@adacore.com>
9858
9859 Spurious "dll not found" error messages on x64-windows.
9860 * windows-nat.c: Add include of complaints.h.
9861 (handle_unload_dll): Change dll-not-found error into a complaint.
9862
9863 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9864
9865 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9866 bp_tracepoint and bp_fast_tracepoint, not
9867 bp_loc_software_breakpoint.
9868 (update_global_location_list): Tracepoints are never duplicates of
9869 anything.
9870
9871 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9872
9873 * breakpoint.c (break_command_really): Change return type to int.
9874 Return false if no breakpoint was created, true otherwise.
9875 (trace_command): Don't set the tracepoint count if no tracepoint
9876 was created.
9877 (ftrace_command): Ditto.
9878 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
9879 created in the breakpoints table.
9880
9881 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9882 Ulrich Weigand <uweigand@de.ibm.com>
9883
9884 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
9885
9886 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9887
9888 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
9889 the offset value isn't of integral type.
9890
9891 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9892
9893 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
9894 New.
9895
9896 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9897
9898 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
9899 non-subscriptable types.
9900 * valarith.c (binop_types_user_defined_p): New, abstracted out
9901 from ...
9902 (binop_user_defined_p): ... this.
9903 * value.h (binop_types_user_defined_p): Declare.
9904
9905 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9906
9907 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
9908 Merge uploaded TSVs before merging uploaded tracepoints.
9909
9910 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9911
9912 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
9913
9914 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
9915
9916 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
9917 whitespace character after a dot in comment.
9918 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
9919 Likewise.
9920 (list_args_or_locals): For the 'all' (that is
9921 -stack-list-variables) case, always output list of tuples.
9922 Output 'arg' field if variable is argument.
9923
9924 2010-02-10 Tom Tromey <tromey@redhat.com>
9925
9926 * parser-defs.h (parser_debug): Declare.
9927 * parse.c (_initialize_parse): Install "debug parser" set/show
9928 command.
9929 (parser_debug): New global.
9930 (show_parserdebug): New function.
9931 * c-exp.y (c_parse): Set yydebug.
9932
9933 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
9934
9935 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
9936 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9937 (tdesc_predefined_types): Add i387_ext, i386_eflags and
9938 i386_mxcsr.
9939 (tdesc_find_type): New.
9940 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
9941 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9942
9943 * target-descriptions.h (tdesc_find_type): New.
9944
9945 2010-02-10 Michael Snyder <msnyder@vmware.com>
9946
9947 * gdb-gdb.py: Comment fix.
9948
9949 2010-02-09 Tristan Gingold <gingold@adacore.com>
9950
9951 * machoread.c (macho_symfile_relocate): New function.
9952 (macho_sym_fns): Use macho_symfile_relocate instead of
9953 default_symfile_relocate.
9954 (macho_oso_data): New type.
9955 (current_oso): New variable.
9956 (macho_add_oso_symfile): Do not compute section_addr_info, but
9957 instead set vma of sections.
9958 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
9959 Set and clear current_oso.
9960
9961 2010-02-09 Joel Brobecker <brobecker@adacore.com>
9962
9963 Wrong type description for tagged type parameter.
9964 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
9965 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
9966 reference to a tagged type.
9967
9968 2010-02-09 Tristan Gingold <gingold@adacore.com>
9969
9970 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
9971 brothers of the parent.
9972
9973 2010-02-08 Tom Tromey <tromey@redhat.com>
9974
9975 PR c++/8017:
9976 * value.h: Update.
9977 * valops.c (search_struct_field): Make 'name' const.
9978 (search_struct_method): Likewise.
9979 (find_method_list): Make 'method' const.
9980 (value_struct_elt): Make 'name' and 'err' const.
9981 (value_find_oload_method_list): Make 'method' const.
9982 (find_overload_match): Make 'name' const.
9983 * eval.c (evaluate_subexp_standard): New locals function,
9984 function_name.
9985 <OP_FUNCALL>: Handle OP_SCOPE specially.
9986
9987 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9988
9989 * infrun.c (handle_inferior_event): Do not look up regcache
9990 for exited processes.
9991
9992 2010-02-08 Chris Moller <moller@mollerware.com>
9993
9994 PR gdb/10728
9995 * valarith.c (value_ptrdiff): Added a test for a zero type length,
9996 warn if found, and assume length = 1.
9997
9998 2010-02-08 Chris Moller <cmoller@redhat.com>
9999
10000 PR gdb/9067
10001 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
10002 (cp_print_static_field) Fix use of obstacks.
10003
10004 2010-02-08 Pedro Alves <pedro@codesourcery.com>
10005
10006 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
10007 resumed LWPs as resumed.
10008 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
10009 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
10010 of throwing an internal error. If an LWP of a process we're not
10011 waiting for reports a signal, don't force collecting a SIGSTOP,
10012 and if it was breakpoint hit in non-stop mode, cancel it. Don't
10013 go through all LWPs cancelling breakpoints in non-stop mode.
10014 (resume_stopped_resumed_lwps): New.
10015 (linux_nat_wait): Use it.
10016
10017 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
10018
10019 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
10020 i386/amd64 and i386/amd64-linux.
10021 (i386/i386-expedite): New.
10022 (i386/i386-linux-expedite): Likewise.
10023 (i386/amd64-expedite):Likewise.
10024 (i386/amd64-linux-expedite): Likewise.
10025 ($(outdir)/i386/i386-linux.dat): Likewise.
10026 ($(outdir)/i386/amd64.dat): Likewise.
10027 ($(outdir)/i386/amd64-linux.dat): Likewise.
10028
10029 * features/i386/32bit-core.xml: New.
10030 * features/i386/32bit-linux.xml: Likewise.
10031 * features/i386/32bit-sse.xml: Likewise.
10032 * features/i386/64bit-core.xml: Likewise.
10033 * features/i386/64bit-linux.xml: Likewise.
10034 * features/i386/64bit-sse.xml: Likewise.
10035 * features/i386/i386-linux.xml: Likewise.
10036 * features/i386/i386.xml: Likewise.
10037 * features/i386/amd64-linux.xml: Likewise.
10038 * features/i386/amd64.xml: Likewise.
10039 * features/i386/i386-linux.c: Likewise.
10040 * features/i386/i386.c: Likewise.
10041 * features/i386/amd64-linux.c: Likewise.
10042 * features/i386/amd64.c: Likewise.
10043
10044 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
10045
10046 PR c++/7935:
10047 * cp-support.h: Added char* alias element to using_direct data
10048 struct.
10049 (cp_add_using): Added char* alias argument.
10050 (cp_add_using_directive): Ditto.
10051 * cp-namespace.c: Updated with the above changes.
10052 (cp_lookup_symbol_imports): Check for aliases.
10053 * dwarf2read.c (read_import_statement): Figure out local alias
10054 for the import and pass it on to cp_add_using.
10055 (read_namespace): Pass alias argument to cp_add_using.
10056
10057 2010-02-05 Hui Zhu <teawater@gmail.com>
10058
10059 * defs.h (gdb_bfd_errmsg): New extern.
10060 * exec.c (exec_file_attach): Change bfd_errmsg to
10061 gdb_bfd_errmsg.
10062 * utils.c (AMBIGUOUS_MESS1): New macro.
10063 (AMBIGUOUS_MESS2): New macro.
10064 (gdb_bfd_errmsg): New function.
10065
10066 2010-02-04 Doug Evans <dje@google.com>
10067
10068 * solib-svr4.c (enable_break): Add comment.
10069
10070 2010-02-04 Anthony Green <green@moxielogic.com>
10071
10072 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
10073 gracefully.
10074
10075 2010-02-04 Tom Tromey <tromey@redhat.com>
10076
10077 * valops.c (search_struct_field): Account for
10078 value_embedded_offset. Fix check for virtual base past the end of
10079 the object. Use value_copy when making a slice of the value.
10080
10081 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
10082
10083 PR tui/9622
10084 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
10085 only if gdb_stdout is a tty.
10086
10087 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
10088
10089 * target-descriptions.c: Include "osabi.h".
10090 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
10091 OSABI.
10092
10093 2010-02-04 Tristan Gingold <gingold@adacore.com>
10094
10095 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
10096 (macho_symtab_read): Adjust calls to macho_add_oso.
10097 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
10098 (macho_symfile_read): Adjust call to macho_oso_symfile.
10099 (macho_new_init): Move this function after declarations.
10100 (macho_symfile_init): Ditto.
10101 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
10102 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
10103
10104 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
10105
10106 Include MI command in remotelog.
10107
10108 * mi/mi-main.c (mi_execute_command): Call target_log_command.
10109
10110 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10111
10112 * remote.c (remote_state): Remove gdbarch.
10113 (init_remote_state): Don't set gdbarch.
10114 (remote_query_supported): Pass target_gdbarch instead of
10115 rs->gdbarch to gdbarch_qsupported.
10116
10117 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10118
10119 * gdbarch.sh: Add qsupported.
10120
10121 * gdbarch.c: Regenerated.
10122 * gdbarch.h: Likewise.
10123
10124 * remote.c (remote_state): Add gdbarch.
10125 (init_remote_state): Set gdbarch.
10126 (remote_query_supported): Support gdbarch_qsupported.
10127
10128 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
10129
10130 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
10131 __FreeBSD_kernel_version.
10132
10133 2010-02-03 Tristan Gingold <gingold@adacore.com>
10134
10135 * symfile.h (struct sym_fns): Add sym_relocate field.
10136 (default_symfile_relocate): New prototype.
10137 (symfile_relocate_debug_section): First argument is now an objfile.
10138 * symfile.c (default_symfile_relocate): Rename from
10139 symfile_relocate_debug_section, first argument is now an objfile.
10140 (symfile_relocate_debug_section): New function.
10141 * coffread.c (coff_sym_fns): Set sym_relocate field.
10142 * somread.c (som_sym_fns): Ditto.
10143 * mipsread.c (ecoff_sym_fns): Ditto.
10144 * machoread.c (macho_sym_fns): Ditto.
10145 * elfread.c (elf_sym_fns): Ditto.
10146 * dwarf2read.c (dwarf2_read_section): Ditto.
10147 * xcoffread.c (xcoff_sym_fns): Ditto.
10148 * dbxread.c (aout_sym_fns): Ditto.
10149 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
10150 (elfstab_build_psymtabs): Ditto.
10151
10152 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10153
10154 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
10155
10156 2010-02-02 Tom Tromey <tromey@redhat.com>
10157
10158 * valops.c (value_cast_structs): Try downcasting using the RTTI
10159 type.
10160
10161 2010-02-02 Tom Tromey <tromey@redhat.com>
10162
10163 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
10164 (gnuv2_baseclass_offset): Now static.
10165 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
10166 * gnu-v2-abi.h: Remove.
10167
10168 2010-02-02 Tom Tromey <tromey@redhat.com>
10169
10170 * m2-typeprint.c (m2_record_fields): Don't use
10171 TYPE_DECLARED_TYPE.
10172 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
10173 (struct main_type) <flag_declared_class>: New field.
10174 (struct cplus_struct_type) <declared_type>: Remove.
10175 <ntemplate_args>: Move earlier.
10176 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
10177 (DECLARED_TYPE_TEMPLATE): Remove.
10178 (TYPE_DECLARED_TYPE): Remove.
10179 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
10180 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
10181 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
10182 TYPE_DECLARED_TYPE.
10183
10184 2010-02-02 Tom Tromey <tromey@redhat.com>
10185
10186 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
10187 * valops.c (search_struct_field): Compute nbases after calling
10188 CHECK_TYPEDEF.
10189 (check_field): Call CHECK_TYPEDEF.
10190 * cp-valprint.c (cp_print_value): Pass correct address to
10191 baseclass_offset. Fix check for virtual base past the end of the
10192 object. Don't offset address passed to cp_print_value_fields or
10193 apply_val_pretty_printer.
10194 (cp_print_value_fields): Fix call to val_print.
10195 (cp_print_value_fields_rtti): New function.
10196 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
10197 * p-valprint.c (pascal_object_print_value_fields): Fix call to
10198 val_print.
10199 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
10200 offset to address.
10201 * language.h (struct language_defn) <la_val_print>: Document.
10202 * c-lang.h (cp_print_value_fields_rtti): Declare.
10203
10204 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10205
10206 PR libc/11214:
10207 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10208 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
10209 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10210
10211 2010-02-01 Michael Matz <matz@suse.de>
10212 Daniel Jacobowitz <dan@codesourcery.com>
10213
10214 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
10215 functions use a frame pointer.
10216
10217 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10218
10219 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
10220 by a conditional setting DYN_ADDR. Use DYN_ADDR.
10221 * config/djgpp/fnchange.lst: Add translations for
10222 symbol-without-target_section.exp and symbol-without-target_section.c.
10223
10224 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10225
10226 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
10227 (remote_breakpoint_for_pc): Correct invalid_p check.
10228 * gdbarch.c: Regenerated.
10229
10230 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10231
10232 * arm-tdep.c (arm_find_mapping_symbol): New function, from
10233 arm_pc_is_thumb.
10234 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
10235 (extend_buffer_earlier): New function.
10236 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
10237 (arm_adjust_breakpoint_address): New function.
10238 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
10239
10240 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10241
10242 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
10243 (arm_linux_thumb2_le_breakpoint): New constants.
10244 (arm_linux_init_abi): Set thumb2_breakpoint and
10245 thumb2_breakpoint_size.
10246 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
10247 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
10248 Implement support for single stepping through IT blocks if
10249 a 32-bit Thumb breakpoint instruction is available.
10250 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
10251 is available, use it when needed.
10252 (arm_remote_breakpoint_from_pc): New function.
10253 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
10254 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
10255 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
10256
10257 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10258
10259 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
10260 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
10261 * gdbarch.c, gdbarch.h: Regenerated.
10262 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
10263 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
10264 gdbarch_remote_breakpoint_from_pc.
10265
10266 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10267
10268 * infrun.c (prepare_to_proceed): Handle other signals which might
10269 match a breakpoint.
10270 (handle_inferior_event): Move the check for unusual breakpoint
10271 signals earlier.
10272
10273 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
10274
10275 amd64 - function returning record with field straddling 2 registers.
10276 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
10277 a record of length <= 16 in which a field straddles the two
10278 eightbytes.
10279
10280 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10281
10282 Implement return values on amd64-windows.
10283 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
10284 (amd64_windows_return_value): New function.
10285 (amd64_windows_init_abi): Call set_gdbarch_return_value with
10286 amd64_windows_return_value.
10287
10288 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10289
10290 amd64-windows: 32 bytes allocated on stack by caller for integer
10291 parameter registers.
10292 * i386-tdep.h (struct gdbarch_tdep): Add new field
10293 integer_param_regs_saved_in_caller_frame.
10294 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10295 tdep->integer_param_regs_saved_in_caller_frame to 1.
10296 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
10297 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
10298
10299 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10300
10301 amd64-windows: memory args passed by pointer during function calls.
10302 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
10303 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
10304 where tdep->memory_args_by_pointer is non-zero.
10305 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10306 tdep->memory_args_by_pointer to 1.
10307
10308 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10309
10310 amd64-windows: Integer parameters in function calls.
10311 * i386-tdep.h (enum amd64_reg_class): New, moved here from
10312 amd64-tdep.c.
10313 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
10314 call_dummy_integer_regs, and classify.
10315 * amd64-tdep.h (amd64_classify): Add declaration.
10316 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
10317 (amd64_reg_class): Delete, moved to i386-tdep.h.
10318 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
10319 Replace call to amd64_classify by call to tdep->classify.
10320 (amd64_push_arguments): Get the list of registers to use for
10321 passing integer parameters from the gdbarch tdep structure,
10322 rather than using a hardcoded one. Replace calls to amd64_classify
10323 by calls to tdep->classify.
10324 (amd64_push_dummy_call): Get the register number used for
10325 the "hidden" argument from tdep->call_dummy_integer_regs.
10326 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
10327 and tdep->call_dummy_integer_regs. Set tdep->classify.
10328 * amd64-windows-tdep.c: Add include of gdbtypes.h.
10329 (amd64_windows_dummy_call_integer_regs): New static global.
10330 (amd64_windows_classify): New function.
10331 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
10332 tdep->call_dummy_integer_regs and tdep->classify.
10333
10334 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
10335
10336 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
10337 for the new regcache. All callers updated.
10338 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
10339 (get_thread_arch_regcache): Do not set aspace here.
10340 * regcache.h (regcache_xmalloc): Update declaration.
10341
10342 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
10343 regcache_xmalloc updated.
10344
10345 2010-01-28 Joel Brobecker <brobecker@adacore.com>
10346
10347 Another -Wunused-function error in procfs.c (sparc-solaris)
10348 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
10349 Only define if SYS_syssgi is defined.
10350 (remove_dbx_link_breakpoint): Delete declaration. Move up.
10351 (dbx_link_addr, insert_dbx_link_bpt_in_file)
10352 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
10353 is itself defined.
10354
10355 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
10356
10357 * windows-nat.c (windows_initialization_done): New variable.
10358 (get_windows_debug_event): Issue error when process dies before
10359 completely initializing.
10360 (do_initial_windows_stuff): Set flag to indicate when we are done with
10361 the initial steps of attaching to the child.
10362
10363 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10364
10365 * symtab.h (struct symbol <symtab>): New comment on NULL values.
10366
10367 2010-01-27 Doug Evans <dje@google.com>
10368
10369 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10370
10371 * breakpoint.c (bpstat_stop_status): Delete useless code.
10372
10373 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10374
10375 * printcmd.c (display_uses_solib_p): Remove variable section. Access
10376 objfile via SYMBOL_SYMTAB.
10377
10378 2010-01-26 Tom Tromey <tromey@redhat.com>
10379
10380 PR exp/7643:
10381 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10382 coerce_array on result.
10383
10384 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10385
10386 * cp-namespace.c (cp_lookup_symbol_namespace): Added
10387 search_parent argument.
10388 (cp_add_using): Initialize 'searched' field.
10389 (reset_directive_searched): New function.
10390 * cp-support.h: Add 'searched' field to using_direct struct.
10391 (cp_lookup_symbol_imports): Ditto.
10392 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10393 Perform recursive search.
10394 Implement non parent search.
10395 * valops.c (value_maybe_namespace_elt): Updated.
10396
10397 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10398
10399 PR gdb/10929:
10400 * dwarf2read.c (read_lexical_block_scope): Create blocks for
10401 scopes which contain using directives even if they contain no
10402 declarations.
10403 * symtab.c (lookup_symbol_aux): Pass lowest level block to
10404 la_lookup_symbol_nonlocal.
10405 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10406 cp_lookup_symbol_namespace.
10407 (cp_lookup_symbol_namespace): Perform an import lookup at every
10408 block level.
10409 (cp_lookup_symbol_imports): New function.
10410 (cp_lookup_symbol_in_namespace): New function.
10411
10412 2010-01-25 Tom Tromey <tromey@redhat.com>
10413
10414 PR gdb/11049:
10415 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10416 result.
10417
10418 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10419
10420 * configure.ac: Only use host_os part when disabling TUI on osf.
10421 Use test to check variables, prefix strings with x.
10422 * configure: Regenerate.
10423
10424 * solib-osf.c (osf_current_sos): Initialize tail.
10425
10426 2010-01-25 gingold <gingold@adacore.com>
10427
10428 * windows-nat.c (windows_continue): Use %x to print thread id.
10429 (get_windows_debug_event): Ditto.
10430
10431 2010-01-22 Tom Tromey <tromey@redhat.com>
10432
10433 PR symtab/11199:
10434 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10435 type and arguments. Use smash_to_methodptr_type.
10436 (read_structure_type): Call quirk_gcc_member_function_pointer
10437 later.
10438 * gdbtypes.h (smash_to_methodptr_type): Declare.
10439 * gdbtypes.c (smash_to_methodptr_type): New function.
10440 (lookup_methodptr_type): Use it.
10441
10442 2010-01-21 Tom Tromey <tromey@redhat.com>
10443
10444 PR symtab/11198:
10445 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10446 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10447 * glibc-tdep.c (find_minsym_and_objfile): Remove.
10448 (glibc_skip_solib_resolver): Use
10449 lookup_minimal_symbol_and_objfile.
10450
10451 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
10452
10453 * inflow.c (check_syscall): Guard by #if clause for GO32 and
10454 WIN32 targets.
10455
10456 2010-01-20 Tom Tromey <tromey@redhat.com>
10457
10458 PR backtrace/10770:
10459 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10460 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
10461 * dwarf2expr.c (new_dwarf_expr_context): Allocate
10462 dwarf_stack_values, not CORE_ADDRs.
10463 (execute_stack_op): Change DW_OP_div and comparison operators to
10464 use signed operands.
10465
10466 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
10467
10468 Per-inferior args and tty and environment.
10469
10470 * infcmd.c (inferior_args): Rename to ...
10471 (inferior_args_scratch): ... this.
10472 (inferior_io_terminal): Rename to ...
10473 (inferior_io_terminal_scratch): ... this.
10474 (inferior_argc, inferior_argv): Remove.
10475 (set_inferior_io_terminal, get_inferior_io_terminal): Store
10476 inside current_inferior().
10477 (set_inferior_tty_command, show_inferior_tty_command): New.
10478 (get_inferior_args, set_inferior_args): Store inside
10479 current_inferior().
10480 (notice_args_set): Likewise and rename to...
10481 (set_args_command): ... this.
10482 (set_inferior_args_vector): Likewise.
10483 (notice_args_read): Rename to...
10484 (show_args_command): ...new.
10485 (tty_command): Remove.
10486 (run_command_1): Don't free old args, as they are freed by
10487 set_inferior_arg now.
10488 (run_no_args_command): Likewise.
10489 (inferior_environ): Remove.
10490 (run_command_1): Use environment of the current inferior.
10491 (environment_info, set_environment_command)
10492 (unset_environment_command, path_info, path_command): Likewise.
10493 (_initialize_infcmd): Adjust for function and variable renames.
10494 Do not init inferior_environ.
10495 * inferior.h (set_inferior_arg): Adjust prototype.
10496 (struct inferior): New fields args, argc, argv, terminal, environment.
10497 (inferior_environ): Remove declaration.
10498 * inferior.c (free_inferior): Free new fields.
10499 (add_inferior_silent): Initialize 'environment' field.
10500 * main.c (captured_main): Set arguments only after the initial
10501 inferior has been created. Set set_inferior_io_terminal,
10502 not tty_command.
10503 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10504 inferior.
10505 (_initialize_mi_cmd_env): Adjust for disappearance of global
10506 inferior_environ.
10507 * solib.c (solib_find): Use environment of the current inferior.
10508
10509 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10510
10511 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10512 HAVE_PYTHON.
10513 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10514
10515 2010-01-20 Joel Brobecker <brobecker@adacore.com>
10516
10517 Get rid of ada-lang.c:function_name_from_pc.
10518 * ada-lang.c: Add "stack.h" #include.
10519 (function_name_from_pc): Delete.
10520 (is_known_support_routine): Replace call to function_name_from_pc
10521 by call to find_frame_funname.
10522 (ada_unhandled_exception_name_addr_from_raise): Likewise.
10523
10524 2010-01-19 Tom Tromey <tromey@redhat.com>
10525
10526 PR c++/11026:
10527 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10528 objfile obstack.
10529
10530 2010-01-19 Tom Tromey <tromey@redhat.com>
10531
10532 * top.c (stop_sig, float_handler, do_nothing): Remove.
10533
10534 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10535
10536 * breakpoint.c (watchpoint_check): Check the call
10537 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10538 Extend the comment.
10539 * config/djgpp/fnchange.lst: Add translations for
10540 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10541 watchpoint-cond-gone-stripped.c.
10542
10543 2010-01-19 Tom Tromey <tromey@redhat.com>
10544
10545 PR c++/8000:
10546 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10547 into parent scope, and enumerator into grandparent scope.
10548
10549 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10550
10551 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10552
10553 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10554
10555 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10556 i[34567]86-*-solaris2.1[0-9]*.
10557 * configure.tgt: Likewise.
10558
10559 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10560
10561 * NEWS: Document the source command enhancement allowing it
10562 to load Python scripts. Document the "set/show script-extension"
10563 commands.
10564
10565 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10566
10567 Add -Wunused-function to compile flags.
10568 * configure.ac: Add -Wunused-function to build_warnings.
10569 * configure: Regenerate.
10570
10571 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10572
10573 "delete" ada-lex.c:input function, not used.
10574 * ada-lex.l: #define YY_NO_INPUT.
10575
10576 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10577
10578 Delete free_named_symtabs and associated cleanup.
10579 * symfile.h (free_named_symtabs): Delete declaration.
10580 * symfile.c: Remove some commented out code (clear_symtab_users_once).
10581 (cashier_psymtab): Comment function out.
10582 Delete declaration.
10583 (free_named_symtabs): Delete.
10584 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10585 * dbxread.c (end_psymtab): Likewise.
10586 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10587 * exec.c (exec_close_1): Ditto.
10588 * xcoffread.c (xcoff_end_psymtab): Likewise.
10589
10590 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10591
10592 * stack.c (print_block_frame_labels): Comment function out.
10593
10594 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10595
10596 Delete unused or undefined functions.
10597 * breakpoint.c (ep_parse_optional_filename): Delete.
10598 * dcache.c (dcache_write_line): Remove declaration.
10599 * infrun.c (build_infrun): Remove declaration.
10600 * tracepoint.c (tracepoint_save_command): Remove declaration.
10601 * linux-nat.c (init_lwp_list): Delete. No longer used.
10602 * event-loop.c (check_async_signal_handlers): Delete declaration.
10603 * infrun.c (init_execution_control_state): Delete.
10604 (proceed): Update comment to avoid mentioning
10605 init_execution_control_state.
10606 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10607 * ada-lang.c (ada_to_static_fixed_value): Delete.
10608 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10609 * cp-namespace.c (cp_copy_usings): Delete.
10610 * xml-syscall.c (xml_number_of_syscalls): Delete.
10611 * progspace.c (find_program_space_by_num): Delete.
10612 * inflow.c (handle_sigio): Delete declaration.
10613 * hppa-tdep.c (hppa_alignof): Delete.
10614 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10615 (mipsnbsd_core_osabi_sniffer): Delete.
10616
10617 2010-01-18 Tom Tromey <tromey@redhat.com>
10618
10619 PR c++/9680:
10620 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10621 (CONST_CAST): New tokens.
10622 (exp): Add new productions.
10623 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10624 reinterpret_cast.
10625 (is_cast_operator): New function.
10626 (yylex): Handle cast operators specially.
10627 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10628 UNOP_REINTERPRET_CAST>: New cases.
10629 * expprint.c (print_subexp_standard): Likewise.
10630 (op_name_standard): Likewise.
10631 (dump_subexp_body_standard): Likewise.
10632 * parse.c (operator_length_standard): Likewise.
10633 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10634 UNOP_REINTERPRET_CAST.
10635 * gdbtypes.c (class_types_same_p): New function.
10636 (is_ancestor): Use it.
10637 (is_public_ancestor): New function.
10638 (is_unique_ancestor_worker): Likewise.
10639 (is_unique_ancestor): Likewise.
10640 * gdbtypes.h (class_types_same_p, is_public_ancestor)
10641 (is_unique_ancestor): Declare.
10642 * valops.c (value_reinterpret_cast): New function.
10643 (dynamic_cast_check_1): Likewise.
10644 (dynamic_cast_check_2): Likewise.
10645 (value_dynamic_cast): Likewise.
10646 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10647
10648 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10649
10650 Fix build failure when building without Python support.
10651 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10652 is not defined.
10653
10654 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10655
10656 Use XVS field type instead of doing a parallel lookup.
10657 * ada-lang.c (ada_get_base_type): Follow the XVS field type
10658 if it is a reference type instead of doing a type lookup using
10659 the XVS field name.
10660
10661 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10662
10663 Trust PAD types instead of using PAD___XVS.
10664 * ada-lang.c (trust_pad_over_xvs): New static variable.
10665 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10666 parallel XVS type, follow the XVS type instead of the PAD type.
10667 (unwrap_value): Make sure that there is no parallel XVE type
10668 before returning the value as is.
10669 (set_ada_list, show_ada_list): New static variables.
10670 (set_ada_command, show_ada_command): New functions.
10671 (_initialize_ada_language): Add new "set/show ada" prefix commands.
10672 Add new "set/show ada trust-PAD-over-XVS" setting.
10673
10674 2010-01-18 Tom Tromey <tromey@redhat.com>
10675 Thiago Jung Bauermann <bauerman@br.ibm.com>
10676
10677 Allow "source" to load python scripts.
10678 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10679 * python/python.c (source_python_script): New function.
10680 * python/python.h (source_python_script): Add declaration.
10681 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10682 (script_ext_off, script_ext_soft, script_ext_strict)
10683 (script_ext_enums, script_ext_mode): New static constants.
10684 (show_script_ext_mode, find_and_open_script): New functions.
10685 (source_script): Enhance to handle Python scripts.
10686 (init_cli_cmds): Add set/show script-extension commands.
10687
10688 2010-01-16 Stan Shebs <stan@codesourcery.com>
10689
10690 * tracepoint.h (struct trace_status): Use unsigned long long
10691 instead of size_t.
10692 * tracepoint.c (trace_status_command): Fix printf directive.
10693 (trace_save_command): Check fwrite returns, fix printf directive.
10694 (trace_filename): New global.
10695 (tfile_open): Set it, check read returns.
10696 (tfile_close): Free trace_filename.
10697 (tfile_get_traceframe_address): Check read returns.
10698 (tfile_trace_find): Ditto.
10699 (tfile_fetch_registers): Ditto.
10700 (tfile_xfer_partial): Ditto.
10701 (tfile_get_trace_state_variable_value): Ditto.
10702
10703 2010-01-15 Stan Shebs <stan@codesourcery.com>
10704
10705 Add trace file support.
10706 * tracepoint.h (enum trace_stop_reason): New enum.
10707 (struct trace_status): New struct.
10708 (parse_trace_status): Declare.
10709 (struct uploaded_tp): Move here from remote.c,
10710 add fields for actions.
10711 (struct uploaded_tsv): New struct.
10712 * tracepoint.c (tfile_ops): New target vector.
10713 (trace_fd): New global.
10714 (tfile_open): New function.
10715 (tfile_close): New function.
10716 (tfile_files_info): New function.
10717 (tfile_get_trace_status): New function.
10718 (tfile_get_traceframe_address): New function.
10719 (tfile_trace_find): New function.
10720 (tfile_fetch_registers): New function.
10721 (tfile_xfer_partial): New function.
10722 (tfile_get_trace_state_variable_value): New function.
10723 (init_tfile_ops): New function.
10724 (_initialize_tracepoint): Call it, add tfile target.
10725 (trace_status): New global.
10726 (current_trace_status): New function.
10727 (trace_running_p): Remove, change all users to get from
10728 current_trace_status()->running.
10729 (get_trace_status): Remove.
10730 (trace_status_command): Call target_get_trace_status directly,
10731 report more detail including tracing stop reasons.
10732 (trace_find_command): Always allow tfind on a file.
10733 (trace_find_pc_command): Ditto.
10734 (trace_find_tracepoint_command): Ditto.
10735 (trace_find_line_command): Ditto.
10736 (trace_find_range_command): Ditto.
10737 (trace_find_outside_command): Ditto.
10738 (trace_frames_offset, cur_offset): Declare as off_t.
10739 (trace_regblock_size): Rename from reg_size, update users.
10740 (parse_trace_status): New function.
10741 (tfile_interp_line): New function.
10742 (disconnect_or_stop_tracing): Ensure current trace
10743 status before asking what to do.
10744 (stop_reason_names): New global.
10745 (trace_save_command): New command.
10746 (get_uploaded_tp): Move here from remote.c.
10747 (find_matching_tracepoint): Ditto.
10748 (merge_uploaded_tracepoints): New function.
10749 (parse_trace_status): Use stop_reason_names.
10750 (_initialize_tracepoint): Define tsave command.
10751 * target.h (target_ops): New fields to_save_trace_data,
10752 to_upload_tracepoints, to_upload_trace_state_variables,
10753 to_get_raw_trace_data, change to_get_trace_status
10754 to take a pointer to a status struct.
10755 (target_save_trace_data): New macro.
10756 (target_upload_tracepoints): New macro.
10757 (target_upload_trace_state_variables): New macro.
10758 (target_get_raw_trace_data): New macro.
10759 * target.c (update_current_target): Add new methods, change
10760 signature of to_get_trace_status.
10761 * remote.c (hex2bin): Make globally visible.
10762 (bin2hex): Ditto.
10763 (remote_download_trace_state_variable): Download name also.
10764 (remote_get_trace_status): Update parameter, use
10765 parse_trace_status.
10766 (remote_save_trace_data): New function.
10767 (remote_upload_tracepoints): New function.
10768 (remote_upload_trace_state_variables): New function.
10769 (remote_get_raw_trace_data): New function.
10770 (remote_start_remote): Use them.
10771 (_initialize_remote_ops): Add operations.
10772 * ax-gdb.c: Include breakpoint.h.
10773 * breakpoint.c (create_tracepoint_from_upload): Use
10774 break_command_really, return tracepoint, warn about unimplemented
10775 parts.
10776 * NEWS: Mention trace file addition.
10777
10778 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10779
10780 Fix compilation warning on gcc-3.4.
10781 * exec.c (print_section_info): Move the `displacement' variable
10782 initialization to its declaration.
10783
10784 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10785
10786 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10787 comparison.
10788
10789 2010-01-15 Eric Botcazou <botcazou@adacore.com>
10790
10791 "info tasks" broken by typedefs in ATCB type definitions.
10792 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10793 ada_check_typedef before retrieving the length of the type for
10794 regular fields.
10795
10796 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10797
10798 Do not use name-based lookup for unconstrained packed arrays.
10799 * ada-lang.c (find_parallel_type_by_descriptive_type):
10800 Limit the fallback to name-based lookups to the case where
10801 the type is a constrained packed array.
10802
10803 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10804
10805 Enhance gdb-gdb.py to handle main_type.type_specific.
10806 * gdb-gdb.py: Print the type-specific part of struct main_type.
10807
10808 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10809
10810 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10811 * configure: Regenerate.
10812 * config.in: Regenerate.
10813 * utils.c: Include sys/resource.h.
10814 (dump_core, can_dump_core): New.
10815 (internal_vproblem): Update the comment. Check can_dump_core while
10816 setting dump_core_p. Replace two abort calls by dump_core calls.
10817
10818 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10819 Eli Zaretskii <eliz@gnu.org>
10820
10821 * NEWS: Document the PIE support.
10822
10823 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10824
10825 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10826 (check_is_pie_binary, _initialize_linux_tdep): Remove.
10827
10828 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10829
10830 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10831 Replace exec_entry_point call by bfd_get_start_address.
10832
10833 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10834
10835 Support Valgrind attachments broken by the PIE support.
10836 * auxv.c: Include gdbcore.h.
10837 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
10838 parameters ops, object and annex. Remove their assertions.
10839 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10840 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
10841 (memory_xfer_auxv): ... here.
10842 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10843 memory_xfer_auxv.
10844 * procfs.c (procfs_xfer_partial): Likewise.
10845 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10846 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10847 (svr4_solib_create_inferior_hook): Conditionalize the
10848 svr4_relocate_main_executable call.
10849
10850 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10851
10852 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
10853 target_section. Find SECT in current_target_sections, gdb_assert it.
10854 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10855 New variable abfd.
10856 * symtab.c (lookup_objfile_from_block): Return the binary file instead
10857 of separate debug info file.
10858
10859 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10860
10861 Support PIEs with no symfile_objfile.
10862 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10863 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10864
10865 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10866
10867 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
10868 code part to ...
10869 (svr4_static_exec_displacement): ... a new function.
10870 (svr4_exec_displacement): New function.
10871 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
10872 new_offsets using alloca now. Remove variable old_chain and changed.
10873 Call objfile_relocate unconditionally now.
10874
10875 2010-01-14 Doug Evans <dje@google.com>
10876
10877 * gdbtypes.c (arch_flags_type): Fix comment.
10878 * gdbtypes.h (arch_composite_type): Fix comment.
10879
10880 2009-01-14 Tristan Gingold <gingold@adacore.com>
10881
10882 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
10883 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
10884 to symbol_file_add_from_bfd. Add OSO as separate objfile.
10885 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
10886 macho_add_oso_symfile.
10887 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
10888
10889 2010-01-14 Joel Brobecker <brobecker@adacore.com>
10890
10891 Tru64: Dead threads are never deleted.
10892 * dec-thread.c (dec_thread_ptid_is_alive): New function.
10893 (dec_thread_count_gdb_threads): Fix counter increment.
10894 (dec_thread_add_gdb_thread): Fix *listp increment.
10895 (resync_thread_list): Fix bug in deletion of dead threads that
10896 caused all threads to be deleted, instead of just the dead ones.
10897
10898 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
10899
10900 PR python/10705
10901
10902 * python/python-internal.h: Add lazy_string_object_type
10903 definition.
10904 (create_lazy_string_object, gdbpy_initialize_lazy_string)
10905 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
10906 * python/py-value.c (valpy_lazy_string): New function.
10907 (convert_value_from_python): Add lazy string conversion.
10908 * python/py-prettyprint.c (pretty_print_one_value): Check if
10909 return is also a lazy string.
10910 (print_string_repr): Add lazy string printing branch.
10911 (print_children): Likewise.
10912 * python/py-lazy-string.c: New file. Implement lazy strings.
10913 * python/python.c (_initialize_python): Call
10914 gdbpy_initialize_lazy_string.
10915 * varobj.c (value_get_print_value): Add lazy string printing
10916 branch. Account for encoding.
10917 * c-lang.c (c_printstr): Account for new encoding argument. If
10918 encoding is NULL, find encoding suited for type, otherwise use
10919 user encoding.
10920 * language.h (language_defn): Add encoding argument.
10921 (LA_PRINT_STRING): Likewise.
10922 * language.c (unk_lang_printstr): Update to reflect new encoding
10923 argument to language_defn.
10924 * ada-lang.h (ada_printstr): Likewise.
10925 * c-lang.h (c_printstr): Likewise.
10926 * p-lang.h (pascal_printstr);
10927 * f-lang.c (f_printstr): Likewise.
10928 * m2-lang.c (m2_printstr): Likewise.
10929 * objc-lang.c (objc_printstr): Likewise.
10930 * p-lang.c (pascal_printstr): Likewise.
10931 * scm-lang.c (scm_printstr): Likewise.
10932 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
10933 encoding argument.
10934 * ada-valprint.c (ada_printstr): Likewise.
10935 * f-valprint.c (f_val_print): Likewise
10936 * m2-valprint.c (m2_val_print): Likewise.
10937 * p-valprint.c (pascal_val_print): Likewise.
10938 * expprint.c (print_subexp_standard): Likewise.
10939 * valprint.c (val_print_string): Likewise.
10940 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
10941 (SUBDIR_PYTHON_SRCS): Likewise.
10942 (py-lazy-string.o): New rule.
10943
10944 2010-01-13 Doug Evans <dje@google.com>
10945
10946 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
10947 uninitialized" warning from gcc on local `tree'.
10948
10949 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
10950
10951 Implement core awareness.
10952
10953 * bcache.c (compare_ints): Remove
10954 (print_percentage): Use compare_positive_ints.
10955 * defs.h (compare_positive_ints): Declare.
10956 * linux-nat.h (struct lin_lwp): New field core.
10957 (linux_nat_core_of_thread_1): Declare.
10958 * linux-nat.c (add_lwp): Init the 'core' field.
10959 (linux_nat_wait_1): Record the core.
10960 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
10961 (linux_nat_add_target): Register the above.
10962 * linux-thread-db.c (update_thread_core): New.
10963 (thread_db_find_new_threads): Update core information for
10964 every thread.
10965 * remote.c (struct private_thread_info): New.
10966 (free_private_thread_info, demand_private_info): New.
10967 (PACKET_qXfer_threads, use_osdata_threads): New.
10968 (struct thread_item, threads_parsing_context
10969 (start_thread, end_thread, thread_attributes)
10970 (thread_children, threads_children, threads_elements): New.
10971 (remote_threads_info): Try qXfer:threads before anything
10972 else.
10973 (remote_protocol_packets): Register qXfer:threads.
10974 (remote_open_1): Init use_osdata_threads.
10975 (struct stop_reply): New field 'core'.
10976 (remote_parse_stop_reply): Parse core number.
10977 (process_stop_reply): Record core number.
10978 (remote_xfer_partial): Handle qXfer:threads.
10979 (remote_core_of_thread): New.
10980 (init_remote_ops): Register remote_core_of_thread.
10981 (_initialize_remote): Register qXfer:read.
10982 * target.c (target_core_of_thread): New
10983 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
10984 (struct target_ops): New field to_core_of_threads.
10985 (target_core_of_thread): Declare.
10986 * gdbthread.h (struct thread_info): New field private_dtor.
10987 * thread.c (print_thread_info): Report the core.
10988 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
10989 * utils.c (compare_positive_ints): New.
10990 * features/threads.dtd: New.
10991 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
10992 * mi/mi-main.c (struct collect_cores_data, collect_cores)
10993 (do_nothing, free_vector_of_osdata_items)
10994 (splay_tree_int_comparator, free_splay_tree): New.
10995 (print_one_inferior_data): Implemented printing of selected
10996 inferiors. Collect and print cores.
10997 (output_cores): New.
10998 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
10999 thread groups together with --available.
11000
11001 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11002
11003 * configure: Regenerate (for _STRUCTURED_PROC).
11004
11005 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11006
11007 Delete dead function.
11008 * ada-lang.c (extract_string): Delete. No longer used.
11009
11010 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11011
11012 Fix -Wunused warning in dec-thread.c.
11013 * dec-thread.c (dec_thread_count_gdb_threads)
11014 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
11015
11016 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11017
11018 * ada-valprint.c (ada_print_floating): Remove trailing space.
11019
11020 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11021
11022 Add support for DW_AT_GNAT_descriptive_type.
11023 * gdbtypes.h (enum type_specific_kind): New enum.
11024 (struct main_type) [type_specific_field]: New component.
11025 [type_specific]: Add new component "gnat_stuff".
11026 (struct gnat_aux_type): New type.
11027 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
11028 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
11029 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
11030 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
11031 (TYPE_SPECIFIC_FIELD): New macros.
11032 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
11033 type does not hold any cplus-specific data.
11034 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
11035 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
11036 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
11037 cplus-specific data.
11038 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
11039 Set new component TYPE_SPECIFIC_FIELD (type).
11040 (gnat_aux_default): New constant.
11041 (allocate_gnat_aux_type): New function.
11042 (init_type): Add initialization the type-specific stuff for
11043 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
11044 (print_gnat_stuff): New function.
11045 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
11046 specific data. Adjust code that prints the contents of the
11047 type-specific union using the TYPE_SPECIFIC_FIELD value.
11048 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
11049 the type cplus stuff for Ada types.
11050 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
11051 Error out if these routines are called with an Ada type.
11052 (read_structure_type, read_array_type, read_subrange_type):
11053 Add call to set_descriptive_type.
11054 (set_die_type): Initialize the gnat-specific data if necessary.
11055 (need_gnat_info, die_descriptive_type, set_descriptive_type):
11056 New functions.
11057 * ada-lang.c (decode_constrained_packed_array_type): Use
11058 decode_constrained_packed_array_type instead of doing a standard
11059 lookup to locate a parallel type.
11060 (find_parallel_type_by_descriptive_type): New function.
11061 (ada_find_parallel_type_with_name): New function.
11062 (ada_find_parallel_type): Reimplement using
11063 ada_find_parallel_type_with_name.
11064 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
11065 to check if type has a cplus stuff.
11066 * linespec.c (total_number_of_methods): Likewise.
11067 * mdebugread.c (new_type): Likewise.
11068
11069 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11070
11071 * NEWS: Document the 0b binary number prefix parsing.
11072
11073 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11074
11075 * objfiles.c (objfile_relocate1): Change the return type to int.
11076 Describe the new return value. Return non-zero if data changed.
11077 (objfile_relocate): New variable changed. Set it. Call
11078 breakpoint_re_set depending on CHANGED.
11079
11080 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11081
11082 Implement binary numbers parsing.
11083 * c-exp.y (parse_number): New case 'b' and 'B'.
11084
11085 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11086 Tristan Gingold <gingold@adacore.com>
11087
11088 * solib.c (info_sharedlibrary_command): Replace
11089 objfile_has_partial_symbols and objfile_has_full_symbols calls by
11090 objfile_has_symbols.
11091
11092 2010-01-10 Joel Brobecker <brobecker@adacore.com>
11093
11094 * NEWS: Document the improvements made to the mips-irix port.
11095
11096 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11097
11098 Fix the documentation of valprint.c:value_print.
11099 * valprint.c (value_print): Update the function description to
11100 mention that the syntax of the output follows the current_language,
11101 not necessarily C.
11102
11103 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11104
11105 Fix displacement of separate debug info files.
11106 * objfiles.c (objfile_relocate): Rename to ...
11107 (objfile_relocate1): ... here and make it static. Extend the comment.
11108 (objfile_relocate): New function.
11109 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
11110 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
11111 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
11112 allocated using alloca.
11113 * symfile.c (copy_section_addr_info): Remove.
11114 (build_section_addr_info_from_objfile): Make it global. New variables
11115 addr_bit and mask, use them.
11116 * symfile.h (build_section_addr_info_from_objfile): New prototype.
11117 (copy_section_addr_info): Remove.
11118
11119 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11120
11121 Signal unwinder for mips-irix N32.
11122 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
11123 tramp-frame.h.
11124 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
11125 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
11126 (SIGCONTEXT_LO_OFF): New macros.
11127 (mips_irix_n32_tramp_frame_init): New function.
11128 (mips_irix_n32_tramp_frame): New static constant.
11129 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
11130
11131 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11132
11133 Breakpoint in shared library does not work on mips-irix.
11134 * procfs.c: #include "observer.h".
11135 (procfs_inferior_created): New function, moving here the code
11136 which unsets the syssgi syscall-exit notifications.
11137 (procfs_create_inferior): Remove the code which unsets the syssgi
11138 syscall-exit notifications. It is too early to do this here.
11139 (_initialize_procfs): Attach the procfs_inferior_created observer.
11140
11141 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11142
11143 Wrong return convention for arrays (mips-irix).
11144 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
11145 128 bits or smaller are returned the same way as structs
11146 and unions of the the same size.
11147
11148 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11149
11150 Cannot set the PC on mips-irix.
11151 * irix5-nat.c (fill_gregset): Check regno against the raw PC
11152 register number, no the cooked one.
11153
11154 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11155
11156 Error while loading core file on mips-irix.
11157 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
11158 if debugging from a core file.
11159
11160 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11161
11162 GDB hangs when attaching to process on mips-irix.
11163 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
11164 attaching to a process.
11165
11166 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11167
11168 Use the correct breakpoint instruction on mips-irix.
11169 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
11170 containing the correct breakpoint instruction to use on mips-irix.
11171 Use it when the osabi is GDB_OSABI_IRIX.
11172
11173 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11174
11175 -Wunused warning in procfs.c (mips-irix only).
11176 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
11177 throughout instead of using praddset and prdelset respectively.
11178
11179 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11180
11181 GDB crash while stepping into function.
11182 * infrun.c (handle_inferior_event): Refetch the current frame
11183 after handling what.main_action, in case that pointer became
11184 dangling.
11185
11186 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11187
11188 Fix build failure of solaris-hosted cross debuggers.
11189 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
11190
11191 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
11192
11193 Fix build failure on sparc-solaris.
11194 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
11195
11196 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11197
11198 Move some symfile code into subroutines.
11199 * symfile.h (relative_addr_info_to_section_offsets)
11200 (addr_info_make_relative): New prototypes.
11201 * symfile.c (default_symfile_offsets): Move a part to ...
11202 (relative_addr_info_to_section_offsets): ... this new function.
11203 (default_symfile_offsets): Call it.
11204 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
11205 this part to ...
11206 (addr_info_make_relative): ... this new function.
11207
11208 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11209
11210 Add from_tty to solib_create_inferior_hook.
11211 * infcmd.c (post_create_inferior): Move solib_add after
11212 solib_create_inferior_hook. Pass from_tty to
11213 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
11214 0 from_tty and comment why.
11215 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
11216 * linux-nat.c (linux_child_follow_fork): Likewise.
11217 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
11218 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
11219 from_tty.
11220 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
11221 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
11222 * solib-null.c (null_solib_create_inferior_hook): Likewise.
11223 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
11224 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
11225 * solib-som.c (som_solib_create_inferior_hook): Likewise.
11226 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
11227 Pass it to svr4_so_ops.solib_create_inferior_hook.
11228 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
11229 from_tty.
11230 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
11231 solib_add.
11232 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
11233 enable_break.
11234 * solib-target.c (solib_target_solib_create_inferior_hook): New
11235 parameter from_tty.
11236 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
11237 it to ops->solib_create_inferior_hook.
11238 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
11239 Move solib_add after solib_create_inferior_hook, call it now with
11240 from_tty as 0. New comment there.
11241 * solib.h (solib_create_inferior_hook): New parameter from_tty.
11242 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
11243 Likewise.
11244
11245 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
11246
11247 Fix multiexec race.
11248 * infrun.c (handle_inferior_event): Use get_thread_regcache
11249 with events ptid, not get_current_regcache.
11250
11251 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11252
11253 GDB crash with empty executable name (MinGW).
11254 * source.c (openp): Add assert that parameter string is not NULL.
11255 if parameter string is an empty string, then return with a failure
11256 immediately.
11257
11258 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11259
11260 Get rid of support for VAX Floats.
11261 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11262 (ada_vax_float_print_function): Delete.
11263 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11264 (ada_vax_float_print_function): Delete.
11265 * ada-typeprint.c (print_vax_floating_point_type): Delete.
11266 (ada_print_type): Remove support for VAX floats.
11267 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
11268
11269 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11270
11271 * stabsread.c (read_args): Handle zero arguments.
11272
11273 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11274
11275 Cannot find in-tree libiconv.a after reconfigure.
11276 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
11277 that we can use, then cache the path to this archive.
11278 * configure: Regenerate.
11279
11280 2010-01-07 Stan Shebs <stan@codesourcery.com>
11281
11282 Make tracepoint operations go through target vector.
11283 * target.h (enum trace_find_type): New enum.
11284 (struct target_ops): New fields to_trace_init,
11285 to_download_tracepoint, to_download_trace_state_variable,
11286 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
11287 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
11288 to_set_disconnected_tracing.
11289 (target_trace_init): New macro.
11290 (target_download_tracepoint): New macro.
11291 (target_download_trace_state_variable): New macro.
11292 (target_trace_start): New macro.
11293 (target_trace_set_readonly_regions): New macro.
11294 (target_get_trace_status): New macro.
11295 (target_trace_stop): New macro.
11296 (target_trace_find): New macro.
11297 (target_get_trace_state_variable_value): New macro.
11298 (target_set_disconnected_tracing): New macro.
11299 * target.c (update_current_target): Inherit and set defaults for
11300 tracepoint operations.
11301 * tracepoint.c (default_collect): Make globally visible.
11302 (target_is_remote): Remove, along with all calls.
11303 (tvariables_info): Call target_get_trace_state_variable_value.
11304 (remote_set_transparent_ranges): Remove.
11305 (trace_start_command): Call target_trace_init,
11306 target_download_tracepoint, etc.
11307 (download_tracepoint): Remove.
11308 (trace_stop_command): Simplify.
11309 (stop_tracing): Call target_trace_stop.
11310 (get_trace_status): Call target_get_trace_status.
11311 (trace_status_command): Add case for targets that cannot trace.
11312 (finish_tfind_command): Change to take numerical arguments, call
11313 target_trace_find.
11314 (trace_find_command): Update call to finish_tfind_command.
11315 (trace_find_pc_command): Ditto.
11316 (trace_find_tracepoint_command): Ditto.
11317 (trace_find_line_command): Ditto.
11318 (trace_find_range_command): Ditto.
11319 (trace_find_outside_command): Ditto.
11320 (set_disconnected_tracing_value): Call
11321 target_set_disconnected_tracing.
11322 * remote.c: Add protocol encoding bits from tracepoint.c.
11323 (trace_error): Move from tracepoint.c.
11324 (remote_get_noisy_reply): Ditto.
11325 (free_actions_list_cleanup_wrapper): Ditto.
11326 (free_actions_list): Ditto.
11327 (remote_trace_init): New function.
11328 (remote_download_tracepoint): New function.
11329 (remote_download_trace_state_variable): New function.
11330 (remote_trace_set_readonly_regions): New function.
11331 (remote_trace_start): New function.
11332 (remote_get_trace_status): New function.
11333 (remote_trace_stop): New function.
11334 (remote_trace_find): New function.
11335 (remote_download_trace_state_variable): New function.
11336 (remote_set_disconnected_tracing): New function.
11337 (init_remote_ops): Add tracepoint operations.
11338
11339 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
11340
11341 2010-01-07 Tristan Gingold <gingold@adacore.com>
11342
11343 * symfile.c (build_section_addr_info_from_objfile): New function.
11344 (symbol_file_add_separate): Don't use offsets from objfile but
11345 built an addr info.
11346
11347 2010-01-06 Stan Shebs <stan@codesourcery.com>
11348
11349 Support disconnected tracing.
11350 * infcmd.c (detach_command): Ask whether to stop tracing.
11351 * cli/cli-cmds.c (quit_command): Ditto.
11352 * breakpoint.h (struct breakpoint): New field number_on_target.
11353 * breakpoint.c (create_tracepoint_from_upload): New function.
11354 (get_tracepoint_by_number_on_target): New function.
11355 * remote.c (struct remote): New field disconnected_tracing.
11356 (remote_disconnected_tracing_feature): New function.
11357 (remote_protocol_features): Add DisconnectedTracing.
11358 (struct uploaded_tp): New struct.
11359 (uploaded_tps): New global.
11360 (get_uploaded_tp): New function.
11361 (find_matching_tracepoint): New function.
11362 (remote_get_tracing_state): New function.
11363 (remote_start_remote): Call it.
11364 * tracepoint.c (disconnected_tracing): New global.
11365 (trace_start_command): Initialize number_on_target.
11366 (stop_tracing): New function, split out from...
11367 (trace_stop_command): Call stop_tracing.
11368 (get_trace_status): New function, split out from...
11369 (trace_status_command): Call get_trace_status, add info on
11370 disconnection behavior.
11371 (disconnect_or_stop_tracing): New function.
11372 (finish_tfind_command): Translate from number on target.
11373 (trace_find_tracepoint_command): Translate to number on target.
11374 (send_disconnected_tracing_value): New function.
11375 (set_disconnected_tracing): New function.
11376 (_initialize_tracepoint): Add disconnected-tracing variable.
11377 * NEWS: Mention disconnected tracing.
11378
11379 2010-01-06 Tristan Gingold <gingold@adacore.com>
11380
11381 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11382 parameter to main_objfile. Iterate on all separate debug objfiles.
11383 * symfile.h (symbol_file_add_separate)
11384 (find_separate_debug_file_by_debuglink): Remove parameter names.
11385 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11386 (reread_symbols): Use free_objfile_separate_debug.
11387 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11388 Adjust comment.
11389 (objfile_separate_debug_iterate, add_separate_debug_objfile)
11390 (free_objfile_separate_debug): New prototypes.
11391 * objfiles.c (objfile_separate_debug_iterate): New function.
11392 (add_separate_debug_objfile, free_objfile_separate_debug): New
11393 functions.
11394 (free_objfile): Use free_objfile_separate_debug. Adjust for
11395 multiple separate debug objfile.
11396 (objfile_has_symbols): Adjust comment. Iterate on all separate
11397 debug objfiles.
11398 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11399 debug objfile.
11400 (lookup_minimal_symbol_text): Ditto.
11401 (lookup_minimal_symbol_by_pc_name): Ditto.
11402 (lookup_minimal_symbol_solib_trampoline): Ditto.
11403 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11404 debug objfiles.
11405
11406 2010-01-05 Stan Shebs <stan@codesourcery.com>
11407
11408 Add fast tracepoints.
11409 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11410 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11411 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11412 * breakpoint.c (tracepoint_type): New function.
11413 (ALL_TRACEPOINTS): Use it.
11414 (should_be_inserted): Ditto.
11415 (bpstat_check_location): Ditto.
11416 (print_one_breakpoint_location): Ditto.
11417 (user_settable_breakpoint): Ditto.
11418 (set_breakpoint_location_function): Ditto.
11419 (disable_breakpoints_in_shlibs): Ditto.
11420 (delete_trace_command): Ditto.
11421 (print_it_typical): Add bp_fast_tracepoint case.
11422 (bpstat_what): Ditto.
11423 (print_one_breakpoint_location): Ditto.
11424 (allocate_bp_location): Ditto.
11425 (mention): Ditto.
11426 (breakpoint_re_set_one): Ditto.
11427 (disable_command): Ditto.
11428 (enable_command): Ditto.
11429 (check_fast_tracepoint_sals): New function.
11430 (break_command_really): Call it.
11431 (ftrace_command): New function.
11432 (_initialize_breakpoint): Add ftrace command.
11433 * gdbarch.sh (fast_tracepoint_valid_at): New.
11434 * gdbarch.h, gdbarch.c: Regenerate.
11435 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11436 (i386_gdbarch_init): Use it.
11437 * remote.c (struct remote_state): New field fast_tracepoints.
11438 (PACKET_FastTracepoints): New packet config type.
11439 (remote_fast_tracepoint_feature): New function.
11440 (remote_protocol_features): Add FastTracepoints.
11441 (remote_supports_fast_tracepoints): New function.
11442 (_initialize_remote): Add FastTracepoints.
11443 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11444 * NEWS: Mention fast tracepoints.
11445
11446 2010-01-06 Joel Brobecker <brobecker@adacore.com>
11447
11448 * gdb-gdb.py: New file.
11449
11450 2010-01-05 Michael Snyder <msnyder@vmware.com>
11451
11452 * infrun.c (handle_inferior_event): Fix typo in comment.
11453
11454 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11455
11456 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11457
11458 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11459
11460 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11461 and s390x-linux64.
11462 (s390-linux32-expedite): Define.
11463 (s390-linux64-expedite): Define.
11464 (s390x-linux64-expedite): Define.
11465 * features/s390-acr.xml: New file.
11466 * features/s390-fpr.xml: New file.
11467 * features/s390-core32.xml: New file.
11468 * features/s390-core64.xml: New file.
11469 * features/s390x-core64.xml: New file.
11470 * features/s390-linux32.xml: New file.
11471 * features/s390-linux64.xml: New file.
11472 * features/s390x-linux64.xml: New file.
11473 * features/s390-linux32.c: New generated file.
11474 * features/s390-linux64.c: New generated file.
11475 * features/s390x-linux64.c: New generated file.
11476
11477 * regformats/s390-linux32.dat: New generated file.
11478 * regformats/s390-linux64.dat: New generated file.
11479 * regformats/s390x-linux64.dat: New generated file.
11480 * regformats/reg-s390.dat: Remove.
11481 * regformats/reg-s390x.dat: Remove.
11482
11483 * s390-nat.c: Include "auxv.h" and <elf.h>.
11484 (HWCAP_S390_HIGH_GPRS): Define if undefined.
11485 (s390_target_wordsize): New function.
11486 (s390_auxv_parse): Likewise.
11487 (s390_get_hwcap): Likewise.
11488 (s390_read_description): Likewise.
11489 (_initialize_s390_nat): Install s390_auxv_parse and
11490 s390_read_description.
11491
11492 * s390-tdep.c: Include "features/s390-linux32.c",
11493 "features/s390-linux64.c", and "features/s390x-linux64.c".
11494 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11495 (s390_register_call_saved): New function.
11496 (s390_register_name): Remove.
11497 (s390_register_type): Remove.
11498 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11499 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11500 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11501 (s390_pseudo_register_name): New function.
11502 (s390_pseudo_register_type): New function.
11503 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11504 Handle full GPR pesudos and varying pseudo register numbers.
11505 (s390_pseudo_register_write): Likewise
11506 (s390x_pseudo_register_read): Remove.
11507 (s390x_pseudo_register_write): Likewise.
11508 (s390_register_group): Remove.
11509 (s390_pseudo_register_group): New function.
11510 (s390_regmap_gregset): Add GPR upper halves.
11511 (s390x_regmap_gregset): Likewise.
11512 (s390_regmap_fpregset): Likewise.
11513 (s390_regmap_upper): New global variable.
11514 (s390_upper_regset): New global variable.
11515 (s390_upper_regset_sections): New global variable.
11516 (s390_regset_from_core_section): Handle GPR upper halves.
11517 (s390_core_read_description): New function.
11518 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11519 register information. Handle varying pseudo register numbers.
11520 (s390_backchain_frame_unwind_cache): Likewise.
11521 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11522 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11523 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11524 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
11525 Handle varying pseudo register numbers.
11526 (s390_unwind_pc): Handle varying pseudo register numbers.
11527 (s390_dwarf2_prev_register): New function.
11528 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11529 register information. Handle varying pseudo register numbers.
11530 Install s390_dwarf2_prev_register to unwind full GPRs.
11531 (s390_gdbarch_init): Handle target descriptions. Assign varying
11532 pseudo register numbers. Install s390_adjust_frame_regnum.
11533 (_initialize_s390_tdep): Initialize target descriptions.
11534
11535 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11536 (S390_NUM_REGS): Redefine to include upper half registers.
11537 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11538 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11539 (tdesc_s390_linux32): Add declaration.
11540 (tdesc_s390_linux64): Likewise.
11541 (tdesc_s390x_linux64): Likewise.
11542
11543 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11544
11545 * regset.h (struct core_regset_section): Add HUMAN_NAME.
11546 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11547 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11548 (ppc_linux_vmx_regset_sections): Likewise.
11549 (ppc_linux_fp_regset_sections): Likewise.
11550
11551 * corelow.c (get_core_register_section): Constify arguments.
11552 (get_core_registers): Use gdbarch_core_regset_sections instead
11553 of hard-coded platform-specific register section names.
11554
11555 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11556
11557 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11558 a register, assume the least-significant part is used.
11559 (write_pieced_value): Likewise.
11560
11561 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11562
11563 * printcmd.c: Include "arch-utils.h".
11564 (do_one_display): Re-parse expression if current architecture changed.
11565
11566 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11567 Joel Brobecker <brobecker@adacore.com>
11568
11569 * gdbtypes.c (check_typedef): New comment on type length.
11570 * value.c (allocate_value_lazy): Remove the unused atype variable. New
11571 comment on type length.
11572 (value_primitive_field): Keep the original TYPE value, new comment.
11573
11574 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11575
11576 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11577 p_start. Change != comparisons to > and < comparisons.
11578
11579 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11580
11581 * cli/cli-script.c (process_next_line): Check P2 overrun.
11582
11583 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11584
11585 Update the copyright hearder to add year 2010 for most GDB files.
11586
11587 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11588
11589 Fix build failure in inf-ptrace.c.
11590 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11591
11592 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11593
11594 * top.c (print_gdb_version): Update copyright year.
11595
11596 2010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
11597
11598 Fix break *FUN'address thread NUM.
11599 * ada-lex.l (task): Expand rule to also match the thread keyword.
11600
11601 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11602
11603 Fix break *FUN'address task NUM.
11604 * ada-lex.l (task): New rule.
11605 * ada-lang.c (valid_task_id): Make sure the Ada task list has
11606 been built before using it.
11607
11608 For older changes see ChangeLog-2009.
11609 \f
11610 Local Variables:
11611 mode: change-log
11612 left-margin: 8
11613 fill-column: 74
11614 version-control: never
11615 coding: utf-8
11616 End: