remove target_acknowledge_created_inferior
[binutils-gdb.git] / gdb / ChangeLog
1 2010-12-28 Joel Brobecker <brobecker@adacore.com>
2
3 * inf-child.c (inf_child_acknowledge_created_inferior): Delete.
4 (inf_child_target): Do not set t->to_acknowledge_created_inferior.
5 * inf-ptrace.c (inf_ptrace_create_inferior): Remove call to
6 target_acknowledge_created_inferior.
7 * inf-ttrace.c (inf_ttrace_him): Likewise.
8 * target.h (struct target_ops): Delete to_acknowledge_created_inferior
9 field.
10 (target_acknowledge_created_inferior): Delete.
11 * target.c (update_current_target): Remove setting of
12 to_acknowledge_created_inferior field. Do default value for that
13 field either.
14 (debug_to_acknowledge_created_inferior): Delete.
15 (setup_target_debug): Remove setting of
16 current_target.to_acknowledge_created_inferior.
17
18 2010-12-27 Pedro Alves <pedro@codesourcery.com>
19
20 gdb/
21 * breakpoint.c (breakpoint_restore_shadows): When looking for the
22 location with the lowest address that overlaps the memory range we
23 want to restore shadows for, account for multiple locations at the
24 same address.
25
26 2010-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 Code cleanup - renaming.
29 * breakpoint.c: Use bl for `*bp_location' variables, blp_tmp for
30 `**bp_location' helper variables, b_tmp for `*breakpoint' helper
31 variables.
32
33 2010-12-27 Kevin Buettner <kevinb@redhat.com>
34 Hui Zhu <teawater@gmail.com>
35
36 * mips-tedp.c (mips_register_name): Add comments.
37
38 2010-12-23 Yao Qi <yao@codesourcery.com>
39
40 * arm-tdep.c (thumb_analyze_prologue): Move some code ...
41 (EXTRACT_MOVW_MOVT_IMM_T): ... here. New macro.
42 (EXTRACT_MOVW_MOVT_IMM_A): New macro.
43 (arm_analyze_load_stack_chk_guard): New.
44 (arm_skip_stack_protector): New.
45 (arm_skip_prologue): Adjust post_prologue_pc by
46 arm_skip_stack_protector.
47
48 2010-12-23 Joel Brobecker <brobecker@adacore.com>
49
50 * mi/mi-main.c (mi_cmd_remove_inferior): Use _() marker for error
51 message. Change spelling of "can not" into "cannot".
52
53 2010-12-23 Yao Qi <yao@codesourcery.com>
54
55 * arm-tdep.c (arm_gdbarch_init): Remove invoke to
56 set_gdbarch_deprecated_fp_regnum.
57
58 2010-12-22 Marc Khouzam <marc.khouzam@ericsson.com>
59
60 * inferior.c (remove_inferior_command): Don't remove an active inferior.
61 * mi/mi-main.c (mi_cmd_remove_inferior): Ditto.
62
63 2010-12-21 Tom Tromey <tromey@redhat.com>
64
65 * thread.c (print_thread_info): Make a ui-out table in CLI mode.
66
67 2010-12-20 Yao Qi <yao@codesourcery.com>
68
69 * arm-tdep.c (arm_register_reggroup_p): New.
70 (arm_gdbarch_init): Set arm_register_reggroup_p for hook
71 register_reggroup_p.
72
73 2010-12-20 Yao Qi <yao@codesourcery.com>
74
75 * features/arm-core.xml: Add attribute type to reg from r0 to r12.
76 * features/arm-with-iwmmxt.c: Regenerate.
77 * features/arm-with-neon.c: Regenerate.
78 * features/arm-with-vfpv2.c: Regenerate.
79 * features/arm-with-vfpv3.c: Regenerate.
80
81 2010-12-17 Marc Khouzam <marc.khouzam@ericsson.com>
82
83 * mi/mi-main.c (mi_cmd_remove_inferior): Don't delete current inferior.
84 (get_other_inferior): New.
85
86 2010-12-17 Marc Khouzam <marc.khouzam@ericsson.com>
87
88 * python/py-progspace.c (py_free_pspace): Obtain arch another
89 way to avoid dereferencing a null pointer.
90
91 2010-12-17 Michael Snyder <msnyder@vmware.com>
92
93 * utils.c (do_my_cleanups): Comment fix-up.
94
95 2010-12-17 Kevin Buettner <kevinb@redhat.com>
96
97 * mips-tdep.c (make_mips16_addr): New function.
98 (mips_elf_make_msymbol_special): Don't set the low bit in the
99 symbol's address.
100 (mips_read_pc, mips_unwind_pc, mips_addr_bits_remove): Strip bit
101 indicating mips16 address, if present.
102 (mips_write_pc): Set bit indicating mips16 address when in a mips16
103 function.
104 (mips_eabi_push_dummy_call, mips_o64_push_dummy_call): Likewise,
105 but for each function pointer argument to inferior function call.
106
107 2010-12-17 Tom Tromey <tromey@redhat.com>
108
109 * psympriv.h (struct partial_symtab) <readin>: Move field
110 earlier.
111
112 2010-12-16 Kevin Buettner <kevinb@redhat.com>
113
114 * mips-tdep.c (mips_convert_register_float_case_p)
115 (mips_convert_register_gpreg_case_p): New functions.
116 (mips_convert_register_p): Invoke new functions above.
117 (mips_register_to_value): Add case for fetching value shorter
118 than 64 bits from a 64-bit register.
119 (mips_value_to_register): Add case for storing value shorter
120 than 64 bits into a 64-bit register.
121
122 2010-12-16 Joel Borggrén-Franck <joel.borggren.franck@gmail.com>
123
124 * python/py-value.c (value_object_type) <tp_flags>: Add
125 Py_TPFLAGS_BASETYPE.
126
127 2010-12-16 Mike Frysinger <vapier@gentoo.org>
128
129 * NEWS: Mention new sim --map-info flag.
130
131 2010-12-15 Doug Evans <dje@google.com>
132
133 * dwarf2read.c (_initialize_dwarf2_read): Fix help text of
134 "save gdb-index" command.
135
136 2010-12-15 Tom Tromey <tromey@redhat.com>
137
138 * infrun.c (save_infcall_control_state): Handle the
139 exception-resume breakpoint.
140 (restore_infcall_control_state): Likewise.
141 (discard_infcall_control_state): Likewise.
142
143 2010-12-15 Kevin Buettner <kevinb@redhat.com>
144
145 * mips-tdep.c (mips_pseudo_register_write): Sign extend 32-bit
146 cooked values that are being transferred to 64-bit raw registers.
147 (mips_pseudo_register_read): Revise to preserve symmetry with
148 mips_pseudo_register_write().
149
150 2010-12-15 Greg Watson <g.watson@computer.org>
151
152 * f-exp.y (yylex): Check entire token against keywords.
153
154 2010-12-15 Doug Evans <dje@google.com>
155
156 Rename "maint set python auto-load" to "set auto-load-scripts".
157 * NEWS: Mention it.
158 * python/py-auto-load.c (auto_load_scripts): Renamed from
159 gdbpy_auto_load.
160 (load_auto_scripts_for_objfile): Update.
161 (gdbpy_initialize_auto_load): Rename "maint set python auto-load" to
162 "set auto-load-scripts".
163
164 2010-12-14 Kevin Buettner <kevinb@redhat.com>
165
166 * mips-tdep.c (mips_eabi_push_dummy_call): Place signed, rather
167 than unsigned, values in registers.
168
169 2010-12-14 Ken Werner <ken.werner@de.ibm.com>
170
171 * valops.c (value_one): Use get_array_bounds to compute the number
172 of array elements instead of dividing the length of the array by the
173 length of the element types.
174 * valarith.c (value_complement, value_neg): Likewise.
175
176 2010-12-14 Joel Brobecker <brobecker@adacore.com>
177
178 * irix5-nat.c: Replace fp_r, fp_regs and fp_scr by __fp_r, __fp_regs
179 and __fp_scr respectively throughout.
180 * configure.ac: Compile with -Dsiginfo=__siginfo if building with
181 Python using GCC on IRIX.
182 * configure: Regenerate.
183
184 2010-12-13 Kevin Buettner <kevinb@redhat.com>
185
186 * solib-svr4.c (enable_break): Don't attempt to place breakpoints,
187 when attaching, on the names in bkpt_names: _start, __start, and
188 main.
189
190 2010-12-12 Stan Shebs <stan@codesourcery.com>
191
192 * value.c (value_of_internalvar): Add case for trace state
193 variables.
194
195 2010-12-12 Doug Evans <dje@google.com>
196
197 * dwarf2read.c (dwarf2_per_objfile): New member quick_file_names_table.
198 (dwarf2_per_cu_quick_data): Move definition down to "quick functions"
199 section. Delete members lines full_names. Rename read_lines to
200 no_file_data.
201 (quick_file_names): New struct.
202 (hash_file_name_entry, eq_file_name_entry): New functions.
203 (delete_file_name_entry, create_quick_file_names_table): New functions.
204 (dwarf2_read_index): Initialize quick_file_names_table.
205 (dw2_get_file_names): Renamed from dw2_require_line_header.
206 Return pointer to quick_file_names entry. All callers updated.
207 (dw2_get_real_path): Renamed from dw2_require_full_path.
208 Replace per_cu arg with pointer to quick_file_names entry.
209 All callers updated.
210 (dw2_free_cached_file_names): New function.
211 (dw2_forget_cached_source_info): Call it (via htab_traverse_noresize).
212 (dwarf2_initialize_objfile): Initialize quick_file_names_table in
213 the OBJF_READNOW case.
214 (dwarf2_free_objfile): Rewrite freeing of quick file names tables.
215
216 2010-12-12 Mark Kettenis <kettenis@gnu.org>
217
218 * mips64obsd-tdep.c (floatformats_mips64_quad): New define.
219 (mips64obsd_init_abi): Set long_double_bit and long_double_format.
220
221 2010-12-12 Mark Kettenis <kettenis@gnu.org>
222
223 * sparc-tdep.c: Fix typo in comment.
224
225 2010-12-10 Doug Evans <dje@google.com>
226
227 * dwarf2read.c: Whitespace cleanup, plus comment additions.
228 No code changes.
229
230 2010-12-10 Tom Tromey <tromey@redhat.com>
231
232 * NEWS: Document exception-handling change.
233
234 2010-12-09 Marc Khouzam <marc.khouzam@ericsson.com>
235
236 * mi/mi-parse.c (mi_parse): Wrong error message.
237
238 2010-12-09 Doug Evans <dje@google.com>
239
240 * symfile.h (quick_symbol_functions): Clarify usage of
241 map_symbol_filenames.
242
243 2010-12-09 Tom Tromey <tromey@redhat.com>
244
245 * mi/mi-parse.h (mi_parse): Update.
246 * mi/mi-parse.c (mi_parse_cleanup): New function.
247 (mi_parse): Add 'token' argument. Throw exception on error.
248 * mi/mi-main.c (mi_print_exception): New function.
249 (mi_execute_command): Use mi_print_exception. Catch exceptions
250 from mi_parse.
251
252 2010-12-09 Tom Tromey <tromey@redhat.com>
253
254 PR c++/9593:
255 * thread.c (clear_thread_inferior_resources): Call
256 delete_longjmp_breakpoint.
257 * infrun.c (handle_inferior_event): Handle exception breakpoints.
258 (handle_inferior_event): Likewise.
259 (insert_exception_resume_breakpoint): New function.
260 (check_exception_resume): Likewise.
261 * inferior.h (delete_longjmp_breakpoint_cleanup): Declare.
262 * infcmd.c (delete_longjmp_breakpoint_cleanup): No longer static.
263 (step_1): Set thread's initiating frame.
264 (until_next_continuation): New function.
265 (until_next_command): Support exception breakpoints.
266 (finish_command_continuation): Delete longjmp breakpoint.
267 (finish_forward): Support exception breakpoints.
268 * gdbthread.h (struct thread_info) <initiating_frame>: New field.
269 * breakpoint.h (enum bptype) <bp_exception, bp_exception_resume,
270 bp_exception_master>: New constants.
271 (struct bpstat_what) <is_longjmp>: New field.
272 (set_longjmp_breakpoint): Update.
273 * breakpoint.c (create_exception_master_breakpoint): New function.
274 (update_breakpoints_after_exec): Handle bp_exception_master. Call
275 create_exception_master_breakpoint.
276 (print_it_typical): Handle bp_exception_master, bp_exception.
277 (bpstat_stop_status): Handle bp_exception_master.
278 (bpstat_what): Handle bp_exception_master, bp_exception,
279 bp_exception_resume.
280 (bptype_string): Likewise.
281 (print_one_breakpoint_location): Likewise.
282 (allocate_bp_location): Likewise.
283 (set_longjmp_breakpoint): Handle exception breakpoints. Change
284 interface.
285 (delete_longjmp_breakpoint): Handle exception breakpoints.
286 (mention): Likewise.
287 (struct until_break_command_continuation_args) <thread_num>: New
288 field.
289 (until_break_command_continuation): Call
290 delete_longjmp_breakpoint.
291 (until_break_command): Support exception breakpoints.
292 (delete_command): Likewise.
293 (breakpoint_re_set_one): Likewise.
294 (breakpoint_re_set): Likewise.
295
296 2010-12-08 Doug Evans <dje@google.com>
297
298 * gdbtypes.h (TYPE_IS_OPAQUE): Reformat.
299
300 * gdbtypes.c (check_typedef): Tweak comment.
301
302 PR symtab/12302
303 * dwarf2read.c (struct psymtab_cu_index_map): New struct.
304 (hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
305 (struct addrmap_index_data): New struct.
306 (add_address_entry): Remove arg `pst', new args `start', `end'.
307 (add_address_entry_worker, write_address_map): New functions.
308 (write_psymtabs_to_index): Address table generation moved to
309 write_address_map. Build a table mapping psymtab to CU index
310 to pass to it.
311
312 * dwarf2read.c (write_psymtabs_to_index): When stat fails, pass file
313 name to perror.
314
315 * symfile.h (quick_symbol_functions): Clarify usage of
316 expand_symtabs_with_filename.
317 * dwarf2read.c (dw2_expand_symtabs_with_filename): Only iterate over
318 comp units, ignore type units.
319
320 * dwarf2read.c (dw2_expand_symtabs_with_filename): Use FILENAME_CMP.
321
322 2010-12-07 Doug Evans <dje@google.com>
323
324 * dwarf2read.c (dw2_lookup_symtab): Remove duplicate call to
325 gdb_realpath.
326
327 PR python/12227
328 * NEWS: Mention -data-directory.
329 * main.c (captured_main): Recognize -data-directory.
330
331 2010-12-06 Marc Khouzam <marc.khouzam@ericsson.com>
332
333 * mi/mi-parse.c (mi_parse): Missing else.
334
335 2010-12-04 Masaki Muranaka <monaka@monami-software.com>
336
337 * configure.tgt: Accept microblaze*-*-linux* for linux target
338 and microblaze*-*-* for as target.
339
340 2010-12-02 Keith Seitz <keiths@redhat.com>
341
342 * linespec.c (find_method): Move name canonicalization outside
343 the loop.
344 Be paranoid and use a cleanup.
345
346 2010-12-01 Doug Evans <dje@google.com>
347
348 * dwarf2read.c (save_gdb_index_command): Add comment.
349
350 2010-12-01 Ulrich Weigand <uweigand@de.ibm.com>
351
352 * valops.c (value_assign): Returned value is never lazy. If a
353 C++ class type is returned, fix incorrect enclosing type / embedded
354 offset. If internal variable is returned, allocate new internalvar
355 value using value_of_internalvar.
356
357 * NEWS: Document changes in behavior of "print x = 0" and similar
358 expressions.
359
360 2010-11-29 Doug Evans <dje@google.com>
361
362 * python/lib/gdb/printing.py (register_pretty_printer): Change
363 printer-name:subprinter-name to printer-name;subprinter-name.
364 * python/lib/gdb/command/pretty_printers.py (parse_printer_regexps):
365 Ditto.
366 (InfoPrettyPrinter, EnablePrettyPrinter, DisablePrettyPrinter): Ditto.
367
368 2010-11-29 Tom Tromey <tromey@redhat.com>
369
370 * opencl-lang.c (lval_func_check_synthetic_pointer): New
371 function.
372 * value.h (struct lval_funcs) <indirect, check_synthetic_pointer>:
373 New fields.
374 (value_bits_synthetic_pointer): Declare.
375 * value.c (value_bits_synthetic_pointer): New function.
376 * valprint.c (valprint_check_validity): Handle synthetic
377 pointers.
378 * valops.c (value_ind): Use new 'indirect' lval_funcs method.
379 * valarith.c (value_ptradd): Use set_value_component_location.
380 * p-valprint.c (pascal_object_print_value_fields): Handle
381 synthetic pointers.
382 * jv-valprint.c (java_print_value_fields): Handle synthetic
383 pointers.
384 * dwarf2read.c (dwarf_stack_op_name): Add
385 DW_OP_GNU_implicit_pointer.
386 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
387 arguments. Handle location lists.
388 (fill_in_loclist_baton): New function.
389 (dwarf2_symbol_mark_computed): Use it.
390 * dwarf2loc.h (dwarf2_find_location_expression): Declare.
391 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
392 arguments.
393 * dwarf2loc.c (dwarf2_find_location_expression): Rename from
394 find_location_expression. No longer static. Update all callers.
395 (dwarf_expr_frame_pc): New function.
396 (per_cu_dwarf_call): Add get_frame_pc, baton arguments. Update
397 all callers.
398 (struct piece_closure) <per_cu>: New field.
399 (allocate_piece_closure): Add per_cu argument.
400 (read_pieced_value): Handle DWARF_VALUE_IMPLICIT_POINTER.
401 (check_pieced_value_bits): Remove validity argument, add check_for
402 argument. Handle DWARF_VALUE_IMPLICIT_POINTER.
403 (check_pieced_value_validity, check_pieced_value_invalid):
404 Update.
405 (check_pieced_synthetic_pointer): New function.
406 (get_frame_address_in_block_wrapper): New function.
407 (indirect_pieced_value): New function.
408 (pieced_value_funcs): Update.
409 (invalid_synthetic_pointer): New function.
410 (dwarf2_evaluate_loc_desc_full): Rename from
411 dwarf2_evaluate_loc_desc. Add byte_offset argument.
412 (dwarf2_evaluate_loc_desc): Rewrite.
413 (dwarf2_loc_desc_needs_frame): Set new field on context.
414 (get_ax_pc): New function.
415 (disassemble_dwarf_expression): Handle
416 DW_OP_GNU_implicit_pointer.
417 * dwarf2expr.h (enum dwarf_value_location)
418 <DWARF_VALUE_IMPLICIT_POINTER>: New constant.
419 (struct dwarf_expr_context) <get_frame_pc>: New field.
420 (struct dwarf_expr_piece) <v.ptr>: New field.
421 * dwarf2expr.c (add_piece): Handle DWARF_VALUE_IMPLICIT_POINTER.
422 (execute_stack_op): Handle DW_OP_GNU_implicit_pointer.
423 * dwarf2-frame.c (no_get_frame_pc): New function.
424 (execute_stack_op): Set new field on context.
425 * cp-valprint.c (cp_print_value_fields): Handle synthetic
426 pointers.
427
428 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
429
430 PR python/12199
431
432 * python/py-breakpoint.c (bppy_delete_breakpoint): New function.
433
434 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
435
436 Fix step_resume_breakpoint unsaved during an infcall.
437 * gdbthread.h (struct thread_control_state): Move here field
438 step_resume_breakpoint ...
439 (struct thread_info): ... from here.
440 * infrun.c (save_infcall_control_state): Reset
441 control.step_resume_breakpoint to NULL.
442 (restore_infcall_control_state, discard_infcall_control_state): Delete
443 control.step_resume_breakpoint.
444 * arm-linux-tdep.c, infrun.c, thread.c: Update all the references to
445 the moved field.
446
447 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
448
449 Rename and move inferior_thread_state and inferior_status.
450 * gdbthread.h (struct thread_control_state): New struct, move fields
451 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
452 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
453 stop_step and stop_bpstat here from struct thread_info.
454 (struct thread_suspend_state): New struct, move field stop_signal here
455 from struct thread_info.
456 (struct thread_info): Move the fields above from this struct.
457 * inferior.h: Move the inferior_thread_state and inferior_status
458 declarations comment to their definitions at infrun.c.
459 (struct inferior_control_state): New struct, move field stop_soon from
460 struct inferior here.
461 (struct inferior_suspend_state): New empty struct.
462 (struct inferior): New fields control and suspend. Move out field
463 stop_soon.
464 * infrun.c (struct inferior_thread_state): Rename to ...
465 (infcall_suspend_state): ... here. Replace field stop_signal by
466 fields thread_suspend and inferior_suspend.
467 (save_inferior_thread_state): Rename to ...
468 (save_infcall_suspend_state): ... here. New variable inf. Update the
469 code for new fields.
470 (restore_inferior_thread_state): Rename to ...
471 (restore_infcall_suspend_state): ... here. New variable inf. Update
472 the code for new fields.
473 (do_restore_inferior_thread_state_cleanup): Rename to ...
474 (do_restore_infcall_suspend_state_cleanup): ... here.
475 (make_cleanup_restore_inferior_thread_state): Rename to ...
476 (make_cleanup_restore_infcall_suspend_state): ... here.
477 (discard_inferior_thread_state): Rename to ...
478 (discard_infcall_suspend_state): ... here.
479 (get_inferior_thread_state_regcache): Rename to ...
480 (get_infcall_suspend_state_regcache): ... here.
481 (struct inferior_status): Rename to ...
482 (struct infcall_control_state): ... here. Replace fields
483 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
484 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
485 stop_step, stop_bpstat and stop_soon by fields thread_control and
486 inferior_control.
487 (save_inferior_status): Rename to ...
488 (save_infcall_control_state): ... here. Update the code for new
489 fields.
490 (restore_inferior_status): Rename to ...
491 (restore_infcall_control_state): ... here. Update the code for new
492 fields.
493 (do_restore_inferior_status_cleanup): Rename to ...
494 (do_restore_infcall_control_state_cleanup): ... here.
495 (make_cleanup_restore_inferior_status): Rename to ...
496 (make_cleanup_restore_infcall_control_state): ... here.
497 (discard_inferior_status): Rename to ...
498 (discard_infcall_control_state): ... here.
499 * alpha-tdep.c, breakpoint.c, dummy-frame.c, dummy-frame.h,
500 exceptions.c, fbsd-nat.c, gdbthread.h, infcall.c, infcmd.c,
501 inferior.c, inferior.h, infrun.c, linux-nat.c, mi/mi-interp.c,
502 mips-tdep.c, procfs.c, solib-irix.c, solib-osf.c, solib-spu.c,
503 solib-sunos.c, solib-svr4.c, thread.c, windows-nat.c: Update all the
504 references to the moved fields and renamed functions.
505
506 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
507
508 * infcall.c (struct inferior_thread_state) <siginfo_gdbarch>: Fix up
509 the comment.
510 (save_inferior_thread_state): Reset tp->stop_signal.
511
512 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
513
514 * infcall.c (call_function_by_hand): Remove variable
515 caller_state_cleanup.
516
517 2010-11-25 Marc Khouzam <marc.khouzam@ericsson.com>
518
519 PR breakpoints/12217
520
521 * breakpoint.c (is_marker_spec): Check for NULL.
522
523 2010-11-25 Pedro Alves <pedro@codesourcery.com>
524
525 * breakpoint.h: No longer include python.h or python-internal.h.
526 (struct breakpoint_object): Forward declare.
527 * defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
528 * varobj.c (PyObject) [!HAVE_PYTHON]: Define.
529 * python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
530 PyObject pointer.
531 (gdbpy_breakpoint_created): Remove casts around py_bp_object
532 accesses.
533
534 2010-11-24 Joel Brobecker <brobecker@adacore.com>
535
536 * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
537 only if HAVE_ELF is defined.
538
539 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
540
541 Code cleanup.
542 * infrun.c (struct inferior_status) <stepping_over_breakpoint>
543 (save_inferior_status) <stepping_over_breakpoint>
544 (restore_inferior_status) <stepping_over_breakpoint>: Rename to
545 trap_expected.
546 (struct inferior_status) <step_resume_break_address>: Remove.
547
548 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
549
550 Code cleanup.
551 * infrun.c (struct inferior_status, save_inferior_status)
552 (restore_inferior_status): Group and reorder the fields, comment their
553 groups.
554
555 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
556
557 Code cleanup.
558 * dictionary.c
559 (struct dict_vector) <iter_match_first, iter_match_next>
560 (iter_match_first_hashed, iter_match_next_hashed)
561 (iter_match_first_linear, iter_match_next_linear)
562 (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
563 (iter_match_next_hashed, iter_match_first_linear)
564 (iter_match_next_linear): Use symbol_compare_ftype.
565 * dictionary.h: Include symfile.h.
566 (dict_iter_match_first, dict_iter_match_next): Use
567 symbol_compare_ftype.
568 * dwarf2read.c (dw2_map_matching_symbols): Likewise.
569 * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
570 (map_matching_symbols_psymtab): Likewise.
571 * symfile.h (symbol_compare_ftype): New typedef.
572 (struct quick_symbol_functions) <map_matching_symbols): Use
573 symbol_compare_ftype.
574
575 2010-11-23 Tom Tromey <tromey@redhat.com>
576
577 * configure: Rebuild.
578 * configure.ac (READLINE_TEXI_INCFLAG): New subst.
579
580 2010-11-19 Tom Tromey <tromey@redhat.com>
581
582 * Makefile.in (SUBDIRS): Add doc.
583 * configure: Rebuild.
584 * configure.ac: Don't configure in doc. Create doc/Makefile.
585
586 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
587
588 PR python/12212
589
590 * python/py-inferior.c (find_thread_object): Check if PIDGET
591 returns 0.
592
593 010-11-22 Joel Brobecker <brobecker@adacore.com>
594
595 * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
596
597 2010-11-22 Joel Brobecker <brobecker@adacore.com>
598
599 * ada-lang.c (ada_to_fixed_type): Expand function documentation.
600 Return the original type if the main type portions match rather
601 than when the type themselves match.
602
603 2010-11-22 Joel Brobecker <brobecker@adacore.com>
604
605 * ada-lang.c (ada_template_to_fixed_record_type_1):
606 For dynamic fields, check the field size against the maximum
607 object size.
608
609 2010-11-22 Joel Brobecker <brobecker@adacore.com>
610
611 * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
612 function.
613 (mips_irix_n32_stack_tramp_frame): New static global.
614 (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
615 list of unwinder.
616
617 2010-11-22 Jerome Guitton <guitton@adacore.com>
618
619 * ada-tasks.c (get_tcb_types_info): Use C lookups to get
620 ATCB symbols.
621
622 2010-11-22 Joel Brobecker <brobecker@adacore.com>
623
624 * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
625 if type1 is a typedef.
626
627 2010-11-22 Joel Brobecker <brobecker@adacore.com>
628
629 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
630 "_finalizer" to the list.
631
632 2010-11-22 Joel Brobecker <brobecker@adacore.com>
633
634 * symfile.c: Remove all "#if 0"/"#endif" blocks.
635
636 2010-11-22 Joel Brobecker <brobecker@adacore.com>
637
638 * symfile.c: Add missing second space after period in various comments.
639
640 2010-11-22 Joel Brobecker <brobecker@adacore.com>
641
642 * ada-typeprint.c (print_array_type): Fix formatting in comment.
643 (print_selected_record_field_types): Fix formatting in function
644 documentation.
645
646 2010-11-22 Joel Brobecker <brobecker@adacore.com>
647
648 * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
649 in name of "show ravenscar" prefix command name.
650
651 2010-11-22 Joel Brobecker <brobecker@adacore.com>
652
653 * ravenscar-thread.c (show_ravenscar_task_switching_command):
654 Add missing '\n' in output.
655
656 2010-11-22 Joel Brobecker <brobecker@adacore.com>
657
658 * ravenscar-thread.c (running_thread_name): Change value.
659 (read_thread_id): Remove advance declaration.
660 (get_running_thread_msymbol): New function.
661 (has_ravenscar_runtime): Use get_running_thread_msymbol to
662 compute msym_running_thread.
663 (get_running_thread_id): Renames read_thread_id. Slight modifications
664 to not take any argument anymore, using get_running_thread_msymbol
665 to determine which symbol to use instead.
666 (ravenscar_running_thread): Use get_running_thread_id instead of
667 read_thread_id.
668
669 2010-11-22 Joel Brobecker <brobecker@adacore.com>
670
671 * ravenscar-sparc-thread.c (supply_register_at_address):
672 Fix passing of buf in call to regcache_raw_supply.
673
674 2010-11-22 Jan Kratochvil <jan.kratochvil@redhat.com>
675
676 * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
677
678 2010-11-22 Tom Tromey <tromey@redhat.com>
679
680 * Makefile.in (.PRECIOUS): Reference ada-lex.c.
681
682 2010-11-19 Keith Seitz <keiths@redhat.com>
683
684 * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
685 Remove extraneous '/' after $(DESTDIR).
686 (PYTHON_INSTALL_DIR): Likewise.
687
688 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
689
690 Fix stale memory references.
691 * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
692 xfree, new comment.
693
694 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
695 Tom Tromey <tromey@redhat.com>
696
697 * Makefile.in (.y.c): Directly create $@ from YLWRAP.
698 (.PHONY): Remove for .y outputs.
699
700 2010-11-19 Will Drewry <wad@google.com>
701 Tavis Ormandy <taviso@google.com>
702 Jan Kratochvil <jan.kratochvil@redhat.com>
703
704 * dwarf2read.c (decode_locdesc): Enforce location description stack
705 boundaries.
706
707 2010-11-18 Pierre Muller <muller@ics.u-strasbg.fr>
708
709 * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
710 instruction is found.
711
712 2010-11-17 Tom Tromey <tromey@redhat.com>
713
714 * value.c (value_entirely_optimized_out): Check the
715 'check_any_valid' field.
716
717 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
718
719 * ada-lang.c (modify_general_field): Remove.
720 (make_array_descriptor): Replace all modify_general_field calls by
721 modify_field.
722 * value.c (modify_field): Update comment. New variable bytesize.
723 Normalize BITPOS. Initialize BYTESIZE, use it.
724
725 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
726
727 * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
728 elements after xfree.
729
730 2010-11-16 Tom Tromey <tromey@redhat.com>
731
732 * gdb-add-index.sh: Really remove.
733
734 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
735
736 Code cleanup.
737 * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
738 (init_one_comp_unit): ... this one.
739 (prepare_one_comp_unit): New prototype.
740 (dw2_require_line_header, process_psymtab_comp_unit): Use
741 init_one_comp_unit.
742 (process_psymtab_comp_unit): Use prepare_one_comp_unit.
743 (load_partial_comp_unit): Remove variable attr. Use
744 init_one_comp_unit with xmalloc. Use prepare_one_comp_unit.
745 (load_full_comp_unit): Use init_one_comp_unit with xmalloc. Use
746 prepare_one_comp_unit.
747 (read_signatured_type): Remove variable attr. Use init_one_comp_unit.
748 Use prepare_one_comp_unit.
749 (alloc_one_comp_unit): Rename to ...
750 (init_one_comp_unit): ... here and remove there calloc, new parameter
751 cu.
752 (prepare_one_comp_unit): New function.
753
754 2010-11-14 Pierre Muller <muller@ics.u-strasbg.fr>
755
756 * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
757 possible used of uninitialized variable.
758
759 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
760
761 * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
762 (rs6000_gdbarch_init): Call it.
763
764 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
765
766 * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
767 instructions if debugging an E500 binary.
768
769 2010-11-12 Tom Tromey <tromey@redhat.com>
770
771 * varobj.c (value_get_print_value): Rearrange. Pass stream to
772 apply_varobj_pretty_printer.
773 * c-lang.c: Include exceptions.h.
774 (c_get_string): Throw MEMORY_ERROR when appropriate.
775 * python/py-prettyprint.c (enum string_repr_result): New.
776 (print_stack_unless_memory_error): New function.
777 (print_string_repr): Change return type. Use
778 print_stack_unless_memory_error.
779 (print_children): Use print_stack_unless_memory_error.
780 (apply_val_pretty_printer): Update. Don't print children if
781 string representation threw an exception.
782 (apply_varobj_pretty_printer): Add 'stream' argument. Use
783 print_stack_unless_memory_error.
784 * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
785 globals.
786 (_initialize_python): Initialize them.
787 * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
788 gdbpy_convert_exception.
789 (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
790 (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
791 (gdbpy_convert_exception): Declare.
792 (apply_varobj_pretty_printer): Update.
793 * python/py-utils.c (gdbpy_convert_exception): New function.
794
795 2010-11-12 Marc Khouzam <marc.khouzam@ericsson.com>
796
797 * mi/mi-main.c (mi_cmd_target_detach): Accept new
798 thread-group id format.
799
800 2010-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
801
802 * spu-tdep.c (spu_catch_start): Fix compilation error typo.
803
804 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
805
806 * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
807 NULL.
808 (BPPY_SET_REQUIRE_VALID): Ditto.
809 (bpnum_is_valid): Delete function.
810 (bppy_get_visibility): New function.
811 (bppy_new): Parse for, and validate internal keyword. Pass
812 internal keyword to breakpoint or watchpoint functions.
813 (build_bp_list): New function.
814 (gdbpy_breakpoints): Rewrite. Use build_bp_list and
815 iterate_over_breakpoints.
816 (gdbpy_breakpoint_created): Rewrite. Do not store breakpoints in a
817 look-aside vector.
818 (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
819 to internal breakpoint chain.
820
821 * breakpoint.c (set_breakpoint_number): New function.
822 (breakpoint_1): Check if breakpoint number is more than zero.
823 (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
824 (create_breakpoint_sal): Take a new parameter called internal.
825 Call set_breakpoint_number with internal parameter. Do not
826 mention internal breakpoints. All callers updated.
827 (create_breakpoint): Ditto.
828 (create_breakpoints_sal): Ditto.
829 (watch_command_1): Ditto.
830 (watch_command_wrapper): Take a new parameter called internal.
831 All callers updated.
832 (rwatch_command_wrapper): Ditto.
833 (awatch_command_wrapper): Ditto.
834 (save_breakpoints): Update breakpoint save condition check.
835 (iterate_over_breakpoints): New function.
836 * breakpoint.h: Add conditional python includes. Add py_bp_object
837 and comment to struct breakpoint. Update all callers.
838 * defs.h: Add PyObject definition for GDB builds without Python.
839
840 2010-11-10 Doug Evans <dje@google.com>
841
842 * python/lib/gdb/command/pretty_printers.py
843 (do_enable_pretty_printer_1): Handle printer.subprinters is None.
844
845 * value.c (set_value_enclosing_type): Renamed from
846 value_change_enclosing_type. All callers updated.
847 * value.h (set_value_enclosing_type): Update.
848 * valops.c (value_full_object): Always return a copy if we need to
849 make changes to the input value.
850
851 2010-11-09 Pedro Alves <pedro@codesourcery.com>
852
853 * breakpoint.c (watch_command_1): Get a pointer of the lazy
854 version of the expression's value, even if reading the value from
855 memory fails. When creating a -location watchpoint, get the
856 value's address from the lazy value pointer.
857
858 2010-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
859
860 * infrun.c (restore_inferior_thread_state): Use
861 discard_inferior_thread_state to free the data.
862 (discard_inferior_thread_state): xfree also siginfo_data.
863
864 2010-11-05 Doug Evans <dje@google.com>
865
866 Make gdb.parameter("directories") work.
867 New command "set directories".
868 * NEWS: Document them.
869 * source.c (set_directories_command): New function.
870 (show_directories_1): Renamed from show_directories.
871 All callers updated.
872 (show_directories_command): New function.
873 (_initialize_source): Install "directories" as a set/show
874 variable instead of just a show command.
875
876 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
877
878 * NEWS: Mention OpenCL C language support.
879 * Makefile.in (SFILES): Add opencl-lang.c.
880 (COMMON_OBS): Add opencl-lang.o.
881 * opencl-lang.c: New File
882 * defs.h (enum language): Add language_opencl.
883 * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
884 IBM XL C OpenCL compiler.
885 * c-lang.h: Include "parser-defs.h".
886 (evaluate_subexp_c): Declare.
887 * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
888 (c_op_print_tab): Add declaration.
889 * eval.c (binop_promote): Handle language_opencl.
890 * c-exp.y: Lookup the primitive types instead of referring to the
891 builtins.
892
893 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
894
895 Fix configure --enable-plugins --without-python.
896 * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
897 * configure: Regenerate.
898
899 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
900
901 * solib.c (solib_read_symbols): Call exception_fprintf even without
902 FROM_TTY. Print also so->so_name.
903
904 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
905
906 * gdbtypes.h (struct rank): Created subrank.
907 * gdbtypes.c: Initialized subrank for all
908 'BADNESS' constants.
909 (distance_to_ancestor): New function.
910 (is_ancestor): Use distance_to_ancestor.
911 (is_public_ancestor): Ditto.
912 (sum_ranks): Handle subrank.
913 (compare_ranks): Ditto.
914 (rank_one_type): Subrank base conversions.
915
916 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
917
918 * gdbtypes.h: Create struct rank.
919 Convert all 'BADNESS' macros to const struct rank declarations.
920 (sum_ranks): New function.
921 (compare_ranks): New function.
922 * valops.c (find_oload_champ): Updated.
923 (classify_oload_match): Use compare_ranks.
924 Improved comments.
925 (compare_parameters): Use compare_ranks.
926 * gdbtypes.c: Initialize 'BADNESS' constants.
927 (sum_ranks): New function.
928 (compare_ranks): New function.
929 (compare_badness): Use compare_ranks.
930 (rank_function): Use global constants instead of literals.
931 (rank_one_type): Ditto.
932 Return struct rank.
933 Use sum_ranks.
934
935 2010-11-04 Doug Evans <dje@google.com>
936
937 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
938 (find_pretty_printer): Fix comments.
939
940 2010-11-04 Hui Zhu <teawater@gmail.com>
941
942 * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
943
944 2010-11-03 Joel Brobecker <brobecker@adacore.com>
945
946 * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
947 and `len' declaration and computation inside block where they
948 are being used.
949
950 2010-11-03 Joel Brobecker <brobecker@adacore.com>
951
952 * valprint.c (val_print_array_elements): Put back handling of
953 empty arrays.
954
955 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
956
957 * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
958 DIE and set the length of the type.
959 * gdbtypes.h (get_array_bounds): Move here from valprint.h.
960 * gdbtypes.c (get_array_bounds): Move here from valprint.c and
961 return 0 if the corresponding bounds of the type are undefined.
962 * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
963 * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
964 (val_print_array_elements): Use get_array_bounds to compute the number
965 of array elements instead of dividing the length of the array by the
966 length of the element types.
967 * valarith.c (vector_binop): Likewise.
968 * valops.c (value_cast): Likewise.
969 * c-valprint.c (c_val_print): Likewise.
970 * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
971
972 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
973
974 * valarith.c (value_pos, value_neg, value_complement): Handle
975 vector types.
976 * valops.c (value_one): Likewise.
977
978 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
979
980 * value.h (value_non_lval): Declare.
981 * value.c (value_non_lval): New function.
982 * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
983 UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
984 non-lvalue.
985
986 2010-11-02 Doug Evans <dje@google.com>
987
988 New python module gdb.printing, and new commands info pretty-printer,
989 enable pretty-printer, disable pretty-printer.
990 * NEWS: Mention them.
991 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
992 gdb/command/__init__.py, gdb/command/pretty_printers.py.
993 * python/lib/gdb/__init__.py: Install pretty-printer commands.
994 * python/lib/gdb/printing.py: New file.
995 * python/lib/gdb/command/__init__.py: New file.
996 * python/lib/gdb/command/pretty_printers.py: New file.
997
998 2010-11-02 Tom Tromey <tromey@redhat.com>
999
1000 * NEWS: Mention Guile removal.
1001 * defs.h (enum language) <language_scm>: Remove.
1002 * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
1003 scm-valprint.c.
1004 (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
1005 (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
1006 * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
1007 Remove.
1008
1009 2010-11-02 Doug Evans <dje@google.com>
1010
1011 * top.c: #include "python/python.h".
1012 (gdb_init): Add a comment regarding initialize_all_files.
1013 Call finish_python_initialization at the end.
1014 * python/python.h (finish_python_initialization): Declare.
1015 * python/python.c (finish_python_initialization): New function.
1016 (_initialize_python): Move python-implemented initialization there
1017 and call it.
1018 (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
1019
1020 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1021
1022 Revert:
1023 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1024 Pedro Alves <pedro@codesourcery.com>
1025 * gdbthread.h (currently_stepping): New declaration.
1026 * infrun.c (currently_stepping): Remove the forward declaration.
1027 (currently_stepping): Make it global.
1028 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
1029 variables tp and step, initialized them. Pass STEP to to_resume.
1030 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
1031 * remote.c (currently_stepping_callback): New.
1032 (remote_vcont_resume)
1033 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
1034 New variable tp. Call currently_stepping_callback and step such
1035 thread.
1036
1037 2010-11-01 Hui Zhu <teawater@gmail.com>
1038
1039 * tracepoint.c (tfile_xfer_partial): Change lma to vma.
1040
1041 2010-10-28 Hui Zhu <teawater@gmail.com>
1042
1043 * tracepoint.c (trace_save): Change utp->actions to
1044 utp->step_actions.
1045
1046 2010-10-26 Joel Brobecker <brobecker@adacore.com>
1047
1048 * (_FILE_OFFSET_BITS): Fix typo in comment.
1049
1050 2010-10-26 Joel Brobecker <brobecker@adacore.com>
1051
1052 * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
1053 (PyEval_InitThreads): Remove duplicate. Define as nothing.
1054 (PyEval_ReleaseLock): Define as nothing.
1055
1056 2010-10-26 Joel Brobecker <brobecker@adacore.com>
1057
1058 * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
1059 by call to FILENAME_CMP.
1060
1061 2010-10-26 Joel Brobecker <brobecker@adacore.com>
1062
1063 * dictionary.c (dict_hash): Move assignment out of if condition.
1064
1065 2010-10-22 Jie Zhang <jie@codesourcery.com>
1066
1067 * Makefile.in (install): Remove dependency of install-only and
1068 recursively invoke make for install-only.
1069 * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
1070 (install): Pass FLAGS_TO_PASS when recursively make install-only.
1071
1072 2010-10-20 Hui Zhu <teawater@gmail.com>
1073
1074 * tracepoint.c (tfile_get_traceframe_address): Call
1075 extract_signed_integer.
1076 (tfile_trace_find): Call extract_signed_integer and
1077 extract_unsigned_integer. Change data_size to unsigned int.
1078 (tfile_fetch_registers): Call extract_unsigned_integer.
1079 (tfile_xfer_partial): Ditto.
1080 (tfile_get_trace_state_variable_value): Call
1081 extract_signed_integer and extract_unsigned_integer.
1082
1083 2010-10-20 Vladimir Prus <vladimir@codesourcery.com>
1084
1085 * remote.c (remote_get_threadlist): If we got empty
1086 response, bail out immediately, and don't emit any
1087 warnings.
1088
1089 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1090
1091 * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
1092 for "mov pc, REG" as well.
1093 (thumb_instruction_changes_pc): Likewise.
1094
1095 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1096
1097 PR C++/11500:
1098 * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
1099 * eval.c (evaluate_subexp_standard): Check for overload of
1100 'operator->'.
1101 * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
1102 (value_x_unop): Ditto.
1103 * valops.c: Include "exceptions.h".
1104 (find_overload_match): Throw NOT_FOUND_ERROR.
1105 (value_struct_elt): Ditto.
1106
1107 2010-10-19 Tom Tromey <tromey@redhat.com>
1108
1109 * python/py-cmd.c (cmdpy_function): Unreference exception state.
1110
1111 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1112
1113 * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
1114 * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
1115 for conversion.
1116 Make all other conversions illegal.
1117
1118 2010-10-18 Doug Evans <dje@google.com>
1119
1120 * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
1121 assumptions of when this case happens. Print "<unnamed typedef>".
1122
1123 2010-10-18 Tom Tromey <tromey@redhat.com>
1124
1125 * valprint.c (val_print_string): Pass 'encoding' to
1126 LA_PRINT_STRING.
1127
1128 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1129
1130 Fix the `stopped language detection' testcase for gcc-4.5.
1131 * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
1132 * symfile.c (set_initial_language): Move variable filename to a more
1133 inner block. Prefer LANGUAGE_OF_MAIN.
1134 * symtab.c (language_of_main): New variable.
1135 (set_main_name): Always reset LANGUAGE_OF_MAIN.
1136 * symtab.h (language_of_main): New declaration.
1137
1138 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1139 Pedro Alves <pedro@codesourcery.com>
1140
1141 * gdbthread.h (currently_stepping): New declaration.
1142 * infrun.c (currently_stepping): Remove the forward declaration.
1143 (currently_stepping): Make it global.
1144 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
1145 variables tp and step, initialized them. Pass STEP to to_resume.
1146 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
1147 * remote.c (currently_stepping_callback): New.
1148 (remote_vcont_resume)
1149 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
1150 New variable tp. Call currently_stepping_callback and step such
1151 thread.
1152
1153 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1154
1155 * infrun.c (follow_exec): Replace symbol_file_add_main by
1156 symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
1157 breakpoint_re_set.
1158 * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
1159 clear_symtab_users.
1160 * objfiles.c (free_all_objfiles): Likewise.
1161 * remote-m32r-sdi.c (m32r_load): Likewise.
1162 * solib-som.c (som_solib_create_inferior_hook): Likewise.
1163 * symfile.c (new_symfile_objfile): New comment for add_flags. Call
1164 clear_symtab_users with ADD_FLAGS.
1165 (reread_symbols): Use parameter 0 for clear_symtab_users.
1166 (clear_symtab_users): New parameter add_flags. Do not call
1167 breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
1168 (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
1169 * symtab.h (clear_symtab_users): New parameter add_flags.
1170
1171 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1172
1173 Fix GCC false warning.
1174 * varobj.c (value_get_print_value) <str_addr>: Initialize it.
1175
1176 2010-10-16 Pierre Muller <muller@ics.u-strasbg.fr>
1177
1178 * p-typeprint.c (pascal_type_print_method_args): Fix problem in
1179 display of type of method arguments.
1180
1181 2010-10-15 Tom Tromey <tromey@redhat.com>
1182
1183 PR python/11948:
1184 * varobj.c (value_get_print_value): Use val_print_string to print
1185 lazy strings.
1186 * python/py-prettyprint.c (print_string_repr): Use
1187 val_print_string to print lazy strings. Fix cleanup logic.
1188 (print_children): Likewise.
1189 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
1190 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
1191 Change return type to 'void', add 'addr' argument.
1192 * value.h (val_print_string): Update.
1193 * valprint.c (val_print_string): Add 'encoding' argument.
1194 * printcmd.c (print_formatted): Update.
1195 * p-valprint.c (pascal_val_print): Update.
1196 * m2-valprint.c (print_unpacked_pointer): Update.
1197 (m2_print_array_contents): Likewise.
1198 * jv-valprint.c (java_value_print): Update.
1199 * f-valprint.c (f_val_print): Update.
1200 * c-valprint.c (c_val_print): Update.
1201 * auxv.c (fprint_target_auxv): Update.
1202
1203 2010-10-15 Doug Evans <dje@google.com>
1204 Jan Kratochvil <jan.kratochvil@redhat.com>
1205
1206 PR exp/12117
1207 * gdbtypes.c (check_typedef): Clean up function comment.
1208 Keep track of instance flags as we strip typedefs and create a new
1209 type to preserve them if necessary.
1210 * gdbtypes.h (type) <instance_flags>: Extend the comment.
1211
1212 2010-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
1213
1214 * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
1215
1216 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1217
1218 * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
1219 * gdbtypes.c (rank_one_type): Move type comparison code out of here
1220 to...
1221 (types_equal): ...here. And changed it as follows:
1222 Outside of typedefs type must be of the same TYPE_CODE.
1223 When compairing two pointers or references they are equal if their
1224 targets are equal.
1225 Correct pointer conversions.
1226
1227 2010-10-14 Pierre Muller <muller@ics.u-strasbg.fr>
1228
1229 * p-lang.c (is_pascal_string_type): Avoid crashes on structures
1230 having fields without names.
1231
1232 2010-10-13 Tom Tromey <tromey@redhat.com>
1233
1234 * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
1235
1236 2010-10-13 Doug Evans <dje@google.com>
1237
1238 New python module gdb.types.
1239 * NEWS: Document it.
1240 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
1241 * python/lib/gdb/types.py: New file.
1242
1243 * c-typeprint.c: Whitespace cleanup.
1244 (cp_type_print_method_args): Remove unnecessary forward decl.
1245 (cp_type_print_derivation_info): Ditto.
1246 (c_type_print_varspec_prefix): Mark as static at definition.
1247 (c_type_print_modifier): Fix arg descriptions.
1248
1249 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1250
1251 * python/py-breakpoint.c (bppy_set_condition): New comment.
1252 * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
1253 failed PyUnicode_Decode.
1254 (cmdpy_completer): Skip element for failed
1255 python_string_to_host_string.
1256 (cmdpy_init): Return -1 on failed python_string_to_host_string.
1257 * python/py-frame.c (frapy_read_var): Extend the function comment.
1258 * python/py-function.c (fnpy_init): Return -1 on failed
1259 python_string_to_host_string.
1260 * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
1261 the function comment.
1262 (infpy_search_memory): Extend the function comment. Remove the
1263 PyErr_SetString call on already set error state.
1264 * python/py-param.c (set_parameter_value): Extend the function
1265 comment. Return -1 on failed python_string_to_host_string, twice.
1266 (set_attr): Extend the function comment.
1267 (compute_enum_values): Extend the function comment. New variable
1268 back_to. Protect self->enumeration by BACK_TO cleanups. Return 0 on
1269 failed python_string_to_host_string.
1270 (get_doc_string): Call gdbpy_print_stack on failed
1271 python_string_to_host_string.
1272 (parmpy_init): Extend the function comment.
1273 * python/py-prettyprint.c (pretty_print_one_value): Likewise.
1274 (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
1275 failed python_string_to_host_string.
1276 * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
1277 (valpy_binop, valpy_richcompare): Extend the function comment.
1278 * python/python.c
1279 (struct python_env) <error_type, error_value, error_traceback>: New
1280 fields.
1281 (restore_python_env): Handle PyErr_Occurred. Call PyErr_Restore.
1282 (ensure_python_env): Call PyErr_Fetch.
1283 * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
1284 failed convert_value_from_python.
1285 (value_get_print_value): Call gdbpy_print_stack on failed
1286 python_string_to_target_python_string.
1287
1288 2010-10-12 Tom Tromey <tromey@redhat.com>
1289
1290 * python/py-prettyprint.c (search_pp_list): Fix error checking.
1291
1292 2010-10-12 Sami Wagiaalla <swagiaal@redhat.com>
1293
1294 * gdbtypes.c (do_is_ancestor): New function.
1295 (is_ancestor): Use do_is_ancestor.
1296 (is_public_ancestor): Use do_is_ancestor.
1297
1298 2010-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
1299
1300 * ser-go32.c (struct dos_ops): Add missing fdopen field.
1301
1302 2010-10-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1303
1304 * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
1305
1306 2010-10-11 Doug Evans <dje@google.com>
1307
1308 * c-typeprint.c (c_type_print_modifier): Add note that this prints
1309 the address space id too.
1310
1311 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1312
1313 Fix attaching to re-prelinked executables on ppc64.
1314 * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
1315 initialize it, try to adjust FILESZ field by it.
1316
1317 2010-10-08 Daniel Jacobowitz <dan@codesourcery.com>
1318
1319 * tracepoint.c (merge_uploaded_trace_state_variables): Only print
1320 messages if info_verbose.
1321
1322 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1323
1324 * valops.c (value_cast): Handle vector types.
1325 * valarith.c (value_binop): Widen scalar to vector if appropriate.
1326
1327 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1328
1329 * arm-tdep.c (thumb_expand_immediate): New function.
1330 (thumb_instruction_changes_pc): Likewise.
1331 (thumb2_instruction_changes_pc): Likewise.
1332 (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
1333 prologue parsing. Improved support for optimized code.
1334 (thumb_scan_prologue): Do not reply on line-number information,
1335 use same heuristics as arm_scan_prologue insead.
1336 (skip_prologue_function): Accept functions
1337 "__tls_get_addr" and "__aeabi_read_tp".
1338
1339 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1340 Daniel Jacobowitz <dan@codesourcery.com>
1341
1342 * arm-tdep.c (thumb_in_function_epilogue_p)
1343 (arm_in_function_epilogue_p): New.
1344 (arm_gdbarch_init): Install arm_in_function_epilogue_p as
1345 gdbarch_in_function_epilogue_p callback.
1346
1347 2010-10-07 Doug Evans <dje@google.com>
1348
1349 * cc-with-index.sh (output_file): Default to a.out.
1350
1351 * dwarf2read.c (mapped_index): Rename member index_table to
1352 symbol_table and index_table_slots to symbol_table_slots.
1353 All uses updated.
1354 (create_symbol_hash_table): Renamed from create_index_table.
1355 All callers updated.
1356 (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
1357 (write_hash_table): Rename local index_table to symbol_hash_table.
1358
1359 * addrmap.h (addrmap_foreach_fn): New typedef.
1360 (addrmap_foreach): Declare.
1361 * addrmap.c (struct addrmap_funcs): New member foreach.
1362 (addrmap_foreach): New function.
1363 (addrmap_fixed_foreach): New function.
1364 (addrmap_fixed_funcs): Update.
1365 (struct mutable_foreach_data): New struct.
1366 (addrmap_mutable_foreach_worker): New function.
1367 (addrmap_mutable_foreach): New function.
1368 (addrmap_mutable_funcs): Update.
1369
1370 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1371
1372 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
1373 more cases.
1374
1375 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1376
1377 * ada-lang.c (full_match): Declare.
1378 (ada_match_name): Rename to match_name (we should avoid prefixing static
1379 symbols with "ada_").
1380 (match_name): New name for ada_match_name.
1381 (struct ada_psym_data): Remove and replace with...
1382 (struct match_data): User data for map_matching_symbols.
1383 (ada_add_psyms): Remove.
1384 (aux_add_nonlocal_symbols): New function, used as callback for
1385 map_matching_symbols.
1386 (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
1387 symbols.
1388 (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
1389 (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
1390 Rework to use map_matching_symbols instead of map_ada_symtabs.
1391 (ada_lookup_symbol_list): Use add_nonlocal_symbols.
1392 * psymtab.c: Include dependency on dictionary.h.
1393 (match_partial_symbol): New function.
1394 (ada_lookup_partial_symbol): Remove.
1395 (map_block): New function, auxiliary to map_matching_symbols_psymtab.
1396 (map_matching_symbols_psymtab): New function.
1397 (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
1398 * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
1399
1400 2010-10-06 Paul Hilfinger <hilfinger@adacore.com>
1401
1402 * ada-lang.c (ada_match_name): Use new API for wild_match.
1403 (wild_match): Change API to be consistent with that of strcmp_iw;
1404 return 0 for a match, and switch operand order.
1405 (full_match): New function.
1406 (ada_add_block_symbols): Use dict_iter_match_{first,next} for
1407 matching to allow use of hashing.
1408 * dictionary.c (struct dict_vector): Generalize iter_name_first,
1409 iter_name_next ot iter_match_first, iter_match_next.
1410 (iter_name_first_hashed): Replace with iter_match_first_hashed.
1411 (iter_name_next_hashed): Replace with iter_match_next_hashed.
1412 (iter_name_first_linear): Replace with iter_match_first_linear.
1413 (iter_name_next_linear): Replace with iter_match_next_linear.
1414 (dict_iter_name_first): Re-implement to use dict_iter_match_first.
1415 (dict_iter_name_next): Re-implement to use dict_iter_match_next.
1416 (dict_iter_match_first): New function.
1417 (dict_iter_match_next): New function.
1418 (dict_hash): New function.
1419 * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
1420 * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
1421
1422 2010-10-06 Doug Evans <dje@google.com>
1423
1424 * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
1425
1426 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1427
1428 * dwarf2read.c (read_tag_const_type): Handle const arrays.
1429
1430 2010-10-06 Doug Evans <dje@google.com>
1431
1432 * Makefile.in (REQUIRED_SUBDIRS): New var.
1433 (subdir_do): Verify required subdir Makefiles exist.
1434
1435 Create subdir data-directory.
1436 * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
1437 data-directory/Makefile.in.
1438 (SUBDIRS): Add data-directory.
1439 (all): Remove xml-syscall-copy dependency.
1440 (xml-syscall-copy): Moved to data-directory/Makefile.in as
1441 stamp-syscalls.
1442 (xml-syscall-install): Moved to data-directory/Makefile.in as
1443 install-syscalls.
1444 (install-only): Remove xml-syscall-install dependency.
1445 (all-data-directory): New rule.
1446 (data-directory/Makefile): New rule.
1447 * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
1448 * configure: Regenerate.
1449 * data-directory/Makefile.in: New file.
1450 * python/lib/gdb/__init__.py: New file.
1451
1452 2010-10-06 Joel Brobecker <brobecker@adacore.com>
1453
1454 Fix ARI warnings in advance_wild_match.
1455 * ada-lang.c (advance_wild_match): Delete local variable t2.
1456 Adjust code accordingly. Minor reformatting.
1457
1458 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1459
1460 * gdbtypes.h (struct main_type): Remove flag_nottext.
1461 (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
1462 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
1463 (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
1464 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
1465 of TYPE_FLAG_NOTTEXT.
1466 (init_type): Remove the initialization of the flag_nottext field.
1467 (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
1468 TYPE_FLAG_NOTTEXT.
1469 * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
1470
1471 2010-10-04 Doug Evans <dje@google.com>
1472
1473 * cc-with-index.sh: New file.
1474
1475 * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
1476 function comment.
1477 (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
1478 (create_cus_from_index, create_addrmap_from_index): Ditto.
1479 (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
1480 (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
1481 (dw2_do_expand_symtabs_matching): Ditto.
1482 (eq_strtab_entry, create_strtab, add_string): Ditto.
1483 (hash_strtab_entry): Ditto.
1484 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
1485 (create_index_table, create_mapped_symtab, find_slot): Ditto.
1486 (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
1487 (write_hash_table, add_address_entry, write_psymbols): Ditto.
1488 (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
1489 (write_psymtabs_to_index): Ditto.
1490
1491 2010-10-04 Joel Brobecker <brobecker@adacore.com>
1492
1493 * ada-lang.c: #include "value.h".
1494 (ensure_lval): Delete advance declaration. Remove gdbarch and sp
1495 arguments. Implement using value_allocate_space_in_inferior
1496 instead of allocating memory from the stack.
1497 (make_array_descriptor): Remove gdbarch and sp parameters. Update
1498 calls to ensure_lval.
1499 (ada_convert_actual): Remove gdbarch and sp parameters. Update
1500 calls to make_array_descriptor and ensure_lval.
1501 * ada-lang.h (ada_convert_actual): Update declaration.
1502 * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
1503
1504 2010-10-04 Doug Evans <dje@google.com>
1505
1506 * python/python.c (_initialize_python): Define new function
1507 GdbSetPythonDirectory in python. Use it to update sys.path and
1508 gdb.__path__.
1509
1510 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1511
1512 * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
1513 incorporating and generalizing print_record_field_types.
1514 (print_record_field_types): Change return value and update comment.
1515 Re-implement using print_selected_record_field_types.
1516 (print_choices): Print "=>" here.
1517 Handle case of unencoded variant branch.
1518 (print_variant_clauses): Reformat comment.
1519 Special-case unencoded variant branch.
1520
1521 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1522
1523 * ada-lang.c (wild_match): Reimplement.
1524 Change API to eliminate unused length argument, reverse arguments and
1525 make 0 the 'true' return value.
1526 (advance_wild_match): New auxiliary function for wild_match to improve
1527 readability.
1528 (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
1529 * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
1530 API for wild_match.
1531 * symfile.h (map_ada_symtabs): Modify declaration to use new API for
1532 wild_match.
1533 * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
1534
1535 2010-10-01 Doug Evans <dje@google.com>
1536
1537 * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1538 for `save gdb-index' command.
1539
1540 2010-10-01 Tom Tromey <tromey@redhat.com>
1541
1542 * symfile.h (allocate_symtab): Update.
1543 * symfile.c (allocate_symtab): Make 'filename' const.
1544 * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1545 (add_psymbol_to_list): Likewise.
1546 * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1547 const.
1548 (add_psymbol_to_list): Update.
1549 * mdebugread.c (new_symtab): Make 'name' const.
1550 (psymtab_to_symtab_1): Make 'filename' const.
1551 * elfread.c (elfstab_offset_sections): Update.
1552 * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1553 (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1554 (psymtab_include_file_name): Update.
1555 * dbxread.c (find_stab_function_addr): Make 'filename' const.
1556 * buildsym.h (start_subfile): Update.
1557 * buildsym.c (start_subfile): Make arguments const.
1558
1559 2010-09-30 Ali Lakhia <lakhia@alumni.utexas.net>
1560
1561 * fork-child.c (breakup_args): Fix crash if shell forking is
1562 disabled at compile time.
1563
1564 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1565
1566 * ada-lang.c (desc_bounds): Add handling of the case where
1567 the P_BOUNDS field is a pointer to a stub.
1568 (desc_data_target_type): Same for P_ARRAY field.
1569 (ada_check_typedef): Strip the typedef layers from the type
1570 found by ada_find_any_type.
1571
1572 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1573
1574 * sparc-tdep.c (sparc32_frame_align): New function.
1575 (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1576 * sparc64-tdep.c (sparc64_frame_align): New function.
1577 (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1578
1579 2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
1580
1581 * defs.h (MAX_REGISTER_SIZE): Set to 64.
1582
1583 2010-09-30 Tom Tromey <tromey@redhat.com>
1584
1585 * symfile.h (struct sym_fns) <next>: Remove.
1586 (add_symtab_fns): Update.
1587 * symfile.c (sym_fns_ptr): New typedef.
1588 (symtab_fns): Now a VEC.
1589 (add_symtab_fns): Update. Change argument type.
1590 (find_sym_fns): Update. Change return type.
1591 (get_symfile_segment_data): Update.
1592 * objfiles.h (struct objfile) <sf>: Now const.
1593 * somread.c (som_sym_fns): Now const. Update.
1594 * xcoffread.c (xcoff_sym_fns): Now const. Update.
1595 * mipsread.c (ecoff_sym_fns): Now const. Update.
1596 * machoread.c (macho_sym_fns): Now const. Update.
1597 * elfread.c (elf_sym_fns): Now const. Update.
1598 (elf_sym_fns_gdb_index): Likewise.
1599 * dbxread.c (aout_sym_fns): Now const. Update.
1600 * coffread.c (coff_sym_fns): Now const. Update.
1601
1602 2010-09-30 Tom Tromey <tromey@redhat.com>
1603
1604 * value.c (value_primitive_field): Take 'offset' into account for
1605 packed field.
1606
1607 2010-09-30 Tom Tromey <tromey@redhat.com>
1608
1609 * completer.c (count_struct_fields): Handle anonymous structs and
1610 unions.
1611 (add_struct_fields): Likewise.
1612
1613 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1614
1615 Fix printing parameters of inlined functions.
1616 * ada-lang.c (is_known_support_routine)
1617 (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1618 for find_frame_funname.
1619 * python/py-frame.c (frapy_name): Likewise.
1620 * stack.c (find_frame_funname): New parameter funcp. Update the
1621 function comment. Fill it in.
1622 (print_frame): New variable func. Initialize it by
1623 find_frame_funname. Print arguments only if FUNC is not NULL. Use
1624 FUNC as the parameter of print_args_stub.
1625 * stack.h (find_frame_funname): New parameter funcp. Remove the
1626 function declaration comment.
1627
1628 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1629
1630 PR corefiles/12071.
1631 * inferior.c (have_live_inferiors): New variables old_chain, inf and
1632 tp. Iterate INFERIOR_LIST and call target_has_execution.
1633
1634 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1635
1636 Fix GDB crash on inferior calls with self-referencing classes.
1637 * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1638 member fields.
1639
1640 2010-09-29 Doug Evans <dje@google.com>
1641
1642 Workaround for gcc/45682.
1643 * dwarf2read.c (partial_die_info): New fields fixup_called,
1644 linkage_name.
1645 (guess_partial_die_structure_name): Renamed from guess_structure_name.
1646 Move definition next to use. Use linkage_name to determine if class
1647 is in a namespace. All callers updated.
1648 (fixup_partial_die): Return early if already called.
1649 Set fixup_called when done.
1650 (guess_full_die_structure_name): New function.
1651 (determine_prefix): Call it for class/struct/union dies if c++ and
1652 .debug_types section is present and parent is DW_TAG_compile_unit.
1653
1654 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1655
1656 * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1657 (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1658
1659 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1660
1661 * NEWS: Announce Ravenscar Profile support.
1662
1663 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1664 Jerome Guitton <guitton@adacore.com>
1665
1666 * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1667 New files.
1668 * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1669 ravenscar-sparc-thread.o to gdb_target_obs.
1670
1671 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1672
1673 * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1674 * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1675
1676 2010-09-27 Pierre Muller <muller@ics.u-strasbg.fr>
1677
1678 * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1679 (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1680 skip_main_prologue method.
1681
1682 2010-09-27 Tom Tromey <tromey@redhat.com>
1683
1684 * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1685 (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1686 Only emit a given psymbol once.
1687 (struct signatured_type_index_data) <psyms_seen>: New field.
1688 (write_one_signatured_type): Update.
1689 (cleanup_htab): New function.
1690 (write_psymtabs_to_index): Update. Create psyms_seen hash. Bump
1691 version to 3.
1692 (save_gdb_index_command): Update index documentation.
1693
1694 2010-09-27 Tom Tromey <tromey@redhat.com>
1695
1696 * bcache.c (expand_hash_table): Use hash_function, not hash.
1697
1698 2010-09-27 Tom Tromey <tromey@redhat.com>
1699
1700 * gdb_wchar.h: Change minimum libiconv to 0x108.
1701
1702 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1703
1704 Fix lost siginfo_t for inferior calls.
1705 * infrun.c
1706 (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1707 (save_inferior_thread_state): New variables regcache, gdbarch and
1708 siginfo_data. Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1709 Move INF_STATE allocation later, pre-clear it. Initialize REGISTERS
1710 using REGCACHE.
1711 (restore_inferior_thread_state): New variables regcache and gdbarch.
1712 Restore SIGINFO_DATA for matching GDBARCH. Restore REGISTERS using
1713 REGCACHE. Free also SIGINFO_DATA.
1714
1715 2010-09-24 Tom Tromey <tromey@redhat.com>
1716
1717 * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1718 MAYBE_SWAPs.
1719 (dw2_map_symbol_names): Likewise.
1720
1721 2010-09-24 Sami Wagiaalla <swagiaal@redhat.com>
1722
1723 * valops.c (find_oload_champ_namespace_loop): replace incorrect
1724 discard_cleanups do_cleanups.
1725
1726 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1727
1728 PR gdb/11842
1729
1730 * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1731 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1732 si_code is < 0. Check for si_code == SI_TIMER before checking for
1733 si_code < 0.
1734
1735 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1736
1737 * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1738
1739 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1740
1741 * ada-tasks.c (read_atcb): Do not compute the task ptid when
1742 debugging a core file.
1743
1744 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1745
1746 Code cleanup.
1747 * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1748 (free_objfile) <objfile->name != NULL>: Remove the conditional around
1749 xfree.
1750 * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1751 * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1752 Remove.
1753 * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1754 Remove the conditional.
1755 * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1756
1757 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1758
1759 * main.c: Include objfiles.h.
1760 (captured_main): New variable objfile. Call
1761 load_auto_scripts_for_objfile for ALL_OBJFILES.
1762
1763 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1764
1765 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1766 DW_TAG_constant.
1767
1768 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1769
1770 * dwarf2read.c (scan_partial_symbols): Add handling of
1771 DW_TAG_constant DIEs.
1772 (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1773
1774 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1775
1776 * configure.ac: Add support for --enable-gdbserver.
1777 * configure: Regenerate.
1778
1779 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1780
1781 PR C++/12028
1782 * valops.c (find_oload_champ_namespace_loop): removed incorrect
1783 'old_cleanups' reassignment.
1784
1785 2010-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1786
1787 * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1788 characters.
1789
1790 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1791
1792 PR mi/11407
1793 * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1794 read_var_value and common_val_print and print a warning.
1795
1796 2010-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1797
1798 * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1799 keep the list in alphabetical order. Use longer e-mail address.
1800
1801 2010-09-15 Tom Tromey <tromey@redhat.com>
1802
1803 * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1804
1805 2010-09-15 Tom Tromey <tromey@redhat.com>
1806
1807 * charset.c (iconv_open): New define.
1808 (iconv): Likewise.
1809 (iconv_close): Likewise.
1810 (phony_iconv_open): Add "phony_" prefix.
1811 (phony_iconv_close): Likewise.
1812 (phony_iconv): Likewise.
1813 * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1814 Change how INTERMEDIATE_ENCODING is defined.
1815
1816 2010-09-15 Doug Evans <dje@google.com>
1817
1818 * dwarf2read.c (struct die_info): Fix comment.
1819
1820 2010-09-15 Alan Modra <amodra@gmail.com>
1821
1822 PR 4606
1823 * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1824 than setting SEC_NEVER_LOAD on sections that need not be copied.
1825
1826 2010-09-14 Tom Tromey <tromey@redhat.com>
1827
1828 * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1829 (start_psymtab_common, allocate_psymtab, discard_psymtab):
1830 Declare.
1831 * symfile.h (extend_psymbol_list): Remove.
1832 (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1833 (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1834 * psymtab.c (extend_psymbol_list): Move earlier. Now static.
1835
1836 2010-09-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1837
1838 * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1839 Update the comment.
1840
1841 2010-09-14 Tom Tromey <tromey@redhat.com>
1842
1843 PR symtab/8399:
1844 * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1845 for unrecognized frame base expression.
1846
1847 2010-09-14 Tom Tromey <tromey@redhat.com>
1848
1849 PR exp/11803:
1850 * value.c (value_static_field): Use value_of_variable.
1851
1852 2010-09-14 Pierre Muller <muller@ics.u-strasbg.fr>
1853
1854 * m32r-rom.c: Replace winsock.h with winsock2.h header.
1855 * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1856
1857 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1858
1859 PR symtab/11992:
1860 * c-exp.y (classify_name): Check is_a_member_of_this before returning
1861 UNKNOWN_CPP_NAME.
1862
1863 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1864
1865 * NEWS: Add x86-lynxos to the list of platforms supported by
1866 gdbserver.
1867
1868 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1869
1870 * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1871
1872 2010-09-13 Tom Tromey <tromey@redhat.com>
1873
1874 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1875
1876 2010-09-13 H.J. Lu <hongjiu.lu@intel.com>
1877
1878 * i386-tdep.c (i386_ymm_type): Set type name to
1879 builtin_type_vec256i.
1880
1881 2010-09-12 Michael Snyder <msnyder@vmware.com>
1882
1883 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1884
1885 2010-09-12 H.J. Lu <hongjiu.lu@intel.com>
1886
1887 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1888
1889 2010-09-11 H.J. Lu <hongjiu.lu@intel.com>
1890
1891 * amd64-tdep.c (amd64_register_name): Removed.
1892 (amd64_init_abi): Don't call set_gdbarch_register_name.
1893
1894 * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1895
1896 * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1897
1898 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1899 Paul Bolle <pebolle@tiscali.nl>
1900
1901 Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1902 * cli-logging.c (struct saved_output_files) <targerr>: New.
1903 (set_logging_redirect, pop_output_files, handle_redirections):
1904 Redirect also gdb_stdtargerr.
1905 * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1906 declarations.
1907 * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1908 also gdb_stdtargerr.
1909 * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1910 to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1911 Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1912 * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1913 * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1914 New functions.
1915
1916 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1917
1918 * hppa-tdep.c (unwind_command): Use host_address_to_string function
1919 to display a host address.
1920 * monitor.c (monitor_read_memory): Likewise.
1921 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1922
1923 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1924
1925 * coffread.c (struct coff_symbol): Change c_value type from `long' to
1926 `CORE_ADDRESS' as it might contain target addresses.
1927
1928 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1929
1930 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1931 before cast to pointer to avoid warning.
1932
1933 2010-09-09 Kevin Buettner <kevinb@redhat.com>
1934
1935 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1936 type to be signed.
1937
1938 2010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
1939
1940 * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1941 anonymous class partial DIEs.
1942
1943 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1944
1945 * dwarf2read.c (dwarf2_compute_name): Check that the first
1946 argument is a pointer.
1947
1948 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1949
1950 * dwarf2read.c (read_func_scope, read_structure_type)
1951 (read_common_block): Check for a NULL return from new_symbol.
1952
1953 2010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1954
1955 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1956
1957 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1958
1959 * dwarf2read.c (read_structure_type): Move processing of
1960 fields and member functions from here...
1961 (process_structure_scope): ... to here.
1962
1963 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1964
1965 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1966 the domain type.
1967 (gnuv3_make_method_ptr): Likewise.
1968
1969 2010-09-08 Tom Tromey <tromey@redhat.com>
1970
1971 * breakpoint.c (create_breakpoint): Add missing _().
1972
1973 2010-09-08 Doug Evans <dje@google.com>
1974
1975 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1976
1977 2010-09-08 Tom Tromey <tromey@redhat.com>
1978
1979 Revert:
1980 2010-09-01 Tom Tromey <tromey@redhat.com>
1981 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1982 symtab.h: Revert earlier change.
1983
1984 2010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
1985
1986 * psymtab.c (add_psymbol_to_bcache): Initialize
1987 obj_section.
1988 memset psymbol.ginfo.value to 0.
1989
1990 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1991
1992 * infrun.c (resume): Extend comment on ignoring single-step
1993 requests on vfork parents waiting for a vfork-done.
1994
1995 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1996 Pedro Alves <pedro@codesourcery.com>
1997
1998 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1999 is NULL.
2000 * fork-child.c (startup_inferior) <resume_signal>: Use enum
2001 target_signal type.
2002 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
2003 calling strsignal. Use enum target_signal type for saved_signo.
2004 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
2005 (linux_nat_wait_1): Use enum target_signal type for signo. Use
2006 target_signal_to_host before calling strsignal.
2007 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
2008 TARGET_SIGNAL_0.
2009
2010 2010-09-06 Pedro Alves <pedro@codesourcery.com>
2011 Jan Kratochvil <jan.kratochvil@redhat.com>
2012
2013 * common/signals.c (ANY): Remove.
2014 (SET): No longer use ANY.
2015
2016 2010-09-06 Yao Qi <yao@codesourcery.com>
2017
2018 * infrunc(resume): When inferior is waiting_for_vfork_done,
2019 clear step and don't use displaced stepping.
2020
2021 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2022
2023 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
2024 value specially.
2025
2026 2010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2027
2028 Code cleanup - split print_stop_reason.
2029 * infrun.c (enum inferior_stop_reason): Remove.
2030 (print_stop_reason): Remove by splitting into ...
2031 (print_exited_reason, print_signal_exited_reason)
2032 (print_no_history_reason, print_signal_received_reason)
2033 (print_end_stepping_range_reason): ... these new functions. Update
2034 the preceding comment.
2035 (handle_inferior_event): Change the calls to print_exited_reason,
2036 print_signal_exited_reason, print_no_history_reason,
2037 print_signal_received_reason, print_end_stepping_range_reason.
2038 (handle_step_into_function, handle_step_into_function_backward):
2039 Change the calls to print_end_stepping_range_reason.
2040
2041 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2042
2043 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
2044 * cli-out.c: Include vec.h.
2045 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
2046 variable stream, initialize it, use it.
2047 (cli_redirect): New function comment. Replace the stream and
2048 original_stream fields by the new streams field. Remove the
2049 original_stream != NULL conditional, assert error on NULL instead.
2050 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
2051 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
2052 original_stream fields by the new streams field.
2053 (cli_out_set_stream): Replace the stream field by the new streams
2054 field.
2055 * cli-out.h: Include vec.h.
2056 (ui_filep): New typedef, call DEF_VEC_P for it.
2057 (struct cli_ui_out_data): Replace the stream and original_stream
2058 fields by the new streams field.
2059 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
2060 NULL first. Extend the comment.
2061 (handle_redirections): Call ui_out_redirect with output.
2062 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
2063 calls outside of the TRY_CATCH block.
2064
2065 2010-09-03 Joel Brobecker <brobecker@adacore.com>
2066
2067 GDB 7.2 released.
2068
2069 2010-09-02 Joel Brobecker <brobecker@adacore.com>
2070
2071 Back out the following change:
2072 | 2010-06-29 Hui Zhu <teawater@gmail.com>
2073 | * record.c (set_record_pic_cmdlist,
2074 | show_record_pic_cmdlist): New variables.
2075 | (set_record_pic_command,
2076 | show_record_pic_command): New functions.
2077 | (record_pic_function, record_pic_line, record_pic_enum,
2078 | set_record_pic_type, record_pic_hide_nofunction,
2079 | record_pic_hide_nosource, record_pic_hide_same): New variables.
2080 | (record_pic_fputs): New function.
2081 | (function_list, node_list, edge_list): New struct.
2082 | (function_list, node_list, edge_list): New variables.
2083 | (record_pic_cleanups, record_pic_node,
2084 | record_pic_edge, cmd_record_pic): New functions.
2085 | (_initialize_record): Add new commands for record pic.
2086
2087 2010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2088
2089 * config.in, configure: Regenerated.
2090 * configure.ac: Check for waitpid.
2091 * ser-pipe.c (pipe_close): Wait for the program to exit.
2092
2093 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2094
2095 * cli/cli-logging.c: Include gdb_assert.h.
2096 (set_logging_overwrite): New function.
2097 (logging_redirect): New comment.
2098 (logging_no_redirect_file, set_logging_redirect)
2099 (pop_output_files) <logging_no_redirect_file>: New.
2100 (handle_redirections) <!logging_redirect>: New variable
2101 no_redirect_file. Remove file autoclose for tee_file_new. No longer
2102 discard cleanup for the close of former OUTPUT. Set
2103 LOGGING_NO_REDIRECT_FILE.
2104 (handle_redirections) <logging_redirect>: gdb_assert
2105 LOGGING_NO_REDIRECT_FILE.
2106 (show_logging_command) <logging_redirect handling>: Adjust messages
2107 for SAVED_FILENAME not NULL.
2108 (_initialize_cli_logging): Install set_logging_overwrite and
2109 set_logging_redirect.
2110
2111 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2112
2113 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
2114
2115 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2116
2117 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
2118 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
2119 add $(GDB_WARN_CFLAGS_NO_FORMAT).
2120 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
2121
2122 2010-09-02 Yao Qi <yao@codesourcery.com>
2123
2124 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
2125 number from a WIFSIGNALED status.
2126
2127 2010-09-01 Tom Tromey <tromey@redhat.com>
2128
2129 * symtab.h (lookup_type_symbol): Declare.
2130 * symtab.c (lookup_symbol_in_language_full): Rename from
2131 lookup_symbol_in_language. Add 'for_type' argument.
2132 (lookup_symbol_in_language): New function.
2133 (lookup_type_symbol): Likewise.
2134 (lookup_symbol_aux): Add 'for_type' argument.
2135 (match_symbol_aux): New function.
2136 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
2137 (match_transparent_type): New function.
2138 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
2139 * symfile.h (struct quick_symbol_functions)
2140 <pre_expand_symtabs_matching>: Remove.
2141 <expand_one_symtab_matching>: New field.
2142 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
2143 (pre_expand_symtabs_matching_psymtabs): Remove.
2144 (psym_functions): Update.
2145 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
2146 * dwarf2read.c (dw2_lookup_symbol): Update comment.
2147 (dw2_pre_expand_symtabs_matching): Remove.
2148 (dw2_expand_one_symtab_matching): New function.
2149 (dwarf2_gdb_index_functions): Update.
2150
2151 2010-09-01 Joel Brobecker <brobecker@adacore.com>
2152
2153 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
2154
2155 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2156
2157 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
2158 as a feature reported by -list-target-features.
2159
2160 2010-09-01 Joel Brobecker <brobecker@adacore.com>
2161
2162 * features/Makefile (WHICH): Add rs6000/powerpc-32.
2163 (powerpc-32.o, powerpc-32.c): New rules.
2164 (clean): Also remove powerpc-32.c.
2165 * regformats/rs6000/powerpc-32.dat: Generate.
2166
2167 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
2168
2169 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
2170 psymbol_bcache_init.
2171 * psymtab.h (psymbol_bcache_init): New function prototype.
2172 (psymbol_bcache_free): New function prototype.
2173 (psymbol_bcache_get_bcache): New function prototype.
2174 * psymtab.c (psymbol_bcache_init): New function.
2175 (psymbol_bcache_free): New function.
2176 (psymbol_bcache_full): New function.
2177 (psymbol_bcache_get_bcache): New function.
2178 (add_psymbol_to_bcache): use psymbol_bcache_full.
2179 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
2180 psymbol_bcache.
2181 * symmisc.c (print_symbol_bcache_statistics): Updated.
2182 (print_objfile_statistics): Updated.
2183 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
2184 psymbol_cache.
2185 (free_objfile): Use psymbol_bcache_free.
2186
2187 2010-08-31 Tom Tromey <tromey@redhat.com>
2188
2189 PR c++/11961:
2190 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
2191 Don't set TYPE_NAME on the type.
2192
2193 2010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2194
2195 * infrun.c (set_exec_direction_func): Error out if target does not
2196 support reverse execution.
2197
2198 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2199
2200 Make linux_get_siginfo_type `type *' unique.
2201 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
2202 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
2203 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
2204 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
2205 (_initialize_linux_tdep): New.
2206
2207 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2208
2209 Code cleanup.
2210 * defs.h (find_memory_region_ftype): New typedef.
2211 (exec_set_find_memory_regions): Use it.
2212 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
2213 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
2214 * gcore.c (objfile_find_memory_regions): Likewise.
2215 * gnu-nat.c (gnu_find_memory_regions): Likewise.
2216 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
2217 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
2218 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
2219 find_memory_region_ftype.
2220 (insert_dbx_link_bpt_in_region): Likewise.
2221 (iterate_over_mappings): Likewise. Drop the comment part about the
2222 function prototype.
2223 (find_memory_regions_callback): Use find_memory_region_ftype.
2224 (proc_find_memory_regions): Likewise.
2225 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
2226 find_memory_region_ftype.
2227 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
2228 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
2229
2230 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
2231
2232 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
2233 'static partial_symbol psymbol'.
2234 (psymbol_hash): New function.
2235 (psymbol_compare): New function.
2236 * bcache.c (hash_continue): New.
2237 (hash): Use hash_continue.
2238 * bcache.c: Add hash_function and compare_function
2239 pointers to bcache struct.
2240 (bcache_full): Use bcache->hash_function, and
2241 bcache->compare_function.
2242 (bcache_compare): New function.
2243 (bcache_xmalloc): Take hash_function and
2244 compare_function arguments and initialize the
2245 bcach's pointers.
2246 Updated comment.
2247 * objfiles.c (allocate_objfile): Updated.
2248 * symfile.c (reread_symbols): Updated.
2249 * python/py-type.c (typy_richcompare): Updated.
2250
2251 2010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
2252 Tom Tromey <tromey@redhat.com>
2253
2254 PR python/11792:
2255 * python/py-value.c (valpy_get_dynamic_type): New function.
2256 (value_object_getset): Add "dynamic_type".
2257 (valpy_get_type): Fail on error.
2258
2259 2010-08-30 Yao Qi <yao@codesourcery.com>
2260
2261 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
2262 (arm_linux_syscall_next_pc): New.
2263 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
2264 (arm_linux_init_abi): Initialize syscall_next_pc.
2265 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
2266 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
2267 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
2268 Declare arm_frame_is_thumb.
2269
2270 2010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2271
2272 Code cleanup.
2273 * breakpoint.c (bpstat_alloc): Remove unused prototype.
2274 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
2275 code.
2276 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
2277 calls of bpstat_alloc. Remove explicit bs chain termination.
2278
2279 2010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2280
2281 Code cleanup.
2282 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
2283 (my_waitpid): Likewise.
2284
2285 2010-08-27 Doug Evans <dje@google.com>
2286
2287 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
2288 as appropriate.
2289
2290 2010-08-27 Tom Tromey <tromey@redhat.com>
2291
2292 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
2293 TYPE_FIELD_IGNORE_BITS.
2294
2295 2010-08-27 Doug Evans <dje@google.com>
2296
2297 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
2298 the order they're defined in. munmap .debug_types buffer.
2299
2300 2010-08-26 Doug Evans <dje@google.com>
2301
2302 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
2303 (dw2_forget_cached_source_info): Rename local cu to per_cu.
2304 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
2305 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
2306 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
2307 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
2308 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
2309 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
2310 (write_psymtabs_to_index): Ditto.
2311
2312 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2313
2314 * NEWS: Mention libthread_db debugging with core files.
2315
2316 2010-08-26 Doug Evans <dje@google.com>
2317
2318 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
2319 forward decl. Pass pst->dirname to dwarf_decode_lines.
2320 (psymtab_include_file_name): New function.
2321 (dwarf_decode_lines): Call it. Update comments.
2322
2323 2010-08-25 Pedro Alves <pedro@codesourcery.com>
2324
2325 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
2326 compilation unit being different from target die's.
2327
2328 2010-08-24 Doug Evans <dje@google.com>
2329
2330 PR symtab/11942
2331 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
2332 debug_types_type_hash.
2333 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
2334 All uses updated.
2335 (lookup_die_type): Renamed from tag_type_to_tag. First look in
2336 appropriate type_hash table. All callers updated.
2337 (allocate_signatured_type_table): Renamed from
2338 allocate_signatured_type_hash_table. All callers updated.
2339 (create_signatured_type_table_from_index): Renamed from
2340 create_signatured_type_hash_from_index. All callers updated.
2341 (read_die_type): Add comment. Move actual reading to ...
2342 (read_die_type_1): ... here. New function.
2343 (follow_die_ref_or_sig): Tweak comment.
2344 (set_die_type): Rewrite to use appropriate choice of
2345 debug_info_type_hash or debug_types_type_hash.
2346 (get_die_type_at_offset): New function.
2347 (get_die_type): Call it.
2348
2349 2010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2350
2351 * python/py-type.c (typy_richcompare): Initialize worklist.
2352
2353 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2354 Kazu Hirata <kazu@codesourcery.com>
2355 Jonathan Larmour <jifl@eCosCentric.com>
2356
2357 * arm-tdep.c: Include features/arm-with-m.c.
2358 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
2359 call this function.
2360 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
2361 Check is_m after force-mode.
2362 (arm_gdbarch_init): Check the binary before the target description.
2363 Add check for M profile attribute. If we have an M-profile device,
2364 but no target register description, use arm-with-m. Recognize the
2365 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
2366 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
2367 * arm-tdep.h (XPSR_T): Define.
2368 (struct gdbarch_tdep): Add is_m member.
2369 * features/arm-m-profile.xml, features/arm-with-m.c,
2370 features/arm-with-m.xml: New files.
2371
2372 2010-08-23 Doug Evans <dje@google.com>
2373
2374 * dwarf2read.c (read_structure_type): Add comment.
2375 (read_enumeration_type): Add comment.
2376 (process_enumeration_scope): Move definition of some locals
2377 closer to their use.
2378 (read_namespace_type): Add comment.
2379 (set_die_type): Fix typo in comment.
2380
2381 2010-08-23 Tom Tromey <tromey@redhat.com>
2382
2383 PR python/11145:
2384 * python/py-value.c: Include expression.h.
2385 (valpy_do_cast): New function.
2386 (valpy_cast): Use it.
2387 (valpy_dynamic_cast): New function.
2388 (valpy_reinterpret_cast): Likewise.
2389 (value_object_methods): Add dynamic_cast, reinterpret_cast.
2390
2391 2010-08-23 Tom Tromey <tromey@redhat.com>
2392
2393 PR python/11391:
2394 * python/py-value.c (valpy_nonzero): Don't throw error for other
2395 Value types.
2396
2397 2010-08-23 Tom Tromey <tromey@redhat.com>
2398
2399 PR python/10676:
2400 * python/py-type.c: Include bcache.h, vec.h.
2401 (struct type_equality_entry): New.
2402 (compare_strings): New function.
2403 (check_types_equal): Likewise.
2404 (check_types_worklist): Likewise.
2405 (typy_richcompare): Likewise.
2406 (type_object_type): Set tp_richcompare field.
2407
2408 2010-08-23 Tom Tromey <tromey@redhat.com>
2409
2410 PR python/10953:
2411 * python/py-type.c (typy_fields): Call check_typedef.
2412 (typy_template_argument): Add TRY_CATCH.
2413
2414 2010-08-23 Tom Tromey <tromey@redhat.com>
2415
2416 PR python/11915:
2417 * python/py-type.c (typy_array): New function.
2418 (type_object_methods): Add "array".
2419
2420 2010-08-20 Pedro Alves <pedro@codesourcery.com>
2421
2422 * python/python.c: Include "serial.h".
2423 (gdbpy_event_fds): Change type to `struct serial *' a array from
2424 int array.
2425 (gdbpy_run_events): Change parameters. Use serial_readchar in
2426 place of read.
2427 (gdbpy_post_event): Use serial_write in place of write.
2428 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
2429 serial_async in place of add_file_handler.
2430
2431 2010-08-20 Pedro Alves <pedro@codesourcery.com>
2432
2433 * serial.h (gdb_pipe, serial_pipe): Declare.
2434 * serial.c (serial_interface_lookup): Take a const char pointer.
2435 (serial_fdopen): Rename to ...
2436 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
2437 Call the OPS' fdopen function if there is one.
2438 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
2439 (serial_pipe): New.
2440 (struct serial_ops) <fdopen>: New field.
2441
2442 * ser-mingw.c (free_pipe_state):
2443 (free_pipe_state): Close output on non-pex pipes.
2444 (pipe_windows_fdopen): New.
2445 (gdb_pipe): New.
2446 (_initialize_ser_windows): Register pipe_windows_fdopen.
2447 * ser-go32.c (gdb_pipe): New.
2448 * ser-pipe.c (pipe_close): Close file descriptor even if there's
2449 no state pointer.
2450 (pipe_ops): Delete.
2451 (gdb_pipe): New.
2452
2453 2010-08-20 Keith Seitz <keiths@redhat.com>
2454
2455 PR symtab/11465:
2456 * dwarf2read.c (struct delayed_method_info): New struct.
2457 (struct dwarf2_cu): Add vector method_list.
2458 (scan_partial_symbols): Count methods for union, class, structure,
2459 and interface types.
2460 (add_to_method_list): New function.
2461 (free_delayed_list): New function.
2462 (compute_delayed_physnames): New function.
2463 (process_full_comp_unit): Make a cleanup for the CU's delayed
2464 physname list, compute the delayed physnames, and free the
2465 the list.
2466 (dwarf2_add_member_fn): For C++ and Java, delay the computation
2467 of the physname until after the CU is read.
2468
2469 * dwarf2read.c (read_structure_type): Check if the current
2470 DIE's type was already completed after dwarf2_full_name
2471 was called.
2472
2473 2010-08-19 Stan Shebs <stan@codesourcery.com>
2474
2475 * NEWS: Mention some additional changes.
2476
2477 2010-08-19 Tom Tromey <tromey@redhat.com>
2478
2479 * Makefile.in (install-python): Add DESTDIR.
2480
2481 2010-08-19 Doug Evans <dje@google.com>
2482
2483 PR exp/11926
2484 * parser-defs.h (parse_float, parse_c_float): Declare.
2485 * parse.c (parse_float, parse_c_float): New function.
2486 * c-exp.y (parse_number): Call parse_c_float.
2487 * objc-exp.y (parse_number): Ditto.
2488 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
2489 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
2490
2491 2010-08-19 Joel Brobecker <brobecker@adacore.com>
2492
2493 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
2494 the arguments in the correct order.
2495 * symtab.c (maybe_add_partial_symtab_filename): Declare
2496 the arguments in the correct order.
2497
2498 2010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2499
2500 * varobj.c (varobj_create): Replace variable old_fi with old_id,
2501 initialize it by null_frame_id, wrap its usage by get_frame_id,
2502 frame_id_p and frame_find_by_id.
2503
2504 2010-08-18 Tom Tromey <tromey@redhat.com>
2505
2506 PR python/11900:
2507 * configure: Rebuild.
2508 * configure.ac: Add install-python to CONFIG_INSTALL.
2509 * Makefile.in (install-python): New.
2510
2511 2010-08-18 Doug Evans <dje@google.com>
2512
2513 * gdb_assert.h (gdb_assert_not_reached): New macro.
2514 (gdb_assert_fail): Fix typo in comment.
2515 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
2516 gdb_assert (0).
2517 * darwin-nat.c (darwin_check_new_threads): Ditto.
2518 * dwarf2read.c (dwarf2_get_section_info): Ditto.
2519 (munmap_section_buffer): Ditto.
2520 * m32c-tdep.c (make_types): Ditto.
2521 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
2522 * macroexp.c (get_character_constant): Ditto.
2523 (get_string_literal): Ditto.
2524 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
2525 (mep_pseudo_cr_index, mep_register_type): Ditto.
2526 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
2527 (mep_get_insn, mep_analyze_prologue): Ditto.
2528 * objfiles.c (qsort_cmp): Ditto.
2529 * prologue-value.c (pv_is_identical): Ditto.
2530 * record.c (record_get_loc): Ditto.
2531 * value.c (value_static_field): Ditto.
2532 * xtensa-tdep.c (call0_track_op): Ditto.
2533
2534 2010-08-18 Tom Tromey <tromey@redhat.com>
2535
2536 PR symtab/11919:
2537 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2538 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
2539 name-copying lower. Document exception behavior.
2540 * completer.c (expression_completer): Catch exceptions from
2541 parse_field_expression.
2542
2543 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2544
2545 PR corefile/8210
2546
2547 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2548 workaround on core files.
2549 (try_thread_db_load_1): Don't try enabling thread event reporting
2550 on core files.
2551 (thread_db_load): Allow thread_db on core files.
2552 (attach_thread): Don't check thread signals on core files, nor try
2553 really attaching to the thread, nor enabling thread event event
2554 reporting.
2555 (thread_db_detach): Don't try disabing thread event reporting or
2556 removing thread event breakpoints when debugging a core file.
2557 (find_new_threads_callback): Don't try enabling thread event
2558 reporting on core files.
2559 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2560 debugging a core file.
2561 (thread_db_find_new_threads): Don't update thread
2562 cores (processors) when debugging a core (dump).
2563
2564 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2565
2566 PR corefile/8210
2567
2568 * corelow.c (add_to_thread_list): Don't use
2569 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
2570 (get_core_register_section): Don't use
2571 gdbarch_core_reg_section_encodes_pid.
2572
2573 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2574 * gdbarch.h, gdbarch.c: Regenerate.
2575 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2576 gdbarch_core_reg_section_encodes_pid.
2577 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2578 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2579 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2580
2581 2010-08-18 Yao Qi <yao@codesourcery.com>
2582
2583 * MAINTAINERS : Add myself under Write After Approval.
2584
2585 2010-08-17 Tom Tromey <tromey@redhat.com>
2586
2587 * NEWS: Mention template parameter support.
2588
2589 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2590
2591 PR breakpoints/11371
2592
2593 * breakpoint.c (decref_bp_location): Assert the reference count is
2594 sane.
2595
2596 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2597
2598 PR breakpoints/11371
2599
2600 * breakpoint.c (breakpoint_init_inferior): Decrement the
2601 location's reference count instead of deleting right away.
2602 (bpstat_free): Decrement the location's reference count. Make
2603 static.
2604 (bpstat_copy): Increment the location's reference count.
2605 (bpstat_find_breakpoint): Adjust.
2606 (bpstat_num): Adjust.
2607 (print_it_typical): Adjust. Use the breakpoint pointer in the
2608 bpstat instead of the location's owner.
2609 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2610 Adjust to record the location's owner in the bpstat.
2611 (watchpoint_check): Use the breakpoint pointer in the bpstat
2612 instead of the location's owner.
2613 (bpstat_check_breakpoint_conditions): Don't handle
2614 bp_watchpoint_scope here. Use the breakpoint pointer in the
2615 bpstat instead of the location's owner.
2616 (bpstat_stop_status): Defer inferior function calls to after
2617 building the bpstat list. Handle bp_watchpoint_scope here. Use
2618 the breakpoint pointer in the bpstat instead of the location's
2619 owner.
2620 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2621 the location's owner.
2622 (free_bp_location): Don't walk bpstats clearing locations.
2623 (incref_bp_location): New.
2624 (decref_bp_location): New.
2625 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2626 instead of the location's owner.
2627 (update_global_location_list): Clear the location's owner, and
2628 decrement the location's reference count instead of deleting it
2629 right away.
2630 (breakpoint_retire_moribund): Decrement the location's reference
2631 count instead of deleting it right away.
2632 (bpstat_remove_bp_location): Delete.
2633 (bpstat_remove_breakpoint): New.
2634 (bpstat_remove_bp_location_callback): Delete.
2635 (bpstat_remove_breakpoint_callback): New.
2636 (delete_breakpoint): Iterate over all threads' stop_bpstat's
2637 clearing references to the breakpoint that is being deleted.
2638
2639 * breakpoint.h (struct bp_location) <refc>: New field.
2640 <owner>: Update comments.
2641 (bpstat_free): Delete declaration.
2642 (struct bpstats): Change the type of the breakpoint_at field to
2643 struct breakpoint point, from struct bp_location pointer. Add new
2644 field bp_location_at.
2645
2646 2010-08-16 Tom Tromey <tromey@redhat.com>
2647
2648 * NEWS: Fix typo.
2649
2650 2010-08-16 Tom Tromey <tromey@redhat.com>
2651
2652 * NEWS: Mention watch -location.
2653
2654 2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2655
2656 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
2657 EXP_STRING_REPARSE to EXP_STRING.
2658 (watch_command_1): Set also EXP_STRING_REPARSE.
2659 (delete_breakpoint): Free also EXP_STRING_REPARSE.
2660 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2661 Update comment for exp_string.
2662
2663 2010-08-16 Tom Tromey <tromey@redhat.com>
2664
2665 * value.c (release_value): Clear 'next' pointer.
2666 * breakpoint.c (watch_command_1): Add 'just_location' argument.
2667 (watch_command_wrapper): Update.
2668 (watch_maybe_just_location): New function.
2669 (watch_command): Update.
2670 (rwatch_command_wrapper): Update.
2671 (rwatch_command): Update.
2672 (awatch_command_wrapper): Update.
2673 (awatch_command): Update.
2674 (check_for_argument): New function.
2675 (_initialize_breakpoint): Update help text.
2676
2677 2010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
2678
2679 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2680 typedef'ed function types correctly.
2681
2682 2010-08-13 Tom Tromey <tromey@redhat.com>
2683
2684 * python/python-internal.h (gdbpy_get_hook_function): Don't
2685 declare.
2686
2687 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2688
2689 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2690 static.
2691
2692 2010-08-13 Ken Werner <ken.werner@de.ibm.com>
2693
2694 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2695 the format strings to be compatible with Python 2.4.
2696
2697 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2698
2699 Easier and more stubborn MI memory read commands.
2700
2701 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2702 and data-write-memory-bytes.
2703 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2704 (mi_cmd_data_write_memory_bytes): New.
2705 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2706 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2707 New.
2708 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2709 * target.c (target_read_until_error): Remove.
2710 (read_whatever_is_readable, free_memory_read_result_vector)
2711 (read_memory_robust): New.
2712 * target.h (target_read_until_error): Remove.
2713 (struct memory_read_result, free_memory_read_result_vector)
2714 (read_memory_robust): New.
2715
2716 2010-08-13 Hui Zhu <teawater@gmail.com>
2717
2718 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2719 (read_comp_unit): Initialize back_to.
2720
2721 2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2722 Pedro Alves <pedro@codesourcery.com>
2723
2724 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2725 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2726 (struct partial_die_info) <has_template_arguments>: New field.
2727 <num_attrs>: Change type to unsigned char.
2728 <building_fullname>: New field.
2729 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
2730 allocate a CU if we don't have one already. Add a cleanup for the
2731 CU.
2732 (partial_die_full_name): Handle template arguments not in
2733 DW_AT_name.
2734 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2735 (load_full_comp_unit): Only allocate a CU if we don't have one
2736 already.
2737 (do_ui_file_peek_last): New.
2738 (dwarf2_compute_name): Handle template parameters not in
2739 DW_AT_name.
2740 (read_comp_unit): Read and free abbrevs if not read yet.
2741 (load_partial_dies): Handle template arguments not in DW_AT_name.
2742 (find_partial_die): If we have a CU, but no a partial dies yet,
2743 also read in the CU.
2744 (dwarf2_const_value_attr): New, abstracted out from
2745 dwarf2_const_value.
2746 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2747 dwarf2_const_value_attr.
2748 (determine_prefix): Detect and break loops created by RCVT's debug
2749 info.
2750 (maybe_queue_comp_unit): Bail out early if reading partial
2751 symbols.
2752 (follow_die_offset): Load full CU if we have no dies.
2753 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2754 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2755
2756 2010-08-11 Tom Tromey <tromey@redhat.com>
2757 Phil Muldoon <pmuldoon@redhat.com>
2758
2759 * python/python.c (gdbpy_run_events): New function.
2760 (gdbpy_post_event): Likewise.
2761 (gdbpy_initialize_events): Likewise.
2762 (_initialize_python): Call gdbpy_initialize_events.
2763
2764 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2765
2766 * gdb/valarith.c (vector_binop): New function.
2767 (scalar_binop): Likewise.
2768 (value_binop): Call scalar_binop or vector_binop depending on the types.
2769 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2770 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2771 to pointers.
2772 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2773
2774 2010-08-11 Brad Roberts <braddr@puremagic.com>
2775
2776 * d-lang.c (extract_identifiers): Handle multiple digits.
2777
2778 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2779
2780 Code cleanup.
2781 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2782 Rename to dummy_frame_unwind.
2783 (dummy_frame_unwind): Remove.
2784 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2785 * frame-unwind.c (frame_unwind_init): Use address of
2786 dummy_frame_unwind and inline_frame_unwind.
2787 * frame.c (create_sentinel_frame): Use address of
2788 sentinel_frame_unwind.
2789 * inline-frame.c (inline_frame_unwinder): Rename to
2790 inline_frame_unwind.
2791 (inline_frame_unwind): Remove.
2792 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2793 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2794 sentinel_frame_unwind.
2795 (sentinel_frame_unwind): Remove.
2796 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2797 struct.
2798
2799 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2800
2801 Code cleanup.
2802 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2803 and returned value. New comment from frame-unwind.h.
2804 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2805 Extend the comment.
2806 * frame.c (get_frame_id, frame_unwind_register_value)
2807 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2808 (get_frame_type, frame_unwind_arch): Do not use the return value of
2809 frame_unwind_find_by_frame.
2810
2811 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2812 Thiago Jung Bauermann <bauerman@br.ibm.com>
2813 Tom Tromey <tromey@redhat.com>
2814
2815 * python/python.c (gdbpy_solib_address): New function.
2816 (gdbpy_decode_line): Likewise.
2817
2818 2010-08-10 Tom Tromey <tromey@redhat.com>
2819
2820 Revert gdb-add-index addition:
2821 * Makefile.in (install-only): Don't install gdb-add-index.
2822 * gdb-add-index.sh: Remove.
2823
2824 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2825
2826 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2827 `target_has_execution' check with `to_has_memory' check.
2828 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2829 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2830 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2831
2832 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2833
2834 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2835 (resume_siggnal, resume_step): Move these static globals...
2836 (struct sim_inferior_data): ...into this new struct.
2837 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2838 New static globals.
2839 (gdb_callback, callbacks_initialized): Move these globals to
2840 a point earlier in the file.
2841 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2842 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2843 (gdbsim_close_inferior, gdbsim_resume_inferior)
2844 (gdbsim_stop_inferior): New functions.
2845 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2846 New constants.
2847 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2848 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2849 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2850 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2851 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2852 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2853 new local variable `sim_data' in each of these functions. Use
2854 `sim_data' to reference former globals `program_loaded',
2855 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2856 `resume_step'.
2857 (gdbsim_open): Remove local variable `argv'. Put results of call
2858 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
2859 make a cleanup for it. Free it though when a sim instance cannot
2860 be obtained.
2861 (gdbsim_close): Free sim_argv and null it out as appropriate.
2862 Close sim instances in all inferiors.
2863 (gdbsim_cntrl_c): Stop all inferiors.
2864 (gdbsim_wait):
2865 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2866
2867 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2868
2869 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2870 function after symbol construction is complete.
2871 Do the same for template symbol addition to template_symbols list.
2872
2873 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2874
2875 * symtab.c (symbol_get_demangled_name): Remove assertion and
2876 return NULL when language_specific.cplus_specific is not initialized.
2877 * stabsread.c (define_symbol): Set the name before calling
2878 cp_scan_for_anonymous_namespaces.
2879
2880 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2881
2882 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2883 SYMBOL_SET_LANGUAGE.
2884 (symbol_init_language_specific): Renamed to symbol_set_language.
2885 * symtab.c (symbol_init_language_specific): Removed redundant check
2886 for language_cplus.
2887 Renamed to symbol_set_language.
2888 * stabsread.c (define_symbol): Updated.
2889 (read_enum_type): Updated
2890 * psymtab.c (add_psymbol_to_bcache): Updated.
2891 * minsyms.c (install_minimal_symbols): Updated.
2892 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2893 SYMBOL_LANGUAGE to set the language.
2894 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2895 * mdebugread.c (new_symbol): Ditto.
2896 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2897 * dwarf2read.c (new_symbol_full): Ditto.
2898 * jv-lang.c (add_class_symbol): Ditto.
2899
2900 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2901
2902 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2903 (make_cleanup_restore_page_info)
2904 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2905 * gdbcmd.h (execute_command_to_string): New declaration.
2906 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2907 (make_cleanup_restore_ui_file): Move to utils.c
2908 (execute_gdb_command) <to_string>: Move ...
2909 * top.c (execute_command_to_string): ... here. Call
2910 set_batch_flag_and_make_cleanup_restore_page_info.
2911 * utils.c (make_cleanup_restore_integer): New source file blank line.
2912 (make_cleanup_restore_uinteger): New.
2913 (struct restore_ui_file_closure, do_restore_ui_file)
2914 (make_cleanup_restore_ui_file): Move here from python/python.c.
2915 (init_page_info) <batch_flag>
2916 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2917 (set_batch_flag_and_make_cleanup_restore_page_info): New.
2918
2919 2010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
2920
2921 * thread.c (add_thread_silent): Use null_ptid instead of
2922 minus_one_ptid while getting rid of stale inferior_ptid.
2923
2924 2010-08-06 Corinna Vinschen <vinschen@redhat.com>
2925
2926 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2927 Throughout, call read_encoded_value with ptr_size rather than addr_size.
2928 (decode_frame_entry_1): Remove redundant setting of
2929 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2930 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
2931 on examined frame section. Add comment to explain why.
2932 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
2933 comment to explain usage.
2934 * gdbarch.c: Regenerate.
2935 * gdbarch.h: Regenerate.
2936
2937 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2938
2939 2010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2940
2941 Code cleanup.
2942 * varobj.c (varobj_create): Move variables fi, old_fi and block to
2943 a more inner block.
2944
2945 2010-08-05 Pedro Alves <pedro@codesourcery.com>
2946
2947 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2948 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2949 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2950 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2951 linux-tdep.o to gdb_target_obs.
2952
2953 2010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
2954
2955 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
2956 argument.
2957
2958 2010-08-05 Hui Zhu <teawater@gmail.com>
2959
2960 * mips-linux-tdep.c(regset.h): New include.
2961 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2962 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2963 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2964 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2965 mips_linux_regset_from_core_section): New functions.
2966 (fetch_core_registers, regset_core_fns): Deleted.
2967 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2968 Deleted regset_core_fns.
2969 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2970 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2971 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2972 and fpregset64.
2973
2974 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2975
2976 * s390-tdep.c: Include linux-tdep.h.
2977 (s390_gdbarch_init): Call linux_init_abi.
2978
2979 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2980
2981 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2982 instead of printing "Thread" here.
2983 * linux-tdep.c: Include inferior.h.
2984 (linux_core_pid_to_str): New.
2985 (linux_init_abi): New.
2986 * linux-tdep.h (linux_init_abi): Declare.
2987 * alpha-linux-tdep.c: Include linux-tdep.h.
2988 (alpha_linux_init_abi): Call linux_init_abi.
2989 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2990 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2991 * frv-linux-tdep.c: Include linux-tdep.h
2992 (frv_linux_init_abi): Call linux_init_abi.
2993 * hppa-linux-tdep.c: Include linux-tdep.h
2994 (hppa_linux_init_abi): Call linux_init_abi.
2995 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2996 * ia64-linux-tdep.c: Include linux-tdep.h.
2997 (ia64_linux_init_abi): Call linux_init_abi.
2998 * m32r-linux-tdep.c: Include linux-tdep.h.
2999 (m32r_linux_init_abi): Call linux_init_abi.
3000 * m68klinux-tdep.c: Include linux-tdep.h.
3001 (m68k_linux_init_abi): Call linux_init_abi.
3002 * microblaze-linux-tdep.c: Include linux-tdep.h.
3003 (microblaze_linux_init_abi): Call linux_init_abi.
3004 * mips-linux-tdep.c: Include linux-tdep.h.
3005 (mips_linux_init_abi): Call linux_init_abi.
3006 * mn10300-linux-tdep.c: Include linux-tdep.h.
3007 (am33_linux_init_osabi): Call linux_init_abi. Rename the
3008 'gdbinfo' parameter to 'info'.
3009 * ppc-linux-tdep.c: Include linux-tdep.h.
3010 (ppc_linux_init_abi): Call linux_init_abi.
3011 * sh-linux-tdep.c: Include linux-tdep.h.
3012 (sh_linux_init_abi): Call linux_init_abi.
3013 * sparc-linux-tdep.c: Include linux-tdep.h.
3014 (sparc32_linux_init_abi): Call linux_init_abi.
3015 * sparc64-linux-tdep.c: Include linux-tdep.h.
3016 (sparc64_linux_init_abi): Call linux_init_abi.
3017 * xtensa-linux-tdep.c: Include linux-tdep.h.
3018 (xtensa_linux_init_abi): Call linux_init_abi.
3019 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
3020 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
3021 callback.
3022
3023 2010-08-03 Doug Evans <dje@google.com>
3024
3025 * breakpoint.c (bpdisp_text): Constify bpdisps.
3026 * solib-svr4.c (solib_break_names): Constify.
3027 (bkpt_names, main_name_list): Constify.
3028 (match_main): Constify soname arg.
3029 (bfd_lookup_symbol): Remove unnecessary forward decl.
3030 Constify symname arg.
3031 (enable_break): Constify bkpt_namep.
3032 * symtab.c (search_symbols): Constify types, types2, types3, types4.
3033 (symtab_symbol_info): Constify classnames.
3034
3035 2010-08-03 Phil Muldoon <pmuldoon@redhat.com>
3036
3037 * NEWS: Document Python value inferior function calls.
3038
3039 2010-08-02 Doug Evans <dje@google.com>
3040
3041 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
3042
3043 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3044
3045 * linux-thread-db.c (libthread_db_debug): New variable.
3046 (thread_db_find_new_threads_silently): Control verbosity with it.
3047 (try_thread_db_load_1, try_thread_db_load): Likewise.
3048 (find_new_threads_once): Likewise.
3049 (_initialize_thread_db): Set/show it.
3050
3051 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3052
3053 * common/signals.c (signals): Move the content to signals.def.
3054 Include it. Remove the INDENT comments.
3055
3056 2010-07-30 Tom Tromey <tromey@redhat.com>
3057
3058 * Makefile.in (install-only): Install gdb-add-index.
3059 * gdb-add-index.sh: New file.
3060
3061 2010-07-31 Renquan Cheng <crq@gcc.gnu.org>
3062
3063 * MAINTAINERS: Add myself for write after approval privileges.
3064
3065 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3066
3067 * symfile.c (addr_section_name): New function.
3068 (addrs_section_compar): Use it.
3069 (addr_info_make_relative): Use it. Move variable sect_name into a more
3070 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
3071
3072 2010-07-30 Tom Tromey <tromey@redhat.com>
3073
3074 * configure: Rebuild.
3075 * configure.ac: Add missing case for Python 2.7.
3076
3077 2010-07-29 DJ Delorie <dj@redhat.com>
3078
3079 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
3080 conditions.
3081
3082 2010-07-29 Pedro Alves <pedro@codesourcery.com>
3083
3084 * PROBLEMS: Remove mention of all problems.
3085
3086 2010-07-28 Pedro Alves <pedro@codesourcery.com>
3087
3088 PR build/11848
3089 * configure.ac: Check for wresize.
3090 * configure, config.in: Regenerate.
3091 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
3092 with HAVE_WRESIZE.
3093
3094 2010-07-28 Tom Tromey <tromey@redhat.com>
3095
3096 PR python/11060:
3097 * python/py-type.c (typy_legacy_template_argument): New function,
3098 extracted from typy_template_argument.
3099 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
3100 value when needed.
3101
3102 2010-07-28 Oleg Nesterov <oleg@redhat.com>
3103
3104 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
3105
3106 2010-07-27 Tom Tromey <tromey@redhat.com>
3107
3108 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
3109
3110 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3111
3112 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
3113 handling DW_AT_object_pointer, and workaround GCC PR 43053.
3114
3115 2010-07-28 Tom Tromey <tromey@redhat.com>
3116
3117 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
3118
3119 2010-07-28 Joel Brobecker <brobecker@adacore.com>
3120
3121 * remote.c (remote_download_tracepoint): Add missing gettext markup.
3122 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
3123
3124 2010-07-28 Joel Brobecker <brobecker@adacore.com>
3125
3126 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
3127 down, just before the block that parse the breakpoint addr_string.
3128
3129 2010-07-28 Tom Tromey <tromey@redhat.com>
3130
3131 PR c++/9946:
3132 * symfile.c (reread_symbols): Clear template_symbols.
3133 * symtab.h (struct symbol) <is_cplus_template_function>: New
3134 field.
3135 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
3136 (struct template_symbol): New.
3137 * symtab.c (lookup_symbol_aux_local): Use
3138 cp_lookup_symbol_imports_or_template.
3139 * objfiles.h (struct objfile) <template_symbols>: New field.
3140 * objfiles.c (relocate_one_symbol): New function.
3141 (objfile_relocate1): Use it. Relocate isolated symbols.
3142 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
3143 template_arguments>: New fields.
3144 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
3145 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
3146 (TYPE_TEMPLATE_ARGUMENT): Likewise.
3147 (lookup_typename): Update.
3148 * gdbtypes.c (lookup_typename): Constify "block" argument.
3149 * dwarf2read.c: Include vec.h.
3150 (symbolp): New typedef.
3151 (read_func_scope): Read template arguments. Allocate a
3152 template_symbol when needed.
3153 (read_structure_type): Read template arguments.
3154 (new_symbol_full): New function, from new_symbol. Handle
3155 DW_TAG_template_type_param and DW_TAG_template_value_param.
3156 (new_symbol): Rewrite as wrapper.
3157 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
3158 * cp-namespace.c: Include language.h.
3159 (search_symbol_list): New function.
3160 (cp_lookup_symbol_imports_or_template): Likewise.
3161
3162 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3163
3164 * tui/tui-win.c (make_visible_with_new_height): Resize and move
3165 the command window to the new size and position.
3166
3167 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3168
3169 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
3170 coordinates.
3171
3172 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3173
3174 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
3175 after a detecting a resize.
3176 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
3177 call.
3178
3179 2010-07-28 Pedro Alves <pedro@codesourcery.com>
3180
3181 * configure.ac: Check for resize_term.
3182 * configure, config.in: Regenerate.
3183
3184 2010-07-27 Joel Brobecker <brobecker@adacore.com>
3185
3186 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
3187
3188 2010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3189
3190 * dwarf2read.c (read_string): Rename to ...
3191 (read_direct_string): ... this.
3192 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
3193 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
3194
3195 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3196
3197 * linux-nat.c (linux_nat_lp_status_is_event): New function.
3198 (count_events_callback, select_event_lwp_callback)
3199 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
3200
3201 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3202
3203 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
3204 (_initialize_ia64_linux_nat): Install it.
3205 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
3206 (linux_nat_set_status_is_event): New.
3207 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
3208 cancel_breakpoints_callback, linux_nat_filter_event)
3209 (linux_nat_wait_1): Use linux_nat_status_is_event.
3210 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
3211
3212 2010-07-27 Tom Tromey <tromey@redhat.com>
3213
3214 * NEWS: Mention labels, .gdb_index.
3215
3216 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3217
3218 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
3219 "start,+length" form of arguments.
3220 * NEWS: Add "Changed commands" (disassemble) section for "Changes
3221 since GDB 7.1"; and merge two separated paragraphs of disassemble
3222 description in "Changes in GDB 7.0".
3223
3224 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3225
3226 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
3227 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
3228 (fputs_maybe_filtered): Do not do filtering also on
3229 ! INPUT_FROM_TERMINAL_P.
3230
3231 2010-07-27 Joel Brobecker <brobecker@adacore.com>
3232
3233 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
3234 in warning message.
3235
3236 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3237
3238 * python/py-value.c (valpy_call): New Function.
3239
3240 2010-07-27 Ken Werner <ken.werner@de.ibm.com>
3241
3242 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
3243 types_list_elements variables.
3244
3245 2010-07-26 Tom Tromey <tromey@redhat.com>
3246
3247 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
3248 TLS with DW_OP_const4u or DW_OP_const8u.
3249
3250 2010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3251
3252 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
3253 VSX registers contents.
3254
3255 2010-07-26 Jerome Guitton <guitton@adacore.com>
3256
3257 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
3258 its adress is null. Add comment to explain why.
3259 (new_symbol): Ditto.
3260
3261 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3262
3263 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
3264 the host signal first.
3265
3266 2010-07-23 Tom Tromey <tromey@redhat.com>
3267
3268 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
3269 type_comp_units>: New fields.
3270 (dw2_get_cu): New function.
3271 (create_cus_from_index): Remove unused argument.
3272 (create_signatured_type_hash_from_index): New function.
3273 (create_addrmap_from_index): Update.
3274 (dwarf2_read_index): Handle version 2.
3275 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
3276 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
3277 (dw2_print_stats, dw2_expand_all_symtabs)
3278 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
3279 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
3280 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
3281 (allocate_signatured_type_hash_table): New function.
3282 (add_signatured_type_cu_to_list): Likewise.
3283 (create_debug_types_hash_table): Use them. Set type_comp_units.
3284 (read_signatured_type): Ensure section data is available.
3285 (add_address_entry): Don't record empty ranges.
3286 (struct signatured_type_index_data): New.
3287 (write_one_signatured_type): New function.
3288 (write_psymtabs_to_index): Write type CUs.
3289 (save_gdb_index_command): Update comment.
3290 (process_type_comp_unit): Move inititalization of
3291 from_debug_types...
3292 (create_debug_types_hash_table): ... here.
3293
3294 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3295
3296 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
3297 cleanup and generating of gdb script to it.
3298 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
3299 and terminal size. Convert $tmpfile to a series of -ex-es.
3300
3301 2010-07-23 Keith Seitz <keiths@redhat.com>
3302
3303 * symtab.c (basic_lookup_transparent_type): Call pre-expand
3304 hook for STATIC_BLOCK types, too.
3305
3306 2010-07-23 Keith Seitz <keiths@redhat.com>
3307
3308 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
3309 and vector definition.
3310
3311 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3312
3313 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
3314
3315 2010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3316
3317 * dwarf2read.c: Include completer.h.
3318 (save_gdb_index_command): Use matching usage command name.
3319 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
3320 Set filename_completer for it.
3321
3322 2010-07-22 Tom Tromey <tromey@redhat.com>
3323
3324 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
3325 type signature's per-CU data.
3326
3327 2010-07-22 Pedro Alves <pedro@codesourcery.com>
3328
3329 * NEWS: Mention target reported shared libraries support by
3330 default.
3331
3332 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3333
3334 PR symtab/11827
3335
3336 Revert:
3337 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3338 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
3339 and DW_TAG_volatile_type.
3340 (new_symbol): Likewise.
3341
3342 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3343
3344 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
3345 function symbols before overload resolution.
3346
3347 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3348
3349 * breakpoint.c (bptype_string): New, abstracted out from
3350 print_one_breakpoint_location.
3351 (print_one_breakpoint_location): Adjust.
3352 (breakpoint_1): Adjust the type column width dynamically.
3353
3354 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3355
3356 * symfile.c (find_separate_debug_file_by_debuglink): Remove
3357 a gdb_assert call, new comment.
3358
3359 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3360
3361 * linux-nat.c (linux_handle_extended_wait): Handle case when
3362 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
3363
3364 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3365
3366 Code cleanup.
3367 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
3368 linux_nat_wait_1. Use always LP->STATUS afterwards.
3369
3370 2010-07-20 Hui Zhu <teawater@gmail.com>
3371
3372 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
3373 (inf_ptrace_attach): Ditto.
3374
3375 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3376
3377 Make core files the process_stratum.
3378 * corefile.c (core_target): New variable.
3379 (core_file_command): Remove variable t, use core_target.
3380 * corelow.c (core_ops): Make it static.
3381 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
3382 * defs.h (make_cleanup_unpush_target): New prototype.
3383 * gdbarch.h: Regenerate.
3384 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
3385 * gdbcore.h (core_target): New declaration.
3386 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
3387 variables ops_already_pushed and back_to. Use push_target,
3388 make_cleanup_unpush_target and discard_cleanups calls.
3389 * record.c (record_open): Replace core_stratum by a core_bfd check.
3390 * target.c (target_is_pushed): New function.
3391 (find_core_target): Remove.
3392 * target.h (enum strata) <core_stratum>: Remove.
3393 (target_is_pushed): New declaration.
3394 (find_core_target): Remove declaration.
3395 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
3396 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
3397
3398 2010-07-19 Hui Zhu <teawater@gmail.com>
3399
3400 * breakpoint.c (single_step_breakpoints_inserted): New
3401 function.
3402 * breakpoint.h (single_step_breakpoints_inserted): Extern.
3403 * infrun.c (maybe_software_singlestep): Add check code.
3404 * record.c (record_resume): Add code for software single step.
3405 (record_wait): Ditto.
3406
3407 2010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3408
3409 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
3410 a more inner block. Remove its unused declaration initializer.
3411
3412 2010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3413
3414 * NEWS: Mention support for the new ptrace interface and hardware
3415 accelerated watchpoint conditions on powerpc-linux.
3416
3417 2010-07-16 Ozkan Sezer <sezeroz@gmail.com>
3418
3419 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
3420 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
3421 and host_address_to_string() and %s for pointers.
3422 (debug_to_remove_breakpoint): Likewise.
3423 (debug_to_region_ok_for_hw_watchpoint): Likewise.
3424 (debug_to_can_accel_watchpoint_condition): Likewise.
3425 (debug_to_stopped_data_address): Likewise.
3426 (debug_to_watchpoint_addr_within_range): Likewise.
3427 (debug_to_insert_hw_breakpoint): Likewise.
3428 (debug_to_remove_hw_breakpoint): Likewise.
3429 (debug_to_insert_watchpoint): Likewise.
3430 (debug_to_remove_watchpoint): Likewise.
3431
3432 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3433
3434 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
3435 argument.
3436 (cplus_specific): New struct.
3437 * symtab.c (symbol_set_demangled_name): Updated.
3438 Use cplus_specific for cplus symbols.
3439 (symbol_get_demangled_name): Retrive the name from the cplus_specific
3440 struct for cplus symbols.
3441 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
3442 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
3443 * symtab.c (symbol_init_cplus_specific): New function.
3444
3445 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3446
3447 * symtab.h (symbol_set_demangled_name): New function.
3448 (symbol_get_demangled_name): New function.
3449 * symtab.c (symbol_set_demangled_name): New function.
3450 (symbol_get_demangled_name): New function.
3451 (symbol_init_language_specific): Use demangled_name setter and getter.
3452 (symbol_set_names): Ditto.
3453 (symbol_natural_name): Ditto.
3454 (symbol_demangled_name): Ditto.
3455 * dwarf2read.c (new_symbol): Ditto.
3456
3457 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3458
3459 * symtab.h: Renamed cplus_specific to mangled_lang.
3460 * symtab.c (symbol_init_language_specific): Updated.
3461 (symbol_set_names): Updated.
3462 (symbol_natural_name): Updated.
3463 (symbol_demangled_name): Updated.
3464 * ada-lang.c (ada_decode_symbol): Updated.
3465 * dwarf2read.c (new_symbol): Updated.
3466
3467 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3468
3469 * valops.c (value_assign): Do not call to value_coerce_to_target.
3470 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
3471
3472 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3473
3474 * MAINTAINERS: Add myself for write after approval privileges.
3475
3476 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
3477
3478 * c-valprint.c (c_val_print): Add embedded_offset to address in
3479 call to val_print_array_elements.
3480
3481 2010-07-13 Tom Tromey <tromey@redhat.com>
3482
3483 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
3484
3485 2010-07-13 Tom Tromey <tromey@redhat.com>
3486
3487 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
3488 objfile.
3489
3490 2010-07-13 Tom Tromey <tromey@redhat.com>
3491
3492 * symfile.c (set_initial_language): Update.
3493 (deduce_language_from_filename): Argument type now const.
3494 * symtab.h (find_main_filename): Update.
3495 (deduce_language_from_filename): Update.
3496 * symtab.c (find_main_filename): Make result const.
3497 * dwarf2read.c (dw2_find_symbol_file): Change return type.
3498 * psymtab.c (find_symbol_file_from_partial): Change return type.
3499 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3500 Make result const.
3501
3502 2010-07-13 Tom Tromey <tromey@redhat.com>
3503
3504 * breakpoint.c (save_cmdlist): No longer static.
3505 * gdbcmd.h (save_cmdlist): Declare.
3506 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
3507 OBJF_READNOW on objfile if readnow_symbol_files.
3508 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
3509 (elf_sym_fns_gdb_index): New global.
3510 * dwarf2read.c: Include exceptions.h.
3511 (offset_type): New.
3512 (struct mapped_index): New.
3513 (dwarf2_per_cu_data_ptr): New typedef.
3514 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
3515 New fields.
3516 (GDB_INDEX_SECTION): New define.
3517 (struct dwarf2_per_cu_quick_data): New.
3518 (struct dwarf2_per_cu_data) <objfile>: New field.
3519 <psymtab>: Removed.
3520 <v>: New field.
3521 (byte_swap): New function.
3522 (MAYBE_SWAP): New macro.
3523 (INDEX_SUFFIX): New macro.
3524 (dw2_do_instantiate_symtab): New function.
3525 (dw2_instantiate_symtab): Likewise.
3526 (create_cus_from_index): Likewise.
3527 (create_addrmap_from_index): Likewise.
3528 (mapped_index_string_hash): Likewise.
3529 (find_slot_in_mapped_hash): Likewise.
3530 (dwarf2_read_index): Likewise.
3531 (dw2_setup): Likewise.
3532 (dw2_require_line_header): Likewise.
3533 (dw2_require_full_path): Likewise.
3534 (dw2_find_last_source_symtab): Likewise.
3535 (dw2_forget_cached_source_info): Likewise.
3536 (dw2_lookup_symtab): Likewise.
3537 (dw2_lookup_symbol): Likewise.
3538 (dw2_do_expand_symtabs_matching): Likewise.
3539 (dw2_pre_expand_symtabs_matching): Likewise.
3540 (dw2_print_stats): Likewise.
3541 (dw2_dump): Likewise.
3542 (dw2_relocate): Likewise.
3543 (dw2_expand_symtabs_for_function): Likewise.
3544 (dw2_expand_all_symtabs): Likewise.
3545 (dw2_expand_symtabs_with_filename): Likewise.
3546 (dw2_find_symbol_file): Likewise.
3547 (dw2_map_ada_symtabs): Likewise.
3548 (dw2_expand_symtabs_matching): Likewise.
3549 (dw2_find_pc_sect_symtab): Likewise.
3550 (dw2_map_symbol_names): Likewise.
3551 (dw2_map_symbol_filenames): Likewise.
3552 (dw2_has_symbols): Likewise.
3553 (dwarf2_gdb_index_functions): New global.
3554 (dwarf2_initialize_objfile): New function.
3555 (process_psymtab_comp_unit): Update.
3556 (add_partial_subprogram): Likewise.
3557 (dwarf2_psymtab_to_symtab): Likewise.
3558 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3559 (process_full_comp_unit): Update.
3560 (find_file_and_directory): New function.
3561 (read_file_scope): Use find_file_and_directory.
3562 (dwarf2_per_cu_objfile): Update.
3563 (dwarf2_per_cu_addr_size): Update.
3564 (dwarf2_per_cu_offset_size): Update.
3565 (dwarf2_free_objfile): Free the index, if needed.
3566 (dwarf2_per_objfile_free): Unmap the index, if needed.
3567 (struct strtab_entry): New.
3568 (hash_strtab_entry): New function.
3569 (eq_strtab_entry): Likewise.
3570 (create_strtab): Likewise.
3571 (add_string): Likewise.
3572 (struct symtab_index_entry): New.
3573 (struct mapped_symtab): New.
3574 (hash_symtab_entry): New function.
3575 (eq_symtab_entry): Likewise.
3576 (delete_symtab_entry): Likewise.
3577 (create_index_table): Likewise.
3578 (create_mapped_symtab): Likewise.
3579 (cleanup_mapped_symtab): Likewise.
3580 (find_slot): Likewise.
3581 (hash_expand): Likewise.
3582 (add_index_entry): Likewise.
3583 (add_indices_to_cpool): Likewise.
3584 (write_hash_table): Likewise.
3585 (add_address_entry): Likewise.
3586 (write_psymbols): Likewise.
3587 (write_obstack): Likewise.
3588 (unlink_if_set): Likewise.
3589 (write_psymtabs_to_index): Likewise.
3590 (save_gdb_index_command): Likewise.
3591 (_initialize_dwarf2_read): Install "save gdb-index"
3592 command.
3593 (create_all_comp_units): Initialize 'objfile' field of CU.
3594 (dwarf2_locate_sections): Check for .gdb_index.
3595 * psymtab.h (dwarf2_gdb_index_functions): Declare.
3596 * symfile.h (dwarf2_initialize_objfile): Declare.
3597
3598 2010-07-13 Tom Tromey <tromey@redhat.com>
3599
3600 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3601 (basic_lookup_transparent_type): Likewise.
3602 * symfile.h (struct quick_symbol_functions)
3603 <pre_expand_symtabs_matching>: New field.
3604 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3605 (psym_functions): Update.
3606
3607 2010-07-13 Tom Tromey <tromey@redhat.com>
3608
3609 PR breakpoints/8357:
3610 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3611 * linespec.c (decode_line_1): Update comment. Call decode_label.
3612 (decode_label): New function.
3613 (symbol_found): Handle LOC_LABEL.
3614 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3615 domain. Call add_symbol_to_list.
3616
3617 2010-07-13 Tom Tromey <tromey@redhat.com>
3618
3619 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3620 * dwarf2loc.c (find_location_expression): Use
3621 dwarf2_per_cu_text_offset.
3622 (dwarf2_evaluate_loc_desc): Likewise.
3623 (dwarf2_loc_desc_needs_frame): Likewise.
3624 (compile_dwarf_to_ax): Likewise.
3625 (loclist_describe_location): Likewise.
3626 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3627 (dwarf2_per_cu_objfile): Update comment.
3628
3629 2010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3630
3631 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3632 * p-lang.c (pascal_printstr): Likewise.
3633
3634 2010-07-09 Tom Tromey <tromey@redhat.com>
3635
3636 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3637 'hint' if it is NULL.
3638
3639 2010-07-09 Hui Zhu <teawater@gmail.com>
3640
3641 * source.c (print_source_lines_base): Add check for noprint.
3642
3643 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3644
3645 * python/python-config.py: Resync with Python 2.7 version of this
3646 script.
3647
3648 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3649
3650 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3651
3652 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3653
3654 * NEWS: Create a new section for the next release branch.
3655 Rename the section of the current branch, now that it has
3656 been cut.
3657
3658 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3659
3660 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3661 * version.in: Bump version to 7.2.50.20100707-cvs.
3662
3663 2010-07-07 Tom Tromey <tromey@redhat.com>
3664
3665 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3666 LOC_COMPUTED symbol.
3667 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3668 (dwarf2_loc_desc_needs_frame): Likewise.
3669 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3670 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3671 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3672 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
3673 'offset' argument.
3674 (struct dwarf2_frame_cache) <text_offset>: New field.
3675 (dwarf2_frame_cache): Set new field.
3676 (dwarf2_frame_prev_register): Update.
3677 (dwarf2_frame_sniffer): Update.
3678 (dwarf2_frame_base_sniffer): Update.
3679 (dwarf2_frame_find_fde): Add 'out_offset' argument.
3680
3681 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3682 Thiago Jung Bauermann <bauerman@br.ibm.com>
3683
3684 Support for hw accelerated condition watchpoints in booke powerpc.
3685
3686 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3687 and move to eval.c. Change callers.
3688 (insert_bp_location): Pass watchpoint condition in
3689 target_insert_watchpoint.
3690 (remove_breakpoint_1) Pass watchpoint condition in
3691 target_remove_watchpoint.
3692 (watchpoint_locations_match): Call
3693 target_can_accel_watchpoint_condition.
3694 * eval.c: Include wrapper.h.
3695 (fetch_subexp_value): Moved from breakpoint.c.
3696 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3697 Formatting fix.
3698 (can_use_watchpoint_cond_accel): New function.
3699 (calculate_dvc): Likewise.
3700 (num_memory_accesses): Likewise.
3701 (check_condition): Likewise.
3702 (ppc_linux_can_accel_watchpoint_condition): Likewise
3703 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3704 check_condition and calculate_dvc.
3705 (ppc_linux_remove_watchpoint): Likewise.
3706 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3707 ppc_linux_can_accel_watchpoint_condition
3708 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3709 condition.
3710 (debug_to_remove_watchpoint): Likewise.
3711 (debug_to_can_accel_watchpoint_condition): New function.
3712 (update_current_target): Set to_can_accel_watchpoint_condition.
3713 (setup_target_debug): Set to_can_accel_watchpoint_condition.
3714 * target.h: Add opaque declaration for struct expression.
3715 (struct target_ops) <to_insert_watchpoint>,
3716 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3717 <to_can_accel_watchpoint_condition>: New member.
3718 condition. Update all callers and implementations.
3719 (target_can_accel_watchpoint_condition): New macro.
3720 * value.c (free_value_chain): New function.
3721 * value.h (fetch_subexp_value): New prototype.
3722 (free_value_chain): Likewise.
3723
3724 2010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
3725
3726 * linux-nat.c (linux_nat_do_thread_registers): Use section size
3727 from gdbarch_core_regset_sections also for .reg if present.
3728
3729 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3730 section size for .reg.
3731 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3732 (ppc_linux_vmx_regset_sections): Likewise.
3733 (ppc_linux_fp_regset_sections): Likewise.
3734 (ppc64_linux_vsx_regset_sections): New variable.
3735 (ppc64_linux_vmx_regset_sections): Likewise.
3736 (ppc64_linux_fp_regset_sections): Likewise.
3737 (ppc_linux_init_abi): Install core_regset_section lists appropriate
3738 for current word size.
3739
3740 2010-07-06 Joel Brobecker <brobecker@adacore.com>
3741
3742 * server.c (myresume): Make static.
3743
3744 2010-07-06 Tom Tromey <tromey@redhat.com>
3745
3746 * configure, config.in: Rebuild.
3747 * configure.ac (HAVE_LIBPYTHON2_7): New define.
3748 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3749
3750 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3751
3752 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3753 "clear".
3754
3755 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
3756
3757 * gdbtypes.h (floatformats_ieee_half): Add declaration.
3758 * gdbtypes.c (floatformats_ieee_half): New variable.
3759 * doublest.c (floatformat_from_length): Set format to
3760 gdbarch_half_format if length matches.
3761 * gdbarch.sh (half_bit): New architecture method.
3762 (half_format): Likewise.
3763 * gdbarch.h: Regenerate.
3764 * gdbarch.c: Likewise.
3765
3766 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3767 Joel Brobecker <brobecker@adacore.com>
3768
3769 Fix re-run of PIE executable, PR shlibs/11776.
3770 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3771 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3772
3773 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3774 Joel Brobecker <brobecker@adacore.com>
3775
3776 * auxv.c (memory_xfer_auxv): Update attach comment.
3777 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3778 svr4_relocate_main_executable.
3779 (svr4_solib_create_inferior_hook): Make the call to
3780 svr4_relocate_main_executable unconditional.
3781
3782 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3783 Joel Brobecker <brobecker@adacore.com>
3784
3785 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3786
3787 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3788 Joel Brobecker <brobecker@adacore.com>
3789
3790 Fix attaching to PIEs prelinked on the disk after the process was
3791 started.
3792 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3793 Verify it against bfd_get_arch_size. Try to match arbitrary
3794 displacement for the phdrs comparison.
3795
3796 2010-07-02 Tom Tromey <tromey@redhat.com>
3797
3798 PR exp/11780:
3799 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3800 value as optimized-out.
3801
3802 2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3803 Thiago Jung Bauermann <bauerman@br.ibm.com>
3804
3805 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3806 represent?" question in comment. Change comment to a proper sentence.
3807
3808 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
3809
3810 * c-valprint.c (c_val_print): Fix printing of character vectors.
3811
3812 2010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3813
3814 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3815 create_breakpoint prototype.
3816
3817 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3818
3819 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3820 usefulness suggestion of multiple breakpoints at same location.
3821
3822 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3823
3824 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3825
3826 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3827
3828 * dwarf2loc.c (locexpr_tracepoint_var_ref)
3829 (loclist_tracepoint_var_ref): Handle optimized out values.
3830
3831 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3832
3833 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3834 unnecessary space in string.
3835 * filesystem.c (_initialize_filesystem): Ditto.
3836 * frame.c (_initialize_frame): Ditto.
3837 * infcmd.c (step_once): Ditto.
3838 * infrun.c (_initialize_infrun): Ditto.
3839 * linux-nat.c (linux_child_follow_fork): Ditto.
3840 * maint.c (maintenance_deprecate): Ditto.
3841 * memattr.c (_initialize_mem): Ditto.
3842 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3843 * monitor.c (monitor_open): Ditto.
3844 * procfs.c (procfs_xfer_memory): Ditto.
3845 * reverse.c (bookmarks_info): Ditto.
3846 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3847 * stack.c (_initialize_stack): Ditto.
3848 * tracepoint.c (_initialize_tracepoint): Ditto.
3849 * xtensa-tdep.c (xtensa_supply_gregset,
3850 xtensa_regset_from_core_section): Ditto.
3851
3852 2010-07-01 Tom Tromey <tromey@redhat.com>
3853
3854 * value.h (struct lval_funcs) <check_any_valid>: Rename from
3855 check_all_valid.
3856 * value.c (value_entirely_optimized_out): Invert result. Update
3857 for new function name.
3858
3859 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3860
3861 Static tracepoints support.
3862
3863 * NEWS: Mention new support for static tracepoints.
3864 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3865 qXfer:statictrace:read.
3866 (New features in the GDB remote stub, GDBserver): Mention static
3867 tracepoints support using an UST based backend.
3868 (New commands): Mention "info static-tracepoint-markers" and
3869 "strace".
3870 * breakpoint.c (is_marker_spec): New.
3871 (is_tracepoint): Handle static tracepoints.
3872 (validate_commands_for_breakpoint): Static tracepoints can't do
3873 while-stepping.
3874 (static_tracepoints_here): New.
3875 (bpstat_what): Handle static tracepoints.
3876 (print_one_breakpoint_location, allocate_bp_location, mention):
3877 Ditto.
3878 (create_breakpoint_sal): Ditto.
3879 (decode_static_tracepoint_spec): New.
3880 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3881 `type_wanted'. Adjust. Handle static tracepoint marker
3882 locations.
3883 (break_command_1): Adjust.
3884 (update_static_tracepoint): New.
3885 (update_breakpoint_locations): Handle static tracepoints.
3886 (breakpoint_re_set_one): Handle static tracepoint marker
3887 locations.
3888 (disable_command, enable_command): Handle static tracepoints.
3889 (trace_command, ftrace_command): Adjust.
3890 (strace_command): New.
3891 (create_tracepoint_from_upload): Adjust.
3892 (save_breakpoints): Handle static tracepoints.
3893 (_initialize_breakpoint): Install the "strace" command.
3894 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3895 (struct breakpoint): New fields static_trace_marker_id and
3896 static_trace_marker_id_idx.
3897 (breakpoints_here_p): Declare.
3898 (create_breakpoint): Adjust.
3899 (static_tracepoints_here): Declare.
3900 * remote.c (struct remote_state) <static_tracepoints>: New field.
3901 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3902 (remote_static_tracepoint_marker_at): New.
3903 (remote_static_tracepoint_markers_by_strid): New.
3904 (remote_static_tracepoint_feature): New.
3905 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3906 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3907 (remote_supports_static_tracepoints): New.
3908 (remote_download_tracepoint): Download static tracepoints.
3909 (init_remote_ops): Install remote_static_tracepoint_marker_at and
3910 remote_static_tracepoint_markers_by_strid.
3911 (_initialize_remote): Install set|show remote static-tracepoints,
3912 and set|show remote read-sdata-object commands.
3913 * target.c (update_current_target): Inherit and default
3914 to_static_tracepoint_marker_at, and
3915 to_static_tracepoint_markers_by_strid.
3916 * target.h (static_tracepoint_marker): Forward declare.
3917 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3918 (static_tracepoint_marker_p): New typedef.
3919 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3920 (struct target_ops): New fields to_static_tracepoint_marker_at and
3921 to_static_tracepoint_markers_by_strid.
3922 (target_static_tracepoint_marker_at)
3923 (target_static_tracepoint_markers_by_strid): New.
3924 * tracepoint.c: Include source.h.
3925 (validate_actionline): Handle $_sdata.
3926 (struct collection_list): New field strace_data.
3927 (add_static_trace_data): New.
3928 (clear_collection_list): Clear strace_data.
3929 (stringify_collection_list): Account for a possible static trace
3930 data collection.
3931 (encode_actions_1): Encode an $_sdata collection.
3932 (parse_tracepoint_definition): Handle static tracepoints.
3933 (parse_static_tracepoint_marker_definition): New.
3934 (release_static_tracepoint_marker): New.
3935 (print_one_static_tracepoint_marker): New.
3936 (info_static_tracepoint_markers_command): New.
3937 (sdata_make_value): New.
3938 (_initialize_tracepoint): Create the $_sdata convenience variable.
3939 Add the "info static-tracepoint-markers" command.
3940 Mention $_sdata in the "collect" command's help output.
3941 * tracepoint.h (struct static_tracepoint_marker): New.
3942 (parse_static_tracepoint_marker_definition)
3943 (release_static_tracepoint_marker): Declare.
3944 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3945 * python/py-breakpoint.c (bppy_new): Adjust.
3946
3947 2010-06-30 Joel Brobecker <brobecker@adacore.com>
3948
3949 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3950 including Python.h.
3951
3952 2010-06-29 Doug Evans <dje@google.com>
3953
3954 PR gdb/11702
3955 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3956 DW_AT_external is present.
3957
3958 PR gdb/11702
3959 * NEWS: Add entry.
3960 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3961 create a symbol for the field and record the value.
3962 (new_symbol): Handle DW_TAG_member.
3963 * gdbtypes.c (field_is_static): Remove FIXME.
3964 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3965 only ignore LOC_CONST symbols that are enums.
3966
3967 * dwarf2read.c: Remove trailing whitespace.
3968
3969 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3970 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3971 (struct main_type, field loc): Delete dwarf_block.
3972 (FIELD_DWARF_BLOCK): Delete.
3973 (SET_FIELD_DWARF_BLOCK): Delete.
3974 (TYPE_FIELD_DWARF_BLOCK): Delete.
3975 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3976 Update.
3977
3978 2010-06-29 Hui Zhu <teawater@gmail.com>
3979
3980 * record.c (set_record_pic_cmdlist,
3981 show_record_pic_cmdlist): New variables.
3982 (set_record_pic_command,
3983 show_record_pic_command): New functions.
3984 (record_pic_function, record_pic_line, record_pic_enum,
3985 set_record_pic_type, record_pic_hide_nofunction,
3986 record_pic_hide_nosource, record_pic_hide_same): New variables.
3987 (record_pic_fputs): New function.
3988 (function_list, node_list, edge_list): New struct.
3989 (function_list, node_list, edge_list): New variables.
3990 (record_pic_cleanups, record_pic_node,
3991 record_pic_edge, cmd_record_pic): New functions.
3992 (_initialize_record): Add new commands for record pic.
3993
3994 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3995
3996 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3997 ALLOCATE_CPLUS_STRUCT_TYPE.
3998
3999 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4000 Tom Tromey <tromey@redhat.com>
4001 Thiago Jung Bauermann <bauerman@br.ibm.com>
4002
4003 * value.c (pack_unsigned_long): New function.
4004 (value_from_ulongest): New function.
4005 * value.h (value_from_ulongest): Declare.
4006 * python/python.c (_initialize_python): Call
4007 gdbpy_initialize_thread and gdbpy_initialize_inferior.
4008 * python/python-internal.h: Define thread_object.
4009 (gdbpy_inferiors, gdbpy_selected_thread)
4010 (frame_info_to_frame_object, create_thread_object)
4011 (find_thread_object, find_inferior_object)
4012 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
4013 (gdbpy_is_value_object, get_addr_from_python): Declare.
4014 * python/py-value.c (builtin_type_upylong): Define.
4015 (convert_value_from_python): Add logic for ulongest.
4016 (gdbpy_is_value_object): New function.
4017 * python/py-utils.c (get_addr_from_python): New function.
4018 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
4019 (gdbpy_selected_frame): Use PyObject over frame_info.
4020 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
4021 py-infthread.
4022 (SUBDIR_PYTHON_SRCS): Likewise.
4023 (py-inferior.o): New Rule.
4024 (py-infthread.o): New Rule.
4025 * python/py-inferior.c: New File.
4026 * python/py-infthread.c: New File.
4027
4028 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4029
4030 * c-typeprint.c (c_type_print_base): For no fields check include also
4031 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
4032 * dwarf2read.c (struct typedef_field_list)
4033 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
4034 (dwarf2_add_typedef): New.
4035 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
4036 Copy also FI.TYPEDEF_FIELD_LIST.
4037 * gdbtypes.h (struct typedef_field)
4038 (struct cplus_struct_type) <typedef_field, typedef_field_count>
4039 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
4040 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
4041
4042 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4043
4044 * cp-namespace.c (cp_lookup_nested_type): New variable
4045 concatenated_name. Turn the current return condition into a reverse
4046 one. Call also lookup_static_symbol_aux on the constructed qualified
4047 name.
4048 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
4049 other files into a called ...
4050 (lookup_static_symbol_aux): ... new function here.
4051 * symtab.h (lookup_static_symbol_aux): New prototype.
4052 * valops.c (value_maybe_namespace_elt): Call also
4053 lookup_static_symbol_aux if we failed otherwise.
4054
4055 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4056
4057 Fix PR c++/11703 and PR gdb/1448.
4058 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
4059 FIRST_ITER check.
4060
4061 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4062
4063 Fix modification of cplus_struct_default.
4064 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
4065 Call ALLOCATE_CPLUS_STRUCT_TYPE.
4066 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
4067
4068 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4069
4070 * NEWS: Add entry announcing the python directory.
4071
4072 2010-06-28 Tom Tromey <tromey@redhat.com>
4073
4074 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
4075
4076 2010-06-28 Doug Evans <dje@google.com>
4077
4078 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
4079 All callers updated.
4080
4081 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4082
4083 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
4084 obstack_begin after each obstack_free.
4085
4086 2010-06-27 Doug Evans <dje@google.com>
4087
4088 * value.c (value_static_field): Use `switch' instead of `if'.
4089 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
4090
4091 * valops.c (search_struct_field): Fix typo in error message.
4092
4093 2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
4094
4095 * dwarf2expr.c (execute_stack_op): Place preprocessor
4096 directives at the start of the source line.
4097
4098 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
4099
4100 * defs.h (make_command_stats_cleanup): Declare.
4101 (set_display_time): Declare.
4102 (set_display_space): Declare.
4103 * event-top.c (command_handler): Use make_command_stats_cleanup.
4104 * main.c (display_time, display_space): Move definitions to utils.c.
4105 (captured_main): Use make_command_stats_cleanup to get start-up
4106 statistics.
4107 Use set_display_time and set_display_space for processing OPT_STATISTICS
4108 case.
4109 * maint.c (maintenance_time_display): Use set_display_time.
4110 (maintenance_space_display): Use set_display_space.
4111 * top.c (execute_command): Remove obsolete 'maint time' code.
4112 (command_loop): Use make_command_stats_cleanup.
4113 * utils.c (struct cmd_stats): Structure for storing initial time
4114 and space usage.
4115 (display_time, display_space): Move definitions here from utils.c.
4116 (set_display_time): New function.
4117 (set_display_space): New function.
4118 (make_command_stats_cleanup): New function.
4119 (report_command_stats): New auxiliary function for
4120 make_command_stats_cleanup.
4121
4122 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4123
4124 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
4125 hosts where CORE_ADDR is long long.
4126
4127 2010-06-25 Tom Tromey <tromey@redhat.com>
4128
4129 PR python/10808:
4130 * python/python.c (execute_gdb_command): Add keywords. Accept
4131 "to_string" argument.
4132 (struct restore_ui_file_closure): New.
4133 (restore_ui_file): New function.
4134 (make_cleanup_restore_ui_file): Likewise.
4135 (GdbMethods) <execute>: Update.
4136
4137 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4138
4139 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
4140 during inferior call stack frame setup.
4141
4142 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
4143
4144 * solib-spu.c: Include "exception.h".
4145 (ocl_program_data_key): New variable.
4146 (append_ocl_sos): New function.
4147 (ocl_enable_break): Likewise.
4148 (spu_current_sos): Call append_ocl_sos.
4149 (spu_solib_loaded): Call ocl_enable_break.
4150 (_initialize_spu_solib): Register ocl_program_data_key.
4151
4152 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4153
4154 * cp-support.c (reset_directive_searched): New function.
4155 (make_symbol_overload_list_using): Prevent recursive calls.
4156
4157 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
4158
4159 * printcmd.c (print_variable_and_value): Print error message on
4160 caught exception.
4161
4162 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4163
4164 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
4165 of stack values.
4166 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
4167 "value" member.
4168 (dwarf_expr_push): Change input type to ULONGEST.
4169 (dwarf_expr_fetch): Change return type to ULONGEST.
4170 (dwarf_expr_fetch_address): Add prototype.
4171 (dwarf2_read_address): Remove prototype.
4172 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
4173 Truncate stack values to ctx->addr_size bytes.
4174 (dwarf_expr_fetch): Change return value to ULONGEST.
4175 (dwarf_expr_fetch_address): New function.
4176 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
4177 when appropriate. Update for struct dwarf_expr_piece changes.
4178 (dwarf2_read_address): Remove.
4179 (unsigned_address_type): Remove.
4180 (signed_address_type): Remove.
4181 (execute_stack_op): Use dwarf_expr_fetch_address instead of
4182 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
4183 values. Perform operations on ULONGEST instead of on GDB values,
4184 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
4185 values and DW_OP_deref results as unsigned integers.
4186 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
4187 changes.
4188 (write_pieced_value): Likewise.
4189 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
4190 dwarf_expr_fetch when appropriate.
4191 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
4192 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
4193 instead of dwarf_expr_fetch when appropriate.
4194
4195 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
4196
4197 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
4198
4199 2010-06-24 Joel Brobecker <brobecker@adacore.com>
4200
4201 * python/python.c (_initialize_python): Add new "constant"
4202 PYTHONDIR in gdb module. Insert this path at the head of
4203 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
4204 exec its __init__.py script if it exists in that directory.
4205
4206 2010-06-24 Kevin Buettner <kevinb@redhat.com>
4207
4208 * rx-tdep.c (RX_ACC_REGNUM): Define.
4209 (RX_NUM_REGS): Redefine to 26.
4210 (rx_register_name): Add register "acc". Change order of several
4211 registers. Change name of "vct" register to "fintv" to match RX
4212 documentation.
4213 (rx_register_type): Add case for RX_ACC_REGNUM.
4214
4215 2010-06-24 Tom Tromey <tromey@redhat.com>
4216
4217 * psymtab.c (lookup_partial_symbol): Mark definition as static.
4218
4219 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4220 Tom Tromey <tromey@redhat.com>
4221
4222 Fix GDB startup on readonly filesystem.
4223 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
4224
4225 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4226 Pedro Alves <pedro@codesourcery.com>
4227
4228 Fix PR 9436.
4229 * breakpoint.c (handle_jit_event): New function.
4230 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
4231 jit, err, table and bs_class. New variables shlib_event, jit_event,
4232 this_action and bptype. Change bs_class assignments to this_action
4233 assignments. new unhandled bptype internal error. Move here
4234 shlib_event and jit_event handling from handle_inferior_event.
4235 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
4236 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
4237 BPSTAT_WHAT_CHECK_JIT.
4238 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
4239 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
4240 (handle_inferior_event): Reinitialize frame and gdbarch after
4241 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
4242 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
4243 gdbarch when frame gets reinitialized.
4244
4245 2010-06-24 Hui Zhu <teawater@gmail.com>
4246
4247 * printcmd.c (ui_printf): New function.
4248 (printf_command): Call ui_printf.
4249 (_initialize_printcmd): New command "eval".
4250
4251 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
4252
4253 * infrun.c (handle_inferior_event): Handle presence of single-step
4254 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
4255 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
4256 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
4257 * breakpoint.c (detach_single_step_breakpoints): New function.
4258 (detach_breakpoints): Call it.
4259 (cancel_single_step_breakpoints): New function.
4260 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
4261
4262 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
4263 (spu_gdbarch_init): Install it.
4264
4265 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4266
4267 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
4268 * configure: Regenerate.
4269
4270 2010-06-22 Hui Zhu <teawater@gmail.com>
4271
4272 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
4273 (i386_process_record): Ditto.
4274 * record.c (record_memory_query): New variable.
4275 (_initialize_record): New command "set record memory-query".
4276 * record.h (record_memory_query): New extern.
4277
4278 2010-06-21 Doug Evans <dje@google.com>
4279
4280 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
4281 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
4282 (i386_syscall_p): Change type of lengthp to int.
4283 (i386_displaced_step_fixup): Handle kernels that run one past a
4284 syscall insn.
4285 * i386-linux-tdep.c (i386_linux_init_abi): Use
4286 i386_displaced_step_copy_insn instead of
4287 simple_displaced_step_copy_insn.
4288
4289 2010-06-21 Tom Tromey <tromey@redhat.com>
4290
4291 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
4292 (dwarf_type_encoding_name): Likewise.
4293
4294 2010-06-21 Tom Tromey <tromey@redhat.com>
4295
4296 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
4297 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
4298 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
4299 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
4300 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
4301 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
4302 * dwarf2read.c (tag_type_to_type): Create a new error type on
4303 failure.
4304 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
4305 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
4306
4307 2010-06-21 Michael Snyder <msnyder@vmware.com>
4308
4309 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
4310 not add_abbrev_prefix_cmd, for "enable breakpoints".
4311
4312 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
4313
4314 * dwarf2loc.c (find_location_expression): Add relocation offset
4315 to base-address-selection entry base addresses. Read addresses
4316 (and offsets) as signed/unsigned integers, depending on the
4317 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
4318 (loclist_describe_location): Likewise.
4319 (disassemble_dwarf_expression): Read DW_OP_addr operand as
4320 unsigned integer. Do not call dwarf2_read_address.
4321 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
4322
4323 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
4324
4325 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
4326 value instead of hard-coded SPU_LS_SIZE.
4327 (spu_software_single_step): Likewise.
4328 * spu-tdep.h (SPU_LS_SIZE): Remove.
4329
4330 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
4331
4332 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
4333 limit on local store memory accesses.
4334 * spu-linux-nat.c (spu_xfer_partial): Likewise.
4335 * spu-tdep.c (spu_lslr): Remove.
4336 (spu_pointer_to_address): Do not truncate addresses.
4337 (spu_integer_to_address): Likewise.
4338 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
4339 * spu-tdep.h: Add comments.
4340 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
4341 (SPU_OVERLAY_LMA): Define.
4342
4343 2010-06-18 Stan Shebs <stan@codesourcery.com>
4344
4345 * osdata.c (get_osdata): Warn separately if target does not report
4346 type list.
4347 (info_osdata_command): Allow empty type, report error if target
4348 does not return available types of OS data.
4349 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
4350 types if no annex supplied.
4351
4352 * thread.c (thread_id_make_value): Make a value representing the
4353 current thread.
4354 (_initialize_thread): Create $_thread.
4355
4356 2010-06-17 Joel Brobecker <brobecker@adacore.com>
4357
4358 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
4359 last local variable declaration. No real code change.
4360
4361 2010-06-17 Tom Tromey <tromey@redhat.com>
4362
4363 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
4364 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
4365 temporary obstack.
4366
4367 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
4368 Jan Kratochvil <jan.kratochvil@redhat.com>
4369
4370 * breakpoint.c: Include parser-defs.h.
4371 (watchpoint_exp_is_const): New function.
4372 (watch_command_1): Call watchpoint_exp_is_const to check
4373 if the expression is constant.
4374
4375 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
4376
4377 * configure.ac: Check for RDYNAMIC also for cross builds.
4378 * configure: Regenerate.
4379
4380 2010-06-15 Pedro Alves <pedro@codesourcery.com>
4381
4382 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
4383 (SFILES): Remove solib-null.c, add solib-target.c.
4384 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
4385 (ALLDEPFILES): Remove solib-target.c.
4386 * solib-target.c (_initialize_solib_target): Set
4387 current_target_so_ops to solib_target_so_ops if not already set.
4388 * solib-null.c: Delete.
4389
4390 2010-06-14 Pedro Alves <pedro@codesourcery.com>
4391
4392 * NEWS: Mention GDBserver's JIT compilation of tracepoint
4393 bytecode.
4394
4395 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4396
4397 * cp-valprint.c (cp_print_static_field): Members of
4398 dont_print_stat_array_obstack are of type "struct type *".
4399 (_initialize_cp_valprint): Likewise.
4400
4401 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4402
4403 * frame.c (frame_register_unwind): Do not access contents
4404 of "optimized out" unwound register value.
4405
4406 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4407
4408 * ada-lang.h (ada_print_type): Make varstring const.
4409 * ada-typeprint.c (print_func_type): Make name const.
4410 (ada_print_type): Make varstring const.
4411 * c-lang.h (c_print_type): Make varstring const.
4412 * c-typeprint.c (c_print_type): Likewise.
4413 * f-lang.h (f_print_type): Likewise.
4414 * f-typeprint.c (f_print_type): Likewise.
4415 * jv-lang.h (java_print_type): Likewise.
4416 * jv-typeprint.c (java_print_type): Likewise.
4417 * language.c (unk_lang_print_type): Likewise.
4418 * language.h (struct language_defn) <la_print_type>: Likewise.
4419 * m2-lang.h (m2_print_type): Likewise.
4420 * m2-typeprint.c (m2_print_type): Likewise.
4421 * p-lang.h (pascal_print_type): Likewise.
4422 * p-typeprint.c (pascal_print_type): Likewise.
4423
4424 2010-06-11 Stan Shebs <stan@codesourcery.com>
4425
4426 Add per-operation permission flags.
4427
4428 * target.h (struct target_ops): New method to_set_permissions.
4429 (target_set_permissions): New macro.
4430 (target_insert_breakpoint): Change macro to function.
4431 (target_remove_breakpoint): Ditto.
4432 (target_stop): Ditto.
4433 (may_write_registers): Declare.
4434 (may_write_memory): Declare.
4435 (may_insert_breakpoints): Declare.
4436 (may_insert_tracepoints): Declare.
4437 (may_insert_fast_tracepoints): Declare.
4438 (may_stop): Declare.
4439 * target.c (may_write_registers, may_write_registers_1): New globals.
4440 (may_write_memory, may_write_memory_1): New globals.
4441 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
4442 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
4443 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
4444 globals.
4445 (may_stop, may_stop_1): New global.
4446 (target_xfer_partial): Test for write permission.
4447 (target_store_registers): Ditto.
4448 (target_insert_breakpoint): New function.
4449 (target_remove_breakpoint): New function.
4450 (target_stop): New function.
4451 (_initialize_targets): Add new set/show variables.
4452 (set_write_memory_permission): New function.
4453 (update_target_permissions): New function.
4454 (set_target_permissions): New function.
4455 (update_current_target): Default to_set_permissions.
4456 (_initialize_targets): Use new globals and setter function.
4457 * tracepoint.c (start_tracing): Test for permission.
4458 * inferior.h (update_observer_mode): Declare.
4459 * infrun.c (non_stop_1): Define earlier.
4460 (observer_mode, observer_mode_1): New globals.
4461 (set_observer_mode, show_observer_mode): New functions.
4462 (update_observer_mode): New function.
4463 (_initialize_infrun): Define "set observer" command.
4464 * remote.c (PACKET_QAllow): New optional packet.
4465 (remote_protocol_features): Add QAllow.
4466 (remote_set_permissions): New function.
4467 (remote_start_remote): Call it.
4468 (init_remote_ops): Add it to target vector.
4469 (_initialize_remote): Add config command for QAllow.
4470
4471 2010-06-11 Tom Tromey <tromey@redhat.com>
4472
4473 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
4474 DW_AT_vtable_elem_location even when GCC extension is seen.
4475
4476 2010-06-11 Tom Tromey <tromey@redhat.com>
4477
4478 PR gdb/9977, PR exp/11636:
4479 * value.h (value_offset): Update.
4480 (struct lval_funcs) <check_validity>: New field.
4481 <copy_closure>: Make argument const.
4482 (value_computed_closure): Update.
4483 (value_contents_for_printing): Declare.
4484 (value_bits_valid): Likewise.
4485 (val_print): Likewise.
4486 (set_value_component_location): Update.
4487 (value_entirely_optimized_out): Declare.
4488 * value.c (value_offset): Argument now const.
4489 (require_not_optimized_out): New function.
4490 (value_contents_for_printing): New function.
4491 (value_contents_all): Call require_not_optimized_out.
4492 (value_contents): Likewise.
4493 (value_bits_valid): New function.
4494 (value_computed_closure): Argument now const.
4495 (set_value_component_location): Make 'whole' argument const.
4496 (value_entirely_optimized_out): New function.
4497 (value_bitsize): Argument now 'const'.
4498 (value_bitpos): Likewise.
4499 (value_type): Likewise.
4500 * valprint.h (val_print_array_elements): Update.
4501 * valprint.c (val_print): Add 'val' argument. Use
4502 valprint_check_validity.
4503 (valprint_check_validity): New function.
4504 (value_check_printable): Use value_entirely_optimized_out.
4505 (common_val_print): Update.
4506 (value_print): Likewise.
4507 (val_print_array_elements): Add 'val' argument.
4508 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
4509 value_bits_valid. Reinit frame cache for lval_computed.
4510 * sh64-tdep.c (sh64_do_register): Update.
4511 * scm-valprint.c (scm_val_print): Add 'val' argument.
4512 * scm-lang.h (scm_val_print): Update.
4513 * python/python.h (apply_val_pretty_printer): Update.
4514 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
4515 argument. Call set_value_component_location.
4516 * printcmd.c (print_scalar_formatted): Update.
4517 * p-valprint.c (pascal_val_print): Add 'val' argument.
4518 (pascal_object_print_value_fields): Likewise.
4519 (pascal_object_print_value): Likewise.
4520 (pascal_object_print_static_field): Update.
4521 * p-lang.h (pascal_val_print): Update.
4522 (pascal_object_print_value_fields): Update.
4523 * mt-tdep.c (mt_registers_info): Update.
4524 * mi/mi-main.c (get_register): Update.
4525 (mi_cmd_data_evaluate_expression): Use common_val_print.
4526 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
4527 (m2_print_unbounded_array): Likewise.
4528 (m2_val_print): Likewise.
4529 * m2-lang.h (m2_val_print): Update.
4530 * language.h (struct language_defn) <la_val_print>: Add 'val'
4531 argument.
4532 (LA_VAL_PRINT): Likewise.
4533 * language.c (unk_lang_val_print): Add 'val' argument.
4534 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
4535 (java_val_print): Likewise.
4536 * jv-lang.h (java_val_print): Add 'val' argument.
4537 * infcmd.c (default_print_registers_info): Update.
4538 * f-valprint.c (f77_print_array_1): Add 'val' argument.
4539 (f77_print_array): Likewise.
4540 (f_val_print): Likewise.
4541 * f-lang.h (f_val_print): Add 'val' argument.
4542 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4543 value_bitpos.
4544 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
4545 set_value_optimized_out.
4546 (write_pieced_value): Use value_bitsize and value_bitpos.
4547 <default>: Don't exit loop.
4548 (check_pieced_value_validity): New function.
4549 (pieced_value_funcs): Reference check_pieced_value_validity,
4550 check_pieced_value_invalid.
4551 (copy_pieced_value_closure): Update.
4552 (check_pieced_value_bits): New function.
4553 (check_pieced_value_invalid): New function.
4554 * d-valprint.c (dynamic_array_type): Add 'val' argument.
4555 (d_val_print): Likewise.
4556 * d-lang.h (d_val_print): Update.
4557 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4558 (cp_print_value_fields_rtti): Likewise.
4559 (cp_print_value): Likewise.
4560 (cp_print_static_field): Update.
4561 * c-valprint.c (c_val_print): Add 'val' argument.
4562 (c_value_print): Update.
4563 * c-lang.h (c_val_print): Update.
4564 (cp_print_value_fields): Likewise.
4565 (cp_print_value_fields_rtti): Likewise.
4566 * ada-valprint.c (struct ada_val_print_args): Remove.
4567 (val_print_packed_array_elements): Add 'val' argument.
4568 (ada_val_print): Likewise. Rewrite.
4569 (ada_val_print_stub): Remove.
4570 (ada_val_print_array): Add 'val' argument.
4571 (ada_val_print_1): Likewise.
4572 (print_variant_part): Likewise.
4573 (ada_value_print): Update.
4574 (print_record): Add 'val' argument.
4575 (print_field_values): Likewise.
4576 * ada-lang.h (ada_val_print): Update.
4577
4578 2010-06-11 Tom Tromey <tromey@redhat.com>
4579
4580 * vec.h (VEC_cleanup): New macro.
4581 (DEF_VEC_ALLOC_FUNC_I): Update.
4582 (DEF_VEC_ALLOC_FUNC_P): Likewise.
4583 (DEF_VEC_ALLOC_FUNC_O): Likewise.
4584 * dwarf2loc.c (struct axs_var_loc): Remove.
4585 (unimplemented): New function.
4586 (translate_register): Likewise.
4587 (access_memory): Likewise.
4588 (compile_dwarf_to_ax): Likewise.
4589 (dwarf2_tracepoint_var_loc): Remove.
4590 (dwarf2_tracepoint_var_access): Likewise.
4591 (dwarf2_tracepoint_var_ref): Likewise.
4592 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4593 (loclist_tracepoint_var_ref): Likewise.
4594 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4595 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4596 require_composition. No longer static.
4597 (execute_stack_op): Update.
4598 * ax-gdb.h (trace_kludge): Declare.
4599
4600 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4601
4602 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4603 (should_be_inserted): Return zero also on NULL OWNER.
4604 (breakpoint_program_space_exit): New OWNER comment.
4605 (insert_breakpoint_locations): Extend comment for OWNER.
4606 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4607 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4608 New OWNER comment.
4609 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4610 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4611 (bpstat_check_location): New assert on OWNER.
4612 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4613 and B initializations to the code block. New assert on them.
4614 (print_one_breakpoint_location): New OWNER comment.
4615 (watchpoint_locations_match): Assert on OWNER.
4616 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4617 initializations to the code block. New assert on OWNER.
4618 (set_breakpoint_location_function): New assert on OWNER.
4619 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4620 (bp_location_compare, update_global_location_list)
4621 (update_global_location_list): New OWNER comment.
4622
4623 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4624
4625 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4626
4627 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4628
4629 * config/nm-linux.h (struct target_ops): Remove forward declaration.
4630 (lin_thread_get_thread_signals): Remove prototype.
4631 (GET_THREAD_SIGNALS): Remove.
4632 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4633 * linux-thread-db.c (check_thread_signals): Directly call
4634 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4635
4636 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4637
4638 * gregset.h (GDB_FPXREGSET_T): Remove.
4639 (gdb_fpxregset_t): Likewise.
4640 (supply_fpxregset): Remove prototype.
4641 (fill_fpxregset): Likewise.
4642 * i386-linux-nat.c (supply_fpxregset): Remove.
4643 (fill_fpxregset): Likewise.
4644 (fetch_fpxregs): Inline supply_fpxregset call.
4645 (store_fpxregs): Inline fill_fpxregset call.
4646
4647 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4648 * config/i386/nm-linux.h: Remove file.
4649
4650 2010-06-09 Michael Snyder <msnyder@vmware.com>
4651
4652 * target.c (update_current_target): Fix spelling error in comment.
4653 (target_mourn_inferior): Fix spelling error in error message.
4654
4655 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
4656
4657 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4658 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4659
4660 2010-06-08 Michael Snyder <msnyder@vmware.com>
4661
4662 * remote.c (remote_close): Set inferior_ptid to null_ptid.
4663
4664 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4665
4666 * configure.ac <"${have_libpython}" != no>: New workaround of
4667 python#4434.
4668 * configure: Regenerate.
4669
4670 2010-06-08 Hui Zhu <teawater@gmail.com>
4671
4672 * record.c (record_wait): Move signal out of replay code.
4673
4674 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4675
4676 Fix PR 10640.
4677 * dwarf2-frame.c (no_dwarf_call): New function.
4678 (execute_stack_op): Set CTX->DWARF_CALL.
4679 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4680 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4681 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4682 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4683 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4684 (needs_frame_dwarf_call): New function.
4685 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4686 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4687 Update the comment. Move variables die, offset and error call to ...
4688 (follow_die_ref): ... a new function.
4689 (dwarf2_fetch_die_location_block): New function.
4690 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4691
4692 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4693
4694 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4695 (dwarf_expr_tls_address): Use per_cu instead of objfile.
4696 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4697 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
4698 this change.
4699 (struct needs_frame_baton): New field per_cu.
4700 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4701 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4702
4703 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4704
4705 * cp-support.c (make_symbol_overload_list_namespace): Only search
4706 static and global blocks.
4707 (make_symbol_overload_list_block): New function.
4708 (make_symbol_overload_list): Separate namespace search from block
4709 search.
4710 (make_symbol_overload_list_qualified): Use
4711 make_symbol_overload_list_block.
4712
4713 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4714
4715 * value.h: Created oload_search_type enum.
4716 (find_overload_match): Use oload_search_type enum.
4717 * valops.c (find_overload_match): Support combined member and
4718 non-member search.
4719 * eval.c (evaluate_subexp_standard): Calls to
4720 find_overload_match now use oload_search_type enum.
4721 (oload_method_static): Verify index is a proper value.
4722 * valarith.c (value_user_defined_cpp_op): Search for and handle
4723 both member and non-member operators.
4724 (value_user_defined_cpp_op): New function.
4725 (value_user_defined_op): New function.
4726 (value_x_unop): Use value_user_defined_op.
4727 (value_x_binop): Ditto.
4728 * cp-support.c (make_symbol_overload_list_using): Added block
4729 iteration.
4730 Add check for namespace aliases and imported declarations.
4731
4732 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4733
4734 * breakpoint.h (owner): Extend the comment.
4735
4736 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4737
4738 Clear stale specific bp_location from former whole breakpoint.
4739 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4740 code ...
4741 (free_bp_location): ... here. Rename there the called function to
4742 bpstat_remove_bp_location_callback.
4743 (bpstat_remove_breakpoint_callback): Rename to ...
4744 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4745 to struct bp_location. Change the called function to
4746 bpstat_remove_bp_location. Create new declaration for the function.
4747 (bpstat_remove_breakpoint): Rename to ...
4748 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4749 code for the new parameter type.
4750
4751 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
4752
4753 * README: Make version-agnostic.
4754
4755 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4756
4757 Fix duplicate types for single DIE.
4758 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4759 set_die_type.
4760 (read_array_type): Remove type initialization. Recheck get_die_type
4761 after initial die_type. Move set_die_type before set_descriptive_type.
4762 (read_set_type): New variable domain_type. Recheck get_die_type after
4763 initial die_type. Move attr initialization later.
4764 (read_tag_pointer_type, read_tag_reference_type): New variable
4765 target_type. Recheck get_die_type after initial die_type.
4766 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4767 die_type and die_containing_type.
4768 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4769 Recheck get_die_type after initial die_type.
4770 (read_subrange_type): Recheck get_die_type after initial die_type.
4771 Move set_die_type before set_descriptive_type.
4772 (set_die_type): Extend the function comment. Call complaint if DIE has
4773 some type already set.
4774
4775 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
4776
4777 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4778 for current naming of thread groups (iN, not N).
4779
4780 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4781
4782 * ada-lang.c (ada_operator_length): Constify `struct expression'.
4783 * parse.c (operator_length): Likewise.
4784 (operator_length_standard): Likewise.
4785 * parser-defs.h (operator_length): Likewise.
4786 (operator_length_standard): Likewise.
4787 (struct exp_descriptor <operator_length>): Likewise.
4788
4789 2010-06-04 Doug Evans <dje@google.com>
4790
4791 Add support for enabling/disabling individual pretty-printers.
4792 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4793 * python/python-internal.h (gdbpy_enabled_cst): Declare.
4794 * python/python.c (gdbpy_enabled_cst): Define.
4795 (_initialize_python): Initialize gdbpy_enabled_cst.
4796 * NEWS: Add entry.
4797
4798 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4799
4800 * breakpoint.c (update_global_location_list): Fix comment typo.
4801
4802 2010-06-04 Hui Zhu <teawater@gmail.com>
4803
4804 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4805
4806 2010-06-03 Doug Evans <dje@google.com>
4807
4808 * configure.ac: Don't fail if python is unusable when
4809 configured with --with-python=auto.
4810 * configure: Regenerate.
4811
4812 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
4813
4814 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4815
4816 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
4817
4818 * valprint.h (get_array_bounds): Change low and high parameter types
4819 to LONGEST *.
4820 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4821 compute bounds.
4822 (val_print_array_elements): Adapt to change above.
4823 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4824 * p-valprint.c (pascal_val_print): Likewise.
4825
4826 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4827
4828 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4829 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4830 .F08.
4831
4832 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4833
4834 Support DW_TAG_module as separate namespaces.
4835 * dwarf2read.c (typename_concat): New parameter physname.
4836 (read_module_type): New function and declaration.
4837 (scan_partial_symbols): Scan also DW_TAG_module children.
4838 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4839 to typename_concat backward compatible physname value 0.
4840 (partial_die_full_name, read_namespace_type): Pass to typename_concat
4841 backward compatible physname value 0.
4842 (add_partial_module, read_module): Remove FIXME comment.
4843 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4844 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4845 DIEs under DW_TAG_module.
4846 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4847 DW_AT_MIPS_linkage_name first, extend it for language_fortran
4848 && physname and return there instead of just setting NAME. Extend
4849 the main block for language_fortran. Pass physname parameter to the
4850 typename_concat call.
4851 (read_import_statement, read_func_scope, get_scope_pc_bounds)
4852 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4853 (new_symbol): Fill in cplus_specific.demangled_name if it is still
4854 missing from SYMBOL_SET_NAMES in the language_fortran case.
4855 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4856 variables.
4857 (read_type_die) <DW_TAG_module>: New.
4858 (MAX_SEP_LEN): Increase to 7.
4859 (typename_concat): New parameter physname. New variable lead. Support
4860 also language_fortran.
4861 * f-exp.y (yylex): Consider : also as a symbol name character class.
4862 * f-lang.c: Include cp-support.h.
4863 (f_word_break_characters, f_make_symbol_completion_list): New functions.
4864 (f_language_defn): Use cp_lookup_symbol_nonlocal,
4865 f_word_break_characters and f_make_symbol_completion_list.
4866 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4867 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4868 * symtab.c (symbol_init_language_specific): Support language_fortran.
4869 (symbol_find_demangled_name): New comment on language_fortran.
4870 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4871 for language_fortran.
4872 (lookup_symbol_aux_local): Check imports also for language_fortran.
4873 (default_make_symbol_completion_list): Rename to ...
4874 (default_make_symbol_completion_list_break_on): ... this name. New
4875 parameter break_on, use it.
4876 (default_make_symbol_completion_list): New stub.
4877 * symtab.h (default_make_symbol_completion_list_break_on): New
4878 prototype.
4879
4880 2010-06-02 Joel Brobecker <brobecker@adacore.com>
4881
4882 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4883 to error.
4884
4885 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4886
4887 * dwarf2read.c (typename_concat): Add const to the variable sep.
4888
4889 2010-06-02 Tom Tromey <tromey@redhat.com>
4890
4891 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4892 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
4893 type is const. Add 'def' argument. Add missing operators, remove
4894 unhandled ones.
4895 (decode_locdesc): Update.
4896 (dwarf2_always_disassemble): New global.
4897 (show_dwarf2_always_disassemble): New function.
4898 (_initialize_dwarf2_read): Add always-disassemble.
4899 (dwarf2_per_cu_offset_size): New function.
4900 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4901 (piece_end_p): New function.
4902 (locexpr_describe_location_piece): Replace 'size' argument with
4903 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
4904 some constants. Remove errors.
4905 (disassemble_dwarf_expression): New function.
4906 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4907 Add 'offset_size' argument.
4908 (loclist_describe_location): Change output formatting.
4909 * dwarf2expr.h (dwarf_stack_op_name): Declare.
4910
4911 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4912
4913 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4914 anonymous type case.
4915
4916 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
4917
4918 * dwarf2read.c (read_subrange_type): Handle missing base type
4919 according to Dwarf-2 specifications.
4920
4921 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
4922
4923 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4924 BINOP_EXCL.
4925 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4926 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4927 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4928 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4929 UNOP_CHMAX, UNOP_CHMIN.
4930 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4931 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4932 UNOP_CHMIN>: Remove opcodes.
4933
4934 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
4935
4936 * dwarf2read.c (read_func_scope): Do not complain for
4937 external function if bounds are not found.
4938
4939 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4940
4941 * NEWS: Mention gdbserver fast tracepoints support.
4942
4943 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
4944
4945 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4946 New macros.
4947 (windows_set_console_info): New function.
4948 (windows_create_inferior): Call windows_set_console_info
4949 if NEW_CONSOLE is true.
4950 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4951 (_initialize_loadable): Initialize GetConsoleFontSize and
4952 GetCurrentConsoleFont.
4953
4954 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4955
4956 * Makefile.in (RDYNAMIC): New.
4957 (SFILES): Add proc-service.list.
4958 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4959 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4960 * config/arm/linux.mh: Likewise.
4961 * config/i386/linux.mh: Likewise.
4962 * config/i386/linux64.mh: Likewise.
4963 * config/ia64/linux.mh: Likewise.
4964 * config/m32r/linux.mh: Likewise.
4965 * config/m68k/linux.mh: Likewise.
4966 * config/mips/linux.mh: Likewise.
4967 * config/pa/linux.mh: Likewise.
4968 * config/powerpc/linux.mh: Likewise.
4969 * config/powerpc/ppc64-linux.mh: Likewise.
4970 * config/s390/s390.mh: Likewise.
4971 * config/sparc/linux.mh: Likewise.
4972 * config/sparc/linux64.mh: Likewise.
4973 * config/xtensa/linux.mh: Likewise.
4974 * configure.ac: New RDYNAMIC on native host and GCC.
4975 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4976 * configure: Regenerate.
4977 * proc-service.list: New.
4978
4979 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4980
4981 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4982 CONTENT.
4983
4984 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4985
4986 * linux-nat.c (linux_nat_wait_1): Do not call
4987 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4988 TARGET_WAITKIND_SIGNALLED.
4989
4990 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4991
4992 * ada-lang.c (ada_inferior_data): New struct.
4993 (ada_inferior_data): New static global.
4994 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4995 (ada_get_tsd_type): New functions.
4996 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4997 to look the tsd type up.
4998 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4999 event. Set ada_inferior_data.
5000
5001 2010-05-27 Pedro Alves <pedro@codesourcery.com>
5002
5003 * remote.c (unpack_varlen_hex): Remove forward declaration.
5004 (remote_console_output): Make static, and add forward declaration.
5005 * remote.h: Drop FIXME comment.
5006 (unpack_varlen_hex): Declare.
5007 (remote_console_output, remote_cisco_objfile_relocate)
5008 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
5009 Delete declarations.
5010 * tracepoint.c: Include "remote.h".
5011 (unpack_varlen_hex): Delete declaration.
5012
5013 2010-05-27 Tom Tromey <tromey@redhat.com>
5014
5015 * dwarf2loc.c (struct piece_closure) <refc>: New field.
5016 (allocate_piece_closure): Initialize refc.
5017 (copy_pieced_value_closure): Use refc.
5018 (free_pieced_value_closure): Likewise.
5019
5020 2010-05-27 Tom Tromey <tromey@redhat.com>
5021
5022 * arm-tdep.c (push_stack_item): 'contents' now const.
5023 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
5024 value_contents_writeable. Introduce new temporary.
5025
5026 2010-05-27 Tom Tromey <tromey@redhat.com>
5027
5028 * findcmd.c (parse_find_args): Use value_contents, not
5029 value_contents_raw.
5030
5031 2010-05-27 Tom Tromey <tromey@redhat.com>
5032
5033 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
5034 const. Use value_contents, not value_contents_writeable.
5035
5036 2010-05-27 Joel Brobecker <brobecker@adacore.com>
5037
5038 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
5039 by call to value_contents.
5040
5041 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
5042
5043 * MAINTAINERS: Add myself for write after approval privileges.
5044
5045 2010-05-26 Doug Evans <dje@google.com>
5046
5047 Allow python to find its files if moved from original location.
5048 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
5049 (GDB_AC_WITH_DIR): Call it.
5050 * configure.ac: Define WITH_PYTHON_PATH if we can find the
5051 python installation directory.
5052 * config.in: Regenerate.
5053 * configure: Regenerate.
5054 * defs.h (python_libdir): Declare.
5055 * main.c (python_libdir): Define.
5056 (captured_main): Initialize python_libdir.
5057 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
5058 call Py_SetProgramName to make sure python can find its libraries
5059 and modules.
5060
5061 * configure.ac: Try to use python's distutils to fetch compilation
5062 parameters.
5063 * configure: Regenerate.
5064 * python/python-config.py: New file.
5065
5066 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
5067
5068 * ser-tcp.c (net_open): Check error return from socket() call by its
5069 equality to -1 not by it being negative.
5070 (net_close): Likewise.
5071
5072 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5073
5074 * NEWS: Mention the `qRelocInsn' feature.
5075 * gdbarch.sh (relocate_instruction): New.
5076 * amd64-tdep.c (rip_relative_offset): New.
5077 (append_insns): New.
5078 (amd64_relocate_instruction): New.
5079 (amd64_init_abi): Install it.
5080 * i386-tdep.c (append_insns): New.
5081 (i386_relocate_instruction): New.
5082 (i386_gdbarch_init): Install it.
5083 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
5084 * gdbarch.h, gdbarch.c: Regenerate.
5085
5086 2010-05-26 Tom Tromey <tromey@redhat.com>
5087
5088 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
5089 (struct dwarf2_loclist_baton) <data>: Likewise.
5090 * dwarf2loc.c (find_location_expression): Constify return type.
5091 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
5092 (dwarf2_loc_desc_needs_frame): Likewise.
5093 (loclist_read_variable): Constify.
5094 (loclist_describe_location): Likewise.
5095 (loclist_tracepoint_var_ref): Likewise.
5096
5097 2010-05-25 Tom Tromey <tromey@redhat.com>
5098
5099 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
5100 (dwarf_expr_frame_base_1): Likewise.
5101 (read_pieced_value): Update.
5102 (needs_frame_frame_base): Constify.
5103 (dwarf2_tracepoint_var_loc): Likewise.
5104 (dwarf2_tracepoint_var_access): Likewise.
5105 (locexpr_describe_location_piece): Likewise.
5106 (locexpr_describe_location_1): Likewise.
5107 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
5108 Constify.
5109 (data): Now const.
5110 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
5111 (dwarf_expr_eval, read_uleb128, read_sleb128)
5112 (dwarf2_read_address): Update.
5113 * dwarf2expr.c (dwarf_expr_eval): Constify.
5114 (read_uleb128): Likewise.
5115 (read_sleb128): Likewise.
5116 (dwarf2_read_address): Likewise.
5117 (require_composition): Likewise.
5118 (execute_stack_op): Likewise.
5119 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
5120 "const gdb_byte *".
5121 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
5122 Now const.
5123 (no_get_frame_base): Constify.
5124 (execute_stack_op): Likewise.
5125 (execute_cfa_program): Likewise.
5126 (read_encoded_value): Likewise.
5127
5128 2010-05-25 Doug Evans <dje@google.com>
5129
5130 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
5131
5132 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
5133 * event-loop.c: ... here.
5134 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
5135 `error' for clarity.
5136 (tui_getc): Pass correct value for `error' parameter to
5137 tui_readline_output.
5138
5139 Add python gdb.GdbError and gdb.string_to_argv.
5140 * NEWS: Document them.
5141 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
5142 the exception is gdb.GdbError. Print a second traceback if there's
5143 an error computing the error message.
5144 (gdbpy_string_to_argv): New function.
5145 * python/py-utils.c (gdbpy_obj_to_string): New function.
5146 (gdbpy_exception_to_string): New function.
5147 * python/python-internal.h (gdbpy_string_to_argv): Declare.
5148 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
5149 (gdbpy_gdberror_exc): Declare.
5150 * python/python.c (gdbpy_gdberror_exc): New global.
5151 (_initialize_python): Initialize gdbpy_gdberror_exc and create
5152 gdb.GdbError.
5153 (GdbMethods): Add string_to_argv.
5154
5155 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5156
5157 * windows-nat.c (display_selector): Call GetLastError to give better
5158 failure explanation.
5159
5160 2010-05-24 Pedro Alves <pedro@codesourcery.com>
5161
5162 * config.in: Regenerate.
5163
5164 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5165
5166 Code cleanup.
5167 * target.c (push_target): Return only void. Remove the return value
5168 comment.
5169 * target.h (push_target): Return only void.
5170
5171 2010-05-23 Pedro Alves <pedro@codesourcery.com>
5172
5173 Update gnulib from latest git.
5174 (250b80067c1e1d8faa0c42fb572f721975b929c5)
5175
5176 * gnulib/memcmp.c: Removed.
5177 * gnulib/memchr.valgrind: New.
5178 * gnulib/stddef.in.h: New.
5179 * gnulib/Makefile.am: Updated.
5180 * gnulib/memchr.c: Updated.
5181 * gnulib/memmem.c: Updated.
5182 * gnulib/stdint.in.h: Updated.
5183 * gnulib/str-two-way.h: Updated.
5184 * gnulib/string.in.h: Updated.
5185 * gnulib/wchar.in.h: Updated.
5186
5187 * gnulib/extra/link-warning.h: Removed.
5188 * gnulib/extra/c++defs.h: New.
5189 * gnulib/extra/warn-on-use.h: New.
5190 * gnulib/extra/arg-nonnull.h: Updated.
5191
5192 * gnulib/m4/extensions.m4: Updated.
5193 * gnulib/m4/gnulib-cache.m4: Updated.
5194 * gnulib/m4/gnulib-common.m4: Updated.
5195 * gnulib/m4/gnulib-comp.m4: Updated.
5196 * gnulib/m4/gnulib-tool.m4: Updated.
5197 * gnulib/m4/include_next.m4: Updated.
5198 * gnulib/m4/longlong.m4: Updated.
5199 * gnulib/m4/memchr.m4: Updated.
5200 * gnulib/m4/memmem.m4: Updated.
5201 * gnulib/m4/stdint.m4: Updated.
5202 * gnulib/m4/string_h.m4: Updated.
5203 * gnulib/m4/memcmp.m4: Removed.
5204 * gnulib/m4/onceonly_2_57.m4: Removed.
5205 * gnulib/m4/00gnulib.m4: New.
5206 * gnulib/m4/mmap-anon.m4: New.
5207 * gnulib/m4/multiarch.m4: New.
5208 * gnulib/m4/onceonly.m4: New.
5209 * gnulib/m4/stddef_h.m4: New.
5210 * gnulib/m4/warn-on-use.m4: New.
5211 * gnulib/m4/wchar.m4: Removed.
5212 * gnulib/m4/wchar_h.m4: New.
5213 * gnulib/m4/wchar_t.m4: New.
5214 * gnulib/m4/wint_t.m4: New.
5215
5216 * aclocal.m4: Regenerate.
5217 * config.in: Likewise.
5218 * configure: Likewise.
5219 * gnulib/Makefile.in: Likewise.
5220
5221 2010-05-21 Tom Tromey <tromey@redhat.com>
5222
5223 * dwarf2loc.c (extract_bits_primitive): New function.
5224 (extract_bits): Likewise.
5225 (insert_bits): Likewise.
5226 (copy_bitwise): Likewise.
5227 (read_pieced_value): Do all operations in bits.
5228 (write_pieced_value): Likewise.
5229 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
5230 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
5231 Always use xrealloc to resize piece array.
5232 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
5233 <DW_OP_piece>: Update.
5234 <DW_OP_bit_piece>: New case.
5235
5236 2010-05-21 Tom Tromey <tromey@redhat.com>
5237
5238 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
5239 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
5240 * dwarf2expr.h (enum dwarf_value_location)
5241 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
5242 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
5243 (add_piece): Handle empty piece.
5244 (execute_stack_op) <DW_OP_piece>: Handle
5245 DWARF_VALUE_OPTIMIZED_OUT.
5246
5247 2010-05-21 Tom Tromey <tromey@redhat.com>
5248
5249 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
5250 evaluate_subexp, not evaluate_subexp_with_coercion.
5251
5252 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5253
5254 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
5255 attribute.
5256
5257 2010-05-21 Tom Tromey <tromey@redhat.com>
5258
5259 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
5260 offset.
5261 (write_pieced_value): Likewise.
5262
5263 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5264
5265 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
5266 and DW_TAG_volatile_type.
5267 (new_symbol): Likewise.
5268
5269 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
5270
5271 * p-valprint.c (pascal_val_print): Call get_array_bounds
5272 to obtain the number of elements in an array.
5273
5274 2010-05-19 Doug Evans <dje@google.com>
5275
5276 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
5277
5278 * python.c (source_python_script): Add comment.
5279 (source_python_script_for_objfile): Remove unnecessary call to
5280 gdbpy_print_stack.
5281
5282 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5283 Sergio Durigan Junior <sergiodj@redhat.com>
5284
5285 Code cleanup.
5286 * parse.c (exp_iterate): Use operator_length wrapper function.
5287
5288 2010-05-18 Michael Snyder <msnyder@vmware.com>
5289
5290 * ada-lang.c: White space.
5291 * ada-typeprint.c: White space.
5292 * ada-valprint.c: White space.
5293 * addrmap.c: White space.
5294 * auxv.c: White space.
5295 * ax-gdb.c: White space.
5296
5297 2010-05-18 Hui Zhu <teawater@gmail.com>
5298
5299 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
5300 for oldfp.
5301 (inferior_call_waitpid): Move make_cleanup out of check.
5302 Check the return of waitpid.
5303 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
5304
5305 2010-05-17 Michael Snyder <msnyder@vmware.com>
5306
5307 * tui/tui.c: White space.
5308 * tui/tui-data.c: White space.
5309 * tui/tui-disasm.c: White space.
5310 * tui/tui-file.c: White space.
5311 * tui/tui-interp.c: White space.
5312 * tui/tui-main.c: White space.
5313 * tui/tui-out.c: White space.
5314 * tui/tui-regs.c: White space.
5315 * tui/tui-source.c: White space.
5316 * tui/tui-stack.c: White space.
5317 * tui/tui-win.c: White space.
5318 * tui/tui-winsource.c: White space.
5319
5320 * procfs.c: White space.
5321
5322 * python/py-auto-load.c: White space.
5323 * python/py-block.c: White space.
5324 * python/py-breakpoint.c: White space.
5325 * python/py-cmd.c: White space.
5326 * python/py-function.c: White space.
5327 * python/py-lazy-string.c: White space.
5328 * python/py-objfile.c: White space.
5329 * python/py-param.c: White space.
5330 * python/py-prettyprint.c: White space.
5331 * python/py-progspace.c: White space.
5332 * python/py-symtab.c: White space.
5333 * python/python.c: White space.
5334 * python/py-type.c: White space.
5335 * python/py-utils.c: White space.
5336 * python/py-value.c: White space.
5337
5338 * mi/mi-cmd-break.c: White space.
5339 * mi/mi-cmd-env.c: White space.
5340 * mi/mi-cmds.c: White space.
5341 * mi/mi-cmd-stack.c: White space.
5342 * mi/mi-cmd-var.c: White space.
5343 * mi/mi-console.c: White space.
5344 * mi/mi-getopt.c: White space.
5345 * mi/mi-interp.c: White space.
5346 * mi/mi-main.c: White space.
5347 * mi/mi-out.c: White space.
5348 * mi/mi-parse.c: White space.
5349
5350 * cli/cli-cmds.c: White space.
5351 * cli/cli-decode.c: White space.
5352 * cli/cli-dump.c: White space.
5353 * cli/cli-interp.c: White space.
5354 * cli/cli-logging.c: White space.
5355 * cli/cli-script.c: White space.
5356 * cli/cli-setshow.c: White space.
5357
5358 * valarith.c: White space.
5359 * valops.c: White space.
5360 * valprint.c: White space.
5361 * value.c: White space.
5362 * varobj.c: White space.
5363 * xcoffread.c: White space.
5364 * xml-support.c: White space.
5365 * xml-tdesc.c: White space.
5366
5367 2010-05-17 Andreas Schwab <schwab@redhat.com>
5368
5369 PR gdb/11092
5370 * c-lang.c (c_printstr): Compute real length of NUL terminated
5371 string at first.
5372
5373 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5374
5375 * parse.c (parse_exp_in_context): When block is not NULL, use
5376 its associated language to parse the expression instead of
5377 the current_language.
5378
5379 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5380
5381 * jv-lang.c (java_lookup_class): Remove commented out code.
5382 (type_from_class): Likewise.
5383 (java_op_print_tab): Remove commented-out elements.
5384
5385 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5386
5387 * ada-lang.c (to_fixed_range_type): The the raw index type as
5388 argument instead of the raw type name. Remove orig_type parameter.
5389 Update calls throughout.
5390 (ada_fixup_array_indexes_type): New function.
5391 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
5392 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
5393 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
5394 Remove name parameter.
5395 (print_array_type): Add call to ada_fixup_array_indexes_type.
5396 Update calls to print_range_type.
5397 (ada_print_type): Update calls to print_range_type.
5398
5399 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5400
5401 * dwarf2read.c (read_set_type): Set type length if
5402 DW_AT_byte_size attribute is present.
5403
5404 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5405
5406 * p-valprint.c (pascal_val_print): Handle set type if range limits
5407 are undefined but size is known.
5408
5409 2010-05-17 Pedro Alves <pedro@codesourcery.com>
5410
5411 * procfs.c: Reformat.
5412
5413 2010-05-16 Michael Snyder <msnyder@vmware.com>
5414
5415 * target.c: White space.
5416 * target-descriptions.c: White space.
5417 * target-memory.c: White space.
5418 * thread.c: White space.
5419 * top.c: White space.
5420 * tracepoint.c: White space.
5421 * trad-frame.c: White space.
5422 * tramp-frame.c: White space.
5423 * ui-file.c: White space.
5424 * ui-out.c: White space.
5425 * user-regs.c: White space.
5426 * utils.c: White space.
5427
5428 * scm-exp.c: White space.
5429 * scm-lang.c: White space.
5430 * scm-valprint.c: White space.
5431 * sentinel-frame.c: White space.
5432 * ser-base.c: White space.
5433 * ser-go32.c: White space.
5434 * serial.c: White space.
5435 * ser-mingw.c: White space.
5436 * ser-pipe.c: White space.
5437 * ser-tcp.c: White space.
5438 * ser-unix.c: White space.
5439 * solib.c: White space.
5440 * solib-darwin.c: White space.
5441 * solib-frv.c: White space.
5442 * solib-irix.c: White space.
5443 * solib-osf.c: White space.
5444 * solib-pa64.c: White space.
5445 * solib-som.c: White space.
5446 * solib-spu.c: White space.
5447 * solib-svr4.c: White space.
5448 * solib-target.c: White space.
5449 * source.c: White space.
5450 * stabsread.c: White space.
5451 * stack.c: White space.
5452 * std-regs.c: White space.
5453 * symfile.c: White space.
5454 * symmisc.c: White space.
5455 * symtab.c: White space.
5456
5457 2010-05-16 Michael Snyder <msnyder@vmware.com>
5458
5459 * source.c (_initialize_source): Add "rev" as an abbreviation
5460 for the "reverse-search" command.
5461
5462 2010-05-16 Michael Snyder <msnyder@vmware.com>
5463
5464 * record.c: White space.
5465 * regcache.c: White space.
5466 * reggroups.c: White space.
5467 * remote-fileio.c: White space.
5468 * remote-m32r-sdi.c: White space.
5469 * remote-mips.c: White space.
5470 * remote-sim.c: White space.
5471 * remote.c: White space.
5472 (process_g_packet): Remove orphan braces.
5473
5474 2010-05-15 Michael Snyder <msnyder@vmware.com>
5475
5476 * parse.c: White space.
5477 * p-lang.c: White space.
5478 * posix-hdep.c: White space.
5479 * printcmd.c: White space.
5480 * progspace.c: White space.
5481 * prologue-value.c: White space.
5482 * psymtab.c: White space.
5483 * p-typeprint.c: White space.
5484 * p-valprint.c: White space.
5485
5486 * objc-lang.c: White space.
5487 * objfiles.c: White space.
5488 * observer.c: White space.
5489 * osabi.c: White space.
5490 * osdata.c: White space.
5491
5492 * m2-lang.c: White space.
5493 * m2-valprint.c: White space.
5494 * macrocmd.c: White space.
5495 * macroexp.c: White space.
5496 * macroscope.c: White space.
5497 * macrotab.c: White space.
5498 * main.c: White space.
5499 * maint.c: White space.
5500 * mdebugread.c: White space.
5501 * memattr.c: White space.
5502 * minsyms.c: White space.
5503 * monitor.c: White space.
5504
5505 2010-05-14 Michael Snyder <msnyder@vmware.com>
5506
5507 * jv-lang.c: White space.
5508 * jv-typeprint.c: White space.
5509 * jv-valprint.c: White space.
5510 * language.c: White space.
5511 * libunwind-frame.c: White space.
5512 * linespec.c: White space.
5513 * linux-nat.c: White space.
5514 * linux-record.c: White space.
5515 * linux-thread-db.c: White space.
5516
5517 * infcall.c: White space.
5518 * inf-child.c: White space.
5519 * infcmd.c: White space.
5520 * inferior.c: White space.
5521 * inf-loop.c: White space.
5522 * inflow.c: White space.
5523 * inline-frame.c: White space.
5524 * interps.c: White space.
5525
5526 * gcore.c: White space.
5527 * gdb.c: White space.
5528 * gdbtypes.c: White space.
5529 * gnu-nat.c: White space.
5530 * gnu-v2-abi.c: White space.
5531 * gnu-v3-abi.c: White space.
5532
5533 * findcmd.c: White space.
5534 * findvar.c: White space.
5535 * fork-child.c: White space.
5536 * frame-base.c: White space.
5537 * frame.c: White space.
5538 * frame-unwind.c: White space.
5539 * f-valprint.c: White space.
5540
5541 * elfread.c: White space.
5542 * environ.c: White space.
5543 * eval.c: White space.
5544 * event-loop.c: White space.
5545 * event-top.c: White space.
5546 * exceptions.c: White space.
5547 * exec.c: White space.
5548 * expprint.c: White space.
5549
5550 * dbxread.c: White space.
5551 * dcache.c: White space.
5552 * disasm.c: White space.
5553 * doublest.c: White space.
5554 * dsrec.c: White space.
5555 * dummy-frame.c: White space.
5556 * dwarf2expr.c: White space.
5557 * dwarf2-frame.c: White space.
5558 * dwarf2loc.c: White space.
5559 * dwarf2read.c: White space.
5560
5561 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
5562
5563 PR python/11482
5564
5565 * python/py-value.c (valpy_hash): New function.
5566 (value_object_type): Register valpy_hash.
5567
5568 2010-05-14 Hui Zhu <teawater@gmail.com>
5569 Michael Snyder <msnyder@vmware.com>
5570
5571 * linux-fork.c (gdbthread.h): New include.
5572 (fork_info): Add parent_ptid.
5573 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5574 functions.
5575 (delete_checkpoint_command): Call inferior_call_waitpid.
5576 (checkpoint_command): Set parent_ptid.
5577
5578 2010-05-13 Michael Snyder <msnyder@vmware.com>
5579
5580 * dictionary.c: Re-indent to GNU coding standard.
5581
5582 * charset.c: White space.
5583 * c-lang.c: White space.
5584 * cli-out.c: White space.
5585 * coffread.c: White space.
5586 * complaints.c: White space.
5587 * completer.c: White space.
5588 * corefile.c: White space.
5589 * corelow.c: White space.
5590 * cp-abi.c: White space.
5591 * cp-namespace.c: White space.
5592 * cp-support.c: White space.
5593 * cp-valprint.c: White space.
5594 * c-typeprint.c: White space.
5595 * c-valprint.c: White space.
5596 * blockframe.c: White space.
5597 * breakpoint.c: White space.
5598 * buildsym.c: White space.
5599 * blockframe.c: White space.
5600 * bcache.c: White space.
5601 * gdbarch.sh: White space, add blank lines.
5602 * arch-utils.c: Ditto.
5603 * gdbarch.c: Regenerate.
5604 * frame.c: White space, add blank lines.
5605 * stack.c: White space, add blank lines.
5606 (initialize_stack): Remove long-dead code.
5607
5608 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5609
5610 Code cleanup.
5611 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5612 (locexpr_read_variable, loclist_read_variable): Update the callers.
5613
5614 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5615
5616 Code cleanup.
5617 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5618 Remove check of NULL returned by tag_type_to_type.
5619 (die_containing_type): Remove variable type. Remove type_die variable
5620 initialization. Remove check of NULL returned by tag_type_to_type.
5621
5622 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5623
5624 PR exp/11530.
5625 * gdbtypes.c (lookup_struct_elt_type): Also lookup
5626 names of unnamed structures or unions.
5627
5628 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5629
5630 * procfs.c (proc_watchpoint_address): New function.
5631 (procfs_stopped_by_watchpoint): Remove useless check after
5632 find_procinfo_or_die call.
5633 (procfs_stopped_data_address): New function.
5634 (procfs_use_watchpoints): Register new watchpoint related function.
5635
5636 2010-05-11 Tom Tromey <tromey@redhat.com>
5637
5638 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5639
5640 2010-05-10 Michael Snyder <msnyder@vmware.com>
5641
5642 * utils.c: White space cleanup.
5643
5644 2010-05-10 Tom Tromey <tromey@redhat.com>
5645
5646 * eval.c (ptrmath_type_p): Add 'lang' argument.
5647 (evaluate_subexp_standard): Update.
5648 (evaluate_subexp_with_coercion): Update.
5649 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5650
5651 2010-05-10 Michael Snyder <msnyder@vmware.com>
5652
5653 * utils.c (do_fclose_cleanup) Restore local variable.
5654
5655 2010-05-09 Doug Evans <dje@google.com>
5656
5657 * record.c (init_record_core_ops): Rename record_core to record-core.
5658
5659 2010-05-08 Joel Brobecker <brobecker@adacore.com>
5660
5661 Implement task switching on pa-hpux.
5662 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5663 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5664
5665 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5666
5667 * valops.c (find_overload_match): Add missing i18n markup.
5668
5669 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5670
5671 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5672
5673 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5674
5675 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5676 list for the obconcat call.
5677 * mdebugread.c (parse_symbol): Likewise.
5678 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5679 Likewise.
5680 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5681 New variable ap. Remove variables len and val.
5682 * symfile.h (obconcat): Likewise for the prototype.
5683
5684 2010-05-07 Michael Snyder <msnyder@vmware.com>
5685
5686 * python/python.c (execute_gdb_command): Remove unused variables.
5687 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5688 * python/py-breakpoint.c (gdbpy_breakpoint_created):
5689 Remove unused variable.
5690 * python/py-cmd.c (cmdpy_function): Remove unused variable.
5691 (cmdpy_completer): Remove unused variable.
5692 * python/py-frame.c (frapy_find_sal): Remove unused variable.
5693 * python/py-function.c (fnpy_call): Remove unused variable.
5694 * python/py-objfile.c (objfile_to_objfile_object):
5695 Remove unused variable.
5696 * python/py-param.c (parmpy_init): Remove unused variable.
5697 * python/py-prettyprint.c (apply_varobj_pretty_printer):
5698 Remove unused variable.
5699 (gdbpy_default_visualizer): Remove unused variable.
5700 * python/py-progspace.c (pspace_to_pspace_object):
5701 Remove unused variable.
5702 * python/py-symtab.c (symtab_and_line_to_sal_object):
5703 Remove unused variable.
5704 * python/py-type.c (typy_template_argument):
5705 Remove unused variable.
5706 * python/py-value.c (valpy_string): Remove unused variable.
5707 (convert_value_from_python): Remove unused variables.
5708
5709 2010-05-07 Michael Snyder <msnyder@vmware.com>
5710
5711 * valops.c (value_cast_pointers): Restore unused variable 'type1',
5712 and use it to compute variable 't1'.
5713
5714 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5715
5716 * ada-lang.c (assign_aggregate): Remove unused variable.
5717
5718 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5719
5720 PR C++/7943:
5721 * valops.c (find_overload_match): Handle fsym == NULL case.
5722 Add int no_adl argument.
5723 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5724 when appropriate.
5725 Add int no_adl argument.
5726 (find_oload_champ_namespace): Add int no_adl argument.
5727 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5728 expression.
5729 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5730 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5731 Evaluate arguments and use them to perform ADL lookup.
5732 Pass no_adl argument to find_overload_match.
5733 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5734 * cp-support.h: Added prototype for
5735 make_symbol_overload_list_namespace.
5736 * cp-support.c (make_symbol_overload_list_namespace): New function.
5737 (make_symbol_overload_list_adl_namespace): New function.
5738 (make_symbol_overload_list_adl): New function.
5739 (make_symbol_overload_list_using): Moved code to add function to
5740 overload set to make_symbol_overload_list_namespace.
5741 * c-exp.y: create UNKNOWN_CPP_NAME token.
5742 Add parse rule for ADL functions.
5743 (classify_name): Recognize an UNKNOWN_CPP_NAME.
5744
5745 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5746
5747 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5748 sentinel.
5749
5750 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5751
5752 Implement task switching on solaris targets.
5753 * sol-thread.c (thread_db_find_thread_from_tid)
5754 (sol_get_ada_task_ptid): New functions.
5755 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5756
5757 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5758
5759 * remote.c (remote_query_supported_append): Use reconcat.
5760 (remote_query_supported): Install a cleanup. Use reconcat.
5761
5762 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5763
5764 * gdbarch.sh (qsupported): Delete.
5765 * gdbarch.h, gdbarch.c: Regenerate.
5766 * remote.c (remote_query_supported): Remove use of
5767 gdbarch_qsupported.
5768
5769 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
5770
5771 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5772 function.
5773
5774 2010-05-06 Michael Snyder <msnyder@vmware.com>
5775
5776 * xml-support.c (xinclude_start_include): Delete unused variable.
5777 (xml_process_xincludes): Delete unused variable.
5778 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5779 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5780 (tdesc_find_arch_register): Delete unused variable.
5781 (tdesc_use_registers): Delete unused variable.
5782 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5783 * inferior.c (print_inferior): Delete unused variable.
5784 * record.c (record_open_1): Delete unused variable.
5785 (record_restore): Delete unused variable.
5786 (cmd_record_save): Delete unused variable.
5787 * gcore.c (derive_heap_segment): Delete unused variable.
5788 (objfile_find_memory_regions): Use unused variable.
5789 * jit.c (jit_inferior_init): Delete unused variable.
5790 * progspace.c (clone_program_space): Delete unused variable.
5791 (pspace_empty_p): Delete unused variable.
5792
5793 * frame-unwind.c (frame_unwind_find_by_frame):
5794 Delete unused variable.
5795 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5796 * cp-support.c (mangled_name_to_comp): Delete unused variable.
5797 (method_name_from_physname): Delete unused variable.
5798 (cp_func_name): Delete unused variable.
5799 (cp_validate_operator): Delete unused variable.
5800 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5801 Delete unused variable.
5802 * trad-frame.c (trad_frame_get_prev_register):
5803 Delete unused variable.
5804 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5805
5806 * serial.c (serial_for_fd): Delete unused variable.
5807 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5808 * top.c (execute_command): Delete unused variable.
5809 (init_main): Delete unused variable.
5810 * utils.c (do_fclose_cleanup): Delete unused variable.
5811 (do_all_inferior_continuations): Delete unused variable.
5812 (initialize_utils): Delete unused variable.
5813 (internal_problem_mode): Delete unused global.
5814 * frame.c (get_prev_frame): Delete unused global.
5815 (get_frame_locals_address): Delete unused global.
5816 (get_frame_args_address): Delete unused global.
5817
5818 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5819 (pascal_type_print_varspec_prefix): Delete unused variable.
5820 * f-typeprint.c (f_type_print_base): Delete unused variable.
5821 (f_type_print_varspec_suffix): Delete unused variable.
5822 * m2-typeprint.c (m2_print_type): Delete unused variable.
5823 (m2_long_set): Delete unused variable.
5824 * ada-valprint.c (ada_val_print_1): Delete unused variable.
5825 * d-valprint.c (dynamic_array_type): Delete unused variable.
5826 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5827 Delete unused variable.
5828 (f77_create_arrayprint_offset_tbl): Delete unused variable.
5829 * m2-valprint.c (m2_val_print): Delete unused variable.
5830
5831 * ui-out.c (ui_out_field_int): Delete unused variable.
5832 (ui_out_field_fmt_int): Delete unused variable.
5833 * varobj.c (varobj_list_children): Delete unused variable.
5834 (varobj_set_value): Delete unused variable.
5835 (install_new_value_visualizer): Delete unused variable.
5836 (varobj_set_visualizer): Delete unused variable.
5837 (varobj_update): Delete unused variable.
5838 (varobj_editable_p): Delete unused variable.
5839 (c_value_of_root): Delete unused variable.
5840 (cplus_describe_child): Delete unused variable.
5841
5842 * ada-lang.c (add_defn_to_vec): Delete unused variable.
5843 (decode_constrained_packed_array_type): Delete unused variable.
5844 (add_defn_to_vec): Delete unused variable.
5845 (symbol_completion_match): Delete unused variable.
5846 (value_tag_from_contents_and_address): Delete unused variable.
5847 (ada_evaluate_subexp): Delete unused variable.
5848 * c-lang.c (classify_type): Delete unused variable.
5849 * f-lang.c (f_printstr): Delete unused variable.
5850 * objc-lang.c (objc_printstr): Delete unused variable.
5851 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5852 * jv-lang.c (type_from_class): ifdef unused variable.
5853 (java_class_name_from_physname): Delete unused variable.
5854 * m2-lang.c (m2_printstr): Delete unused variable.
5855
5856 * objfiles.c (objfile_relocate): Delete unused variable.
5857 * maint.c (_initialize_maint_cmds): Delete unused variable.
5858 * demangle.c (_initialize_demangler): Delete unused variable.
5859 * corefile.c (reopen_exec_file): Delete unused variable.
5860 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5861 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5862
5863 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5864 * memattr.c (mem_delete): Delete unused variable.
5865 (invalidate_target_mem_regions): Delete unused variable.
5866 * mem-break.c (default_memory_insert_breakpoint):
5867 Delete unused variable.
5868 * target.c (target_get_osdata): Delete unused variable.
5869 * parse.c (length_of_subexp): Delete unused variable.
5870 (prefixify_subexp): Delete unused variable.
5871 (exp_iterate): Delete unused variable.
5872 * reverse.c (delete_bookmark_command): Delete unused variable.
5873
5874 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5875 * macroexp.c (gather_arguments): Delete unused variable.
5876 (substitute_args): Delete unused variable.
5877 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5878 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5879 (_initialize_gdbarch): Delete unused variable.
5880 * gdbarch.c, gdbarch.h: Regenerate.
5881 * arch-utils.c (initialize_current_architecture):
5882 Delete unused variable.
5883 (_initialize_gdbarch_utils): Delete unused variable.
5884 * gdbtypes.c (make_cv_type): Delete unused variable.
5885 (make_type_with_address_space): Delete unused variable.
5886
5887 * linespec.c (decode_compound): Delete unused variable.
5888 * dictionary.c (iterator_next_hashed): Delete unused variable.
5889 * infcall.c (call_function_by_hand): Delete unused variable.
5890 * infcmd.c (step_1): Delete unused variable.
5891 (registers_info): Delete unused variable.
5892 (attach_command): Delete unused variable.
5893 * infrun.c (follow_exec): Delete unused variable.
5894 (handle_step_into_function_backwards): Delete unused variable.
5895 (_initialize_infrun): Delete unused variable.
5896 * stack.c (parse_frame_specification_1): Delete unused variable.
5897 (frame_info): Delete unused variable.
5898 (backtrace_command_1): Delete unused variable.
5899 (catch_info): Delete unused variable.
5900
5901 * eval.c (evaluate_subexp_standard): Delete unused variable.
5902 * valops.c (value_cast_pointers): Delete unused variable.
5903 (value_dynamic_cast): Delete unused variable.
5904 (value_array): Delete unused variable.
5905 (find_overload_match): Delete unused variable.
5906 * valarith.c (value_subscript): Delete unused variable.
5907 (value_binop): Delete unused variable.
5908 * valprint.c (_initialize_valprint): Delete unused variable.
5909 * printcmd.c (print_command_1): Delete unused variable.
5910 (address_info): Delete unused variable.
5911 (printf_command): Delete unused variable.
5912
5913 * auxv.c (target_auxv_search): Delete unused variable.
5914 * blockframe.c (get_frame_block): Delete unused variable.
5915 * regcache.c (regcache_cpy): Delete unused variable.
5916 (regcache_cpy_no_passthrough): Delete unused variable.
5917 * charset.c (wchar_iterate): Delete unused variable.
5918 (find_charset_names): Delete unused variable.
5919 (_initialize_charset): Delete unused variable.
5920 * disasm.c (do_mixed_source_and_assembly):
5921 Delete unused variable.
5922 * source.c (set_default_source_symtab_and_line):
5923 Delete unused variable.
5924 (set_substitute_path_command): Delete unused variable.
5925 * value.c (preserve_values): Delete unused variable.
5926 (value_from_double): Delete unused variable.
5927
5928 2010-05-05 Michael Snyder <msnyder@vmware.com>
5929
5930 * psymtab.c (lookup_partial_symbol): Delete unused variable.
5931 (find_last_source_symtab_from_partial): Delete unused variable.
5932 * symfile.c (place_section): Delete unused variable.
5933 (default_symfile_offsets): Delete unused variable.
5934 (get_debug_link_info): Delete unused variable.
5935 (find_separate_debug_file_by_debuglink): Delete unused variable.
5936 (add_symbol_file_command): Delete unused variable.
5937 (symfile_find_segment_sections): Delete unused variable.
5938 * symmisc.c (free_symtab): Delete unused variable.
5939 (dump_symtab_1): Delete unused variable.
5940 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5941 (find_pc_sect_symtab): Delete unused variable.
5942 (skip_prologue_using_lineinfo): Delete unused variable.
5943 (sources_info): Delete unused variable.
5944 (completion_list_add_name): Delete unused variable.
5945 (expand_line_sal): Delete unused variable.
5946
5947 * breakpoint.c (validate_commands_for_breakpoint):
5948 Delete unused variables.
5949 (insert_catchpoint): Delete unused variable.
5950 (update_watchpoint): Delete unused variable.
5951 (insert_bp_location): Delete unused variable.
5952 (insert_breakpoint_locations): Delete unused variable.
5953 (remove_breakpoint_1): Delete unused variable.
5954 (software_breakpoint_inserted_here_p): Delete unused variable.
5955 (watchpoints_triggered): Delete unused variable.
5956 (bpstat_check_watchpoint): Delete unused variable.
5957 (bpstat_stop_status): Delete unused variable.
5958 (print_one_breakpoint_location): Delete unused variable.
5959 (allocate_bp_location): Delete unused variable.
5960 (create_breakpoint): Delete unused variable.
5961 (watch_command_1): Delete unused variable.
5962 (catch_exception_command_1): Delete unused variable.
5963 (catch_ada_exception_command): Delete unused variable.
5964 (delete_breakpoint): Delete unused variable.
5965 (breakpoint_re_set_one): Delete unused variable.
5966 (do_enable_breakpoint): Delete unused variable.
5967
5968 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5969
5970 * amd64-tdep.c: Include disasm.h.
5971 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5972 (amd64_insn_length): Moved to disasm.c and renamed.
5973 (fixup_riprel): Adjust.
5974 * disasm.c (do_ui_file_delete): New.
5975 (gdb_insn_length): New.
5976 (gdb_buffered_insn_length_fprintf)
5977 (gdb_buffered_insn_length_init_dis)
5978 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5979 renamed.
5980 * disasm.h (gdb_insn_length): Declare.
5981 (gdb_buffered_insn_length): Declare.
5982
5983 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5984
5985 * remote.c (clear_threads_parsing_context): New.
5986 (remote_threads_info): Delete unused null_cleanup. Install a
5987 cleanup to clear the threads_parsing_context in case parsing
5988 throws.
5989
5990 2010-05-05 Michael Snyder <msnyder@vmware.com>
5991
5992 * c-exp.y (parse_string_or_char): Delete unused variable.
5993 (c_lex): Delete unused variable.
5994 * cp-name-parser.y (cpname_lex): Delete unused variable.
5995 * ada-exp.y (find_primitive_type): Delete unused variable.
5996 (write_var_or_type): Delete unused variable.
5997 * jv-exp.y (java_parse): Delete unused variable.
5998 (push_expression_name): Delete unused variable.
5999 * p-exp.y (pascal_lex): Delete unused variable.
6000
6001 2010-05-05 Pedro Alves <pedro@codesourcery.com>
6002
6003 * remote.c (remote_threads_info): Really revert previous previous
6004 change.
6005
6006 2010-05-05 Michael Snyder <msnyder@vmware.com>
6007
6008 * elfread.c (elf_symtab_read): Delete unused variable.
6009 (find_separate_debug_file_by_buildid): Delete unused variables.
6010 (elf_symfile_read): Delete unused variable.
6011
6012 * coffread.c (coff_symfile_read): Delete unused variables.
6013
6014 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
6015 (read_pe_exported_syms): Delete unused variable.
6016
6017 * stabsread.c (define_symbol): Delete unused variable.
6018
6019 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
6020 (process_psymtab_comp_unit): Delete unused variable.
6021 (dwarf2_build_psymtabs_hard): Delete unused variable.
6022 (load_partial_comp_unit): Delete unused variable.
6023 (create_all_comp_units): Delete unused variable.
6024 (scan_partial_symbols): Delete unused variable.
6025 (add_partial_symbol): Delete unused variable.
6026 (add_partial_namespace): Delete unused variable.
6027 (add_partial_enumeration): Delete unused variable.
6028 (load_full_comp_unit): Delete unused variable.
6029 (process_full_comp_unit): Delete unused variable.
6030 (read_file_scope): Delete unused variable.
6031 (read_type_unit_scope): Delete unused variable.
6032 (process_structure_scope): Delete unused variable.
6033 (process_enumeration_scope): Delete unused variable.
6034 (read_tag_ptr_to_member_type): Delete unused variable.
6035 (read_typedef): Delete unused variable.
6036 (read_partial_die): Delete unused variable.
6037 (decode_locdesc): Delete unused variable.
6038 (zeroed_partial_die): Delete unused global variable.
6039
6040 * tui/tui-interp.c (_initialize_tui_interp):
6041 Delete unused variable.
6042 * tui/tui-regs.c tui_display_registers_from):
6043 Delete unused variable.
6044 (tui_check_register_values): Delete unused variable.
6045 (tui_register_format): Delete unused variable.
6046 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
6047 * tui/tui-windata.c (tui_display_data_from_line):
6048 Delete unused variables.
6049 (tui_vertical_data_scroll): Delete unused variables.
6050
6051 2010-05-05 Michael Snyder <msnyder@vmware.com>
6052
6053 * remote.c (remote_threads_info): Revert questionable part of
6054 the previous change.
6055
6056 2010-05-05 Michael Snyder <msnyder@vmware.com>
6057
6058 * mi/mi-out.c (mi_table_begin): Delete unused variable.
6059 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
6060 (mi_cmd_var_list_children): Delete unused variable.
6061 (varobj_update_one): Delete unused variable.
6062 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
6063 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
6064 Delete unused variable.
6065 (mi_cmd_stack_list_variables): Delete unused variable.
6066 (list_args_or_locals): Delete unused variable.
6067 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
6068 Delete unused variables.
6069 (mi_cmd_file_list_exec_source_files): Delete unused variable.
6070 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
6071 Delete unused variable.
6072 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
6073 (mi_cmd_interpreter_exec): Delete unused variable.
6074 (mi_on_normal_stop): Delete unused variable.
6075 * mi/mi-main.c (run_one_inferior): Delete unused variable.
6076 (print_one_inferior): Delete unused variables.
6077 (mi_execute_command): Delete unused variable.
6078 (mi_cmd_execute): Delete unused variable.
6079 (timestamp): Delete unused variable.
6080
6081 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
6082 (restore_binary_file): Delete unused variable.
6083 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
6084 * cli/cli-script.c (define_command): Delete unused variables.
6085 (recurse_read_control_structure): Delete unused variable.
6086 (script_from_file): Delete unused variable.
6087 * cli/cli-cmds.c (complete_command): Delete unused variable.
6088 (disassemble_command): Delete unused variable.
6089
6090 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
6091 * tracepoint.c (delete_trace_variable_command):
6092 Delete unused variables.
6093 (encode_actions_1): Delete unused variables.
6094 (start_tracing): Delete unused variable.
6095 (trace_status_mi): Delete unused variable.
6096 (tfind_1): Delete unused variable.
6097 (trace_find_pc_command): Delete unused variable.
6098 (trace_find_line_command): Delete unused variables.
6099 (trace_find_range_command): Delete unused variables.
6100 (trace_find_outside_command): Delete unused variables.
6101 (parse_tracepoint_definition): Delete unused variables.
6102 (tfile_fetch_registers): Delete unused variable.
6103
6104 * dcache.c (dcache_init): Delete unused variable.
6105 (dcache_info): Delete unused variable.
6106
6107 * remote.c (remote_threads_info): Delete unused variable.
6108 (process_stop_reply) :Delete unused variable.
6109 (remote_get_trace_status): Delete unused variables.
6110
6111 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
6112 (thread_from_lwp): Delete unused variable.
6113 (enable_thread_event_reporting): Delete unused variable.
6114 (check_for_thread_db): Delete unused variables.
6115 (thread_db_find_new_threads_2): Delete unused variable.
6116
6117 * linux-fork.c (info_checkpoints_command): Delete unused variables.
6118 (checkpoint_command): Delete unused variable.
6119 (linux_fork_context): Delete unused variables.
6120
6121 * linux-nat.c (linux_parent_pid): Delete unused global variable.
6122 (linux_tracefork_child): Delete unused variable.
6123 (linux_child_follow_fork): Delete unused variable.
6124 (linux_nat_detach): Delete unused variable.
6125 (linux_handle_extended_wait): Delete unused variable.
6126 (linux_nat_has_pending_sigint): Delete unused variable.
6127 (linux_nat_find_memory_regions): Delete unused variable.
6128 (linux_nat_make_corefile_notes): Delete unused variables.
6129 (linux_nat_info_proc_cmd): Delete unused variable.
6130 (linux_proc_pending_signals): Delete unused variable.
6131 (linux_nat_stop_lwp): Delete unused variables.
6132 (_initialize_linux_nat): Delete unused variable.
6133
6134 * ser-pipe.c (pipe_ops): Delete unused global variable.
6135
6136 * linux-record.c (record_linux_system_call):
6137 Delete unused variables.
6138
6139 * corelow.c (core_xfer_partial): Delete unused variables.
6140
6141 * solib-svr4.c (find_program_interpreter): Delete unused variable.
6142 (svr4_solib_create_inferior_hook): Add ifdef around
6143 conditionally-used variable declarations.
6144
6145 * solib.c (solib_find): Delete unused variable.
6146 (free_so_symbols): Delete unused variable.
6147 (info_sharedlibrary_command): Delete unused variable.
6148 (reload_shared_libraries_1): Delete unused variable.
6149 (_initialize_solib): Delete unused variable.
6150
6151 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
6152 (i386_collect_xstateregset): Delete unused variable.
6153 * i387-tdep.c (i387_print_float_info): Delete unused variable.
6154
6155 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
6156 Delete unused variable 'type'.
6157
6158 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6159
6160 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
6161 ada-lang.c: Remove comment mentioning these macros.
6162 * m2-exp.y: Delete commented out code.
6163
6164 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6165
6166 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
6167 for array types.
6168 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
6169
6170 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6171
6172 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
6173 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
6174 ATTRIBUTE_UNUSED.
6175 (cleanup_kernel_helper_return): Likewise.
6176 * arm-tdep.c (copy_unmodified): Likewise.
6177 (copy_preload): Likewise.
6178 (copy_copro_load_store): Likewise.
6179 (cleanup_branch): Likewise.
6180 (copy_b_bl_blx): Likewise.
6181 (copy_bx_blx_reg): Likewise.
6182 (copy_alu_imm): Likewise.
6183 (copy_alu_reg): Likewise.
6184 (copy_alu_shifted_reg): Likewise.
6185 (cleanup_load): Likewise.
6186 (cleanup_store): Likewise.
6187 (cleanup_block_load_pc): Likewise.
6188 (cleanup_svc): Likewise.
6189 (copy_undef): Likewise.
6190 (copy_unpred): Likewise.
6191 * remote.c (register_remote_support_xml): Likewise.
6192
6193 2010-05-05 Hui Zhu <teawater@gmail.com>
6194
6195 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
6196
6197 2010-05-04 Mark Kettenis <kettenis@gnu.org>
6198
6199 * remote.c (register_remote_support_xml)
6200 (remote_query_supported_append, remote_query_supported): Add cast
6201 to NULL used as sentinel.
6202 * tracepoint.c (tvariables_info_1): Likewise.
6203 * utils.c (add_internal_problem_command): Likewise.
6204
6205 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6206
6207 * dwarf2loc.c (read_pieced_value, write_pieced_value,
6208 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
6209 registers gracefully.
6210
6211 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6212
6213 * exec.c (print_section_info): Display entry point without arch
6214 specific parts.
6215
6216 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6217
6218 PR exp/11349.
6219 * printcmd.c (x_command): Only dereference once implicitly for
6220 TYPE_CODE_REF.
6221
6222 2010-05-03 Doug Evans <dje@google.com>
6223
6224 * event-loop.c (gdb_timer): Delete unused global.
6225 (create_timer): Update.
6226
6227 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6228
6229 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
6230 CURRENT->DECLARATION case.
6231 * cp-support.h (struct using_direct): Provide extended comment.
6232
6233 2010-05-03 Mark Kettenis <kettenis@gnu.org>
6234
6235 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
6236 HPPABSD_SIZEOF_GREGS.
6237 (HPPAOBSD_SIZEOF_FPREGS): New define.
6238 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
6239 (hppaobsd_supply_fpregset): New function.
6240 (hppaobsd_gregset): Renamed from hppabsd_gregset.
6241 (hppaobsd_fpregset): New variable.
6242 (hppaobsd_regset_from_core_section): Handle floating-point registers.
6243 (_initialize_hppabsd_tdep): Remove spurious blank line.
6244
6245 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6246
6247 PR pascal/11349.
6248 * p-valprint.c (pascal_value_print): Always dereference a value with
6249 type code TYPE_CODE_REF.
6250
6251 2010-05-03 Pedro Alves <pedro@codesourcery.com>
6252
6253 * remote.c (remote_notice_signals): New.
6254 (remote_start_remote): In non-stop mode, update the remote end on
6255 which signals it can silently pass.
6256 (init_remote_ops): Install remote_notice_signals.
6257
6258 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6259
6260 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
6261 * command.h (error_no_arg): ... here. Remove NORETURN, change
6262 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6263 * defs.h (NORETURN, ATTR_NORETURN): Remove.
6264 (perror_with_name, verror, error, error_stream, vfatal, fatal)
6265 (internal_verror, internal_error, nomem): Remove NORETURN, change
6266 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6267 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
6268 (throw_vfatal, throw_error): Remove NORETURN.
6269 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
6270 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
6271 (throw_error, deprecated_throw_reason): Remove NORETURN, change
6272 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6273 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
6274 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
6275 NORETURN.
6276 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
6277 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
6278 ATTRIBUTE_NORETURN.
6279 * target.c (tcomplain): Likewise.
6280 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
6281 ATTRIBUTE_NORETURN.
6282 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
6283 (internal_error, perror_with_name, nomem): Remove NORETURN.
6284 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
6285 ATTRIBUTE_NORETURN.
6286
6287 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6288
6289 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6290 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
6291 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
6292 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6293 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
6294 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6295 * complaints.h (complaint, internal_complaint): Likewise.
6296 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
6297 (ATTR_FORMAT): Remove.
6298 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
6299 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
6300 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
6301 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
6302 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
6303 (internal_error, internal_vwarning, internal_warning, warning)
6304 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6305 * disasm.c (fprintf_disasm): Likewise.
6306 * exceptions.c (throw_it): Likewise.
6307 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
6308 (throw_error): Likewise.
6309 * language.h (type_error, range_error): Likewise.
6310 * linespec.c (cplusplus_error): Likewise.
6311 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
6312 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
6313 * monitor.c (monitor_debug): Likewise.
6314 * parser-defs.h (parser_fprintf): Likewise.
6315 * serial.h (serial_printf): Likewise.
6316 * tui/tui-hooks.c (tui_query_hook): Likewise.
6317 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
6318 (uo_message): Likewise.
6319 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
6320 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
6321 Likewise.
6322 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
6323
6324 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6325
6326 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
6327 (cli_table_header, cli_begin, cli_end, cli_field_int)
6328 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
6329 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
6330 Delete forward declarations.
6331 (cli_ui_out_impl): Move below the callbacks.
6332 (_initialize_cli_out): Delete.
6333
6334 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6335
6336 * README: Use consistent `GDB' and `GDBserver' spellings.
6337
6338 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6339
6340 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
6341
6342 2010-05-01 Pedro Alves <pedro@codesourcery.com>
6343
6344 * infrun.c (prepare_for_detach): In non-stop, context switch to
6345 the thread that got the event before handling the event.
6346
6347 2010-04-30 Tom Tromey <tromey@redhat.com>
6348
6349 * symtab.c (symbol_set_names): Fix typo.
6350
6351 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6352
6353 * python/py-param.c (parm_constants): Avoid ARI warning
6354 by adding ARI comment.
6355 (parmpy_init): Likewise.
6356
6357 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6358
6359 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
6360 and created type for re-use.
6361
6362 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6363
6364 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
6365
6366 2010-04-29 Doug Evans <dje@google.com>
6367
6368 * ser-base.h (reschedule): Delete prototype.
6369 * ser-base.c (reschedule): Make static.
6370
6371 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6372
6373 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
6374 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
6375 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
6376 EABI.
6377 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
6378 use.
6379
6380 2010-04-29 Pedro Alves <pedro@codesourcery.com>
6381
6382 PR gdb/11557
6383
6384 * regcache.c (registers_changed): Rename to ...
6385 (registers_changed_ptid): ... this, and only delete register cache
6386 entries matching the ptid filter argument.
6387 (registers_changed): Reimplement on top of registers_changed_ptid.
6388 * regcache.h (registers_changed_ptid): Declare.
6389 * target.c (target_resume): Flush register caches.
6390
6391 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6392 Tom Tromey <tromey@redhat.com>
6393 Thiago Jung Bauermann <bauerman@br.ibm.com>
6394
6395 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
6396 (SUBDIR_PYTHON_SRCS): Likewise.
6397 (py-parameter.o): New rule.
6398 * python/py-parameter.c: New file.
6399 * python/python-internal.h (gdbpy_initialize_parameter)
6400 (gdbpy_parameter, gdbpy_parameter_value)
6401 (gdbpy_parse_command_name): Declare.
6402 * python/py-cmd.c (parse_command_name): Rename to
6403 gdbpy_parse_command_name.
6404 (gdbpy_parse_command_name): Accept a starting list parameter and
6405 use over cmdlist.
6406 (cmdpy_init): Use gdbpy_parse_command_name.
6407 * python/python.c (parameter_to_python): Rename to
6408 gdbpy_parameter_to_python. Accept enum var_types and value.
6409 (gdbpy_parameter): Use gdbpy_parameter_value.
6410 (_initialize_python): Call gdbpy_initialize_parameters.
6411
6412 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6413
6414 * MAINTAINERS: Add myself for write after approval privileges.
6415
6416 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6417
6418 D language support.
6419 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
6420 (COMMON_OBS): Add d-lang.o d-valprint.o.
6421 (HFILES_NO_SRCDIR): Add d-lang.h.
6422 * NEWS: Mention D language support.
6423 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
6424 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
6425 * d-lang.c: New file.
6426 * d-lang.h: New file.
6427 * d-valprint.c: New file.
6428 * defs.h (enum language): Add language_d.
6429 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
6430 * language.c (binop_result_type, integral_type, character_type)
6431 (string_type, boolean_type, structured_type): Add language_d.
6432 * symfile.c (init_filename_language_table): Add language_d.
6433 * symtab.c: Include d-lang.h.
6434 (symbol_init_language_specific, symbol_find_demangled_name)
6435 (symbol_natural_name, lookup_symbol_in_language)
6436 (symbol_demangled_name, symbol_matches_domain): Add language_d.
6437
6438 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6439
6440 * solib-svr4.c (solib_svr4_r_map): Expand function description.
6441
6442 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6443
6444 * symfile.c (init_filename_language_table): Register .dg files
6445 with language_ada.
6446
6447 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6448
6449 * gdbtypes.h (struct main_type): Expand comment about target_type
6450 field.
6451
6452 2010-04-27 Pedro Alves <pedro@codesourcery.com>
6453 Tristan Gingold <gingold@adacore.com>
6454
6455 * symfile.c (reread_symbols): Also search for file in libraries.
6456 Update comment.
6457
6458 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6459
6460 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
6461 in terms of configuration.
6462
6463 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6464
6465 * objfiles.c: Include solist.h.
6466 (free_all_objfiles): New variable so. Check stale solist objfiles.
6467 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
6468 and no_shared_libraries.
6469
6470 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6471
6472 ARI warning fix.
6473 * python/py-auto-load.c (source_section_scripts): Remove trailing
6474 new-line in i18n string.
6475
6476 2010-04-26 Doug Evans <dje@google.com>
6477
6478 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
6479
6480 2010-04-26 Tom Tromey <tromey@redhat.com>
6481
6482 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
6483 command list.
6484
6485 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6486
6487 Removal of config/i386/nm-i386sol2.h native configuration file.
6488 * config/i386/nm-i386sol2.h: Remove file.
6489 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
6490 * config/i386/sol2-64.mh: Idem.
6491 * config/djgpp/fnchange.lst: Remove reference to that file.
6492 * Makefile.in (HFILES_NO_SRCDIR): Idem.
6493
6494 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6495
6496 PR breakpoints/11531.
6497 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
6498 macro definition and related comment.
6499 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
6500 (resume): Remove code and comment related to this macro.
6501
6502 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6503
6504 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
6505 Fix whitespace.
6506
6507 2010-04-24 Pedro Alves <pedro@codesourcery.com>
6508
6509 * defs.h: Adjust comment.
6510 * filesystem.h, filesystem.c: New files.
6511 * Makefile.in (SFILES): Add filesystem.c.
6512 (COMMON_OBS): Add filesystem.o.
6513 * solib.c (solib_find): Handle DOS-based filesystems. Handle
6514 different target and host path flavours.
6515 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6516 has_dos_based_file_system on the gdbarch.
6517 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
6518 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
6519 * i386-tdep.c (i386_go32_init_abi): Ditto.
6520 * gdbarch.sh (has_dos_based_file_system): New.
6521 * gdbarch.h, gdbarch.c: Regenerate.
6522 * NEWS: Mention improved support for remote targets with DOS-based
6523 filesystems. Mention new `set/show target-file-system-kind'
6524 commands.
6525
6526 2010-04-23 Stan Shebs <stan@codesourcery.com>
6527
6528 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
6529 comments.
6530 (struct agent_reqs): Remove.
6531 (ax_reg_mask): Declare.
6532 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
6533 (free_agent_expr): Free reg_mask.
6534 (ax_print): Add scope and register mask info.
6535 (ax_reqs): Remove agent_reqs argument, use agent expression
6536 fields, and move part of register mask computation to...
6537 (ax_reg_mask): New function.
6538 * ax-gdb.c (gen_trace_static_fields): Call it.
6539 (gen_traced_pop): Ditto.
6540 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6541 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6542 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6543 (gen_eval_for_expr): Ditto, and require an rvalue.
6544 (agent_command): Call ax_reqs.
6545 (agent_eval_command): Ditto.
6546 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6547 (validate_action_line): Ditto.
6548 (collect_symbol): Ditto.
6549 (encode_actions_1): Ditto.
6550
6551 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
6552 Paul Pluzhnikov <ppluzhnikov@google.com>
6553 Jan Kratochvil <jan.kratochvil@redhat.com>
6554
6555 Fix deadlock on looped list of loaded shared objects.
6556 * solib-svr4.c (LM_PREV): New function.
6557 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6558 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
6559 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
6560 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6561
6562 2010-04-23 Doug Evans <dje@google.com>
6563
6564 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6565 python.
6566 * configure: Regenerate.
6567 * main.c: #include "python/python.h".
6568 (captured_main): Defer loading auto-loaded scripts until after
6569 local_gdbinit has been sourced.
6570 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6571 (load_auto_scripts_for_objfile): New function.
6572 (auto_load_new_objfile): Call it.
6573 * python/python.h (gdbpy_global_auto_load): Declare.
6574 (load_auto_scripts_for_objfile): Declare.
6575
6576 Add support for auto-loading scripts from .debug_gdb_scripts section.
6577 * NEWS: Add entry for .debug_gdb_scripts.
6578 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6579 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6580 (py-auto-load.o): New rule.
6581 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6582 * cli/cli-cmds.h (find_and_open_script): Update prototype.
6583 * python/py-auto-load.c: New file.
6584 * python/python-internal.h: #include <stdio.h>.
6585 (set_python_list, show_python_list): Declare.
6586 (gdbpy_initialize_auto_load): Declare.
6587 (source_python_script_for_objfile): Declare.
6588 * python/python.c: Remove #include of observer.h.
6589 (gdbpy_auto_load): Moved to py-auto-load.c.
6590 (GDBPY_AUTO_FILENAME): Ditto.
6591 (gdbpy_new_objfile): Delete.
6592 (source_python_script_for_objfile): New function.
6593 (set_python_list, show_python_list): Make externally visible.
6594 (_initialize_python): Move "auto-load" command to py-auto-load.c
6595 and observer_attach_new_objfile to py-auto-load.c.
6596
6597 2010-04-23 Jerome Guitton <guitton@adacore.com>
6598
6599 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6600 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6601 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6602 New constants.
6603 (alpha_heuristic_analyze_probing_loop): New function.
6604 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6605 and handle cases when a stack probe loop is generated.
6606 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6607 (alpha_mdebug_max_frame_size_exceeded): New function.
6608 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6609 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6610 Return 0 when the maximum debuggable frame size has been exceeded.
6611
6612 2010-04-23 Joel Brobecker <brobecker@adacore.com>
6613
6614 Fix ARI warning.
6615 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6616
6617 2010-04-20 Chris Moller <cmoller@redhat.com>
6618
6619 PR 10179
6620
6621 * symtab.c (rbreak_command): Added code to include a filename
6622 specification in the rbreak argument.
6623 * NEWS: Added a brief description of filename-qualified rbreak.
6624
6625 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6626
6627 Fix crashes on dangling display expressions.
6628 * ada-lang.c (ada_operator_check): New function.
6629 (ada_exp_descriptor): Fill-in the field operator_check.
6630 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6631 * jv-lang.c (exp_descriptor_java): Likewise.
6632 * m2-lang.c (exp_descriptor_modula2): Likewise.
6633 * scm-lang.c (exp_descriptor_scm): Likewise.
6634 * parse.c (exp_descriptor_standard): Likewise.
6635 (operator_check_standard): New function.
6636 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6637 * parser-defs.h (struct exp_descriptor): New field operator_check.
6638 (operator_check_standard, exp_uses_objfile): New declarations.
6639 * printcmd.c: Remove the inclusion of solib.h.
6640 (display_uses_solib_p): Remove the function.
6641 (clear_dangling_display_expressions): Call lookup_objfile_from_block
6642 and exp_uses_objfile instead of display_uses_solib_p.
6643 * solist.h (struct so_list) <objfile>: New comment.
6644 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6645 * symtab.h (lookup_objfile_from_block): New declaration.
6646 (struct general_symbol_info) <obj_section>: Extend the comment.
6647
6648 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6649 Thiago Jung Bauermann <bauerman@br.ibm.com>
6650
6651 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6652 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6653 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6654 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6655 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6656 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6657 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6658 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6659 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6660 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6661 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6662 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6663 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6664 Define, in case <ptrace.h> doesn't provide it.
6665 (booke_debug_info): New variable.
6666 (max_slots_number): Ditto.
6667 (hw_break_tuple): New struct.
6668 (thread_points): Ditto.
6669 (ppc_threads): New variable.
6670 (PPC_DEBUG_CURRENT_VERSION): New define.
6671 (have_ptrace_new_debug_booke): New function.
6672 (ppc_linux_check_watch_resources): Renamed to ...
6673 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
6674 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6675 (booke_cmp_hw_point): New function.
6676 (booke_find_thread_points_by_tid): Ditto.
6677 (booke_insert_point): Ditto.
6678 (booke_remove_point): Ditto.
6679 (ppc_linux_insert_hw_breakpoint): Ditto.
6680 (ppc_linux_remove_hw_breakpoint): Ditto.
6681 (get_trigger_type): Ditto.
6682 (ppc_linux_insert_watchpoint): Handle BookE processors.
6683 (ppc_linux_remove_watchpoint): Ditto.
6684 (ppc_linux_new_thread): Ditto.
6685 (ppc_linux_thread_exit): New function..
6686 (ppc_linux_stopped_data_address): Handle BookE processors.
6687 (ppc_linux_watchpoint_addr_within_range): Ditto.
6688 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6689 to_remove_hw_breakpoint fields of the target operations struct.
6690 Add observe for the thread_exit event.
6691
6692 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6693
6694 * i386-linux-nat.c (regmap): Removed.
6695 (fetch_register): Replace regmap with
6696 i386_linux_gregset_reg_offset.
6697 (store_register): Likewise.
6698 (supply_gregset): Likewise.
6699 (fill_gregset): Likewise.
6700
6701 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6702 global.
6703
6704 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6705
6706 2010-04-22 Chris Moller <cmoller@redhat.com>
6707
6708 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6709 method of popping recursion-detection stack with a method based on
6710 obstack_object_size(). (Similar to the PR9167 patch below, but for
6711 the static array obstack rather than the static member obstack.)
6712
6713 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6714
6715 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6716 (_initialize_amd64_linux_nat): Replace
6717 amd64_linux_gregset64_reg_offset with
6718 amd64_linux_gregset_reg_offset.
6719
6720 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6721 global.
6722
6723 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6724
6725 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6726
6727 PR stabs/11479.
6728 * stabsread.c (set_length_in_type_chain): New function.
6729 (read_struct_type): Call set_length_in_type_chain function.
6730 (read_enum_type): Idem.
6731
6732 2010-04-21 Stan Shebs <stan@codesourcery.com>
6733 Nathan Sidwell <nathan@codesourcery.com>
6734
6735 * tracepoint.c (trace_save): Open in binary mode.
6736
6737 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6738
6739 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6740 fields.
6741 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6742 builtin_char32 fields.
6743 * printcmd.c (decode_format): Set char size to '\0'
6744 for strings unless explicit size is given.
6745 (print_formatted): Correct calculation of NEXT_ADDRESS
6746 for 16 or 32 bit strings.
6747 (do_examine): Do not force byte size for strings.
6748 Use builtin_char16 and builtin_char32 types to display
6749 16 or 32 bit-wide strings.
6750 (x_command): Set LAST_SIZE to 'b' for string type.
6751
6752 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
6753
6754 PR corefiles/11523
6755 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6756 XCR0 first.
6757
6758 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6759 there is no .reg-xstate section.
6760 (i386_linux_core_read_description): Check XCR0 first.
6761
6762 2010-04-21 Mike Frysinger <vapier@gentoo.org>
6763
6764 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6765 for len <= 8.
6766
6767 2010-04-21 Chris Moller <cmoller@redhat.com>
6768
6769 PR 9167
6770 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6771 method of popping recursion-detection stack with a method based on
6772 obstack_object_size().
6773
6774 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6775
6776 PR pascal/11492.
6777 * p-valprint.c (pascal_val_print): Fix default printing of integer
6778 arrays.
6779
6780 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6781
6782 Fix compilation warning on gcc-4.1.2.
6783 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6784 local variable`pc' to zero.
6785
6786 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6787
6788 Implement thread support with core files on alpha-tru64.
6789 * dec-thread.c (dec_thread_find_new_threads): New function,
6790 extracted from resync_thread_list.
6791 (resync_thread_list): Add OPS parameter. Replace extracted-out
6792 code by call to dec_thread_find_new_threads.
6793 (dec_thread_wait): Update call to resync_thread_list.
6794 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6795
6796 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6797
6798 * ada-lang.c (value_pointer): New function.
6799 (make_array_descriptor): Call value_pointer to convert addresses to
6800 pointers.
6801
6802 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6803
6804 * rs6000-aix-tdep.c: #include exceptions.h.
6805 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6806 while reading the memory at ADDR, then ADDR cannot be a function
6807 descriptor.
6808
6809 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6810
6811 * ada-typeprint.c (ada_print_typedef): New function.
6812 * ada-lang.h (ada_print_typedef): Add declaration.
6813 * ada-lang.c (ada_language_defn): set la_print_typdef field
6814 to ada_print_typedef.
6815
6816 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6817
6818 * procfs.c (procfs_address_to_host_pointer): Only define when used.
6819
6820 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6821
6822 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6823 (iterate_over_mappings): Adjust function profile. Add declaration.
6824 (insert_dbx_link_bpt_in_region, info_mappings_callback):
6825 Adjust accordingly.
6826
6827 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6828
6829 * procfs.c (solib_mappings_callback): Move function up to avoid
6830 a compiler warning.
6831
6832 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6833
6834 * procfs.c (find_signalled_thread, find_stop_signal): Move
6835 these functions down to define them only when used.
6836
6837 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6838
6839 * valprint.c (common_val_print): Fix the value before extracting
6840 its contents.
6841 * ada-lang.c (ada_to_fixed_value): Make this function extern.
6842 * ada-lang.h (ada_to_fixed_value): New function declaration.
6843 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6844 to avoid code duplication and fix a bug in the handling of
6845 fixed types contents.
6846
6847 2010-04-20 Tom Tromey <tromey@redhat.com>
6848
6849 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6850 (read_partial_die): Likewise.
6851 (dwarf_attr_name): Likewise.
6852
6853 2010-04-20 Chris Moller <cmoller@redhat.com>
6854
6855 PR 10867
6856
6857 * cp-valprint.c (global): Adding new static array recursion
6858 detection obstack.
6859 (cp_print_value_fields, cp_print_static_field): Added new static
6860 array recursion detection code.
6861
6862 2010-04-20 Mark Kettenis <kettenis@gnu.org>
6863
6864 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6865 general-purpose register set should be 68 instead of 144.
6866 (i386_linux_sse_regset_sections): Likewise.
6867 (i386_linux_avx_regset_sections): Likewise.
6868
6869 2010-04-20 Stan Shebs <stan@codesourcery.com>
6870 Nathan Sidwell <nathan@codesourcery.com>
6871
6872 * dwarf2loc.c (struct axs_var_loc): New struct.
6873 (dwarf2_tracepoint_var_loc): New function.
6874 (dwarf2_tracepoint_var_access): New function.
6875 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6876 with DW_OP_piece.
6877 (locexpr_describe_location_piece): New function.
6878 (locexpr_describe_location_1): New function.
6879 (locexpr_describe_location): Call it, update signature.
6880 (loclist_describe_location): Rewrite to loop over locations,
6881 update signature.
6882 * symtab.h (struct symbol_computed_ops): Add address to
6883 describe_location arguments, return void.
6884 * printcmd.c (address_info): Get context PC, pass to computed
6885 location description.
6886 * tracepoint.c (scope_info): Ditto.
6887 * ax-gdb.c (trace_kludge): Export.
6888
6889 2010-04-20 Tom Tromey <tromey@redhat.com>
6890
6891 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6892 (struct dwarf2_cie) <segment_size>: New field.
6893 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6894 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6895 DW_FORM_exprloc.
6896 (read_attribute_value): Handle DW_FORM_flag_present,
6897 DW_FORM_sec_offset, DW_FORM_exprloc.
6898 (dump_die_shallow): Likewise.
6899 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6900 (dwarf2_const_value): Handle DW_FORM_exprloc.
6901 (attr_form_is_block): Likewise.
6902 (struct line_header) <maximum_ops_per_instruction>: New field.
6903 (dwarf_decode_line_header): Set new field.
6904 (dwarf_decode_lines): Handle new field.
6905
6906 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6907
6908 * f-exp.y: Add new production to recognize the `logical*8' type.
6909 (LOGICAL_S8_KEYWORD): New token.
6910 * f-lang.c (enum f_primitive_types)
6911 <f_primitive_type_logical_s8>: New field.
6912 (f_language_arch_info): Handling `logical*8' type.
6913 (build_fortran_types): Building `logical*8' type.
6914 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6915
6916 2010-04-19 Doug Evans <dje@google.com>
6917
6918 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6919 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6920 (pipe_close): Ditto.
6921
6922 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6923
6924 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6925
6926 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6927
6928 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6929 type to void function.
6930
6931 2010-04-19 Stan Shebs <stan@codesourcery.com>
6932 Vladimir Prus <vladimir@codesourcery.com>
6933
6934 * tracepoint.c (tfind_1): Add missing newline, report exit from
6935 tfind mode as such.
6936 * target.c (update_current_target): Make default
6937 to_trace_find return -1.
6938
6939 2010-04-19 Mike Frysinger <vapier@gentoo.org>
6940
6941 * objc-lang.c (find_methods): Move symname check up.
6942
6943 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6944
6945 * ada-lang.c (print_recreate_exception)
6946 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6947 not "catch unhandled".
6948
6949 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6950
6951 PR breakpoints/8554.
6952
6953 Implement `save-breakpoints'.
6954
6955 * breakpoint.c (save_cmdlist): New.
6956 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6957 to save_cmdlist.
6958 (print_recreate_catch_fork): New.
6959 (catch_fork_breakpoint_ops): Install it.
6960 (print_recreate_catch_vfork): New.
6961 (catch_vfork_breakpoint_ops): Install it.
6962 (print_recreate_catch_syscall): New.
6963 (catch_syscall_breakpoint_ops): Install it.
6964 (print_recreate_catch_exec): New.
6965 (catch_exec_breakpoint_ops): Install it.
6966 (print_recreate_exception_catchpoint): New.
6967 (gnu_v3_exception_catchpoint_ops): Install it.
6968 (save_breakpoints): New, based on tracepoint_save_command, but
6969 handle all breakpoint types.
6970 (save_breakpoints_command): New.
6971 (tracepoint_save_command): Rename to...
6972 (save_tracepoints_command): ... this, and reimplement using
6973 save_breakpoints.
6974 (save_command): New.
6975 (_initialize_breakpoints): Install the "save" command prefix.
6976 Install the "save breakpoints" command. Make "save-tracepoints" a
6977 deprecated alias for "save tracepoints".
6978 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6979 * ada-lang.c (print_recreate_exception): New.
6980 (print_recreate_catch_exception): New.
6981 (catch_exception_breakpoint_ops): Install it.
6982 (print_recreate_catch_exception_unhandled): New.
6983 (catch_exception_unhandled_breakpoint_ops): Install it.
6984 (print_recreate_catch_assert): New.
6985 (catch_assert_breakpoint_ops): Install it.
6986
6987 * NEWS: Mention the new `save breakpoints' command. Mention the
6988 new `save tracepoints' alias and that `save-tracepoints' is now
6989 deprecated.
6990
6991 2010-04-18 Pedro Alves <pedro@codesourcery.com>
6992
6993 PR tui/9217
6994
6995 * tui/tui-out.c: Include cli-out.h.
6996 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6997 (tui_begin, tui_end, tui_field_int, tui_field_skip)
6998 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6999 (tui_message, tui_wrap_hint, tui_flush): Delete forward
7000 declarations.
7001 (struct ui_out_data): Rename to...
7002 (struct tui_ui_out_data): ... this. Remove `stream' and
7003 `suppress_output' fields, and inherit cli_ui_out_data.
7004 (tui_out_data): New typedef.
7005 (tui_ui_out_impl): Don't initialize fields staticaly.
7006 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
7007 (tui_begin, tui_end): Delete.
7008 (tui_field_int): Adjust to delegate most work to the base type.
7009 (tui_field_skip): Delete.
7010 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
7011 delegate most work to the base type.
7012 (tui_spaces): Delete.
7013 (tui_text): Adjust to delegate most work to the base type.
7014 (tui_message): Delete.
7015 (tui_wrap_hint): Delete.
7016 (tui_flush): Delete.
7017 (out_field_fmt): Delete.
7018 (field_separator): Delete.
7019 (tui_out_new): Adjust to initialize the base type.
7020 (_initialize_tui_out): Initialize tui_ui_out_impl.
7021 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
7022 cli_ui_out_data.
7023 (cli_out_data): Adjust.
7024 (cli_ui_out_impl): Make extern.
7025 (cli_table_header, cli_field_int, cli_field_skip): Use
7026 uo_field_string instead of cli_field_string.
7027 (cli_redirect): Adjust to use cli_out_data.
7028 (cli_out_data_ctor): New.
7029 (cli_out_new): Use it.
7030 * cli-out.h (struct ui_file): Remove forward declaration.
7031 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
7032 (cli_ui_out_impl): Declare.
7033 (cli_out_data_ctor): Declare.
7034 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
7035 (uo_field_string): No longer static.
7036 (ui_out_data): Change return type to void pointer.
7037 (ui_out_new): Change `data' parameter type to void pointer.
7038 * ui-out.h (struct ui_out_data): Don't forward declare.
7039 (ui_out_data): Change return type to void pointer.
7040 (ui_out_new): Change `data' parameter type to void pointer.
7041 (uo_field_string): Declare.
7042
7043 2010-04-17 Pedro Alves <pedro@codesourcery.com>
7044
7045 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
7046 instead of always false.
7047
7048 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
7049
7050 PR corefiles/11511
7051 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
7052 orig_rax.
7053
7054 2010-04-17 Pedro Alves <pedro@codesourcery.com>
7055
7056 * breakpoint.c (watchpoints_triggered): Use
7057 is_hardware_watchpoint.
7058 (watchpoints_triggered): Ditto.
7059 (bpstat_check_location): Use is_watchpoint and
7060 is_hardware_watchpoint.
7061 (bpstat_check_watchpoint): Use is_watchpoint and
7062 is_hardware_watchpoint.
7063 (bpstat_stop_status): Fix comment.
7064 (user_settable_breakpoint): Use is_watchpoint.
7065 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
7066 (disable_watchpoints_before_interactive_call_start): Use
7067 is_watchpoint.
7068 (enable_watchpoints_after_interactive_call_stop): Use
7069 is_watchpoint.
7070 (clear_command): Use is_watchpoint.
7071 (do_enable_breakpoint): Use is_watchpoint.
7072
7073 2010-04-16 Mike Frysinger <vapier@gentoo.org>
7074
7075 * solib-frv.c (enable_break1_done): Delete.
7076 (enable_break2): Do not check enable_break1_done. Move the
7077 enable_break2_done setting and call to
7078 remove_solib_event_breakpoints() to the end. Return without
7079 warning when the contents of _dl_debug_addr are 0.
7080 (enable_break): Do not set enable_break1_done.
7081 (frv_clear_solib): Likewise.
7082
7083 2010-04-16 Kevin Buettner <kevinb@redhat.com>
7084
7085 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
7086 instead of an error if no PLT entry is found. Return a
7087 potentially useful result.
7088 (m32c_m16c_pointer_to_address): Add code to search for function
7089 address when no .plt entry is found.
7090
7091 2010-04-16 Stan Shebs <stan@codesourcery.com>
7092
7093 * tracepoint.c (trace_variable_command): Run a cleanup.
7094
7095 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7096
7097 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
7098
7099 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7100
7101 Support for Windows OS Thread Information Block.
7102 * NEWS: Document new feature.
7103 * remote.c (PACKET_qGetTIBAddr): New enum element.
7104 (remote_get_tib_address): New function.
7105 (init_remote_ops): Set to_get_tib_address field
7106 to remote_get_tib_address.
7107 (_initialize_remote): Add add_packet_config_cmd
7108 for PACKET_qGetTIBAddr.
7109 * target.c (update_current_target): Set default value for
7110 new to_get_tib_address field.
7111 * target.h (target_ops): New field to_get_tib_address.
7112 (target_get_tib_address): New macro.
7113 * windows-nat.c (thread_info): Add thread_local_base field.
7114 (windows_add_thread): Add tlb argument of type 'void *'.
7115 (fake_create_process): Adapt windows_add_thread call.
7116 (get_windows_debug_event): Idem.
7117 (windows_get_tib_address): New function.
7118 (init_windows_ops): Set to_get_tib_address field
7119 to remote_get_tib_address.
7120 (_initialize_windows_nat): Replace info_w32_cmdlist
7121 initialization by a call to init_w32_command_list.
7122 (info_w32_command, info_w32_cmdlist): Removed from here...
7123 to windows-tdep.c file.
7124 * windows-tdep.h (info_w32_cmdlist): Declare.
7125 (init_w32_command_list): New external function
7126 declaration.
7127 * windows-tdep.c: Add several headers.
7128 (info_w32_cmdlist): to here, made global.
7129 (thread_information_32): New struct.
7130 (thread_information_64): New struct.
7131 (TIB_NAME): New char array.
7132 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
7133 (maint_display_all_tib): New static variable.
7134 (windows_get_tlb_type): New function.
7135 (tlb_value_read, tlb_value_write): New functions.
7136 (tlb_value_funcs): New static struct.
7137 (tlb_make_value): New function.
7138 (display_one_tib): New function.
7139 (display_tib): New function.
7140 (show_maint_show_all_tib):New function.
7141 (info_w32_command): Moved from windows-nat.c.
7142 (init_w32_command_list): New function.
7143 (_initialize_windows_tdep): New function.
7144 New "maint set/show show-all-tib" command
7145 New "$_tlb" internal variable.
7146
7147 2010-04-16 Joel Brobecker <brobecker@adacore.com>
7148
7149 * tui/tui-regs.c (tui_display_register): Add comment about
7150 a couple of casts.
7151 * tui/tui-stack.c (tui_show_locator_content): Ditto.
7152
7153 2010-04-15 Stan Shebs <stan@codesourcery.com>
7154
7155 * frame.c: Include tracepoint.h.
7156 (get_current_frame): Allow a trace frame to be an alternate source
7157 of stack frame data.
7158 * tracepoint.c (tfind_1): Don't try to get current stack frame if
7159 it won't succeed.
7160
7161 2010-04-15 Pedro Alves <pedro@codesourcery.com>
7162
7163 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
7164 flags.
7165 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
7166
7167 2010-04-15 Doug Evans <dje@google.com>
7168
7169 * NEWS: Add entry for python program space support.
7170 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
7171 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
7172 (py-progspace.o): New rule.
7173 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
7174 function.
7175 (find_pretty_printer_from_progspace): New function.
7176 (find_pretty_printer_from_gdb): New function.
7177 (find_pretty_printer): Rewrite.
7178 * python/py-progspace.c: New file.
7179 * python/python-internal.h (program_space): Add forward decl.
7180 (pspace_to_pspace_object, pspy_get_printers): Declare.
7181 (gdbpy_initialize_pspace): Declare.
7182 * python/python.c: #include "progspace.h".
7183 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
7184 (_initialize_python): Call gdbpy_initialize_pspace.
7185 (GdbMethods): Add current_progspace, progspaces.
7186
7187 Add -s option to source command.
7188 * NEWS: Document new option.
7189 * cli/cli-cmds.c (find_and_open_script): Add function comment.
7190 Delete from_tty and cleanupp args. Split filep arg into file and
7191 full_pathp. New arg search_path.
7192 (source_script_from_stream): New function.
7193 (source_script_with_search): New function.
7194 (source_script): Rewrite.
7195 (source_command): Parse "-s" option.
7196 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
7197 * python/python.c (source_python_script): Make file arg a const char *.
7198 Don't call fclose, leave for caller.
7199 * python/python.h (source_python_script): Update.
7200
7201 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7202 Pedro Alves <pedro@codesourcery.com>
7203
7204 Avoid rereading shared libraries that haven't changed.
7205
7206 * solib.c (free_so_symbols): New function, from ...
7207 (free_so): ... here. Call it.
7208 (solib_read_symbols): Don't warn here if symbols have already been
7209 loaded.
7210 (solib_add): Warn here instead, if a pattern was specified.
7211 (reload_shared_libraries_1): New.
7212 (reload_shared_libraries): Rewrite to not fetch the library list.
7213
7214 2010-04-14 Doug Evans <dje@google.com>
7215
7216 * source.c (openp): Strip DOS drive letter if present before
7217 concatenating string to search path.
7218
7219 2010-04-14 Pedro Alves <pedro@codesourcery.com>
7220
7221 * objfiles.h (gdb_bfd_close_or_warn): Declare.
7222 * objfiles.c (gdb_bfd_close_or_warn): New.
7223 * corelow.c: Include objfiles.h
7224 (core_close): Use gdb_bfd_close_or_warn.
7225 * elfread.c (build_id_verify): Ditto.
7226 * exec.c (exec_close, exec_close_1): Ditto.
7227
7228 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7229 Pedro Alves <pedro@codesourcery.com>
7230
7231 Group errors for many missing shared libraries.
7232
7233 * solist.h (struct so_list): Remove from_tty.
7234 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
7235 (solib_map_sections): Take so_list argument. Return 0 if we
7236 failed to open a BFD. Add target sections here.
7237 (symbol_add_stub): Delete.
7238 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
7239 not from_tty copied from the so_list. Don't warn a second time
7240 for a missing library.
7241 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
7242 add to the section table here. Print out a single warning for all
7243 missing libraries.
7244 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
7245 flags.
7246
7247 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
7248
7249 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
7250 error/warning messages. Capitalize and use complete sentences.
7251 (blpy_block_syms_iternext): Likewise.
7252 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
7253 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
7254 (frame_info_to_frame_object, frapy_read_var)
7255 (gdbpy_frame_stop_reason_string): Likewise.
7256 * python/py-lazy-string.c (stpy_convert_to_value)
7257 (gdbpy_create_lazy_string_object): Likewise.
7258 * python/py-objfile.c (objfpy_set_printers): Likewise.
7259 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
7260 * python/python.c (parameter_to_python): Likewise.
7261 * python/py-type.c (typy_range, typy_target): Likewise.
7262 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
7263 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
7264
7265
7266 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
7267
7268 PR python/11381
7269
7270 * python/py-prettyprint.c (pretty_print_one_value): Test for
7271 Py_None.
7272 (print_string_repr): Test for Py_None. Set flags accordingly.
7273 Return value depending on return type.
7274 (print_children): Take a value indicating whether data was printed
7275 before this function was called. Alter output accordingly.
7276 (apply_val_pretty_printer): Capture return value from
7277 print_string_repr and pass to print_children.
7278
7279 2010-04-13 Mark Kettenis <kettenis@gnu.org>
7280
7281 PR corefiles/11481
7282 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
7283 register note sections.
7284 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
7285 New variables.
7286 (i386_linux_init_abi): Install list of supported register note
7287 sections that matches the target description.
7288
7289 2010-04-13 Pedro Alves <pedro@codesourcery.com>
7290
7291 * remote.c (remote_get_noisy_reply): Don't error out on empty
7292 replies.
7293 (remote_start_remote): Update and merge tracepoints and trace
7294 state variables as long as the target supports tracepoints.
7295 (remote_trace_init): Fix prototype.
7296 (remote_download_trace_state_variable): Validate reply.
7297 (remote_trace_set_readonly_regions): Fix prototype.
7298 (remote_trace_start): Fix prototype. Check for empty reply.
7299 (remote_get_trace_status): Small cleanup.
7300 (remote_trace_stop): Fix prototype. Check for empty reply.
7301 (remote_trace_find): Check for empty reply.
7302 (remote_save_trace_data): Validate reply.
7303 (remote_set_disconnected_tracing): Check for empty reply, and
7304 validate reply.
7305 (remote_set_circular_trace_buffer): Ditto.
7306
7307 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
7308
7309 Suppress unused value warning during compilation.
7310 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
7311 calls to void.
7312 * tui/tui-stack.c (tui_show_locator_content): Likewise.
7313
7314 2010-04-12 Stan Shebs <stan@codesourcery.com>
7315
7316 * tracepoint.c (tfile_xfer_partial): Check read result.
7317
7318 2010-04-12 Mike Frysinger <vapier@gentoo.org>
7319
7320 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
7321 * remote-sim.c (gdbsim_files_info): Likewise.
7322
7323 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7324
7325 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
7326 * arm-linux-nat.c (arm_linux_vfp_register_count): New
7327 variable.
7328 (fetch_vfp_registers): New function to fetch VFP registers.
7329 (store_vfp_registers): New function to store VFP registers.
7330 (arm_linux_fetch_inferior_registers): Add support for VFP
7331 registers.
7332 (arm_linux_store_inferior_registers): Likewise.
7333 (arm_linux_read_description): Likewise.
7334 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
7335 until we need it.
7336
7337 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
7338
7339 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
7340 tdep.
7341 (amd64_collect_xstateregset): Likewise.
7342
7343 2010-04-09 Stan Shebs <stan@codesourcery.com>
7344
7345 * tracepoint.c (trace_status_mi): Report frames created.
7346
7347 * tracepoint.c (trace_dump_command): Include default-collect
7348 expressions.
7349
7350 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
7351
7352 * symtab.c (find_function_start_sal): Never return SAL pointing
7353 before function start address, even if line info is missing.
7354
7355 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7356
7357 * NEWS: Mention tracepoints support.
7358
7359 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7360
7361 * tracepoint.c (trace_status_mi): Report disconnected tracing and
7362 circular trace buffer statuses.
7363
7364 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7365
7366 * config/djgpp/fnchange.lst: Fix typo in translations for
7367 symbol-without-target_section.exp and symbol-without-target_section.c.
7368
7369 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7370
7371 * breakpoint.c (condition_command): Pass condition expression to
7372 set_breakpoint_condition stripped from breakpoint number.
7373
7374 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
7375 Thiago Jung Bauermann <bauerman@br.ibm.com>
7376 Tom Tromey <tromey@redhat.com>
7377
7378 * breakpoint.c (condition_command): Simplify. Move condition
7379 setting code to ...
7380 (set_breakpoint_condition): ... here. New function.
7381 * breakpoint.h (set_breakpoint_condition): Declare.
7382 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
7383 (SUBDIR_PYTHON_SRCS): Likewise.
7384 (py-breakpoint.o): New rule.
7385 * python/py-breakpoint.c: New file.
7386 * python/python-internal.h (gdbpy_breakpoints)
7387 (gdbpy_initialize_breakpoints): Declare.
7388 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
7389
7390 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7391
7392 * regformats/regdat.sh: Include server.h. Don't include
7393 regcache.h.
7394
7395 2010-04-08 Stan Shebs <stan@codesourcery.com>
7396 Pedro Alves <pedro@codesourcery.com>
7397
7398 * tracepoint.h (struct trace_status): New fields disconnected_tracing
7399 and circular_buffer.
7400 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
7401 * tracepoint.c (trace_status_command): Display target's status for
7402 disconnected tracing and circular buffer.
7403 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
7404 query for non-disconnected-tracing case, remove the stop_tracing
7405 call.
7406 (tfile_open): Clear disconnected and circular buffer status.
7407 (trace_save): Save disconnected and circular buffer status.
7408 (parse_trace_status): Parse disconnected and circular buffer status,
7409 also recognize disconnected as a stop reason.
7410 * remote.c (remote_set_disconnected_tracing): Only set
7411 QTDisconnected if the remote end supports disconnected tracing.
7412 Warn otherwise, if trying to enable disconnected tracing.
7413 * infcmd.c (detach_command): Update disconnect_tracing call.
7414 * cli/cli-cmds.c (quit_command): Ditto.
7415
7416 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7417
7418 * i387-tdep.c (i387_collect_xsave): Replace abort with
7419 internal_error.
7420
7421 2010-04-08 Stan Shebs <stan@codesourcery.com>
7422
7423 * breakpoint.c (default_collect_info): New function.
7424 (breakpoints_info): Call it.
7425 (maintenance_info_breakpoints): Ditto.
7426 (tracepoints_info): Ditto.
7427
7428 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7429
7430 * i387-tdep.c (i387_collect_xsave): Re-indent.
7431
7432 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7433
7434 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
7435 if HAVE_PTRACE_GETFPXREGS is defined.
7436 (i386_linux_read_description): Set have_ptrace_getfpxregs and
7437 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
7438
7439 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
7440 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
7441 if .reg-xfp section doesn't exist.
7442 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
7443
7444 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
7445
7446 * i386-tdep.c: Include "features/i386/i386-mmx.c".
7447 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
7448 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
7449 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
7450 (i386_gdbarch_init): Update comments.
7451 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
7452
7453 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
7454
7455 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
7456
7457 * features/Makefile (i386/i386-mmx-expedite): New.
7458 (i386/i386-mmx-linux-expedite): Likewise.
7459 ($(outdir)/i386/i386-mmx.dat): Likewise.
7460 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
7461
7462 * features/i386/i386-mmx-linux.c: New.
7463 * features/i386/i386-mmx-linux.xml: Likewise.
7464 * features/i386/i386-mmx.c: Likewise.
7465 * features/i386/i386-mmx.xml: Likewise.
7466 * regformats/i386/i386-mmx-linux.dat: Likewise.
7467 * regformats/i386/i386-mmx.dat: Likewise.
7468
7469 * features/Makefile (WHICH): Add i386/i386-mmx and
7470 i386/i386-mmx-linux.
7471
7472 2010-04-08 Doug Evans <dje@google.com>
7473
7474 * source.c (openp): Skip $cdir in PATH.
7475
7476 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
7477
7478 PR python/11417
7479 * python/py-lazy-string.c (stpy_convert_to_value): Check for
7480 a NULL address.
7481 (gdbpy_create_lazy_string_object): Allow strings with a NULL
7482 address and a zero length.
7483
7484 2010-04-08 Hui Zhu <teawater@gmail.com>
7485
7486 * i386-tdep.c (i386_process_record): Add support for insn
7487 rdtsc.
7488
7489 2010-04-07 Doug Evans <dje@google.com>
7490
7491 * python/python.c (source_python_script): Use ensure_python_env
7492 to prepare environment for script.
7493
7494 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7495
7496 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
7497 <sys/uio.h> and "i386-xstate.h".
7498 (PTRACE_GETREGSET): New.
7499 (PTRACE_SETREGSET): Likewise.
7500 (have_ptrace_getregset): Likewise.
7501 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
7502 registers.
7503 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
7504 registers.
7505 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
7506 (amd64_linux_store_inferior_registers): Likewise.
7507 (amd64_linux_read_description): Check and enable AVX target
7508 descriptions.
7509
7510 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
7511 and "features/i386/amd64-avx-linux.c".
7512 (amd64_linux_regset_sections): New.
7513 (amd64_linux_core_read_description): Check and enable AVX
7514 target description.
7515 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
7516 set_gdbarch_core_regset_sections.
7517 (_initialize_amd64_linux_tdep): Call
7518 initialize_tdesc_amd64_avx_linux.
7519
7520 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
7521 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
7522 (tdesc_amd64_avx_linux): New.
7523 (amd64_linux_update_xstateregset): Likewise.
7524
7525 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
7526 (amd64_ymm_names): New.
7527 (amd64_ymmh_names): Likewise.
7528 (amd64_register_name): Likewise.
7529 (amd64_supply_xstateregset): Likewise.
7530 (amd64_collect_xstateregset): Likewise.
7531 (amd64_supply_xsave): Likewise.
7532 (amd64_collect_xsave): Likewise.
7533 (AMD64_NUM_REGS): Removed.
7534 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
7535 %xmmN if AVX is available.
7536 (amd64_pseudo_register_name): Support pseudo YMM registers.
7537 (amd64_regset_from_core_section): Support .reg-xstate section.
7538 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7539 and ymm0h_regnum. Call set_gdbarch_register_name.
7540 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7541
7542 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7543 AMD64_YMM15H_REGNUM.
7544 (AMD64_NUM_REGS): New.
7545 (amd64_supply_xsave): Likewise.
7546 (amd64_collect_xsave): Likewise.
7547 (amd64_register_name): Removed.
7548 (amd64_register_type): Likewise.
7549
7550 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7551
7552 * i387-tdep.c: Include "i386-xstate.h".
7553 (XSAVE_XSTATE_BV_ADDR): New.
7554 (xsave_avxh_offset): Likewise.
7555 (XSAVE_AVXH_ADDR): Likewise.
7556 (i387_supply_xsave): Likewise.
7557 (i387_collect_xsave): Likewise.
7558
7559 * i387-tdep.h (I387_NUM_YMM_REGS): New.
7560 (I387_YMM0H_REGNUM): Likewise.
7561 (I387_YMMENDH_REGNUM): Likewise.
7562 (i387_supply_xsave): Likewise.
7563 (i387_collect_xsave): Likewise.
7564
7565 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7566
7567 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7568 <sys/uio.h> and "i386-xstate.h".
7569 (PTRACE_GETREGSET): New.
7570 (PTRACE_SETREGSET): Likewise.
7571 (fetch_xstateregs): Likewise.
7572 (store_xstateregs): Likewise.
7573 (GETXSTATEREGS_SUPPLIES): Likewise.
7574 (regmap): Include 8 upper YMM registers.
7575 (i386_linux_fetch_inferior_registers): Support XSAVE extended
7576 state.
7577 (i386_linux_store_inferior_registers): Likewise.
7578 (i386_linux_read_description): Check and enable AVX target
7579 descriptions.
7580
7581 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7582 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7583 (i386_linux_regset_sections): Add ".reg-xstate".
7584 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7585 (i386_linux_core_read_xcr0): New.
7586 (i386_linux_core_read_description): Check and enable AVX target
7587 description.
7588 (i386_linux_init_abi): Set xsave_xcr0_offset.
7589 (_initialize_i386_linux_tdep): Call
7590 initialize_tdesc_i386_avx_linux.
7591
7592 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7593 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7594 (i386_linux_core_read_xcr0): New.
7595 (tdesc_i386_avx_linux): Likewise.
7596 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7597
7598 * i386-tdep.c: Include "i386-xstate.h" and
7599 "features/i386/i386-avx.c".
7600 (i386_ymm_names): New.
7601 (i386_ymmh_names): Likewise.
7602 (i386_ymmh_regnum_p): Likewise.
7603 (i386_ymm_regnum_p): Likewise.
7604 (i386_xmm_regnum_p): Likewise.
7605 (i386_register_name): Likewise.
7606 (i386_ymm_type): Likewise.
7607 (i386_supply_xstateregset): Likewise.
7608 (i386_collect_xstateregset): Likewise.
7609 (i386_sse_regnum_p): Removed.
7610 (i386_pseudo_register_name): Support pseudo YMM registers.
7611 (i386_pseudo_register_type): Likewise.
7612 (i386_pseudo_register_read): Likewise.
7613 (i386_pseudo_register_write): Likewise.
7614 (i386_dbx_reg_to_regnum): Return %ymmN register number for
7615 %xmmN if AVX is available.
7616 (i386_regset_from_core_section): Support .reg-xstate section.
7617 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7618 (i386_process_record): Replace i386_sse_regnum_p with
7619 i386_xmm_regnum_p.
7620 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7621 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7622 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
7623 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
7624 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
7625 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7626 Set ymm0_regnum.
7627 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7628
7629 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7630 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7631 i386_ymm_type.
7632 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7633 (I386_AVX_NUM_REGS): New.
7634 (i386_xmm_regnum_p): Likewise.
7635 (i386_ymm_regnum_p): Likewise.
7636 (i386_ymmh_regnum_p): Likewise.
7637
7638 * common/i386-xstate.h: New.
7639
7640 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7641
7642 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7643
7644 * features/Makefile (WHICH): Add i386/i386-avx,
7645 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7646 (i386/i386-avx-expedite): New.
7647 (i386/i386-avx-linux-expedite): Likewise.
7648 (i386/x86-64-avx-expedite):Likewise.
7649 (i386/x86-64-avx-linux-expedite): Likewise.
7650 ($(outdir)/i386/i386-avx.dat): New dependency.
7651 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7652 ($(outdir)/i386/x86-avx-64.dat): Likewise.
7653 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7654
7655 * features/i386/32bit-avx.xml: New.
7656 * features/i386/64bit-avx.xml: Likewise.
7657 * features/i386/i386-avx-linux.c: Likewise.
7658 * features/i386/i386-avx-linux.xml: Likewise.
7659 * features/i386/i386-avx.c: Likewise.
7660 * features/i386/i386-avx.xml: Likewise.
7661 * features/i386/x86-64-avx-linux.c: Likewise.
7662 * features/i386/x86-64-avx-linux.xml: Likewise.
7663 * features/i386/x86-64-avx.c: Likewise.
7664 * features/i386/x86-64-avx.xml: Likewise.
7665 * regformats/i386/i386-avx-linux.dat: Likewise.
7666 * regformats/i386/i386-avx.dat: Likewise.
7667 * regformats/i386/x86-64-avx-linux.dat: Likewise.
7668 * regformats/i386/x86-64-avx.dat: Likewise.
7669
7670 2010-04-07 Doug Evans <dje@google.com>
7671
7672 * top.c (source_file_name): Make const char *.
7673 * top.h (source_file_name): Update.
7674 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7675 const char *.
7676 (script_from_file): Change `file' arg to const char *.
7677 * cli/cli-script.h (script_from_file): Update.
7678
7679 2010-04-06 Doug Evans <dje@google.com>
7680
7681 * cli/cli-cmds.c (source_command): Run cleanups.
7682
7683 2010-04-06 Stan Shebs <stan@codesourcery.com>
7684
7685 * defs.h (char_ptr): Move typedef here from...
7686 * ada-lang.c (char_ptr): Remove.
7687 * charset.c (char_ptr): Remove.
7688 * tracepoint.h (struct uploaded_string): Remove.
7689 (struct uploaded_tp): Use vectors for string arrays.
7690 * tracepoint.c (trace_save): Use vectors of actions.
7691 (parse_tracepoint_definition): Ditto.
7692 (get_uploaded_tp): Clear vectors.
7693 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7694 (next_cmd): Change to an int.
7695 (read_next_cmd): Use vector of command strings.
7696
7697 2010-04-06 Doug Evans <dje@google.com>
7698
7699 * top.h (source_script, cd_command): Delete.
7700 * main.c: #include "cli/cli-cmds.h"
7701
7702 2010-04-06 Kevin Buettner <kevinb@redhat.com>
7703
7704 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7705 type in bytes, not bits.
7706
7707 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7708
7709 * stabsread.c (define_symbol): Add support for char
7710 and string constants.
7711
7712 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7713
7714 Remove remaining "%ll" uses.
7715 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7716 hex_string call.
7717 * rs6000-nat.c (rs6000_ptrace64): Idem.
7718 * solib-pa64.c (pa64_current_sos): Idem.
7719 * solib-spu.c (spu_current_sos): Idem.
7720 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7721 plongest call.
7722 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7723 phex (VAR, 8) call.
7724 * sh64-tdep.c (sh64_show_media_regs): Idem.
7725
7726 2010-04-05 Stan Shebs <stan@codesourcery.com>
7727
7728 * tracepoint.c: Include gdbcore.h.
7729 (tfile_xfer_partial): Return partial results, also try reading
7730 from executable.
7731 (tfile_has_all_memory): New function.
7732 (init_tfile_ops): Use it.
7733
7734 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7735
7736 PR gdb/10736:
7737 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7738 the changes in data-directory.
7739 (init_sysinfo): Reload the syscall XML file if the data-directory
7740 has changed.
7741
7742 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7743
7744 Code cleanup.
7745 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7746
7747 2010-04-04 Stan Shebs <stan@codesourcery.com>
7748 Nathan Sidwell <nathan@codesourcery.com>
7749
7750 * breakpoint.c (breakpoint_1): Add filter argument, return number of
7751 breakpoints printed.
7752 (is_hardware_watchpoint): Make argument const.
7753 (is_watchpoint): Ditto.
7754 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7755 use it everywhere.
7756 (breakpoints_info): Pass NULL to breakpoint_1.
7757 (maintenance_info_breakpoints): Ditto.
7758 (watchpoints_info): New function.
7759 (tracepoints_info): Use breakpoint_1 filter.
7760 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7761 (_initialize_breakpoint): Make "info watchpoints" its own command.
7762 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7763 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7764
7765 2010-04-04 Stan Shebs <stan@codesourcery.com>
7766
7767 * tracepoint.c (tfile_fetch_registers): Add fallback case.
7768
7769 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7770
7771 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7772 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7773
7774 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7775
7776 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7777 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7778
7779 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7780
7781 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7782 code form.
7783
7784 2010-04-02 Hui Zhu <teawater@gmail.com>
7785
7786 * i386-tdep.c (OT_DQUAD): New enum.
7787 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7788 SSE3, SSSE3 and SSE4.
7789
7790 2010-04-02 Hui Zhu <teawater@gmail.com>
7791
7792 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7793 "*addr = 0".
7794
7795 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7796
7797 * tracepoint.c (trace_dump_actions): New, factored out from
7798 trace_dump_command, and adjusted to recurse into while-stepping's
7799 action list.
7800 (trace_dump_command): Use it.
7801
7802 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7803
7804 * breakpoint.h (struct counted_command_line): Moved definition to
7805 breakpoint.c, and forward declare.
7806 (breakpoint_commands): Declare.
7807 * breakpoint.c (struct counted_command_line): Moved here.
7808 (breakpoint_commands): New.
7809 * tracepoint.c (encode_actions): Use breakpoint_commands.
7810 * remote.c (remote_download_tracepoint): Ditto.
7811
7812 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7813
7814 * remote.c (remote_parse_stop_reply): Use hex_string instead
7815 of phex_nz for error.
7816
7817 2010-04-01 Stan Shebs <stan@codesourcery.com>
7818 Nathan Sidwell <nathan@codesourcery.com>
7819
7820 * tracepoint.h (enum actionline_type): Remove.
7821 (validate_actionline): Change return to void.
7822 * tracepoint.c (report_agent_reqs_errors): New function.
7823 (validate_actionline): Call it, change return to void, report errors
7824 more consistently.
7825 (collect_symbol): Call report_agent_reqs_errors.
7826 (encode_actions_1): Ditto.
7827 (encode_actions): Don't expect a result from validate_actionline.
7828
7829 2010-04-01 Stan Shebs <stan@codesourcery.com>
7830
7831 * tracepoint.c (trace_start_command): Confirm if trace is running.
7832 (trace_stop_command): Error if trace not running.
7833
7834 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7835
7836 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7837 (AMD64_NUM_LOWER_BYTE_REGS): New.
7838 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7839 (amd64_pseudo_register_write): Likewise.
7840 (amd64_init_abi): Set num_byte_regs to 20.
7841
7842 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7843
7844 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7845 (prev_breakpoint_count): New.
7846 (set_breakpoint_count): Adjust.
7847 (rbreak_start_breakpoint_count): New.
7848 (start_rbreak_breakpoints): Adjust.
7849 (end_rbreak_breakpoints): Adjust.
7850 (struct commands_info) <arg>: New field.
7851 (do_map_commands_command): Tweak output to include breakpoint spec
7852 range.
7853 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
7854 ARG was empty on entry. Set INFO's arg.
7855 (create_breakpoint): Adjust.
7856
7857 * NEWS: Clarify `commands' changes.
7858
7859 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7860
7861 * tracepoint.c: Include stack.h.
7862 (struct add_local_symbols_data): New.
7863 (do_collect_symbol): New.
7864 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7865 iterate_over_block_local_vars.
7866 * stack.c (print_block_frame_locals): Rewrite as ...
7867 (iterate_over_block_locals): ... this. Take a callback function
7868 pointer and generic data pointer, and call that instead of
7869 print_variable_and_value.
7870 (struct print_variable_and_value_data): New.
7871 (do_print_variable_and_value): New.
7872 (iterate_over_block_local_vars): New, abstracted out from
7873 print_frame_local_vars.
7874 (print_frame_local_vars): Rewrite using
7875 iterate_over_block_local_vars.
7876 (iterate_over_block_arg_vars): New, abstracted out from
7877 print_frame_arg_vars.
7878 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7879 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7880 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7881
7882 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
7883
7884 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7885 instructions. Use the PC+4 if the base of the TBB or TBH is the
7886 PC register.
7887
7888 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7889
7890 Fix crash on reading wrong function declaration DWARF.
7891 * dwarf2read.c (read_subroutine_type): New variable void_type.
7892 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
7893 more close to their use.
7894
7895 2010-03-31 Stan Shebs <stan@codesourcery.com>
7896
7897 * breakpoint.c (tracepoint_save_command): Include variables,
7898 conditionals, tracepoint types, and default-collect.
7899 * tracepoint.c (save_trace_state_variables): New function.
7900 * tracepoint.h (save_trace_state_variables): Declare it.
7901
7902 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
7903
7904 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7905
7906 2010-03-30 Keith Seitz <keiths@redhat.com>
7907
7908 * c-typeprint.c (c_type_print_args): Don't print "void"
7909 for java, regardless of whether it is TYPE_PROTOTYPED.
7910 Use the passed-in language instead of current_language.
7911 (c_type_print_varspec_suffix): Use current_language instead
7912 of assuming language_c.
7913 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7914 any return type specifier from the physname.
7915
7916 2010-03-30 Pedro Alves <pedro@codesourcery.com>
7917
7918 * tui/tui-interp.c (tui_is_toplevel): New.
7919 (tui_init): Set it.
7920 (tui_allowed_p): New.
7921 * tui/tui.c (tui_enable): Check if the TUI is allowed before
7922 enabling it.
7923 * tui/tui.h (tui_allowed_p): Declare.
7924
7925 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
7926
7927 * serial.h: Include winsock2.h before windows.h.
7928
7929 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
7930
7931 * NEWS: Mention xmlRegisters= in qSupported packet.
7932
7933 * i386-tdep.c: Include "remote.h".
7934 (_initialize_i386_tdep): Call register_remote_support_xml.
7935
7936 * remote.c (remote_support_xml): New.
7937 (register_remote_support_xml): Likewise.
7938 (remote_query_supported_append): Likewise.
7939 (remote_query_supported): Support remote_support_xml.
7940
7941 * remote.h (register_remote_support_xml): New.
7942
7943 2010-03-29 Stan Shebs <stan@codesourcery.com>
7944
7945 * tracepoint.c (trace_find_line_command): Remove dead code.
7946
7947 * tracepoint.h (struct uploaded_string): New struct.
7948 (struct uploaded_tp): New fields for source strings.
7949 * breakpoint.c (this_utp, next_cmd): New globals.
7950 (read_uploaded_action): New function.
7951 (create_tracepoint_from_upload): Fill in more parts
7952 of a tracepoint.
7953 * tracepoint.c (encode_source_string): New function.
7954 (trace_save): Write out source strings, fix error checks.
7955 (parse_tracepoint_definition): Add source string parsing.
7956 * remote.c (PACKET_TracepointSource): New packet type.
7957 (remote_download_command_source): New function.
7958 (remote_download_tracepoint): Download source pieces also.
7959 (_initialize_remote): Add packet config command.
7960
7961 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7962 expression handler.
7963
7964 * tracepoint.c (start_tracing): Check tracepoints before sending
7965 commands to target, don't start if all tracepoints disabled.
7966
7967 2010-03-28 Pedro Alves <pedro@codesourcery.com>
7968
7969 * cli/cli-script.c (process_next_line): Handle 'stepping'.
7970
7971 2010-03-26 Stan Shebs <stan@codesourcery.com>
7972
7973 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7974
7975 2010-03-26 Tom Tromey <tromey@redhat.com>
7976
7977 * breakpoint.c (commands_command_1): Duplicate 'arg'.
7978
7979 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7980
7981 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7982 (skip_prologue_sal): Remove local definition.
7983 (resolve_sal_pc): Remove now unnecessary code.
7984 * linespec.c (minsym_found): Call skip_prologue_sal.
7985 * symtab.c (find_function_start_pc): Remove.
7986 (find_function_start_sal): Extract prologue skipping into ...
7987 (skip_prologue_sal): ... this new function. Handle code both
7988 with and without debug info. Respect SAL's explicit_pc and
7989 explicit_line flags. Inline old find_function_start_pc.
7990 * symtab.h (find_function_start_pc): Remove.
7991 (skip_prologue_sal): Add prototype.
7992
7993 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7994
7995 * dwarf2read.c (read_func_scope): Also scan specification DIEs
7996 for DW_TAG_imported_module children.
7997
7998 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7999
8000 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
8001 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
8002 * completer.c (add_struct_fields): Fix inverted logic.
8003
8004 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
8005
8006 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
8007
8008 2010-03-26 Pedro Alves <pedro@codesourcery.com>
8009
8010 * tracepoint.c (current_trace_status): Don't make sure error_desc
8011 is non-NULL here.
8012 (parse_trace_status): Release a previous error_desc string, and
8013 set it to NULL by default. If stop reason is tracepoint_error,
8014 make sure error_desc is not left NULL.
8015
8016 2010-03-26 Pedro Alves <pedro@codesourcery.com>
8017
8018 * tracepoint.c (trace_save): Remove X from tracepoint error
8019 description.
8020
8021 2010-03-26 Pedro Alves <pedro@codesourcery.com>
8022
8023 * tracepoint.c (parse_trace_status): Don't allow plain strings in
8024 the terror description. Don't expect an X prefix.
8025
8026 2010-03-25 Stan Shebs <stan@codesourcery.com>
8027
8028 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
8029 (struct trace_status): New field error_desc.
8030 * tracepoint.c (stop_reason_names): Add terror.
8031 (current_trace_status): Ensure non-NULL error description.
8032 (trace_status_command): Add error report.
8033 (trace_status_mi): Ditto.
8034 (trace_save): Add special case for error description.
8035 (parse_trace_status): Add case for errors.
8036
8037 2010-03-25 Keith Seitz <keiths@redhat.com>
8038
8039 * dwarf2read.c (read_subroutine_type): If the compilation unit
8040 language is Java, mark any formal parameter named "this" as
8041 artificial (GCC/43521).
8042 (dwarf2_name): Add special handling for Java constructors.
8043
8044 2010-03-25 Tom Tromey <tromey@redhat.com>
8045
8046 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
8047 * infrun.c (handle_inferior_event): Change initialization of
8048 stop_stack_dummy.
8049 (handle_inferior_event): Change assignment to stop_stack_dummy.
8050 (normal_stop): Update use of stop_stack_dummy.
8051 (struct inferior_status) <stop_stack_dummy>: Change type.
8052 * inferior.h (stop_stack_dummy): Update.
8053 * infcmd.c (stop_stack_dummy): Change type.
8054 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
8055 function.
8056 (call_function_by_hand): Call set_std_terminate_breakpoint.
8057 Rewrite std::terminate handling.
8058 * breakpoint.h (enum bptype) <bp_std_terminate,
8059 bp_std_terminate_master>: New.
8060 (enum stop_stack_kind): New.
8061 (struct bpstat_what) <call_dummy>: Change type.
8062 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
8063 Declare.
8064 * breakpoint.c (create_std_terminate_master_breakpoint): New
8065 function.
8066 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
8067 Call create_std_terminate_master_breakpoint.
8068 (print_it_typical): Handle new breakpoint kinds.
8069 (bpstat_stop_status): Handle bp_std_terminate_master.
8070 (bpstat_what): Correctly set call_dummy field. Handle
8071 bp_std_terminate_master and bp_std_terminate.
8072 (print_one_breakpoint_location): Update.
8073 (allocate_bp_location): Update.
8074 (set_std_terminate_breakpoint): New function.
8075 (delete_std_terminate_breakpoint): Likewise.
8076 (create_thread_event_breakpoint): Update.
8077 (delete_command): Update.
8078 (breakpoint_re_set_one): Update.
8079 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
8080
8081 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8082
8083 * symfile.c (build_section_addr_info_from_bfd): New.
8084 (build_section_addr_info_from_objfile): Base it on
8085 build_section_addr_info_from_bfd.
8086 (addrs_section_compar, addrs_section_sort): New.
8087 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
8088 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
8089 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
8090
8091 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
8092
8093 * elfread.c (find_separate_debug_file_by_buildid):
8094 Remove unused local variable.
8095
8096 2010-03-24 Tom Tromey <tromey@redhat.com>
8097
8098 PR breakpoints/9352:
8099 * NEWS: Mention changes to `commands' and `rbreak'.
8100 * symtab.c (do_end_rbreak_breakpoints): New function.
8101 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
8102 end_rbreak_breakpoints.
8103 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
8104 (set_breakpoint_count): Likewise. Clear last_was_multi.
8105 (multi_start, multi_end, last_was_multi): New globals.
8106 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
8107 functions.
8108 (struct commands_info): New
8109 (do_map_commands_command): New function.
8110 (commands_command_1): New function.
8111 (commands_command): Use it.
8112 (commands_from_control_command): Likewise.
8113 (do_delete_breakpoint): New function.
8114 (delete_command): Use it.
8115 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
8116 (do_map_disable_breakpoint): New function.
8117 (disable_command): Use it.
8118 (do_map_enable_breakpoint): New function.
8119 (enable_command): Use it.
8120 (enable_once_breakpoint): Add argument.
8121 (enable_once_command): Update.
8122 (enable_delete_breakpoint): Add argument.
8123 (enable_delete_command): Update.
8124 (break_command_really): Set last_was_multi when needed.
8125 (check_tracepoint_command): Fix formatting.
8126 (validate_commands_for_breakpoint): New function.
8127 (breakpoint_set_commands): Use it.
8128 (tracepoint_save_command): Update.
8129 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
8130 Declare.
8131
8132 2010-03-24 Tom Tromey <tromey@redhat.com>
8133
8134 * breakpoint.h (struct counted_command_line): New struct.
8135 (struct breakpoint) <commands>: Change type.
8136 (struct bpstats) <commands>: Change type.
8137 <commands_left>: New field.
8138 * breakpoint.c (alloc_counted_command_line): New function.
8139 (incref_counted_command_line): Likewise.
8140 (decref_counted_command_line): Likewise.
8141 (do_cleanup_counted_command_line): Likewise.
8142 (make_cleanup_decref_counted_command_line): Likewise.
8143 (breakpoint_set_commands): Use decref_counted_command_line and
8144 alloc_counted_command_line.
8145 (commands_command): Don't error if breakpoint commands are
8146 executing.
8147 (commands_from_control_command): Likewise.
8148 (bpstat_free): Update.
8149 (bpstat_copy): Likewise.
8150 (bpstat_clear_actions): Likewise.
8151 (bpstat_do_actions_1): Likewise.
8152 (bpstat_stop_status): Likewise.
8153 (print_one_breakpoint_location): Likewise.
8154 (delete_breakpoint): Likewise.
8155 (bpstat_alloc): Initialize new field.
8156 (tracepoint_save_command): Update.
8157 * tracepoint.c (encode_actions): Update.
8158 (trace_dump_command): Update.
8159
8160 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8161
8162 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
8163 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
8164 (read_structure_type): For RealView, set TYPE_STUB on structures with
8165 no byte size and no children.
8166 (read_subroutine_type): Mark functions as prototyped by default.
8167 * symtab.c (producer_is_realview): New function.
8168 * symtab.h (expand_line_sal): Fix declaration formatting.
8169 (producer_is_realview): Declare.
8170
8171 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8172
8173 * arm-tdep.c (skip_prologue_function): New function.
8174 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
8175 (thumb_analyze_prologue): Document return value. Recognize more
8176 Thumb instructions, skippable calls, and some Thumb-2 instructions.
8177 Add debug output.
8178 (arm_skip_prologue): Remove call dummy check. Check the prologue
8179 for non-GNU compilers.
8180 (arm_instruction_changes_pc): New function.
8181 (arm_analyze_prologue): New function, broken out from
8182 arm_scan_prologue. Recognize more ARM instructions and skippable
8183 calls. Update comments. Handle NULL cache. Return the address
8184 of the first unrecognized instruction. Do not skip past other
8185 instructions which change control flow. Add debug output.
8186 (arm_scan_prologue): Use arm_analyze_prologue.
8187 (ARM_PC_32): Delete.
8188 (shifted_reg_val): Simplify ARM_PC_32 check.
8189
8190 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8191
8192 * tracepoint.c (tvariables_info_1): Actually compute
8193 the number of rows in the result.
8194
8195 2010-03-24 Pedro Alves <pedro@codesourcery.com>
8196
8197 * remote.c (crc32): Constify `buf' parameter.
8198 (remote_verify_memory): New, abstracted out from...
8199 (compare_sections_command): ... this. Remove hardcoded target
8200 checks.
8201 (init_remote_ops): Install remote_verify_memory.
8202 * target.c (target_verify_memory): New.
8203 * target.h (struct target_ops) <to_verify_memory>: New field.
8204 (target_verify_memory): Declare.
8205
8206 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8207
8208 Implement -trace-save.
8209
8210 * mi-cmds.h (mi_cmds_trace_save): Declare.
8211 * mi-cmds.c (mi_cmds): Register -trace-save.
8212 * mi/mi-main.c (mi_cmd_trace_save): New.
8213 * remote.c (remote_save_trace_data): Take const parameter.
8214 * target.h (struct target_ops::to_save_trace_data): Take
8215 const parameter.
8216 * target.c (update_current_target): Adjust to the above.
8217 * tracepoint.c (trave_save): New, extracted from
8218 (trace_save_command): ...this.
8219 (tfile_trace_find): Remove message that is unnecessary now
8220 that 'tfind' reports found frame.
8221 * tracepoint.h (trace_save): Declare.
8222
8223 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8224
8225 Implement -trace-find.
8226
8227 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
8228 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
8229 * mi/mi-main.c (mi_cmd_trace_find): New.
8230 * target.h (struct target_ops): Document to_trace_find.
8231 * tracepoint.h (tfind_1): Declare.
8232 * tracepoint.c (finish_tfind_command): Rename to...
8233 (tfind_1): ...this.
8234 * remote.c (remote_trace_find): Return -1 if target say
8235 there's no frame. Improve error diagnostics.
8236
8237 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8238
8239 -trace-define-variable and -trace-list-variables.
8240
8241 * tracepoint.c (create_trace_state_variable): Make
8242 private copy of name, as opposed to assuming the
8243 pointer lives forever.
8244 (tvariables_info_1): New.
8245 (tvariables_info): Use the above.
8246 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
8247 Declare.
8248 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
8249 and -trace-list-variables.
8250 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
8251 (mi_cmd_trace_list_variables): New.
8252 * mi/mi-main.c (mi_cmd_trace_define_variable)
8253 (mi_cmd_trace_list_variables): New.
8254
8255 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8256
8257 Implement -break-passcount.
8258
8259 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
8260 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
8261 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
8262
8263 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8264
8265 -trace-start/-trace-end/-trace-status.
8266
8267 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
8268 and -trace-stop.
8269 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
8270 (mi_cmd_trace_stop): Declare.
8271 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
8272 (mi_cmd_trace_stop): New.
8273 * tracepoint.c (start_tracing): New, extracted from...
8274 (trace_start_command): ...this.
8275 (trace_status_mi): New.
8276 * tracepoint.h (struct trace_status): Document
8277 stopping_tracepoint.
8278 (start_tracing, stop_tracing, trace_status_mi): Declare.
8279
8280 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8281
8282 Implement creating tracepoints with -break-insert.
8283
8284 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
8285 to mean that tracepoint should be created.
8286
8287 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8288
8289 * breakpoint.c (check_no_tracepoint_commands): Use
8290 current spelling of 'teval'.
8291
8292 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8293
8294 Unify actions and commands
8295
8296 * defs.h (read_command_lines, read_command_lines_1): New
8297 parameters validator and closure.
8298 * tracepoint.h (struct action_line): Remove.
8299 * breakpoint.h (struct breakpoint): Remove the 'actions'
8300 field.
8301 * defs.h (enum command_control_type): New value
8302 while_stepping_control.
8303 (struct command_line): Add comments.
8304 * breakpoint.c (breakoint_is_tracepoint): New.
8305 (breakpoint_set_commands): For tracepoints,
8306 verify the commands are permissible.
8307 (check_tracepoint_commands): New.
8308 (commands_command): Require that each new line is validated using
8309 check_tracepoint_command, if we set commands for a tracepoint.
8310 (create_tracepoint_from_upload): Likewise.
8311 (print_one_breakpoint_location): Remove the code to print
8312 actions specifically.
8313 (tracepoint_save_command): Relay to print_command_lines.
8314 * cli/cli-script.c (process_next_line): New parameters validator
8315 and closure. Handle 'while-stepping'. Call validator if not null.
8316 (read_command_lines, read_command_lines1): Likewise.
8317 (recurse_read_control_structure): New parameters validator and
8318 closure. Handle while_stepping_control.
8319 (print_command_lines): Handle while-stepping.
8320 (get_command_line, define_command, document_command): Adjust.
8321 * remote.c (remote_download_tracepoint): Adjust.
8322 * tracepoint.c (make_cleanup_free_actions, read_actions)
8323 (free_actions, do_free_actions_cleanup): Remove.
8324 (trace_actions_command): Use read_command_lines.
8325 (validate_actionline): Use error in one place.
8326 (encode_actions_1): New, extracted from...
8327 (encode_actions): ...this. Also use cleanups for exception
8328 safety.
8329 (trace_dump_command): Adjust.
8330 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
8331 it's tracepoint.
8332
8333 2010-03-23 Mike Frysinger <vapier@gentoo.org>
8334
8335 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
8336
8337 2010-03-22 Stan Shebs <stan@codesourcery.com>
8338
8339 * value.c (value_static_field): Be lazy about the field's value.
8340
8341 2010-03-22 Reid Kleckner <reid@kleckner.net>
8342
8343 PR gdb/11094
8344 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
8345 bp_jit_event.
8346 (disable_breakpoints_in_shlibs): Likewise.
8347
8348 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
8349
8350 * dwarf2read.c (partial_die_parent_scope): Work around buggy
8351 GCC 4.1 debug info generation (GCC PR c++/28460).
8352 (determine_prefix): Likewise.
8353
8354 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
8355
8356 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
8357 get_current_arch.
8358 * tui/tui-layout.c (extract_display_start_addr): Likewise.
8359
8360 2010-03-19 Stan Shebs <stan@codesourcery.com>
8361
8362 * ax-gdb.c (gen_fetch): Handle bool.
8363 (gen_usual_unary): Ditto.
8364 (gen_cast): Ditto.
8365 (gen_equal): New function.
8366 (gen_less): New function.
8367 (gen_expr_binop_rest): Call them, also return integer type from
8368 logical operations.
8369 (gen_expr): Ditto.
8370
8371 2010-03-19 Tom Tromey <tromey@redhat.com>
8372
8373 * jv-lang.c (jv_dynamics_objfile_data_key)
8374 (jv_type_objfile_data_key): New globals.
8375 (class_symtab): Move earlier.
8376 (jv_per_objfile_free): New function.
8377 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
8378 parameter.
8379 Remove ancient #if 1.
8380 (add_class_symbol): Remove redundant declaration.
8381 (java_lookup_class): Use alloc_type, not alloc_type_arch.
8382 (java_link_class_type): Mark as static. Update.
8383 (jv_clear_object_type): New function.
8384 (set_java_object_type): Likewise.
8385 (get_java_object_type): Use set_java_object_type.
8386 (is_object_type): Likewise.
8387 (_initialize_java_language): Register new objfile keys.
8388 (get_java_class_symtab): Add 'gdbarch' parameter.
8389 (add_class_symtab_symbol): Update.
8390 (type_from_class): Update.
8391
8392 2010-03-19 Stan Shebs <stan@codesourcery.com>
8393
8394 * ax-general.c (ax_const_l): Fix a sizing bug.
8395
8396 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8397
8398 GDB 7.1 released.
8399
8400 2010-03-18 Stan Shebs <stan@codesourcery.com>
8401 Pedro Alves <pedro@codesourcery.com>
8402
8403 * target.h (struct target_ops): New method
8404 to_set_circular_trace_buffer.
8405 (target_set_circular_trace_buffer): New macro.
8406 * target.c (update_current_target): Add
8407 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
8408 default behavior.
8409 * remote.c (remote_set_circular_trace_buffer): New function.
8410 (init_remote_ops): Add it to vector.
8411 * tracepoint.h (struct trace_status): New field traceframes_created,
8412 change buffer_size and buffer_free to int.
8413 * tracepoint.c (circular_trace_buffer): New global.
8414 (start_tracing): Send values of disconnected tracing and circular
8415 trace buffer settings.
8416 (set_circular_trace_buffer): New function.
8417 (parse_trace_state): Handle total space and frames created.
8418 (trace_status_command): Display total space and total frames
8419 created.
8420 (trace_save): Write out new status values.
8421 (parse_trace_status): Set traceframe_count, traceframes_created,
8422 buffer_free and buffer_size to -1 by default.
8423 (_initialize_tracepoint): New setshow for circular-trace-buffer.
8424 * NEWS: Mention the circular trace buffer option.
8425
8426 2010-03-18 Tom Tromey <tromey@redhat.com>
8427
8428 * infcmd.c (finish_command_continuation): Wrap print_return_value
8429 in TRY_CATCH.
8430
8431 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8432
8433 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
8434 DIE has a name before creating the associated partial symbol.
8435 (read_func_scope): Emit a complaint if the subprogram does not
8436 have a name or when we can't extract the subprogram PC bounds.
8437
8438 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
8439
8440 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
8441 instead of selected frame architecture.
8442
8443 2010-03-18 Pedro Alves <pedro@codesourcery.com>
8444
8445 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
8446 a valid selected thread, and that it is not running.
8447 (advance_command): Ditto.
8448 (finish_command): Ditto.
8449
8450 2010-03-17 Stan Shebs <stan@codesourcery.com>
8451
8452 * ax-gdb.c (require_rvalue): Disallow non-scalars.
8453
8454 * infcall.c: Include tracepoint.h.
8455 (call_function_by_hand): Disallow calls in tfind mode.
8456 * infcmd.c: Include tracepoint.h.
8457 (ensure_not_tfind_mode): New function.
8458 (continue_1): Call it.
8459 (step_1) Ditto.
8460 (jump_command): Ditto.
8461 (signal_command): Ditto.
8462 (advance_command): Ditto.
8463 (until_command): Ditto.
8464 (finish_command): Ditto.
8465 * tracepoint.h (disconnect_or_stop_tracing): Declare.
8466
8467 * ax-gdb.h (struct axs_value): New field optimized_out.
8468 (gen_trace_for_var): Add gdbarch argument.
8469 * ax-gdb.c (gen_trace_static_fields): New function.
8470 (gen_traced_pop): Call it, add gdbarch argument.
8471 (gen_trace_for_expr): Update call to it.
8472 (gen_trace_for_var): Ditto, and report optimized-out variables.
8473 (gen_struct_ref_recursive): Check for optimized-out value.
8474 (gen_struct_elt_for_reference): Ditto.
8475 (gen_static_field): Pass gdbarch instead of expression, assume
8476 optimization if field not found.
8477 (gen_var_ref): Set the optimized_out flag.
8478 (gen_expr): Error on optimized-out variable.
8479 * tracepoint.c (collect_symbol): Handle struct-valued vars as
8480 expressions, skip optimized-out variables with computed locations.
8481 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
8482 erroring out if location expression missing.
8483 (loclist_tracepoint_var_ref): Don't error out here.
8484
8485 2010-03-17 Tom Tromey <tromey@redhat.com>
8486
8487 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
8488 DWARF data is available.
8489
8490 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
8491
8492 * symfile.c (generic_load): Reset breakpoints after loading.
8493
8494 2010-03-17 Tom Tromey <tromey@redhat.com>
8495
8496 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
8497
8498 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8499
8500 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
8501 create_breakpoint call, adjust the parameters.
8502
8503 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8504 Chandru <chandru@in.ibm.com>
8505
8506 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
8507 * valarith.c (value_subscripted_rvalue): Suppress error if
8508 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
8509
8510 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
8511
8512 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
8513
8514 2010-03-16 Joel Brobecker <brobecker@adacore.com>
8515
8516 * ada-tasks.c (task_command_1): Check that the task ptid is valid
8517 before doing the associated thread switch.
8518
8519 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
8520
8521 * MAINTAINERS: Update my email address.
8522
8523 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
8524
8525 Simplify MI breakpoint setting.
8526
8527 * breakpoint.c (break_command_really): Make nonstatic and
8528 rename to...
8529 (create_breakpoint): ...this. Rename prior function by this name
8530 to...
8531 (create_breakpoint_sal): ...this.
8532 (create_breakpoints): Rename to...
8533 (create_breakpoints_sal): ...this.
8534 (set_breakpoint): Remove.
8535 * breakpoint.h: Adjust to above changes.
8536 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
8537
8538 2010-03-15 Stan Shebs <stan@codesourcery.com>
8539
8540 * ax-gdb.c: Include cp-support.h.
8541 (find_field): Remove.
8542 (gen_primitive_field): New function.
8543 (gen_struct_ref_recursive): New function.
8544 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8545 of find_field.
8546 (gen_static_field): New function.
8547 (gen_struct_elt_for_reference): New.
8548 (gen_namespace_elt): New.
8549 (gen_maybe_namespace_elt): New.
8550 (gen_aggregate_elt_ref): New.
8551 (gen_expr): Add OP_SCOPE, display opcode name in error message.
8552
8553 2010-03-15 Tom Tromey <tromey@redhat.com>
8554
8555 * dwarf2read.c (die_needs_namespace): Also return 0 for
8556 DW_TAG_subprogram.
8557
8558 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
8559
8560 PR c++/7936:
8561 * cp-support.h: Added char *declaration element to using_direct
8562 data struct.
8563 (cp_add_using): Added char *declaration argument.
8564 (cp_add_using_directive): Ditto.
8565 (cp_lookup_symbol_imports): made extern.
8566 * cp-namespace.c: Updated with the above changes.
8567 * dwarf2read.c (read_import_statement): Ditto.
8568 (read_namespace): Ditto.
8569 (read_import_statement): Support import declarations.
8570 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8571 declarations.
8572 Added support for 'declaration_only' search.
8573 (cp_lookup_symbol_namespace): Attempt to search for the name as
8574 is before consideration of imports.
8575 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8576 search at every block level search.
8577 Now takes language argument.
8578 (lookup_symbol_aux): Updated.
8579
8580 2010-03-15 Tom Tromey <tromey@redhat.com>
8581
8582 * c-exp.y (name_not_typename): Add 'operator' clause.
8583
8584 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
8585
8586 * configure.ac: Exit if ${gdb_target_obs}" is not set.
8587 * configure: Regenerate.
8588
8589 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8590
8591 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8592 and ".sdynbss". Update the comment.
8593
8594 2010-03-15 Jie Zhang <jie@codesourcery.com>
8595
8596 * MAINTAINERS: Update my email address.
8597
8598 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8599
8600 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8601
8602 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8603
8604 * charset.c [USE_WIN32API]: Include <windows.h>.
8605 (_initialize_charset): Correct type of w32_host_default_charset.
8606
8607 2010-03-14 Pedro Alves <pedro@codesourcery.com>
8608
8609 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8610
8611 2010-03-12 Tom Tromey <tromey@redhat.com>
8612
8613 PR c++/9708:
8614 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8615 in a lexical block does not need a namespace.
8616 (new_symbol) <DW_TAG_variable>: Put extern variables on
8617 list_in_scope in all cases.
8618
8619 2010-03-12 Stan Shebs <stan@codesourcery.com>
8620
8621 * ax-gdb.c (gen_expr): Add shift expressions.
8622 (gen_expr_binop_rest): Ditto.
8623
8624 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
8625
8626 * buildsym.c (finish_block): Reset using_directives pointer
8627 after block initialization.
8628
8629 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
8630
8631 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8632 * i386-tdep.c (i386_word_names): Likewise.
8633
8634 2010-03-12 Pedro Alves <pedro@codesourcery.com>
8635
8636 * target.c (memory_xfer_partial): Don't use the stack cache if
8637 inspecting trace frames.
8638 * tracepoint.c (finish_tfind_command): Invalidate the target
8639 dcache.
8640
8641 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8642
8643 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8644 for the PIC displacement, print also the displacement value.
8645 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
8646
8647 2010-03-10 Kevin Buettner <kevinb@redhat.com>
8648
8649 * remote-mips.c (close_ports, mips_initialize_cleanups)
8650 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8651 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8652 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8653 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8654 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8655 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8656 comments describing each of these functions.
8657 (mips_enter_debug, mips_exit_debug, common_open)
8658 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8659 blank line after the comment describing the function.
8660
8661 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8662
8663 * solib-svr4.c (svr4_exec_displacement): Return now success, new
8664 parameter displacementp. Update comment.
8665 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8666 element exists. Return if svr4_exec_displacement was not successful.
8667 Update comment.
8668
8669 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8670 Daniel Jacobowitz <dan@codesourcery.com>
8671
8672 * solib-svr4.c (read_program_header): Support type == -1 to read
8673 all program headers.
8674 (read_program_headers_from_bfd): New function.
8675 (svr4_static_exec_displacement): Remove and move the comment ...
8676 (svr4_exec_displacement): ... here. Remove variable found. New
8677 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
8678 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
8679 targets using read_program_headers_from_bfd. Remove the call of
8680 svr4_static_exec_displacement.
8681
8682 2010-03-10 Tom Tromey <tromey@redhat.com>
8683
8684 * dwarf2read.c (struct pubnames_header): Remove.
8685 (_PUBNAMES_HEADER): Remove.
8686 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8687 (struct aranges_header): Remove.
8688 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8689 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8690 (PUBNAMES_SECTION): Remove.
8691 (ARANGES_SECTION): Remove.
8692 (dwarf2_locate_sections): Don't handle pubnames or aranges.
8693 (dwarf2_build_psymtabs): Remove dead code.
8694 (dwarf2_build_psymtabs_easy): Remove.
8695
8696 2010-03-10 Tom Tromey <tromey@redhat.com>
8697
8698 * elfread.c (elf_symfile_read): Don't call
8699 dwarf2_build_frame_info.
8700 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8701 (struct dwarf2_per_objfile) <objfile>: New field.
8702 (dwarf2_has_info): Now idempotent. Set objfile field.
8703 (dwarf2_read_section): Check and set readin field. Call
8704 posix_madvise.
8705 (dwarf2_build_psymtabs): Don't read all sections.
8706 (read_type_comp_unit_head): Read types section.
8707 (create_debug_types_hash_table): Likewise.
8708 (init_cu_die_reader): Add asserts.
8709 (process_type_comp_unit): Add assert.
8710 (dwarf2_build_psymtabs_hard): Read info section.
8711 (load_partial_comp_unit): Add assert.
8712 (create_all_comp_units): Read info section.
8713 (load_full_comp_unit): Likewise.
8714 (dwarf2_ranges_read): Read ranges section.
8715 (dwarf2_record_block_ranges): Add assert.
8716 (dwarf2_read_abbrevs): Read abbrev section.
8717 (read_indirect_string): Read str section.
8718 (dwarf_decode_line_header): Read line section.
8719 (read_signatured_type_at_offset): Read types section.
8720 (dwarf_decode_macros): Read macinfo section.
8721 (dwarf2_symbol_mark_computed): Read loc section.
8722 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8723 dwarf2_build_frame_info.
8724 (dwarf2_build_frame_info): Unconditionally set
8725 dwarf2_frame_objfile_data on the objfile.
8726 * configure.ac: Check for posix_madvise.
8727 * config.in, configure: Rebuild.
8728
8729 2010-03-10 Tom Tromey <tromey@redhat.com>
8730
8731 * xcoffread.c (xcoff_start_psymtab): Update.
8732 (xcoff_end_psymtab): Update.
8733 * psymtab.c (allocate_psymtab): Remove dead code.
8734 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8735 void*.
8736 * mdebugread.c (parse_partial_symbols): Update.
8737 (new_psymtab): Likewise.
8738 * dwarf2read.c (process_psymtab_comp_unit): Update.
8739 (psymtab_to_symtab_1): Update.
8740 * dbxread.c (start_psymtab): Update.
8741 (end_psymtab): Likewise.
8742
8743 2010-03-10 Tom Tromey <tromey@redhat.com>
8744
8745 * xcoffread.c: Include psymtab.h.
8746 (xcoff_sym_fns): Update.
8747 * symtab.h (struct partial_symbol): Remove.
8748 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8749 (struct partial_symtab): Remove.
8750 (PSYMTAB_TO_SYMTAB): Remove.
8751 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8752 (find_pc_sect_psymtab): Remove.
8753 (find_pc_sect_symtab_via_partial): Declare.
8754 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8755 (find_main_psymtab): Remove.
8756 (find_main_filename): Declare.
8757 (fixup_psymbol_section): Remove.
8758 (fixup_section): Declare.
8759 * symtab.c: Include psymtab.h.
8760 (lookup_symtab): Use lookup_symtab method.
8761 (lookup_partial_symtab): Remove.
8762 (find_pc_sect_psymtab_closer): Remove.
8763 (find_pc_sect_psymtab): Remove.
8764 (find_pc_sect_symtab_via_partial): New function.
8765 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8766 (fixup_section): No longer static.
8767 (fixup_psymbol_section): Remove.
8768 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8769 (lookup_global_symbol_from_objfile): Likewise.
8770 (lookup_symbol_aux_psymtabs): Remove.
8771 (lookup_symbol_aux_quick): New function.
8772 (lookup_symbol_global): Use lookup_symbol_aux_quick.
8773 (lookup_partial_symbol): Remove.
8774 (basic_lookup_transparent_type_quick): New function.
8775 (basic_lookup_transparent_type): Use it.
8776 (find_main_psymtab): Remove.
8777 (find_main_filename): New function.
8778 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8779 (find_line_symtab): Use expand_symtabs_with_filename method.
8780 (output_partial_symbol_filename): New function.
8781 (sources_info): Use map_partial_symbol_filenames.
8782 (struct search_symbols_data): New type.
8783 (search_symbols_file_matches): New function.
8784 (search_symbols_name_matches): Likewise.
8785 (search_symbols): Use expand_symtabs_matching method.
8786 (struct add_name_data): Rename from add_macro_name_data.
8787 (add_macro_name): Update.
8788 (add_partial_symbol_name): New function.
8789 (default_make_symbol_completion_list): Use
8790 map_partial_symbol_names.
8791 (struct add_partial_symbol_name): New type.
8792 (maybe_add_partial_symtab_filename): New function.
8793 (make_source_files_completion_list): Use
8794 map_partial_symbol_filenames.
8795 (expand_line_sal): Use expand_symtabs_with_filename method.
8796 * symmisc.c: Include psymtab.h.
8797 (print_objfile_statistics): Use print_stats method.
8798 (dump_objfile): Use dump method.
8799 (dump_psymtab, maintenance_print_psymbols)
8800 (maintenance_info_psymtabs, maintenance_check_symtabs)
8801 (extend_psymbol_list): Remove.
8802 * symfile.h (struct quick_symbol_functions): New struct.
8803 (struct sym_fns) <qf>: New field.
8804 (sort_pst_symbols): Remove.
8805 (increment_reading_symtab): Declare.
8806 * symfile.c: Include psymtab.h.
8807 (compare_psymbols, sort_pst_symbols): Remove.
8808 (psymtab_to_symtab): Remove.
8809 (increment_reading_symtab): New function.
8810 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8811 method.
8812 (set_initial_language): Use find_main_filename.
8813 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8814 (free_named_symtabs): Remove unused code.
8815 (start_psymtab_common, add_psymbol_to_bcache)
8816 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8817 Remove.
8818 * stack.c: Include psymtab.h, symfile.h.
8819 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8820 * source.h (psymtab_to_fullname): Don't declare.
8821 * source.c: Include psymtab.h.
8822 (select_source_symtab): Use find_last_source_symtab method.
8823 (forget_cached_source_info): Use forget_cached_source_info
8824 method.
8825 (find_and_open_source): No longer static.
8826 (psymtab_to_fullname): Remove.
8827 * somread.c: Include psymtab.h.
8828 (som_sym_fns): Update.
8829 * psympriv.h: New file.
8830 * psymtab.h: New file.
8831 * psymtab.c: New file.
8832 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8833 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8834 * objfiles.c: Include psymtab.h.
8835 (objfile_relocate1): Use relocate method.
8836 (objfile_has_partial_symbols): Use has_symbols method.
8837 * mipsread.c: Include psymtab.h.
8838 (ecoff_sym_fns): Update.
8839 * mi/mi-cmd-file.c: Include psymtab.h.
8840 (print_partial_file_name): New function.
8841 (mi_cmd_file_list_exec_source_files): Use
8842 map_partial_symbol_filenames.
8843 * mdebugread.c: Include psympriv.h.
8844 * machoread.c: Include psympriv.h.
8845 (macho_sym_fns): Update.
8846 * m2-exp.y (yylex): Use lookup_symtab.
8847 * elfread.c: Include psympriv.h.
8848 (elf_sym_fns): Update.
8849 * dwarf2read.c: Include psympriv.h.
8850 * dbxread.c: Include psympriv.h.
8851 (aout_sym_fns): Update.
8852 * cp-support.c: Include psymtab.h.
8853 (read_in_psymtabs): Remove.
8854 (make_symbol_overload_list_qualified): Use
8855 expand_symtabs_for_function method.
8856 * coffread.c: Include psympriv.h.
8857 (coff_sym_fns): Update.
8858 * blockframe.c: Include psymtab.h.
8859 (find_pc_partial_function): Use find_pc_sect_symtab method.
8860 * ada-lang.h (ada_update_initial_language): Update.
8861 * ada-lang.c: Include psymtab.h.
8862 (ada_update_initial_language): Remove 'main_pst' argument.
8863 (ada_lookup_partial_symbol): Remove.
8864 (struct ada_psym_data): New type.
8865 (ada_add_psyms): New function.
8866 (ada_add_non_local_symbols): Use map_ada_symtabs method.
8867 (struct add_partial_datum): New type.
8868 (ada_add_partial_symbol_completions): New function.
8869 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8870 (ada_exception_support_info_sniffer): Update.
8871 * Makefile.in (SFILES): Add psymtab.c.
8872 (COMMON_OBS): Add psymtab.o.
8873 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8874
8875 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8876
8877 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8878
8879 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
8880
8881 PR C++/11236:
8882 * cp-namespace.c (cp_add_using): Deleted.
8883 (cp_add_using_directive): Use obstack allocations.
8884 Merged the function cp_add_using into this one.
8885 Added 'struct obstack *' argument.
8886 (cp_scan_for_anonymous_namespaces): Updated.
8887 * cp-support.h: Updated.
8888 * dwarf2read.c (read_import_statement): Updated.
8889 (read_namespace): Updated.
8890
8891 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8892
8893 * windows-nat.c (cygwin_conv_path): Remove old macro.
8894
8895 2010-03-10 Pedro Alves <pedro@codesourcery.com>
8896
8897 * breakpoint.c (condition_command): Handle watchpoint conditions.
8898 (is_hardware_watchpoint): Add comment.
8899 (is_watchpoint): New.
8900 (update_watchpoint): Don't reparse the watchpoint's condition
8901 unless necessary.
8902 (WP_IGNORE): New.
8903 (watchpoint_check): Use it.
8904 (bpstat_check_watchpoint): Handle it.
8905 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8906 conditions in a frame where it makes sense.
8907 (watch_command_1): Store the innermost block of the condition
8908 expression.
8909 (delete_breakpoint): Delete the watchpoint condition expression.
8910 * breakpoint.h (struct bp_location) <cond>: Update comment.
8911 (struct breakpoint): New field `cond_exp_valid_block'.
8912
8913 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8914
8915 Adjust handling of Ada DIEs after dwarf2_physname patch.
8916 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8917
8918 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
8919 Pierre Muller <muller@ics.u-strasbg.fr>
8920
8921 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8922 from/to posix/win32.
8923 (windows_make_so): Use non-Cygwin 1.7 specific function.
8924 (windows_create_inferior): Make sure that cygallargs points to
8925 original args in non Cygwin 1.7. case.
8926
8927 2010-03-09 Michael Snyder <msnyder@vmware.com>
8928
8929 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8930 after target_read_memory to get host byte order.
8931 (i386_process_record): Ditto.
8932
8933 2010-03-09 Keith Seitz <keiths@redhat.com>
8934
8935 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
8936 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8937 print out const or volatile qualifiers, too.
8938 (c_type_print_args): Add parameters show_artificial and language.
8939 Skip artificial parameters when requested.
8940 Use the appropriate language printer.
8941 (c_type_print_varspec): Tell c_type_print_args to skip artificial
8942 parameters and pass language_c.
8943 * dwarf2read.c (die_list): New file global.
8944 (struct partial_die_info): Update comments for name field.
8945 (pdi_needs_namespace): Renamed to ...
8946 (die_needs_namespace): ... this. Rewrite.
8947 (dwarf2_linkage_name): Remove.
8948 (add_partial_symbol): Do not predicate the call to
8949 partial_die_full_name based on pdi_needs_namespace.
8950 Remove call to cp_check_possible_namespace_symbols and associated
8951 outdated comments.
8952 (guess_structure_name): Do not inspect child subprogram DIEs.
8953 (dwarf2_fullname): Update comments.
8954 Use die_needs_namespace to assist in computing the name.
8955 (read_func_scope): Use dwarf2_name to get the DIE's name.
8956 Use dwarf2_physname to get the "linkage name" of the DIE.
8957 (dwarf2_add_member_field): Use dwarf2_physname instead of
8958 dwarf2_linkage_name.
8959 (read_structure_type): For structs and classes, set TYPE_NAME, too.
8960 (determine_class): Remove.
8961 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8962 except Ada.
8963 (new_symbol): Unconditionally call dwarf2_name.
8964 Compute the "linkage name" using dwarf2_physname.
8965 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8966 When determining to scan for anonymous C++ namespaces, ignore
8967 the linkage name.
8968 (dwarf2_physname): New function.
8969 (dwarf2_full_name): Move content to new function and call
8970 that.
8971 (dwarf2_compute_name): "New" function.
8972 (_initialize_dwarf2_read): Initialize die_list.
8973 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8974 physname.
8975 (gnu_v3_print_method_ptr): Use the physname for virtual methods
8976 without a demangled name.
8977 Print out type information for non-virtual methods.
8978 * linespec.c (decode_line_1): Force ANY string using "::" (or
8979 "." for java) to use decode_compound, and clean up any stray quoting.
8980 If we found a file symtab, re-evaluate whether the remainder is_quoted.
8981 (decode_compound): Stop consuming at an open parenthesis.
8982 Keep template parameters.
8983 Keep any overload information.
8984 Keep keywords like "const".
8985 Remove paren_pointer.
8986 Move is_quoted check from set_flags to here.
8987 Remove #if 0 code from 2000. Ten years is long enough.
8988 (find_method): Before comparing symbol names, canonicalize the string
8989 from the user.
8990 If a specific overload is requested, find it. Otherwise throw an error.
8991 (find_method_overload_end): New function.
8992 (set_flags): Remove.
8993 (decode_compound): Assume that parentheses are matched.
8994 It's a lot easier.
8995 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8996 to cplus_demangle.
8997 * linespec.c (decode_line_1): Keep important keywords like
8998 "const" and "volatile".
8999 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
9000 * typeprint.h (c_type_print_args): Add declaration.
9001 * ui-file.c (do_ui_file_obsavestring): New function.
9002 (ui_file_obsavestring): New function.
9003 * ui-file.h (ui_file_obsavestring): Add declaration.
9004 * valops.c (find_overload_match): Resolve the object to
9005 a non-pointer type.
9006 If the object is a data member, search the object for the member
9007 and return with staticp set.
9008 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
9009 Do not attempt to extract a function name from non-function types.
9010 If the extracted function name and the original name are the same,
9011 we don't have a C++ method.
9012
9013 From Jan Kratochvil <jan.kratochvil@redhat.com>:
9014 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
9015
9016 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
9017 and arguments from symbol lookups.
9018 * ax-gdb.c (gen_expr): Likewise.
9019 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
9020 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
9021 lookup_possible_namespace_symbol): Likewise.
9022 * cp-support.c (read_in_psymtabs): Likewise.
9023 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
9024 * language.h (la_lookup_symbol_nonlocal): Likewise.
9025 * scm-valprint.c (scm_inferior_print): Likewise.
9026 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
9027 * solib-svr.c (elf_lookup_lib): Likewise.
9028 * solib.c (show_auto_solib_add): Likewise.
9029 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
9030 * symmisc.c (maintenance_check_symtabs): Likewise.
9031 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
9032 lookup_symbol_aux_local, lookup_symbol_aux_block,
9033 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
9034 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
9035 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
9036 basic_lookup_transparent_type, find_main_psymtab,
9037 lookup_block_symbol): Likewise.
9038 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
9039 lookup_symbol_global, lookup_symbol_aux_block,
9040 lookup_symbol_partial_symbol, lookup_block_symbol,
9041 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
9042
9043 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
9044
9045 * python/python-internal.h: Include symtab.h.
9046
9047 2010-03-09 Joel Brobecker <brobecker@adacore.com>
9048 Pierre Muller <muller@ics.u-strasbg.fr>
9049
9050 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
9051 * p-valprint.c (pascal_val_print): Remove undeed block and fix
9052 indentation.
9053
9054 2010-03-08 Tom Tromey <tromey@redhat.com>
9055
9056 * breakpoint.c (breakpoint_1): Add "QUIT".
9057
9058 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
9059 Pedro Alves <pedro@codesourcery.com>
9060
9061 * solib.c (solib_find): Replace extension if
9062 solib_symbols_extension is set in the target gdbarch.
9063 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
9064 solib_symbols_extension to "sym".
9065 * gdbarch.sh (solib_symbols_extension): New variable.
9066 (pstring): New function.
9067 * gdbarch.h, gdbarch.c: Regenerate.
9068
9069 2010-03-08 Tom Tromey <tromey@redhat.com>
9070
9071 PR cli/9591:
9072 * NEWS: Update.
9073 * utils.c: Include main.h.
9074 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
9075 (defaulted_query): Use default answer if `batch_flag'.
9076 * main.h (batch_flag): Declare.
9077 * main.c (batch_flag): New global.
9078 (captured_main): Remove 'batch'. Update.
9079
9080 2010-03-08 Kevin Buettner <kevinb@redhat.com>
9081
9082 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
9083 and Kevin Buettner:
9084
9085 * remote-mips.c (rockhopper_ops): New target_ops struct.
9086 (MON_ROCKHOPPER): New mips_monitor_type.
9087 (read_hex_value): New function.
9088 (mips_request): Send 8-byte values with a 'T' packet. Read the
9089 packet argument as a string and use read_hex_value to parse it.
9090 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
9091 (rockhopper_open): New function.
9092 (mips_wait): Read the PC, FP and SP fields as strings. Use
9093 read_hex_value to parse them and mips_set_register to commit them.
9094 (mips_set_register): New function.
9095 (mips_fetch_registers): Do not cast register value to "unsigned"
9096 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
9097 (mips_store_registers): Use a 'T' packet to set registers when
9098 using MON_ROCKHOPPER.
9099 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
9100 and expect the total to be printed before the entry address.
9101 (_initialize_remote_mips): Initialize and add rockhopper_ops.
9102
9103 2010-03-08 Kevin Buettner <kevinb@redhat.com>
9104
9105 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
9106 Change return value to int. Store value fetched in location
9107 addressed by `val'. Use function's return value as success
9108 or failure indicator. Adjust all callers.
9109
9110 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
9111
9112 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
9113
9114 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9115 Hui Zhu <teawater@gmail.com>
9116
9117 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
9118 tmp_to_stopped_data_address.
9119 (record_open): Reset tmp_to_stopped_by_watchpoint and
9120 tmp_to_stopped_data_address.
9121 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
9122 to_stopped_data_address.
9123
9124 2010-03-08 Hui Zhu <teawater@gmail.com>
9125
9126 * i386-tdep.c (i386_process_record): Initialize regnum.
9127
9128 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9129
9130 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
9131 Do not warn on ".gnu.liblist" and ".gnu.conflict".
9132
9133 2010-03-08 Joel Brobecker <brobecker@adacore.com>
9134
9135 Memory error when reading wrong core file.
9136 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
9137 errors while reading the inferior memory, and return zero if
9138 an exception was raised.
9139
9140 2010-03-07 Michael Snyder <msnyder@vmware.com>
9141
9142 * record.c (record_restore): Rename tmpu8 to rectype.
9143
9144 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
9145 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
9146
9147 (i386_record_push): Rename local tmpulongest to addr.
9148
9149 (i386_process_record): Rename local tmpulongest to addr.
9150
9151 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
9152 addr64.
9153
9154 Rename local variable tmpu8 to opcode8 and regnum.
9155
9156 2010-03-07 Joel Brobecker <brobecker@adacore.com>
9157
9158 * remote.c (remote_get_ada_task_ptid): New function.
9159 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
9160
9161 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
9162
9163 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
9164 block. Define helper macros to reduce ifdefs in code.
9165 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
9166 size. Call unadorned GetModuleFileNameEx rather than
9167 GetModuleFileNameEx*.
9168 (windows_make_so): Use __PMAX to denote maximum buffer size and
9169 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
9170 appropriate.
9171 (get_image_name): Use __PMAX to denote maximum buffer size.
9172 (handle_load_dll): Likewise.
9173 (windows_pid_to_exec_file): Likewise.
9174 (windows_create_inferior): Add many accommodations for older Cygwin and
9175 non-Cygwin.
9176 (bad_GetModuleFileNameExW): Control inclusion of this function based on
9177 __USEWIDE conditional.
9178 (bad_GetModuleFileNameExA): Likewise.
9179 (_initialize_loadable): Just use real function names without the dyn_
9180 part since they are defined earlier.
9181
9182 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
9183 Tom Tromey <tromey@redhat.com>
9184
9185 * utils.c (host_char_to_target): Add 'gdbarch' argument.
9186 (parse_escape): Likewise.
9187 * python/py-utils.c (unicode_to_target_string): Update.
9188 (unicode_to_target_python_string): Update.
9189 (target_string_to_unicode): Update.
9190 * printcmd.c (printf_command): Update.
9191 * p-exp.y (yylex): Update.
9192 * objc-exp.y (yylex): Update.
9193 * mi/mi-parse.c: Include charset.h.
9194 (mi_parse_escape): New function.
9195 (mi_parse_argv): Use it.
9196 * jv-exp.y (yylex): Update.
9197 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
9198 function.
9199 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
9200 * gdbarch.sh (auto_charset, auto_wide_charset): New.
9201 * gdbarch.c: Rebuild.
9202 * gdbarch.h: Rebuild.
9203 * defs.h (parse_escape): Update.
9204 * cli/cli-setshow.c: Include arch-utils.h.
9205 (do_setshow_command): Update.
9206 * cli/cli-cmds.c (echo_command): Update.
9207 * charset.h (target_charset, target_wide_charset): Update.
9208 * charset.c: Include arch-utils.h.
9209 (target_charset_name): Default to "auto".
9210 (target_wide_charset_name): Likewise.
9211 (show_target_charset_name): Handle "auto".
9212 (show_target_wide_charset_name): Likewise.
9213 (be_le_arch): New global.
9214 (set_be_le_names): Add 'gdbarch' argument.
9215 (validate): Likewise. Don't call set_be_le_names.
9216 (set_charset_sfunc, set_host_charset_sfunc)
9217 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
9218 Update.
9219 (target_charset): Add 'gdbarch' argument.
9220 (target_wide_charset): Likewise. Remove 'byte_order' argument.
9221 (auto_target_charset_name): New global.
9222 (default_auto_charset, default_auto_wide_charset): New functions.
9223 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
9224 for target charsets. Copy result of nl_langinfo. Use GetACP if
9225 USE_WIN32API.
9226 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
9227 remove 'byte_order' argument. Update.
9228 (classify_type): Likewise.
9229 (c_emit_char): Update.
9230 (c_printchar): Update.
9231 (c_printstr): Update.
9232 (c_get_string): Update.
9233 (evaluate_subexp_c): Update.
9234 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
9235 Declare.
9236 * python/python.c (gdbpy_target_charset): New function.
9237 (gdbpy_target_wide_charset): Likewise.
9238 (GdbMethods): Update.
9239 * NEWS: Update.
9240
9241 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
9242
9243 * symfile.c (build_section_addr_info_from_objfile): Do not mask
9244 off high address bits.
9245
9246 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
9247
9248 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
9249 address as UnsignedLongLong, not LongLong.
9250
9251 2010-03-05 Kevin Buettner <kevinb@redhat.com>
9252 Pedro Alves <pedro@codesourcery.com>
9253
9254 * remote-mips.c (gdbthread.h): Include.
9255 (remote_mips_ptid): Declare.
9256 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
9257 (common_open): Set inferior_ptid, add it as an inferior, and
9258 as a thread too. Delete FIXME comment regarding start_remote().
9259 (mips_close): Invoke generic_mourn_inferior().
9260 (mips_kill): Make sure that target_mourn_inferior is invoked.
9261 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
9262 it's now invoked from mips_close().
9263 (mips_load): Don't null out inferior_ptid. Don't call
9264 clear_symtab_users().
9265 (mips_thread_alive, mips_pid_to_str): New functions.
9266 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
9267 to_thread_alive and to_pid_to_str operations.
9268
9269 2010-03-04 Tom Tromey <tromey@redhat.com>
9270
9271 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
9272 in DWARF 3 and later.
9273 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
9274
9275 2010-03-04 Keith Seitz <keiths@redhat.com>
9276
9277 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
9278 If the filename portion of the linespec was quoted, recheck the
9279 remainder for additional quoting.
9280 (locate_first_half): Skip over completer chars, too.
9281
9282 2010-03-04 Tom Tromey <tromey@redhat.com>
9283
9284 * printcmd.c (printf_command): Pass dummy argument to
9285 printf_filtered.
9286
9287 2010-03-04 Doug Evans <dje@google.com>
9288
9289 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
9290 unwound_fp.
9291
9292 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
9293
9294 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9295
9296 * breakpoint.c (update_watchpoint): Create a sentinel location if
9297 the software watchpoint isn't watching any memory.
9298 (breakpoint_address_bits): Skip dummy software watchpoint locations.
9299
9300 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9301
9302 * utils.c (fputs_maybe_filtered): Check if there's already a top
9303 level interpreter before dereferencing it. If there isn't one,
9304 don't paginate either.
9305
9306 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9307
9308 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
9309 the state right when single stepping.
9310 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
9311 Get the next PC along with the instruction state.
9312 (thumb_get_next_pc): Remove.
9313 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
9314
9315 2010-03-04 Hui Zhu <teawater@gmail.com>
9316
9317 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
9318
9319 2010-03-03 Pedro Alves <pedro@codesourcery.com>
9320
9321 * utils.c (fputs_maybe_filtered): Always disable pagination if the
9322 top level interpreter is MI.
9323
9324 2010-03-03 Stan Shebs <stan@codesourcery.com>
9325
9326 * remote.c (remote_download_tracepoint): Iterate over locations.
9327 * tracepoint.c (validate_actionline): Ditto.
9328 (encode_actions): Add location argument.
9329 (trace_dump_command): Check all locations to see if stepping
9330 frame.
9331
9332 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
9333 Eli Zaretskii <eliz@gnu.org>
9334
9335 * NEWS: Add X86 general purpose registers section.
9336
9337 2010-03-03 Tom Tromey <tromey@redhat.com>
9338
9339 PR mi/11098:
9340 * varobj.c (install_new_value): Handle case where new print_value
9341 is NULL.
9342
9343 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
9344
9345 PR gdb/11345:
9346 * printcmd.c (printf_command): Print end of format string using
9347 printf_filtered.
9348
9349 2010-03-02 Tom Tromey <tromey@redhat.com>
9350
9351 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
9352 * defs.h (read_command_lines_1): Add missing 'void'.
9353 * cli/cli-script.c (recurse_read_control_structure): Add missing
9354 'void'.
9355 (read_next_line): Likewise.
9356 (read_command_lines_1): Likewise.
9357
9358 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9359
9360 * spu-tdep.c (spu_analyze_prologue): Track instruction to
9361 store backchain as part of prologue.
9362
9363 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
9364
9365 * progspace.c (update_address_spaces): Update inferior address spaces
9366 also.
9367
9368 2010-03-02 Doug Evans <dje@google.com>
9369
9370 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
9371 lowpc,highpc args to addrmap_set_empty.
9372
9373 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
9374
9375 * amd64-tdep.c (amd64_byte_names): New.
9376 (amd64_word_names): Likewise.
9377 (amd64_dword_names): Likewise.
9378 (amd64_pseudo_register_name): Likewise.
9379 (amd64_pseudo_register_read): Likewise.
9380 (amd64_pseudo_register_write): Likewise.
9381 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
9382 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
9383 set_gdbarch_pseudo_register_write and
9384 set_tdesc_pseudo_register_name. Don't call
9385 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
9386
9387 * i386-tdep.c (i386_num_mmx_regs): Removed.
9388 (i386_num_pseudo_regs): Likewise.
9389 (i386_byte_names): New.
9390 (i386_word_names): Likewise.
9391 (i386_byte_regnum_p): Likewise.
9392 (i386_word_regnum_p): Likewise.
9393 (i386_mmx_regnum_p): Updated.
9394 (i386_pseudo_register_name): Make it global. Handle byte and
9395 word pseudo-registers.
9396 (i386_pseudo_register_read): Likewise.
9397 (i386_pseudo_register_write): Likewise.
9398 (i386_pseudo_register_type): Handle byte, word and dword
9399 pseudo-registers
9400 (i386_register_reggroup_p): Don't include pseudo
9401 registers, except for MXX, in any register groups. Don't
9402 include pseudo byte, word, dword registers in general_reggroup.
9403 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
9404 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
9405 pseudo-registers after word pseudo-registers. Call
9406 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
9407
9408 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
9409 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
9410 eax_regnum.
9411 (i386_byte_regnum_p): New.
9412 (i386_word_regnum_p): Likewise.
9413 (i386_dword_regnum_p): Likewise.
9414 (i386_pseudo_register_name): Likewise.
9415 (i386_pseudo_register_read): Likewise.
9416 (i386_pseudo_register_write): Likewise.
9417
9418 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9419
9420 * target-descriptions.c (tdesc_type): Remove
9421 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9422 (tdesc_predefined_types): Likewise.
9423 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
9424 if flag name is empty.
9425 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
9426
9427 * features/i386/32bit-core.xml: Define i386_eflags.
9428 * features/i386/64bit-core.xml: Likewise.
9429
9430 * features/i386/32bit-sse.xml: Define i386_mxcsr.
9431 * features/i386/64bit-sse.xml: Likewise.
9432
9433 * features/i386/amd64-linux.c: Regenerated.
9434 * features/i386/amd64.c: Likewise.
9435 * features/i386/i386-linux.c: Likewise.
9436 * features/i386/i386.c: Likewise.
9437
9438 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9439
9440 * gdbtypes.c (append_composite_type_field_raw): New.
9441 (append_composite_type_field_aligned): Use the new function.
9442 * gdbtypes.h (append_composite_type_field_raw): Declare.
9443 * target-descriptions.c (struct tdesc_type_field): Add start and end.
9444 (struct tdesc_type_flag): New type.
9445 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
9446 kind. Add size to u.u. Add u.f for flags.
9447 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
9448 (tdesc_free_type): Likewise.
9449 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
9450 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
9451 (tdesc_add_bitfield, tdesc_add_flag): New.
9452 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
9453 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
9454 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
9455 current_type. Add current_type_size and current_type_is_flags.
9456 (tdesc_start_union): Clear the new fields.
9457 (tdesc_start_struct, tdesc_start_flags): New.
9458 (tdesc_start_field): Handle struct fields, including bitfields.
9459 (field_attributes): Make type optional. Add start and end.
9460 (union_children): Rename to struct_union_children.
9461 (union_attributes): Rename to struct_union_attributes. Add optional
9462 size.
9463 (flags_attributes): New.
9464 (feature_children): Add struct and flags.
9465 * features/gdb-target.dtd: Add flags and struct to features.
9466 Make field type optional. Add field start and end.
9467
9468 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9469
9470 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
9471 (amd64_linux_read_description): Likewise.
9472 (_initialize_amd64_linux_nat): Set to_read_description to
9473 amd64_linux_read_description.
9474
9475 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
9476 (amd64_linux_register_name): Removed.
9477 (amd64_linux_register_type): Likewise.
9478 (amd64_linux_core_read_description): New.
9479 (amd64_linux_init_abi): Set target description to
9480 tdesc_amd64_linux if needed. Support orig_rax in target
9481 description. Don't call set_gdbarch_register_name nor
9482 set_gdbarch_register_type. Call
9483 set_gdbarch_core_read_description.
9484 (_initialize_amd64_linux_tdep): Call
9485 initialize_tdesc_amd64_linux.
9486
9487 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
9488
9489 * amd64-tdep.c: Include "features/i386/amd64.c".
9490 (amd64_register_names): Removed.
9491 (amd64_register_name): Likewise.
9492 (amd64_register_type): Likewise.
9493 (amd64_init_abi): Set num_core_regs and register_names. Set
9494 target description to tdesc_amd64 if needed. Don't call
9495 set_gdbarch_register_name nor set_gdbarch_register_type.
9496 (_initialize_amd64_tdep): New.
9497
9498 * i386-linux-nat.c (i386_linux_read_description): New.
9499 (_initialize_i386_linux_nat): Set to_read_description to
9500 i386_linux_read_description.
9501
9502 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
9503 (i386_linux_register_name): Removed.
9504 (i386_linux_core_read_description): New.
9505 (i386_linux_read_description): Likewise.
9506 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
9507 Set target description to tdesc_i386_linux if needed. Support
9508 orig_eax. Set register_reggroup_p. Call
9509 set_gdbarch_core_read_description.
9510 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
9511
9512 * i386-linux-tdep.h (tdesc_i386_linux): New.
9513
9514 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
9515 with I387_NUM_REGS.
9516
9517 * i386-tdep.c: Include "features/i386/i386.c".
9518 (i386_register_names): Make it const.
9519 (i386_mmx_names): Likewise.
9520 (i386_num_register_names): Removed.
9521 (i386_register_name): Likewise.
9522 (i386_eflags_type): Likewise.
9523 (i386_mxcsr_type): Likewise.
9524 (i386_sse_type): Likewise.
9525 (i386_register_type): Likewise.
9526 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
9527 (i386_pseudo_register_name): New.
9528 (i386_pseudo_register_type): Likewise.
9529 (i386_mmx_type): Make it static.
9530 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
9531 I387_NUM_REGS. Set num_core_regs and register_names. Don't
9532 call set_gdbarch_register_name nor set_gdbarch_register_type.
9533 Set register_reggroup_p. Set target description to tdesc_i386
9534 if needed. Call set_tdesc_pseudo_register_type,
9535 set_tdesc_pseudo_register_name and tdesc_use_registers.
9536 (_initialize_i386_tdep): Call initialize_tdesc_i386.
9537 initialize_tdesc_x86_64.
9538
9539 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9540 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
9541 register_names, tdesc and register_reggroup_p.
9542 (I386_NUM_FREGS): Removed.
9543 (i386_eflags_type): Likewise.
9544 (i386_mxcsr_type): Likewise.
9545 (i386_mmx_type): Likewise.
9546 (i386_sse_type): Likewise.
9547 (i386_register_name): Likewise.
9548 (i386_regnum): Add I386_MXCSR_REGNUM.
9549 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9550
9551 * i387-tdep.h (I387_NUM_REGS): New.
9552
9553 * regformats/i386/i386-linux.dat: Generated.
9554 * regformats/i386/i386.dat: Likewise.
9555 * regformats/i386/amd64-linux.dat: Likewise.
9556 * regformats/i386/amd64.dat: Likewise.
9557
9558 * regformats/reg-i386-linux.dat: Removed.
9559 * regformats/reg-i386.dat: Likewise.
9560 * regformats/reg-x86-64-linux.dat: Likewise.
9561 * regformats/reg-x86-64.dat: Likewise.
9562
9563 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
9564
9565 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9566 cygwin_conv_path API rather than the deprecated
9567 cygwin_conv_to_full_posix_path.
9568 * windows-nat.c:
9569 (GetModuleFileNameExA): Undefine for Cygwin.
9570 (GetModuleFileNameExW): Define for Cygwin.
9571 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9572 Call GetModuleFileNameExW and convert path to POSIX using
9573 cygwin_conv_path.
9574 (windows_make_so): Always define p. Drop unused variable m.
9575 Don't use Win32 functions to check file existance, rather use
9576 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
9577 Use canonicalize_file_name to get full path.
9578 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9579 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
9580 use correct target buffer size in call to WideCharToMultiByte.
9581 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9582 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9583 (windows_create_inferior): Convert all paths and arguments to wchar_t
9584 and use CreateProcessW on Cygwin.
9585 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9586 (bad_GetModuleFileNameExA): Undefine for Cygwin.
9587 (bad_GetModuleFileNameExW): Define for Cygwin.
9588 (_initialize_loadable): Load GetModuleFileNameExW into
9589 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
9590
9591 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9592
9593 PR python/11036
9594 * python/py-frame.c (frapy_read_var): Add block argument and logic
9595 to cope with user provided blocks.
9596
9597 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9598
9599 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9600 New comment.
9601
9602 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
9603
9604 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9605 (COMMON_OBS): ... to here since it's used unconditionally.
9606 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9607 (SFILES): To here.
9608
9609 2010-02-26 David Daney <ddaney@caviumnetworks.com>
9610
9611 * mips-linux-tdep.c: Update struct sigframe comments.
9612 (SIGFRAME_CODE_OFFSET): Delete macro.
9613 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9614 this_frame's sp.
9615 (mips_linux_n32n64_sigframe_init): Same.
9616
9617 2010-02-26 Kevin Buettner <kevinb@redhat.com>
9618
9619 * remote-mips.c (mips_load): Don't use pseudo-register when
9620 invalidating regcache.
9621
9622 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9623
9624 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9625
9626 2010-02-26 Pedro Alves <pedro@codesourcery.com>
9627
9628 * NEWS: Add "New targets" section, and mention ARM Symbian
9629 support.
9630
9631 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
9632
9633 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9634 add ADDR_SIZE member.
9635 (allocate_piece_closure): Update.
9636 (copy_pieced_value_closure): Likewise.
9637 (dwarf2_evaluate_loc_desc): Likewise.
9638 (read_pieced_value): Use DWARF address size instead of
9639 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9640
9641 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
9642 Tom Tromey <tromey@redhat.com>
9643
9644 * python/py-type.c (typy_lookup_typename): Add in block argument.
9645 If provided restrict lookup to specified blocks.
9646 (gdbpy_lookup_type): Likewise.
9647 (typy_lookup_type): Likewise.
9648
9649 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9650
9651 Symbian config
9652
9653 gdb/
9654 * arm-symbian-tdep.c: New.
9655 * configure.tgt (arm*-*-symbianelf*): New target.
9656 (*-*-symbianelf*): New OS.
9657 * osabi.c (gdb_osabi_names): Add Symbian.
9658 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9659 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9660 (ALLDEPFILES): Add arm-symbian-tdep.c.
9661
9662 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9663
9664 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9665
9666 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9667
9668 * mi/mi-main.c (mi_cmd_execute): Fix typo.
9669
9670 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9671 Tom Tromey <tromey@redhat.com>
9672 Thiago Jung Bauermann <bauerman@br.ibm.com>
9673
9674 * python/python.c (_initialize_python): Call
9675 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9676 gdbpy_initialize_blocks.
9677 * python/python-internal.h: Declare struct symbol, block and
9678 symtab_and_line. Declare block_object_type and
9679 symbol_object_type
9680 (gdbpy_lookup_symbol gdbpy_block_for_pc)
9681 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9682 (symbol_to_symbol_object, block_to_block_object)
9683 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9684 (gdbpy_initialize_blocks ): Declare.
9685 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9686 (frapy_select): Add methods.
9687 (frapy_read_var): Add symbol branch.
9688 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9689 py-block.
9690 (SUBDIR_PYTHON_SRCS): Likewise.
9691 (py-symbol.o): New rule.
9692 (py-symtab.o): Likewise.
9693 (py-block.o): Likewise.
9694 * python/py-symbol.c: New file.
9695 * python/py-symtab.c: Likewise.
9696 * python/py-block.c: Likewise.
9697
9698 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9699
9700 PR gdb/11321
9701
9702 * inferior.h (prepare_for_detach): Declare.
9703 (struct inferior) <detaching>: New field.
9704 * infrun.c (prepare_for_detach): New.
9705 (handle_inferior_event) <random signal>: Don't stop if detaching.
9706 * target.c (target_detach): Call prepare_for_detach.
9707
9708 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9709
9710 Per-process displaced stepping queue.
9711
9712 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9713 (displaced_step_gdbarch, displaced_step_closure,
9714 (displaced_step_original, displaced_step_copy): Move globals to
9715 this...
9716 (struct displaced_step_inferior_state): ... new structure.
9717 (displaced_step_inferior_states): New global.
9718 (get_displaced_stepping_state, add_displaced_stepping_state)
9719 (remove_displaced_stepping_state, infrun_inferior_exit): New
9720 functions.
9721 (displaced_step_clear): Add displaced_step_inferior_state
9722 parameter, and adjust to handle it.
9723 (displaced_step_clear_cleanup): Parameter is now a
9724 displaced_step_inferior_state. Adjust.
9725 (displaced_step_prepare): Adjust.
9726 (displaced_step_fixup, displaced_step_fixup)
9727 (infrun_thread_ptid_changed, resume): Adjust.
9728 (init_wait_for_inferior): Don't call displaced_step_clear.
9729 (infrun_thread_stop_requested): Rewrite.
9730 (_initialize_infrun): Install infrun_inferior_exit as
9731 inferior_exit observer.
9732
9733 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9734
9735 * inferior.h (ptid_match): Declare.
9736 * infrun.c (ptid_match): New.
9737 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9738 (handle_notification): Add debug output.
9739 * linux-nat.c (ptid_match): Delete.
9740
9741 2010-02-24 David S. Miller <davem@davemloft.net>
9742
9743 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9744 * syscalls/sparc-linux.xml: New.
9745 * syscalls/sparc64-linux.xml: New.
9746 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9747 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9748 (sparc32_linux_get_syscall_number): New function.
9749 (sparc32_linux_init_abi): Set syscall XML file name and hook up
9750 syscall number fetcher.
9751 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9752 (sparc64_linux_get_syscall_number): New function.
9753 (sparc64_linux_init_abi): Set syscall XML file name and hook up
9754 syscall number fetcher.
9755
9756 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9757
9758 Multiexec MI
9759
9760 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9761 * inferior.c (add_inferior_silent): Notify inferior_added
9762 observer.
9763 (delete_inferior_1): Notify inferior_removed observer.
9764 (exit_inferior_1): Pass inferior, not pid, to observer.
9765 (inferior_appeared): Likewise.
9766 (add_inferior_with_spaces): New.
9767 (add_inferior_command): Use the above.
9768 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9769 Declare.
9770
9771 * inflow.c (inflow_inferior_exit): Likewise.
9772 * jit.c (jit_inferior_exit_hook): Likewise.
9773
9774 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9775 remove-inferior.
9776 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9777 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9778 (report_initial_inferior): New.
9779 (mi_inferior_removed): Register the above. Make sure
9780 inferior_added observer is called on the first inferior.
9781 (mi_new_thread, mi_thread_exit): Thread group is now identified by
9782 inferior number, not pid.
9783 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9784 affected.
9785 * mi/mi-main.c (current_context): New.
9786 (proceed_thread_callback): Use typed closure.
9787 Proceed everything if pid is 0. Most implementation split into
9788 (proceed_thread): ... this.
9789 (run_one_inferior): New.
9790 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9791 Adjust for multiexec behaviour.
9792 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9793 (mi_cmd_execute): Handle the 'thread-group' option here.
9794 Do some extra checks.
9795 * mi-parse.c (mi_parse): Handle the --all and --thread-group
9796 options.
9797 * mi-parse.h (struct mi_parse): New fields all and thread_group.
9798
9799 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9800
9801 Make -exec-run a proper MI commands.
9802
9803 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9804 * mi/mi-cmds.c (mi_cmds): Adjust.
9805 * mi/mi-main.c (mi_cmd_exec_run): New.
9806
9807 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9808 Stan Shebs <stan@codesourcery.com>
9809
9810 * tracepoint.h (set_traceframe_number)
9811 (cleanup_restore_current_traceframe): Declare.
9812 * tracepoint.c (set_traceframe_number): New.
9813 (struct current_traceframe_cleanup): New.
9814 (do_restore_current_traceframe_cleanup)
9815 (restore_current_traceframe_cleanup_dtor)
9816 (make_cleanup_restore_current_traceframe): New.
9817 * infrun.c: Include tracepoint.h.
9818 (fetch_inferior_event): Switch out and in of tfind mode.
9819
9820 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9821
9822 * breakpoint.c (breakpoint_init_inferior): Also delete
9823 bp_shlib_event breakpoints.
9824 * solib-frv.c (enable_break): Remove call to
9825 remove_solib_event_breakpoints.
9826 * solib-svr4.c (enable_break): Ditto.
9827 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9828 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9829 * solib-som.c (som_solib_create_inferior_hook): Ditto.
9830 * solib-spu.c (spu_enable_break): Ditto.
9831
9832 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9833
9834 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9835
9836 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9837
9838 * varobj.c (varobj_update): Avoid non-constants in initializers.
9839
9840 2010-02-23 Tom Tromey <tromey@redhat.com>
9841
9842 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9843 handle big-endian values.
9844 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9845
9846 2010-02-22 Pedro Alves <pedro@codesourcery.com>
9847
9848 PR9605
9849
9850 gdb/
9851 * breakpoint.c (insert_bp_location): If inserting the read
9852 watchpoint failed, fallback to an access watchpoint.
9853 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9854 if the value changed, if not watching the same memory for writes.
9855 (watchpoint_locations_match): Add comment.
9856 (update_global_location_list): Copy the location's watchpoint type.
9857 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9858 handle read watchpoints here.
9859 (i386_insert_watchpoint): Read watchpoints aren't supported.
9860 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9861 packets.
9862 * target.h (target_insert_watchpoint): Update description.
9863
9864 2010-02-19 Tom Tromey <tromey@redhat.com>
9865
9866 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9867 * m2-typeprint.c (m2_print_type): Update.
9868 * gdbtypes.c (recursive_dump_type): Update.
9869 (copy_type_recursive): Update.
9870 * c-typeprint.c (c_type_print_varspec_prefix): Update.
9871 (c_type_print_base): Update.
9872 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9873 Remove.
9874 (struct cplus_struct_type) <ntemplate_args>: Remove.
9875 <struct template_arg>: Remove.
9876 <is_dynamic>: Move earlier.
9877 (TYPE_TEMPLATE_ARGS): Remove.
9878 (TYPE_NTEMPLATE_ARGS): Remove.
9879 (TYPE_TEMPLATE_ARG): Remove.
9880
9881 2010-02-19 Tom Tromey <tromey@redhat.com>
9882
9883 PR c++/8693, PR c++/9496:
9884 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9885 * c-exp.y (lex_one_token): Rename from yylex. Don't call
9886 write_dollar_variable. Don't try to classify NAME tokens.
9887 (token_and_value): New type.
9888 (token_fifo, popping, name_obstack): New globals.
9889 (classify_name): New function.
9890 (classify_inner_name): Likewise.
9891 (yylex): Likewise.
9892 (VARIABLE): Now has type sval.
9893 (exp : VARIABLE): Call write_dollar_variable.
9894 (qualified_name): Use TYPENAME, not typebase. Add production for
9895 multiple "::" instances.
9896 (variable): Use name_not_typename.
9897 (qualified_type): Remove.
9898 (typebase): Update.
9899
9900 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9901
9902 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
9903 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
9904 found by bfd_get_section_by_name.
9905 * symfile.h (struct section_addr_info) <sectindex>: New comment.
9906
9907 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9908
9909 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
9910 7.0 section" into "Changes in 7.1".
9911
9912 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9913
9914 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9915 * version.in: Bump version to 7.1.50.20100219-cvs.
9916
9917 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
9918
9919 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9920 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9921
9922 2010-02-17 Tom Tromey <tromey@redhat.com>
9923
9924 * NEWS: Add Python API Improvements section.
9925
9926 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9927
9928 * NEWS: Correct typo.
9929
9930 2010-02-17 Tom Tromey <tromey@redhat.com>
9931
9932 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9933
9934 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9935
9936 * symfile.c (build_section_addr_info_from_objfile): Include sections
9937 only if they are SEC_ALLOC or SEC_LOAD.
9938
9939 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
9940
9941 PR shlibs/11293
9942 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9943 of ULONGEST for address size.
9944
9945 2010-02-17 Tom Tromey <tromey@redhat.com>
9946
9947 * NEWS: Add C++ improvements section.
9948
9949 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
9950
9951 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9952 PyThreadState_Swap): Avoid "statement with no effect" warning.
9953
9954 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9955
9956 * solib-svr4.c (enable_break <target_auxv_search>): New variable
9957 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
9958
9959 2010-02-17 Tristan Gingold <gingold@adacore.com>
9960 Petr Hluzin <petr.hluzin@gmail.com>
9961
9962 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9963 gdb_assert. Fix info->size for SIG prologue.
9964
9965 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9966
9967 * infcmd.c (show_inferior_tty_command): Check for NULL.
9968 Correct output message.
9969
9970 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9971
9972 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9973 FUNCTION contains parentheses. Improve removal of a trailing
9974 single quote.
9975
9976 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9977
9978 * gcore.c (do_bfd_delete_cleanup): New function.
9979 (gcore_command): Use it. Discard the cleanup after success.
9980 (gcore_copy_callback): Delete dead code.
9981
9982 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9983
9984 * symfile.c (addr_info_make_relative): Always use
9985 find_lowest_section.
9986
9987 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
9988
9989 * NEWS: Added entry for namespace fixes.
9990
9991 2010-02-15 Tom Tromey <tromey@redhat.com>
9992
9993 * dwarf2read.c (guess_structure_name): Allocate name on the
9994 objfile obstack.
9995
9996 2010-02-15 Tom Tromey <tromey@redhat.com>
9997
9998 * c-typeprint.c (c_type_print_base): Reverse order of test.
9999
10000 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10001
10002 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
10003 initialize it from ELF BFD. Extend the prelink condition by it.
10004
10005 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10006
10007 * defs.h (parse_pid_to_attach): New.
10008 * utils.c (parse_pid_to_attach): New.
10009 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
10010 * gnu-nat.c (gnu_attach): Likewise.
10011 * nto-procfs.c (procfs_attach): Likewise.
10012 * procfs.c (procfs_attach): Likewise.
10013 * windows-nat.c (windows_attach): Likewise.
10014 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
10015 * inf-ttrace.c (inf_ttrace_attach): Likewise.
10016 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
10017 check.
10018
10019 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
10020
10021 * MAINTAINERS: Add myself for write after approval privileges.
10022
10023 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10024
10025 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
10026 block.
10027
10028 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10029
10030 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
10031 only if INFO_VERBOSE.
10032
10033 2010-02-12 Tomas Holmberg <th@virtutech.com>
10034
10035 * mi/mi-main.c: Added the --reverse flag to the following MI
10036 commands: exec-continue, exec-finish, exec-next, exec-step,
10037 exec-next-instruction, exec-step-instruction. This is to
10038 support reverse execution over the MI interface to gdb.
10039
10040 2010-02-12 Pedro Alves <pedro@codesourcery.com>
10041
10042 * tracepoint.c (_initialize_tracepoint): Specify that the address
10043 range of `tfind outsize' is exclusive, and that the address range
10044 of `tfind range' is inclusive, in the commands' help strings.
10045
10046 2010-02-12 Joel Brobecker <brobecker@adacore.com>
10047
10048 Spurious "dll not found" error messages on x64-windows.
10049 * windows-nat.c: Add include of complaints.h.
10050 (handle_unload_dll): Change dll-not-found error into a complaint.
10051
10052 2010-02-12 Pedro Alves <pedro@codesourcery.com>
10053
10054 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
10055 bp_tracepoint and bp_fast_tracepoint, not
10056 bp_loc_software_breakpoint.
10057 (update_global_location_list): Tracepoints are never duplicates of
10058 anything.
10059
10060 2010-02-12 Pedro Alves <pedro@codesourcery.com>
10061
10062 * breakpoint.c (break_command_really): Change return type to int.
10063 Return false if no breakpoint was created, true otherwise.
10064 (trace_command): Don't set the tracepoint count if no tracepoint
10065 was created.
10066 (ftrace_command): Ditto.
10067 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
10068 created in the breakpoints table.
10069
10070 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10071 Ulrich Weigand <uweigand@de.ibm.com>
10072
10073 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
10074
10075 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10076
10077 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
10078 the offset value isn't of integral type.
10079
10080 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10081
10082 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
10083 New.
10084
10085 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10086
10087 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
10088 non-subscriptable types.
10089 * valarith.c (binop_types_user_defined_p): New, abstracted out
10090 from ...
10091 (binop_user_defined_p): ... this.
10092 * value.h (binop_types_user_defined_p): Declare.
10093
10094 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10095
10096 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
10097 Merge uploaded TSVs before merging uploaded tracepoints.
10098
10099 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10100
10101 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
10102
10103 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
10104
10105 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
10106 whitespace character after a dot in comment.
10107 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
10108 Likewise.
10109 (list_args_or_locals): For the 'all' (that is
10110 -stack-list-variables) case, always output list of tuples.
10111 Output 'arg' field if variable is argument.
10112
10113 2010-02-10 Tom Tromey <tromey@redhat.com>
10114
10115 * parser-defs.h (parser_debug): Declare.
10116 * parse.c (_initialize_parse): Install "debug parser" set/show
10117 command.
10118 (parser_debug): New global.
10119 (show_parserdebug): New function.
10120 * c-exp.y (c_parse): Set yydebug.
10121
10122 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
10123
10124 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
10125 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
10126 (tdesc_predefined_types): Add i387_ext, i386_eflags and
10127 i386_mxcsr.
10128 (tdesc_find_type): New.
10129 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
10130 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
10131
10132 * target-descriptions.h (tdesc_find_type): New.
10133
10134 2010-02-10 Michael Snyder <msnyder@vmware.com>
10135
10136 * gdb-gdb.py: Comment fix.
10137
10138 2010-02-09 Tristan Gingold <gingold@adacore.com>
10139
10140 * machoread.c (macho_symfile_relocate): New function.
10141 (macho_sym_fns): Use macho_symfile_relocate instead of
10142 default_symfile_relocate.
10143 (macho_oso_data): New type.
10144 (current_oso): New variable.
10145 (macho_add_oso_symfile): Do not compute section_addr_info, but
10146 instead set vma of sections.
10147 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
10148 Set and clear current_oso.
10149
10150 2010-02-09 Joel Brobecker <brobecker@adacore.com>
10151
10152 Wrong type description for tagged type parameter.
10153 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
10154 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
10155 reference to a tagged type.
10156
10157 2010-02-09 Tristan Gingold <gingold@adacore.com>
10158
10159 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
10160 brothers of the parent.
10161
10162 2010-02-08 Tom Tromey <tromey@redhat.com>
10163
10164 PR c++/8017:
10165 * value.h: Update.
10166 * valops.c (search_struct_field): Make 'name' const.
10167 (search_struct_method): Likewise.
10168 (find_method_list): Make 'method' const.
10169 (value_struct_elt): Make 'name' and 'err' const.
10170 (value_find_oload_method_list): Make 'method' const.
10171 (find_overload_match): Make 'name' const.
10172 * eval.c (evaluate_subexp_standard): New locals function,
10173 function_name.
10174 <OP_FUNCALL>: Handle OP_SCOPE specially.
10175
10176 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10177
10178 * infrun.c (handle_inferior_event): Do not look up regcache
10179 for exited processes.
10180
10181 2010-02-08 Chris Moller <moller@mollerware.com>
10182
10183 PR gdb/10728
10184 * valarith.c (value_ptrdiff): Added a test for a zero type length,
10185 warn if found, and assume length = 1.
10186
10187 2010-02-08 Chris Moller <cmoller@redhat.com>
10188
10189 PR gdb/9067
10190 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
10191 (cp_print_static_field) Fix use of obstacks.
10192
10193 2010-02-08 Pedro Alves <pedro@codesourcery.com>
10194
10195 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
10196 resumed LWPs as resumed.
10197 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
10198 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
10199 of throwing an internal error. If an LWP of a process we're not
10200 waiting for reports a signal, don't force collecting a SIGSTOP,
10201 and if it was breakpoint hit in non-stop mode, cancel it. Don't
10202 go through all LWPs cancelling breakpoints in non-stop mode.
10203 (resume_stopped_resumed_lwps): New.
10204 (linux_nat_wait): Use it.
10205
10206 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
10207
10208 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
10209 i386/amd64 and i386/amd64-linux.
10210 (i386/i386-expedite): New.
10211 (i386/i386-linux-expedite): Likewise.
10212 (i386/amd64-expedite):Likewise.
10213 (i386/amd64-linux-expedite): Likewise.
10214 ($(outdir)/i386/i386-linux.dat): Likewise.
10215 ($(outdir)/i386/amd64.dat): Likewise.
10216 ($(outdir)/i386/amd64-linux.dat): Likewise.
10217
10218 * features/i386/32bit-core.xml: New.
10219 * features/i386/32bit-linux.xml: Likewise.
10220 * features/i386/32bit-sse.xml: Likewise.
10221 * features/i386/64bit-core.xml: Likewise.
10222 * features/i386/64bit-linux.xml: Likewise.
10223 * features/i386/64bit-sse.xml: Likewise.
10224 * features/i386/i386-linux.xml: Likewise.
10225 * features/i386/i386.xml: Likewise.
10226 * features/i386/amd64-linux.xml: Likewise.
10227 * features/i386/amd64.xml: Likewise.
10228 * features/i386/i386-linux.c: Likewise.
10229 * features/i386/i386.c: Likewise.
10230 * features/i386/amd64-linux.c: Likewise.
10231 * features/i386/amd64.c: Likewise.
10232
10233 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
10234
10235 PR c++/7935:
10236 * cp-support.h: Added char* alias element to using_direct data
10237 struct.
10238 (cp_add_using): Added char* alias argument.
10239 (cp_add_using_directive): Ditto.
10240 * cp-namespace.c: Updated with the above changes.
10241 (cp_lookup_symbol_imports): Check for aliases.
10242 * dwarf2read.c (read_import_statement): Figure out local alias
10243 for the import and pass it on to cp_add_using.
10244 (read_namespace): Pass alias argument to cp_add_using.
10245
10246 2010-02-05 Hui Zhu <teawater@gmail.com>
10247
10248 * defs.h (gdb_bfd_errmsg): New extern.
10249 * exec.c (exec_file_attach): Change bfd_errmsg to
10250 gdb_bfd_errmsg.
10251 * utils.c (AMBIGUOUS_MESS1): New macro.
10252 (AMBIGUOUS_MESS2): New macro.
10253 (gdb_bfd_errmsg): New function.
10254
10255 2010-02-04 Doug Evans <dje@google.com>
10256
10257 * solib-svr4.c (enable_break): Add comment.
10258
10259 2010-02-04 Anthony Green <green@moxielogic.com>
10260
10261 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
10262 gracefully.
10263
10264 2010-02-04 Tom Tromey <tromey@redhat.com>
10265
10266 * valops.c (search_struct_field): Account for
10267 value_embedded_offset. Fix check for virtual base past the end of
10268 the object. Use value_copy when making a slice of the value.
10269
10270 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
10271
10272 PR tui/9622
10273 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
10274 only if gdb_stdout is a tty.
10275
10276 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
10277
10278 * target-descriptions.c: Include "osabi.h".
10279 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
10280 OSABI.
10281
10282 2010-02-04 Tristan Gingold <gingold@adacore.com>
10283
10284 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
10285 (macho_symtab_read): Adjust calls to macho_add_oso.
10286 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
10287 (macho_symfile_read): Adjust call to macho_oso_symfile.
10288 (macho_new_init): Move this function after declarations.
10289 (macho_symfile_init): Ditto.
10290 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
10291 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
10292
10293 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
10294
10295 Include MI command in remotelog.
10296
10297 * mi/mi-main.c (mi_execute_command): Call target_log_command.
10298
10299 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10300
10301 * remote.c (remote_state): Remove gdbarch.
10302 (init_remote_state): Don't set gdbarch.
10303 (remote_query_supported): Pass target_gdbarch instead of
10304 rs->gdbarch to gdbarch_qsupported.
10305
10306 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10307
10308 * gdbarch.sh: Add qsupported.
10309
10310 * gdbarch.c: Regenerated.
10311 * gdbarch.h: Likewise.
10312
10313 * remote.c (remote_state): Add gdbarch.
10314 (init_remote_state): Set gdbarch.
10315 (remote_query_supported): Support gdbarch_qsupported.
10316
10317 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
10318
10319 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
10320 __FreeBSD_kernel_version.
10321
10322 2010-02-03 Tristan Gingold <gingold@adacore.com>
10323
10324 * symfile.h (struct sym_fns): Add sym_relocate field.
10325 (default_symfile_relocate): New prototype.
10326 (symfile_relocate_debug_section): First argument is now an objfile.
10327 * symfile.c (default_symfile_relocate): Rename from
10328 symfile_relocate_debug_section, first argument is now an objfile.
10329 (symfile_relocate_debug_section): New function.
10330 * coffread.c (coff_sym_fns): Set sym_relocate field.
10331 * somread.c (som_sym_fns): Ditto.
10332 * mipsread.c (ecoff_sym_fns): Ditto.
10333 * machoread.c (macho_sym_fns): Ditto.
10334 * elfread.c (elf_sym_fns): Ditto.
10335 * dwarf2read.c (dwarf2_read_section): Ditto.
10336 * xcoffread.c (xcoff_sym_fns): Ditto.
10337 * dbxread.c (aout_sym_fns): Ditto.
10338 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
10339 (elfstab_build_psymtabs): Ditto.
10340
10341 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10342
10343 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
10344
10345 2010-02-02 Tom Tromey <tromey@redhat.com>
10346
10347 * valops.c (value_cast_structs): Try downcasting using the RTTI
10348 type.
10349
10350 2010-02-02 Tom Tromey <tromey@redhat.com>
10351
10352 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
10353 (gnuv2_baseclass_offset): Now static.
10354 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
10355 * gnu-v2-abi.h: Remove.
10356
10357 2010-02-02 Tom Tromey <tromey@redhat.com>
10358
10359 * m2-typeprint.c (m2_record_fields): Don't use
10360 TYPE_DECLARED_TYPE.
10361 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
10362 (struct main_type) <flag_declared_class>: New field.
10363 (struct cplus_struct_type) <declared_type>: Remove.
10364 <ntemplate_args>: Move earlier.
10365 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
10366 (DECLARED_TYPE_TEMPLATE): Remove.
10367 (TYPE_DECLARED_TYPE): Remove.
10368 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
10369 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
10370 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
10371 TYPE_DECLARED_TYPE.
10372
10373 2010-02-02 Tom Tromey <tromey@redhat.com>
10374
10375 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
10376 * valops.c (search_struct_field): Compute nbases after calling
10377 CHECK_TYPEDEF.
10378 (check_field): Call CHECK_TYPEDEF.
10379 * cp-valprint.c (cp_print_value): Pass correct address to
10380 baseclass_offset. Fix check for virtual base past the end of the
10381 object. Don't offset address passed to cp_print_value_fields or
10382 apply_val_pretty_printer.
10383 (cp_print_value_fields): Fix call to val_print.
10384 (cp_print_value_fields_rtti): New function.
10385 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
10386 * p-valprint.c (pascal_object_print_value_fields): Fix call to
10387 val_print.
10388 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
10389 offset to address.
10390 * language.h (struct language_defn) <la_val_print>: Document.
10391 * c-lang.h (cp_print_value_fields_rtti): Declare.
10392
10393 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10394
10395 PR libc/11214:
10396 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10397 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
10398 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10399
10400 2010-02-01 Michael Matz <matz@suse.de>
10401 Daniel Jacobowitz <dan@codesourcery.com>
10402
10403 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
10404 functions use a frame pointer.
10405
10406 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10407
10408 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
10409 by a conditional setting DYN_ADDR. Use DYN_ADDR.
10410 * config/djgpp/fnchange.lst: Add translations for
10411 symbol-without-target_section.exp and symbol-without-target_section.c.
10412
10413 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10414
10415 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
10416 (remote_breakpoint_for_pc): Correct invalid_p check.
10417 * gdbarch.c: Regenerated.
10418
10419 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10420
10421 * arm-tdep.c (arm_find_mapping_symbol): New function, from
10422 arm_pc_is_thumb.
10423 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
10424 (extend_buffer_earlier): New function.
10425 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
10426 (arm_adjust_breakpoint_address): New function.
10427 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
10428
10429 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10430
10431 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
10432 (arm_linux_thumb2_le_breakpoint): New constants.
10433 (arm_linux_init_abi): Set thumb2_breakpoint and
10434 thumb2_breakpoint_size.
10435 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
10436 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
10437 Implement support for single stepping through IT blocks if
10438 a 32-bit Thumb breakpoint instruction is available.
10439 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
10440 is available, use it when needed.
10441 (arm_remote_breakpoint_from_pc): New function.
10442 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
10443 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
10444 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
10445
10446 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10447
10448 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
10449 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
10450 * gdbarch.c, gdbarch.h: Regenerated.
10451 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
10452 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
10453 gdbarch_remote_breakpoint_from_pc.
10454
10455 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10456
10457 * infrun.c (prepare_to_proceed): Handle other signals which might
10458 match a breakpoint.
10459 (handle_inferior_event): Move the check for unusual breakpoint
10460 signals earlier.
10461
10462 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
10463
10464 amd64 - function returning record with field straddling 2 registers.
10465 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
10466 a record of length <= 16 in which a field straddles the two
10467 eightbytes.
10468
10469 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10470
10471 Implement return values on amd64-windows.
10472 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
10473 (amd64_windows_return_value): New function.
10474 (amd64_windows_init_abi): Call set_gdbarch_return_value with
10475 amd64_windows_return_value.
10476
10477 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10478
10479 amd64-windows: 32 bytes allocated on stack by caller for integer
10480 parameter registers.
10481 * i386-tdep.h (struct gdbarch_tdep): Add new field
10482 integer_param_regs_saved_in_caller_frame.
10483 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10484 tdep->integer_param_regs_saved_in_caller_frame to 1.
10485 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
10486 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
10487
10488 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10489
10490 amd64-windows: memory args passed by pointer during function calls.
10491 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
10492 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
10493 where tdep->memory_args_by_pointer is non-zero.
10494 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10495 tdep->memory_args_by_pointer to 1.
10496
10497 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10498
10499 amd64-windows: Integer parameters in function calls.
10500 * i386-tdep.h (enum amd64_reg_class): New, moved here from
10501 amd64-tdep.c.
10502 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
10503 call_dummy_integer_regs, and classify.
10504 * amd64-tdep.h (amd64_classify): Add declaration.
10505 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
10506 (amd64_reg_class): Delete, moved to i386-tdep.h.
10507 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
10508 Replace call to amd64_classify by call to tdep->classify.
10509 (amd64_push_arguments): Get the list of registers to use for
10510 passing integer parameters from the gdbarch tdep structure,
10511 rather than using a hardcoded one. Replace calls to amd64_classify
10512 by calls to tdep->classify.
10513 (amd64_push_dummy_call): Get the register number used for
10514 the "hidden" argument from tdep->call_dummy_integer_regs.
10515 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
10516 and tdep->call_dummy_integer_regs. Set tdep->classify.
10517 * amd64-windows-tdep.c: Add include of gdbtypes.h.
10518 (amd64_windows_dummy_call_integer_regs): New static global.
10519 (amd64_windows_classify): New function.
10520 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
10521 tdep->call_dummy_integer_regs and tdep->classify.
10522
10523 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
10524
10525 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
10526 for the new regcache. All callers updated.
10527 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
10528 (get_thread_arch_regcache): Do not set aspace here.
10529 * regcache.h (regcache_xmalloc): Update declaration.
10530
10531 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
10532 regcache_xmalloc updated.
10533
10534 2010-01-28 Joel Brobecker <brobecker@adacore.com>
10535
10536 Another -Wunused-function error in procfs.c (sparc-solaris)
10537 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
10538 Only define if SYS_syssgi is defined.
10539 (remove_dbx_link_breakpoint): Delete declaration. Move up.
10540 (dbx_link_addr, insert_dbx_link_bpt_in_file)
10541 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
10542 is itself defined.
10543
10544 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
10545
10546 * windows-nat.c (windows_initialization_done): New variable.
10547 (get_windows_debug_event): Issue error when process dies before
10548 completely initializing.
10549 (do_initial_windows_stuff): Set flag to indicate when we are done with
10550 the initial steps of attaching to the child.
10551
10552 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10553
10554 * symtab.h (struct symbol <symtab>): New comment on NULL values.
10555
10556 2010-01-27 Doug Evans <dje@google.com>
10557
10558 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10559
10560 * breakpoint.c (bpstat_stop_status): Delete useless code.
10561
10562 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10563
10564 * printcmd.c (display_uses_solib_p): Remove variable section. Access
10565 objfile via SYMBOL_SYMTAB.
10566
10567 2010-01-26 Tom Tromey <tromey@redhat.com>
10568
10569 PR exp/7643:
10570 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10571 coerce_array on result.
10572
10573 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10574
10575 * cp-namespace.c (cp_lookup_symbol_namespace): Added
10576 search_parent argument.
10577 (cp_add_using): Initialize 'searched' field.
10578 (reset_directive_searched): New function.
10579 * cp-support.h: Add 'searched' field to using_direct struct.
10580 (cp_lookup_symbol_imports): Ditto.
10581 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10582 Perform recursive search.
10583 Implement non parent search.
10584 * valops.c (value_maybe_namespace_elt): Updated.
10585
10586 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10587
10588 PR gdb/10929:
10589 * dwarf2read.c (read_lexical_block_scope): Create blocks for
10590 scopes which contain using directives even if they contain no
10591 declarations.
10592 * symtab.c (lookup_symbol_aux): Pass lowest level block to
10593 la_lookup_symbol_nonlocal.
10594 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10595 cp_lookup_symbol_namespace.
10596 (cp_lookup_symbol_namespace): Perform an import lookup at every
10597 block level.
10598 (cp_lookup_symbol_imports): New function.
10599 (cp_lookup_symbol_in_namespace): New function.
10600
10601 2010-01-25 Tom Tromey <tromey@redhat.com>
10602
10603 PR gdb/11049:
10604 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10605 result.
10606
10607 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10608
10609 * configure.ac: Only use host_os part when disabling TUI on osf.
10610 Use test to check variables, prefix strings with x.
10611 * configure: Regenerate.
10612
10613 * solib-osf.c (osf_current_sos): Initialize tail.
10614
10615 2010-01-25 gingold <gingold@adacore.com>
10616
10617 * windows-nat.c (windows_continue): Use %x to print thread id.
10618 (get_windows_debug_event): Ditto.
10619
10620 2010-01-22 Tom Tromey <tromey@redhat.com>
10621
10622 PR symtab/11199:
10623 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10624 type and arguments. Use smash_to_methodptr_type.
10625 (read_structure_type): Call quirk_gcc_member_function_pointer
10626 later.
10627 * gdbtypes.h (smash_to_methodptr_type): Declare.
10628 * gdbtypes.c (smash_to_methodptr_type): New function.
10629 (lookup_methodptr_type): Use it.
10630
10631 2010-01-21 Tom Tromey <tromey@redhat.com>
10632
10633 PR symtab/11198:
10634 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10635 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10636 * glibc-tdep.c (find_minsym_and_objfile): Remove.
10637 (glibc_skip_solib_resolver): Use
10638 lookup_minimal_symbol_and_objfile.
10639
10640 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
10641
10642 * inflow.c (check_syscall): Guard by #if clause for GO32 and
10643 WIN32 targets.
10644
10645 2010-01-20 Tom Tromey <tromey@redhat.com>
10646
10647 PR backtrace/10770:
10648 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10649 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
10650 * dwarf2expr.c (new_dwarf_expr_context): Allocate
10651 dwarf_stack_values, not CORE_ADDRs.
10652 (execute_stack_op): Change DW_OP_div and comparison operators to
10653 use signed operands.
10654
10655 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
10656
10657 Per-inferior args and tty and environment.
10658
10659 * infcmd.c (inferior_args): Rename to ...
10660 (inferior_args_scratch): ... this.
10661 (inferior_io_terminal): Rename to ...
10662 (inferior_io_terminal_scratch): ... this.
10663 (inferior_argc, inferior_argv): Remove.
10664 (set_inferior_io_terminal, get_inferior_io_terminal): Store
10665 inside current_inferior().
10666 (set_inferior_tty_command, show_inferior_tty_command): New.
10667 (get_inferior_args, set_inferior_args): Store inside
10668 current_inferior().
10669 (notice_args_set): Likewise and rename to...
10670 (set_args_command): ... this.
10671 (set_inferior_args_vector): Likewise.
10672 (notice_args_read): Rename to...
10673 (show_args_command): ...new.
10674 (tty_command): Remove.
10675 (run_command_1): Don't free old args, as they are freed by
10676 set_inferior_arg now.
10677 (run_no_args_command): Likewise.
10678 (inferior_environ): Remove.
10679 (run_command_1): Use environment of the current inferior.
10680 (environment_info, set_environment_command)
10681 (unset_environment_command, path_info, path_command): Likewise.
10682 (_initialize_infcmd): Adjust for function and variable renames.
10683 Do not init inferior_environ.
10684 * inferior.h (set_inferior_arg): Adjust prototype.
10685 (struct inferior): New fields args, argc, argv, terminal, environment.
10686 (inferior_environ): Remove declaration.
10687 * inferior.c (free_inferior): Free new fields.
10688 (add_inferior_silent): Initialize 'environment' field.
10689 * main.c (captured_main): Set arguments only after the initial
10690 inferior has been created. Set set_inferior_io_terminal,
10691 not tty_command.
10692 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10693 inferior.
10694 (_initialize_mi_cmd_env): Adjust for disappearance of global
10695 inferior_environ.
10696 * solib.c (solib_find): Use environment of the current inferior.
10697
10698 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10699
10700 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10701 HAVE_PYTHON.
10702 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10703
10704 2010-01-20 Joel Brobecker <brobecker@adacore.com>
10705
10706 Get rid of ada-lang.c:function_name_from_pc.
10707 * ada-lang.c: Add "stack.h" #include.
10708 (function_name_from_pc): Delete.
10709 (is_known_support_routine): Replace call to function_name_from_pc
10710 by call to find_frame_funname.
10711 (ada_unhandled_exception_name_addr_from_raise): Likewise.
10712
10713 2010-01-19 Tom Tromey <tromey@redhat.com>
10714
10715 PR c++/11026:
10716 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10717 objfile obstack.
10718
10719 2010-01-19 Tom Tromey <tromey@redhat.com>
10720
10721 * top.c (stop_sig, float_handler, do_nothing): Remove.
10722
10723 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10724
10725 * breakpoint.c (watchpoint_check): Check the call
10726 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10727 Extend the comment.
10728 * config/djgpp/fnchange.lst: Add translations for
10729 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10730 watchpoint-cond-gone-stripped.c.
10731
10732 2010-01-19 Tom Tromey <tromey@redhat.com>
10733
10734 PR c++/8000:
10735 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10736 into parent scope, and enumerator into grandparent scope.
10737
10738 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10739
10740 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10741
10742 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10743
10744 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10745 i[34567]86-*-solaris2.1[0-9]*.
10746 * configure.tgt: Likewise.
10747
10748 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10749
10750 * NEWS: Document the source command enhancement allowing it
10751 to load Python scripts. Document the "set/show script-extension"
10752 commands.
10753
10754 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10755
10756 Add -Wunused-function to compile flags.
10757 * configure.ac: Add -Wunused-function to build_warnings.
10758 * configure: Regenerate.
10759
10760 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10761
10762 "delete" ada-lex.c:input function, not used.
10763 * ada-lex.l: #define YY_NO_INPUT.
10764
10765 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10766
10767 Delete free_named_symtabs and associated cleanup.
10768 * symfile.h (free_named_symtabs): Delete declaration.
10769 * symfile.c: Remove some commented out code (clear_symtab_users_once).
10770 (cashier_psymtab): Comment function out.
10771 Delete declaration.
10772 (free_named_symtabs): Delete.
10773 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10774 * dbxread.c (end_psymtab): Likewise.
10775 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10776 * exec.c (exec_close_1): Ditto.
10777 * xcoffread.c (xcoff_end_psymtab): Likewise.
10778
10779 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10780
10781 * stack.c (print_block_frame_labels): Comment function out.
10782
10783 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10784
10785 Delete unused or undefined functions.
10786 * breakpoint.c (ep_parse_optional_filename): Delete.
10787 * dcache.c (dcache_write_line): Remove declaration.
10788 * infrun.c (build_infrun): Remove declaration.
10789 * tracepoint.c (tracepoint_save_command): Remove declaration.
10790 * linux-nat.c (init_lwp_list): Delete. No longer used.
10791 * event-loop.c (check_async_signal_handlers): Delete declaration.
10792 * infrun.c (init_execution_control_state): Delete.
10793 (proceed): Update comment to avoid mentioning
10794 init_execution_control_state.
10795 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10796 * ada-lang.c (ada_to_static_fixed_value): Delete.
10797 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10798 * cp-namespace.c (cp_copy_usings): Delete.
10799 * xml-syscall.c (xml_number_of_syscalls): Delete.
10800 * progspace.c (find_program_space_by_num): Delete.
10801 * inflow.c (handle_sigio): Delete declaration.
10802 * hppa-tdep.c (hppa_alignof): Delete.
10803 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10804 (mipsnbsd_core_osabi_sniffer): Delete.
10805
10806 2010-01-18 Tom Tromey <tromey@redhat.com>
10807
10808 PR c++/9680:
10809 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10810 (CONST_CAST): New tokens.
10811 (exp): Add new productions.
10812 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10813 reinterpret_cast.
10814 (is_cast_operator): New function.
10815 (yylex): Handle cast operators specially.
10816 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10817 UNOP_REINTERPRET_CAST>: New cases.
10818 * expprint.c (print_subexp_standard): Likewise.
10819 (op_name_standard): Likewise.
10820 (dump_subexp_body_standard): Likewise.
10821 * parse.c (operator_length_standard): Likewise.
10822 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10823 UNOP_REINTERPRET_CAST.
10824 * gdbtypes.c (class_types_same_p): New function.
10825 (is_ancestor): Use it.
10826 (is_public_ancestor): New function.
10827 (is_unique_ancestor_worker): Likewise.
10828 (is_unique_ancestor): Likewise.
10829 * gdbtypes.h (class_types_same_p, is_public_ancestor)
10830 (is_unique_ancestor): Declare.
10831 * valops.c (value_reinterpret_cast): New function.
10832 (dynamic_cast_check_1): Likewise.
10833 (dynamic_cast_check_2): Likewise.
10834 (value_dynamic_cast): Likewise.
10835 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10836
10837 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10838
10839 Fix build failure when building without Python support.
10840 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10841 is not defined.
10842
10843 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10844
10845 Use XVS field type instead of doing a parallel lookup.
10846 * ada-lang.c (ada_get_base_type): Follow the XVS field type
10847 if it is a reference type instead of doing a type lookup using
10848 the XVS field name.
10849
10850 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10851
10852 Trust PAD types instead of using PAD___XVS.
10853 * ada-lang.c (trust_pad_over_xvs): New static variable.
10854 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10855 parallel XVS type, follow the XVS type instead of the PAD type.
10856 (unwrap_value): Make sure that there is no parallel XVE type
10857 before returning the value as is.
10858 (set_ada_list, show_ada_list): New static variables.
10859 (set_ada_command, show_ada_command): New functions.
10860 (_initialize_ada_language): Add new "set/show ada" prefix commands.
10861 Add new "set/show ada trust-PAD-over-XVS" setting.
10862
10863 2010-01-18 Tom Tromey <tromey@redhat.com>
10864 Thiago Jung Bauermann <bauerman@br.ibm.com>
10865
10866 Allow "source" to load python scripts.
10867 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10868 * python/python.c (source_python_script): New function.
10869 * python/python.h (source_python_script): Add declaration.
10870 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10871 (script_ext_off, script_ext_soft, script_ext_strict)
10872 (script_ext_enums, script_ext_mode): New static constants.
10873 (show_script_ext_mode, find_and_open_script): New functions.
10874 (source_script): Enhance to handle Python scripts.
10875 (init_cli_cmds): Add set/show script-extension commands.
10876
10877 2010-01-16 Stan Shebs <stan@codesourcery.com>
10878
10879 * tracepoint.h (struct trace_status): Use unsigned long long
10880 instead of size_t.
10881 * tracepoint.c (trace_status_command): Fix printf directive.
10882 (trace_save_command): Check fwrite returns, fix printf directive.
10883 (trace_filename): New global.
10884 (tfile_open): Set it, check read returns.
10885 (tfile_close): Free trace_filename.
10886 (tfile_get_traceframe_address): Check read returns.
10887 (tfile_trace_find): Ditto.
10888 (tfile_fetch_registers): Ditto.
10889 (tfile_xfer_partial): Ditto.
10890 (tfile_get_trace_state_variable_value): Ditto.
10891
10892 2010-01-15 Stan Shebs <stan@codesourcery.com>
10893
10894 Add trace file support.
10895 * tracepoint.h (enum trace_stop_reason): New enum.
10896 (struct trace_status): New struct.
10897 (parse_trace_status): Declare.
10898 (struct uploaded_tp): Move here from remote.c,
10899 add fields for actions.
10900 (struct uploaded_tsv): New struct.
10901 * tracepoint.c (tfile_ops): New target vector.
10902 (trace_fd): New global.
10903 (tfile_open): New function.
10904 (tfile_close): New function.
10905 (tfile_files_info): New function.
10906 (tfile_get_trace_status): New function.
10907 (tfile_get_traceframe_address): New function.
10908 (tfile_trace_find): New function.
10909 (tfile_fetch_registers): New function.
10910 (tfile_xfer_partial): New function.
10911 (tfile_get_trace_state_variable_value): New function.
10912 (init_tfile_ops): New function.
10913 (_initialize_tracepoint): Call it, add tfile target.
10914 (trace_status): New global.
10915 (current_trace_status): New function.
10916 (trace_running_p): Remove, change all users to get from
10917 current_trace_status()->running.
10918 (get_trace_status): Remove.
10919 (trace_status_command): Call target_get_trace_status directly,
10920 report more detail including tracing stop reasons.
10921 (trace_find_command): Always allow tfind on a file.
10922 (trace_find_pc_command): Ditto.
10923 (trace_find_tracepoint_command): Ditto.
10924 (trace_find_line_command): Ditto.
10925 (trace_find_range_command): Ditto.
10926 (trace_find_outside_command): Ditto.
10927 (trace_frames_offset, cur_offset): Declare as off_t.
10928 (trace_regblock_size): Rename from reg_size, update users.
10929 (parse_trace_status): New function.
10930 (tfile_interp_line): New function.
10931 (disconnect_or_stop_tracing): Ensure current trace
10932 status before asking what to do.
10933 (stop_reason_names): New global.
10934 (trace_save_command): New command.
10935 (get_uploaded_tp): Move here from remote.c.
10936 (find_matching_tracepoint): Ditto.
10937 (merge_uploaded_tracepoints): New function.
10938 (parse_trace_status): Use stop_reason_names.
10939 (_initialize_tracepoint): Define tsave command.
10940 * target.h (target_ops): New fields to_save_trace_data,
10941 to_upload_tracepoints, to_upload_trace_state_variables,
10942 to_get_raw_trace_data, change to_get_trace_status
10943 to take a pointer to a status struct.
10944 (target_save_trace_data): New macro.
10945 (target_upload_tracepoints): New macro.
10946 (target_upload_trace_state_variables): New macro.
10947 (target_get_raw_trace_data): New macro.
10948 * target.c (update_current_target): Add new methods, change
10949 signature of to_get_trace_status.
10950 * remote.c (hex2bin): Make globally visible.
10951 (bin2hex): Ditto.
10952 (remote_download_trace_state_variable): Download name also.
10953 (remote_get_trace_status): Update parameter, use
10954 parse_trace_status.
10955 (remote_save_trace_data): New function.
10956 (remote_upload_tracepoints): New function.
10957 (remote_upload_trace_state_variables): New function.
10958 (remote_get_raw_trace_data): New function.
10959 (remote_start_remote): Use them.
10960 (_initialize_remote_ops): Add operations.
10961 * ax-gdb.c: Include breakpoint.h.
10962 * breakpoint.c (create_tracepoint_from_upload): Use
10963 break_command_really, return tracepoint, warn about unimplemented
10964 parts.
10965 * NEWS: Mention trace file addition.
10966
10967 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10968
10969 Fix compilation warning on gcc-3.4.
10970 * exec.c (print_section_info): Move the `displacement' variable
10971 initialization to its declaration.
10972
10973 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10974
10975 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10976 comparison.
10977
10978 2010-01-15 Eric Botcazou <botcazou@adacore.com>
10979
10980 "info tasks" broken by typedefs in ATCB type definitions.
10981 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10982 ada_check_typedef before retrieving the length of the type for
10983 regular fields.
10984
10985 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10986
10987 Do not use name-based lookup for unconstrained packed arrays.
10988 * ada-lang.c (find_parallel_type_by_descriptive_type):
10989 Limit the fallback to name-based lookups to the case where
10990 the type is a constrained packed array.
10991
10992 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10993
10994 Enhance gdb-gdb.py to handle main_type.type_specific.
10995 * gdb-gdb.py: Print the type-specific part of struct main_type.
10996
10997 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10998
10999 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
11000 * configure: Regenerate.
11001 * config.in: Regenerate.
11002 * utils.c: Include sys/resource.h.
11003 (dump_core, can_dump_core): New.
11004 (internal_vproblem): Update the comment. Check can_dump_core while
11005 setting dump_core_p. Replace two abort calls by dump_core calls.
11006
11007 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11008 Eli Zaretskii <eliz@gnu.org>
11009
11010 * NEWS: Document the PIE support.
11011
11012 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11013
11014 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
11015 (check_is_pie_binary, _initialize_linux_tdep): Remove.
11016
11017 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11018
11019 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
11020 Replace exec_entry_point call by bfd_get_start_address.
11021
11022 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11023
11024 Support Valgrind attachments broken by the PIE support.
11025 * auxv.c: Include gdbcore.h.
11026 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
11027 parameters ops, object and annex. Remove their assertions.
11028 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
11029 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
11030 (memory_xfer_auxv): ... here.
11031 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
11032 memory_xfer_auxv.
11033 * procfs.c (procfs_xfer_partial): Likewise.
11034 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
11035 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
11036 (svr4_solib_create_inferior_hook): Conditionalize the
11037 svr4_relocate_main_executable call.
11038
11039 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11040
11041 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
11042 target_section. Find SECT in current_target_sections, gdb_assert it.
11043 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
11044 New variable abfd.
11045 * symtab.c (lookup_objfile_from_block): Return the binary file instead
11046 of separate debug info file.
11047
11048 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11049
11050 Support PIEs with no symfile_objfile.
11051 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
11052 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
11053
11054 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11055
11056 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
11057 code part to ...
11058 (svr4_static_exec_displacement): ... a new function.
11059 (svr4_exec_displacement): New function.
11060 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
11061 new_offsets using alloca now. Remove variable old_chain and changed.
11062 Call objfile_relocate unconditionally now.
11063
11064 2010-01-14 Doug Evans <dje@google.com>
11065
11066 * gdbtypes.c (arch_flags_type): Fix comment.
11067 * gdbtypes.h (arch_composite_type): Fix comment.
11068
11069 2009-01-14 Tristan Gingold <gingold@adacore.com>
11070
11071 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
11072 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
11073 to symbol_file_add_from_bfd. Add OSO as separate objfile.
11074 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
11075 macho_add_oso_symfile.
11076 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
11077
11078 2010-01-14 Joel Brobecker <brobecker@adacore.com>
11079
11080 Tru64: Dead threads are never deleted.
11081 * dec-thread.c (dec_thread_ptid_is_alive): New function.
11082 (dec_thread_count_gdb_threads): Fix counter increment.
11083 (dec_thread_add_gdb_thread): Fix *listp increment.
11084 (resync_thread_list): Fix bug in deletion of dead threads that
11085 caused all threads to be deleted, instead of just the dead ones.
11086
11087 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
11088
11089 PR python/10705
11090
11091 * python/python-internal.h: Add lazy_string_object_type
11092 definition.
11093 (create_lazy_string_object, gdbpy_initialize_lazy_string)
11094 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
11095 * python/py-value.c (valpy_lazy_string): New function.
11096 (convert_value_from_python): Add lazy string conversion.
11097 * python/py-prettyprint.c (pretty_print_one_value): Check if
11098 return is also a lazy string.
11099 (print_string_repr): Add lazy string printing branch.
11100 (print_children): Likewise.
11101 * python/py-lazy-string.c: New file. Implement lazy strings.
11102 * python/python.c (_initialize_python): Call
11103 gdbpy_initialize_lazy_string.
11104 * varobj.c (value_get_print_value): Add lazy string printing
11105 branch. Account for encoding.
11106 * c-lang.c (c_printstr): Account for new encoding argument. If
11107 encoding is NULL, find encoding suited for type, otherwise use
11108 user encoding.
11109 * language.h (language_defn): Add encoding argument.
11110 (LA_PRINT_STRING): Likewise.
11111 * language.c (unk_lang_printstr): Update to reflect new encoding
11112 argument to language_defn.
11113 * ada-lang.h (ada_printstr): Likewise.
11114 * c-lang.h (c_printstr): Likewise.
11115 * p-lang.h (pascal_printstr);
11116 * f-lang.c (f_printstr): Likewise.
11117 * m2-lang.c (m2_printstr): Likewise.
11118 * objc-lang.c (objc_printstr): Likewise.
11119 * p-lang.c (pascal_printstr): Likewise.
11120 * scm-lang.c (scm_printstr): Likewise.
11121 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
11122 encoding argument.
11123 * ada-valprint.c (ada_printstr): Likewise.
11124 * f-valprint.c (f_val_print): Likewise
11125 * m2-valprint.c (m2_val_print): Likewise.
11126 * p-valprint.c (pascal_val_print): Likewise.
11127 * expprint.c (print_subexp_standard): Likewise.
11128 * valprint.c (val_print_string): Likewise.
11129 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
11130 (SUBDIR_PYTHON_SRCS): Likewise.
11131 (py-lazy-string.o): New rule.
11132
11133 2010-01-13 Doug Evans <dje@google.com>
11134
11135 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
11136 uninitialized" warning from gcc on local `tree'.
11137
11138 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
11139
11140 Implement core awareness.
11141
11142 * bcache.c (compare_ints): Remove
11143 (print_percentage): Use compare_positive_ints.
11144 * defs.h (compare_positive_ints): Declare.
11145 * linux-nat.h (struct lin_lwp): New field core.
11146 (linux_nat_core_of_thread_1): Declare.
11147 * linux-nat.c (add_lwp): Init the 'core' field.
11148 (linux_nat_wait_1): Record the core.
11149 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
11150 (linux_nat_add_target): Register the above.
11151 * linux-thread-db.c (update_thread_core): New.
11152 (thread_db_find_new_threads): Update core information for
11153 every thread.
11154 * remote.c (struct private_thread_info): New.
11155 (free_private_thread_info, demand_private_info): New.
11156 (PACKET_qXfer_threads, use_osdata_threads): New.
11157 (struct thread_item, threads_parsing_context
11158 (start_thread, end_thread, thread_attributes)
11159 (thread_children, threads_children, threads_elements): New.
11160 (remote_threads_info): Try qXfer:threads before anything
11161 else.
11162 (remote_protocol_packets): Register qXfer:threads.
11163 (remote_open_1): Init use_osdata_threads.
11164 (struct stop_reply): New field 'core'.
11165 (remote_parse_stop_reply): Parse core number.
11166 (process_stop_reply): Record core number.
11167 (remote_xfer_partial): Handle qXfer:threads.
11168 (remote_core_of_thread): New.
11169 (init_remote_ops): Register remote_core_of_thread.
11170 (_initialize_remote): Register qXfer:read.
11171 * target.c (target_core_of_thread): New
11172 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
11173 (struct target_ops): New field to_core_of_threads.
11174 (target_core_of_thread): Declare.
11175 * gdbthread.h (struct thread_info): New field private_dtor.
11176 * thread.c (print_thread_info): Report the core.
11177 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
11178 * utils.c (compare_positive_ints): New.
11179 * features/threads.dtd: New.
11180 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
11181 * mi/mi-main.c (struct collect_cores_data, collect_cores)
11182 (do_nothing, free_vector_of_osdata_items)
11183 (splay_tree_int_comparator, free_splay_tree): New.
11184 (print_one_inferior_data): Implemented printing of selected
11185 inferiors. Collect and print cores.
11186 (output_cores): New.
11187 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
11188 thread groups together with --available.
11189
11190 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11191
11192 * configure: Regenerate (for _STRUCTURED_PROC).
11193
11194 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11195
11196 Delete dead function.
11197 * ada-lang.c (extract_string): Delete. No longer used.
11198
11199 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11200
11201 Fix -Wunused warning in dec-thread.c.
11202 * dec-thread.c (dec_thread_count_gdb_threads)
11203 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
11204
11205 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11206
11207 * ada-valprint.c (ada_print_floating): Remove trailing space.
11208
11209 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11210
11211 Add support for DW_AT_GNAT_descriptive_type.
11212 * gdbtypes.h (enum type_specific_kind): New enum.
11213 (struct main_type) [type_specific_field]: New component.
11214 [type_specific]: Add new component "gnat_stuff".
11215 (struct gnat_aux_type): New type.
11216 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
11217 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
11218 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
11219 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
11220 (TYPE_SPECIFIC_FIELD): New macros.
11221 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
11222 type does not hold any cplus-specific data.
11223 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
11224 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
11225 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
11226 cplus-specific data.
11227 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
11228 Set new component TYPE_SPECIFIC_FIELD (type).
11229 (gnat_aux_default): New constant.
11230 (allocate_gnat_aux_type): New function.
11231 (init_type): Add initialization the type-specific stuff for
11232 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
11233 (print_gnat_stuff): New function.
11234 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
11235 specific data. Adjust code that prints the contents of the
11236 type-specific union using the TYPE_SPECIFIC_FIELD value.
11237 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
11238 the type cplus stuff for Ada types.
11239 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
11240 Error out if these routines are called with an Ada type.
11241 (read_structure_type, read_array_type, read_subrange_type):
11242 Add call to set_descriptive_type.
11243 (set_die_type): Initialize the gnat-specific data if necessary.
11244 (need_gnat_info, die_descriptive_type, set_descriptive_type):
11245 New functions.
11246 * ada-lang.c (decode_constrained_packed_array_type): Use
11247 decode_constrained_packed_array_type instead of doing a standard
11248 lookup to locate a parallel type.
11249 (find_parallel_type_by_descriptive_type): New function.
11250 (ada_find_parallel_type_with_name): New function.
11251 (ada_find_parallel_type): Reimplement using
11252 ada_find_parallel_type_with_name.
11253 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
11254 to check if type has a cplus stuff.
11255 * linespec.c (total_number_of_methods): Likewise.
11256 * mdebugread.c (new_type): Likewise.
11257
11258 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11259
11260 * NEWS: Document the 0b binary number prefix parsing.
11261
11262 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11263
11264 * objfiles.c (objfile_relocate1): Change the return type to int.
11265 Describe the new return value. Return non-zero if data changed.
11266 (objfile_relocate): New variable changed. Set it. Call
11267 breakpoint_re_set depending on CHANGED.
11268
11269 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11270
11271 Implement binary numbers parsing.
11272 * c-exp.y (parse_number): New case 'b' and 'B'.
11273
11274 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11275 Tristan Gingold <gingold@adacore.com>
11276
11277 * solib.c (info_sharedlibrary_command): Replace
11278 objfile_has_partial_symbols and objfile_has_full_symbols calls by
11279 objfile_has_symbols.
11280
11281 2010-01-10 Joel Brobecker <brobecker@adacore.com>
11282
11283 * NEWS: Document the improvements made to the mips-irix port.
11284
11285 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11286
11287 Fix the documentation of valprint.c:value_print.
11288 * valprint.c (value_print): Update the function description to
11289 mention that the syntax of the output follows the current_language,
11290 not necessarily C.
11291
11292 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11293
11294 Fix displacement of separate debug info files.
11295 * objfiles.c (objfile_relocate): Rename to ...
11296 (objfile_relocate1): ... here and make it static. Extend the comment.
11297 (objfile_relocate): New function.
11298 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
11299 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
11300 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
11301 allocated using alloca.
11302 * symfile.c (copy_section_addr_info): Remove.
11303 (build_section_addr_info_from_objfile): Make it global. New variables
11304 addr_bit and mask, use them.
11305 * symfile.h (build_section_addr_info_from_objfile): New prototype.
11306 (copy_section_addr_info): Remove.
11307
11308 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11309
11310 Signal unwinder for mips-irix N32.
11311 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
11312 tramp-frame.h.
11313 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
11314 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
11315 (SIGCONTEXT_LO_OFF): New macros.
11316 (mips_irix_n32_tramp_frame_init): New function.
11317 (mips_irix_n32_tramp_frame): New static constant.
11318 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
11319
11320 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11321
11322 Breakpoint in shared library does not work on mips-irix.
11323 * procfs.c: #include "observer.h".
11324 (procfs_inferior_created): New function, moving here the code
11325 which unsets the syssgi syscall-exit notifications.
11326 (procfs_create_inferior): Remove the code which unsets the syssgi
11327 syscall-exit notifications. It is too early to do this here.
11328 (_initialize_procfs): Attach the procfs_inferior_created observer.
11329
11330 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11331
11332 Wrong return convention for arrays (mips-irix).
11333 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
11334 128 bits or smaller are returned the same way as structs
11335 and unions of the the same size.
11336
11337 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11338
11339 Cannot set the PC on mips-irix.
11340 * irix5-nat.c (fill_gregset): Check regno against the raw PC
11341 register number, no the cooked one.
11342
11343 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11344
11345 Error while loading core file on mips-irix.
11346 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
11347 if debugging from a core file.
11348
11349 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11350
11351 GDB hangs when attaching to process on mips-irix.
11352 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
11353 attaching to a process.
11354
11355 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11356
11357 Use the correct breakpoint instruction on mips-irix.
11358 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
11359 containing the correct breakpoint instruction to use on mips-irix.
11360 Use it when the osabi is GDB_OSABI_IRIX.
11361
11362 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11363
11364 -Wunused warning in procfs.c (mips-irix only).
11365 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
11366 throughout instead of using praddset and prdelset respectively.
11367
11368 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11369
11370 GDB crash while stepping into function.
11371 * infrun.c (handle_inferior_event): Refetch the current frame
11372 after handling what.main_action, in case that pointer became
11373 dangling.
11374
11375 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11376
11377 Fix build failure of solaris-hosted cross debuggers.
11378 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
11379
11380 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
11381
11382 Fix build failure on sparc-solaris.
11383 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
11384
11385 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11386
11387 Move some symfile code into subroutines.
11388 * symfile.h (relative_addr_info_to_section_offsets)
11389 (addr_info_make_relative): New prototypes.
11390 * symfile.c (default_symfile_offsets): Move a part to ...
11391 (relative_addr_info_to_section_offsets): ... this new function.
11392 (default_symfile_offsets): Call it.
11393 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
11394 this part to ...
11395 (addr_info_make_relative): ... this new function.
11396
11397 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11398
11399 Add from_tty to solib_create_inferior_hook.
11400 * infcmd.c (post_create_inferior): Move solib_add after
11401 solib_create_inferior_hook. Pass from_tty to
11402 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
11403 0 from_tty and comment why.
11404 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
11405 * linux-nat.c (linux_child_follow_fork): Likewise.
11406 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
11407 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
11408 from_tty.
11409 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
11410 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
11411 * solib-null.c (null_solib_create_inferior_hook): Likewise.
11412 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
11413 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
11414 * solib-som.c (som_solib_create_inferior_hook): Likewise.
11415 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
11416 Pass it to svr4_so_ops.solib_create_inferior_hook.
11417 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
11418 from_tty.
11419 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
11420 solib_add.
11421 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
11422 enable_break.
11423 * solib-target.c (solib_target_solib_create_inferior_hook): New
11424 parameter from_tty.
11425 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
11426 it to ops->solib_create_inferior_hook.
11427 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
11428 Move solib_add after solib_create_inferior_hook, call it now with
11429 from_tty as 0. New comment there.
11430 * solib.h (solib_create_inferior_hook): New parameter from_tty.
11431 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
11432 Likewise.
11433
11434 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
11435
11436 Fix multiexec race.
11437 * infrun.c (handle_inferior_event): Use get_thread_regcache
11438 with events ptid, not get_current_regcache.
11439
11440 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11441
11442 GDB crash with empty executable name (MinGW).
11443 * source.c (openp): Add assert that parameter string is not NULL.
11444 if parameter string is an empty string, then return with a failure
11445 immediately.
11446
11447 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11448
11449 Get rid of support for VAX Floats.
11450 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11451 (ada_vax_float_print_function): Delete.
11452 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11453 (ada_vax_float_print_function): Delete.
11454 * ada-typeprint.c (print_vax_floating_point_type): Delete.
11455 (ada_print_type): Remove support for VAX floats.
11456 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
11457
11458 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11459
11460 * stabsread.c (read_args): Handle zero arguments.
11461
11462 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11463
11464 Cannot find in-tree libiconv.a after reconfigure.
11465 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
11466 that we can use, then cache the path to this archive.
11467 * configure: Regenerate.
11468
11469 2010-01-07 Stan Shebs <stan@codesourcery.com>
11470
11471 Make tracepoint operations go through target vector.
11472 * target.h (enum trace_find_type): New enum.
11473 (struct target_ops): New fields to_trace_init,
11474 to_download_tracepoint, to_download_trace_state_variable,
11475 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
11476 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
11477 to_set_disconnected_tracing.
11478 (target_trace_init): New macro.
11479 (target_download_tracepoint): New macro.
11480 (target_download_trace_state_variable): New macro.
11481 (target_trace_start): New macro.
11482 (target_trace_set_readonly_regions): New macro.
11483 (target_get_trace_status): New macro.
11484 (target_trace_stop): New macro.
11485 (target_trace_find): New macro.
11486 (target_get_trace_state_variable_value): New macro.
11487 (target_set_disconnected_tracing): New macro.
11488 * target.c (update_current_target): Inherit and set defaults for
11489 tracepoint operations.
11490 * tracepoint.c (default_collect): Make globally visible.
11491 (target_is_remote): Remove, along with all calls.
11492 (tvariables_info): Call target_get_trace_state_variable_value.
11493 (remote_set_transparent_ranges): Remove.
11494 (trace_start_command): Call target_trace_init,
11495 target_download_tracepoint, etc.
11496 (download_tracepoint): Remove.
11497 (trace_stop_command): Simplify.
11498 (stop_tracing): Call target_trace_stop.
11499 (get_trace_status): Call target_get_trace_status.
11500 (trace_status_command): Add case for targets that cannot trace.
11501 (finish_tfind_command): Change to take numerical arguments, call
11502 target_trace_find.
11503 (trace_find_command): Update call to finish_tfind_command.
11504 (trace_find_pc_command): Ditto.
11505 (trace_find_tracepoint_command): Ditto.
11506 (trace_find_line_command): Ditto.
11507 (trace_find_range_command): Ditto.
11508 (trace_find_outside_command): Ditto.
11509 (set_disconnected_tracing_value): Call
11510 target_set_disconnected_tracing.
11511 * remote.c: Add protocol encoding bits from tracepoint.c.
11512 (trace_error): Move from tracepoint.c.
11513 (remote_get_noisy_reply): Ditto.
11514 (free_actions_list_cleanup_wrapper): Ditto.
11515 (free_actions_list): Ditto.
11516 (remote_trace_init): New function.
11517 (remote_download_tracepoint): New function.
11518 (remote_download_trace_state_variable): New function.
11519 (remote_trace_set_readonly_regions): New function.
11520 (remote_trace_start): New function.
11521 (remote_get_trace_status): New function.
11522 (remote_trace_stop): New function.
11523 (remote_trace_find): New function.
11524 (remote_download_trace_state_variable): New function.
11525 (remote_set_disconnected_tracing): New function.
11526 (init_remote_ops): Add tracepoint operations.
11527
11528 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
11529
11530 2010-01-07 Tristan Gingold <gingold@adacore.com>
11531
11532 * symfile.c (build_section_addr_info_from_objfile): New function.
11533 (symbol_file_add_separate): Don't use offsets from objfile but
11534 built an addr info.
11535
11536 2010-01-06 Stan Shebs <stan@codesourcery.com>
11537
11538 Support disconnected tracing.
11539 * infcmd.c (detach_command): Ask whether to stop tracing.
11540 * cli/cli-cmds.c (quit_command): Ditto.
11541 * breakpoint.h (struct breakpoint): New field number_on_target.
11542 * breakpoint.c (create_tracepoint_from_upload): New function.
11543 (get_tracepoint_by_number_on_target): New function.
11544 * remote.c (struct remote): New field disconnected_tracing.
11545 (remote_disconnected_tracing_feature): New function.
11546 (remote_protocol_features): Add DisconnectedTracing.
11547 (struct uploaded_tp): New struct.
11548 (uploaded_tps): New global.
11549 (get_uploaded_tp): New function.
11550 (find_matching_tracepoint): New function.
11551 (remote_get_tracing_state): New function.
11552 (remote_start_remote): Call it.
11553 * tracepoint.c (disconnected_tracing): New global.
11554 (trace_start_command): Initialize number_on_target.
11555 (stop_tracing): New function, split out from...
11556 (trace_stop_command): Call stop_tracing.
11557 (get_trace_status): New function, split out from...
11558 (trace_status_command): Call get_trace_status, add info on
11559 disconnection behavior.
11560 (disconnect_or_stop_tracing): New function.
11561 (finish_tfind_command): Translate from number on target.
11562 (trace_find_tracepoint_command): Translate to number on target.
11563 (send_disconnected_tracing_value): New function.
11564 (set_disconnected_tracing): New function.
11565 (_initialize_tracepoint): Add disconnected-tracing variable.
11566 * NEWS: Mention disconnected tracing.
11567
11568 2010-01-06 Tristan Gingold <gingold@adacore.com>
11569
11570 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11571 parameter to main_objfile. Iterate on all separate debug objfiles.
11572 * symfile.h (symbol_file_add_separate)
11573 (find_separate_debug_file_by_debuglink): Remove parameter names.
11574 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11575 (reread_symbols): Use free_objfile_separate_debug.
11576 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11577 Adjust comment.
11578 (objfile_separate_debug_iterate, add_separate_debug_objfile)
11579 (free_objfile_separate_debug): New prototypes.
11580 * objfiles.c (objfile_separate_debug_iterate): New function.
11581 (add_separate_debug_objfile, free_objfile_separate_debug): New
11582 functions.
11583 (free_objfile): Use free_objfile_separate_debug. Adjust for
11584 multiple separate debug objfile.
11585 (objfile_has_symbols): Adjust comment. Iterate on all separate
11586 debug objfiles.
11587 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11588 debug objfile.
11589 (lookup_minimal_symbol_text): Ditto.
11590 (lookup_minimal_symbol_by_pc_name): Ditto.
11591 (lookup_minimal_symbol_solib_trampoline): Ditto.
11592 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11593 debug objfiles.
11594
11595 2010-01-05 Stan Shebs <stan@codesourcery.com>
11596
11597 Add fast tracepoints.
11598 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11599 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11600 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11601 * breakpoint.c (tracepoint_type): New function.
11602 (ALL_TRACEPOINTS): Use it.
11603 (should_be_inserted): Ditto.
11604 (bpstat_check_location): Ditto.
11605 (print_one_breakpoint_location): Ditto.
11606 (user_settable_breakpoint): Ditto.
11607 (set_breakpoint_location_function): Ditto.
11608 (disable_breakpoints_in_shlibs): Ditto.
11609 (delete_trace_command): Ditto.
11610 (print_it_typical): Add bp_fast_tracepoint case.
11611 (bpstat_what): Ditto.
11612 (print_one_breakpoint_location): Ditto.
11613 (allocate_bp_location): Ditto.
11614 (mention): Ditto.
11615 (breakpoint_re_set_one): Ditto.
11616 (disable_command): Ditto.
11617 (enable_command): Ditto.
11618 (check_fast_tracepoint_sals): New function.
11619 (break_command_really): Call it.
11620 (ftrace_command): New function.
11621 (_initialize_breakpoint): Add ftrace command.
11622 * gdbarch.sh (fast_tracepoint_valid_at): New.
11623 * gdbarch.h, gdbarch.c: Regenerate.
11624 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11625 (i386_gdbarch_init): Use it.
11626 * remote.c (struct remote_state): New field fast_tracepoints.
11627 (PACKET_FastTracepoints): New packet config type.
11628 (remote_fast_tracepoint_feature): New function.
11629 (remote_protocol_features): Add FastTracepoints.
11630 (remote_supports_fast_tracepoints): New function.
11631 (_initialize_remote): Add FastTracepoints.
11632 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11633 * NEWS: Mention fast tracepoints.
11634
11635 2010-01-06 Joel Brobecker <brobecker@adacore.com>
11636
11637 * gdb-gdb.py: New file.
11638
11639 2010-01-05 Michael Snyder <msnyder@vmware.com>
11640
11641 * infrun.c (handle_inferior_event): Fix typo in comment.
11642
11643 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11644
11645 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11646
11647 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11648
11649 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11650 and s390x-linux64.
11651 (s390-linux32-expedite): Define.
11652 (s390-linux64-expedite): Define.
11653 (s390x-linux64-expedite): Define.
11654 * features/s390-acr.xml: New file.
11655 * features/s390-fpr.xml: New file.
11656 * features/s390-core32.xml: New file.
11657 * features/s390-core64.xml: New file.
11658 * features/s390x-core64.xml: New file.
11659 * features/s390-linux32.xml: New file.
11660 * features/s390-linux64.xml: New file.
11661 * features/s390x-linux64.xml: New file.
11662 * features/s390-linux32.c: New generated file.
11663 * features/s390-linux64.c: New generated file.
11664 * features/s390x-linux64.c: New generated file.
11665
11666 * regformats/s390-linux32.dat: New generated file.
11667 * regformats/s390-linux64.dat: New generated file.
11668 * regformats/s390x-linux64.dat: New generated file.
11669 * regformats/reg-s390.dat: Remove.
11670 * regformats/reg-s390x.dat: Remove.
11671
11672 * s390-nat.c: Include "auxv.h" and <elf.h>.
11673 (HWCAP_S390_HIGH_GPRS): Define if undefined.
11674 (s390_target_wordsize): New function.
11675 (s390_auxv_parse): Likewise.
11676 (s390_get_hwcap): Likewise.
11677 (s390_read_description): Likewise.
11678 (_initialize_s390_nat): Install s390_auxv_parse and
11679 s390_read_description.
11680
11681 * s390-tdep.c: Include "features/s390-linux32.c",
11682 "features/s390-linux64.c", and "features/s390x-linux64.c".
11683 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11684 (s390_register_call_saved): New function.
11685 (s390_register_name): Remove.
11686 (s390_register_type): Remove.
11687 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11688 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11689 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11690 (s390_pseudo_register_name): New function.
11691 (s390_pseudo_register_type): New function.
11692 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11693 Handle full GPR pesudos and varying pseudo register numbers.
11694 (s390_pseudo_register_write): Likewise
11695 (s390x_pseudo_register_read): Remove.
11696 (s390x_pseudo_register_write): Likewise.
11697 (s390_register_group): Remove.
11698 (s390_pseudo_register_group): New function.
11699 (s390_regmap_gregset): Add GPR upper halves.
11700 (s390x_regmap_gregset): Likewise.
11701 (s390_regmap_fpregset): Likewise.
11702 (s390_regmap_upper): New global variable.
11703 (s390_upper_regset): New global variable.
11704 (s390_upper_regset_sections): New global variable.
11705 (s390_regset_from_core_section): Handle GPR upper halves.
11706 (s390_core_read_description): New function.
11707 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11708 register information. Handle varying pseudo register numbers.
11709 (s390_backchain_frame_unwind_cache): Likewise.
11710 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11711 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11712 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11713 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
11714 Handle varying pseudo register numbers.
11715 (s390_unwind_pc): Handle varying pseudo register numbers.
11716 (s390_dwarf2_prev_register): New function.
11717 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11718 register information. Handle varying pseudo register numbers.
11719 Install s390_dwarf2_prev_register to unwind full GPRs.
11720 (s390_gdbarch_init): Handle target descriptions. Assign varying
11721 pseudo register numbers. Install s390_adjust_frame_regnum.
11722 (_initialize_s390_tdep): Initialize target descriptions.
11723
11724 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11725 (S390_NUM_REGS): Redefine to include upper half registers.
11726 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11727 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11728 (tdesc_s390_linux32): Add declaration.
11729 (tdesc_s390_linux64): Likewise.
11730 (tdesc_s390x_linux64): Likewise.
11731
11732 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11733
11734 * regset.h (struct core_regset_section): Add HUMAN_NAME.
11735 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11736 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11737 (ppc_linux_vmx_regset_sections): Likewise.
11738 (ppc_linux_fp_regset_sections): Likewise.
11739
11740 * corelow.c (get_core_register_section): Constify arguments.
11741 (get_core_registers): Use gdbarch_core_regset_sections instead
11742 of hard-coded platform-specific register section names.
11743
11744 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11745
11746 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11747 a register, assume the least-significant part is used.
11748 (write_pieced_value): Likewise.
11749
11750 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11751
11752 * printcmd.c: Include "arch-utils.h".
11753 (do_one_display): Re-parse expression if current architecture changed.
11754
11755 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11756 Joel Brobecker <brobecker@adacore.com>
11757
11758 * gdbtypes.c (check_typedef): New comment on type length.
11759 * value.c (allocate_value_lazy): Remove the unused atype variable. New
11760 comment on type length.
11761 (value_primitive_field): Keep the original TYPE value, new comment.
11762
11763 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11764
11765 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11766 p_start. Change != comparisons to > and < comparisons.
11767
11768 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11769
11770 * cli/cli-script.c (process_next_line): Check P2 overrun.
11771
11772 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11773
11774 Update the copyright hearder to add year 2010 for most GDB files.
11775
11776 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11777
11778 Fix build failure in inf-ptrace.c.
11779 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11780
11781 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11782
11783 * top.c (print_gdb_version): Update copyright year.
11784
11785 2010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
11786
11787 Fix break *FUN'address thread NUM.
11788 * ada-lex.l (task): Expand rule to also match the thread keyword.
11789
11790 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11791
11792 Fix break *FUN'address task NUM.
11793 * ada-lex.l (task): New rule.
11794 * ada-lang.c (valid_task_id): Make sure the Ada task list has
11795 been built before using it.
11796
11797 For older changes see ChangeLog-2009.
11798 \f
11799 Local Variables:
11800 mode: change-log
11801 left-margin: 8
11802 fill-column: 74
11803 version-control: never
11804 coding: utf-8
11805 End: