[Ada] print null array pointer as `0x0' rather than `(null)'
[binutils-gdb.git] / gdb / ChangeLog
1 2010-12-29 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-valprint.c (ada_val_print_1): Print null array pointers as
4 `0x0' rather than `(null)'. Add assertion.
5
6 2010-12-29 Joel Brobecker <brobecker@adacore.com>
7
8 * ada-lang.h (ada_coerce_to_simple_array): Add declaration.
9 * ada-lang.c (ada_typedef_target_type): New function.
10 (desc_base_type): Add handling of fat pointer typedefs.
11 (ada_coerce_to_simple_array): Make non-static.
12 (decode_packed_array_bitsize): Add handling of fat pointer typedefs.
13 Add assertion.
14 (ada_template_to_fixed_record_type_1, ada_to_fixed_type)
15 (ada_check_typedef): Add handling of fat pointer typedefs.
16 (ada_evaluate_subexp) [OP_FUNCALL]: Likewise.
17 * ada-typeprint.c (ada_print_type): Add handling of fat pointer
18 typedefs.
19 * ada-valprint.c (ada_val_print_1): Convert fat pointers that are not
20 array accesses to simple arrays rather than simple array pointers.
21 (ada_value_print): In the case of array descriptors, do not print
22 the value type description unless it is an array access.
23
24 2010-12-29 Joel Brobecker <brobecker@adacore.com>
25
26 * target.h (enum target_object): Expand the documentation of
27 TARGET_OBJECT_OSDATA a bit.
28
29 2010-12-28 Michael Snyder <msnyder@vmware.com>
30
31 * command.h: Comment clean-up.
32 * cli/cli-cmds.c: Ditto.
33 * cli/cli-cmds.h: Ditto.
34 * cli/cli-decode.c: Ditto.
35 * cli/cli-decode.h: Ditto.
36 * cli/cli-dump.c: Ditto.
37 * cli/cli-interp.c: Ditto.
38 * cli/cli-logging.c: Ditto.
39 * cli/cli-script.c: Ditto.
40 * cli/cli-setshow.c: Ditto.
41 * cli/cli-setshow.h: Ditto.
42
43 2010-12-28 Michael Snyder <msnyder@vmware.com>
44
45 * event-loop.c: Comment clean-up.
46 * event-loop.h: Ditto.
47 * event-top.c: Ditto.
48 * gdb.c: Ditto.
49 * gdb.h: Ditto.
50 * main.c: Ditto.
51 * top.c: Ditto.
52 * top.h: Ditto.
53
54 2010-12-28 Pedro Alves <pedro@codesourcery.com>
55
56 * ax-gdb.c (gen_expr) <OP_REGISTER>: Error out if trying to
57 collect a user register.
58
59 2010-12-28 Hui Zhu <teawater@gmail.com>
60
61 * gdbarch.sh (ax_pseudo_register_collect,
62 ax_pseudo_register_push_stack): new callbacks.
63 (agent_expr): Forward declare.
64 * gdbarch.h, gdbarch.c: Regenerate.
65 * ax-gdb.c (gen_expr): Remove pseudo-register check code.
66 * ax-general.c (user-regs.h): New include.
67 (ax_reg): Call gdbarch_ax_pseudo_register_push_stack.
68 (ax_reg_mask): Call gdbarch_ax_pseudo_register_collect.
69 * mips-tdep.c (ax.h): New include.
70 (mips_ax_pseudo_register_collect,
71 mips_ax_pseudo_register_push_stack): New functions.
72 (mips_gdbarch_init): Set mips_ax_pseudo_register_collect and
73 mips_ax_pseudo_register_push_stack.
74
75 2010-12-28 Yao Qi <yao@codesourcery.com>
76
77 * arm-tdep.c (arm_register_aliases): Remove sp, pc, and fp.
78
79 2010-12-28 Joel Brobecker <brobecker@adacore.com>
80
81 * inf-child.c (inf_child_acknowledge_created_inferior): Delete.
82 (inf_child_target): Do not set t->to_acknowledge_created_inferior.
83 * inf-ptrace.c (inf_ptrace_create_inferior): Remove call to
84 target_acknowledge_created_inferior.
85 * inf-ttrace.c (inf_ttrace_him): Likewise.
86 * target.h (struct target_ops): Delete to_acknowledge_created_inferior
87 field.
88 (target_acknowledge_created_inferior): Delete.
89 * target.c (update_current_target): Remove setting of
90 to_acknowledge_created_inferior field. Do default value for that
91 field either.
92 (debug_to_acknowledge_created_inferior): Delete.
93 (setup_target_debug): Remove setting of
94 current_target.to_acknowledge_created_inferior.
95
96 2010-12-27 Pedro Alves <pedro@codesourcery.com>
97
98 gdb/
99 * breakpoint.c (breakpoint_restore_shadows): When looking for the
100 location with the lowest address that overlaps the memory range we
101 want to restore shadows for, account for multiple locations at the
102 same address.
103
104 2010-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
105
106 Code cleanup - renaming.
107 * breakpoint.c: Use bl for `*bp_location' variables, blp_tmp for
108 `**bp_location' helper variables, b_tmp for `*breakpoint' helper
109 variables.
110
111 2010-12-27 Kevin Buettner <kevinb@redhat.com>
112 Hui Zhu <teawater@gmail.com>
113
114 * mips-tedp.c (mips_register_name): Add comments.
115
116 2010-12-23 Yao Qi <yao@codesourcery.com>
117
118 * arm-tdep.c (thumb_analyze_prologue): Move some code ...
119 (EXTRACT_MOVW_MOVT_IMM_T): ... here. New macro.
120 (EXTRACT_MOVW_MOVT_IMM_A): New macro.
121 (arm_analyze_load_stack_chk_guard): New.
122 (arm_skip_stack_protector): New.
123 (arm_skip_prologue): Adjust post_prologue_pc by
124 arm_skip_stack_protector.
125
126
127 2010-12-23 Yao Qi <yao@codesourcery.com>
128
129 * arm-tdep.c (arm_gdbarch_init): Remove invoke to
130 set_gdbarch_deprecated_fp_regnum.
131
132 2010-12-22 Marc Khouzam <marc.khouzam@ericsson.com>
133
134 * inferior.c (remove_inferior_command): Don't remove an active inferior.
135 * mi/mi-main.c (mi_cmd_remove_inferior): Ditto.
136
137 2010-12-21 Tom Tromey <tromey@redhat.com>
138
139 * thread.c (print_thread_info): Make a ui-out table in CLI mode.
140
141 2010-12-20 Yao Qi <yao@codesourcery.com>
142
143 * arm-tdep.c (arm_register_reggroup_p): New.
144 (arm_gdbarch_init): Set arm_register_reggroup_p for hook
145 register_reggroup_p.
146
147 2010-12-20 Yao Qi <yao@codesourcery.com>
148
149 * features/arm-core.xml: Add attribute type to reg from r0 to r12.
150 * features/arm-with-iwmmxt.c: Regenerate.
151 * features/arm-with-neon.c: Regenerate.
152 * features/arm-with-vfpv2.c: Regenerate.
153 * features/arm-with-vfpv3.c: Regenerate.
154
155 2010-12-17 Marc Khouzam <marc.khouzam@ericsson.com>
156
157 * mi/mi-main.c (mi_cmd_remove_inferior): Don't delete current inferior.
158 (get_other_inferior): New.
159
160 2010-12-17 Marc Khouzam <marc.khouzam@ericsson.com>
161
162 * python/py-progspace.c (py_free_pspace): Obtain arch another
163 way to avoid dereferencing a null pointer.
164
165 2010-12-17 Michael Snyder <msnyder@vmware.com>
166
167 * utils.c (do_my_cleanups): Comment fix-up.
168
169 2010-12-17 Kevin Buettner <kevinb@redhat.com>
170
171 * mips-tdep.c (make_mips16_addr): New function.
172 (mips_elf_make_msymbol_special): Don't set the low bit in the
173 symbol's address.
174 (mips_read_pc, mips_unwind_pc, mips_addr_bits_remove): Strip bit
175 indicating mips16 address, if present.
176 (mips_write_pc): Set bit indicating mips16 address when in a mips16
177 function.
178 (mips_eabi_push_dummy_call, mips_o64_push_dummy_call): Likewise,
179 but for each function pointer argument to inferior function call.
180
181 2010-12-17 Tom Tromey <tromey@redhat.com>
182
183 * psympriv.h (struct partial_symtab) <readin>: Move field
184 earlier.
185
186 2010-12-16 Kevin Buettner <kevinb@redhat.com>
187
188 * mips-tdep.c (mips_convert_register_float_case_p)
189 (mips_convert_register_gpreg_case_p): New functions.
190 (mips_convert_register_p): Invoke new functions above.
191 (mips_register_to_value): Add case for fetching value shorter
192 than 64 bits from a 64-bit register.
193 (mips_value_to_register): Add case for storing value shorter
194 than 64 bits into a 64-bit register.
195
196 2010-12-16 Joel Borggrén-Franck <joel.borggren.franck@gmail.com>
197
198 * python/py-value.c (value_object_type) <tp_flags>: Add
199 Py_TPFLAGS_BASETYPE.
200
201 2010-12-16 Mike Frysinger <vapier@gentoo.org>
202
203 * NEWS: Mention new sim --map-info flag.
204
205 2010-12-15 Doug Evans <dje@google.com>
206
207 * dwarf2read.c (_initialize_dwarf2_read): Fix help text of
208 "save gdb-index" command.
209
210 2010-12-15 Tom Tromey <tromey@redhat.com>
211
212 * infrun.c (save_infcall_control_state): Handle the
213 exception-resume breakpoint.
214 (restore_infcall_control_state): Likewise.
215 (discard_infcall_control_state): Likewise.
216
217 2010-12-15 Kevin Buettner <kevinb@redhat.com>
218
219 * mips-tdep.c (mips_pseudo_register_write): Sign extend 32-bit
220 cooked values that are being transferred to 64-bit raw registers.
221 (mips_pseudo_register_read): Revise to preserve symmetry with
222 mips_pseudo_register_write().
223
224 2010-12-15 Greg Watson <g.watson@computer.org>
225
226 * f-exp.y (yylex): Check entire token against keywords.
227
228 2010-12-15 Doug Evans <dje@google.com>
229
230 Rename "maint set python auto-load" to "set auto-load-scripts".
231 * NEWS: Mention it.
232 * python/py-auto-load.c (auto_load_scripts): Renamed from
233 gdbpy_auto_load.
234 (load_auto_scripts_for_objfile): Update.
235 (gdbpy_initialize_auto_load): Rename "maint set python auto-load" to
236 "set auto-load-scripts".
237
238 2010-12-14 Kevin Buettner <kevinb@redhat.com>
239
240 * mips-tdep.c (mips_eabi_push_dummy_call): Place signed, rather
241 than unsigned, values in registers.
242
243 2010-12-14 Ken Werner <ken.werner@de.ibm.com>
244
245 * valops.c (value_one): Use get_array_bounds to compute the number
246 of array elements instead of dividing the length of the array by the
247 length of the element types.
248 * valarith.c (value_complement, value_neg): Likewise.
249
250 2010-12-14 Joel Brobecker <brobecker@adacore.com>
251
252 * irix5-nat.c: Replace fp_r, fp_regs and fp_scr by __fp_r, __fp_regs
253 and __fp_scr respectively throughout.
254 * configure.ac: Compile with -Dsiginfo=__siginfo if building with
255 Python using GCC on IRIX.
256 * configure: Regenerate.
257
258 2010-12-13 Kevin Buettner <kevinb@redhat.com>
259
260 * solib-svr4.c (enable_break): Don't attempt to place breakpoints,
261 when attaching, on the names in bkpt_names: _start, __start, and
262 main.
263
264 2010-12-12 Stan Shebs <stan@codesourcery.com>
265
266 * value.c (value_of_internalvar): Add case for trace state
267 variables.
268
269 2010-12-12 Doug Evans <dje@google.com>
270
271 * dwarf2read.c (dwarf2_per_objfile): New member quick_file_names_table.
272 (dwarf2_per_cu_quick_data): Move definition down to "quick functions"
273 section. Delete members lines full_names. Rename read_lines to
274 no_file_data.
275 (quick_file_names): New struct.
276 (hash_file_name_entry, eq_file_name_entry): New functions.
277 (delete_file_name_entry, create_quick_file_names_table): New functions.
278 (dwarf2_read_index): Initialize quick_file_names_table.
279 (dw2_get_file_names): Renamed from dw2_require_line_header.
280 Return pointer to quick_file_names entry. All callers updated.
281 (dw2_get_real_path): Renamed from dw2_require_full_path.
282 Replace per_cu arg with pointer to quick_file_names entry.
283 All callers updated.
284 (dw2_free_cached_file_names): New function.
285 (dw2_forget_cached_source_info): Call it (via htab_traverse_noresize).
286 (dwarf2_initialize_objfile): Initialize quick_file_names_table in
287 the OBJF_READNOW case.
288 (dwarf2_free_objfile): Rewrite freeing of quick file names tables.
289
290 2010-12-12 Mark Kettenis <kettenis@gnu.org>
291
292 * mips64obsd-tdep.c (floatformats_mips64_quad): New define.
293 (mips64obsd_init_abi): Set long_double_bit and long_double_format.
294
295 2010-12-12 Mark Kettenis <kettenis@gnu.org>
296
297 * sparc-tdep.c: Fix typo in comment.
298
299 2010-12-10 Doug Evans <dje@google.com>
300
301 * dwarf2read.c: Whitespace cleanup, plus comment additions.
302 No code changes.
303
304 2010-12-10 Tom Tromey <tromey@redhat.com>
305
306 * NEWS: Document exception-handling change.
307
308 2010-12-09 Marc Khouzam <marc.khouzam@ericsson.com>
309
310 * mi/mi-parse.c (mi_parse): Wrong error message.
311
312 2010-12-09 Doug Evans <dje@google.com>
313
314 * symfile.h (quick_symbol_functions): Clarify usage of
315 map_symbol_filenames.
316
317 2010-12-09 Tom Tromey <tromey@redhat.com>
318
319 * mi/mi-parse.h (mi_parse): Update.
320 * mi/mi-parse.c (mi_parse_cleanup): New function.
321 (mi_parse): Add 'token' argument. Throw exception on error.
322 * mi/mi-main.c (mi_print_exception): New function.
323 (mi_execute_command): Use mi_print_exception. Catch exceptions
324 from mi_parse.
325
326 2010-12-09 Tom Tromey <tromey@redhat.com>
327
328 PR c++/9593:
329 * thread.c (clear_thread_inferior_resources): Call
330 delete_longjmp_breakpoint.
331 * infrun.c (handle_inferior_event): Handle exception breakpoints.
332 (handle_inferior_event): Likewise.
333 (insert_exception_resume_breakpoint): New function.
334 (check_exception_resume): Likewise.
335 * inferior.h (delete_longjmp_breakpoint_cleanup): Declare.
336 * infcmd.c (delete_longjmp_breakpoint_cleanup): No longer static.
337 (step_1): Set thread's initiating frame.
338 (until_next_continuation): New function.
339 (until_next_command): Support exception breakpoints.
340 (finish_command_continuation): Delete longjmp breakpoint.
341 (finish_forward): Support exception breakpoints.
342 * gdbthread.h (struct thread_info) <initiating_frame>: New field.
343 * breakpoint.h (enum bptype) <bp_exception, bp_exception_resume,
344 bp_exception_master>: New constants.
345 (struct bpstat_what) <is_longjmp>: New field.
346 (set_longjmp_breakpoint): Update.
347 * breakpoint.c (create_exception_master_breakpoint): New function.
348 (update_breakpoints_after_exec): Handle bp_exception_master. Call
349 create_exception_master_breakpoint.
350 (print_it_typical): Handle bp_exception_master, bp_exception.
351 (bpstat_stop_status): Handle bp_exception_master.
352 (bpstat_what): Handle bp_exception_master, bp_exception,
353 bp_exception_resume.
354 (bptype_string): Likewise.
355 (print_one_breakpoint_location): Likewise.
356 (allocate_bp_location): Likewise.
357 (set_longjmp_breakpoint): Handle exception breakpoints. Change
358 interface.
359 (delete_longjmp_breakpoint): Handle exception breakpoints.
360 (mention): Likewise.
361 (struct until_break_command_continuation_args) <thread_num>: New
362 field.
363 (until_break_command_continuation): Call
364 delete_longjmp_breakpoint.
365 (until_break_command): Support exception breakpoints.
366 (delete_command): Likewise.
367 (breakpoint_re_set_one): Likewise.
368 (breakpoint_re_set): Likewise.
369
370 2010-12-08 Doug Evans <dje@google.com>
371
372 * gdbtypes.h (TYPE_IS_OPAQUE): Reformat.
373
374 * gdbtypes.c (check_typedef): Tweak comment.
375
376 PR symtab/12302
377 * dwarf2read.c (struct psymtab_cu_index_map): New struct.
378 (hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
379 (struct addrmap_index_data): New struct.
380 (add_address_entry): Remove arg `pst', new args `start', `end'.
381 (add_address_entry_worker, write_address_map): New functions.
382 (write_psymtabs_to_index): Address table generation moved to
383 write_address_map. Build a table mapping psymtab to CU index
384 to pass to it.
385
386 * dwarf2read.c (write_psymtabs_to_index): When stat fails, pass file
387 name to perror.
388
389 * symfile.h (quick_symbol_functions): Clarify usage of
390 expand_symtabs_with_filename.
391 * dwarf2read.c (dw2_expand_symtabs_with_filename): Only iterate over
392 comp units, ignore type units.
393
394 * dwarf2read.c (dw2_expand_symtabs_with_filename): Use FILENAME_CMP.
395
396 2010-12-07 Doug Evans <dje@google.com>
397
398 * dwarf2read.c (dw2_lookup_symtab): Remove duplicate call to
399 gdb_realpath.
400
401 PR python/12227
402 * NEWS: Mention -data-directory.
403 * main.c (captured_main): Recognize -data-directory.
404
405 2010-12-06 Marc Khouzam <marc.khouzam@ericsson.com>
406
407 * mi/mi-parse.c (mi_parse): Missing else.
408
409 2010-12-04 Masaki Muranaka <monaka@monami-software.com>
410
411 * configure.tgt: Accept microblaze*-*-linux* for linux target
412 and microblaze*-*-* for as target.
413
414 2010-12-02 Keith Seitz <keiths@redhat.com>
415
416 * linespec.c (find_method): Move name canonicalization outside
417 the loop.
418 Be paranoid and use a cleanup.
419
420 2010-12-01 Doug Evans <dje@google.com>
421
422 * dwarf2read.c (save_gdb_index_command): Add comment.
423
424 2010-12-01 Ulrich Weigand <uweigand@de.ibm.com>
425
426 * valops.c (value_assign): Returned value is never lazy. If a
427 C++ class type is returned, fix incorrect enclosing type / embedded
428 offset. If internal variable is returned, allocate new internalvar
429 value using value_of_internalvar.
430
431 * NEWS: Document changes in behavior of "print x = 0" and similar
432 expressions.
433
434 2010-11-29 Doug Evans <dje@google.com>
435
436 * python/lib/gdb/printing.py (register_pretty_printer): Change
437 printer-name:subprinter-name to printer-name;subprinter-name.
438 * python/lib/gdb/command/pretty_printers.py (parse_printer_regexps):
439 Ditto.
440 (InfoPrettyPrinter, EnablePrettyPrinter, DisablePrettyPrinter): Ditto.
441
442 2010-11-29 Tom Tromey <tromey@redhat.com>
443
444 * opencl-lang.c (lval_func_check_synthetic_pointer): New
445 function.
446 * value.h (struct lval_funcs) <indirect, check_synthetic_pointer>:
447 New fields.
448 (value_bits_synthetic_pointer): Declare.
449 * value.c (value_bits_synthetic_pointer): New function.
450 * valprint.c (valprint_check_validity): Handle synthetic
451 pointers.
452 * valops.c (value_ind): Use new 'indirect' lval_funcs method.
453 * valarith.c (value_ptradd): Use set_value_component_location.
454 * p-valprint.c (pascal_object_print_value_fields): Handle
455 synthetic pointers.
456 * jv-valprint.c (java_print_value_fields): Handle synthetic
457 pointers.
458 * dwarf2read.c (dwarf_stack_op_name): Add
459 DW_OP_GNU_implicit_pointer.
460 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
461 arguments. Handle location lists.
462 (fill_in_loclist_baton): New function.
463 (dwarf2_symbol_mark_computed): Use it.
464 * dwarf2loc.h (dwarf2_find_location_expression): Declare.
465 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
466 arguments.
467 * dwarf2loc.c (dwarf2_find_location_expression): Rename from
468 find_location_expression. No longer static. Update all callers.
469 (dwarf_expr_frame_pc): New function.
470 (per_cu_dwarf_call): Add get_frame_pc, baton arguments. Update
471 all callers.
472 (struct piece_closure) <per_cu>: New field.
473 (allocate_piece_closure): Add per_cu argument.
474 (read_pieced_value): Handle DWARF_VALUE_IMPLICIT_POINTER.
475 (check_pieced_value_bits): Remove validity argument, add check_for
476 argument. Handle DWARF_VALUE_IMPLICIT_POINTER.
477 (check_pieced_value_validity, check_pieced_value_invalid):
478 Update.
479 (check_pieced_synthetic_pointer): New function.
480 (get_frame_address_in_block_wrapper): New function.
481 (indirect_pieced_value): New function.
482 (pieced_value_funcs): Update.
483 (invalid_synthetic_pointer): New function.
484 (dwarf2_evaluate_loc_desc_full): Rename from
485 dwarf2_evaluate_loc_desc. Add byte_offset argument.
486 (dwarf2_evaluate_loc_desc): Rewrite.
487 (dwarf2_loc_desc_needs_frame): Set new field on context.
488 (get_ax_pc): New function.
489 (disassemble_dwarf_expression): Handle
490 DW_OP_GNU_implicit_pointer.
491 * dwarf2expr.h (enum dwarf_value_location)
492 <DWARF_VALUE_IMPLICIT_POINTER>: New constant.
493 (struct dwarf_expr_context) <get_frame_pc>: New field.
494 (struct dwarf_expr_piece) <v.ptr>: New field.
495 * dwarf2expr.c (add_piece): Handle DWARF_VALUE_IMPLICIT_POINTER.
496 (execute_stack_op): Handle DW_OP_GNU_implicit_pointer.
497 * dwarf2-frame.c (no_get_frame_pc): New function.
498 (execute_stack_op): Set new field on context.
499 * cp-valprint.c (cp_print_value_fields): Handle synthetic
500 pointers.
501
502 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
503
504 PR python/12199
505
506 * python/py-breakpoint.c (bppy_delete_breakpoint): New function.
507
508 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
509
510 Fix step_resume_breakpoint unsaved during an infcall.
511 * gdbthread.h (struct thread_control_state): Move here field
512 step_resume_breakpoint ...
513 (struct thread_info): ... from here.
514 * infrun.c (save_infcall_control_state): Reset
515 control.step_resume_breakpoint to NULL.
516 (restore_infcall_control_state, discard_infcall_control_state): Delete
517 control.step_resume_breakpoint.
518 * arm-linux-tdep.c, infrun.c, thread.c: Update all the references to
519 the moved field.
520
521 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
522
523 Rename and move inferior_thread_state and inferior_status.
524 * gdbthread.h (struct thread_control_state): New struct, move fields
525 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
526 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
527 stop_step and stop_bpstat here from struct thread_info.
528 (struct thread_suspend_state): New struct, move field stop_signal here
529 from struct thread_info.
530 (struct thread_info): Move the fields above from this struct.
531 * inferior.h: Move the inferior_thread_state and inferior_status
532 declarations comment to their definitions at infrun.c.
533 (struct inferior_control_state): New struct, move field stop_soon from
534 struct inferior here.
535 (struct inferior_suspend_state): New empty struct.
536 (struct inferior): New fields control and suspend. Move out field
537 stop_soon.
538 * infrun.c (struct inferior_thread_state): Rename to ...
539 (infcall_suspend_state): ... here. Replace field stop_signal by
540 fields thread_suspend and inferior_suspend.
541 (save_inferior_thread_state): Rename to ...
542 (save_infcall_suspend_state): ... here. New variable inf. Update the
543 code for new fields.
544 (restore_inferior_thread_state): Rename to ...
545 (restore_infcall_suspend_state): ... here. New variable inf. Update
546 the code for new fields.
547 (do_restore_inferior_thread_state_cleanup): Rename to ...
548 (do_restore_infcall_suspend_state_cleanup): ... here.
549 (make_cleanup_restore_inferior_thread_state): Rename to ...
550 (make_cleanup_restore_infcall_suspend_state): ... here.
551 (discard_inferior_thread_state): Rename to ...
552 (discard_infcall_suspend_state): ... here.
553 (get_inferior_thread_state_regcache): Rename to ...
554 (get_infcall_suspend_state_regcache): ... here.
555 (struct inferior_status): Rename to ...
556 (struct infcall_control_state): ... here. Replace fields
557 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
558 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
559 stop_step, stop_bpstat and stop_soon by fields thread_control and
560 inferior_control.
561 (save_inferior_status): Rename to ...
562 (save_infcall_control_state): ... here. Update the code for new
563 fields.
564 (restore_inferior_status): Rename to ...
565 (restore_infcall_control_state): ... here. Update the code for new
566 fields.
567 (do_restore_inferior_status_cleanup): Rename to ...
568 (do_restore_infcall_control_state_cleanup): ... here.
569 (make_cleanup_restore_inferior_status): Rename to ...
570 (make_cleanup_restore_infcall_control_state): ... here.
571 (discard_inferior_status): Rename to ...
572 (discard_infcall_control_state): ... here.
573 * alpha-tdep.c, breakpoint.c, dummy-frame.c, dummy-frame.h,
574 exceptions.c, fbsd-nat.c, gdbthread.h, infcall.c, infcmd.c,
575 inferior.c, inferior.h, infrun.c, linux-nat.c, mi/mi-interp.c,
576 mips-tdep.c, procfs.c, solib-irix.c, solib-osf.c, solib-spu.c,
577 solib-sunos.c, solib-svr4.c, thread.c, windows-nat.c: Update all the
578 references to the moved fields and renamed functions.
579
580 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
581
582 * infcall.c (struct inferior_thread_state) <siginfo_gdbarch>: Fix up
583 the comment.
584 (save_inferior_thread_state): Reset tp->stop_signal.
585
586 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
587
588 * infcall.c (call_function_by_hand): Remove variable
589 caller_state_cleanup.
590
591 2010-11-25 Marc Khouzam <marc.khouzam@ericsson.com>
592
593 PR breakpoints/12217
594
595 * breakpoint.c (is_marker_spec): Check for NULL.
596
597 2010-11-25 Pedro Alves <pedro@codesourcery.com>
598
599 * breakpoint.h: No longer include python.h or python-internal.h.
600 (struct breakpoint_object): Forward declare.
601 * defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
602 * varobj.c (PyObject) [!HAVE_PYTHON]: Define.
603 * python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
604 PyObject pointer.
605 (gdbpy_breakpoint_created): Remove casts around py_bp_object
606 accesses.
607
608 2010-11-24 Joel Brobecker <brobecker@adacore.com>
609
610 * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
611 only if HAVE_ELF is defined.
612
613 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
614
615 Code cleanup.
616 * infrun.c (struct inferior_status) <stepping_over_breakpoint>
617 (save_inferior_status) <stepping_over_breakpoint>
618 (restore_inferior_status) <stepping_over_breakpoint>: Rename to
619 trap_expected.
620 (struct inferior_status) <step_resume_break_address>: Remove.
621
622 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
623
624 Code cleanup.
625 * infrun.c (struct inferior_status, save_inferior_status)
626 (restore_inferior_status): Group and reorder the fields, comment their
627 groups.
628
629 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
630
631 Code cleanup.
632 * dictionary.c
633 (struct dict_vector) <iter_match_first, iter_match_next>
634 (iter_match_first_hashed, iter_match_next_hashed)
635 (iter_match_first_linear, iter_match_next_linear)
636 (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
637 (iter_match_next_hashed, iter_match_first_linear)
638 (iter_match_next_linear): Use symbol_compare_ftype.
639 * dictionary.h: Include symfile.h.
640 (dict_iter_match_first, dict_iter_match_next): Use
641 symbol_compare_ftype.
642 * dwarf2read.c (dw2_map_matching_symbols): Likewise.
643 * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
644 (map_matching_symbols_psymtab): Likewise.
645 * symfile.h (symbol_compare_ftype): New typedef.
646 (struct quick_symbol_functions) <map_matching_symbols): Use
647 symbol_compare_ftype.
648
649 2010-11-23 Tom Tromey <tromey@redhat.com>
650
651 * configure: Rebuild.
652 * configure.ac (READLINE_TEXI_INCFLAG): New subst.
653
654 2010-11-19 Tom Tromey <tromey@redhat.com>
655
656 * Makefile.in (SUBDIRS): Add doc.
657 * configure: Rebuild.
658 * configure.ac: Don't configure in doc. Create doc/Makefile.
659
660 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
661
662 PR python/12212
663
664 * python/py-inferior.c (find_thread_object): Check if PIDGET
665 returns 0.
666
667 010-11-22 Joel Brobecker <brobecker@adacore.com>
668
669 * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
670
671 2010-11-22 Joel Brobecker <brobecker@adacore.com>
672
673 * ada-lang.c (ada_to_fixed_type): Expand function documentation.
674 Return the original type if the main type portions match rather
675 than when the type themselves match.
676
677 2010-11-22 Joel Brobecker <brobecker@adacore.com>
678
679 * ada-lang.c (ada_template_to_fixed_record_type_1):
680 For dynamic fields, check the field size against the maximum
681 object size.
682
683 2010-11-22 Joel Brobecker <brobecker@adacore.com>
684
685 * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
686 function.
687 (mips_irix_n32_stack_tramp_frame): New static global.
688 (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
689 list of unwinder.
690
691 2010-11-22 Jerome Guitton <guitton@adacore.com>
692
693 * ada-tasks.c (get_tcb_types_info): Use C lookups to get
694 ATCB symbols.
695
696 2010-11-22 Joel Brobecker <brobecker@adacore.com>
697
698 * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
699 if type1 is a typedef.
700
701 2010-11-22 Joel Brobecker <brobecker@adacore.com>
702
703 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
704 "_finalizer" to the list.
705
706 2010-11-22 Joel Brobecker <brobecker@adacore.com>
707
708 * symfile.c: Remove all "#if 0"/"#endif" blocks.
709
710 2010-11-22 Joel Brobecker <brobecker@adacore.com>
711
712 * symfile.c: Add missing second space after period in various comments.
713
714 2010-11-22 Joel Brobecker <brobecker@adacore.com>
715
716 * ada-typeprint.c (print_array_type): Fix formatting in comment.
717 (print_selected_record_field_types): Fix formatting in function
718 documentation.
719
720 2010-11-22 Joel Brobecker <brobecker@adacore.com>
721
722 * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
723 in name of "show ravenscar" prefix command name.
724
725 2010-11-22 Joel Brobecker <brobecker@adacore.com>
726
727 * ravenscar-thread.c (show_ravenscar_task_switching_command):
728 Add missing '\n' in output.
729
730 2010-11-22 Joel Brobecker <brobecker@adacore.com>
731
732 * ravenscar-thread.c (running_thread_name): Change value.
733 (read_thread_id): Remove advance declaration.
734 (get_running_thread_msymbol): New function.
735 (has_ravenscar_runtime): Use get_running_thread_msymbol to
736 compute msym_running_thread.
737 (get_running_thread_id): Renames read_thread_id. Slight modifications
738 to not take any argument anymore, using get_running_thread_msymbol
739 to determine which symbol to use instead.
740 (ravenscar_running_thread): Use get_running_thread_id instead of
741 read_thread_id.
742
743 2010-11-22 Joel Brobecker <brobecker@adacore.com>
744
745 * ravenscar-sparc-thread.c (supply_register_at_address):
746 Fix passing of buf in call to regcache_raw_supply.
747
748 2010-11-22 Jan Kratochvil <jan.kratochvil@redhat.com>
749
750 * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
751
752 2010-11-22 Tom Tromey <tromey@redhat.com>
753
754 * Makefile.in (.PRECIOUS): Reference ada-lex.c.
755
756 2010-11-19 Keith Seitz <keiths@redhat.com>
757
758 * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
759 Remove extraneous '/' after $(DESTDIR).
760 (PYTHON_INSTALL_DIR): Likewise.
761
762 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
763
764 Fix stale memory references.
765 * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
766 xfree, new comment.
767
768 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
769 Tom Tromey <tromey@redhat.com>
770
771 * Makefile.in (.y.c): Directly create $@ from YLWRAP.
772 (.PHONY): Remove for .y outputs.
773
774 2010-11-19 Will Drewry <wad@google.com>
775 Tavis Ormandy <taviso@google.com>
776 Jan Kratochvil <jan.kratochvil@redhat.com>
777
778 * dwarf2read.c (decode_locdesc): Enforce location description stack
779 boundaries.
780
781 2010-11-18 Pierre Muller <muller@ics.u-strasbg.fr>
782
783 * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
784 instruction is found.
785
786 2010-11-17 Tom Tromey <tromey@redhat.com>
787
788 * value.c (value_entirely_optimized_out): Check the
789 'check_any_valid' field.
790
791 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
792
793 * ada-lang.c (modify_general_field): Remove.
794 (make_array_descriptor): Replace all modify_general_field calls by
795 modify_field.
796 * value.c (modify_field): Update comment. New variable bytesize.
797 Normalize BITPOS. Initialize BYTESIZE, use it.
798
799 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
800
801 * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
802 elements after xfree.
803
804 2010-11-16 Tom Tromey <tromey@redhat.com>
805
806 * gdb-add-index.sh: Really remove.
807
808 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
809
810 Code cleanup.
811 * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
812 (init_one_comp_unit): ... this one.
813 (prepare_one_comp_unit): New prototype.
814 (dw2_require_line_header, process_psymtab_comp_unit): Use
815 init_one_comp_unit.
816 (process_psymtab_comp_unit): Use prepare_one_comp_unit.
817 (load_partial_comp_unit): Remove variable attr. Use
818 init_one_comp_unit with xmalloc. Use prepare_one_comp_unit.
819 (load_full_comp_unit): Use init_one_comp_unit with xmalloc. Use
820 prepare_one_comp_unit.
821 (read_signatured_type): Remove variable attr. Use init_one_comp_unit.
822 Use prepare_one_comp_unit.
823 (alloc_one_comp_unit): Rename to ...
824 (init_one_comp_unit): ... here and remove there calloc, new parameter
825 cu.
826 (prepare_one_comp_unit): New function.
827
828 2010-11-14 Pierre Muller <muller@ics.u-strasbg.fr>
829
830 * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
831 possible used of uninitialized variable.
832
833 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
834
835 * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
836 (rs6000_gdbarch_init): Call it.
837
838 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
839
840 * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
841 instructions if debugging an E500 binary.
842
843 2010-11-12 Tom Tromey <tromey@redhat.com>
844
845 * varobj.c (value_get_print_value): Rearrange. Pass stream to
846 apply_varobj_pretty_printer.
847 * c-lang.c: Include exceptions.h.
848 (c_get_string): Throw MEMORY_ERROR when appropriate.
849 * python/py-prettyprint.c (enum string_repr_result): New.
850 (print_stack_unless_memory_error): New function.
851 (print_string_repr): Change return type. Use
852 print_stack_unless_memory_error.
853 (print_children): Use print_stack_unless_memory_error.
854 (apply_val_pretty_printer): Update. Don't print children if
855 string representation threw an exception.
856 (apply_varobj_pretty_printer): Add 'stream' argument. Use
857 print_stack_unless_memory_error.
858 * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
859 globals.
860 (_initialize_python): Initialize them.
861 * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
862 gdbpy_convert_exception.
863 (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
864 (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
865 (gdbpy_convert_exception): Declare.
866 (apply_varobj_pretty_printer): Update.
867 * python/py-utils.c (gdbpy_convert_exception): New function.
868
869 2010-11-12 Marc Khouzam <marc.khouzam@ericsson.com>
870
871 * mi/mi-main.c (mi_cmd_target_detach): Accept new
872 thread-group id format.
873
874 2010-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
875
876 * spu-tdep.c (spu_catch_start): Fix compilation error typo.
877
878 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
879
880 * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
881 NULL.
882 (BPPY_SET_REQUIRE_VALID): Ditto.
883 (bpnum_is_valid): Delete function.
884 (bppy_get_visibility): New function.
885 (bppy_new): Parse for, and validate internal keyword. Pass
886 internal keyword to breakpoint or watchpoint functions.
887 (build_bp_list): New function.
888 (gdbpy_breakpoints): Rewrite. Use build_bp_list and
889 iterate_over_breakpoints.
890 (gdbpy_breakpoint_created): Rewrite. Do not store breakpoints in a
891 look-aside vector.
892 (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
893 to internal breakpoint chain.
894
895 * breakpoint.c (set_breakpoint_number): New function.
896 (breakpoint_1): Check if breakpoint number is more than zero.
897 (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
898 (create_breakpoint_sal): Take a new parameter called internal.
899 Call set_breakpoint_number with internal parameter. Do not
900 mention internal breakpoints. All callers updated.
901 (create_breakpoint): Ditto.
902 (create_breakpoints_sal): Ditto.
903 (watch_command_1): Ditto.
904 (watch_command_wrapper): Take a new parameter called internal.
905 All callers updated.
906 (rwatch_command_wrapper): Ditto.
907 (awatch_command_wrapper): Ditto.
908 (save_breakpoints): Update breakpoint save condition check.
909 (iterate_over_breakpoints): New function.
910 * breakpoint.h: Add conditional python includes. Add py_bp_object
911 and comment to struct breakpoint. Update all callers.
912 * defs.h: Add PyObject definition for GDB builds without Python.
913
914 2010-11-10 Doug Evans <dje@google.com>
915
916 * python/lib/gdb/command/pretty_printers.py
917 (do_enable_pretty_printer_1): Handle printer.subprinters is None.
918
919 * value.c (set_value_enclosing_type): Renamed from
920 value_change_enclosing_type. All callers updated.
921 * value.h (set_value_enclosing_type): Update.
922 * valops.c (value_full_object): Always return a copy if we need to
923 make changes to the input value.
924
925 2010-11-09 Pedro Alves <pedro@codesourcery.com>
926
927 * breakpoint.c (watch_command_1): Get a pointer of the lazy
928 version of the expression's value, even if reading the value from
929 memory fails. When creating a -location watchpoint, get the
930 value's address from the lazy value pointer.
931
932 2010-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
933
934 * infrun.c (restore_inferior_thread_state): Use
935 discard_inferior_thread_state to free the data.
936 (discard_inferior_thread_state): xfree also siginfo_data.
937
938 2010-11-05 Doug Evans <dje@google.com>
939
940 Make gdb.parameter("directories") work.
941 New command "set directories".
942 * NEWS: Document them.
943 * source.c (set_directories_command): New function.
944 (show_directories_1): Renamed from show_directories.
945 All callers updated.
946 (show_directories_command): New function.
947 (_initialize_source): Install "directories" as a set/show
948 variable instead of just a show command.
949
950 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
951
952 * NEWS: Mention OpenCL C language support.
953 * Makefile.in (SFILES): Add opencl-lang.c.
954 (COMMON_OBS): Add opencl-lang.o.
955 * opencl-lang.c: New File
956 * defs.h (enum language): Add language_opencl.
957 * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
958 IBM XL C OpenCL compiler.
959 * c-lang.h: Include "parser-defs.h".
960 (evaluate_subexp_c): Declare.
961 * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
962 (c_op_print_tab): Add declaration.
963 * eval.c (binop_promote): Handle language_opencl.
964 * c-exp.y: Lookup the primitive types instead of referring to the
965 builtins.
966
967 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
968
969 Fix configure --enable-plugins --without-python.
970 * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
971 * configure: Regenerate.
972
973 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
974
975 * solib.c (solib_read_symbols): Call exception_fprintf even without
976 FROM_TTY. Print also so->so_name.
977
978 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
979
980 * gdbtypes.h (struct rank): Created subrank.
981 * gdbtypes.c: Initialized subrank for all
982 'BADNESS' constants.
983 (distance_to_ancestor): New function.
984 (is_ancestor): Use distance_to_ancestor.
985 (is_public_ancestor): Ditto.
986 (sum_ranks): Handle subrank.
987 (compare_ranks): Ditto.
988 (rank_one_type): Subrank base conversions.
989
990 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
991
992 * gdbtypes.h: Create struct rank.
993 Convert all 'BADNESS' macros to const struct rank declarations.
994 (sum_ranks): New function.
995 (compare_ranks): New function.
996 * valops.c (find_oload_champ): Updated.
997 (classify_oload_match): Use compare_ranks.
998 Improved comments.
999 (compare_parameters): Use compare_ranks.
1000 * gdbtypes.c: Initialize 'BADNESS' constants.
1001 (sum_ranks): New function.
1002 (compare_ranks): New function.
1003 (compare_badness): Use compare_ranks.
1004 (rank_function): Use global constants instead of literals.
1005 (rank_one_type): Ditto.
1006 Return struct rank.
1007 Use sum_ranks.
1008
1009 2010-11-04 Doug Evans <dje@google.com>
1010
1011 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
1012 (find_pretty_printer): Fix comments.
1013
1014 2010-11-04 Hui Zhu <teawater@gmail.com>
1015
1016 * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
1017
1018 2010-11-03 Joel Brobecker <brobecker@adacore.com>
1019
1020 * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
1021 and `len' declaration and computation inside block where they
1022 are being used.
1023
1024 2010-11-03 Joel Brobecker <brobecker@adacore.com>
1025
1026 * valprint.c (val_print_array_elements): Put back handling of
1027 empty arrays.
1028
1029 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1030
1031 * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
1032 DIE and set the length of the type.
1033 * gdbtypes.h (get_array_bounds): Move here from valprint.h.
1034 * gdbtypes.c (get_array_bounds): Move here from valprint.c and
1035 return 0 if the corresponding bounds of the type are undefined.
1036 * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
1037 * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
1038 (val_print_array_elements): Use get_array_bounds to compute the number
1039 of array elements instead of dividing the length of the array by the
1040 length of the element types.
1041 * valarith.c (vector_binop): Likewise.
1042 * valops.c (value_cast): Likewise.
1043 * c-valprint.c (c_val_print): Likewise.
1044 * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
1045
1046 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1047
1048 * valarith.c (value_pos, value_neg, value_complement): Handle
1049 vector types.
1050 * valops.c (value_one): Likewise.
1051
1052 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1053
1054 * value.h (value_non_lval): Declare.
1055 * value.c (value_non_lval): New function.
1056 * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
1057 UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
1058 non-lvalue.
1059
1060 2010-11-02 Doug Evans <dje@google.com>
1061
1062 New python module gdb.printing, and new commands info pretty-printer,
1063 enable pretty-printer, disable pretty-printer.
1064 * NEWS: Mention them.
1065 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
1066 gdb/command/__init__.py, gdb/command/pretty_printers.py.
1067 * python/lib/gdb/__init__.py: Install pretty-printer commands.
1068 * python/lib/gdb/printing.py: New file.
1069 * python/lib/gdb/command/__init__.py: New file.
1070 * python/lib/gdb/command/pretty_printers.py: New file.
1071
1072 2010-11-02 Tom Tromey <tromey@redhat.com>
1073
1074 * NEWS: Mention Guile removal.
1075 * defs.h (enum language) <language_scm>: Remove.
1076 * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
1077 scm-valprint.c.
1078 (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
1079 (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
1080 * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
1081 Remove.
1082
1083 2010-11-02 Doug Evans <dje@google.com>
1084
1085 * top.c: #include "python/python.h".
1086 (gdb_init): Add a comment regarding initialize_all_files.
1087 Call finish_python_initialization at the end.
1088 * python/python.h (finish_python_initialization): Declare.
1089 * python/python.c (finish_python_initialization): New function.
1090 (_initialize_python): Move python-implemented initialization there
1091 and call it.
1092 (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
1093
1094 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1095
1096 Revert:
1097 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1098 Pedro Alves <pedro@codesourcery.com>
1099 * gdbthread.h (currently_stepping): New declaration.
1100 * infrun.c (currently_stepping): Remove the forward declaration.
1101 (currently_stepping): Make it global.
1102 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
1103 variables tp and step, initialized them. Pass STEP to to_resume.
1104 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
1105 * remote.c (currently_stepping_callback): New.
1106 (remote_vcont_resume)
1107 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
1108 New variable tp. Call currently_stepping_callback and step such
1109 thread.
1110
1111 2010-11-01 Hui Zhu <teawater@gmail.com>
1112
1113 * tracepoint.c (tfile_xfer_partial): Change lma to vma.
1114
1115 2010-10-28 Hui Zhu <teawater@gmail.com>
1116
1117 * tracepoint.c (trace_save): Change utp->actions to
1118 utp->step_actions.
1119
1120 2010-10-26 Joel Brobecker <brobecker@adacore.com>
1121
1122 * (_FILE_OFFSET_BITS): Fix typo in comment.
1123
1124 2010-10-26 Joel Brobecker <brobecker@adacore.com>
1125
1126 * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
1127 (PyEval_InitThreads): Remove duplicate. Define as nothing.
1128 (PyEval_ReleaseLock): Define as nothing.
1129
1130 2010-10-26 Joel Brobecker <brobecker@adacore.com>
1131
1132 * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
1133 by call to FILENAME_CMP.
1134
1135 2010-10-26 Joel Brobecker <brobecker@adacore.com>
1136
1137 * dictionary.c (dict_hash): Move assignment out of if condition.
1138
1139 2010-10-22 Jie Zhang <jie@codesourcery.com>
1140
1141 * Makefile.in (install): Remove dependency of install-only and
1142 recursively invoke make for install-only.
1143 * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
1144 (install): Pass FLAGS_TO_PASS when recursively make install-only.
1145
1146 2010-10-20 Hui Zhu <teawater@gmail.com>
1147
1148 * tracepoint.c (tfile_get_traceframe_address): Call
1149 extract_signed_integer.
1150 (tfile_trace_find): Call extract_signed_integer and
1151 extract_unsigned_integer. Change data_size to unsigned int.
1152 (tfile_fetch_registers): Call extract_unsigned_integer.
1153 (tfile_xfer_partial): Ditto.
1154 (tfile_get_trace_state_variable_value): Call
1155 extract_signed_integer and extract_unsigned_integer.
1156
1157 2010-10-20 Vladimir Prus <vladimir@codesourcery.com>
1158
1159 * remote.c (remote_get_threadlist): If we got empty
1160 response, bail out immediately, and don't emit any
1161 warnings.
1162
1163 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1164
1165 * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
1166 for "mov pc, REG" as well.
1167 (thumb_instruction_changes_pc): Likewise.
1168
1169 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1170
1171 PR C++/11500:
1172 * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
1173 * eval.c (evaluate_subexp_standard): Check for overload of
1174 'operator->'.
1175 * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
1176 (value_x_unop): Ditto.
1177 * valops.c: Include "exceptions.h".
1178 (find_overload_match): Throw NOT_FOUND_ERROR.
1179 (value_struct_elt): Ditto.
1180
1181 2010-10-19 Tom Tromey <tromey@redhat.com>
1182
1183 * python/py-cmd.c (cmdpy_function): Unreference exception state.
1184
1185 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1186
1187 * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
1188 * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
1189 for conversion.
1190 Make all other conversions illegal.
1191
1192 2010-10-18 Doug Evans <dje@google.com>
1193
1194 * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
1195 assumptions of when this case happens. Print "<unnamed typedef>".
1196
1197 2010-10-18 Tom Tromey <tromey@redhat.com>
1198
1199 * valprint.c (val_print_string): Pass 'encoding' to
1200 LA_PRINT_STRING.
1201
1202 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1203
1204 Fix the `stopped language detection' testcase for gcc-4.5.
1205 * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
1206 * symfile.c (set_initial_language): Move variable filename to a more
1207 inner block. Prefer LANGUAGE_OF_MAIN.
1208 * symtab.c (language_of_main): New variable.
1209 (set_main_name): Always reset LANGUAGE_OF_MAIN.
1210 * symtab.h (language_of_main): New declaration.
1211
1212 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1213 Pedro Alves <pedro@codesourcery.com>
1214
1215 * gdbthread.h (currently_stepping): New declaration.
1216 * infrun.c (currently_stepping): Remove the forward declaration.
1217 (currently_stepping): Make it global.
1218 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
1219 variables tp and step, initialized them. Pass STEP to to_resume.
1220 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
1221 * remote.c (currently_stepping_callback): New.
1222 (remote_vcont_resume)
1223 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
1224 New variable tp. Call currently_stepping_callback and step such
1225 thread.
1226
1227 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1228
1229 * infrun.c (follow_exec): Replace symbol_file_add_main by
1230 symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
1231 breakpoint_re_set.
1232 * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
1233 clear_symtab_users.
1234 * objfiles.c (free_all_objfiles): Likewise.
1235 * remote-m32r-sdi.c (m32r_load): Likewise.
1236 * solib-som.c (som_solib_create_inferior_hook): Likewise.
1237 * symfile.c (new_symfile_objfile): New comment for add_flags. Call
1238 clear_symtab_users with ADD_FLAGS.
1239 (reread_symbols): Use parameter 0 for clear_symtab_users.
1240 (clear_symtab_users): New parameter add_flags. Do not call
1241 breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
1242 (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
1243 * symtab.h (clear_symtab_users): New parameter add_flags.
1244
1245 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1246
1247 Fix GCC false warning.
1248 * varobj.c (value_get_print_value) <str_addr>: Initialize it.
1249
1250 2010-10-16 Pierre Muller <muller@ics.u-strasbg.fr>
1251
1252 * p-typeprint.c (pascal_type_print_method_args): Fix problem in
1253 display of type of method arguments.
1254
1255 2010-10-15 Tom Tromey <tromey@redhat.com>
1256
1257 PR python/11948:
1258 * varobj.c (value_get_print_value): Use val_print_string to print
1259 lazy strings.
1260 * python/py-prettyprint.c (print_string_repr): Use
1261 val_print_string to print lazy strings. Fix cleanup logic.
1262 (print_children): Likewise.
1263 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
1264 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
1265 Change return type to 'void', add 'addr' argument.
1266 * value.h (val_print_string): Update.
1267 * valprint.c (val_print_string): Add 'encoding' argument.
1268 * printcmd.c (print_formatted): Update.
1269 * p-valprint.c (pascal_val_print): Update.
1270 * m2-valprint.c (print_unpacked_pointer): Update.
1271 (m2_print_array_contents): Likewise.
1272 * jv-valprint.c (java_value_print): Update.
1273 * f-valprint.c (f_val_print): Update.
1274 * c-valprint.c (c_val_print): Update.
1275 * auxv.c (fprint_target_auxv): Update.
1276
1277 2010-10-15 Doug Evans <dje@google.com>
1278 Jan Kratochvil <jan.kratochvil@redhat.com>
1279
1280 PR exp/12117
1281 * gdbtypes.c (check_typedef): Clean up function comment.
1282 Keep track of instance flags as we strip typedefs and create a new
1283 type to preserve them if necessary.
1284 * gdbtypes.h (type) <instance_flags>: Extend the comment.
1285
1286 2010-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
1287
1288 * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
1289
1290 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1291
1292 * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
1293 * gdbtypes.c (rank_one_type): Move type comparison code out of here
1294 to...
1295 (types_equal): ...here. And changed it as follows:
1296 Outside of typedefs type must be of the same TYPE_CODE.
1297 When compairing two pointers or references they are equal if their
1298 targets are equal.
1299 Correct pointer conversions.
1300
1301 2010-10-14 Pierre Muller <muller@ics.u-strasbg.fr>
1302
1303 * p-lang.c (is_pascal_string_type): Avoid crashes on structures
1304 having fields without names.
1305
1306 2010-10-13 Tom Tromey <tromey@redhat.com>
1307
1308 * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
1309
1310 2010-10-13 Doug Evans <dje@google.com>
1311
1312 New python module gdb.types.
1313 * NEWS: Document it.
1314 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
1315 * python/lib/gdb/types.py: New file.
1316
1317 * c-typeprint.c: Whitespace cleanup.
1318 (cp_type_print_method_args): Remove unnecessary forward decl.
1319 (cp_type_print_derivation_info): Ditto.
1320 (c_type_print_varspec_prefix): Mark as static at definition.
1321 (c_type_print_modifier): Fix arg descriptions.
1322
1323 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1324
1325 * python/py-breakpoint.c (bppy_set_condition): New comment.
1326 * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
1327 failed PyUnicode_Decode.
1328 (cmdpy_completer): Skip element for failed
1329 python_string_to_host_string.
1330 (cmdpy_init): Return -1 on failed python_string_to_host_string.
1331 * python/py-frame.c (frapy_read_var): Extend the function comment.
1332 * python/py-function.c (fnpy_init): Return -1 on failed
1333 python_string_to_host_string.
1334 * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
1335 the function comment.
1336 (infpy_search_memory): Extend the function comment. Remove the
1337 PyErr_SetString call on already set error state.
1338 * python/py-param.c (set_parameter_value): Extend the function
1339 comment. Return -1 on failed python_string_to_host_string, twice.
1340 (set_attr): Extend the function comment.
1341 (compute_enum_values): Extend the function comment. New variable
1342 back_to. Protect self->enumeration by BACK_TO cleanups. Return 0 on
1343 failed python_string_to_host_string.
1344 (get_doc_string): Call gdbpy_print_stack on failed
1345 python_string_to_host_string.
1346 (parmpy_init): Extend the function comment.
1347 * python/py-prettyprint.c (pretty_print_one_value): Likewise.
1348 (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
1349 failed python_string_to_host_string.
1350 * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
1351 (valpy_binop, valpy_richcompare): Extend the function comment.
1352 * python/python.c
1353 (struct python_env) <error_type, error_value, error_traceback>: New
1354 fields.
1355 (restore_python_env): Handle PyErr_Occurred. Call PyErr_Restore.
1356 (ensure_python_env): Call PyErr_Fetch.
1357 * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
1358 failed convert_value_from_python.
1359 (value_get_print_value): Call gdbpy_print_stack on failed
1360 python_string_to_target_python_string.
1361
1362 2010-10-12 Tom Tromey <tromey@redhat.com>
1363
1364 * python/py-prettyprint.c (search_pp_list): Fix error checking.
1365
1366 2010-10-12 Sami Wagiaalla <swagiaal@redhat.com>
1367
1368 * gdbtypes.c (do_is_ancestor): New function.
1369 (is_ancestor): Use do_is_ancestor.
1370 (is_public_ancestor): Use do_is_ancestor.
1371
1372 2010-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
1373
1374 * ser-go32.c (struct dos_ops): Add missing fdopen field.
1375
1376 2010-10-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1377
1378 * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
1379
1380 2010-10-11 Doug Evans <dje@google.com>
1381
1382 * c-typeprint.c (c_type_print_modifier): Add note that this prints
1383 the address space id too.
1384
1385 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1386
1387 Fix attaching to re-prelinked executables on ppc64.
1388 * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
1389 initialize it, try to adjust FILESZ field by it.
1390
1391 2010-10-08 Daniel Jacobowitz <dan@codesourcery.com>
1392
1393 * tracepoint.c (merge_uploaded_trace_state_variables): Only print
1394 messages if info_verbose.
1395
1396 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1397
1398 * valops.c (value_cast): Handle vector types.
1399 * valarith.c (value_binop): Widen scalar to vector if appropriate.
1400
1401 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1402
1403 * arm-tdep.c (thumb_expand_immediate): New function.
1404 (thumb_instruction_changes_pc): Likewise.
1405 (thumb2_instruction_changes_pc): Likewise.
1406 (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
1407 prologue parsing. Improved support for optimized code.
1408 (thumb_scan_prologue): Do not reply on line-number information,
1409 use same heuristics as arm_scan_prologue insead.
1410 (skip_prologue_function): Accept functions
1411 "__tls_get_addr" and "__aeabi_read_tp".
1412
1413 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1414 Daniel Jacobowitz <dan@codesourcery.com>
1415
1416 * arm-tdep.c (thumb_in_function_epilogue_p)
1417 (arm_in_function_epilogue_p): New.
1418 (arm_gdbarch_init): Install arm_in_function_epilogue_p as
1419 gdbarch_in_function_epilogue_p callback.
1420
1421 2010-10-07 Doug Evans <dje@google.com>
1422
1423 * cc-with-index.sh (output_file): Default to a.out.
1424
1425 * dwarf2read.c (mapped_index): Rename member index_table to
1426 symbol_table and index_table_slots to symbol_table_slots.
1427 All uses updated.
1428 (create_symbol_hash_table): Renamed from create_index_table.
1429 All callers updated.
1430 (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
1431 (write_hash_table): Rename local index_table to symbol_hash_table.
1432
1433 * addrmap.h (addrmap_foreach_fn): New typedef.
1434 (addrmap_foreach): Declare.
1435 * addrmap.c (struct addrmap_funcs): New member foreach.
1436 (addrmap_foreach): New function.
1437 (addrmap_fixed_foreach): New function.
1438 (addrmap_fixed_funcs): Update.
1439 (struct mutable_foreach_data): New struct.
1440 (addrmap_mutable_foreach_worker): New function.
1441 (addrmap_mutable_foreach): New function.
1442 (addrmap_mutable_funcs): Update.
1443
1444 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1445
1446 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
1447 more cases.
1448
1449 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1450
1451 * ada-lang.c (full_match): Declare.
1452 (ada_match_name): Rename to match_name (we should avoid prefixing static
1453 symbols with "ada_").
1454 (match_name): New name for ada_match_name.
1455 (struct ada_psym_data): Remove and replace with...
1456 (struct match_data): User data for map_matching_symbols.
1457 (ada_add_psyms): Remove.
1458 (aux_add_nonlocal_symbols): New function, used as callback for
1459 map_matching_symbols.
1460 (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
1461 symbols.
1462 (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
1463 (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
1464 Rework to use map_matching_symbols instead of map_ada_symtabs.
1465 (ada_lookup_symbol_list): Use add_nonlocal_symbols.
1466 * psymtab.c: Include dependency on dictionary.h.
1467 (match_partial_symbol): New function.
1468 (ada_lookup_partial_symbol): Remove.
1469 (map_block): New function, auxiliary to map_matching_symbols_psymtab.
1470 (map_matching_symbols_psymtab): New function.
1471 (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
1472 * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
1473
1474 2010-10-06 Paul Hilfinger <hilfinger@adacore.com>
1475
1476 * ada-lang.c (ada_match_name): Use new API for wild_match.
1477 (wild_match): Change API to be consistent with that of strcmp_iw;
1478 return 0 for a match, and switch operand order.
1479 (full_match): New function.
1480 (ada_add_block_symbols): Use dict_iter_match_{first,next} for
1481 matching to allow use of hashing.
1482 * dictionary.c (struct dict_vector): Generalize iter_name_first,
1483 iter_name_next ot iter_match_first, iter_match_next.
1484 (iter_name_first_hashed): Replace with iter_match_first_hashed.
1485 (iter_name_next_hashed): Replace with iter_match_next_hashed.
1486 (iter_name_first_linear): Replace with iter_match_first_linear.
1487 (iter_name_next_linear): Replace with iter_match_next_linear.
1488 (dict_iter_name_first): Re-implement to use dict_iter_match_first.
1489 (dict_iter_name_next): Re-implement to use dict_iter_match_next.
1490 (dict_iter_match_first): New function.
1491 (dict_iter_match_next): New function.
1492 (dict_hash): New function.
1493 * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
1494 * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
1495
1496 2010-10-06 Doug Evans <dje@google.com>
1497
1498 * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
1499
1500 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1501
1502 * dwarf2read.c (read_tag_const_type): Handle const arrays.
1503
1504 2010-10-06 Doug Evans <dje@google.com>
1505
1506 * Makefile.in (REQUIRED_SUBDIRS): New var.
1507 (subdir_do): Verify required subdir Makefiles exist.
1508
1509 Create subdir data-directory.
1510 * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
1511 data-directory/Makefile.in.
1512 (SUBDIRS): Add data-directory.
1513 (all): Remove xml-syscall-copy dependency.
1514 (xml-syscall-copy): Moved to data-directory/Makefile.in as
1515 stamp-syscalls.
1516 (xml-syscall-install): Moved to data-directory/Makefile.in as
1517 install-syscalls.
1518 (install-only): Remove xml-syscall-install dependency.
1519 (all-data-directory): New rule.
1520 (data-directory/Makefile): New rule.
1521 * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
1522 * configure: Regenerate.
1523 * data-directory/Makefile.in: New file.
1524 * python/lib/gdb/__init__.py: New file.
1525
1526 2010-10-06 Joel Brobecker <brobecker@adacore.com>
1527
1528 Fix ARI warnings in advance_wild_match.
1529 * ada-lang.c (advance_wild_match): Delete local variable t2.
1530 Adjust code accordingly. Minor reformatting.
1531
1532 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1533
1534 * gdbtypes.h (struct main_type): Remove flag_nottext.
1535 (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
1536 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
1537 (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
1538 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
1539 of TYPE_FLAG_NOTTEXT.
1540 (init_type): Remove the initialization of the flag_nottext field.
1541 (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
1542 TYPE_FLAG_NOTTEXT.
1543 * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
1544
1545 2010-10-04 Doug Evans <dje@google.com>
1546
1547 * cc-with-index.sh: New file.
1548
1549 * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
1550 function comment.
1551 (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
1552 (create_cus_from_index, create_addrmap_from_index): Ditto.
1553 (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
1554 (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
1555 (dw2_do_expand_symtabs_matching): Ditto.
1556 (eq_strtab_entry, create_strtab, add_string): Ditto.
1557 (hash_strtab_entry): Ditto.
1558 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
1559 (create_index_table, create_mapped_symtab, find_slot): Ditto.
1560 (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
1561 (write_hash_table, add_address_entry, write_psymbols): Ditto.
1562 (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
1563 (write_psymtabs_to_index): Ditto.
1564
1565 2010-10-04 Joel Brobecker <brobecker@adacore.com>
1566
1567 * ada-lang.c: #include "value.h".
1568 (ensure_lval): Delete advance declaration. Remove gdbarch and sp
1569 arguments. Implement using value_allocate_space_in_inferior
1570 instead of allocating memory from the stack.
1571 (make_array_descriptor): Remove gdbarch and sp parameters. Update
1572 calls to ensure_lval.
1573 (ada_convert_actual): Remove gdbarch and sp parameters. Update
1574 calls to make_array_descriptor and ensure_lval.
1575 * ada-lang.h (ada_convert_actual): Update declaration.
1576 * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
1577
1578 2010-10-04 Doug Evans <dje@google.com>
1579
1580 * python/python.c (_initialize_python): Define new function
1581 GdbSetPythonDirectory in python. Use it to update sys.path and
1582 gdb.__path__.
1583
1584 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1585
1586 * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
1587 incorporating and generalizing print_record_field_types.
1588 (print_record_field_types): Change return value and update comment.
1589 Re-implement using print_selected_record_field_types.
1590 (print_choices): Print "=>" here.
1591 Handle case of unencoded variant branch.
1592 (print_variant_clauses): Reformat comment.
1593 Special-case unencoded variant branch.
1594
1595 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1596
1597 * ada-lang.c (wild_match): Reimplement.
1598 Change API to eliminate unused length argument, reverse arguments and
1599 make 0 the 'true' return value.
1600 (advance_wild_match): New auxiliary function for wild_match to improve
1601 readability.
1602 (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
1603 * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
1604 API for wild_match.
1605 * symfile.h (map_ada_symtabs): Modify declaration to use new API for
1606 wild_match.
1607 * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
1608
1609 2010-10-01 Doug Evans <dje@google.com>
1610
1611 * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1612 for `save gdb-index' command.
1613
1614 2010-10-01 Tom Tromey <tromey@redhat.com>
1615
1616 * symfile.h (allocate_symtab): Update.
1617 * symfile.c (allocate_symtab): Make 'filename' const.
1618 * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1619 (add_psymbol_to_list): Likewise.
1620 * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1621 const.
1622 (add_psymbol_to_list): Update.
1623 * mdebugread.c (new_symtab): Make 'name' const.
1624 (psymtab_to_symtab_1): Make 'filename' const.
1625 * elfread.c (elfstab_offset_sections): Update.
1626 * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1627 (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1628 (psymtab_include_file_name): Update.
1629 * dbxread.c (find_stab_function_addr): Make 'filename' const.
1630 * buildsym.h (start_subfile): Update.
1631 * buildsym.c (start_subfile): Make arguments const.
1632
1633 2010-09-30 Ali Lakhia <lakhia@alumni.utexas.net>
1634
1635 * fork-child.c (breakup_args): Fix crash if shell forking is
1636 disabled at compile time.
1637
1638 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1639
1640 * ada-lang.c (desc_bounds): Add handling of the case where
1641 the P_BOUNDS field is a pointer to a stub.
1642 (desc_data_target_type): Same for P_ARRAY field.
1643 (ada_check_typedef): Strip the typedef layers from the type
1644 found by ada_find_any_type.
1645
1646 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1647
1648 * sparc-tdep.c (sparc32_frame_align): New function.
1649 (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1650 * sparc64-tdep.c (sparc64_frame_align): New function.
1651 (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1652
1653 2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
1654
1655 * defs.h (MAX_REGISTER_SIZE): Set to 64.
1656
1657 2010-09-30 Tom Tromey <tromey@redhat.com>
1658
1659 * symfile.h (struct sym_fns) <next>: Remove.
1660 (add_symtab_fns): Update.
1661 * symfile.c (sym_fns_ptr): New typedef.
1662 (symtab_fns): Now a VEC.
1663 (add_symtab_fns): Update. Change argument type.
1664 (find_sym_fns): Update. Change return type.
1665 (get_symfile_segment_data): Update.
1666 * objfiles.h (struct objfile) <sf>: Now const.
1667 * somread.c (som_sym_fns): Now const. Update.
1668 * xcoffread.c (xcoff_sym_fns): Now const. Update.
1669 * mipsread.c (ecoff_sym_fns): Now const. Update.
1670 * machoread.c (macho_sym_fns): Now const. Update.
1671 * elfread.c (elf_sym_fns): Now const. Update.
1672 (elf_sym_fns_gdb_index): Likewise.
1673 * dbxread.c (aout_sym_fns): Now const. Update.
1674 * coffread.c (coff_sym_fns): Now const. Update.
1675
1676 2010-09-30 Tom Tromey <tromey@redhat.com>
1677
1678 * value.c (value_primitive_field): Take 'offset' into account for
1679 packed field.
1680
1681 2010-09-30 Tom Tromey <tromey@redhat.com>
1682
1683 * completer.c (count_struct_fields): Handle anonymous structs and
1684 unions.
1685 (add_struct_fields): Likewise.
1686
1687 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1688
1689 Fix printing parameters of inlined functions.
1690 * ada-lang.c (is_known_support_routine)
1691 (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1692 for find_frame_funname.
1693 * python/py-frame.c (frapy_name): Likewise.
1694 * stack.c (find_frame_funname): New parameter funcp. Update the
1695 function comment. Fill it in.
1696 (print_frame): New variable func. Initialize it by
1697 find_frame_funname. Print arguments only if FUNC is not NULL. Use
1698 FUNC as the parameter of print_args_stub.
1699 * stack.h (find_frame_funname): New parameter funcp. Remove the
1700 function declaration comment.
1701
1702 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1703
1704 PR corefiles/12071.
1705 * inferior.c (have_live_inferiors): New variables old_chain, inf and
1706 tp. Iterate INFERIOR_LIST and call target_has_execution.
1707
1708 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1709
1710 Fix GDB crash on inferior calls with self-referencing classes.
1711 * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1712 member fields.
1713
1714 2010-09-29 Doug Evans <dje@google.com>
1715
1716 Workaround for gcc/45682.
1717 * dwarf2read.c (partial_die_info): New fields fixup_called,
1718 linkage_name.
1719 (guess_partial_die_structure_name): Renamed from guess_structure_name.
1720 Move definition next to use. Use linkage_name to determine if class
1721 is in a namespace. All callers updated.
1722 (fixup_partial_die): Return early if already called.
1723 Set fixup_called when done.
1724 (guess_full_die_structure_name): New function.
1725 (determine_prefix): Call it for class/struct/union dies if c++ and
1726 .debug_types section is present and parent is DW_TAG_compile_unit.
1727
1728 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1729
1730 * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1731 (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1732
1733 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1734
1735 * NEWS: Announce Ravenscar Profile support.
1736
1737 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1738 Jerome Guitton <guitton@adacore.com>
1739
1740 * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1741 New files.
1742 * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1743 ravenscar-sparc-thread.o to gdb_target_obs.
1744
1745 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1746
1747 * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1748 * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1749
1750 2010-09-27 Pierre Muller <muller@ics.u-strasbg.fr>
1751
1752 * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1753 (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1754 skip_main_prologue method.
1755
1756 2010-09-27 Tom Tromey <tromey@redhat.com>
1757
1758 * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1759 (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1760 Only emit a given psymbol once.
1761 (struct signatured_type_index_data) <psyms_seen>: New field.
1762 (write_one_signatured_type): Update.
1763 (cleanup_htab): New function.
1764 (write_psymtabs_to_index): Update. Create psyms_seen hash. Bump
1765 version to 3.
1766 (save_gdb_index_command): Update index documentation.
1767
1768 2010-09-27 Tom Tromey <tromey@redhat.com>
1769
1770 * bcache.c (expand_hash_table): Use hash_function, not hash.
1771
1772 2010-09-27 Tom Tromey <tromey@redhat.com>
1773
1774 * gdb_wchar.h: Change minimum libiconv to 0x108.
1775
1776 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1777
1778 Fix lost siginfo_t for inferior calls.
1779 * infrun.c
1780 (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1781 (save_inferior_thread_state): New variables regcache, gdbarch and
1782 siginfo_data. Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1783 Move INF_STATE allocation later, pre-clear it. Initialize REGISTERS
1784 using REGCACHE.
1785 (restore_inferior_thread_state): New variables regcache and gdbarch.
1786 Restore SIGINFO_DATA for matching GDBARCH. Restore REGISTERS using
1787 REGCACHE. Free also SIGINFO_DATA.
1788
1789 2010-09-24 Tom Tromey <tromey@redhat.com>
1790
1791 * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1792 MAYBE_SWAPs.
1793 (dw2_map_symbol_names): Likewise.
1794
1795 2010-09-24 Sami Wagiaalla <swagiaal@redhat.com>
1796
1797 * valops.c (find_oload_champ_namespace_loop): replace incorrect
1798 discard_cleanups do_cleanups.
1799
1800 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1801
1802 PR gdb/11842
1803
1804 * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1805 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1806 si_code is < 0. Check for si_code == SI_TIMER before checking for
1807 si_code < 0.
1808
1809 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1810
1811 * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1812
1813 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1814
1815 * ada-tasks.c (read_atcb): Do not compute the task ptid when
1816 debugging a core file.
1817
1818 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1819
1820 Code cleanup.
1821 * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1822 (free_objfile) <objfile->name != NULL>: Remove the conditional around
1823 xfree.
1824 * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1825 * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1826 Remove.
1827 * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1828 Remove the conditional.
1829 * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1830
1831 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1832
1833 * main.c: Include objfiles.h.
1834 (captured_main): New variable objfile. Call
1835 load_auto_scripts_for_objfile for ALL_OBJFILES.
1836
1837 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1838
1839 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1840 DW_TAG_constant.
1841
1842 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1843
1844 * dwarf2read.c (scan_partial_symbols): Add handling of
1845 DW_TAG_constant DIEs.
1846 (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1847
1848 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1849
1850 * configure.ac: Add support for --enable-gdbserver.
1851 * configure: Regenerate.
1852
1853 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1854
1855 PR C++/12028
1856 * valops.c (find_oload_champ_namespace_loop): removed incorrect
1857 'old_cleanups' reassignment.
1858
1859 2010-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1860
1861 * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1862 characters.
1863
1864 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1865
1866 PR mi/11407
1867 * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1868 read_var_value and common_val_print and print a warning.
1869
1870 2010-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1871
1872 * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1873 keep the list in alphabetical order. Use longer e-mail address.
1874
1875 2010-09-15 Tom Tromey <tromey@redhat.com>
1876
1877 * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1878
1879 2010-09-15 Tom Tromey <tromey@redhat.com>
1880
1881 * charset.c (iconv_open): New define.
1882 (iconv): Likewise.
1883 (iconv_close): Likewise.
1884 (phony_iconv_open): Add "phony_" prefix.
1885 (phony_iconv_close): Likewise.
1886 (phony_iconv): Likewise.
1887 * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1888 Change how INTERMEDIATE_ENCODING is defined.
1889
1890 2010-09-15 Doug Evans <dje@google.com>
1891
1892 * dwarf2read.c (struct die_info): Fix comment.
1893
1894 2010-09-15 Alan Modra <amodra@gmail.com>
1895
1896 PR 4606
1897 * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1898 than setting SEC_NEVER_LOAD on sections that need not be copied.
1899
1900 2010-09-14 Tom Tromey <tromey@redhat.com>
1901
1902 * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1903 (start_psymtab_common, allocate_psymtab, discard_psymtab):
1904 Declare.
1905 * symfile.h (extend_psymbol_list): Remove.
1906 (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1907 (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1908 * psymtab.c (extend_psymbol_list): Move earlier. Now static.
1909
1910 2010-09-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1911
1912 * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1913 Update the comment.
1914
1915 2010-09-14 Tom Tromey <tromey@redhat.com>
1916
1917 PR symtab/8399:
1918 * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1919 for unrecognized frame base expression.
1920
1921 2010-09-14 Tom Tromey <tromey@redhat.com>
1922
1923 PR exp/11803:
1924 * value.c (value_static_field): Use value_of_variable.
1925
1926 2010-09-14 Pierre Muller <muller@ics.u-strasbg.fr>
1927
1928 * m32r-rom.c: Replace winsock.h with winsock2.h header.
1929 * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1930
1931 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1932
1933 PR symtab/11992:
1934 * c-exp.y (classify_name): Check is_a_member_of_this before returning
1935 UNKNOWN_CPP_NAME.
1936
1937 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1938
1939 * NEWS: Add x86-lynxos to the list of platforms supported by
1940 gdbserver.
1941
1942 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1943
1944 * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1945
1946 2010-09-13 Tom Tromey <tromey@redhat.com>
1947
1948 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1949
1950 2010-09-13 H.J. Lu <hongjiu.lu@intel.com>
1951
1952 * i386-tdep.c (i386_ymm_type): Set type name to
1953 builtin_type_vec256i.
1954
1955 2010-09-12 Michael Snyder <msnyder@vmware.com>
1956
1957 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1958
1959 2010-09-12 H.J. Lu <hongjiu.lu@intel.com>
1960
1961 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1962
1963 2010-09-11 H.J. Lu <hongjiu.lu@intel.com>
1964
1965 * amd64-tdep.c (amd64_register_name): Removed.
1966 (amd64_init_abi): Don't call set_gdbarch_register_name.
1967
1968 * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1969
1970 * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1971
1972 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1973 Paul Bolle <pebolle@tiscali.nl>
1974
1975 Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1976 * cli-logging.c (struct saved_output_files) <targerr>: New.
1977 (set_logging_redirect, pop_output_files, handle_redirections):
1978 Redirect also gdb_stdtargerr.
1979 * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1980 declarations.
1981 * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1982 also gdb_stdtargerr.
1983 * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1984 to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1985 Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1986 * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1987 * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1988 New functions.
1989
1990 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1991
1992 * hppa-tdep.c (unwind_command): Use host_address_to_string function
1993 to display a host address.
1994 * monitor.c (monitor_read_memory): Likewise.
1995 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1996
1997 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1998
1999 * coffread.c (struct coff_symbol): Change c_value type from `long' to
2000 `CORE_ADDRESS' as it might contain target addresses.
2001
2002 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
2003
2004 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
2005 before cast to pointer to avoid warning.
2006
2007 2010-09-09 Kevin Buettner <kevinb@redhat.com>
2008
2009 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
2010 type to be signed.
2011
2012 2010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
2013
2014 * dwarf2read.c (fixup_partial_die): Do not set dummy name for
2015 anonymous class partial DIEs.
2016
2017 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2018
2019 * dwarf2read.c (dwarf2_compute_name): Check that the first
2020 argument is a pointer.
2021
2022 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2023
2024 * dwarf2read.c (read_func_scope, read_structure_type)
2025 (read_common_block): Check for a NULL return from new_symbol.
2026
2027 2010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2028
2029 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
2030
2031 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2032
2033 * dwarf2read.c (read_structure_type): Move processing of
2034 fields and member functions from here...
2035 (process_structure_scope): ... to here.
2036
2037 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2038
2039 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
2040 the domain type.
2041 (gnuv3_make_method_ptr): Likewise.
2042
2043 2010-09-08 Tom Tromey <tromey@redhat.com>
2044
2045 * breakpoint.c (create_breakpoint): Add missing _().
2046
2047 2010-09-08 Doug Evans <dje@google.com>
2048
2049 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
2050
2051 2010-09-08 Tom Tromey <tromey@redhat.com>
2052
2053 Revert:
2054 2010-09-01 Tom Tromey <tromey@redhat.com>
2055 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
2056 symtab.h: Revert earlier change.
2057
2058 2010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
2059
2060 * psymtab.c (add_psymbol_to_bcache): Initialize
2061 obj_section.
2062 memset psymbol.ginfo.value to 0.
2063
2064 2010-09-06 Pedro Alves <pedro@codesourcery.com>
2065
2066 * infrun.c (resume): Extend comment on ignoring single-step
2067 requests on vfork parents waiting for a vfork-done.
2068
2069 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2070 Pedro Alves <pedro@codesourcery.com>
2071
2072 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
2073 is NULL.
2074 * fork-child.c (startup_inferior) <resume_signal>: Use enum
2075 target_signal type.
2076 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
2077 calling strsignal. Use enum target_signal type for saved_signo.
2078 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
2079 (linux_nat_wait_1): Use enum target_signal type for signo. Use
2080 target_signal_to_host before calling strsignal.
2081 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
2082 TARGET_SIGNAL_0.
2083
2084 2010-09-06 Pedro Alves <pedro@codesourcery.com>
2085 Jan Kratochvil <jan.kratochvil@redhat.com>
2086
2087 * common/signals.c (ANY): Remove.
2088 (SET): No longer use ANY.
2089
2090 2010-09-06 Yao Qi <yao@codesourcery.com>
2091
2092 * infrunc(resume): When inferior is waiting_for_vfork_done,
2093 clear step and don't use displaced stepping.
2094
2095 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2096
2097 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
2098 value specially.
2099
2100 2010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2101
2102 Code cleanup - split print_stop_reason.
2103 * infrun.c (enum inferior_stop_reason): Remove.
2104 (print_stop_reason): Remove by splitting into ...
2105 (print_exited_reason, print_signal_exited_reason)
2106 (print_no_history_reason, print_signal_received_reason)
2107 (print_end_stepping_range_reason): ... these new functions. Update
2108 the preceding comment.
2109 (handle_inferior_event): Change the calls to print_exited_reason,
2110 print_signal_exited_reason, print_no_history_reason,
2111 print_signal_received_reason, print_end_stepping_range_reason.
2112 (handle_step_into_function, handle_step_into_function_backward):
2113 Change the calls to print_end_stepping_range_reason.
2114
2115 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2116
2117 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
2118 * cli-out.c: Include vec.h.
2119 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
2120 variable stream, initialize it, use it.
2121 (cli_redirect): New function comment. Replace the stream and
2122 original_stream fields by the new streams field. Remove the
2123 original_stream != NULL conditional, assert error on NULL instead.
2124 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
2125 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
2126 original_stream fields by the new streams field.
2127 (cli_out_set_stream): Replace the stream field by the new streams
2128 field.
2129 * cli-out.h: Include vec.h.
2130 (ui_filep): New typedef, call DEF_VEC_P for it.
2131 (struct cli_ui_out_data): Replace the stream and original_stream
2132 fields by the new streams field.
2133 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
2134 NULL first. Extend the comment.
2135 (handle_redirections): Call ui_out_redirect with output.
2136 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
2137 calls outside of the TRY_CATCH block.
2138
2139 2010-09-03 Joel Brobecker <brobecker@adacore.com>
2140
2141 GDB 7.2 released.
2142
2143 2010-09-02 Joel Brobecker <brobecker@adacore.com>
2144
2145 Back out the following change:
2146 | 2010-06-29 Hui Zhu <teawater@gmail.com>
2147 | * record.c (set_record_pic_cmdlist,
2148 | show_record_pic_cmdlist): New variables.
2149 | (set_record_pic_command,
2150 | show_record_pic_command): New functions.
2151 | (record_pic_function, record_pic_line, record_pic_enum,
2152 | set_record_pic_type, record_pic_hide_nofunction,
2153 | record_pic_hide_nosource, record_pic_hide_same): New variables.
2154 | (record_pic_fputs): New function.
2155 | (function_list, node_list, edge_list): New struct.
2156 | (function_list, node_list, edge_list): New variables.
2157 | (record_pic_cleanups, record_pic_node,
2158 | record_pic_edge, cmd_record_pic): New functions.
2159 | (_initialize_record): Add new commands for record pic.
2160
2161 2010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2162
2163 * config.in, configure: Regenerated.
2164 * configure.ac: Check for waitpid.
2165 * ser-pipe.c (pipe_close): Wait for the program to exit.
2166
2167 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2168
2169 * cli/cli-logging.c: Include gdb_assert.h.
2170 (set_logging_overwrite): New function.
2171 (logging_redirect): New comment.
2172 (logging_no_redirect_file, set_logging_redirect)
2173 (pop_output_files) <logging_no_redirect_file>: New.
2174 (handle_redirections) <!logging_redirect>: New variable
2175 no_redirect_file. Remove file autoclose for tee_file_new. No longer
2176 discard cleanup for the close of former OUTPUT. Set
2177 LOGGING_NO_REDIRECT_FILE.
2178 (handle_redirections) <logging_redirect>: gdb_assert
2179 LOGGING_NO_REDIRECT_FILE.
2180 (show_logging_command) <logging_redirect handling>: Adjust messages
2181 for SAVED_FILENAME not NULL.
2182 (_initialize_cli_logging): Install set_logging_overwrite and
2183 set_logging_redirect.
2184
2185 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2186
2187 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
2188
2189 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2190
2191 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
2192 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
2193 add $(GDB_WARN_CFLAGS_NO_FORMAT).
2194 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
2195
2196 2010-09-02 Yao Qi <yao@codesourcery.com>
2197
2198 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
2199 number from a WIFSIGNALED status.
2200
2201 2010-09-01 Tom Tromey <tromey@redhat.com>
2202
2203 * symtab.h (lookup_type_symbol): Declare.
2204 * symtab.c (lookup_symbol_in_language_full): Rename from
2205 lookup_symbol_in_language. Add 'for_type' argument.
2206 (lookup_symbol_in_language): New function.
2207 (lookup_type_symbol): Likewise.
2208 (lookup_symbol_aux): Add 'for_type' argument.
2209 (match_symbol_aux): New function.
2210 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
2211 (match_transparent_type): New function.
2212 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
2213 * symfile.h (struct quick_symbol_functions)
2214 <pre_expand_symtabs_matching>: Remove.
2215 <expand_one_symtab_matching>: New field.
2216 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
2217 (pre_expand_symtabs_matching_psymtabs): Remove.
2218 (psym_functions): Update.
2219 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
2220 * dwarf2read.c (dw2_lookup_symbol): Update comment.
2221 (dw2_pre_expand_symtabs_matching): Remove.
2222 (dw2_expand_one_symtab_matching): New function.
2223 (dwarf2_gdb_index_functions): Update.
2224
2225 2010-09-01 Joel Brobecker <brobecker@adacore.com>
2226
2227 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
2228
2229 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2230
2231 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
2232 as a feature reported by -list-target-features.
2233
2234 2010-09-01 Joel Brobecker <brobecker@adacore.com>
2235
2236 * features/Makefile (WHICH): Add rs6000/powerpc-32.
2237 (powerpc-32.o, powerpc-32.c): New rules.
2238 (clean): Also remove powerpc-32.c.
2239 * regformats/rs6000/powerpc-32.dat: Generate.
2240
2241 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
2242
2243 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
2244 psymbol_bcache_init.
2245 * psymtab.h (psymbol_bcache_init): New function prototype.
2246 (psymbol_bcache_free): New function prototype.
2247 (psymbol_bcache_get_bcache): New function prototype.
2248 * psymtab.c (psymbol_bcache_init): New function.
2249 (psymbol_bcache_free): New function.
2250 (psymbol_bcache_full): New function.
2251 (psymbol_bcache_get_bcache): New function.
2252 (add_psymbol_to_bcache): use psymbol_bcache_full.
2253 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
2254 psymbol_bcache.
2255 * symmisc.c (print_symbol_bcache_statistics): Updated.
2256 (print_objfile_statistics): Updated.
2257 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
2258 psymbol_cache.
2259 (free_objfile): Use psymbol_bcache_free.
2260
2261 2010-08-31 Tom Tromey <tromey@redhat.com>
2262
2263 PR c++/11961:
2264 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
2265 Don't set TYPE_NAME on the type.
2266
2267 2010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2268
2269 * infrun.c (set_exec_direction_func): Error out if target does not
2270 support reverse execution.
2271
2272 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2273
2274 Make linux_get_siginfo_type `type *' unique.
2275 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
2276 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
2277 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
2278 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
2279 (_initialize_linux_tdep): New.
2280
2281 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2282
2283 Code cleanup.
2284 * defs.h (find_memory_region_ftype): New typedef.
2285 (exec_set_find_memory_regions): Use it.
2286 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
2287 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
2288 * gcore.c (objfile_find_memory_regions): Likewise.
2289 * gnu-nat.c (gnu_find_memory_regions): Likewise.
2290 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
2291 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
2292 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
2293 find_memory_region_ftype.
2294 (insert_dbx_link_bpt_in_region): Likewise.
2295 (iterate_over_mappings): Likewise. Drop the comment part about the
2296 function prototype.
2297 (find_memory_regions_callback): Use find_memory_region_ftype.
2298 (proc_find_memory_regions): Likewise.
2299 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
2300 find_memory_region_ftype.
2301 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
2302 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
2303
2304 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
2305
2306 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
2307 'static partial_symbol psymbol'.
2308 (psymbol_hash): New function.
2309 (psymbol_compare): New function.
2310 * bcache.c (hash_continue): New.
2311 (hash): Use hash_continue.
2312 * bcache.c: Add hash_function and compare_function
2313 pointers to bcache struct.
2314 (bcache_full): Use bcache->hash_function, and
2315 bcache->compare_function.
2316 (bcache_compare): New function.
2317 (bcache_xmalloc): Take hash_function and
2318 compare_function arguments and initialize the
2319 bcach's pointers.
2320 Updated comment.
2321 * objfiles.c (allocate_objfile): Updated.
2322 * symfile.c (reread_symbols): Updated.
2323 * python/py-type.c (typy_richcompare): Updated.
2324
2325 2010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
2326 Tom Tromey <tromey@redhat.com>
2327
2328 PR python/11792:
2329 * python/py-value.c (valpy_get_dynamic_type): New function.
2330 (value_object_getset): Add "dynamic_type".
2331 (valpy_get_type): Fail on error.
2332
2333 2010-08-30 Yao Qi <yao@codesourcery.com>
2334
2335 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
2336 (arm_linux_syscall_next_pc): New.
2337 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
2338 (arm_linux_init_abi): Initialize syscall_next_pc.
2339 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
2340 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
2341 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
2342 Declare arm_frame_is_thumb.
2343
2344 2010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2345
2346 Code cleanup.
2347 * breakpoint.c (bpstat_alloc): Remove unused prototype.
2348 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
2349 code.
2350 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
2351 calls of bpstat_alloc. Remove explicit bs chain termination.
2352
2353 2010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 Code cleanup.
2356 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
2357 (my_waitpid): Likewise.
2358
2359 2010-08-27 Doug Evans <dje@google.com>
2360
2361 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
2362 as appropriate.
2363
2364 2010-08-27 Tom Tromey <tromey@redhat.com>
2365
2366 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
2367 TYPE_FIELD_IGNORE_BITS.
2368
2369 2010-08-27 Doug Evans <dje@google.com>
2370
2371 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
2372 the order they're defined in. munmap .debug_types buffer.
2373
2374 2010-08-26 Doug Evans <dje@google.com>
2375
2376 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
2377 (dw2_forget_cached_source_info): Rename local cu to per_cu.
2378 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
2379 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
2380 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
2381 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
2382 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
2383 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
2384 (write_psymtabs_to_index): Ditto.
2385
2386 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2387
2388 * NEWS: Mention libthread_db debugging with core files.
2389
2390 2010-08-26 Doug Evans <dje@google.com>
2391
2392 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
2393 forward decl. Pass pst->dirname to dwarf_decode_lines.
2394 (psymtab_include_file_name): New function.
2395 (dwarf_decode_lines): Call it. Update comments.
2396
2397 2010-08-25 Pedro Alves <pedro@codesourcery.com>
2398
2399 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
2400 compilation unit being different from target die's.
2401
2402 2010-08-24 Doug Evans <dje@google.com>
2403
2404 PR symtab/11942
2405 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
2406 debug_types_type_hash.
2407 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
2408 All uses updated.
2409 (lookup_die_type): Renamed from tag_type_to_tag. First look in
2410 appropriate type_hash table. All callers updated.
2411 (allocate_signatured_type_table): Renamed from
2412 allocate_signatured_type_hash_table. All callers updated.
2413 (create_signatured_type_table_from_index): Renamed from
2414 create_signatured_type_hash_from_index. All callers updated.
2415 (read_die_type): Add comment. Move actual reading to ...
2416 (read_die_type_1): ... here. New function.
2417 (follow_die_ref_or_sig): Tweak comment.
2418 (set_die_type): Rewrite to use appropriate choice of
2419 debug_info_type_hash or debug_types_type_hash.
2420 (get_die_type_at_offset): New function.
2421 (get_die_type): Call it.
2422
2423 2010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2424
2425 * python/py-type.c (typy_richcompare): Initialize worklist.
2426
2427 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2428 Kazu Hirata <kazu@codesourcery.com>
2429 Jonathan Larmour <jifl@eCosCentric.com>
2430
2431 * arm-tdep.c: Include features/arm-with-m.c.
2432 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
2433 call this function.
2434 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
2435 Check is_m after force-mode.
2436 (arm_gdbarch_init): Check the binary before the target description.
2437 Add check for M profile attribute. If we have an M-profile device,
2438 but no target register description, use arm-with-m. Recognize the
2439 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
2440 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
2441 * arm-tdep.h (XPSR_T): Define.
2442 (struct gdbarch_tdep): Add is_m member.
2443 * features/arm-m-profile.xml, features/arm-with-m.c,
2444 features/arm-with-m.xml: New files.
2445
2446 2010-08-23 Doug Evans <dje@google.com>
2447
2448 * dwarf2read.c (read_structure_type): Add comment.
2449 (read_enumeration_type): Add comment.
2450 (process_enumeration_scope): Move definition of some locals
2451 closer to their use.
2452 (read_namespace_type): Add comment.
2453 (set_die_type): Fix typo in comment.
2454
2455 2010-08-23 Tom Tromey <tromey@redhat.com>
2456
2457 PR python/11145:
2458 * python/py-value.c: Include expression.h.
2459 (valpy_do_cast): New function.
2460 (valpy_cast): Use it.
2461 (valpy_dynamic_cast): New function.
2462 (valpy_reinterpret_cast): Likewise.
2463 (value_object_methods): Add dynamic_cast, reinterpret_cast.
2464
2465 2010-08-23 Tom Tromey <tromey@redhat.com>
2466
2467 PR python/11391:
2468 * python/py-value.c (valpy_nonzero): Don't throw error for other
2469 Value types.
2470
2471 2010-08-23 Tom Tromey <tromey@redhat.com>
2472
2473 PR python/10676:
2474 * python/py-type.c: Include bcache.h, vec.h.
2475 (struct type_equality_entry): New.
2476 (compare_strings): New function.
2477 (check_types_equal): Likewise.
2478 (check_types_worklist): Likewise.
2479 (typy_richcompare): Likewise.
2480 (type_object_type): Set tp_richcompare field.
2481
2482 2010-08-23 Tom Tromey <tromey@redhat.com>
2483
2484 PR python/10953:
2485 * python/py-type.c (typy_fields): Call check_typedef.
2486 (typy_template_argument): Add TRY_CATCH.
2487
2488 2010-08-23 Tom Tromey <tromey@redhat.com>
2489
2490 PR python/11915:
2491 * python/py-type.c (typy_array): New function.
2492 (type_object_methods): Add "array".
2493
2494 2010-08-20 Pedro Alves <pedro@codesourcery.com>
2495
2496 * python/python.c: Include "serial.h".
2497 (gdbpy_event_fds): Change type to `struct serial *' a array from
2498 int array.
2499 (gdbpy_run_events): Change parameters. Use serial_readchar in
2500 place of read.
2501 (gdbpy_post_event): Use serial_write in place of write.
2502 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
2503 serial_async in place of add_file_handler.
2504
2505 2010-08-20 Pedro Alves <pedro@codesourcery.com>
2506
2507 * serial.h (gdb_pipe, serial_pipe): Declare.
2508 * serial.c (serial_interface_lookup): Take a const char pointer.
2509 (serial_fdopen): Rename to ...
2510 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
2511 Call the OPS' fdopen function if there is one.
2512 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
2513 (serial_pipe): New.
2514 (struct serial_ops) <fdopen>: New field.
2515
2516 * ser-mingw.c (free_pipe_state):
2517 (free_pipe_state): Close output on non-pex pipes.
2518 (pipe_windows_fdopen): New.
2519 (gdb_pipe): New.
2520 (_initialize_ser_windows): Register pipe_windows_fdopen.
2521 * ser-go32.c (gdb_pipe): New.
2522 * ser-pipe.c (pipe_close): Close file descriptor even if there's
2523 no state pointer.
2524 (pipe_ops): Delete.
2525 (gdb_pipe): New.
2526
2527 2010-08-20 Keith Seitz <keiths@redhat.com>
2528
2529 PR symtab/11465:
2530 * dwarf2read.c (struct delayed_method_info): New struct.
2531 (struct dwarf2_cu): Add vector method_list.
2532 (scan_partial_symbols): Count methods for union, class, structure,
2533 and interface types.
2534 (add_to_method_list): New function.
2535 (free_delayed_list): New function.
2536 (compute_delayed_physnames): New function.
2537 (process_full_comp_unit): Make a cleanup for the CU's delayed
2538 physname list, compute the delayed physnames, and free the
2539 the list.
2540 (dwarf2_add_member_fn): For C++ and Java, delay the computation
2541 of the physname until after the CU is read.
2542
2543 * dwarf2read.c (read_structure_type): Check if the current
2544 DIE's type was already completed after dwarf2_full_name
2545 was called.
2546
2547 2010-08-19 Stan Shebs <stan@codesourcery.com>
2548
2549 * NEWS: Mention some additional changes.
2550
2551 2010-08-19 Tom Tromey <tromey@redhat.com>
2552
2553 * Makefile.in (install-python): Add DESTDIR.
2554
2555 2010-08-19 Doug Evans <dje@google.com>
2556
2557 PR exp/11926
2558 * parser-defs.h (parse_float, parse_c_float): Declare.
2559 * parse.c (parse_float, parse_c_float): New function.
2560 * c-exp.y (parse_number): Call parse_c_float.
2561 * objc-exp.y (parse_number): Ditto.
2562 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
2563 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
2564
2565 2010-08-19 Joel Brobecker <brobecker@adacore.com>
2566
2567 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
2568 the arguments in the correct order.
2569 * symtab.c (maybe_add_partial_symtab_filename): Declare
2570 the arguments in the correct order.
2571
2572 2010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2573
2574 * varobj.c (varobj_create): Replace variable old_fi with old_id,
2575 initialize it by null_frame_id, wrap its usage by get_frame_id,
2576 frame_id_p and frame_find_by_id.
2577
2578 2010-08-18 Tom Tromey <tromey@redhat.com>
2579
2580 PR python/11900:
2581 * configure: Rebuild.
2582 * configure.ac: Add install-python to CONFIG_INSTALL.
2583 * Makefile.in (install-python): New.
2584
2585 2010-08-18 Doug Evans <dje@google.com>
2586
2587 * gdb_assert.h (gdb_assert_not_reached): New macro.
2588 (gdb_assert_fail): Fix typo in comment.
2589 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
2590 gdb_assert (0).
2591 * darwin-nat.c (darwin_check_new_threads): Ditto.
2592 * dwarf2read.c (dwarf2_get_section_info): Ditto.
2593 (munmap_section_buffer): Ditto.
2594 * m32c-tdep.c (make_types): Ditto.
2595 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
2596 * macroexp.c (get_character_constant): Ditto.
2597 (get_string_literal): Ditto.
2598 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
2599 (mep_pseudo_cr_index, mep_register_type): Ditto.
2600 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
2601 (mep_get_insn, mep_analyze_prologue): Ditto.
2602 * objfiles.c (qsort_cmp): Ditto.
2603 * prologue-value.c (pv_is_identical): Ditto.
2604 * record.c (record_get_loc): Ditto.
2605 * value.c (value_static_field): Ditto.
2606 * xtensa-tdep.c (call0_track_op): Ditto.
2607
2608 2010-08-18 Tom Tromey <tromey@redhat.com>
2609
2610 PR symtab/11919:
2611 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2612 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
2613 name-copying lower. Document exception behavior.
2614 * completer.c (expression_completer): Catch exceptions from
2615 parse_field_expression.
2616
2617 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2618
2619 PR corefile/8210
2620
2621 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2622 workaround on core files.
2623 (try_thread_db_load_1): Don't try enabling thread event reporting
2624 on core files.
2625 (thread_db_load): Allow thread_db on core files.
2626 (attach_thread): Don't check thread signals on core files, nor try
2627 really attaching to the thread, nor enabling thread event event
2628 reporting.
2629 (thread_db_detach): Don't try disabing thread event reporting or
2630 removing thread event breakpoints when debugging a core file.
2631 (find_new_threads_callback): Don't try enabling thread event
2632 reporting on core files.
2633 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2634 debugging a core file.
2635 (thread_db_find_new_threads): Don't update thread
2636 cores (processors) when debugging a core (dump).
2637
2638 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2639
2640 PR corefile/8210
2641
2642 * corelow.c (add_to_thread_list): Don't use
2643 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
2644 (get_core_register_section): Don't use
2645 gdbarch_core_reg_section_encodes_pid.
2646
2647 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2648 * gdbarch.h, gdbarch.c: Regenerate.
2649 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2650 gdbarch_core_reg_section_encodes_pid.
2651 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2652 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2653 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2654
2655 2010-08-18 Yao Qi <yao@codesourcery.com>
2656
2657 * MAINTAINERS : Add myself under Write After Approval.
2658
2659 2010-08-17 Tom Tromey <tromey@redhat.com>
2660
2661 * NEWS: Mention template parameter support.
2662
2663 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2664
2665 PR breakpoints/11371
2666
2667 * breakpoint.c (decref_bp_location): Assert the reference count is
2668 sane.
2669
2670 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2671
2672 PR breakpoints/11371
2673
2674 * breakpoint.c (breakpoint_init_inferior): Decrement the
2675 location's reference count instead of deleting right away.
2676 (bpstat_free): Decrement the location's reference count. Make
2677 static.
2678 (bpstat_copy): Increment the location's reference count.
2679 (bpstat_find_breakpoint): Adjust.
2680 (bpstat_num): Adjust.
2681 (print_it_typical): Adjust. Use the breakpoint pointer in the
2682 bpstat instead of the location's owner.
2683 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2684 Adjust to record the location's owner in the bpstat.
2685 (watchpoint_check): Use the breakpoint pointer in the bpstat
2686 instead of the location's owner.
2687 (bpstat_check_breakpoint_conditions): Don't handle
2688 bp_watchpoint_scope here. Use the breakpoint pointer in the
2689 bpstat instead of the location's owner.
2690 (bpstat_stop_status): Defer inferior function calls to after
2691 building the bpstat list. Handle bp_watchpoint_scope here. Use
2692 the breakpoint pointer in the bpstat instead of the location's
2693 owner.
2694 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2695 the location's owner.
2696 (free_bp_location): Don't walk bpstats clearing locations.
2697 (incref_bp_location): New.
2698 (decref_bp_location): New.
2699 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2700 instead of the location's owner.
2701 (update_global_location_list): Clear the location's owner, and
2702 decrement the location's reference count instead of deleting it
2703 right away.
2704 (breakpoint_retire_moribund): Decrement the location's reference
2705 count instead of deleting it right away.
2706 (bpstat_remove_bp_location): Delete.
2707 (bpstat_remove_breakpoint): New.
2708 (bpstat_remove_bp_location_callback): Delete.
2709 (bpstat_remove_breakpoint_callback): New.
2710 (delete_breakpoint): Iterate over all threads' stop_bpstat's
2711 clearing references to the breakpoint that is being deleted.
2712
2713 * breakpoint.h (struct bp_location) <refc>: New field.
2714 <owner>: Update comments.
2715 (bpstat_free): Delete declaration.
2716 (struct bpstats): Change the type of the breakpoint_at field to
2717 struct breakpoint point, from struct bp_location pointer. Add new
2718 field bp_location_at.
2719
2720 2010-08-16 Tom Tromey <tromey@redhat.com>
2721
2722 * NEWS: Fix typo.
2723
2724 2010-08-16 Tom Tromey <tromey@redhat.com>
2725
2726 * NEWS: Mention watch -location.
2727
2728 2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2729
2730 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
2731 EXP_STRING_REPARSE to EXP_STRING.
2732 (watch_command_1): Set also EXP_STRING_REPARSE.
2733 (delete_breakpoint): Free also EXP_STRING_REPARSE.
2734 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2735 Update comment for exp_string.
2736
2737 2010-08-16 Tom Tromey <tromey@redhat.com>
2738
2739 * value.c (release_value): Clear 'next' pointer.
2740 * breakpoint.c (watch_command_1): Add 'just_location' argument.
2741 (watch_command_wrapper): Update.
2742 (watch_maybe_just_location): New function.
2743 (watch_command): Update.
2744 (rwatch_command_wrapper): Update.
2745 (rwatch_command): Update.
2746 (awatch_command_wrapper): Update.
2747 (awatch_command): Update.
2748 (check_for_argument): New function.
2749 (_initialize_breakpoint): Update help text.
2750
2751 2010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
2752
2753 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2754 typedef'ed function types correctly.
2755
2756 2010-08-13 Tom Tromey <tromey@redhat.com>
2757
2758 * python/python-internal.h (gdbpy_get_hook_function): Don't
2759 declare.
2760
2761 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2762
2763 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2764 static.
2765
2766 2010-08-13 Ken Werner <ken.werner@de.ibm.com>
2767
2768 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2769 the format strings to be compatible with Python 2.4.
2770
2771 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2772
2773 Easier and more stubborn MI memory read commands.
2774
2775 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2776 and data-write-memory-bytes.
2777 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2778 (mi_cmd_data_write_memory_bytes): New.
2779 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2780 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2781 New.
2782 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2783 * target.c (target_read_until_error): Remove.
2784 (read_whatever_is_readable, free_memory_read_result_vector)
2785 (read_memory_robust): New.
2786 * target.h (target_read_until_error): Remove.
2787 (struct memory_read_result, free_memory_read_result_vector)
2788 (read_memory_robust): New.
2789
2790 2010-08-13 Hui Zhu <teawater@gmail.com>
2791
2792 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2793 (read_comp_unit): Initialize back_to.
2794
2795 2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2796 Pedro Alves <pedro@codesourcery.com>
2797
2798 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2799 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2800 (struct partial_die_info) <has_template_arguments>: New field.
2801 <num_attrs>: Change type to unsigned char.
2802 <building_fullname>: New field.
2803 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
2804 allocate a CU if we don't have one already. Add a cleanup for the
2805 CU.
2806 (partial_die_full_name): Handle template arguments not in
2807 DW_AT_name.
2808 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2809 (load_full_comp_unit): Only allocate a CU if we don't have one
2810 already.
2811 (do_ui_file_peek_last): New.
2812 (dwarf2_compute_name): Handle template parameters not in
2813 DW_AT_name.
2814 (read_comp_unit): Read and free abbrevs if not read yet.
2815 (load_partial_dies): Handle template arguments not in DW_AT_name.
2816 (find_partial_die): If we have a CU, but no a partial dies yet,
2817 also read in the CU.
2818 (dwarf2_const_value_attr): New, abstracted out from
2819 dwarf2_const_value.
2820 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2821 dwarf2_const_value_attr.
2822 (determine_prefix): Detect and break loops created by RCVT's debug
2823 info.
2824 (maybe_queue_comp_unit): Bail out early if reading partial
2825 symbols.
2826 (follow_die_offset): Load full CU if we have no dies.
2827 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2828 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2829
2830 2010-08-11 Tom Tromey <tromey@redhat.com>
2831 Phil Muldoon <pmuldoon@redhat.com>
2832
2833 * python/python.c (gdbpy_run_events): New function.
2834 (gdbpy_post_event): Likewise.
2835 (gdbpy_initialize_events): Likewise.
2836 (_initialize_python): Call gdbpy_initialize_events.
2837
2838 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2839
2840 * gdb/valarith.c (vector_binop): New function.
2841 (scalar_binop): Likewise.
2842 (value_binop): Call scalar_binop or vector_binop depending on the types.
2843 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2844 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2845 to pointers.
2846 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2847
2848 2010-08-11 Brad Roberts <braddr@puremagic.com>
2849
2850 * d-lang.c (extract_identifiers): Handle multiple digits.
2851
2852 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2853
2854 Code cleanup.
2855 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2856 Rename to dummy_frame_unwind.
2857 (dummy_frame_unwind): Remove.
2858 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2859 * frame-unwind.c (frame_unwind_init): Use address of
2860 dummy_frame_unwind and inline_frame_unwind.
2861 * frame.c (create_sentinel_frame): Use address of
2862 sentinel_frame_unwind.
2863 * inline-frame.c (inline_frame_unwinder): Rename to
2864 inline_frame_unwind.
2865 (inline_frame_unwind): Remove.
2866 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2867 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2868 sentinel_frame_unwind.
2869 (sentinel_frame_unwind): Remove.
2870 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2871 struct.
2872
2873 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2874
2875 Code cleanup.
2876 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2877 and returned value. New comment from frame-unwind.h.
2878 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2879 Extend the comment.
2880 * frame.c (get_frame_id, frame_unwind_register_value)
2881 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2882 (get_frame_type, frame_unwind_arch): Do not use the return value of
2883 frame_unwind_find_by_frame.
2884
2885 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2886 Thiago Jung Bauermann <bauerman@br.ibm.com>
2887 Tom Tromey <tromey@redhat.com>
2888
2889 * python/python.c (gdbpy_solib_address): New function.
2890 (gdbpy_decode_line): Likewise.
2891
2892 2010-08-10 Tom Tromey <tromey@redhat.com>
2893
2894 Revert gdb-add-index addition:
2895 * Makefile.in (install-only): Don't install gdb-add-index.
2896 * gdb-add-index.sh: Remove.
2897
2898 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2899
2900 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2901 `target_has_execution' check with `to_has_memory' check.
2902 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2903 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2904 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2905
2906 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2907
2908 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2909 (resume_siggnal, resume_step): Move these static globals...
2910 (struct sim_inferior_data): ...into this new struct.
2911 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2912 New static globals.
2913 (gdb_callback, callbacks_initialized): Move these globals to
2914 a point earlier in the file.
2915 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2916 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2917 (gdbsim_close_inferior, gdbsim_resume_inferior)
2918 (gdbsim_stop_inferior): New functions.
2919 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2920 New constants.
2921 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2922 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2923 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2924 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2925 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2926 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2927 new local variable `sim_data' in each of these functions. Use
2928 `sim_data' to reference former globals `program_loaded',
2929 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2930 `resume_step'.
2931 (gdbsim_open): Remove local variable `argv'. Put results of call
2932 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
2933 make a cleanup for it. Free it though when a sim instance cannot
2934 be obtained.
2935 (gdbsim_close): Free sim_argv and null it out as appropriate.
2936 Close sim instances in all inferiors.
2937 (gdbsim_cntrl_c): Stop all inferiors.
2938 (gdbsim_wait):
2939 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2940
2941 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2942
2943 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2944 function after symbol construction is complete.
2945 Do the same for template symbol addition to template_symbols list.
2946
2947 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2948
2949 * symtab.c (symbol_get_demangled_name): Remove assertion and
2950 return NULL when language_specific.cplus_specific is not initialized.
2951 * stabsread.c (define_symbol): Set the name before calling
2952 cp_scan_for_anonymous_namespaces.
2953
2954 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2955
2956 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2957 SYMBOL_SET_LANGUAGE.
2958 (symbol_init_language_specific): Renamed to symbol_set_language.
2959 * symtab.c (symbol_init_language_specific): Removed redundant check
2960 for language_cplus.
2961 Renamed to symbol_set_language.
2962 * stabsread.c (define_symbol): Updated.
2963 (read_enum_type): Updated
2964 * psymtab.c (add_psymbol_to_bcache): Updated.
2965 * minsyms.c (install_minimal_symbols): Updated.
2966 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2967 SYMBOL_LANGUAGE to set the language.
2968 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2969 * mdebugread.c (new_symbol): Ditto.
2970 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2971 * dwarf2read.c (new_symbol_full): Ditto.
2972 * jv-lang.c (add_class_symbol): Ditto.
2973
2974 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2975
2976 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2977 (make_cleanup_restore_page_info)
2978 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2979 * gdbcmd.h (execute_command_to_string): New declaration.
2980 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2981 (make_cleanup_restore_ui_file): Move to utils.c
2982 (execute_gdb_command) <to_string>: Move ...
2983 * top.c (execute_command_to_string): ... here. Call
2984 set_batch_flag_and_make_cleanup_restore_page_info.
2985 * utils.c (make_cleanup_restore_integer): New source file blank line.
2986 (make_cleanup_restore_uinteger): New.
2987 (struct restore_ui_file_closure, do_restore_ui_file)
2988 (make_cleanup_restore_ui_file): Move here from python/python.c.
2989 (init_page_info) <batch_flag>
2990 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2991 (set_batch_flag_and_make_cleanup_restore_page_info): New.
2992
2993 2010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
2994
2995 * thread.c (add_thread_silent): Use null_ptid instead of
2996 minus_one_ptid while getting rid of stale inferior_ptid.
2997
2998 2010-08-06 Corinna Vinschen <vinschen@redhat.com>
2999
3000 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
3001 Throughout, call read_encoded_value with ptr_size rather than addr_size.
3002 (decode_frame_entry_1): Remove redundant setting of
3003 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
3004 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
3005 on examined frame section. Add comment to explain why.
3006 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
3007 comment to explain usage.
3008 * gdbarch.c: Regenerate.
3009 * gdbarch.h: Regenerate.
3010
3011 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
3012
3013 2010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3014
3015 Code cleanup.
3016 * varobj.c (varobj_create): Move variables fi, old_fi and block to
3017 a more inner block.
3018
3019 2010-08-05 Pedro Alves <pedro@codesourcery.com>
3020
3021 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
3022 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
3023 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
3024 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
3025 linux-tdep.o to gdb_target_obs.
3026
3027 2010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
3028
3029 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
3030 argument.
3031
3032 2010-08-05 Hui Zhu <teawater@gmail.com>
3033
3034 * mips-linux-tdep.c(regset.h): New include.
3035 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
3036 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
3037 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
3038 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
3039 mips_linux_regset_from_core_section): New functions.
3040 (fetch_core_registers, regset_core_fns): Deleted.
3041 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
3042 Deleted regset_core_fns.
3043 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
3044 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
3045 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
3046 and fpregset64.
3047
3048 2010-08-04 Pedro Alves <pedro@codesourcery.com>
3049
3050 * s390-tdep.c: Include linux-tdep.h.
3051 (s390_gdbarch_init): Call linux_init_abi.
3052
3053 2010-08-04 Pedro Alves <pedro@codesourcery.com>
3054
3055 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
3056 instead of printing "Thread" here.
3057 * linux-tdep.c: Include inferior.h.
3058 (linux_core_pid_to_str): New.
3059 (linux_init_abi): New.
3060 * linux-tdep.h (linux_init_abi): Declare.
3061 * alpha-linux-tdep.c: Include linux-tdep.h.
3062 (alpha_linux_init_abi): Call linux_init_abi.
3063 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
3064 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
3065 * frv-linux-tdep.c: Include linux-tdep.h
3066 (frv_linux_init_abi): Call linux_init_abi.
3067 * hppa-linux-tdep.c: Include linux-tdep.h
3068 (hppa_linux_init_abi): Call linux_init_abi.
3069 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
3070 * ia64-linux-tdep.c: Include linux-tdep.h.
3071 (ia64_linux_init_abi): Call linux_init_abi.
3072 * m32r-linux-tdep.c: Include linux-tdep.h.
3073 (m32r_linux_init_abi): Call linux_init_abi.
3074 * m68klinux-tdep.c: Include linux-tdep.h.
3075 (m68k_linux_init_abi): Call linux_init_abi.
3076 * microblaze-linux-tdep.c: Include linux-tdep.h.
3077 (microblaze_linux_init_abi): Call linux_init_abi.
3078 * mips-linux-tdep.c: Include linux-tdep.h.
3079 (mips_linux_init_abi): Call linux_init_abi.
3080 * mn10300-linux-tdep.c: Include linux-tdep.h.
3081 (am33_linux_init_osabi): Call linux_init_abi. Rename the
3082 'gdbinfo' parameter to 'info'.
3083 * ppc-linux-tdep.c: Include linux-tdep.h.
3084 (ppc_linux_init_abi): Call linux_init_abi.
3085 * sh-linux-tdep.c: Include linux-tdep.h.
3086 (sh_linux_init_abi): Call linux_init_abi.
3087 * sparc-linux-tdep.c: Include linux-tdep.h.
3088 (sparc32_linux_init_abi): Call linux_init_abi.
3089 * sparc64-linux-tdep.c: Include linux-tdep.h.
3090 (sparc64_linux_init_abi): Call linux_init_abi.
3091 * xtensa-linux-tdep.c: Include linux-tdep.h.
3092 (xtensa_linux_init_abi): Call linux_init_abi.
3093 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
3094 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
3095 callback.
3096
3097 2010-08-03 Doug Evans <dje@google.com>
3098
3099 * breakpoint.c (bpdisp_text): Constify bpdisps.
3100 * solib-svr4.c (solib_break_names): Constify.
3101 (bkpt_names, main_name_list): Constify.
3102 (match_main): Constify soname arg.
3103 (bfd_lookup_symbol): Remove unnecessary forward decl.
3104 Constify symname arg.
3105 (enable_break): Constify bkpt_namep.
3106 * symtab.c (search_symbols): Constify types, types2, types3, types4.
3107 (symtab_symbol_info): Constify classnames.
3108
3109 2010-08-03 Phil Muldoon <pmuldoon@redhat.com>
3110
3111 * NEWS: Document Python value inferior function calls.
3112
3113 2010-08-02 Doug Evans <dje@google.com>
3114
3115 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
3116
3117 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3118
3119 * linux-thread-db.c (libthread_db_debug): New variable.
3120 (thread_db_find_new_threads_silently): Control verbosity with it.
3121 (try_thread_db_load_1, try_thread_db_load): Likewise.
3122 (find_new_threads_once): Likewise.
3123 (_initialize_thread_db): Set/show it.
3124
3125 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3126
3127 * common/signals.c (signals): Move the content to signals.def.
3128 Include it. Remove the INDENT comments.
3129
3130 2010-07-30 Tom Tromey <tromey@redhat.com>
3131
3132 * Makefile.in (install-only): Install gdb-add-index.
3133 * gdb-add-index.sh: New file.
3134
3135 2010-07-31 Renquan Cheng <crq@gcc.gnu.org>
3136
3137 * MAINTAINERS: Add myself for write after approval privileges.
3138
3139 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3140
3141 * symfile.c (addr_section_name): New function.
3142 (addrs_section_compar): Use it.
3143 (addr_info_make_relative): Use it. Move variable sect_name into a more
3144 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
3145
3146 2010-07-30 Tom Tromey <tromey@redhat.com>
3147
3148 * configure: Rebuild.
3149 * configure.ac: Add missing case for Python 2.7.
3150
3151 2010-07-29 DJ Delorie <dj@redhat.com>
3152
3153 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
3154 conditions.
3155
3156 2010-07-29 Pedro Alves <pedro@codesourcery.com>
3157
3158 * PROBLEMS: Remove mention of all problems.
3159
3160 2010-07-28 Pedro Alves <pedro@codesourcery.com>
3161
3162 PR build/11848
3163 * configure.ac: Check for wresize.
3164 * configure, config.in: Regenerate.
3165 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
3166 with HAVE_WRESIZE.
3167
3168 2010-07-28 Tom Tromey <tromey@redhat.com>
3169
3170 PR python/11060:
3171 * python/py-type.c (typy_legacy_template_argument): New function,
3172 extracted from typy_template_argument.
3173 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
3174 value when needed.
3175
3176 2010-07-28 Oleg Nesterov <oleg@redhat.com>
3177
3178 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
3179
3180 2010-07-27 Tom Tromey <tromey@redhat.com>
3181
3182 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
3183
3184 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3185
3186 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
3187 handling DW_AT_object_pointer, and workaround GCC PR 43053.
3188
3189 2010-07-28 Tom Tromey <tromey@redhat.com>
3190
3191 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
3192
3193 2010-07-28 Joel Brobecker <brobecker@adacore.com>
3194
3195 * remote.c (remote_download_tracepoint): Add missing gettext markup.
3196 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
3197
3198 2010-07-28 Joel Brobecker <brobecker@adacore.com>
3199
3200 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
3201 down, just before the block that parse the breakpoint addr_string.
3202
3203 2010-07-28 Tom Tromey <tromey@redhat.com>
3204
3205 PR c++/9946:
3206 * symfile.c (reread_symbols): Clear template_symbols.
3207 * symtab.h (struct symbol) <is_cplus_template_function>: New
3208 field.
3209 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
3210 (struct template_symbol): New.
3211 * symtab.c (lookup_symbol_aux_local): Use
3212 cp_lookup_symbol_imports_or_template.
3213 * objfiles.h (struct objfile) <template_symbols>: New field.
3214 * objfiles.c (relocate_one_symbol): New function.
3215 (objfile_relocate1): Use it. Relocate isolated symbols.
3216 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
3217 template_arguments>: New fields.
3218 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
3219 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
3220 (TYPE_TEMPLATE_ARGUMENT): Likewise.
3221 (lookup_typename): Update.
3222 * gdbtypes.c (lookup_typename): Constify "block" argument.
3223 * dwarf2read.c: Include vec.h.
3224 (symbolp): New typedef.
3225 (read_func_scope): Read template arguments. Allocate a
3226 template_symbol when needed.
3227 (read_structure_type): Read template arguments.
3228 (new_symbol_full): New function, from new_symbol. Handle
3229 DW_TAG_template_type_param and DW_TAG_template_value_param.
3230 (new_symbol): Rewrite as wrapper.
3231 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
3232 * cp-namespace.c: Include language.h.
3233 (search_symbol_list): New function.
3234 (cp_lookup_symbol_imports_or_template): Likewise.
3235
3236 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3237
3238 * tui/tui-win.c (make_visible_with_new_height): Resize and move
3239 the command window to the new size and position.
3240
3241 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3242
3243 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
3244 coordinates.
3245
3246 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3247
3248 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
3249 after a detecting a resize.
3250 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
3251 call.
3252
3253 2010-07-28 Pedro Alves <pedro@codesourcery.com>
3254
3255 * configure.ac: Check for resize_term.
3256 * configure, config.in: Regenerate.
3257
3258 2010-07-27 Joel Brobecker <brobecker@adacore.com>
3259
3260 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
3261
3262 2010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3263
3264 * dwarf2read.c (read_string): Rename to ...
3265 (read_direct_string): ... this.
3266 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
3267 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
3268
3269 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3270
3271 * linux-nat.c (linux_nat_lp_status_is_event): New function.
3272 (count_events_callback, select_event_lwp_callback)
3273 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
3274
3275 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3276
3277 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
3278 (_initialize_ia64_linux_nat): Install it.
3279 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
3280 (linux_nat_set_status_is_event): New.
3281 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
3282 cancel_breakpoints_callback, linux_nat_filter_event)
3283 (linux_nat_wait_1): Use linux_nat_status_is_event.
3284 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
3285
3286 2010-07-27 Tom Tromey <tromey@redhat.com>
3287
3288 * NEWS: Mention labels, .gdb_index.
3289
3290 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3291
3292 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
3293 "start,+length" form of arguments.
3294 * NEWS: Add "Changed commands" (disassemble) section for "Changes
3295 since GDB 7.1"; and merge two separated paragraphs of disassemble
3296 description in "Changes in GDB 7.0".
3297
3298 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3299
3300 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
3301 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
3302 (fputs_maybe_filtered): Do not do filtering also on
3303 ! INPUT_FROM_TERMINAL_P.
3304
3305 2010-07-27 Joel Brobecker <brobecker@adacore.com>
3306
3307 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
3308 in warning message.
3309
3310 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3311
3312 * python/py-value.c (valpy_call): New Function.
3313
3314 2010-07-27 Ken Werner <ken.werner@de.ibm.com>
3315
3316 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
3317 types_list_elements variables.
3318
3319 2010-07-26 Tom Tromey <tromey@redhat.com>
3320
3321 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
3322 TLS with DW_OP_const4u or DW_OP_const8u.
3323
3324 2010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3325
3326 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
3327 VSX registers contents.
3328
3329 2010-07-26 Jerome Guitton <guitton@adacore.com>
3330
3331 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
3332 its adress is null. Add comment to explain why.
3333 (new_symbol): Ditto.
3334
3335 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3336
3337 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
3338 the host signal first.
3339
3340 2010-07-23 Tom Tromey <tromey@redhat.com>
3341
3342 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
3343 type_comp_units>: New fields.
3344 (dw2_get_cu): New function.
3345 (create_cus_from_index): Remove unused argument.
3346 (create_signatured_type_hash_from_index): New function.
3347 (create_addrmap_from_index): Update.
3348 (dwarf2_read_index): Handle version 2.
3349 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
3350 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
3351 (dw2_print_stats, dw2_expand_all_symtabs)
3352 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
3353 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
3354 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
3355 (allocate_signatured_type_hash_table): New function.
3356 (add_signatured_type_cu_to_list): Likewise.
3357 (create_debug_types_hash_table): Use them. Set type_comp_units.
3358 (read_signatured_type): Ensure section data is available.
3359 (add_address_entry): Don't record empty ranges.
3360 (struct signatured_type_index_data): New.
3361 (write_one_signatured_type): New function.
3362 (write_psymtabs_to_index): Write type CUs.
3363 (save_gdb_index_command): Update comment.
3364 (process_type_comp_unit): Move inititalization of
3365 from_debug_types...
3366 (create_debug_types_hash_table): ... here.
3367
3368 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3369
3370 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
3371 cleanup and generating of gdb script to it.
3372 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
3373 and terminal size. Convert $tmpfile to a series of -ex-es.
3374
3375 2010-07-23 Keith Seitz <keiths@redhat.com>
3376
3377 * symtab.c (basic_lookup_transparent_type): Call pre-expand
3378 hook for STATIC_BLOCK types, too.
3379
3380 2010-07-23 Keith Seitz <keiths@redhat.com>
3381
3382 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
3383 and vector definition.
3384
3385 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3386
3387 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
3388
3389 2010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3390
3391 * dwarf2read.c: Include completer.h.
3392 (save_gdb_index_command): Use matching usage command name.
3393 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
3394 Set filename_completer for it.
3395
3396 2010-07-22 Tom Tromey <tromey@redhat.com>
3397
3398 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
3399 type signature's per-CU data.
3400
3401 2010-07-22 Pedro Alves <pedro@codesourcery.com>
3402
3403 * NEWS: Mention target reported shared libraries support by
3404 default.
3405
3406 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3407
3408 PR symtab/11827
3409
3410 Revert:
3411 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3412 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
3413 and DW_TAG_volatile_type.
3414 (new_symbol): Likewise.
3415
3416 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3417
3418 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
3419 function symbols before overload resolution.
3420
3421 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3422
3423 * breakpoint.c (bptype_string): New, abstracted out from
3424 print_one_breakpoint_location.
3425 (print_one_breakpoint_location): Adjust.
3426 (breakpoint_1): Adjust the type column width dynamically.
3427
3428 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3429
3430 * symfile.c (find_separate_debug_file_by_debuglink): Remove
3431 a gdb_assert call, new comment.
3432
3433 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3434
3435 * linux-nat.c (linux_handle_extended_wait): Handle case when
3436 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
3437
3438 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3439
3440 Code cleanup.
3441 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
3442 linux_nat_wait_1. Use always LP->STATUS afterwards.
3443
3444 2010-07-20 Hui Zhu <teawater@gmail.com>
3445
3446 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
3447 (inf_ptrace_attach): Ditto.
3448
3449 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3450
3451 Make core files the process_stratum.
3452 * corefile.c (core_target): New variable.
3453 (core_file_command): Remove variable t, use core_target.
3454 * corelow.c (core_ops): Make it static.
3455 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
3456 * defs.h (make_cleanup_unpush_target): New prototype.
3457 * gdbarch.h: Regenerate.
3458 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
3459 * gdbcore.h (core_target): New declaration.
3460 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
3461 variables ops_already_pushed and back_to. Use push_target,
3462 make_cleanup_unpush_target and discard_cleanups calls.
3463 * record.c (record_open): Replace core_stratum by a core_bfd check.
3464 * target.c (target_is_pushed): New function.
3465 (find_core_target): Remove.
3466 * target.h (enum strata) <core_stratum>: Remove.
3467 (target_is_pushed): New declaration.
3468 (find_core_target): Remove declaration.
3469 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
3470 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
3471
3472 2010-07-19 Hui Zhu <teawater@gmail.com>
3473
3474 * breakpoint.c (single_step_breakpoints_inserted): New
3475 function.
3476 * breakpoint.h (single_step_breakpoints_inserted): Extern.
3477 * infrun.c (maybe_software_singlestep): Add check code.
3478 * record.c (record_resume): Add code for software single step.
3479 (record_wait): Ditto.
3480
3481 2010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3482
3483 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
3484 a more inner block. Remove its unused declaration initializer.
3485
3486 2010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3487
3488 * NEWS: Mention support for the new ptrace interface and hardware
3489 accelerated watchpoint conditions on powerpc-linux.
3490
3491 2010-07-16 Ozkan Sezer <sezeroz@gmail.com>
3492
3493 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
3494 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
3495 and host_address_to_string() and %s for pointers.
3496 (debug_to_remove_breakpoint): Likewise.
3497 (debug_to_region_ok_for_hw_watchpoint): Likewise.
3498 (debug_to_can_accel_watchpoint_condition): Likewise.
3499 (debug_to_stopped_data_address): Likewise.
3500 (debug_to_watchpoint_addr_within_range): Likewise.
3501 (debug_to_insert_hw_breakpoint): Likewise.
3502 (debug_to_remove_hw_breakpoint): Likewise.
3503 (debug_to_insert_watchpoint): Likewise.
3504 (debug_to_remove_watchpoint): Likewise.
3505
3506 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3507
3508 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
3509 argument.
3510 (cplus_specific): New struct.
3511 * symtab.c (symbol_set_demangled_name): Updated.
3512 Use cplus_specific for cplus symbols.
3513 (symbol_get_demangled_name): Retrive the name from the cplus_specific
3514 struct for cplus symbols.
3515 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
3516 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
3517 * symtab.c (symbol_init_cplus_specific): New function.
3518
3519 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3520
3521 * symtab.h (symbol_set_demangled_name): New function.
3522 (symbol_get_demangled_name): New function.
3523 * symtab.c (symbol_set_demangled_name): New function.
3524 (symbol_get_demangled_name): New function.
3525 (symbol_init_language_specific): Use demangled_name setter and getter.
3526 (symbol_set_names): Ditto.
3527 (symbol_natural_name): Ditto.
3528 (symbol_demangled_name): Ditto.
3529 * dwarf2read.c (new_symbol): Ditto.
3530
3531 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3532
3533 * symtab.h: Renamed cplus_specific to mangled_lang.
3534 * symtab.c (symbol_init_language_specific): Updated.
3535 (symbol_set_names): Updated.
3536 (symbol_natural_name): Updated.
3537 (symbol_demangled_name): Updated.
3538 * ada-lang.c (ada_decode_symbol): Updated.
3539 * dwarf2read.c (new_symbol): Updated.
3540
3541 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3542
3543 * valops.c (value_assign): Do not call to value_coerce_to_target.
3544 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
3545
3546 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3547
3548 * MAINTAINERS: Add myself for write after approval privileges.
3549
3550 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
3551
3552 * c-valprint.c (c_val_print): Add embedded_offset to address in
3553 call to val_print_array_elements.
3554
3555 2010-07-13 Tom Tromey <tromey@redhat.com>
3556
3557 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
3558
3559 2010-07-13 Tom Tromey <tromey@redhat.com>
3560
3561 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
3562 objfile.
3563
3564 2010-07-13 Tom Tromey <tromey@redhat.com>
3565
3566 * symfile.c (set_initial_language): Update.
3567 (deduce_language_from_filename): Argument type now const.
3568 * symtab.h (find_main_filename): Update.
3569 (deduce_language_from_filename): Update.
3570 * symtab.c (find_main_filename): Make result const.
3571 * dwarf2read.c (dw2_find_symbol_file): Change return type.
3572 * psymtab.c (find_symbol_file_from_partial): Change return type.
3573 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3574 Make result const.
3575
3576 2010-07-13 Tom Tromey <tromey@redhat.com>
3577
3578 * breakpoint.c (save_cmdlist): No longer static.
3579 * gdbcmd.h (save_cmdlist): Declare.
3580 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
3581 OBJF_READNOW on objfile if readnow_symbol_files.
3582 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
3583 (elf_sym_fns_gdb_index): New global.
3584 * dwarf2read.c: Include exceptions.h.
3585 (offset_type): New.
3586 (struct mapped_index): New.
3587 (dwarf2_per_cu_data_ptr): New typedef.
3588 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
3589 New fields.
3590 (GDB_INDEX_SECTION): New define.
3591 (struct dwarf2_per_cu_quick_data): New.
3592 (struct dwarf2_per_cu_data) <objfile>: New field.
3593 <psymtab>: Removed.
3594 <v>: New field.
3595 (byte_swap): New function.
3596 (MAYBE_SWAP): New macro.
3597 (INDEX_SUFFIX): New macro.
3598 (dw2_do_instantiate_symtab): New function.
3599 (dw2_instantiate_symtab): Likewise.
3600 (create_cus_from_index): Likewise.
3601 (create_addrmap_from_index): Likewise.
3602 (mapped_index_string_hash): Likewise.
3603 (find_slot_in_mapped_hash): Likewise.
3604 (dwarf2_read_index): Likewise.
3605 (dw2_setup): Likewise.
3606 (dw2_require_line_header): Likewise.
3607 (dw2_require_full_path): Likewise.
3608 (dw2_find_last_source_symtab): Likewise.
3609 (dw2_forget_cached_source_info): Likewise.
3610 (dw2_lookup_symtab): Likewise.
3611 (dw2_lookup_symbol): Likewise.
3612 (dw2_do_expand_symtabs_matching): Likewise.
3613 (dw2_pre_expand_symtabs_matching): Likewise.
3614 (dw2_print_stats): Likewise.
3615 (dw2_dump): Likewise.
3616 (dw2_relocate): Likewise.
3617 (dw2_expand_symtabs_for_function): Likewise.
3618 (dw2_expand_all_symtabs): Likewise.
3619 (dw2_expand_symtabs_with_filename): Likewise.
3620 (dw2_find_symbol_file): Likewise.
3621 (dw2_map_ada_symtabs): Likewise.
3622 (dw2_expand_symtabs_matching): Likewise.
3623 (dw2_find_pc_sect_symtab): Likewise.
3624 (dw2_map_symbol_names): Likewise.
3625 (dw2_map_symbol_filenames): Likewise.
3626 (dw2_has_symbols): Likewise.
3627 (dwarf2_gdb_index_functions): New global.
3628 (dwarf2_initialize_objfile): New function.
3629 (process_psymtab_comp_unit): Update.
3630 (add_partial_subprogram): Likewise.
3631 (dwarf2_psymtab_to_symtab): Likewise.
3632 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3633 (process_full_comp_unit): Update.
3634 (find_file_and_directory): New function.
3635 (read_file_scope): Use find_file_and_directory.
3636 (dwarf2_per_cu_objfile): Update.
3637 (dwarf2_per_cu_addr_size): Update.
3638 (dwarf2_per_cu_offset_size): Update.
3639 (dwarf2_free_objfile): Free the index, if needed.
3640 (dwarf2_per_objfile_free): Unmap the index, if needed.
3641 (struct strtab_entry): New.
3642 (hash_strtab_entry): New function.
3643 (eq_strtab_entry): Likewise.
3644 (create_strtab): Likewise.
3645 (add_string): Likewise.
3646 (struct symtab_index_entry): New.
3647 (struct mapped_symtab): New.
3648 (hash_symtab_entry): New function.
3649 (eq_symtab_entry): Likewise.
3650 (delete_symtab_entry): Likewise.
3651 (create_index_table): Likewise.
3652 (create_mapped_symtab): Likewise.
3653 (cleanup_mapped_symtab): Likewise.
3654 (find_slot): Likewise.
3655 (hash_expand): Likewise.
3656 (add_index_entry): Likewise.
3657 (add_indices_to_cpool): Likewise.
3658 (write_hash_table): Likewise.
3659 (add_address_entry): Likewise.
3660 (write_psymbols): Likewise.
3661 (write_obstack): Likewise.
3662 (unlink_if_set): Likewise.
3663 (write_psymtabs_to_index): Likewise.
3664 (save_gdb_index_command): Likewise.
3665 (_initialize_dwarf2_read): Install "save gdb-index"
3666 command.
3667 (create_all_comp_units): Initialize 'objfile' field of CU.
3668 (dwarf2_locate_sections): Check for .gdb_index.
3669 * psymtab.h (dwarf2_gdb_index_functions): Declare.
3670 * symfile.h (dwarf2_initialize_objfile): Declare.
3671
3672 2010-07-13 Tom Tromey <tromey@redhat.com>
3673
3674 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3675 (basic_lookup_transparent_type): Likewise.
3676 * symfile.h (struct quick_symbol_functions)
3677 <pre_expand_symtabs_matching>: New field.
3678 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3679 (psym_functions): Update.
3680
3681 2010-07-13 Tom Tromey <tromey@redhat.com>
3682
3683 PR breakpoints/8357:
3684 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3685 * linespec.c (decode_line_1): Update comment. Call decode_label.
3686 (decode_label): New function.
3687 (symbol_found): Handle LOC_LABEL.
3688 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3689 domain. Call add_symbol_to_list.
3690
3691 2010-07-13 Tom Tromey <tromey@redhat.com>
3692
3693 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3694 * dwarf2loc.c (find_location_expression): Use
3695 dwarf2_per_cu_text_offset.
3696 (dwarf2_evaluate_loc_desc): Likewise.
3697 (dwarf2_loc_desc_needs_frame): Likewise.
3698 (compile_dwarf_to_ax): Likewise.
3699 (loclist_describe_location): Likewise.
3700 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3701 (dwarf2_per_cu_objfile): Update comment.
3702
3703 2010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3704
3705 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3706 * p-lang.c (pascal_printstr): Likewise.
3707
3708 2010-07-09 Tom Tromey <tromey@redhat.com>
3709
3710 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3711 'hint' if it is NULL.
3712
3713 2010-07-09 Hui Zhu <teawater@gmail.com>
3714
3715 * source.c (print_source_lines_base): Add check for noprint.
3716
3717 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3718
3719 * python/python-config.py: Resync with Python 2.7 version of this
3720 script.
3721
3722 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3723
3724 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3725
3726 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3727
3728 * NEWS: Create a new section for the next release branch.
3729 Rename the section of the current branch, now that it has
3730 been cut.
3731
3732 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3733
3734 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3735 * version.in: Bump version to 7.2.50.20100707-cvs.
3736
3737 2010-07-07 Tom Tromey <tromey@redhat.com>
3738
3739 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3740 LOC_COMPUTED symbol.
3741 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3742 (dwarf2_loc_desc_needs_frame): Likewise.
3743 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3744 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3745 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3746 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
3747 'offset' argument.
3748 (struct dwarf2_frame_cache) <text_offset>: New field.
3749 (dwarf2_frame_cache): Set new field.
3750 (dwarf2_frame_prev_register): Update.
3751 (dwarf2_frame_sniffer): Update.
3752 (dwarf2_frame_base_sniffer): Update.
3753 (dwarf2_frame_find_fde): Add 'out_offset' argument.
3754
3755 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3756 Thiago Jung Bauermann <bauerman@br.ibm.com>
3757
3758 Support for hw accelerated condition watchpoints in booke powerpc.
3759
3760 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3761 and move to eval.c. Change callers.
3762 (insert_bp_location): Pass watchpoint condition in
3763 target_insert_watchpoint.
3764 (remove_breakpoint_1) Pass watchpoint condition in
3765 target_remove_watchpoint.
3766 (watchpoint_locations_match): Call
3767 target_can_accel_watchpoint_condition.
3768 * eval.c: Include wrapper.h.
3769 (fetch_subexp_value): Moved from breakpoint.c.
3770 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3771 Formatting fix.
3772 (can_use_watchpoint_cond_accel): New function.
3773 (calculate_dvc): Likewise.
3774 (num_memory_accesses): Likewise.
3775 (check_condition): Likewise.
3776 (ppc_linux_can_accel_watchpoint_condition): Likewise
3777 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3778 check_condition and calculate_dvc.
3779 (ppc_linux_remove_watchpoint): Likewise.
3780 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3781 ppc_linux_can_accel_watchpoint_condition
3782 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3783 condition.
3784 (debug_to_remove_watchpoint): Likewise.
3785 (debug_to_can_accel_watchpoint_condition): New function.
3786 (update_current_target): Set to_can_accel_watchpoint_condition.
3787 (setup_target_debug): Set to_can_accel_watchpoint_condition.
3788 * target.h: Add opaque declaration for struct expression.
3789 (struct target_ops) <to_insert_watchpoint>,
3790 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3791 <to_can_accel_watchpoint_condition>: New member.
3792 condition. Update all callers and implementations.
3793 (target_can_accel_watchpoint_condition): New macro.
3794 * value.c (free_value_chain): New function.
3795 * value.h (fetch_subexp_value): New prototype.
3796 (free_value_chain): Likewise.
3797
3798 2010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
3799
3800 * linux-nat.c (linux_nat_do_thread_registers): Use section size
3801 from gdbarch_core_regset_sections also for .reg if present.
3802
3803 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3804 section size for .reg.
3805 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3806 (ppc_linux_vmx_regset_sections): Likewise.
3807 (ppc_linux_fp_regset_sections): Likewise.
3808 (ppc64_linux_vsx_regset_sections): New variable.
3809 (ppc64_linux_vmx_regset_sections): Likewise.
3810 (ppc64_linux_fp_regset_sections): Likewise.
3811 (ppc_linux_init_abi): Install core_regset_section lists appropriate
3812 for current word size.
3813
3814 2010-07-06 Joel Brobecker <brobecker@adacore.com>
3815
3816 * server.c (myresume): Make static.
3817
3818 2010-07-06 Tom Tromey <tromey@redhat.com>
3819
3820 * configure, config.in: Rebuild.
3821 * configure.ac (HAVE_LIBPYTHON2_7): New define.
3822 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3823
3824 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3825
3826 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3827 "clear".
3828
3829 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
3830
3831 * gdbtypes.h (floatformats_ieee_half): Add declaration.
3832 * gdbtypes.c (floatformats_ieee_half): New variable.
3833 * doublest.c (floatformat_from_length): Set format to
3834 gdbarch_half_format if length matches.
3835 * gdbarch.sh (half_bit): New architecture method.
3836 (half_format): Likewise.
3837 * gdbarch.h: Regenerate.
3838 * gdbarch.c: Likewise.
3839
3840 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3841 Joel Brobecker <brobecker@adacore.com>
3842
3843 Fix re-run of PIE executable, PR shlibs/11776.
3844 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3845 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3846
3847 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3848 Joel Brobecker <brobecker@adacore.com>
3849
3850 * auxv.c (memory_xfer_auxv): Update attach comment.
3851 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3852 svr4_relocate_main_executable.
3853 (svr4_solib_create_inferior_hook): Make the call to
3854 svr4_relocate_main_executable unconditional.
3855
3856 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3857 Joel Brobecker <brobecker@adacore.com>
3858
3859 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3860
3861 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3862 Joel Brobecker <brobecker@adacore.com>
3863
3864 Fix attaching to PIEs prelinked on the disk after the process was
3865 started.
3866 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3867 Verify it against bfd_get_arch_size. Try to match arbitrary
3868 displacement for the phdrs comparison.
3869
3870 2010-07-02 Tom Tromey <tromey@redhat.com>
3871
3872 PR exp/11780:
3873 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3874 value as optimized-out.
3875
3876 2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3877 Thiago Jung Bauermann <bauerman@br.ibm.com>
3878
3879 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3880 represent?" question in comment. Change comment to a proper sentence.
3881
3882 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
3883
3884 * c-valprint.c (c_val_print): Fix printing of character vectors.
3885
3886 2010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3887
3888 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3889 create_breakpoint prototype.
3890
3891 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3892
3893 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3894 usefulness suggestion of multiple breakpoints at same location.
3895
3896 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3897
3898 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3899
3900 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3901
3902 * dwarf2loc.c (locexpr_tracepoint_var_ref)
3903 (loclist_tracepoint_var_ref): Handle optimized out values.
3904
3905 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3906
3907 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3908 unnecessary space in string.
3909 * filesystem.c (_initialize_filesystem): Ditto.
3910 * frame.c (_initialize_frame): Ditto.
3911 * infcmd.c (step_once): Ditto.
3912 * infrun.c (_initialize_infrun): Ditto.
3913 * linux-nat.c (linux_child_follow_fork): Ditto.
3914 * maint.c (maintenance_deprecate): Ditto.
3915 * memattr.c (_initialize_mem): Ditto.
3916 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3917 * monitor.c (monitor_open): Ditto.
3918 * procfs.c (procfs_xfer_memory): Ditto.
3919 * reverse.c (bookmarks_info): Ditto.
3920 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3921 * stack.c (_initialize_stack): Ditto.
3922 * tracepoint.c (_initialize_tracepoint): Ditto.
3923 * xtensa-tdep.c (xtensa_supply_gregset,
3924 xtensa_regset_from_core_section): Ditto.
3925
3926 2010-07-01 Tom Tromey <tromey@redhat.com>
3927
3928 * value.h (struct lval_funcs) <check_any_valid>: Rename from
3929 check_all_valid.
3930 * value.c (value_entirely_optimized_out): Invert result. Update
3931 for new function name.
3932
3933 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3934
3935 Static tracepoints support.
3936
3937 * NEWS: Mention new support for static tracepoints.
3938 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3939 qXfer:statictrace:read.
3940 (New features in the GDB remote stub, GDBserver): Mention static
3941 tracepoints support using an UST based backend.
3942 (New commands): Mention "info static-tracepoint-markers" and
3943 "strace".
3944 * breakpoint.c (is_marker_spec): New.
3945 (is_tracepoint): Handle static tracepoints.
3946 (validate_commands_for_breakpoint): Static tracepoints can't do
3947 while-stepping.
3948 (static_tracepoints_here): New.
3949 (bpstat_what): Handle static tracepoints.
3950 (print_one_breakpoint_location, allocate_bp_location, mention):
3951 Ditto.
3952 (create_breakpoint_sal): Ditto.
3953 (decode_static_tracepoint_spec): New.
3954 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3955 `type_wanted'. Adjust. Handle static tracepoint marker
3956 locations.
3957 (break_command_1): Adjust.
3958 (update_static_tracepoint): New.
3959 (update_breakpoint_locations): Handle static tracepoints.
3960 (breakpoint_re_set_one): Handle static tracepoint marker
3961 locations.
3962 (disable_command, enable_command): Handle static tracepoints.
3963 (trace_command, ftrace_command): Adjust.
3964 (strace_command): New.
3965 (create_tracepoint_from_upload): Adjust.
3966 (save_breakpoints): Handle static tracepoints.
3967 (_initialize_breakpoint): Install the "strace" command.
3968 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3969 (struct breakpoint): New fields static_trace_marker_id and
3970 static_trace_marker_id_idx.
3971 (breakpoints_here_p): Declare.
3972 (create_breakpoint): Adjust.
3973 (static_tracepoints_here): Declare.
3974 * remote.c (struct remote_state) <static_tracepoints>: New field.
3975 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3976 (remote_static_tracepoint_marker_at): New.
3977 (remote_static_tracepoint_markers_by_strid): New.
3978 (remote_static_tracepoint_feature): New.
3979 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3980 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3981 (remote_supports_static_tracepoints): New.
3982 (remote_download_tracepoint): Download static tracepoints.
3983 (init_remote_ops): Install remote_static_tracepoint_marker_at and
3984 remote_static_tracepoint_markers_by_strid.
3985 (_initialize_remote): Install set|show remote static-tracepoints,
3986 and set|show remote read-sdata-object commands.
3987 * target.c (update_current_target): Inherit and default
3988 to_static_tracepoint_marker_at, and
3989 to_static_tracepoint_markers_by_strid.
3990 * target.h (static_tracepoint_marker): Forward declare.
3991 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3992 (static_tracepoint_marker_p): New typedef.
3993 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3994 (struct target_ops): New fields to_static_tracepoint_marker_at and
3995 to_static_tracepoint_markers_by_strid.
3996 (target_static_tracepoint_marker_at)
3997 (target_static_tracepoint_markers_by_strid): New.
3998 * tracepoint.c: Include source.h.
3999 (validate_actionline): Handle $_sdata.
4000 (struct collection_list): New field strace_data.
4001 (add_static_trace_data): New.
4002 (clear_collection_list): Clear strace_data.
4003 (stringify_collection_list): Account for a possible static trace
4004 data collection.
4005 (encode_actions_1): Encode an $_sdata collection.
4006 (parse_tracepoint_definition): Handle static tracepoints.
4007 (parse_static_tracepoint_marker_definition): New.
4008 (release_static_tracepoint_marker): New.
4009 (print_one_static_tracepoint_marker): New.
4010 (info_static_tracepoint_markers_command): New.
4011 (sdata_make_value): New.
4012 (_initialize_tracepoint): Create the $_sdata convenience variable.
4013 Add the "info static-tracepoint-markers" command.
4014 Mention $_sdata in the "collect" command's help output.
4015 * tracepoint.h (struct static_tracepoint_marker): New.
4016 (parse_static_tracepoint_marker_definition)
4017 (release_static_tracepoint_marker): Declare.
4018 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
4019 * python/py-breakpoint.c (bppy_new): Adjust.
4020
4021 2010-06-30 Joel Brobecker <brobecker@adacore.com>
4022
4023 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
4024 including Python.h.
4025
4026 2010-06-29 Doug Evans <dje@google.com>
4027
4028 PR gdb/11702
4029 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
4030 DW_AT_external is present.
4031
4032 PR gdb/11702
4033 * NEWS: Add entry.
4034 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
4035 create a symbol for the field and record the value.
4036 (new_symbol): Handle DW_TAG_member.
4037 * gdbtypes.c (field_is_static): Remove FIXME.
4038 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
4039 only ignore LOC_CONST symbols that are enums.
4040
4041 * dwarf2read.c: Remove trailing whitespace.
4042
4043 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
4044 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
4045 (struct main_type, field loc): Delete dwarf_block.
4046 (FIELD_DWARF_BLOCK): Delete.
4047 (SET_FIELD_DWARF_BLOCK): Delete.
4048 (TYPE_FIELD_DWARF_BLOCK): Delete.
4049 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
4050 Update.
4051
4052 2010-06-29 Hui Zhu <teawater@gmail.com>
4053
4054 * record.c (set_record_pic_cmdlist,
4055 show_record_pic_cmdlist): New variables.
4056 (set_record_pic_command,
4057 show_record_pic_command): New functions.
4058 (record_pic_function, record_pic_line, record_pic_enum,
4059 set_record_pic_type, record_pic_hide_nofunction,
4060 record_pic_hide_nosource, record_pic_hide_same): New variables.
4061 (record_pic_fputs): New function.
4062 (function_list, node_list, edge_list): New struct.
4063 (function_list, node_list, edge_list): New variables.
4064 (record_pic_cleanups, record_pic_node,
4065 record_pic_edge, cmd_record_pic): New functions.
4066 (_initialize_record): Add new commands for record pic.
4067
4068 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4069
4070 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
4071 ALLOCATE_CPLUS_STRUCT_TYPE.
4072
4073 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4074 Tom Tromey <tromey@redhat.com>
4075 Thiago Jung Bauermann <bauerman@br.ibm.com>
4076
4077 * value.c (pack_unsigned_long): New function.
4078 (value_from_ulongest): New function.
4079 * value.h (value_from_ulongest): Declare.
4080 * python/python.c (_initialize_python): Call
4081 gdbpy_initialize_thread and gdbpy_initialize_inferior.
4082 * python/python-internal.h: Define thread_object.
4083 (gdbpy_inferiors, gdbpy_selected_thread)
4084 (frame_info_to_frame_object, create_thread_object)
4085 (find_thread_object, find_inferior_object)
4086 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
4087 (gdbpy_is_value_object, get_addr_from_python): Declare.
4088 * python/py-value.c (builtin_type_upylong): Define.
4089 (convert_value_from_python): Add logic for ulongest.
4090 (gdbpy_is_value_object): New function.
4091 * python/py-utils.c (get_addr_from_python): New function.
4092 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
4093 (gdbpy_selected_frame): Use PyObject over frame_info.
4094 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
4095 py-infthread.
4096 (SUBDIR_PYTHON_SRCS): Likewise.
4097 (py-inferior.o): New Rule.
4098 (py-infthread.o): New Rule.
4099 * python/py-inferior.c: New File.
4100 * python/py-infthread.c: New File.
4101
4102 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4103
4104 * c-typeprint.c (c_type_print_base): For no fields check include also
4105 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
4106 * dwarf2read.c (struct typedef_field_list)
4107 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
4108 (dwarf2_add_typedef): New.
4109 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
4110 Copy also FI.TYPEDEF_FIELD_LIST.
4111 * gdbtypes.h (struct typedef_field)
4112 (struct cplus_struct_type) <typedef_field, typedef_field_count>
4113 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
4114 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
4115
4116 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4117
4118 * cp-namespace.c (cp_lookup_nested_type): New variable
4119 concatenated_name. Turn the current return condition into a reverse
4120 one. Call also lookup_static_symbol_aux on the constructed qualified
4121 name.
4122 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
4123 other files into a called ...
4124 (lookup_static_symbol_aux): ... new function here.
4125 * symtab.h (lookup_static_symbol_aux): New prototype.
4126 * valops.c (value_maybe_namespace_elt): Call also
4127 lookup_static_symbol_aux if we failed otherwise.
4128
4129 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4130
4131 Fix PR c++/11703 and PR gdb/1448.
4132 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
4133 FIRST_ITER check.
4134
4135 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4136
4137 Fix modification of cplus_struct_default.
4138 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
4139 Call ALLOCATE_CPLUS_STRUCT_TYPE.
4140 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
4141
4142 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4143
4144 * NEWS: Add entry announcing the python directory.
4145
4146 2010-06-28 Tom Tromey <tromey@redhat.com>
4147
4148 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
4149
4150 2010-06-28 Doug Evans <dje@google.com>
4151
4152 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
4153 All callers updated.
4154
4155 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4156
4157 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
4158 obstack_begin after each obstack_free.
4159
4160 2010-06-27 Doug Evans <dje@google.com>
4161
4162 * value.c (value_static_field): Use `switch' instead of `if'.
4163 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
4164
4165 * valops.c (search_struct_field): Fix typo in error message.
4166
4167 2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
4168
4169 * dwarf2expr.c (execute_stack_op): Place preprocessor
4170 directives at the start of the source line.
4171
4172 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
4173
4174 * defs.h (make_command_stats_cleanup): Declare.
4175 (set_display_time): Declare.
4176 (set_display_space): Declare.
4177 * event-top.c (command_handler): Use make_command_stats_cleanup.
4178 * main.c (display_time, display_space): Move definitions to utils.c.
4179 (captured_main): Use make_command_stats_cleanup to get start-up
4180 statistics.
4181 Use set_display_time and set_display_space for processing OPT_STATISTICS
4182 case.
4183 * maint.c (maintenance_time_display): Use set_display_time.
4184 (maintenance_space_display): Use set_display_space.
4185 * top.c (execute_command): Remove obsolete 'maint time' code.
4186 (command_loop): Use make_command_stats_cleanup.
4187 * utils.c (struct cmd_stats): Structure for storing initial time
4188 and space usage.
4189 (display_time, display_space): Move definitions here from utils.c.
4190 (set_display_time): New function.
4191 (set_display_space): New function.
4192 (make_command_stats_cleanup): New function.
4193 (report_command_stats): New auxiliary function for
4194 make_command_stats_cleanup.
4195
4196 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4197
4198 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
4199 hosts where CORE_ADDR is long long.
4200
4201 2010-06-25 Tom Tromey <tromey@redhat.com>
4202
4203 PR python/10808:
4204 * python/python.c (execute_gdb_command): Add keywords. Accept
4205 "to_string" argument.
4206 (struct restore_ui_file_closure): New.
4207 (restore_ui_file): New function.
4208 (make_cleanup_restore_ui_file): Likewise.
4209 (GdbMethods) <execute>: Update.
4210
4211 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4212
4213 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
4214 during inferior call stack frame setup.
4215
4216 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
4217
4218 * solib-spu.c: Include "exception.h".
4219 (ocl_program_data_key): New variable.
4220 (append_ocl_sos): New function.
4221 (ocl_enable_break): Likewise.
4222 (spu_current_sos): Call append_ocl_sos.
4223 (spu_solib_loaded): Call ocl_enable_break.
4224 (_initialize_spu_solib): Register ocl_program_data_key.
4225
4226 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4227
4228 * cp-support.c (reset_directive_searched): New function.
4229 (make_symbol_overload_list_using): Prevent recursive calls.
4230
4231 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
4232
4233 * printcmd.c (print_variable_and_value): Print error message on
4234 caught exception.
4235
4236 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4237
4238 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
4239 of stack values.
4240 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
4241 "value" member.
4242 (dwarf_expr_push): Change input type to ULONGEST.
4243 (dwarf_expr_fetch): Change return type to ULONGEST.
4244 (dwarf_expr_fetch_address): Add prototype.
4245 (dwarf2_read_address): Remove prototype.
4246 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
4247 Truncate stack values to ctx->addr_size bytes.
4248 (dwarf_expr_fetch): Change return value to ULONGEST.
4249 (dwarf_expr_fetch_address): New function.
4250 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
4251 when appropriate. Update for struct dwarf_expr_piece changes.
4252 (dwarf2_read_address): Remove.
4253 (unsigned_address_type): Remove.
4254 (signed_address_type): Remove.
4255 (execute_stack_op): Use dwarf_expr_fetch_address instead of
4256 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
4257 values. Perform operations on ULONGEST instead of on GDB values,
4258 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
4259 values and DW_OP_deref results as unsigned integers.
4260 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
4261 changes.
4262 (write_pieced_value): Likewise.
4263 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
4264 dwarf_expr_fetch when appropriate.
4265 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
4266 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
4267 instead of dwarf_expr_fetch when appropriate.
4268
4269 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
4270
4271 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
4272
4273 2010-06-24 Joel Brobecker <brobecker@adacore.com>
4274
4275 * python/python.c (_initialize_python): Add new "constant"
4276 PYTHONDIR in gdb module. Insert this path at the head of
4277 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
4278 exec its __init__.py script if it exists in that directory.
4279
4280 2010-06-24 Kevin Buettner <kevinb@redhat.com>
4281
4282 * rx-tdep.c (RX_ACC_REGNUM): Define.
4283 (RX_NUM_REGS): Redefine to 26.
4284 (rx_register_name): Add register "acc". Change order of several
4285 registers. Change name of "vct" register to "fintv" to match RX
4286 documentation.
4287 (rx_register_type): Add case for RX_ACC_REGNUM.
4288
4289 2010-06-24 Tom Tromey <tromey@redhat.com>
4290
4291 * psymtab.c (lookup_partial_symbol): Mark definition as static.
4292
4293 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4294 Tom Tromey <tromey@redhat.com>
4295
4296 Fix GDB startup on readonly filesystem.
4297 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
4298
4299 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4300 Pedro Alves <pedro@codesourcery.com>
4301
4302 Fix PR 9436.
4303 * breakpoint.c (handle_jit_event): New function.
4304 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
4305 jit, err, table and bs_class. New variables shlib_event, jit_event,
4306 this_action and bptype. Change bs_class assignments to this_action
4307 assignments. new unhandled bptype internal error. Move here
4308 shlib_event and jit_event handling from handle_inferior_event.
4309 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
4310 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
4311 BPSTAT_WHAT_CHECK_JIT.
4312 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
4313 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
4314 (handle_inferior_event): Reinitialize frame and gdbarch after
4315 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
4316 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
4317 gdbarch when frame gets reinitialized.
4318
4319 2010-06-24 Hui Zhu <teawater@gmail.com>
4320
4321 * printcmd.c (ui_printf): New function.
4322 (printf_command): Call ui_printf.
4323 (_initialize_printcmd): New command "eval".
4324
4325 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
4326
4327 * infrun.c (handle_inferior_event): Handle presence of single-step
4328 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
4329 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
4330 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
4331 * breakpoint.c (detach_single_step_breakpoints): New function.
4332 (detach_breakpoints): Call it.
4333 (cancel_single_step_breakpoints): New function.
4334 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
4335
4336 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
4337 (spu_gdbarch_init): Install it.
4338
4339 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4340
4341 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
4342 * configure: Regenerate.
4343
4344 2010-06-22 Hui Zhu <teawater@gmail.com>
4345
4346 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
4347 (i386_process_record): Ditto.
4348 * record.c (record_memory_query): New variable.
4349 (_initialize_record): New command "set record memory-query".
4350 * record.h (record_memory_query): New extern.
4351
4352 2010-06-21 Doug Evans <dje@google.com>
4353
4354 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
4355 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
4356 (i386_syscall_p): Change type of lengthp to int.
4357 (i386_displaced_step_fixup): Handle kernels that run one past a
4358 syscall insn.
4359 * i386-linux-tdep.c (i386_linux_init_abi): Use
4360 i386_displaced_step_copy_insn instead of
4361 simple_displaced_step_copy_insn.
4362
4363 2010-06-21 Tom Tromey <tromey@redhat.com>
4364
4365 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
4366 (dwarf_type_encoding_name): Likewise.
4367
4368 2010-06-21 Tom Tromey <tromey@redhat.com>
4369
4370 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
4371 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
4372 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
4373 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
4374 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
4375 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
4376 * dwarf2read.c (tag_type_to_type): Create a new error type on
4377 failure.
4378 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
4379 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
4380
4381 2010-06-21 Michael Snyder <msnyder@vmware.com>
4382
4383 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
4384 not add_abbrev_prefix_cmd, for "enable breakpoints".
4385
4386 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
4387
4388 * dwarf2loc.c (find_location_expression): Add relocation offset
4389 to base-address-selection entry base addresses. Read addresses
4390 (and offsets) as signed/unsigned integers, depending on the
4391 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
4392 (loclist_describe_location): Likewise.
4393 (disassemble_dwarf_expression): Read DW_OP_addr operand as
4394 unsigned integer. Do not call dwarf2_read_address.
4395 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
4396
4397 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
4398
4399 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
4400 value instead of hard-coded SPU_LS_SIZE.
4401 (spu_software_single_step): Likewise.
4402 * spu-tdep.h (SPU_LS_SIZE): Remove.
4403
4404 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
4405
4406 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
4407 limit on local store memory accesses.
4408 * spu-linux-nat.c (spu_xfer_partial): Likewise.
4409 * spu-tdep.c (spu_lslr): Remove.
4410 (spu_pointer_to_address): Do not truncate addresses.
4411 (spu_integer_to_address): Likewise.
4412 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
4413 * spu-tdep.h: Add comments.
4414 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
4415 (SPU_OVERLAY_LMA): Define.
4416
4417 2010-06-18 Stan Shebs <stan@codesourcery.com>
4418
4419 * osdata.c (get_osdata): Warn separately if target does not report
4420 type list.
4421 (info_osdata_command): Allow empty type, report error if target
4422 does not return available types of OS data.
4423 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
4424 types if no annex supplied.
4425
4426 * thread.c (thread_id_make_value): Make a value representing the
4427 current thread.
4428 (_initialize_thread): Create $_thread.
4429
4430 2010-06-17 Joel Brobecker <brobecker@adacore.com>
4431
4432 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
4433 last local variable declaration. No real code change.
4434
4435 2010-06-17 Tom Tromey <tromey@redhat.com>
4436
4437 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
4438 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
4439 temporary obstack.
4440
4441 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
4442 Jan Kratochvil <jan.kratochvil@redhat.com>
4443
4444 * breakpoint.c: Include parser-defs.h.
4445 (watchpoint_exp_is_const): New function.
4446 (watch_command_1): Call watchpoint_exp_is_const to check
4447 if the expression is constant.
4448
4449 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
4450
4451 * configure.ac: Check for RDYNAMIC also for cross builds.
4452 * configure: Regenerate.
4453
4454 2010-06-15 Pedro Alves <pedro@codesourcery.com>
4455
4456 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
4457 (SFILES): Remove solib-null.c, add solib-target.c.
4458 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
4459 (ALLDEPFILES): Remove solib-target.c.
4460 * solib-target.c (_initialize_solib_target): Set
4461 current_target_so_ops to solib_target_so_ops if not already set.
4462 * solib-null.c: Delete.
4463
4464 2010-06-14 Pedro Alves <pedro@codesourcery.com>
4465
4466 * NEWS: Mention GDBserver's JIT compilation of tracepoint
4467 bytecode.
4468
4469 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4470
4471 * cp-valprint.c (cp_print_static_field): Members of
4472 dont_print_stat_array_obstack are of type "struct type *".
4473 (_initialize_cp_valprint): Likewise.
4474
4475 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4476
4477 * frame.c (frame_register_unwind): Do not access contents
4478 of "optimized out" unwound register value.
4479
4480 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4481
4482 * ada-lang.h (ada_print_type): Make varstring const.
4483 * ada-typeprint.c (print_func_type): Make name const.
4484 (ada_print_type): Make varstring const.
4485 * c-lang.h (c_print_type): Make varstring const.
4486 * c-typeprint.c (c_print_type): Likewise.
4487 * f-lang.h (f_print_type): Likewise.
4488 * f-typeprint.c (f_print_type): Likewise.
4489 * jv-lang.h (java_print_type): Likewise.
4490 * jv-typeprint.c (java_print_type): Likewise.
4491 * language.c (unk_lang_print_type): Likewise.
4492 * language.h (struct language_defn) <la_print_type>: Likewise.
4493 * m2-lang.h (m2_print_type): Likewise.
4494 * m2-typeprint.c (m2_print_type): Likewise.
4495 * p-lang.h (pascal_print_type): Likewise.
4496 * p-typeprint.c (pascal_print_type): Likewise.
4497
4498 2010-06-11 Stan Shebs <stan@codesourcery.com>
4499
4500 Add per-operation permission flags.
4501
4502 * target.h (struct target_ops): New method to_set_permissions.
4503 (target_set_permissions): New macro.
4504 (target_insert_breakpoint): Change macro to function.
4505 (target_remove_breakpoint): Ditto.
4506 (target_stop): Ditto.
4507 (may_write_registers): Declare.
4508 (may_write_memory): Declare.
4509 (may_insert_breakpoints): Declare.
4510 (may_insert_tracepoints): Declare.
4511 (may_insert_fast_tracepoints): Declare.
4512 (may_stop): Declare.
4513 * target.c (may_write_registers, may_write_registers_1): New globals.
4514 (may_write_memory, may_write_memory_1): New globals.
4515 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
4516 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
4517 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
4518 globals.
4519 (may_stop, may_stop_1): New global.
4520 (target_xfer_partial): Test for write permission.
4521 (target_store_registers): Ditto.
4522 (target_insert_breakpoint): New function.
4523 (target_remove_breakpoint): New function.
4524 (target_stop): New function.
4525 (_initialize_targets): Add new set/show variables.
4526 (set_write_memory_permission): New function.
4527 (update_target_permissions): New function.
4528 (set_target_permissions): New function.
4529 (update_current_target): Default to_set_permissions.
4530 (_initialize_targets): Use new globals and setter function.
4531 * tracepoint.c (start_tracing): Test for permission.
4532 * inferior.h (update_observer_mode): Declare.
4533 * infrun.c (non_stop_1): Define earlier.
4534 (observer_mode, observer_mode_1): New globals.
4535 (set_observer_mode, show_observer_mode): New functions.
4536 (update_observer_mode): New function.
4537 (_initialize_infrun): Define "set observer" command.
4538 * remote.c (PACKET_QAllow): New optional packet.
4539 (remote_protocol_features): Add QAllow.
4540 (remote_set_permissions): New function.
4541 (remote_start_remote): Call it.
4542 (init_remote_ops): Add it to target vector.
4543 (_initialize_remote): Add config command for QAllow.
4544
4545 2010-06-11 Tom Tromey <tromey@redhat.com>
4546
4547 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
4548 DW_AT_vtable_elem_location even when GCC extension is seen.
4549
4550 2010-06-11 Tom Tromey <tromey@redhat.com>
4551
4552 PR gdb/9977, PR exp/11636:
4553 * value.h (value_offset): Update.
4554 (struct lval_funcs) <check_validity>: New field.
4555 <copy_closure>: Make argument const.
4556 (value_computed_closure): Update.
4557 (value_contents_for_printing): Declare.
4558 (value_bits_valid): Likewise.
4559 (val_print): Likewise.
4560 (set_value_component_location): Update.
4561 (value_entirely_optimized_out): Declare.
4562 * value.c (value_offset): Argument now const.
4563 (require_not_optimized_out): New function.
4564 (value_contents_for_printing): New function.
4565 (value_contents_all): Call require_not_optimized_out.
4566 (value_contents): Likewise.
4567 (value_bits_valid): New function.
4568 (value_computed_closure): Argument now const.
4569 (set_value_component_location): Make 'whole' argument const.
4570 (value_entirely_optimized_out): New function.
4571 (value_bitsize): Argument now 'const'.
4572 (value_bitpos): Likewise.
4573 (value_type): Likewise.
4574 * valprint.h (val_print_array_elements): Update.
4575 * valprint.c (val_print): Add 'val' argument. Use
4576 valprint_check_validity.
4577 (valprint_check_validity): New function.
4578 (value_check_printable): Use value_entirely_optimized_out.
4579 (common_val_print): Update.
4580 (value_print): Likewise.
4581 (val_print_array_elements): Add 'val' argument.
4582 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
4583 value_bits_valid. Reinit frame cache for lval_computed.
4584 * sh64-tdep.c (sh64_do_register): Update.
4585 * scm-valprint.c (scm_val_print): Add 'val' argument.
4586 * scm-lang.h (scm_val_print): Update.
4587 * python/python.h (apply_val_pretty_printer): Update.
4588 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
4589 argument. Call set_value_component_location.
4590 * printcmd.c (print_scalar_formatted): Update.
4591 * p-valprint.c (pascal_val_print): Add 'val' argument.
4592 (pascal_object_print_value_fields): Likewise.
4593 (pascal_object_print_value): Likewise.
4594 (pascal_object_print_static_field): Update.
4595 * p-lang.h (pascal_val_print): Update.
4596 (pascal_object_print_value_fields): Update.
4597 * mt-tdep.c (mt_registers_info): Update.
4598 * mi/mi-main.c (get_register): Update.
4599 (mi_cmd_data_evaluate_expression): Use common_val_print.
4600 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
4601 (m2_print_unbounded_array): Likewise.
4602 (m2_val_print): Likewise.
4603 * m2-lang.h (m2_val_print): Update.
4604 * language.h (struct language_defn) <la_val_print>: Add 'val'
4605 argument.
4606 (LA_VAL_PRINT): Likewise.
4607 * language.c (unk_lang_val_print): Add 'val' argument.
4608 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
4609 (java_val_print): Likewise.
4610 * jv-lang.h (java_val_print): Add 'val' argument.
4611 * infcmd.c (default_print_registers_info): Update.
4612 * f-valprint.c (f77_print_array_1): Add 'val' argument.
4613 (f77_print_array): Likewise.
4614 (f_val_print): Likewise.
4615 * f-lang.h (f_val_print): Add 'val' argument.
4616 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4617 value_bitpos.
4618 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
4619 set_value_optimized_out.
4620 (write_pieced_value): Use value_bitsize and value_bitpos.
4621 <default>: Don't exit loop.
4622 (check_pieced_value_validity): New function.
4623 (pieced_value_funcs): Reference check_pieced_value_validity,
4624 check_pieced_value_invalid.
4625 (copy_pieced_value_closure): Update.
4626 (check_pieced_value_bits): New function.
4627 (check_pieced_value_invalid): New function.
4628 * d-valprint.c (dynamic_array_type): Add 'val' argument.
4629 (d_val_print): Likewise.
4630 * d-lang.h (d_val_print): Update.
4631 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4632 (cp_print_value_fields_rtti): Likewise.
4633 (cp_print_value): Likewise.
4634 (cp_print_static_field): Update.
4635 * c-valprint.c (c_val_print): Add 'val' argument.
4636 (c_value_print): Update.
4637 * c-lang.h (c_val_print): Update.
4638 (cp_print_value_fields): Likewise.
4639 (cp_print_value_fields_rtti): Likewise.
4640 * ada-valprint.c (struct ada_val_print_args): Remove.
4641 (val_print_packed_array_elements): Add 'val' argument.
4642 (ada_val_print): Likewise. Rewrite.
4643 (ada_val_print_stub): Remove.
4644 (ada_val_print_array): Add 'val' argument.
4645 (ada_val_print_1): Likewise.
4646 (print_variant_part): Likewise.
4647 (ada_value_print): Update.
4648 (print_record): Add 'val' argument.
4649 (print_field_values): Likewise.
4650 * ada-lang.h (ada_val_print): Update.
4651
4652 2010-06-11 Tom Tromey <tromey@redhat.com>
4653
4654 * vec.h (VEC_cleanup): New macro.
4655 (DEF_VEC_ALLOC_FUNC_I): Update.
4656 (DEF_VEC_ALLOC_FUNC_P): Likewise.
4657 (DEF_VEC_ALLOC_FUNC_O): Likewise.
4658 * dwarf2loc.c (struct axs_var_loc): Remove.
4659 (unimplemented): New function.
4660 (translate_register): Likewise.
4661 (access_memory): Likewise.
4662 (compile_dwarf_to_ax): Likewise.
4663 (dwarf2_tracepoint_var_loc): Remove.
4664 (dwarf2_tracepoint_var_access): Likewise.
4665 (dwarf2_tracepoint_var_ref): Likewise.
4666 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4667 (loclist_tracepoint_var_ref): Likewise.
4668 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4669 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4670 require_composition. No longer static.
4671 (execute_stack_op): Update.
4672 * ax-gdb.h (trace_kludge): Declare.
4673
4674 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4675
4676 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4677 (should_be_inserted): Return zero also on NULL OWNER.
4678 (breakpoint_program_space_exit): New OWNER comment.
4679 (insert_breakpoint_locations): Extend comment for OWNER.
4680 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4681 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4682 New OWNER comment.
4683 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4684 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4685 (bpstat_check_location): New assert on OWNER.
4686 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4687 and B initializations to the code block. New assert on them.
4688 (print_one_breakpoint_location): New OWNER comment.
4689 (watchpoint_locations_match): Assert on OWNER.
4690 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4691 initializations to the code block. New assert on OWNER.
4692 (set_breakpoint_location_function): New assert on OWNER.
4693 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4694 (bp_location_compare, update_global_location_list)
4695 (update_global_location_list): New OWNER comment.
4696
4697 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4698
4699 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4700
4701 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4702
4703 * config/nm-linux.h (struct target_ops): Remove forward declaration.
4704 (lin_thread_get_thread_signals): Remove prototype.
4705 (GET_THREAD_SIGNALS): Remove.
4706 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4707 * linux-thread-db.c (check_thread_signals): Directly call
4708 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4709
4710 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4711
4712 * gregset.h (GDB_FPXREGSET_T): Remove.
4713 (gdb_fpxregset_t): Likewise.
4714 (supply_fpxregset): Remove prototype.
4715 (fill_fpxregset): Likewise.
4716 * i386-linux-nat.c (supply_fpxregset): Remove.
4717 (fill_fpxregset): Likewise.
4718 (fetch_fpxregs): Inline supply_fpxregset call.
4719 (store_fpxregs): Inline fill_fpxregset call.
4720
4721 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4722 * config/i386/nm-linux.h: Remove file.
4723
4724 2010-06-09 Michael Snyder <msnyder@vmware.com>
4725
4726 * target.c (update_current_target): Fix spelling error in comment.
4727 (target_mourn_inferior): Fix spelling error in error message.
4728
4729 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
4730
4731 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4732 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4733
4734 2010-06-08 Michael Snyder <msnyder@vmware.com>
4735
4736 * remote.c (remote_close): Set inferior_ptid to null_ptid.
4737
4738 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4739
4740 * configure.ac <"${have_libpython}" != no>: New workaround of
4741 python#4434.
4742 * configure: Regenerate.
4743
4744 2010-06-08 Hui Zhu <teawater@gmail.com>
4745
4746 * record.c (record_wait): Move signal out of replay code.
4747
4748 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4749
4750 Fix PR 10640.
4751 * dwarf2-frame.c (no_dwarf_call): New function.
4752 (execute_stack_op): Set CTX->DWARF_CALL.
4753 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4754 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4755 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4756 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4757 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4758 (needs_frame_dwarf_call): New function.
4759 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4760 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4761 Update the comment. Move variables die, offset and error call to ...
4762 (follow_die_ref): ... a new function.
4763 (dwarf2_fetch_die_location_block): New function.
4764 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4765
4766 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4767
4768 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4769 (dwarf_expr_tls_address): Use per_cu instead of objfile.
4770 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4771 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
4772 this change.
4773 (struct needs_frame_baton): New field per_cu.
4774 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4775 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4776
4777 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4778
4779 * cp-support.c (make_symbol_overload_list_namespace): Only search
4780 static and global blocks.
4781 (make_symbol_overload_list_block): New function.
4782 (make_symbol_overload_list): Separate namespace search from block
4783 search.
4784 (make_symbol_overload_list_qualified): Use
4785 make_symbol_overload_list_block.
4786
4787 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4788
4789 * value.h: Created oload_search_type enum.
4790 (find_overload_match): Use oload_search_type enum.
4791 * valops.c (find_overload_match): Support combined member and
4792 non-member search.
4793 * eval.c (evaluate_subexp_standard): Calls to
4794 find_overload_match now use oload_search_type enum.
4795 (oload_method_static): Verify index is a proper value.
4796 * valarith.c (value_user_defined_cpp_op): Search for and handle
4797 both member and non-member operators.
4798 (value_user_defined_cpp_op): New function.
4799 (value_user_defined_op): New function.
4800 (value_x_unop): Use value_user_defined_op.
4801 (value_x_binop): Ditto.
4802 * cp-support.c (make_symbol_overload_list_using): Added block
4803 iteration.
4804 Add check for namespace aliases and imported declarations.
4805
4806 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4807
4808 * breakpoint.h (owner): Extend the comment.
4809
4810 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4811
4812 Clear stale specific bp_location from former whole breakpoint.
4813 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4814 code ...
4815 (free_bp_location): ... here. Rename there the called function to
4816 bpstat_remove_bp_location_callback.
4817 (bpstat_remove_breakpoint_callback): Rename to ...
4818 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4819 to struct bp_location. Change the called function to
4820 bpstat_remove_bp_location. Create new declaration for the function.
4821 (bpstat_remove_breakpoint): Rename to ...
4822 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4823 code for the new parameter type.
4824
4825 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
4826
4827 * README: Make version-agnostic.
4828
4829 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4830
4831 Fix duplicate types for single DIE.
4832 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4833 set_die_type.
4834 (read_array_type): Remove type initialization. Recheck get_die_type
4835 after initial die_type. Move set_die_type before set_descriptive_type.
4836 (read_set_type): New variable domain_type. Recheck get_die_type after
4837 initial die_type. Move attr initialization later.
4838 (read_tag_pointer_type, read_tag_reference_type): New variable
4839 target_type. Recheck get_die_type after initial die_type.
4840 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4841 die_type and die_containing_type.
4842 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4843 Recheck get_die_type after initial die_type.
4844 (read_subrange_type): Recheck get_die_type after initial die_type.
4845 Move set_die_type before set_descriptive_type.
4846 (set_die_type): Extend the function comment. Call complaint if DIE has
4847 some type already set.
4848
4849 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
4850
4851 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4852 for current naming of thread groups (iN, not N).
4853
4854 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4855
4856 * ada-lang.c (ada_operator_length): Constify `struct expression'.
4857 * parse.c (operator_length): Likewise.
4858 (operator_length_standard): Likewise.
4859 * parser-defs.h (operator_length): Likewise.
4860 (operator_length_standard): Likewise.
4861 (struct exp_descriptor <operator_length>): Likewise.
4862
4863 2010-06-04 Doug Evans <dje@google.com>
4864
4865 Add support for enabling/disabling individual pretty-printers.
4866 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4867 * python/python-internal.h (gdbpy_enabled_cst): Declare.
4868 * python/python.c (gdbpy_enabled_cst): Define.
4869 (_initialize_python): Initialize gdbpy_enabled_cst.
4870 * NEWS: Add entry.
4871
4872 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4873
4874 * breakpoint.c (update_global_location_list): Fix comment typo.
4875
4876 2010-06-04 Hui Zhu <teawater@gmail.com>
4877
4878 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4879
4880 2010-06-03 Doug Evans <dje@google.com>
4881
4882 * configure.ac: Don't fail if python is unusable when
4883 configured with --with-python=auto.
4884 * configure: Regenerate.
4885
4886 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
4887
4888 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4889
4890 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
4891
4892 * valprint.h (get_array_bounds): Change low and high parameter types
4893 to LONGEST *.
4894 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4895 compute bounds.
4896 (val_print_array_elements): Adapt to change above.
4897 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4898 * p-valprint.c (pascal_val_print): Likewise.
4899
4900 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4901
4902 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4903 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4904 .F08.
4905
4906 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4907
4908 Support DW_TAG_module as separate namespaces.
4909 * dwarf2read.c (typename_concat): New parameter physname.
4910 (read_module_type): New function and declaration.
4911 (scan_partial_symbols): Scan also DW_TAG_module children.
4912 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4913 to typename_concat backward compatible physname value 0.
4914 (partial_die_full_name, read_namespace_type): Pass to typename_concat
4915 backward compatible physname value 0.
4916 (add_partial_module, read_module): Remove FIXME comment.
4917 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4918 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4919 DIEs under DW_TAG_module.
4920 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4921 DW_AT_MIPS_linkage_name first, extend it for language_fortran
4922 && physname and return there instead of just setting NAME. Extend
4923 the main block for language_fortran. Pass physname parameter to the
4924 typename_concat call.
4925 (read_import_statement, read_func_scope, get_scope_pc_bounds)
4926 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4927 (new_symbol): Fill in cplus_specific.demangled_name if it is still
4928 missing from SYMBOL_SET_NAMES in the language_fortran case.
4929 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4930 variables.
4931 (read_type_die) <DW_TAG_module>: New.
4932 (MAX_SEP_LEN): Increase to 7.
4933 (typename_concat): New parameter physname. New variable lead. Support
4934 also language_fortran.
4935 * f-exp.y (yylex): Consider : also as a symbol name character class.
4936 * f-lang.c: Include cp-support.h.
4937 (f_word_break_characters, f_make_symbol_completion_list): New functions.
4938 (f_language_defn): Use cp_lookup_symbol_nonlocal,
4939 f_word_break_characters and f_make_symbol_completion_list.
4940 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4941 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4942 * symtab.c (symbol_init_language_specific): Support language_fortran.
4943 (symbol_find_demangled_name): New comment on language_fortran.
4944 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4945 for language_fortran.
4946 (lookup_symbol_aux_local): Check imports also for language_fortran.
4947 (default_make_symbol_completion_list): Rename to ...
4948 (default_make_symbol_completion_list_break_on): ... this name. New
4949 parameter break_on, use it.
4950 (default_make_symbol_completion_list): New stub.
4951 * symtab.h (default_make_symbol_completion_list_break_on): New
4952 prototype.
4953
4954 2010-06-02 Joel Brobecker <brobecker@adacore.com>
4955
4956 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4957 to error.
4958
4959 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4960
4961 * dwarf2read.c (typename_concat): Add const to the variable sep.
4962
4963 2010-06-02 Tom Tromey <tromey@redhat.com>
4964
4965 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4966 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
4967 type is const. Add 'def' argument. Add missing operators, remove
4968 unhandled ones.
4969 (decode_locdesc): Update.
4970 (dwarf2_always_disassemble): New global.
4971 (show_dwarf2_always_disassemble): New function.
4972 (_initialize_dwarf2_read): Add always-disassemble.
4973 (dwarf2_per_cu_offset_size): New function.
4974 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4975 (piece_end_p): New function.
4976 (locexpr_describe_location_piece): Replace 'size' argument with
4977 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
4978 some constants. Remove errors.
4979 (disassemble_dwarf_expression): New function.
4980 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4981 Add 'offset_size' argument.
4982 (loclist_describe_location): Change output formatting.
4983 * dwarf2expr.h (dwarf_stack_op_name): Declare.
4984
4985 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4986
4987 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4988 anonymous type case.
4989
4990 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
4991
4992 * dwarf2read.c (read_subrange_type): Handle missing base type
4993 according to Dwarf-2 specifications.
4994
4995 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
4996
4997 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4998 BINOP_EXCL.
4999 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
5000 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
5001 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
5002 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
5003 UNOP_CHMAX, UNOP_CHMIN.
5004 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
5005 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
5006 UNOP_CHMIN>: Remove opcodes.
5007
5008 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
5009
5010 * dwarf2read.c (read_func_scope): Do not complain for
5011 external function if bounds are not found.
5012
5013 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5014
5015 * NEWS: Mention gdbserver fast tracepoints support.
5016
5017 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
5018
5019 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
5020 New macros.
5021 (windows_set_console_info): New function.
5022 (windows_create_inferior): Call windows_set_console_info
5023 if NEW_CONSOLE is true.
5024 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
5025 (_initialize_loadable): Initialize GetConsoleFontSize and
5026 GetCurrentConsoleFont.
5027
5028 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5029
5030 * Makefile.in (RDYNAMIC): New.
5031 (SFILES): Add proc-service.list.
5032 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
5033 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
5034 * config/arm/linux.mh: Likewise.
5035 * config/i386/linux.mh: Likewise.
5036 * config/i386/linux64.mh: Likewise.
5037 * config/ia64/linux.mh: Likewise.
5038 * config/m32r/linux.mh: Likewise.
5039 * config/m68k/linux.mh: Likewise.
5040 * config/mips/linux.mh: Likewise.
5041 * config/pa/linux.mh: Likewise.
5042 * config/powerpc/linux.mh: Likewise.
5043 * config/powerpc/ppc64-linux.mh: Likewise.
5044 * config/s390/s390.mh: Likewise.
5045 * config/sparc/linux.mh: Likewise.
5046 * config/sparc/linux64.mh: Likewise.
5047 * config/xtensa/linux.mh: Likewise.
5048 * configure.ac: New RDYNAMIC on native host and GCC.
5049 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
5050 * configure: Regenerate.
5051 * proc-service.list: New.
5052
5053 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5054
5055 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
5056 CONTENT.
5057
5058 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5059
5060 * linux-nat.c (linux_nat_wait_1): Do not call
5061 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
5062 TARGET_WAITKIND_SIGNALLED.
5063
5064 2010-05-27 Joel Brobecker <brobecker@adacore.com>
5065
5066 * ada-lang.c (ada_inferior_data): New struct.
5067 (ada_inferior_data): New static global.
5068 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
5069 (ada_get_tsd_type): New functions.
5070 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
5071 to look the tsd type up.
5072 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
5073 event. Set ada_inferior_data.
5074
5075 2010-05-27 Pedro Alves <pedro@codesourcery.com>
5076
5077 * remote.c (unpack_varlen_hex): Remove forward declaration.
5078 (remote_console_output): Make static, and add forward declaration.
5079 * remote.h: Drop FIXME comment.
5080 (unpack_varlen_hex): Declare.
5081 (remote_console_output, remote_cisco_objfile_relocate)
5082 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
5083 Delete declarations.
5084 * tracepoint.c: Include "remote.h".
5085 (unpack_varlen_hex): Delete declaration.
5086
5087 2010-05-27 Tom Tromey <tromey@redhat.com>
5088
5089 * dwarf2loc.c (struct piece_closure) <refc>: New field.
5090 (allocate_piece_closure): Initialize refc.
5091 (copy_pieced_value_closure): Use refc.
5092 (free_pieced_value_closure): Likewise.
5093
5094 2010-05-27 Tom Tromey <tromey@redhat.com>
5095
5096 * arm-tdep.c (push_stack_item): 'contents' now const.
5097 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
5098 value_contents_writeable. Introduce new temporary.
5099
5100 2010-05-27 Tom Tromey <tromey@redhat.com>
5101
5102 * findcmd.c (parse_find_args): Use value_contents, not
5103 value_contents_raw.
5104
5105 2010-05-27 Tom Tromey <tromey@redhat.com>
5106
5107 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
5108 const. Use value_contents, not value_contents_writeable.
5109
5110 2010-05-27 Joel Brobecker <brobecker@adacore.com>
5111
5112 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
5113 by call to value_contents.
5114
5115 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
5116
5117 * MAINTAINERS: Add myself for write after approval privileges.
5118
5119 2010-05-26 Doug Evans <dje@google.com>
5120
5121 Allow python to find its files if moved from original location.
5122 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
5123 (GDB_AC_WITH_DIR): Call it.
5124 * configure.ac: Define WITH_PYTHON_PATH if we can find the
5125 python installation directory.
5126 * config.in: Regenerate.
5127 * configure: Regenerate.
5128 * defs.h (python_libdir): Declare.
5129 * main.c (python_libdir): Define.
5130 (captured_main): Initialize python_libdir.
5131 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
5132 call Py_SetProgramName to make sure python can find its libraries
5133 and modules.
5134
5135 * configure.ac: Try to use python's distutils to fetch compilation
5136 parameters.
5137 * configure: Regenerate.
5138 * python/python-config.py: New file.
5139
5140 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
5141
5142 * ser-tcp.c (net_open): Check error return from socket() call by its
5143 equality to -1 not by it being negative.
5144 (net_close): Likewise.
5145
5146 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5147
5148 * NEWS: Mention the `qRelocInsn' feature.
5149 * gdbarch.sh (relocate_instruction): New.
5150 * amd64-tdep.c (rip_relative_offset): New.
5151 (append_insns): New.
5152 (amd64_relocate_instruction): New.
5153 (amd64_init_abi): Install it.
5154 * i386-tdep.c (append_insns): New.
5155 (i386_relocate_instruction): New.
5156 (i386_gdbarch_init): Install it.
5157 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
5158 * gdbarch.h, gdbarch.c: Regenerate.
5159
5160 2010-05-26 Tom Tromey <tromey@redhat.com>
5161
5162 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
5163 (struct dwarf2_loclist_baton) <data>: Likewise.
5164 * dwarf2loc.c (find_location_expression): Constify return type.
5165 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
5166 (dwarf2_loc_desc_needs_frame): Likewise.
5167 (loclist_read_variable): Constify.
5168 (loclist_describe_location): Likewise.
5169 (loclist_tracepoint_var_ref): Likewise.
5170
5171 2010-05-25 Tom Tromey <tromey@redhat.com>
5172
5173 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
5174 (dwarf_expr_frame_base_1): Likewise.
5175 (read_pieced_value): Update.
5176 (needs_frame_frame_base): Constify.
5177 (dwarf2_tracepoint_var_loc): Likewise.
5178 (dwarf2_tracepoint_var_access): Likewise.
5179 (locexpr_describe_location_piece): Likewise.
5180 (locexpr_describe_location_1): Likewise.
5181 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
5182 Constify.
5183 (data): Now const.
5184 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
5185 (dwarf_expr_eval, read_uleb128, read_sleb128)
5186 (dwarf2_read_address): Update.
5187 * dwarf2expr.c (dwarf_expr_eval): Constify.
5188 (read_uleb128): Likewise.
5189 (read_sleb128): Likewise.
5190 (dwarf2_read_address): Likewise.
5191 (require_composition): Likewise.
5192 (execute_stack_op): Likewise.
5193 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
5194 "const gdb_byte *".
5195 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
5196 Now const.
5197 (no_get_frame_base): Constify.
5198 (execute_stack_op): Likewise.
5199 (execute_cfa_program): Likewise.
5200 (read_encoded_value): Likewise.
5201
5202 2010-05-25 Doug Evans <dje@google.com>
5203
5204 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
5205
5206 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
5207 * event-loop.c: ... here.
5208 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
5209 `error' for clarity.
5210 (tui_getc): Pass correct value for `error' parameter to
5211 tui_readline_output.
5212
5213 Add python gdb.GdbError and gdb.string_to_argv.
5214 * NEWS: Document them.
5215 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
5216 the exception is gdb.GdbError. Print a second traceback if there's
5217 an error computing the error message.
5218 (gdbpy_string_to_argv): New function.
5219 * python/py-utils.c (gdbpy_obj_to_string): New function.
5220 (gdbpy_exception_to_string): New function.
5221 * python/python-internal.h (gdbpy_string_to_argv): Declare.
5222 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
5223 (gdbpy_gdberror_exc): Declare.
5224 * python/python.c (gdbpy_gdberror_exc): New global.
5225 (_initialize_python): Initialize gdbpy_gdberror_exc and create
5226 gdb.GdbError.
5227 (GdbMethods): Add string_to_argv.
5228
5229 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5230
5231 * windows-nat.c (display_selector): Call GetLastError to give better
5232 failure explanation.
5233
5234 2010-05-24 Pedro Alves <pedro@codesourcery.com>
5235
5236 * config.in: Regenerate.
5237
5238 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5239
5240 Code cleanup.
5241 * target.c (push_target): Return only void. Remove the return value
5242 comment.
5243 * target.h (push_target): Return only void.
5244
5245 2010-05-23 Pedro Alves <pedro@codesourcery.com>
5246
5247 Update gnulib from latest git.
5248 (250b80067c1e1d8faa0c42fb572f721975b929c5)
5249
5250 * gnulib/memcmp.c: Removed.
5251 * gnulib/memchr.valgrind: New.
5252 * gnulib/stddef.in.h: New.
5253 * gnulib/Makefile.am: Updated.
5254 * gnulib/memchr.c: Updated.
5255 * gnulib/memmem.c: Updated.
5256 * gnulib/stdint.in.h: Updated.
5257 * gnulib/str-two-way.h: Updated.
5258 * gnulib/string.in.h: Updated.
5259 * gnulib/wchar.in.h: Updated.
5260
5261 * gnulib/extra/link-warning.h: Removed.
5262 * gnulib/extra/c++defs.h: New.
5263 * gnulib/extra/warn-on-use.h: New.
5264 * gnulib/extra/arg-nonnull.h: Updated.
5265
5266 * gnulib/m4/extensions.m4: Updated.
5267 * gnulib/m4/gnulib-cache.m4: Updated.
5268 * gnulib/m4/gnulib-common.m4: Updated.
5269 * gnulib/m4/gnulib-comp.m4: Updated.
5270 * gnulib/m4/gnulib-tool.m4: Updated.
5271 * gnulib/m4/include_next.m4: Updated.
5272 * gnulib/m4/longlong.m4: Updated.
5273 * gnulib/m4/memchr.m4: Updated.
5274 * gnulib/m4/memmem.m4: Updated.
5275 * gnulib/m4/stdint.m4: Updated.
5276 * gnulib/m4/string_h.m4: Updated.
5277 * gnulib/m4/memcmp.m4: Removed.
5278 * gnulib/m4/onceonly_2_57.m4: Removed.
5279 * gnulib/m4/00gnulib.m4: New.
5280 * gnulib/m4/mmap-anon.m4: New.
5281 * gnulib/m4/multiarch.m4: New.
5282 * gnulib/m4/onceonly.m4: New.
5283 * gnulib/m4/stddef_h.m4: New.
5284 * gnulib/m4/warn-on-use.m4: New.
5285 * gnulib/m4/wchar.m4: Removed.
5286 * gnulib/m4/wchar_h.m4: New.
5287 * gnulib/m4/wchar_t.m4: New.
5288 * gnulib/m4/wint_t.m4: New.
5289
5290 * aclocal.m4: Regenerate.
5291 * config.in: Likewise.
5292 * configure: Likewise.
5293 * gnulib/Makefile.in: Likewise.
5294
5295 2010-05-21 Tom Tromey <tromey@redhat.com>
5296
5297 * dwarf2loc.c (extract_bits_primitive): New function.
5298 (extract_bits): Likewise.
5299 (insert_bits): Likewise.
5300 (copy_bitwise): Likewise.
5301 (read_pieced_value): Do all operations in bits.
5302 (write_pieced_value): Likewise.
5303 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
5304 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
5305 Always use xrealloc to resize piece array.
5306 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
5307 <DW_OP_piece>: Update.
5308 <DW_OP_bit_piece>: New case.
5309
5310 2010-05-21 Tom Tromey <tromey@redhat.com>
5311
5312 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
5313 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
5314 * dwarf2expr.h (enum dwarf_value_location)
5315 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
5316 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
5317 (add_piece): Handle empty piece.
5318 (execute_stack_op) <DW_OP_piece>: Handle
5319 DWARF_VALUE_OPTIMIZED_OUT.
5320
5321 2010-05-21 Tom Tromey <tromey@redhat.com>
5322
5323 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
5324 evaluate_subexp, not evaluate_subexp_with_coercion.
5325
5326 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5327
5328 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
5329 attribute.
5330
5331 2010-05-21 Tom Tromey <tromey@redhat.com>
5332
5333 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
5334 offset.
5335 (write_pieced_value): Likewise.
5336
5337 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5338
5339 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
5340 and DW_TAG_volatile_type.
5341 (new_symbol): Likewise.
5342
5343 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
5344
5345 * p-valprint.c (pascal_val_print): Call get_array_bounds
5346 to obtain the number of elements in an array.
5347
5348 2010-05-19 Doug Evans <dje@google.com>
5349
5350 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
5351
5352 * python.c (source_python_script): Add comment.
5353 (source_python_script_for_objfile): Remove unnecessary call to
5354 gdbpy_print_stack.
5355
5356 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5357 Sergio Durigan Junior <sergiodj@redhat.com>
5358
5359 Code cleanup.
5360 * parse.c (exp_iterate): Use operator_length wrapper function.
5361
5362 2010-05-18 Michael Snyder <msnyder@vmware.com>
5363
5364 * ada-lang.c: White space.
5365 * ada-typeprint.c: White space.
5366 * ada-valprint.c: White space.
5367 * addrmap.c: White space.
5368 * auxv.c: White space.
5369 * ax-gdb.c: White space.
5370
5371 2010-05-18 Hui Zhu <teawater@gmail.com>
5372
5373 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
5374 for oldfp.
5375 (inferior_call_waitpid): Move make_cleanup out of check.
5376 Check the return of waitpid.
5377 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
5378
5379 2010-05-17 Michael Snyder <msnyder@vmware.com>
5380
5381 * tui/tui.c: White space.
5382 * tui/tui-data.c: White space.
5383 * tui/tui-disasm.c: White space.
5384 * tui/tui-file.c: White space.
5385 * tui/tui-interp.c: White space.
5386 * tui/tui-main.c: White space.
5387 * tui/tui-out.c: White space.
5388 * tui/tui-regs.c: White space.
5389 * tui/tui-source.c: White space.
5390 * tui/tui-stack.c: White space.
5391 * tui/tui-win.c: White space.
5392 * tui/tui-winsource.c: White space.
5393
5394 * procfs.c: White space.
5395
5396 * python/py-auto-load.c: White space.
5397 * python/py-block.c: White space.
5398 * python/py-breakpoint.c: White space.
5399 * python/py-cmd.c: White space.
5400 * python/py-function.c: White space.
5401 * python/py-lazy-string.c: White space.
5402 * python/py-objfile.c: White space.
5403 * python/py-param.c: White space.
5404 * python/py-prettyprint.c: White space.
5405 * python/py-progspace.c: White space.
5406 * python/py-symtab.c: White space.
5407 * python/python.c: White space.
5408 * python/py-type.c: White space.
5409 * python/py-utils.c: White space.
5410 * python/py-value.c: White space.
5411
5412 * mi/mi-cmd-break.c: White space.
5413 * mi/mi-cmd-env.c: White space.
5414 * mi/mi-cmds.c: White space.
5415 * mi/mi-cmd-stack.c: White space.
5416 * mi/mi-cmd-var.c: White space.
5417 * mi/mi-console.c: White space.
5418 * mi/mi-getopt.c: White space.
5419 * mi/mi-interp.c: White space.
5420 * mi/mi-main.c: White space.
5421 * mi/mi-out.c: White space.
5422 * mi/mi-parse.c: White space.
5423
5424 * cli/cli-cmds.c: White space.
5425 * cli/cli-decode.c: White space.
5426 * cli/cli-dump.c: White space.
5427 * cli/cli-interp.c: White space.
5428 * cli/cli-logging.c: White space.
5429 * cli/cli-script.c: White space.
5430 * cli/cli-setshow.c: White space.
5431
5432 * valarith.c: White space.
5433 * valops.c: White space.
5434 * valprint.c: White space.
5435 * value.c: White space.
5436 * varobj.c: White space.
5437 * xcoffread.c: White space.
5438 * xml-support.c: White space.
5439 * xml-tdesc.c: White space.
5440
5441 2010-05-17 Andreas Schwab <schwab@redhat.com>
5442
5443 PR gdb/11092
5444 * c-lang.c (c_printstr): Compute real length of NUL terminated
5445 string at first.
5446
5447 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5448
5449 * parse.c (parse_exp_in_context): When block is not NULL, use
5450 its associated language to parse the expression instead of
5451 the current_language.
5452
5453 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5454
5455 * jv-lang.c (java_lookup_class): Remove commented out code.
5456 (type_from_class): Likewise.
5457 (java_op_print_tab): Remove commented-out elements.
5458
5459 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5460
5461 * ada-lang.c (to_fixed_range_type): The the raw index type as
5462 argument instead of the raw type name. Remove orig_type parameter.
5463 Update calls throughout.
5464 (ada_fixup_array_indexes_type): New function.
5465 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
5466 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
5467 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
5468 Remove name parameter.
5469 (print_array_type): Add call to ada_fixup_array_indexes_type.
5470 Update calls to print_range_type.
5471 (ada_print_type): Update calls to print_range_type.
5472
5473 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5474
5475 * dwarf2read.c (read_set_type): Set type length if
5476 DW_AT_byte_size attribute is present.
5477
5478 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5479
5480 * p-valprint.c (pascal_val_print): Handle set type if range limits
5481 are undefined but size is known.
5482
5483 2010-05-17 Pedro Alves <pedro@codesourcery.com>
5484
5485 * procfs.c: Reformat.
5486
5487 2010-05-16 Michael Snyder <msnyder@vmware.com>
5488
5489 * target.c: White space.
5490 * target-descriptions.c: White space.
5491 * target-memory.c: White space.
5492 * thread.c: White space.
5493 * top.c: White space.
5494 * tracepoint.c: White space.
5495 * trad-frame.c: White space.
5496 * tramp-frame.c: White space.
5497 * ui-file.c: White space.
5498 * ui-out.c: White space.
5499 * user-regs.c: White space.
5500 * utils.c: White space.
5501
5502 * scm-exp.c: White space.
5503 * scm-lang.c: White space.
5504 * scm-valprint.c: White space.
5505 * sentinel-frame.c: White space.
5506 * ser-base.c: White space.
5507 * ser-go32.c: White space.
5508 * serial.c: White space.
5509 * ser-mingw.c: White space.
5510 * ser-pipe.c: White space.
5511 * ser-tcp.c: White space.
5512 * ser-unix.c: White space.
5513 * solib.c: White space.
5514 * solib-darwin.c: White space.
5515 * solib-frv.c: White space.
5516 * solib-irix.c: White space.
5517 * solib-osf.c: White space.
5518 * solib-pa64.c: White space.
5519 * solib-som.c: White space.
5520 * solib-spu.c: White space.
5521 * solib-svr4.c: White space.
5522 * solib-target.c: White space.
5523 * source.c: White space.
5524 * stabsread.c: White space.
5525 * stack.c: White space.
5526 * std-regs.c: White space.
5527 * symfile.c: White space.
5528 * symmisc.c: White space.
5529 * symtab.c: White space.
5530
5531 2010-05-16 Michael Snyder <msnyder@vmware.com>
5532
5533 * source.c (_initialize_source): Add "rev" as an abbreviation
5534 for the "reverse-search" command.
5535
5536 2010-05-16 Michael Snyder <msnyder@vmware.com>
5537
5538 * record.c: White space.
5539 * regcache.c: White space.
5540 * reggroups.c: White space.
5541 * remote-fileio.c: White space.
5542 * remote-m32r-sdi.c: White space.
5543 * remote-mips.c: White space.
5544 * remote-sim.c: White space.
5545 * remote.c: White space.
5546 (process_g_packet): Remove orphan braces.
5547
5548 2010-05-15 Michael Snyder <msnyder@vmware.com>
5549
5550 * parse.c: White space.
5551 * p-lang.c: White space.
5552 * posix-hdep.c: White space.
5553 * printcmd.c: White space.
5554 * progspace.c: White space.
5555 * prologue-value.c: White space.
5556 * psymtab.c: White space.
5557 * p-typeprint.c: White space.
5558 * p-valprint.c: White space.
5559
5560 * objc-lang.c: White space.
5561 * objfiles.c: White space.
5562 * observer.c: White space.
5563 * osabi.c: White space.
5564 * osdata.c: White space.
5565
5566 * m2-lang.c: White space.
5567 * m2-valprint.c: White space.
5568 * macrocmd.c: White space.
5569 * macroexp.c: White space.
5570 * macroscope.c: White space.
5571 * macrotab.c: White space.
5572 * main.c: White space.
5573 * maint.c: White space.
5574 * mdebugread.c: White space.
5575 * memattr.c: White space.
5576 * minsyms.c: White space.
5577 * monitor.c: White space.
5578
5579 2010-05-14 Michael Snyder <msnyder@vmware.com>
5580
5581 * jv-lang.c: White space.
5582 * jv-typeprint.c: White space.
5583 * jv-valprint.c: White space.
5584 * language.c: White space.
5585 * libunwind-frame.c: White space.
5586 * linespec.c: White space.
5587 * linux-nat.c: White space.
5588 * linux-record.c: White space.
5589 * linux-thread-db.c: White space.
5590
5591 * infcall.c: White space.
5592 * inf-child.c: White space.
5593 * infcmd.c: White space.
5594 * inferior.c: White space.
5595 * inf-loop.c: White space.
5596 * inflow.c: White space.
5597 * inline-frame.c: White space.
5598 * interps.c: White space.
5599
5600 * gcore.c: White space.
5601 * gdb.c: White space.
5602 * gdbtypes.c: White space.
5603 * gnu-nat.c: White space.
5604 * gnu-v2-abi.c: White space.
5605 * gnu-v3-abi.c: White space.
5606
5607 * findcmd.c: White space.
5608 * findvar.c: White space.
5609 * fork-child.c: White space.
5610 * frame-base.c: White space.
5611 * frame.c: White space.
5612 * frame-unwind.c: White space.
5613 * f-valprint.c: White space.
5614
5615 * elfread.c: White space.
5616 * environ.c: White space.
5617 * eval.c: White space.
5618 * event-loop.c: White space.
5619 * event-top.c: White space.
5620 * exceptions.c: White space.
5621 * exec.c: White space.
5622 * expprint.c: White space.
5623
5624 * dbxread.c: White space.
5625 * dcache.c: White space.
5626 * disasm.c: White space.
5627 * doublest.c: White space.
5628 * dsrec.c: White space.
5629 * dummy-frame.c: White space.
5630 * dwarf2expr.c: White space.
5631 * dwarf2-frame.c: White space.
5632 * dwarf2loc.c: White space.
5633 * dwarf2read.c: White space.
5634
5635 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
5636
5637 PR python/11482
5638
5639 * python/py-value.c (valpy_hash): New function.
5640 (value_object_type): Register valpy_hash.
5641
5642 2010-05-14 Hui Zhu <teawater@gmail.com>
5643 Michael Snyder <msnyder@vmware.com>
5644
5645 * linux-fork.c (gdbthread.h): New include.
5646 (fork_info): Add parent_ptid.
5647 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5648 functions.
5649 (delete_checkpoint_command): Call inferior_call_waitpid.
5650 (checkpoint_command): Set parent_ptid.
5651
5652 2010-05-13 Michael Snyder <msnyder@vmware.com>
5653
5654 * dictionary.c: Re-indent to GNU coding standard.
5655
5656 * charset.c: White space.
5657 * c-lang.c: White space.
5658 * cli-out.c: White space.
5659 * coffread.c: White space.
5660 * complaints.c: White space.
5661 * completer.c: White space.
5662 * corefile.c: White space.
5663 * corelow.c: White space.
5664 * cp-abi.c: White space.
5665 * cp-namespace.c: White space.
5666 * cp-support.c: White space.
5667 * cp-valprint.c: White space.
5668 * c-typeprint.c: White space.
5669 * c-valprint.c: White space.
5670 * blockframe.c: White space.
5671 * breakpoint.c: White space.
5672 * buildsym.c: White space.
5673 * blockframe.c: White space.
5674 * bcache.c: White space.
5675 * gdbarch.sh: White space, add blank lines.
5676 * arch-utils.c: Ditto.
5677 * gdbarch.c: Regenerate.
5678 * frame.c: White space, add blank lines.
5679 * stack.c: White space, add blank lines.
5680 (initialize_stack): Remove long-dead code.
5681
5682 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5683
5684 Code cleanup.
5685 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5686 (locexpr_read_variable, loclist_read_variable): Update the callers.
5687
5688 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5689
5690 Code cleanup.
5691 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5692 Remove check of NULL returned by tag_type_to_type.
5693 (die_containing_type): Remove variable type. Remove type_die variable
5694 initialization. Remove check of NULL returned by tag_type_to_type.
5695
5696 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5697
5698 PR exp/11530.
5699 * gdbtypes.c (lookup_struct_elt_type): Also lookup
5700 names of unnamed structures or unions.
5701
5702 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5703
5704 * procfs.c (proc_watchpoint_address): New function.
5705 (procfs_stopped_by_watchpoint): Remove useless check after
5706 find_procinfo_or_die call.
5707 (procfs_stopped_data_address): New function.
5708 (procfs_use_watchpoints): Register new watchpoint related function.
5709
5710 2010-05-11 Tom Tromey <tromey@redhat.com>
5711
5712 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5713
5714 2010-05-10 Michael Snyder <msnyder@vmware.com>
5715
5716 * utils.c: White space cleanup.
5717
5718 2010-05-10 Tom Tromey <tromey@redhat.com>
5719
5720 * eval.c (ptrmath_type_p): Add 'lang' argument.
5721 (evaluate_subexp_standard): Update.
5722 (evaluate_subexp_with_coercion): Update.
5723 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5724
5725 2010-05-10 Michael Snyder <msnyder@vmware.com>
5726
5727 * utils.c (do_fclose_cleanup) Restore local variable.
5728
5729 2010-05-09 Doug Evans <dje@google.com>
5730
5731 * record.c (init_record_core_ops): Rename record_core to record-core.
5732
5733 2010-05-08 Joel Brobecker <brobecker@adacore.com>
5734
5735 Implement task switching on pa-hpux.
5736 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5737 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5738
5739 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5740
5741 * valops.c (find_overload_match): Add missing i18n markup.
5742
5743 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5744
5745 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5746
5747 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5748
5749 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5750 list for the obconcat call.
5751 * mdebugread.c (parse_symbol): Likewise.
5752 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5753 Likewise.
5754 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5755 New variable ap. Remove variables len and val.
5756 * symfile.h (obconcat): Likewise for the prototype.
5757
5758 2010-05-07 Michael Snyder <msnyder@vmware.com>
5759
5760 * python/python.c (execute_gdb_command): Remove unused variables.
5761 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5762 * python/py-breakpoint.c (gdbpy_breakpoint_created):
5763 Remove unused variable.
5764 * python/py-cmd.c (cmdpy_function): Remove unused variable.
5765 (cmdpy_completer): Remove unused variable.
5766 * python/py-frame.c (frapy_find_sal): Remove unused variable.
5767 * python/py-function.c (fnpy_call): Remove unused variable.
5768 * python/py-objfile.c (objfile_to_objfile_object):
5769 Remove unused variable.
5770 * python/py-param.c (parmpy_init): Remove unused variable.
5771 * python/py-prettyprint.c (apply_varobj_pretty_printer):
5772 Remove unused variable.
5773 (gdbpy_default_visualizer): Remove unused variable.
5774 * python/py-progspace.c (pspace_to_pspace_object):
5775 Remove unused variable.
5776 * python/py-symtab.c (symtab_and_line_to_sal_object):
5777 Remove unused variable.
5778 * python/py-type.c (typy_template_argument):
5779 Remove unused variable.
5780 * python/py-value.c (valpy_string): Remove unused variable.
5781 (convert_value_from_python): Remove unused variables.
5782
5783 2010-05-07 Michael Snyder <msnyder@vmware.com>
5784
5785 * valops.c (value_cast_pointers): Restore unused variable 'type1',
5786 and use it to compute variable 't1'.
5787
5788 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5789
5790 * ada-lang.c (assign_aggregate): Remove unused variable.
5791
5792 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5793
5794 PR C++/7943:
5795 * valops.c (find_overload_match): Handle fsym == NULL case.
5796 Add int no_adl argument.
5797 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5798 when appropriate.
5799 Add int no_adl argument.
5800 (find_oload_champ_namespace): Add int no_adl argument.
5801 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5802 expression.
5803 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5804 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5805 Evaluate arguments and use them to perform ADL lookup.
5806 Pass no_adl argument to find_overload_match.
5807 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5808 * cp-support.h: Added prototype for
5809 make_symbol_overload_list_namespace.
5810 * cp-support.c (make_symbol_overload_list_namespace): New function.
5811 (make_symbol_overload_list_adl_namespace): New function.
5812 (make_symbol_overload_list_adl): New function.
5813 (make_symbol_overload_list_using): Moved code to add function to
5814 overload set to make_symbol_overload_list_namespace.
5815 * c-exp.y: create UNKNOWN_CPP_NAME token.
5816 Add parse rule for ADL functions.
5817 (classify_name): Recognize an UNKNOWN_CPP_NAME.
5818
5819 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5820
5821 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5822 sentinel.
5823
5824 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5825
5826 Implement task switching on solaris targets.
5827 * sol-thread.c (thread_db_find_thread_from_tid)
5828 (sol_get_ada_task_ptid): New functions.
5829 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5830
5831 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5832
5833 * remote.c (remote_query_supported_append): Use reconcat.
5834 (remote_query_supported): Install a cleanup. Use reconcat.
5835
5836 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5837
5838 * gdbarch.sh (qsupported): Delete.
5839 * gdbarch.h, gdbarch.c: Regenerate.
5840 * remote.c (remote_query_supported): Remove use of
5841 gdbarch_qsupported.
5842
5843 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
5844
5845 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5846 function.
5847
5848 2010-05-06 Michael Snyder <msnyder@vmware.com>
5849
5850 * xml-support.c (xinclude_start_include): Delete unused variable.
5851 (xml_process_xincludes): Delete unused variable.
5852 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5853 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5854 (tdesc_find_arch_register): Delete unused variable.
5855 (tdesc_use_registers): Delete unused variable.
5856 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5857 * inferior.c (print_inferior): Delete unused variable.
5858 * record.c (record_open_1): Delete unused variable.
5859 (record_restore): Delete unused variable.
5860 (cmd_record_save): Delete unused variable.
5861 * gcore.c (derive_heap_segment): Delete unused variable.
5862 (objfile_find_memory_regions): Use unused variable.
5863 * jit.c (jit_inferior_init): Delete unused variable.
5864 * progspace.c (clone_program_space): Delete unused variable.
5865 (pspace_empty_p): Delete unused variable.
5866
5867 * frame-unwind.c (frame_unwind_find_by_frame):
5868 Delete unused variable.
5869 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5870 * cp-support.c (mangled_name_to_comp): Delete unused variable.
5871 (method_name_from_physname): Delete unused variable.
5872 (cp_func_name): Delete unused variable.
5873 (cp_validate_operator): Delete unused variable.
5874 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5875 Delete unused variable.
5876 * trad-frame.c (trad_frame_get_prev_register):
5877 Delete unused variable.
5878 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5879
5880 * serial.c (serial_for_fd): Delete unused variable.
5881 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5882 * top.c (execute_command): Delete unused variable.
5883 (init_main): Delete unused variable.
5884 * utils.c (do_fclose_cleanup): Delete unused variable.
5885 (do_all_inferior_continuations): Delete unused variable.
5886 (initialize_utils): Delete unused variable.
5887 (internal_problem_mode): Delete unused global.
5888 * frame.c (get_prev_frame): Delete unused global.
5889 (get_frame_locals_address): Delete unused global.
5890 (get_frame_args_address): Delete unused global.
5891
5892 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5893 (pascal_type_print_varspec_prefix): Delete unused variable.
5894 * f-typeprint.c (f_type_print_base): Delete unused variable.
5895 (f_type_print_varspec_suffix): Delete unused variable.
5896 * m2-typeprint.c (m2_print_type): Delete unused variable.
5897 (m2_long_set): Delete unused variable.
5898 * ada-valprint.c (ada_val_print_1): Delete unused variable.
5899 * d-valprint.c (dynamic_array_type): Delete unused variable.
5900 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5901 Delete unused variable.
5902 (f77_create_arrayprint_offset_tbl): Delete unused variable.
5903 * m2-valprint.c (m2_val_print): Delete unused variable.
5904
5905 * ui-out.c (ui_out_field_int): Delete unused variable.
5906 (ui_out_field_fmt_int): Delete unused variable.
5907 * varobj.c (varobj_list_children): Delete unused variable.
5908 (varobj_set_value): Delete unused variable.
5909 (install_new_value_visualizer): Delete unused variable.
5910 (varobj_set_visualizer): Delete unused variable.
5911 (varobj_update): Delete unused variable.
5912 (varobj_editable_p): Delete unused variable.
5913 (c_value_of_root): Delete unused variable.
5914 (cplus_describe_child): Delete unused variable.
5915
5916 * ada-lang.c (add_defn_to_vec): Delete unused variable.
5917 (decode_constrained_packed_array_type): Delete unused variable.
5918 (add_defn_to_vec): Delete unused variable.
5919 (symbol_completion_match): Delete unused variable.
5920 (value_tag_from_contents_and_address): Delete unused variable.
5921 (ada_evaluate_subexp): Delete unused variable.
5922 * c-lang.c (classify_type): Delete unused variable.
5923 * f-lang.c (f_printstr): Delete unused variable.
5924 * objc-lang.c (objc_printstr): Delete unused variable.
5925 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5926 * jv-lang.c (type_from_class): ifdef unused variable.
5927 (java_class_name_from_physname): Delete unused variable.
5928 * m2-lang.c (m2_printstr): Delete unused variable.
5929
5930 * objfiles.c (objfile_relocate): Delete unused variable.
5931 * maint.c (_initialize_maint_cmds): Delete unused variable.
5932 * demangle.c (_initialize_demangler): Delete unused variable.
5933 * corefile.c (reopen_exec_file): Delete unused variable.
5934 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5935 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5936
5937 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5938 * memattr.c (mem_delete): Delete unused variable.
5939 (invalidate_target_mem_regions): Delete unused variable.
5940 * mem-break.c (default_memory_insert_breakpoint):
5941 Delete unused variable.
5942 * target.c (target_get_osdata): Delete unused variable.
5943 * parse.c (length_of_subexp): Delete unused variable.
5944 (prefixify_subexp): Delete unused variable.
5945 (exp_iterate): Delete unused variable.
5946 * reverse.c (delete_bookmark_command): Delete unused variable.
5947
5948 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5949 * macroexp.c (gather_arguments): Delete unused variable.
5950 (substitute_args): Delete unused variable.
5951 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5952 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5953 (_initialize_gdbarch): Delete unused variable.
5954 * gdbarch.c, gdbarch.h: Regenerate.
5955 * arch-utils.c (initialize_current_architecture):
5956 Delete unused variable.
5957 (_initialize_gdbarch_utils): Delete unused variable.
5958 * gdbtypes.c (make_cv_type): Delete unused variable.
5959 (make_type_with_address_space): Delete unused variable.
5960
5961 * linespec.c (decode_compound): Delete unused variable.
5962 * dictionary.c (iterator_next_hashed): Delete unused variable.
5963 * infcall.c (call_function_by_hand): Delete unused variable.
5964 * infcmd.c (step_1): Delete unused variable.
5965 (registers_info): Delete unused variable.
5966 (attach_command): Delete unused variable.
5967 * infrun.c (follow_exec): Delete unused variable.
5968 (handle_step_into_function_backwards): Delete unused variable.
5969 (_initialize_infrun): Delete unused variable.
5970 * stack.c (parse_frame_specification_1): Delete unused variable.
5971 (frame_info): Delete unused variable.
5972 (backtrace_command_1): Delete unused variable.
5973 (catch_info): Delete unused variable.
5974
5975 * eval.c (evaluate_subexp_standard): Delete unused variable.
5976 * valops.c (value_cast_pointers): Delete unused variable.
5977 (value_dynamic_cast): Delete unused variable.
5978 (value_array): Delete unused variable.
5979 (find_overload_match): Delete unused variable.
5980 * valarith.c (value_subscript): Delete unused variable.
5981 (value_binop): Delete unused variable.
5982 * valprint.c (_initialize_valprint): Delete unused variable.
5983 * printcmd.c (print_command_1): Delete unused variable.
5984 (address_info): Delete unused variable.
5985 (printf_command): Delete unused variable.
5986
5987 * auxv.c (target_auxv_search): Delete unused variable.
5988 * blockframe.c (get_frame_block): Delete unused variable.
5989 * regcache.c (regcache_cpy): Delete unused variable.
5990 (regcache_cpy_no_passthrough): Delete unused variable.
5991 * charset.c (wchar_iterate): Delete unused variable.
5992 (find_charset_names): Delete unused variable.
5993 (_initialize_charset): Delete unused variable.
5994 * disasm.c (do_mixed_source_and_assembly):
5995 Delete unused variable.
5996 * source.c (set_default_source_symtab_and_line):
5997 Delete unused variable.
5998 (set_substitute_path_command): Delete unused variable.
5999 * value.c (preserve_values): Delete unused variable.
6000 (value_from_double): Delete unused variable.
6001
6002 2010-05-05 Michael Snyder <msnyder@vmware.com>
6003
6004 * psymtab.c (lookup_partial_symbol): Delete unused variable.
6005 (find_last_source_symtab_from_partial): Delete unused variable.
6006 * symfile.c (place_section): Delete unused variable.
6007 (default_symfile_offsets): Delete unused variable.
6008 (get_debug_link_info): Delete unused variable.
6009 (find_separate_debug_file_by_debuglink): Delete unused variable.
6010 (add_symbol_file_command): Delete unused variable.
6011 (symfile_find_segment_sections): Delete unused variable.
6012 * symmisc.c (free_symtab): Delete unused variable.
6013 (dump_symtab_1): Delete unused variable.
6014 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
6015 (find_pc_sect_symtab): Delete unused variable.
6016 (skip_prologue_using_lineinfo): Delete unused variable.
6017 (sources_info): Delete unused variable.
6018 (completion_list_add_name): Delete unused variable.
6019 (expand_line_sal): Delete unused variable.
6020
6021 * breakpoint.c (validate_commands_for_breakpoint):
6022 Delete unused variables.
6023 (insert_catchpoint): Delete unused variable.
6024 (update_watchpoint): Delete unused variable.
6025 (insert_bp_location): Delete unused variable.
6026 (insert_breakpoint_locations): Delete unused variable.
6027 (remove_breakpoint_1): Delete unused variable.
6028 (software_breakpoint_inserted_here_p): Delete unused variable.
6029 (watchpoints_triggered): Delete unused variable.
6030 (bpstat_check_watchpoint): Delete unused variable.
6031 (bpstat_stop_status): Delete unused variable.
6032 (print_one_breakpoint_location): Delete unused variable.
6033 (allocate_bp_location): Delete unused variable.
6034 (create_breakpoint): Delete unused variable.
6035 (watch_command_1): Delete unused variable.
6036 (catch_exception_command_1): Delete unused variable.
6037 (catch_ada_exception_command): Delete unused variable.
6038 (delete_breakpoint): Delete unused variable.
6039 (breakpoint_re_set_one): Delete unused variable.
6040 (do_enable_breakpoint): Delete unused variable.
6041
6042 2010-05-06 Pedro Alves <pedro@codesourcery.com>
6043
6044 * amd64-tdep.c: Include disasm.h.
6045 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
6046 (amd64_insn_length): Moved to disasm.c and renamed.
6047 (fixup_riprel): Adjust.
6048 * disasm.c (do_ui_file_delete): New.
6049 (gdb_insn_length): New.
6050 (gdb_buffered_insn_length_fprintf)
6051 (gdb_buffered_insn_length_init_dis)
6052 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
6053 renamed.
6054 * disasm.h (gdb_insn_length): Declare.
6055 (gdb_buffered_insn_length): Declare.
6056
6057 2010-05-06 Pedro Alves <pedro@codesourcery.com>
6058
6059 * remote.c (clear_threads_parsing_context): New.
6060 (remote_threads_info): Delete unused null_cleanup. Install a
6061 cleanup to clear the threads_parsing_context in case parsing
6062 throws.
6063
6064 2010-05-05 Michael Snyder <msnyder@vmware.com>
6065
6066 * c-exp.y (parse_string_or_char): Delete unused variable.
6067 (c_lex): Delete unused variable.
6068 * cp-name-parser.y (cpname_lex): Delete unused variable.
6069 * ada-exp.y (find_primitive_type): Delete unused variable.
6070 (write_var_or_type): Delete unused variable.
6071 * jv-exp.y (java_parse): Delete unused variable.
6072 (push_expression_name): Delete unused variable.
6073 * p-exp.y (pascal_lex): Delete unused variable.
6074
6075 2010-05-05 Pedro Alves <pedro@codesourcery.com>
6076
6077 * remote.c (remote_threads_info): Really revert previous previous
6078 change.
6079
6080 2010-05-05 Michael Snyder <msnyder@vmware.com>
6081
6082 * elfread.c (elf_symtab_read): Delete unused variable.
6083 (find_separate_debug_file_by_buildid): Delete unused variables.
6084 (elf_symfile_read): Delete unused variable.
6085
6086 * coffread.c (coff_symfile_read): Delete unused variables.
6087
6088 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
6089 (read_pe_exported_syms): Delete unused variable.
6090
6091 * stabsread.c (define_symbol): Delete unused variable.
6092
6093 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
6094 (process_psymtab_comp_unit): Delete unused variable.
6095 (dwarf2_build_psymtabs_hard): Delete unused variable.
6096 (load_partial_comp_unit): Delete unused variable.
6097 (create_all_comp_units): Delete unused variable.
6098 (scan_partial_symbols): Delete unused variable.
6099 (add_partial_symbol): Delete unused variable.
6100 (add_partial_namespace): Delete unused variable.
6101 (add_partial_enumeration): Delete unused variable.
6102 (load_full_comp_unit): Delete unused variable.
6103 (process_full_comp_unit): Delete unused variable.
6104 (read_file_scope): Delete unused variable.
6105 (read_type_unit_scope): Delete unused variable.
6106 (process_structure_scope): Delete unused variable.
6107 (process_enumeration_scope): Delete unused variable.
6108 (read_tag_ptr_to_member_type): Delete unused variable.
6109 (read_typedef): Delete unused variable.
6110 (read_partial_die): Delete unused variable.
6111 (decode_locdesc): Delete unused variable.
6112 (zeroed_partial_die): Delete unused global variable.
6113
6114 * tui/tui-interp.c (_initialize_tui_interp):
6115 Delete unused variable.
6116 * tui/tui-regs.c tui_display_registers_from):
6117 Delete unused variable.
6118 (tui_check_register_values): Delete unused variable.
6119 (tui_register_format): Delete unused variable.
6120 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
6121 * tui/tui-windata.c (tui_display_data_from_line):
6122 Delete unused variables.
6123 (tui_vertical_data_scroll): Delete unused variables.
6124
6125 2010-05-05 Michael Snyder <msnyder@vmware.com>
6126
6127 * remote.c (remote_threads_info): Revert questionable part of
6128 the previous change.
6129
6130 2010-05-05 Michael Snyder <msnyder@vmware.com>
6131
6132 * mi/mi-out.c (mi_table_begin): Delete unused variable.
6133 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
6134 (mi_cmd_var_list_children): Delete unused variable.
6135 (varobj_update_one): Delete unused variable.
6136 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
6137 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
6138 Delete unused variable.
6139 (mi_cmd_stack_list_variables): Delete unused variable.
6140 (list_args_or_locals): Delete unused variable.
6141 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
6142 Delete unused variables.
6143 (mi_cmd_file_list_exec_source_files): Delete unused variable.
6144 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
6145 Delete unused variable.
6146 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
6147 (mi_cmd_interpreter_exec): Delete unused variable.
6148 (mi_on_normal_stop): Delete unused variable.
6149 * mi/mi-main.c (run_one_inferior): Delete unused variable.
6150 (print_one_inferior): Delete unused variables.
6151 (mi_execute_command): Delete unused variable.
6152 (mi_cmd_execute): Delete unused variable.
6153 (timestamp): Delete unused variable.
6154
6155 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
6156 (restore_binary_file): Delete unused variable.
6157 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
6158 * cli/cli-script.c (define_command): Delete unused variables.
6159 (recurse_read_control_structure): Delete unused variable.
6160 (script_from_file): Delete unused variable.
6161 * cli/cli-cmds.c (complete_command): Delete unused variable.
6162 (disassemble_command): Delete unused variable.
6163
6164 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
6165 * tracepoint.c (delete_trace_variable_command):
6166 Delete unused variables.
6167 (encode_actions_1): Delete unused variables.
6168 (start_tracing): Delete unused variable.
6169 (trace_status_mi): Delete unused variable.
6170 (tfind_1): Delete unused variable.
6171 (trace_find_pc_command): Delete unused variable.
6172 (trace_find_line_command): Delete unused variables.
6173 (trace_find_range_command): Delete unused variables.
6174 (trace_find_outside_command): Delete unused variables.
6175 (parse_tracepoint_definition): Delete unused variables.
6176 (tfile_fetch_registers): Delete unused variable.
6177
6178 * dcache.c (dcache_init): Delete unused variable.
6179 (dcache_info): Delete unused variable.
6180
6181 * remote.c (remote_threads_info): Delete unused variable.
6182 (process_stop_reply) :Delete unused variable.
6183 (remote_get_trace_status): Delete unused variables.
6184
6185 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
6186 (thread_from_lwp): Delete unused variable.
6187 (enable_thread_event_reporting): Delete unused variable.
6188 (check_for_thread_db): Delete unused variables.
6189 (thread_db_find_new_threads_2): Delete unused variable.
6190
6191 * linux-fork.c (info_checkpoints_command): Delete unused variables.
6192 (checkpoint_command): Delete unused variable.
6193 (linux_fork_context): Delete unused variables.
6194
6195 * linux-nat.c (linux_parent_pid): Delete unused global variable.
6196 (linux_tracefork_child): Delete unused variable.
6197 (linux_child_follow_fork): Delete unused variable.
6198 (linux_nat_detach): Delete unused variable.
6199 (linux_handle_extended_wait): Delete unused variable.
6200 (linux_nat_has_pending_sigint): Delete unused variable.
6201 (linux_nat_find_memory_regions): Delete unused variable.
6202 (linux_nat_make_corefile_notes): Delete unused variables.
6203 (linux_nat_info_proc_cmd): Delete unused variable.
6204 (linux_proc_pending_signals): Delete unused variable.
6205 (linux_nat_stop_lwp): Delete unused variables.
6206 (_initialize_linux_nat): Delete unused variable.
6207
6208 * ser-pipe.c (pipe_ops): Delete unused global variable.
6209
6210 * linux-record.c (record_linux_system_call):
6211 Delete unused variables.
6212
6213 * corelow.c (core_xfer_partial): Delete unused variables.
6214
6215 * solib-svr4.c (find_program_interpreter): Delete unused variable.
6216 (svr4_solib_create_inferior_hook): Add ifdef around
6217 conditionally-used variable declarations.
6218
6219 * solib.c (solib_find): Delete unused variable.
6220 (free_so_symbols): Delete unused variable.
6221 (info_sharedlibrary_command): Delete unused variable.
6222 (reload_shared_libraries_1): Delete unused variable.
6223 (_initialize_solib): Delete unused variable.
6224
6225 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
6226 (i386_collect_xstateregset): Delete unused variable.
6227 * i387-tdep.c (i387_print_float_info): Delete unused variable.
6228
6229 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
6230 Delete unused variable 'type'.
6231
6232 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6233
6234 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
6235 ada-lang.c: Remove comment mentioning these macros.
6236 * m2-exp.y: Delete commented out code.
6237
6238 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6239
6240 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
6241 for array types.
6242 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
6243
6244 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6245
6246 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
6247 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
6248 ATTRIBUTE_UNUSED.
6249 (cleanup_kernel_helper_return): Likewise.
6250 * arm-tdep.c (copy_unmodified): Likewise.
6251 (copy_preload): Likewise.
6252 (copy_copro_load_store): Likewise.
6253 (cleanup_branch): Likewise.
6254 (copy_b_bl_blx): Likewise.
6255 (copy_bx_blx_reg): Likewise.
6256 (copy_alu_imm): Likewise.
6257 (copy_alu_reg): Likewise.
6258 (copy_alu_shifted_reg): Likewise.
6259 (cleanup_load): Likewise.
6260 (cleanup_store): Likewise.
6261 (cleanup_block_load_pc): Likewise.
6262 (cleanup_svc): Likewise.
6263 (copy_undef): Likewise.
6264 (copy_unpred): Likewise.
6265 * remote.c (register_remote_support_xml): Likewise.
6266
6267 2010-05-05 Hui Zhu <teawater@gmail.com>
6268
6269 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
6270
6271 2010-05-04 Mark Kettenis <kettenis@gnu.org>
6272
6273 * remote.c (register_remote_support_xml)
6274 (remote_query_supported_append, remote_query_supported): Add cast
6275 to NULL used as sentinel.
6276 * tracepoint.c (tvariables_info_1): Likewise.
6277 * utils.c (add_internal_problem_command): Likewise.
6278
6279 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6280
6281 * dwarf2loc.c (read_pieced_value, write_pieced_value,
6282 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
6283 registers gracefully.
6284
6285 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6286
6287 * exec.c (print_section_info): Display entry point without arch
6288 specific parts.
6289
6290 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6291
6292 PR exp/11349.
6293 * printcmd.c (x_command): Only dereference once implicitly for
6294 TYPE_CODE_REF.
6295
6296 2010-05-03 Doug Evans <dje@google.com>
6297
6298 * event-loop.c (gdb_timer): Delete unused global.
6299 (create_timer): Update.
6300
6301 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6302
6303 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
6304 CURRENT->DECLARATION case.
6305 * cp-support.h (struct using_direct): Provide extended comment.
6306
6307 2010-05-03 Mark Kettenis <kettenis@gnu.org>
6308
6309 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
6310 HPPABSD_SIZEOF_GREGS.
6311 (HPPAOBSD_SIZEOF_FPREGS): New define.
6312 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
6313 (hppaobsd_supply_fpregset): New function.
6314 (hppaobsd_gregset): Renamed from hppabsd_gregset.
6315 (hppaobsd_fpregset): New variable.
6316 (hppaobsd_regset_from_core_section): Handle floating-point registers.
6317 (_initialize_hppabsd_tdep): Remove spurious blank line.
6318
6319 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6320
6321 PR pascal/11349.
6322 * p-valprint.c (pascal_value_print): Always dereference a value with
6323 type code TYPE_CODE_REF.
6324
6325 2010-05-03 Pedro Alves <pedro@codesourcery.com>
6326
6327 * remote.c (remote_notice_signals): New.
6328 (remote_start_remote): In non-stop mode, update the remote end on
6329 which signals it can silently pass.
6330 (init_remote_ops): Install remote_notice_signals.
6331
6332 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6333
6334 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
6335 * command.h (error_no_arg): ... here. Remove NORETURN, change
6336 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6337 * defs.h (NORETURN, ATTR_NORETURN): Remove.
6338 (perror_with_name, verror, error, error_stream, vfatal, fatal)
6339 (internal_verror, internal_error, nomem): Remove NORETURN, change
6340 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6341 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
6342 (throw_vfatal, throw_error): Remove NORETURN.
6343 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
6344 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
6345 (throw_error, deprecated_throw_reason): Remove NORETURN, change
6346 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6347 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
6348 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
6349 NORETURN.
6350 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
6351 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
6352 ATTRIBUTE_NORETURN.
6353 * target.c (tcomplain): Likewise.
6354 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
6355 ATTRIBUTE_NORETURN.
6356 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
6357 (internal_error, perror_with_name, nomem): Remove NORETURN.
6358 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
6359 ATTRIBUTE_NORETURN.
6360
6361 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6362
6363 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6364 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
6365 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
6366 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6367 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
6368 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6369 * complaints.h (complaint, internal_complaint): Likewise.
6370 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
6371 (ATTR_FORMAT): Remove.
6372 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
6373 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
6374 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
6375 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
6376 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
6377 (internal_error, internal_vwarning, internal_warning, warning)
6378 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6379 * disasm.c (fprintf_disasm): Likewise.
6380 * exceptions.c (throw_it): Likewise.
6381 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
6382 (throw_error): Likewise.
6383 * language.h (type_error, range_error): Likewise.
6384 * linespec.c (cplusplus_error): Likewise.
6385 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
6386 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
6387 * monitor.c (monitor_debug): Likewise.
6388 * parser-defs.h (parser_fprintf): Likewise.
6389 * serial.h (serial_printf): Likewise.
6390 * tui/tui-hooks.c (tui_query_hook): Likewise.
6391 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
6392 (uo_message): Likewise.
6393 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
6394 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
6395 Likewise.
6396 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
6397
6398 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6399
6400 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
6401 (cli_table_header, cli_begin, cli_end, cli_field_int)
6402 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
6403 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
6404 Delete forward declarations.
6405 (cli_ui_out_impl): Move below the callbacks.
6406 (_initialize_cli_out): Delete.
6407
6408 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6409
6410 * README: Use consistent `GDB' and `GDBserver' spellings.
6411
6412 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6413
6414 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
6415
6416 2010-05-01 Pedro Alves <pedro@codesourcery.com>
6417
6418 * infrun.c (prepare_for_detach): In non-stop, context switch to
6419 the thread that got the event before handling the event.
6420
6421 2010-04-30 Tom Tromey <tromey@redhat.com>
6422
6423 * symtab.c (symbol_set_names): Fix typo.
6424
6425 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6426
6427 * python/py-param.c (parm_constants): Avoid ARI warning
6428 by adding ARI comment.
6429 (parmpy_init): Likewise.
6430
6431 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6432
6433 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
6434 and created type for re-use.
6435
6436 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6437
6438 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
6439
6440 2010-04-29 Doug Evans <dje@google.com>
6441
6442 * ser-base.h (reschedule): Delete prototype.
6443 * ser-base.c (reschedule): Make static.
6444
6445 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6446
6447 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
6448 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
6449 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
6450 EABI.
6451 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
6452 use.
6453
6454 2010-04-29 Pedro Alves <pedro@codesourcery.com>
6455
6456 PR gdb/11557
6457
6458 * regcache.c (registers_changed): Rename to ...
6459 (registers_changed_ptid): ... this, and only delete register cache
6460 entries matching the ptid filter argument.
6461 (registers_changed): Reimplement on top of registers_changed_ptid.
6462 * regcache.h (registers_changed_ptid): Declare.
6463 * target.c (target_resume): Flush register caches.
6464
6465 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6466 Tom Tromey <tromey@redhat.com>
6467 Thiago Jung Bauermann <bauerman@br.ibm.com>
6468
6469 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
6470 (SUBDIR_PYTHON_SRCS): Likewise.
6471 (py-parameter.o): New rule.
6472 * python/py-parameter.c: New file.
6473 * python/python-internal.h (gdbpy_initialize_parameter)
6474 (gdbpy_parameter, gdbpy_parameter_value)
6475 (gdbpy_parse_command_name): Declare.
6476 * python/py-cmd.c (parse_command_name): Rename to
6477 gdbpy_parse_command_name.
6478 (gdbpy_parse_command_name): Accept a starting list parameter and
6479 use over cmdlist.
6480 (cmdpy_init): Use gdbpy_parse_command_name.
6481 * python/python.c (parameter_to_python): Rename to
6482 gdbpy_parameter_to_python. Accept enum var_types and value.
6483 (gdbpy_parameter): Use gdbpy_parameter_value.
6484 (_initialize_python): Call gdbpy_initialize_parameters.
6485
6486 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6487
6488 * MAINTAINERS: Add myself for write after approval privileges.
6489
6490 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6491
6492 D language support.
6493 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
6494 (COMMON_OBS): Add d-lang.o d-valprint.o.
6495 (HFILES_NO_SRCDIR): Add d-lang.h.
6496 * NEWS: Mention D language support.
6497 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
6498 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
6499 * d-lang.c: New file.
6500 * d-lang.h: New file.
6501 * d-valprint.c: New file.
6502 * defs.h (enum language): Add language_d.
6503 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
6504 * language.c (binop_result_type, integral_type, character_type)
6505 (string_type, boolean_type, structured_type): Add language_d.
6506 * symfile.c (init_filename_language_table): Add language_d.
6507 * symtab.c: Include d-lang.h.
6508 (symbol_init_language_specific, symbol_find_demangled_name)
6509 (symbol_natural_name, lookup_symbol_in_language)
6510 (symbol_demangled_name, symbol_matches_domain): Add language_d.
6511
6512 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6513
6514 * solib-svr4.c (solib_svr4_r_map): Expand function description.
6515
6516 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6517
6518 * symfile.c (init_filename_language_table): Register .dg files
6519 with language_ada.
6520
6521 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6522
6523 * gdbtypes.h (struct main_type): Expand comment about target_type
6524 field.
6525
6526 2010-04-27 Pedro Alves <pedro@codesourcery.com>
6527 Tristan Gingold <gingold@adacore.com>
6528
6529 * symfile.c (reread_symbols): Also search for file in libraries.
6530 Update comment.
6531
6532 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6533
6534 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
6535 in terms of configuration.
6536
6537 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6538
6539 * objfiles.c: Include solist.h.
6540 (free_all_objfiles): New variable so. Check stale solist objfiles.
6541 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
6542 and no_shared_libraries.
6543
6544 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6545
6546 ARI warning fix.
6547 * python/py-auto-load.c (source_section_scripts): Remove trailing
6548 new-line in i18n string.
6549
6550 2010-04-26 Doug Evans <dje@google.com>
6551
6552 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
6553
6554 2010-04-26 Tom Tromey <tromey@redhat.com>
6555
6556 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
6557 command list.
6558
6559 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6560
6561 Removal of config/i386/nm-i386sol2.h native configuration file.
6562 * config/i386/nm-i386sol2.h: Remove file.
6563 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
6564 * config/i386/sol2-64.mh: Idem.
6565 * config/djgpp/fnchange.lst: Remove reference to that file.
6566 * Makefile.in (HFILES_NO_SRCDIR): Idem.
6567
6568 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6569
6570 PR breakpoints/11531.
6571 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
6572 macro definition and related comment.
6573 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
6574 (resume): Remove code and comment related to this macro.
6575
6576 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6577
6578 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
6579 Fix whitespace.
6580
6581 2010-04-24 Pedro Alves <pedro@codesourcery.com>
6582
6583 * defs.h: Adjust comment.
6584 * filesystem.h, filesystem.c: New files.
6585 * Makefile.in (SFILES): Add filesystem.c.
6586 (COMMON_OBS): Add filesystem.o.
6587 * solib.c (solib_find): Handle DOS-based filesystems. Handle
6588 different target and host path flavours.
6589 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6590 has_dos_based_file_system on the gdbarch.
6591 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
6592 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
6593 * i386-tdep.c (i386_go32_init_abi): Ditto.
6594 * gdbarch.sh (has_dos_based_file_system): New.
6595 * gdbarch.h, gdbarch.c: Regenerate.
6596 * NEWS: Mention improved support for remote targets with DOS-based
6597 filesystems. Mention new `set/show target-file-system-kind'
6598 commands.
6599
6600 2010-04-23 Stan Shebs <stan@codesourcery.com>
6601
6602 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
6603 comments.
6604 (struct agent_reqs): Remove.
6605 (ax_reg_mask): Declare.
6606 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
6607 (free_agent_expr): Free reg_mask.
6608 (ax_print): Add scope and register mask info.
6609 (ax_reqs): Remove agent_reqs argument, use agent expression
6610 fields, and move part of register mask computation to...
6611 (ax_reg_mask): New function.
6612 * ax-gdb.c (gen_trace_static_fields): Call it.
6613 (gen_traced_pop): Ditto.
6614 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6615 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6616 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6617 (gen_eval_for_expr): Ditto, and require an rvalue.
6618 (agent_command): Call ax_reqs.
6619 (agent_eval_command): Ditto.
6620 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6621 (validate_action_line): Ditto.
6622 (collect_symbol): Ditto.
6623 (encode_actions_1): Ditto.
6624
6625 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
6626 Paul Pluzhnikov <ppluzhnikov@google.com>
6627 Jan Kratochvil <jan.kratochvil@redhat.com>
6628
6629 Fix deadlock on looped list of loaded shared objects.
6630 * solib-svr4.c (LM_PREV): New function.
6631 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6632 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
6633 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
6634 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6635
6636 2010-04-23 Doug Evans <dje@google.com>
6637
6638 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6639 python.
6640 * configure: Regenerate.
6641 * main.c: #include "python/python.h".
6642 (captured_main): Defer loading auto-loaded scripts until after
6643 local_gdbinit has been sourced.
6644 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6645 (load_auto_scripts_for_objfile): New function.
6646 (auto_load_new_objfile): Call it.
6647 * python/python.h (gdbpy_global_auto_load): Declare.
6648 (load_auto_scripts_for_objfile): Declare.
6649
6650 Add support for auto-loading scripts from .debug_gdb_scripts section.
6651 * NEWS: Add entry for .debug_gdb_scripts.
6652 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6653 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6654 (py-auto-load.o): New rule.
6655 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6656 * cli/cli-cmds.h (find_and_open_script): Update prototype.
6657 * python/py-auto-load.c: New file.
6658 * python/python-internal.h: #include <stdio.h>.
6659 (set_python_list, show_python_list): Declare.
6660 (gdbpy_initialize_auto_load): Declare.
6661 (source_python_script_for_objfile): Declare.
6662 * python/python.c: Remove #include of observer.h.
6663 (gdbpy_auto_load): Moved to py-auto-load.c.
6664 (GDBPY_AUTO_FILENAME): Ditto.
6665 (gdbpy_new_objfile): Delete.
6666 (source_python_script_for_objfile): New function.
6667 (set_python_list, show_python_list): Make externally visible.
6668 (_initialize_python): Move "auto-load" command to py-auto-load.c
6669 and observer_attach_new_objfile to py-auto-load.c.
6670
6671 2010-04-23 Jerome Guitton <guitton@adacore.com>
6672
6673 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6674 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6675 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6676 New constants.
6677 (alpha_heuristic_analyze_probing_loop): New function.
6678 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6679 and handle cases when a stack probe loop is generated.
6680 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6681 (alpha_mdebug_max_frame_size_exceeded): New function.
6682 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6683 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6684 Return 0 when the maximum debuggable frame size has been exceeded.
6685
6686 2010-04-23 Joel Brobecker <brobecker@adacore.com>
6687
6688 Fix ARI warning.
6689 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6690
6691 2010-04-20 Chris Moller <cmoller@redhat.com>
6692
6693 PR 10179
6694
6695 * symtab.c (rbreak_command): Added code to include a filename
6696 specification in the rbreak argument.
6697 * NEWS: Added a brief description of filename-qualified rbreak.
6698
6699 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6700
6701 Fix crashes on dangling display expressions.
6702 * ada-lang.c (ada_operator_check): New function.
6703 (ada_exp_descriptor): Fill-in the field operator_check.
6704 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6705 * jv-lang.c (exp_descriptor_java): Likewise.
6706 * m2-lang.c (exp_descriptor_modula2): Likewise.
6707 * scm-lang.c (exp_descriptor_scm): Likewise.
6708 * parse.c (exp_descriptor_standard): Likewise.
6709 (operator_check_standard): New function.
6710 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6711 * parser-defs.h (struct exp_descriptor): New field operator_check.
6712 (operator_check_standard, exp_uses_objfile): New declarations.
6713 * printcmd.c: Remove the inclusion of solib.h.
6714 (display_uses_solib_p): Remove the function.
6715 (clear_dangling_display_expressions): Call lookup_objfile_from_block
6716 and exp_uses_objfile instead of display_uses_solib_p.
6717 * solist.h (struct so_list) <objfile>: New comment.
6718 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6719 * symtab.h (lookup_objfile_from_block): New declaration.
6720 (struct general_symbol_info) <obj_section>: Extend the comment.
6721
6722 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6723 Thiago Jung Bauermann <bauerman@br.ibm.com>
6724
6725 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6726 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6727 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6728 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6729 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6730 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6731 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6732 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6733 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6734 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6735 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6736 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6737 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6738 Define, in case <ptrace.h> doesn't provide it.
6739 (booke_debug_info): New variable.
6740 (max_slots_number): Ditto.
6741 (hw_break_tuple): New struct.
6742 (thread_points): Ditto.
6743 (ppc_threads): New variable.
6744 (PPC_DEBUG_CURRENT_VERSION): New define.
6745 (have_ptrace_new_debug_booke): New function.
6746 (ppc_linux_check_watch_resources): Renamed to ...
6747 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
6748 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6749 (booke_cmp_hw_point): New function.
6750 (booke_find_thread_points_by_tid): Ditto.
6751 (booke_insert_point): Ditto.
6752 (booke_remove_point): Ditto.
6753 (ppc_linux_insert_hw_breakpoint): Ditto.
6754 (ppc_linux_remove_hw_breakpoint): Ditto.
6755 (get_trigger_type): Ditto.
6756 (ppc_linux_insert_watchpoint): Handle BookE processors.
6757 (ppc_linux_remove_watchpoint): Ditto.
6758 (ppc_linux_new_thread): Ditto.
6759 (ppc_linux_thread_exit): New function..
6760 (ppc_linux_stopped_data_address): Handle BookE processors.
6761 (ppc_linux_watchpoint_addr_within_range): Ditto.
6762 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6763 to_remove_hw_breakpoint fields of the target operations struct.
6764 Add observe for the thread_exit event.
6765
6766 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6767
6768 * i386-linux-nat.c (regmap): Removed.
6769 (fetch_register): Replace regmap with
6770 i386_linux_gregset_reg_offset.
6771 (store_register): Likewise.
6772 (supply_gregset): Likewise.
6773 (fill_gregset): Likewise.
6774
6775 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6776 global.
6777
6778 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6779
6780 2010-04-22 Chris Moller <cmoller@redhat.com>
6781
6782 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6783 method of popping recursion-detection stack with a method based on
6784 obstack_object_size(). (Similar to the PR9167 patch below, but for
6785 the static array obstack rather than the static member obstack.)
6786
6787 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6788
6789 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6790 (_initialize_amd64_linux_nat): Replace
6791 amd64_linux_gregset64_reg_offset with
6792 amd64_linux_gregset_reg_offset.
6793
6794 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6795 global.
6796
6797 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6798
6799 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6800
6801 PR stabs/11479.
6802 * stabsread.c (set_length_in_type_chain): New function.
6803 (read_struct_type): Call set_length_in_type_chain function.
6804 (read_enum_type): Idem.
6805
6806 2010-04-21 Stan Shebs <stan@codesourcery.com>
6807 Nathan Sidwell <nathan@codesourcery.com>
6808
6809 * tracepoint.c (trace_save): Open in binary mode.
6810
6811 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6812
6813 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6814 fields.
6815 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6816 builtin_char32 fields.
6817 * printcmd.c (decode_format): Set char size to '\0'
6818 for strings unless explicit size is given.
6819 (print_formatted): Correct calculation of NEXT_ADDRESS
6820 for 16 or 32 bit strings.
6821 (do_examine): Do not force byte size for strings.
6822 Use builtin_char16 and builtin_char32 types to display
6823 16 or 32 bit-wide strings.
6824 (x_command): Set LAST_SIZE to 'b' for string type.
6825
6826 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
6827
6828 PR corefiles/11523
6829 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6830 XCR0 first.
6831
6832 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6833 there is no .reg-xstate section.
6834 (i386_linux_core_read_description): Check XCR0 first.
6835
6836 2010-04-21 Mike Frysinger <vapier@gentoo.org>
6837
6838 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6839 for len <= 8.
6840
6841 2010-04-21 Chris Moller <cmoller@redhat.com>
6842
6843 PR 9167
6844 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6845 method of popping recursion-detection stack with a method based on
6846 obstack_object_size().
6847
6848 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6849
6850 PR pascal/11492.
6851 * p-valprint.c (pascal_val_print): Fix default printing of integer
6852 arrays.
6853
6854 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6855
6856 Fix compilation warning on gcc-4.1.2.
6857 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6858 local variable`pc' to zero.
6859
6860 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6861
6862 Implement thread support with core files on alpha-tru64.
6863 * dec-thread.c (dec_thread_find_new_threads): New function,
6864 extracted from resync_thread_list.
6865 (resync_thread_list): Add OPS parameter. Replace extracted-out
6866 code by call to dec_thread_find_new_threads.
6867 (dec_thread_wait): Update call to resync_thread_list.
6868 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6869
6870 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6871
6872 * ada-lang.c (value_pointer): New function.
6873 (make_array_descriptor): Call value_pointer to convert addresses to
6874 pointers.
6875
6876 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6877
6878 * rs6000-aix-tdep.c: #include exceptions.h.
6879 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6880 while reading the memory at ADDR, then ADDR cannot be a function
6881 descriptor.
6882
6883 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6884
6885 * ada-typeprint.c (ada_print_typedef): New function.
6886 * ada-lang.h (ada_print_typedef): Add declaration.
6887 * ada-lang.c (ada_language_defn): set la_print_typdef field
6888 to ada_print_typedef.
6889
6890 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6891
6892 * procfs.c (procfs_address_to_host_pointer): Only define when used.
6893
6894 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6895
6896 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6897 (iterate_over_mappings): Adjust function profile. Add declaration.
6898 (insert_dbx_link_bpt_in_region, info_mappings_callback):
6899 Adjust accordingly.
6900
6901 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6902
6903 * procfs.c (solib_mappings_callback): Move function up to avoid
6904 a compiler warning.
6905
6906 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6907
6908 * procfs.c (find_signalled_thread, find_stop_signal): Move
6909 these functions down to define them only when used.
6910
6911 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6912
6913 * valprint.c (common_val_print): Fix the value before extracting
6914 its contents.
6915 * ada-lang.c (ada_to_fixed_value): Make this function extern.
6916 * ada-lang.h (ada_to_fixed_value): New function declaration.
6917 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6918 to avoid code duplication and fix a bug in the handling of
6919 fixed types contents.
6920
6921 2010-04-20 Tom Tromey <tromey@redhat.com>
6922
6923 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6924 (read_partial_die): Likewise.
6925 (dwarf_attr_name): Likewise.
6926
6927 2010-04-20 Chris Moller <cmoller@redhat.com>
6928
6929 PR 10867
6930
6931 * cp-valprint.c (global): Adding new static array recursion
6932 detection obstack.
6933 (cp_print_value_fields, cp_print_static_field): Added new static
6934 array recursion detection code.
6935
6936 2010-04-20 Mark Kettenis <kettenis@gnu.org>
6937
6938 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6939 general-purpose register set should be 68 instead of 144.
6940 (i386_linux_sse_regset_sections): Likewise.
6941 (i386_linux_avx_regset_sections): Likewise.
6942
6943 2010-04-20 Stan Shebs <stan@codesourcery.com>
6944 Nathan Sidwell <nathan@codesourcery.com>
6945
6946 * dwarf2loc.c (struct axs_var_loc): New struct.
6947 (dwarf2_tracepoint_var_loc): New function.
6948 (dwarf2_tracepoint_var_access): New function.
6949 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6950 with DW_OP_piece.
6951 (locexpr_describe_location_piece): New function.
6952 (locexpr_describe_location_1): New function.
6953 (locexpr_describe_location): Call it, update signature.
6954 (loclist_describe_location): Rewrite to loop over locations,
6955 update signature.
6956 * symtab.h (struct symbol_computed_ops): Add address to
6957 describe_location arguments, return void.
6958 * printcmd.c (address_info): Get context PC, pass to computed
6959 location description.
6960 * tracepoint.c (scope_info): Ditto.
6961 * ax-gdb.c (trace_kludge): Export.
6962
6963 2010-04-20 Tom Tromey <tromey@redhat.com>
6964
6965 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6966 (struct dwarf2_cie) <segment_size>: New field.
6967 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6968 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6969 DW_FORM_exprloc.
6970 (read_attribute_value): Handle DW_FORM_flag_present,
6971 DW_FORM_sec_offset, DW_FORM_exprloc.
6972 (dump_die_shallow): Likewise.
6973 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6974 (dwarf2_const_value): Handle DW_FORM_exprloc.
6975 (attr_form_is_block): Likewise.
6976 (struct line_header) <maximum_ops_per_instruction>: New field.
6977 (dwarf_decode_line_header): Set new field.
6978 (dwarf_decode_lines): Handle new field.
6979
6980 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6981
6982 * f-exp.y: Add new production to recognize the `logical*8' type.
6983 (LOGICAL_S8_KEYWORD): New token.
6984 * f-lang.c (enum f_primitive_types)
6985 <f_primitive_type_logical_s8>: New field.
6986 (f_language_arch_info): Handling `logical*8' type.
6987 (build_fortran_types): Building `logical*8' type.
6988 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6989
6990 2010-04-19 Doug Evans <dje@google.com>
6991
6992 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6993 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6994 (pipe_close): Ditto.
6995
6996 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6997
6998 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6999
7000 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7001
7002 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
7003 type to void function.
7004
7005 2010-04-19 Stan Shebs <stan@codesourcery.com>
7006 Vladimir Prus <vladimir@codesourcery.com>
7007
7008 * tracepoint.c (tfind_1): Add missing newline, report exit from
7009 tfind mode as such.
7010 * target.c (update_current_target): Make default
7011 to_trace_find return -1.
7012
7013 2010-04-19 Mike Frysinger <vapier@gentoo.org>
7014
7015 * objc-lang.c (find_methods): Move symname check up.
7016
7017 2010-04-19 Pedro Alves <pedro@codesourcery.com>
7018
7019 * ada-lang.c (print_recreate_exception)
7020 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
7021 not "catch unhandled".
7022
7023 2010-04-19 Pedro Alves <pedro@codesourcery.com>
7024
7025 PR breakpoints/8554.
7026
7027 Implement `save-breakpoints'.
7028
7029 * breakpoint.c (save_cmdlist): New.
7030 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
7031 to save_cmdlist.
7032 (print_recreate_catch_fork): New.
7033 (catch_fork_breakpoint_ops): Install it.
7034 (print_recreate_catch_vfork): New.
7035 (catch_vfork_breakpoint_ops): Install it.
7036 (print_recreate_catch_syscall): New.
7037 (catch_syscall_breakpoint_ops): Install it.
7038 (print_recreate_catch_exec): New.
7039 (catch_exec_breakpoint_ops): Install it.
7040 (print_recreate_exception_catchpoint): New.
7041 (gnu_v3_exception_catchpoint_ops): Install it.
7042 (save_breakpoints): New, based on tracepoint_save_command, but
7043 handle all breakpoint types.
7044 (save_breakpoints_command): New.
7045 (tracepoint_save_command): Rename to...
7046 (save_tracepoints_command): ... this, and reimplement using
7047 save_breakpoints.
7048 (save_command): New.
7049 (_initialize_breakpoints): Install the "save" command prefix.
7050 Install the "save breakpoints" command. Make "save-tracepoints" a
7051 deprecated alias for "save tracepoints".
7052 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
7053 * ada-lang.c (print_recreate_exception): New.
7054 (print_recreate_catch_exception): New.
7055 (catch_exception_breakpoint_ops): Install it.
7056 (print_recreate_catch_exception_unhandled): New.
7057 (catch_exception_unhandled_breakpoint_ops): Install it.
7058 (print_recreate_catch_assert): New.
7059 (catch_assert_breakpoint_ops): Install it.
7060
7061 * NEWS: Mention the new `save breakpoints' command. Mention the
7062 new `save tracepoints' alias and that `save-tracepoints' is now
7063 deprecated.
7064
7065 2010-04-18 Pedro Alves <pedro@codesourcery.com>
7066
7067 PR tui/9217
7068
7069 * tui/tui-out.c: Include cli-out.h.
7070 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
7071 (tui_begin, tui_end, tui_field_int, tui_field_skip)
7072 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
7073 (tui_message, tui_wrap_hint, tui_flush): Delete forward
7074 declarations.
7075 (struct ui_out_data): Rename to...
7076 (struct tui_ui_out_data): ... this. Remove `stream' and
7077 `suppress_output' fields, and inherit cli_ui_out_data.
7078 (tui_out_data): New typedef.
7079 (tui_ui_out_impl): Don't initialize fields staticaly.
7080 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
7081 (tui_begin, tui_end): Delete.
7082 (tui_field_int): Adjust to delegate most work to the base type.
7083 (tui_field_skip): Delete.
7084 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
7085 delegate most work to the base type.
7086 (tui_spaces): Delete.
7087 (tui_text): Adjust to delegate most work to the base type.
7088 (tui_message): Delete.
7089 (tui_wrap_hint): Delete.
7090 (tui_flush): Delete.
7091 (out_field_fmt): Delete.
7092 (field_separator): Delete.
7093 (tui_out_new): Adjust to initialize the base type.
7094 (_initialize_tui_out): Initialize tui_ui_out_impl.
7095 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
7096 cli_ui_out_data.
7097 (cli_out_data): Adjust.
7098 (cli_ui_out_impl): Make extern.
7099 (cli_table_header, cli_field_int, cli_field_skip): Use
7100 uo_field_string instead of cli_field_string.
7101 (cli_redirect): Adjust to use cli_out_data.
7102 (cli_out_data_ctor): New.
7103 (cli_out_new): Use it.
7104 * cli-out.h (struct ui_file): Remove forward declaration.
7105 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
7106 (cli_ui_out_impl): Declare.
7107 (cli_out_data_ctor): Declare.
7108 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
7109 (uo_field_string): No longer static.
7110 (ui_out_data): Change return type to void pointer.
7111 (ui_out_new): Change `data' parameter type to void pointer.
7112 * ui-out.h (struct ui_out_data): Don't forward declare.
7113 (ui_out_data): Change return type to void pointer.
7114 (ui_out_new): Change `data' parameter type to void pointer.
7115 (uo_field_string): Declare.
7116
7117 2010-04-17 Pedro Alves <pedro@codesourcery.com>
7118
7119 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
7120 instead of always false.
7121
7122 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
7123
7124 PR corefiles/11511
7125 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
7126 orig_rax.
7127
7128 2010-04-17 Pedro Alves <pedro@codesourcery.com>
7129
7130 * breakpoint.c (watchpoints_triggered): Use
7131 is_hardware_watchpoint.
7132 (watchpoints_triggered): Ditto.
7133 (bpstat_check_location): Use is_watchpoint and
7134 is_hardware_watchpoint.
7135 (bpstat_check_watchpoint): Use is_watchpoint and
7136 is_hardware_watchpoint.
7137 (bpstat_stop_status): Fix comment.
7138 (user_settable_breakpoint): Use is_watchpoint.
7139 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
7140 (disable_watchpoints_before_interactive_call_start): Use
7141 is_watchpoint.
7142 (enable_watchpoints_after_interactive_call_stop): Use
7143 is_watchpoint.
7144 (clear_command): Use is_watchpoint.
7145 (do_enable_breakpoint): Use is_watchpoint.
7146
7147 2010-04-16 Mike Frysinger <vapier@gentoo.org>
7148
7149 * solib-frv.c (enable_break1_done): Delete.
7150 (enable_break2): Do not check enable_break1_done. Move the
7151 enable_break2_done setting and call to
7152 remove_solib_event_breakpoints() to the end. Return without
7153 warning when the contents of _dl_debug_addr are 0.
7154 (enable_break): Do not set enable_break1_done.
7155 (frv_clear_solib): Likewise.
7156
7157 2010-04-16 Kevin Buettner <kevinb@redhat.com>
7158
7159 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
7160 instead of an error if no PLT entry is found. Return a
7161 potentially useful result.
7162 (m32c_m16c_pointer_to_address): Add code to search for function
7163 address when no .plt entry is found.
7164
7165 2010-04-16 Stan Shebs <stan@codesourcery.com>
7166
7167 * tracepoint.c (trace_variable_command): Run a cleanup.
7168
7169 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7170
7171 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
7172
7173 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7174
7175 Support for Windows OS Thread Information Block.
7176 * NEWS: Document new feature.
7177 * remote.c (PACKET_qGetTIBAddr): New enum element.
7178 (remote_get_tib_address): New function.
7179 (init_remote_ops): Set to_get_tib_address field
7180 to remote_get_tib_address.
7181 (_initialize_remote): Add add_packet_config_cmd
7182 for PACKET_qGetTIBAddr.
7183 * target.c (update_current_target): Set default value for
7184 new to_get_tib_address field.
7185 * target.h (target_ops): New field to_get_tib_address.
7186 (target_get_tib_address): New macro.
7187 * windows-nat.c (thread_info): Add thread_local_base field.
7188 (windows_add_thread): Add tlb argument of type 'void *'.
7189 (fake_create_process): Adapt windows_add_thread call.
7190 (get_windows_debug_event): Idem.
7191 (windows_get_tib_address): New function.
7192 (init_windows_ops): Set to_get_tib_address field
7193 to remote_get_tib_address.
7194 (_initialize_windows_nat): Replace info_w32_cmdlist
7195 initialization by a call to init_w32_command_list.
7196 (info_w32_command, info_w32_cmdlist): Removed from here...
7197 to windows-tdep.c file.
7198 * windows-tdep.h (info_w32_cmdlist): Declare.
7199 (init_w32_command_list): New external function
7200 declaration.
7201 * windows-tdep.c: Add several headers.
7202 (info_w32_cmdlist): to here, made global.
7203 (thread_information_32): New struct.
7204 (thread_information_64): New struct.
7205 (TIB_NAME): New char array.
7206 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
7207 (maint_display_all_tib): New static variable.
7208 (windows_get_tlb_type): New function.
7209 (tlb_value_read, tlb_value_write): New functions.
7210 (tlb_value_funcs): New static struct.
7211 (tlb_make_value): New function.
7212 (display_one_tib): New function.
7213 (display_tib): New function.
7214 (show_maint_show_all_tib):New function.
7215 (info_w32_command): Moved from windows-nat.c.
7216 (init_w32_command_list): New function.
7217 (_initialize_windows_tdep): New function.
7218 New "maint set/show show-all-tib" command
7219 New "$_tlb" internal variable.
7220
7221 2010-04-16 Joel Brobecker <brobecker@adacore.com>
7222
7223 * tui/tui-regs.c (tui_display_register): Add comment about
7224 a couple of casts.
7225 * tui/tui-stack.c (tui_show_locator_content): Ditto.
7226
7227 2010-04-15 Stan Shebs <stan@codesourcery.com>
7228
7229 * frame.c: Include tracepoint.h.
7230 (get_current_frame): Allow a trace frame to be an alternate source
7231 of stack frame data.
7232 * tracepoint.c (tfind_1): Don't try to get current stack frame if
7233 it won't succeed.
7234
7235 2010-04-15 Pedro Alves <pedro@codesourcery.com>
7236
7237 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
7238 flags.
7239 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
7240
7241 2010-04-15 Doug Evans <dje@google.com>
7242
7243 * NEWS: Add entry for python program space support.
7244 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
7245 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
7246 (py-progspace.o): New rule.
7247 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
7248 function.
7249 (find_pretty_printer_from_progspace): New function.
7250 (find_pretty_printer_from_gdb): New function.
7251 (find_pretty_printer): Rewrite.
7252 * python/py-progspace.c: New file.
7253 * python/python-internal.h (program_space): Add forward decl.
7254 (pspace_to_pspace_object, pspy_get_printers): Declare.
7255 (gdbpy_initialize_pspace): Declare.
7256 * python/python.c: #include "progspace.h".
7257 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
7258 (_initialize_python): Call gdbpy_initialize_pspace.
7259 (GdbMethods): Add current_progspace, progspaces.
7260
7261 Add -s option to source command.
7262 * NEWS: Document new option.
7263 * cli/cli-cmds.c (find_and_open_script): Add function comment.
7264 Delete from_tty and cleanupp args. Split filep arg into file and
7265 full_pathp. New arg search_path.
7266 (source_script_from_stream): New function.
7267 (source_script_with_search): New function.
7268 (source_script): Rewrite.
7269 (source_command): Parse "-s" option.
7270 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
7271 * python/python.c (source_python_script): Make file arg a const char *.
7272 Don't call fclose, leave for caller.
7273 * python/python.h (source_python_script): Update.
7274
7275 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7276 Pedro Alves <pedro@codesourcery.com>
7277
7278 Avoid rereading shared libraries that haven't changed.
7279
7280 * solib.c (free_so_symbols): New function, from ...
7281 (free_so): ... here. Call it.
7282 (solib_read_symbols): Don't warn here if symbols have already been
7283 loaded.
7284 (solib_add): Warn here instead, if a pattern was specified.
7285 (reload_shared_libraries_1): New.
7286 (reload_shared_libraries): Rewrite to not fetch the library list.
7287
7288 2010-04-14 Doug Evans <dje@google.com>
7289
7290 * source.c (openp): Strip DOS drive letter if present before
7291 concatenating string to search path.
7292
7293 2010-04-14 Pedro Alves <pedro@codesourcery.com>
7294
7295 * objfiles.h (gdb_bfd_close_or_warn): Declare.
7296 * objfiles.c (gdb_bfd_close_or_warn): New.
7297 * corelow.c: Include objfiles.h
7298 (core_close): Use gdb_bfd_close_or_warn.
7299 * elfread.c (build_id_verify): Ditto.
7300 * exec.c (exec_close, exec_close_1): Ditto.
7301
7302 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7303 Pedro Alves <pedro@codesourcery.com>
7304
7305 Group errors for many missing shared libraries.
7306
7307 * solist.h (struct so_list): Remove from_tty.
7308 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
7309 (solib_map_sections): Take so_list argument. Return 0 if we
7310 failed to open a BFD. Add target sections here.
7311 (symbol_add_stub): Delete.
7312 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
7313 not from_tty copied from the so_list. Don't warn a second time
7314 for a missing library.
7315 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
7316 add to the section table here. Print out a single warning for all
7317 missing libraries.
7318 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
7319 flags.
7320
7321 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
7322
7323 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
7324 error/warning messages. Capitalize and use complete sentences.
7325 (blpy_block_syms_iternext): Likewise.
7326 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
7327 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
7328 (frame_info_to_frame_object, frapy_read_var)
7329 (gdbpy_frame_stop_reason_string): Likewise.
7330 * python/py-lazy-string.c (stpy_convert_to_value)
7331 (gdbpy_create_lazy_string_object): Likewise.
7332 * python/py-objfile.c (objfpy_set_printers): Likewise.
7333 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
7334 * python/python.c (parameter_to_python): Likewise.
7335 * python/py-type.c (typy_range, typy_target): Likewise.
7336 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
7337 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
7338
7339
7340 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
7341
7342 PR python/11381
7343
7344 * python/py-prettyprint.c (pretty_print_one_value): Test for
7345 Py_None.
7346 (print_string_repr): Test for Py_None. Set flags accordingly.
7347 Return value depending on return type.
7348 (print_children): Take a value indicating whether data was printed
7349 before this function was called. Alter output accordingly.
7350 (apply_val_pretty_printer): Capture return value from
7351 print_string_repr and pass to print_children.
7352
7353 2010-04-13 Mark Kettenis <kettenis@gnu.org>
7354
7355 PR corefiles/11481
7356 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
7357 register note sections.
7358 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
7359 New variables.
7360 (i386_linux_init_abi): Install list of supported register note
7361 sections that matches the target description.
7362
7363 2010-04-13 Pedro Alves <pedro@codesourcery.com>
7364
7365 * remote.c (remote_get_noisy_reply): Don't error out on empty
7366 replies.
7367 (remote_start_remote): Update and merge tracepoints and trace
7368 state variables as long as the target supports tracepoints.
7369 (remote_trace_init): Fix prototype.
7370 (remote_download_trace_state_variable): Validate reply.
7371 (remote_trace_set_readonly_regions): Fix prototype.
7372 (remote_trace_start): Fix prototype. Check for empty reply.
7373 (remote_get_trace_status): Small cleanup.
7374 (remote_trace_stop): Fix prototype. Check for empty reply.
7375 (remote_trace_find): Check for empty reply.
7376 (remote_save_trace_data): Validate reply.
7377 (remote_set_disconnected_tracing): Check for empty reply, and
7378 validate reply.
7379 (remote_set_circular_trace_buffer): Ditto.
7380
7381 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
7382
7383 Suppress unused value warning during compilation.
7384 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
7385 calls to void.
7386 * tui/tui-stack.c (tui_show_locator_content): Likewise.
7387
7388 2010-04-12 Stan Shebs <stan@codesourcery.com>
7389
7390 * tracepoint.c (tfile_xfer_partial): Check read result.
7391
7392 2010-04-12 Mike Frysinger <vapier@gentoo.org>
7393
7394 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
7395 * remote-sim.c (gdbsim_files_info): Likewise.
7396
7397 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7398
7399 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
7400 * arm-linux-nat.c (arm_linux_vfp_register_count): New
7401 variable.
7402 (fetch_vfp_registers): New function to fetch VFP registers.
7403 (store_vfp_registers): New function to store VFP registers.
7404 (arm_linux_fetch_inferior_registers): Add support for VFP
7405 registers.
7406 (arm_linux_store_inferior_registers): Likewise.
7407 (arm_linux_read_description): Likewise.
7408 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
7409 until we need it.
7410
7411 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
7412
7413 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
7414 tdep.
7415 (amd64_collect_xstateregset): Likewise.
7416
7417 2010-04-09 Stan Shebs <stan@codesourcery.com>
7418
7419 * tracepoint.c (trace_status_mi): Report frames created.
7420
7421 * tracepoint.c (trace_dump_command): Include default-collect
7422 expressions.
7423
7424 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
7425
7426 * symtab.c (find_function_start_sal): Never return SAL pointing
7427 before function start address, even if line info is missing.
7428
7429 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7430
7431 * NEWS: Mention tracepoints support.
7432
7433 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7434
7435 * tracepoint.c (trace_status_mi): Report disconnected tracing and
7436 circular trace buffer statuses.
7437
7438 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7439
7440 * config/djgpp/fnchange.lst: Fix typo in translations for
7441 symbol-without-target_section.exp and symbol-without-target_section.c.
7442
7443 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7444
7445 * breakpoint.c (condition_command): Pass condition expression to
7446 set_breakpoint_condition stripped from breakpoint number.
7447
7448 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
7449 Thiago Jung Bauermann <bauerman@br.ibm.com>
7450 Tom Tromey <tromey@redhat.com>
7451
7452 * breakpoint.c (condition_command): Simplify. Move condition
7453 setting code to ...
7454 (set_breakpoint_condition): ... here. New function.
7455 * breakpoint.h (set_breakpoint_condition): Declare.
7456 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
7457 (SUBDIR_PYTHON_SRCS): Likewise.
7458 (py-breakpoint.o): New rule.
7459 * python/py-breakpoint.c: New file.
7460 * python/python-internal.h (gdbpy_breakpoints)
7461 (gdbpy_initialize_breakpoints): Declare.
7462 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
7463
7464 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7465
7466 * regformats/regdat.sh: Include server.h. Don't include
7467 regcache.h.
7468
7469 2010-04-08 Stan Shebs <stan@codesourcery.com>
7470 Pedro Alves <pedro@codesourcery.com>
7471
7472 * tracepoint.h (struct trace_status): New fields disconnected_tracing
7473 and circular_buffer.
7474 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
7475 * tracepoint.c (trace_status_command): Display target's status for
7476 disconnected tracing and circular buffer.
7477 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
7478 query for non-disconnected-tracing case, remove the stop_tracing
7479 call.
7480 (tfile_open): Clear disconnected and circular buffer status.
7481 (trace_save): Save disconnected and circular buffer status.
7482 (parse_trace_status): Parse disconnected and circular buffer status,
7483 also recognize disconnected as a stop reason.
7484 * remote.c (remote_set_disconnected_tracing): Only set
7485 QTDisconnected if the remote end supports disconnected tracing.
7486 Warn otherwise, if trying to enable disconnected tracing.
7487 * infcmd.c (detach_command): Update disconnect_tracing call.
7488 * cli/cli-cmds.c (quit_command): Ditto.
7489
7490 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7491
7492 * i387-tdep.c (i387_collect_xsave): Replace abort with
7493 internal_error.
7494
7495 2010-04-08 Stan Shebs <stan@codesourcery.com>
7496
7497 * breakpoint.c (default_collect_info): New function.
7498 (breakpoints_info): Call it.
7499 (maintenance_info_breakpoints): Ditto.
7500 (tracepoints_info): Ditto.
7501
7502 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7503
7504 * i387-tdep.c (i387_collect_xsave): Re-indent.
7505
7506 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7507
7508 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
7509 if HAVE_PTRACE_GETFPXREGS is defined.
7510 (i386_linux_read_description): Set have_ptrace_getfpxregs and
7511 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
7512
7513 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
7514 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
7515 if .reg-xfp section doesn't exist.
7516 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
7517
7518 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
7519
7520 * i386-tdep.c: Include "features/i386/i386-mmx.c".
7521 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
7522 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
7523 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
7524 (i386_gdbarch_init): Update comments.
7525 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
7526
7527 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
7528
7529 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
7530
7531 * features/Makefile (i386/i386-mmx-expedite): New.
7532 (i386/i386-mmx-linux-expedite): Likewise.
7533 ($(outdir)/i386/i386-mmx.dat): Likewise.
7534 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
7535
7536 * features/i386/i386-mmx-linux.c: New.
7537 * features/i386/i386-mmx-linux.xml: Likewise.
7538 * features/i386/i386-mmx.c: Likewise.
7539 * features/i386/i386-mmx.xml: Likewise.
7540 * regformats/i386/i386-mmx-linux.dat: Likewise.
7541 * regformats/i386/i386-mmx.dat: Likewise.
7542
7543 * features/Makefile (WHICH): Add i386/i386-mmx and
7544 i386/i386-mmx-linux.
7545
7546 2010-04-08 Doug Evans <dje@google.com>
7547
7548 * source.c (openp): Skip $cdir in PATH.
7549
7550 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
7551
7552 PR python/11417
7553 * python/py-lazy-string.c (stpy_convert_to_value): Check for
7554 a NULL address.
7555 (gdbpy_create_lazy_string_object): Allow strings with a NULL
7556 address and a zero length.
7557
7558 2010-04-08 Hui Zhu <teawater@gmail.com>
7559
7560 * i386-tdep.c (i386_process_record): Add support for insn
7561 rdtsc.
7562
7563 2010-04-07 Doug Evans <dje@google.com>
7564
7565 * python/python.c (source_python_script): Use ensure_python_env
7566 to prepare environment for script.
7567
7568 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7569
7570 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
7571 <sys/uio.h> and "i386-xstate.h".
7572 (PTRACE_GETREGSET): New.
7573 (PTRACE_SETREGSET): Likewise.
7574 (have_ptrace_getregset): Likewise.
7575 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
7576 registers.
7577 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
7578 registers.
7579 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
7580 (amd64_linux_store_inferior_registers): Likewise.
7581 (amd64_linux_read_description): Check and enable AVX target
7582 descriptions.
7583
7584 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
7585 and "features/i386/amd64-avx-linux.c".
7586 (amd64_linux_regset_sections): New.
7587 (amd64_linux_core_read_description): Check and enable AVX
7588 target description.
7589 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
7590 set_gdbarch_core_regset_sections.
7591 (_initialize_amd64_linux_tdep): Call
7592 initialize_tdesc_amd64_avx_linux.
7593
7594 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
7595 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
7596 (tdesc_amd64_avx_linux): New.
7597 (amd64_linux_update_xstateregset): Likewise.
7598
7599 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
7600 (amd64_ymm_names): New.
7601 (amd64_ymmh_names): Likewise.
7602 (amd64_register_name): Likewise.
7603 (amd64_supply_xstateregset): Likewise.
7604 (amd64_collect_xstateregset): Likewise.
7605 (amd64_supply_xsave): Likewise.
7606 (amd64_collect_xsave): Likewise.
7607 (AMD64_NUM_REGS): Removed.
7608 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
7609 %xmmN if AVX is available.
7610 (amd64_pseudo_register_name): Support pseudo YMM registers.
7611 (amd64_regset_from_core_section): Support .reg-xstate section.
7612 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7613 and ymm0h_regnum. Call set_gdbarch_register_name.
7614 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7615
7616 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7617 AMD64_YMM15H_REGNUM.
7618 (AMD64_NUM_REGS): New.
7619 (amd64_supply_xsave): Likewise.
7620 (amd64_collect_xsave): Likewise.
7621 (amd64_register_name): Removed.
7622 (amd64_register_type): Likewise.
7623
7624 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7625
7626 * i387-tdep.c: Include "i386-xstate.h".
7627 (XSAVE_XSTATE_BV_ADDR): New.
7628 (xsave_avxh_offset): Likewise.
7629 (XSAVE_AVXH_ADDR): Likewise.
7630 (i387_supply_xsave): Likewise.
7631 (i387_collect_xsave): Likewise.
7632
7633 * i387-tdep.h (I387_NUM_YMM_REGS): New.
7634 (I387_YMM0H_REGNUM): Likewise.
7635 (I387_YMMENDH_REGNUM): Likewise.
7636 (i387_supply_xsave): Likewise.
7637 (i387_collect_xsave): Likewise.
7638
7639 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7640
7641 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7642 <sys/uio.h> and "i386-xstate.h".
7643 (PTRACE_GETREGSET): New.
7644 (PTRACE_SETREGSET): Likewise.
7645 (fetch_xstateregs): Likewise.
7646 (store_xstateregs): Likewise.
7647 (GETXSTATEREGS_SUPPLIES): Likewise.
7648 (regmap): Include 8 upper YMM registers.
7649 (i386_linux_fetch_inferior_registers): Support XSAVE extended
7650 state.
7651 (i386_linux_store_inferior_registers): Likewise.
7652 (i386_linux_read_description): Check and enable AVX target
7653 descriptions.
7654
7655 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7656 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7657 (i386_linux_regset_sections): Add ".reg-xstate".
7658 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7659 (i386_linux_core_read_xcr0): New.
7660 (i386_linux_core_read_description): Check and enable AVX target
7661 description.
7662 (i386_linux_init_abi): Set xsave_xcr0_offset.
7663 (_initialize_i386_linux_tdep): Call
7664 initialize_tdesc_i386_avx_linux.
7665
7666 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7667 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7668 (i386_linux_core_read_xcr0): New.
7669 (tdesc_i386_avx_linux): Likewise.
7670 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7671
7672 * i386-tdep.c: Include "i386-xstate.h" and
7673 "features/i386/i386-avx.c".
7674 (i386_ymm_names): New.
7675 (i386_ymmh_names): Likewise.
7676 (i386_ymmh_regnum_p): Likewise.
7677 (i386_ymm_regnum_p): Likewise.
7678 (i386_xmm_regnum_p): Likewise.
7679 (i386_register_name): Likewise.
7680 (i386_ymm_type): Likewise.
7681 (i386_supply_xstateregset): Likewise.
7682 (i386_collect_xstateregset): Likewise.
7683 (i386_sse_regnum_p): Removed.
7684 (i386_pseudo_register_name): Support pseudo YMM registers.
7685 (i386_pseudo_register_type): Likewise.
7686 (i386_pseudo_register_read): Likewise.
7687 (i386_pseudo_register_write): Likewise.
7688 (i386_dbx_reg_to_regnum): Return %ymmN register number for
7689 %xmmN if AVX is available.
7690 (i386_regset_from_core_section): Support .reg-xstate section.
7691 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7692 (i386_process_record): Replace i386_sse_regnum_p with
7693 i386_xmm_regnum_p.
7694 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7695 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7696 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
7697 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
7698 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
7699 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7700 Set ymm0_regnum.
7701 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7702
7703 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7704 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7705 i386_ymm_type.
7706 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7707 (I386_AVX_NUM_REGS): New.
7708 (i386_xmm_regnum_p): Likewise.
7709 (i386_ymm_regnum_p): Likewise.
7710 (i386_ymmh_regnum_p): Likewise.
7711
7712 * common/i386-xstate.h: New.
7713
7714 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7715
7716 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7717
7718 * features/Makefile (WHICH): Add i386/i386-avx,
7719 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7720 (i386/i386-avx-expedite): New.
7721 (i386/i386-avx-linux-expedite): Likewise.
7722 (i386/x86-64-avx-expedite):Likewise.
7723 (i386/x86-64-avx-linux-expedite): Likewise.
7724 ($(outdir)/i386/i386-avx.dat): New dependency.
7725 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7726 ($(outdir)/i386/x86-avx-64.dat): Likewise.
7727 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7728
7729 * features/i386/32bit-avx.xml: New.
7730 * features/i386/64bit-avx.xml: Likewise.
7731 * features/i386/i386-avx-linux.c: Likewise.
7732 * features/i386/i386-avx-linux.xml: Likewise.
7733 * features/i386/i386-avx.c: Likewise.
7734 * features/i386/i386-avx.xml: Likewise.
7735 * features/i386/x86-64-avx-linux.c: Likewise.
7736 * features/i386/x86-64-avx-linux.xml: Likewise.
7737 * features/i386/x86-64-avx.c: Likewise.
7738 * features/i386/x86-64-avx.xml: Likewise.
7739 * regformats/i386/i386-avx-linux.dat: Likewise.
7740 * regformats/i386/i386-avx.dat: Likewise.
7741 * regformats/i386/x86-64-avx-linux.dat: Likewise.
7742 * regformats/i386/x86-64-avx.dat: Likewise.
7743
7744 2010-04-07 Doug Evans <dje@google.com>
7745
7746 * top.c (source_file_name): Make const char *.
7747 * top.h (source_file_name): Update.
7748 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7749 const char *.
7750 (script_from_file): Change `file' arg to const char *.
7751 * cli/cli-script.h (script_from_file): Update.
7752
7753 2010-04-06 Doug Evans <dje@google.com>
7754
7755 * cli/cli-cmds.c (source_command): Run cleanups.
7756
7757 2010-04-06 Stan Shebs <stan@codesourcery.com>
7758
7759 * defs.h (char_ptr): Move typedef here from...
7760 * ada-lang.c (char_ptr): Remove.
7761 * charset.c (char_ptr): Remove.
7762 * tracepoint.h (struct uploaded_string): Remove.
7763 (struct uploaded_tp): Use vectors for string arrays.
7764 * tracepoint.c (trace_save): Use vectors of actions.
7765 (parse_tracepoint_definition): Ditto.
7766 (get_uploaded_tp): Clear vectors.
7767 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7768 (next_cmd): Change to an int.
7769 (read_next_cmd): Use vector of command strings.
7770
7771 2010-04-06 Doug Evans <dje@google.com>
7772
7773 * top.h (source_script, cd_command): Delete.
7774 * main.c: #include "cli/cli-cmds.h"
7775
7776 2010-04-06 Kevin Buettner <kevinb@redhat.com>
7777
7778 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7779 type in bytes, not bits.
7780
7781 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7782
7783 * stabsread.c (define_symbol): Add support for char
7784 and string constants.
7785
7786 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7787
7788 Remove remaining "%ll" uses.
7789 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7790 hex_string call.
7791 * rs6000-nat.c (rs6000_ptrace64): Idem.
7792 * solib-pa64.c (pa64_current_sos): Idem.
7793 * solib-spu.c (spu_current_sos): Idem.
7794 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7795 plongest call.
7796 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7797 phex (VAR, 8) call.
7798 * sh64-tdep.c (sh64_show_media_regs): Idem.
7799
7800 2010-04-05 Stan Shebs <stan@codesourcery.com>
7801
7802 * tracepoint.c: Include gdbcore.h.
7803 (tfile_xfer_partial): Return partial results, also try reading
7804 from executable.
7805 (tfile_has_all_memory): New function.
7806 (init_tfile_ops): Use it.
7807
7808 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7809
7810 PR gdb/10736:
7811 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7812 the changes in data-directory.
7813 (init_sysinfo): Reload the syscall XML file if the data-directory
7814 has changed.
7815
7816 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7817
7818 Code cleanup.
7819 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7820
7821 2010-04-04 Stan Shebs <stan@codesourcery.com>
7822 Nathan Sidwell <nathan@codesourcery.com>
7823
7824 * breakpoint.c (breakpoint_1): Add filter argument, return number of
7825 breakpoints printed.
7826 (is_hardware_watchpoint): Make argument const.
7827 (is_watchpoint): Ditto.
7828 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7829 use it everywhere.
7830 (breakpoints_info): Pass NULL to breakpoint_1.
7831 (maintenance_info_breakpoints): Ditto.
7832 (watchpoints_info): New function.
7833 (tracepoints_info): Use breakpoint_1 filter.
7834 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7835 (_initialize_breakpoint): Make "info watchpoints" its own command.
7836 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7837 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7838
7839 2010-04-04 Stan Shebs <stan@codesourcery.com>
7840
7841 * tracepoint.c (tfile_fetch_registers): Add fallback case.
7842
7843 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7844
7845 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7846 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7847
7848 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7849
7850 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7851 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7852
7853 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7854
7855 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7856 code form.
7857
7858 2010-04-02 Hui Zhu <teawater@gmail.com>
7859
7860 * i386-tdep.c (OT_DQUAD): New enum.
7861 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7862 SSE3, SSSE3 and SSE4.
7863
7864 2010-04-02 Hui Zhu <teawater@gmail.com>
7865
7866 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7867 "*addr = 0".
7868
7869 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7870
7871 * tracepoint.c (trace_dump_actions): New, factored out from
7872 trace_dump_command, and adjusted to recurse into while-stepping's
7873 action list.
7874 (trace_dump_command): Use it.
7875
7876 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7877
7878 * breakpoint.h (struct counted_command_line): Moved definition to
7879 breakpoint.c, and forward declare.
7880 (breakpoint_commands): Declare.
7881 * breakpoint.c (struct counted_command_line): Moved here.
7882 (breakpoint_commands): New.
7883 * tracepoint.c (encode_actions): Use breakpoint_commands.
7884 * remote.c (remote_download_tracepoint): Ditto.
7885
7886 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7887
7888 * remote.c (remote_parse_stop_reply): Use hex_string instead
7889 of phex_nz for error.
7890
7891 2010-04-01 Stan Shebs <stan@codesourcery.com>
7892 Nathan Sidwell <nathan@codesourcery.com>
7893
7894 * tracepoint.h (enum actionline_type): Remove.
7895 (validate_actionline): Change return to void.
7896 * tracepoint.c (report_agent_reqs_errors): New function.
7897 (validate_actionline): Call it, change return to void, report errors
7898 more consistently.
7899 (collect_symbol): Call report_agent_reqs_errors.
7900 (encode_actions_1): Ditto.
7901 (encode_actions): Don't expect a result from validate_actionline.
7902
7903 2010-04-01 Stan Shebs <stan@codesourcery.com>
7904
7905 * tracepoint.c (trace_start_command): Confirm if trace is running.
7906 (trace_stop_command): Error if trace not running.
7907
7908 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7909
7910 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7911 (AMD64_NUM_LOWER_BYTE_REGS): New.
7912 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7913 (amd64_pseudo_register_write): Likewise.
7914 (amd64_init_abi): Set num_byte_regs to 20.
7915
7916 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7917
7918 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7919 (prev_breakpoint_count): New.
7920 (set_breakpoint_count): Adjust.
7921 (rbreak_start_breakpoint_count): New.
7922 (start_rbreak_breakpoints): Adjust.
7923 (end_rbreak_breakpoints): Adjust.
7924 (struct commands_info) <arg>: New field.
7925 (do_map_commands_command): Tweak output to include breakpoint spec
7926 range.
7927 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
7928 ARG was empty on entry. Set INFO's arg.
7929 (create_breakpoint): Adjust.
7930
7931 * NEWS: Clarify `commands' changes.
7932
7933 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7934
7935 * tracepoint.c: Include stack.h.
7936 (struct add_local_symbols_data): New.
7937 (do_collect_symbol): New.
7938 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7939 iterate_over_block_local_vars.
7940 * stack.c (print_block_frame_locals): Rewrite as ...
7941 (iterate_over_block_locals): ... this. Take a callback function
7942 pointer and generic data pointer, and call that instead of
7943 print_variable_and_value.
7944 (struct print_variable_and_value_data): New.
7945 (do_print_variable_and_value): New.
7946 (iterate_over_block_local_vars): New, abstracted out from
7947 print_frame_local_vars.
7948 (print_frame_local_vars): Rewrite using
7949 iterate_over_block_local_vars.
7950 (iterate_over_block_arg_vars): New, abstracted out from
7951 print_frame_arg_vars.
7952 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7953 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7954 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7955
7956 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
7957
7958 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7959 instructions. Use the PC+4 if the base of the TBB or TBH is the
7960 PC register.
7961
7962 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7963
7964 Fix crash on reading wrong function declaration DWARF.
7965 * dwarf2read.c (read_subroutine_type): New variable void_type.
7966 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
7967 more close to their use.
7968
7969 2010-03-31 Stan Shebs <stan@codesourcery.com>
7970
7971 * breakpoint.c (tracepoint_save_command): Include variables,
7972 conditionals, tracepoint types, and default-collect.
7973 * tracepoint.c (save_trace_state_variables): New function.
7974 * tracepoint.h (save_trace_state_variables): Declare it.
7975
7976 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
7977
7978 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7979
7980 2010-03-30 Keith Seitz <keiths@redhat.com>
7981
7982 * c-typeprint.c (c_type_print_args): Don't print "void"
7983 for java, regardless of whether it is TYPE_PROTOTYPED.
7984 Use the passed-in language instead of current_language.
7985 (c_type_print_varspec_suffix): Use current_language instead
7986 of assuming language_c.
7987 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7988 any return type specifier from the physname.
7989
7990 2010-03-30 Pedro Alves <pedro@codesourcery.com>
7991
7992 * tui/tui-interp.c (tui_is_toplevel): New.
7993 (tui_init): Set it.
7994 (tui_allowed_p): New.
7995 * tui/tui.c (tui_enable): Check if the TUI is allowed before
7996 enabling it.
7997 * tui/tui.h (tui_allowed_p): Declare.
7998
7999 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
8000
8001 * serial.h: Include winsock2.h before windows.h.
8002
8003 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
8004
8005 * NEWS: Mention xmlRegisters= in qSupported packet.
8006
8007 * i386-tdep.c: Include "remote.h".
8008 (_initialize_i386_tdep): Call register_remote_support_xml.
8009
8010 * remote.c (remote_support_xml): New.
8011 (register_remote_support_xml): Likewise.
8012 (remote_query_supported_append): Likewise.
8013 (remote_query_supported): Support remote_support_xml.
8014
8015 * remote.h (register_remote_support_xml): New.
8016
8017 2010-03-29 Stan Shebs <stan@codesourcery.com>
8018
8019 * tracepoint.c (trace_find_line_command): Remove dead code.
8020
8021 * tracepoint.h (struct uploaded_string): New struct.
8022 (struct uploaded_tp): New fields for source strings.
8023 * breakpoint.c (this_utp, next_cmd): New globals.
8024 (read_uploaded_action): New function.
8025 (create_tracepoint_from_upload): Fill in more parts
8026 of a tracepoint.
8027 * tracepoint.c (encode_source_string): New function.
8028 (trace_save): Write out source strings, fix error checks.
8029 (parse_tracepoint_definition): Add source string parsing.
8030 * remote.c (PACKET_TracepointSource): New packet type.
8031 (remote_download_command_source): New function.
8032 (remote_download_tracepoint): Download source pieces also.
8033 (_initialize_remote): Add packet config command.
8034
8035 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
8036 expression handler.
8037
8038 * tracepoint.c (start_tracing): Check tracepoints before sending
8039 commands to target, don't start if all tracepoints disabled.
8040
8041 2010-03-28 Pedro Alves <pedro@codesourcery.com>
8042
8043 * cli/cli-script.c (process_next_line): Handle 'stepping'.
8044
8045 2010-03-26 Stan Shebs <stan@codesourcery.com>
8046
8047 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
8048
8049 2010-03-26 Tom Tromey <tromey@redhat.com>
8050
8051 * breakpoint.c (commands_command_1): Duplicate 'arg'.
8052
8053 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
8054
8055 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
8056 (skip_prologue_sal): Remove local definition.
8057 (resolve_sal_pc): Remove now unnecessary code.
8058 * linespec.c (minsym_found): Call skip_prologue_sal.
8059 * symtab.c (find_function_start_pc): Remove.
8060 (find_function_start_sal): Extract prologue skipping into ...
8061 (skip_prologue_sal): ... this new function. Handle code both
8062 with and without debug info. Respect SAL's explicit_pc and
8063 explicit_line flags. Inline old find_function_start_pc.
8064 * symtab.h (find_function_start_pc): Remove.
8065 (skip_prologue_sal): Add prototype.
8066
8067 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
8068
8069 * dwarf2read.c (read_func_scope): Also scan specification DIEs
8070 for DW_TAG_imported_module children.
8071
8072 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
8073
8074 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
8075 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
8076 * completer.c (add_struct_fields): Fix inverted logic.
8077
8078 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
8079
8080 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
8081
8082 2010-03-26 Pedro Alves <pedro@codesourcery.com>
8083
8084 * tracepoint.c (current_trace_status): Don't make sure error_desc
8085 is non-NULL here.
8086 (parse_trace_status): Release a previous error_desc string, and
8087 set it to NULL by default. If stop reason is tracepoint_error,
8088 make sure error_desc is not left NULL.
8089
8090 2010-03-26 Pedro Alves <pedro@codesourcery.com>
8091
8092 * tracepoint.c (trace_save): Remove X from tracepoint error
8093 description.
8094
8095 2010-03-26 Pedro Alves <pedro@codesourcery.com>
8096
8097 * tracepoint.c (parse_trace_status): Don't allow plain strings in
8098 the terror description. Don't expect an X prefix.
8099
8100 2010-03-25 Stan Shebs <stan@codesourcery.com>
8101
8102 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
8103 (struct trace_status): New field error_desc.
8104 * tracepoint.c (stop_reason_names): Add terror.
8105 (current_trace_status): Ensure non-NULL error description.
8106 (trace_status_command): Add error report.
8107 (trace_status_mi): Ditto.
8108 (trace_save): Add special case for error description.
8109 (parse_trace_status): Add case for errors.
8110
8111 2010-03-25 Keith Seitz <keiths@redhat.com>
8112
8113 * dwarf2read.c (read_subroutine_type): If the compilation unit
8114 language is Java, mark any formal parameter named "this" as
8115 artificial (GCC/43521).
8116 (dwarf2_name): Add special handling for Java constructors.
8117
8118 2010-03-25 Tom Tromey <tromey@redhat.com>
8119
8120 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
8121 * infrun.c (handle_inferior_event): Change initialization of
8122 stop_stack_dummy.
8123 (handle_inferior_event): Change assignment to stop_stack_dummy.
8124 (normal_stop): Update use of stop_stack_dummy.
8125 (struct inferior_status) <stop_stack_dummy>: Change type.
8126 * inferior.h (stop_stack_dummy): Update.
8127 * infcmd.c (stop_stack_dummy): Change type.
8128 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
8129 function.
8130 (call_function_by_hand): Call set_std_terminate_breakpoint.
8131 Rewrite std::terminate handling.
8132 * breakpoint.h (enum bptype) <bp_std_terminate,
8133 bp_std_terminate_master>: New.
8134 (enum stop_stack_kind): New.
8135 (struct bpstat_what) <call_dummy>: Change type.
8136 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
8137 Declare.
8138 * breakpoint.c (create_std_terminate_master_breakpoint): New
8139 function.
8140 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
8141 Call create_std_terminate_master_breakpoint.
8142 (print_it_typical): Handle new breakpoint kinds.
8143 (bpstat_stop_status): Handle bp_std_terminate_master.
8144 (bpstat_what): Correctly set call_dummy field. Handle
8145 bp_std_terminate_master and bp_std_terminate.
8146 (print_one_breakpoint_location): Update.
8147 (allocate_bp_location): Update.
8148 (set_std_terminate_breakpoint): New function.
8149 (delete_std_terminate_breakpoint): Likewise.
8150 (create_thread_event_breakpoint): Update.
8151 (delete_command): Update.
8152 (breakpoint_re_set_one): Update.
8153 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
8154
8155 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8156
8157 * symfile.c (build_section_addr_info_from_bfd): New.
8158 (build_section_addr_info_from_objfile): Base it on
8159 build_section_addr_info_from_bfd.
8160 (addrs_section_compar, addrs_section_sort): New.
8161 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
8162 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
8163 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
8164
8165 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
8166
8167 * elfread.c (find_separate_debug_file_by_buildid):
8168 Remove unused local variable.
8169
8170 2010-03-24 Tom Tromey <tromey@redhat.com>
8171
8172 PR breakpoints/9352:
8173 * NEWS: Mention changes to `commands' and `rbreak'.
8174 * symtab.c (do_end_rbreak_breakpoints): New function.
8175 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
8176 end_rbreak_breakpoints.
8177 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
8178 (set_breakpoint_count): Likewise. Clear last_was_multi.
8179 (multi_start, multi_end, last_was_multi): New globals.
8180 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
8181 functions.
8182 (struct commands_info): New
8183 (do_map_commands_command): New function.
8184 (commands_command_1): New function.
8185 (commands_command): Use it.
8186 (commands_from_control_command): Likewise.
8187 (do_delete_breakpoint): New function.
8188 (delete_command): Use it.
8189 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
8190 (do_map_disable_breakpoint): New function.
8191 (disable_command): Use it.
8192 (do_map_enable_breakpoint): New function.
8193 (enable_command): Use it.
8194 (enable_once_breakpoint): Add argument.
8195 (enable_once_command): Update.
8196 (enable_delete_breakpoint): Add argument.
8197 (enable_delete_command): Update.
8198 (break_command_really): Set last_was_multi when needed.
8199 (check_tracepoint_command): Fix formatting.
8200 (validate_commands_for_breakpoint): New function.
8201 (breakpoint_set_commands): Use it.
8202 (tracepoint_save_command): Update.
8203 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
8204 Declare.
8205
8206 2010-03-24 Tom Tromey <tromey@redhat.com>
8207
8208 * breakpoint.h (struct counted_command_line): New struct.
8209 (struct breakpoint) <commands>: Change type.
8210 (struct bpstats) <commands>: Change type.
8211 <commands_left>: New field.
8212 * breakpoint.c (alloc_counted_command_line): New function.
8213 (incref_counted_command_line): Likewise.
8214 (decref_counted_command_line): Likewise.
8215 (do_cleanup_counted_command_line): Likewise.
8216 (make_cleanup_decref_counted_command_line): Likewise.
8217 (breakpoint_set_commands): Use decref_counted_command_line and
8218 alloc_counted_command_line.
8219 (commands_command): Don't error if breakpoint commands are
8220 executing.
8221 (commands_from_control_command): Likewise.
8222 (bpstat_free): Update.
8223 (bpstat_copy): Likewise.
8224 (bpstat_clear_actions): Likewise.
8225 (bpstat_do_actions_1): Likewise.
8226 (bpstat_stop_status): Likewise.
8227 (print_one_breakpoint_location): Likewise.
8228 (delete_breakpoint): Likewise.
8229 (bpstat_alloc): Initialize new field.
8230 (tracepoint_save_command): Update.
8231 * tracepoint.c (encode_actions): Update.
8232 (trace_dump_command): Update.
8233
8234 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8235
8236 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
8237 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
8238 (read_structure_type): For RealView, set TYPE_STUB on structures with
8239 no byte size and no children.
8240 (read_subroutine_type): Mark functions as prototyped by default.
8241 * symtab.c (producer_is_realview): New function.
8242 * symtab.h (expand_line_sal): Fix declaration formatting.
8243 (producer_is_realview): Declare.
8244
8245 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8246
8247 * arm-tdep.c (skip_prologue_function): New function.
8248 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
8249 (thumb_analyze_prologue): Document return value. Recognize more
8250 Thumb instructions, skippable calls, and some Thumb-2 instructions.
8251 Add debug output.
8252 (arm_skip_prologue): Remove call dummy check. Check the prologue
8253 for non-GNU compilers.
8254 (arm_instruction_changes_pc): New function.
8255 (arm_analyze_prologue): New function, broken out from
8256 arm_scan_prologue. Recognize more ARM instructions and skippable
8257 calls. Update comments. Handle NULL cache. Return the address
8258 of the first unrecognized instruction. Do not skip past other
8259 instructions which change control flow. Add debug output.
8260 (arm_scan_prologue): Use arm_analyze_prologue.
8261 (ARM_PC_32): Delete.
8262 (shifted_reg_val): Simplify ARM_PC_32 check.
8263
8264 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8265
8266 * tracepoint.c (tvariables_info_1): Actually compute
8267 the number of rows in the result.
8268
8269 2010-03-24 Pedro Alves <pedro@codesourcery.com>
8270
8271 * remote.c (crc32): Constify `buf' parameter.
8272 (remote_verify_memory): New, abstracted out from...
8273 (compare_sections_command): ... this. Remove hardcoded target
8274 checks.
8275 (init_remote_ops): Install remote_verify_memory.
8276 * target.c (target_verify_memory): New.
8277 * target.h (struct target_ops) <to_verify_memory>: New field.
8278 (target_verify_memory): Declare.
8279
8280 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8281
8282 Implement -trace-save.
8283
8284 * mi-cmds.h (mi_cmds_trace_save): Declare.
8285 * mi-cmds.c (mi_cmds): Register -trace-save.
8286 * mi/mi-main.c (mi_cmd_trace_save): New.
8287 * remote.c (remote_save_trace_data): Take const parameter.
8288 * target.h (struct target_ops::to_save_trace_data): Take
8289 const parameter.
8290 * target.c (update_current_target): Adjust to the above.
8291 * tracepoint.c (trave_save): New, extracted from
8292 (trace_save_command): ...this.
8293 (tfile_trace_find): Remove message that is unnecessary now
8294 that 'tfind' reports found frame.
8295 * tracepoint.h (trace_save): Declare.
8296
8297 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8298
8299 Implement -trace-find.
8300
8301 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
8302 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
8303 * mi/mi-main.c (mi_cmd_trace_find): New.
8304 * target.h (struct target_ops): Document to_trace_find.
8305 * tracepoint.h (tfind_1): Declare.
8306 * tracepoint.c (finish_tfind_command): Rename to...
8307 (tfind_1): ...this.
8308 * remote.c (remote_trace_find): Return -1 if target say
8309 there's no frame. Improve error diagnostics.
8310
8311 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8312
8313 -trace-define-variable and -trace-list-variables.
8314
8315 * tracepoint.c (create_trace_state_variable): Make
8316 private copy of name, as opposed to assuming the
8317 pointer lives forever.
8318 (tvariables_info_1): New.
8319 (tvariables_info): Use the above.
8320 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
8321 Declare.
8322 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
8323 and -trace-list-variables.
8324 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
8325 (mi_cmd_trace_list_variables): New.
8326 * mi/mi-main.c (mi_cmd_trace_define_variable)
8327 (mi_cmd_trace_list_variables): New.
8328
8329 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8330
8331 Implement -break-passcount.
8332
8333 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
8334 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
8335 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
8336
8337 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8338
8339 -trace-start/-trace-end/-trace-status.
8340
8341 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
8342 and -trace-stop.
8343 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
8344 (mi_cmd_trace_stop): Declare.
8345 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
8346 (mi_cmd_trace_stop): New.
8347 * tracepoint.c (start_tracing): New, extracted from...
8348 (trace_start_command): ...this.
8349 (trace_status_mi): New.
8350 * tracepoint.h (struct trace_status): Document
8351 stopping_tracepoint.
8352 (start_tracing, stop_tracing, trace_status_mi): Declare.
8353
8354 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8355
8356 Implement creating tracepoints with -break-insert.
8357
8358 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
8359 to mean that tracepoint should be created.
8360
8361 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8362
8363 * breakpoint.c (check_no_tracepoint_commands): Use
8364 current spelling of 'teval'.
8365
8366 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8367
8368 Unify actions and commands
8369
8370 * defs.h (read_command_lines, read_command_lines_1): New
8371 parameters validator and closure.
8372 * tracepoint.h (struct action_line): Remove.
8373 * breakpoint.h (struct breakpoint): Remove the 'actions'
8374 field.
8375 * defs.h (enum command_control_type): New value
8376 while_stepping_control.
8377 (struct command_line): Add comments.
8378 * breakpoint.c (breakoint_is_tracepoint): New.
8379 (breakpoint_set_commands): For tracepoints,
8380 verify the commands are permissible.
8381 (check_tracepoint_commands): New.
8382 (commands_command): Require that each new line is validated using
8383 check_tracepoint_command, if we set commands for a tracepoint.
8384 (create_tracepoint_from_upload): Likewise.
8385 (print_one_breakpoint_location): Remove the code to print
8386 actions specifically.
8387 (tracepoint_save_command): Relay to print_command_lines.
8388 * cli/cli-script.c (process_next_line): New parameters validator
8389 and closure. Handle 'while-stepping'. Call validator if not null.
8390 (read_command_lines, read_command_lines1): Likewise.
8391 (recurse_read_control_structure): New parameters validator and
8392 closure. Handle while_stepping_control.
8393 (print_command_lines): Handle while-stepping.
8394 (get_command_line, define_command, document_command): Adjust.
8395 * remote.c (remote_download_tracepoint): Adjust.
8396 * tracepoint.c (make_cleanup_free_actions, read_actions)
8397 (free_actions, do_free_actions_cleanup): Remove.
8398 (trace_actions_command): Use read_command_lines.
8399 (validate_actionline): Use error in one place.
8400 (encode_actions_1): New, extracted from...
8401 (encode_actions): ...this. Also use cleanups for exception
8402 safety.
8403 (trace_dump_command): Adjust.
8404 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
8405 it's tracepoint.
8406
8407 2010-03-23 Mike Frysinger <vapier@gentoo.org>
8408
8409 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
8410
8411 2010-03-22 Stan Shebs <stan@codesourcery.com>
8412
8413 * value.c (value_static_field): Be lazy about the field's value.
8414
8415 2010-03-22 Reid Kleckner <reid@kleckner.net>
8416
8417 PR gdb/11094
8418 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
8419 bp_jit_event.
8420 (disable_breakpoints_in_shlibs): Likewise.
8421
8422 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
8423
8424 * dwarf2read.c (partial_die_parent_scope): Work around buggy
8425 GCC 4.1 debug info generation (GCC PR c++/28460).
8426 (determine_prefix): Likewise.
8427
8428 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
8429
8430 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
8431 get_current_arch.
8432 * tui/tui-layout.c (extract_display_start_addr): Likewise.
8433
8434 2010-03-19 Stan Shebs <stan@codesourcery.com>
8435
8436 * ax-gdb.c (gen_fetch): Handle bool.
8437 (gen_usual_unary): Ditto.
8438 (gen_cast): Ditto.
8439 (gen_equal): New function.
8440 (gen_less): New function.
8441 (gen_expr_binop_rest): Call them, also return integer type from
8442 logical operations.
8443 (gen_expr): Ditto.
8444
8445 2010-03-19 Tom Tromey <tromey@redhat.com>
8446
8447 * jv-lang.c (jv_dynamics_objfile_data_key)
8448 (jv_type_objfile_data_key): New globals.
8449 (class_symtab): Move earlier.
8450 (jv_per_objfile_free): New function.
8451 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
8452 parameter.
8453 Remove ancient #if 1.
8454 (add_class_symbol): Remove redundant declaration.
8455 (java_lookup_class): Use alloc_type, not alloc_type_arch.
8456 (java_link_class_type): Mark as static. Update.
8457 (jv_clear_object_type): New function.
8458 (set_java_object_type): Likewise.
8459 (get_java_object_type): Use set_java_object_type.
8460 (is_object_type): Likewise.
8461 (_initialize_java_language): Register new objfile keys.
8462 (get_java_class_symtab): Add 'gdbarch' parameter.
8463 (add_class_symtab_symbol): Update.
8464 (type_from_class): Update.
8465
8466 2010-03-19 Stan Shebs <stan@codesourcery.com>
8467
8468 * ax-general.c (ax_const_l): Fix a sizing bug.
8469
8470 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8471
8472 GDB 7.1 released.
8473
8474 2010-03-18 Stan Shebs <stan@codesourcery.com>
8475 Pedro Alves <pedro@codesourcery.com>
8476
8477 * target.h (struct target_ops): New method
8478 to_set_circular_trace_buffer.
8479 (target_set_circular_trace_buffer): New macro.
8480 * target.c (update_current_target): Add
8481 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
8482 default behavior.
8483 * remote.c (remote_set_circular_trace_buffer): New function.
8484 (init_remote_ops): Add it to vector.
8485 * tracepoint.h (struct trace_status): New field traceframes_created,
8486 change buffer_size and buffer_free to int.
8487 * tracepoint.c (circular_trace_buffer): New global.
8488 (start_tracing): Send values of disconnected tracing and circular
8489 trace buffer settings.
8490 (set_circular_trace_buffer): New function.
8491 (parse_trace_state): Handle total space and frames created.
8492 (trace_status_command): Display total space and total frames
8493 created.
8494 (trace_save): Write out new status values.
8495 (parse_trace_status): Set traceframe_count, traceframes_created,
8496 buffer_free and buffer_size to -1 by default.
8497 (_initialize_tracepoint): New setshow for circular-trace-buffer.
8498 * NEWS: Mention the circular trace buffer option.
8499
8500 2010-03-18 Tom Tromey <tromey@redhat.com>
8501
8502 * infcmd.c (finish_command_continuation): Wrap print_return_value
8503 in TRY_CATCH.
8504
8505 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8506
8507 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
8508 DIE has a name before creating the associated partial symbol.
8509 (read_func_scope): Emit a complaint if the subprogram does not
8510 have a name or when we can't extract the subprogram PC bounds.
8511
8512 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
8513
8514 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
8515 instead of selected frame architecture.
8516
8517 2010-03-18 Pedro Alves <pedro@codesourcery.com>
8518
8519 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
8520 a valid selected thread, and that it is not running.
8521 (advance_command): Ditto.
8522 (finish_command): Ditto.
8523
8524 2010-03-17 Stan Shebs <stan@codesourcery.com>
8525
8526 * ax-gdb.c (require_rvalue): Disallow non-scalars.
8527
8528 * infcall.c: Include tracepoint.h.
8529 (call_function_by_hand): Disallow calls in tfind mode.
8530 * infcmd.c: Include tracepoint.h.
8531 (ensure_not_tfind_mode): New function.
8532 (continue_1): Call it.
8533 (step_1) Ditto.
8534 (jump_command): Ditto.
8535 (signal_command): Ditto.
8536 (advance_command): Ditto.
8537 (until_command): Ditto.
8538 (finish_command): Ditto.
8539 * tracepoint.h (disconnect_or_stop_tracing): Declare.
8540
8541 * ax-gdb.h (struct axs_value): New field optimized_out.
8542 (gen_trace_for_var): Add gdbarch argument.
8543 * ax-gdb.c (gen_trace_static_fields): New function.
8544 (gen_traced_pop): Call it, add gdbarch argument.
8545 (gen_trace_for_expr): Update call to it.
8546 (gen_trace_for_var): Ditto, and report optimized-out variables.
8547 (gen_struct_ref_recursive): Check for optimized-out value.
8548 (gen_struct_elt_for_reference): Ditto.
8549 (gen_static_field): Pass gdbarch instead of expression, assume
8550 optimization if field not found.
8551 (gen_var_ref): Set the optimized_out flag.
8552 (gen_expr): Error on optimized-out variable.
8553 * tracepoint.c (collect_symbol): Handle struct-valued vars as
8554 expressions, skip optimized-out variables with computed locations.
8555 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
8556 erroring out if location expression missing.
8557 (loclist_tracepoint_var_ref): Don't error out here.
8558
8559 2010-03-17 Tom Tromey <tromey@redhat.com>
8560
8561 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
8562 DWARF data is available.
8563
8564 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
8565
8566 * symfile.c (generic_load): Reset breakpoints after loading.
8567
8568 2010-03-17 Tom Tromey <tromey@redhat.com>
8569
8570 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
8571
8572 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8573
8574 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
8575 create_breakpoint call, adjust the parameters.
8576
8577 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8578 Chandru <chandru@in.ibm.com>
8579
8580 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
8581 * valarith.c (value_subscripted_rvalue): Suppress error if
8582 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
8583
8584 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
8585
8586 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
8587
8588 2010-03-16 Joel Brobecker <brobecker@adacore.com>
8589
8590 * ada-tasks.c (task_command_1): Check that the task ptid is valid
8591 before doing the associated thread switch.
8592
8593 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
8594
8595 * MAINTAINERS: Update my email address.
8596
8597 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
8598
8599 Simplify MI breakpoint setting.
8600
8601 * breakpoint.c (break_command_really): Make nonstatic and
8602 rename to...
8603 (create_breakpoint): ...this. Rename prior function by this name
8604 to...
8605 (create_breakpoint_sal): ...this.
8606 (create_breakpoints): Rename to...
8607 (create_breakpoints_sal): ...this.
8608 (set_breakpoint): Remove.
8609 * breakpoint.h: Adjust to above changes.
8610 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
8611
8612 2010-03-15 Stan Shebs <stan@codesourcery.com>
8613
8614 * ax-gdb.c: Include cp-support.h.
8615 (find_field): Remove.
8616 (gen_primitive_field): New function.
8617 (gen_struct_ref_recursive): New function.
8618 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8619 of find_field.
8620 (gen_static_field): New function.
8621 (gen_struct_elt_for_reference): New.
8622 (gen_namespace_elt): New.
8623 (gen_maybe_namespace_elt): New.
8624 (gen_aggregate_elt_ref): New.
8625 (gen_expr): Add OP_SCOPE, display opcode name in error message.
8626
8627 2010-03-15 Tom Tromey <tromey@redhat.com>
8628
8629 * dwarf2read.c (die_needs_namespace): Also return 0 for
8630 DW_TAG_subprogram.
8631
8632 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
8633
8634 PR c++/7936:
8635 * cp-support.h: Added char *declaration element to using_direct
8636 data struct.
8637 (cp_add_using): Added char *declaration argument.
8638 (cp_add_using_directive): Ditto.
8639 (cp_lookup_symbol_imports): made extern.
8640 * cp-namespace.c: Updated with the above changes.
8641 * dwarf2read.c (read_import_statement): Ditto.
8642 (read_namespace): Ditto.
8643 (read_import_statement): Support import declarations.
8644 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8645 declarations.
8646 Added support for 'declaration_only' search.
8647 (cp_lookup_symbol_namespace): Attempt to search for the name as
8648 is before consideration of imports.
8649 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8650 search at every block level search.
8651 Now takes language argument.
8652 (lookup_symbol_aux): Updated.
8653
8654 2010-03-15 Tom Tromey <tromey@redhat.com>
8655
8656 * c-exp.y (name_not_typename): Add 'operator' clause.
8657
8658 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
8659
8660 * configure.ac: Exit if ${gdb_target_obs}" is not set.
8661 * configure: Regenerate.
8662
8663 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8664
8665 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8666 and ".sdynbss". Update the comment.
8667
8668 2010-03-15 Jie Zhang <jie@codesourcery.com>
8669
8670 * MAINTAINERS: Update my email address.
8671
8672 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8673
8674 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8675
8676 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8677
8678 * charset.c [USE_WIN32API]: Include <windows.h>.
8679 (_initialize_charset): Correct type of w32_host_default_charset.
8680
8681 2010-03-14 Pedro Alves <pedro@codesourcery.com>
8682
8683 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8684
8685 2010-03-12 Tom Tromey <tromey@redhat.com>
8686
8687 PR c++/9708:
8688 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8689 in a lexical block does not need a namespace.
8690 (new_symbol) <DW_TAG_variable>: Put extern variables on
8691 list_in_scope in all cases.
8692
8693 2010-03-12 Stan Shebs <stan@codesourcery.com>
8694
8695 * ax-gdb.c (gen_expr): Add shift expressions.
8696 (gen_expr_binop_rest): Ditto.
8697
8698 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
8699
8700 * buildsym.c (finish_block): Reset using_directives pointer
8701 after block initialization.
8702
8703 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
8704
8705 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8706 * i386-tdep.c (i386_word_names): Likewise.
8707
8708 2010-03-12 Pedro Alves <pedro@codesourcery.com>
8709
8710 * target.c (memory_xfer_partial): Don't use the stack cache if
8711 inspecting trace frames.
8712 * tracepoint.c (finish_tfind_command): Invalidate the target
8713 dcache.
8714
8715 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8716
8717 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8718 for the PIC displacement, print also the displacement value.
8719 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
8720
8721 2010-03-10 Kevin Buettner <kevinb@redhat.com>
8722
8723 * remote-mips.c (close_ports, mips_initialize_cleanups)
8724 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8725 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8726 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8727 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8728 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8729 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8730 comments describing each of these functions.
8731 (mips_enter_debug, mips_exit_debug, common_open)
8732 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8733 blank line after the comment describing the function.
8734
8735 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8736
8737 * solib-svr4.c (svr4_exec_displacement): Return now success, new
8738 parameter displacementp. Update comment.
8739 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8740 element exists. Return if svr4_exec_displacement was not successful.
8741 Update comment.
8742
8743 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8744 Daniel Jacobowitz <dan@codesourcery.com>
8745
8746 * solib-svr4.c (read_program_header): Support type == -1 to read
8747 all program headers.
8748 (read_program_headers_from_bfd): New function.
8749 (svr4_static_exec_displacement): Remove and move the comment ...
8750 (svr4_exec_displacement): ... here. Remove variable found. New
8751 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
8752 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
8753 targets using read_program_headers_from_bfd. Remove the call of
8754 svr4_static_exec_displacement.
8755
8756 2010-03-10 Tom Tromey <tromey@redhat.com>
8757
8758 * dwarf2read.c (struct pubnames_header): Remove.
8759 (_PUBNAMES_HEADER): Remove.
8760 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8761 (struct aranges_header): Remove.
8762 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8763 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8764 (PUBNAMES_SECTION): Remove.
8765 (ARANGES_SECTION): Remove.
8766 (dwarf2_locate_sections): Don't handle pubnames or aranges.
8767 (dwarf2_build_psymtabs): Remove dead code.
8768 (dwarf2_build_psymtabs_easy): Remove.
8769
8770 2010-03-10 Tom Tromey <tromey@redhat.com>
8771
8772 * elfread.c (elf_symfile_read): Don't call
8773 dwarf2_build_frame_info.
8774 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8775 (struct dwarf2_per_objfile) <objfile>: New field.
8776 (dwarf2_has_info): Now idempotent. Set objfile field.
8777 (dwarf2_read_section): Check and set readin field. Call
8778 posix_madvise.
8779 (dwarf2_build_psymtabs): Don't read all sections.
8780 (read_type_comp_unit_head): Read types section.
8781 (create_debug_types_hash_table): Likewise.
8782 (init_cu_die_reader): Add asserts.
8783 (process_type_comp_unit): Add assert.
8784 (dwarf2_build_psymtabs_hard): Read info section.
8785 (load_partial_comp_unit): Add assert.
8786 (create_all_comp_units): Read info section.
8787 (load_full_comp_unit): Likewise.
8788 (dwarf2_ranges_read): Read ranges section.
8789 (dwarf2_record_block_ranges): Add assert.
8790 (dwarf2_read_abbrevs): Read abbrev section.
8791 (read_indirect_string): Read str section.
8792 (dwarf_decode_line_header): Read line section.
8793 (read_signatured_type_at_offset): Read types section.
8794 (dwarf_decode_macros): Read macinfo section.
8795 (dwarf2_symbol_mark_computed): Read loc section.
8796 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8797 dwarf2_build_frame_info.
8798 (dwarf2_build_frame_info): Unconditionally set
8799 dwarf2_frame_objfile_data on the objfile.
8800 * configure.ac: Check for posix_madvise.
8801 * config.in, configure: Rebuild.
8802
8803 2010-03-10 Tom Tromey <tromey@redhat.com>
8804
8805 * xcoffread.c (xcoff_start_psymtab): Update.
8806 (xcoff_end_psymtab): Update.
8807 * psymtab.c (allocate_psymtab): Remove dead code.
8808 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8809 void*.
8810 * mdebugread.c (parse_partial_symbols): Update.
8811 (new_psymtab): Likewise.
8812 * dwarf2read.c (process_psymtab_comp_unit): Update.
8813 (psymtab_to_symtab_1): Update.
8814 * dbxread.c (start_psymtab): Update.
8815 (end_psymtab): Likewise.
8816
8817 2010-03-10 Tom Tromey <tromey@redhat.com>
8818
8819 * xcoffread.c: Include psymtab.h.
8820 (xcoff_sym_fns): Update.
8821 * symtab.h (struct partial_symbol): Remove.
8822 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8823 (struct partial_symtab): Remove.
8824 (PSYMTAB_TO_SYMTAB): Remove.
8825 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8826 (find_pc_sect_psymtab): Remove.
8827 (find_pc_sect_symtab_via_partial): Declare.
8828 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8829 (find_main_psymtab): Remove.
8830 (find_main_filename): Declare.
8831 (fixup_psymbol_section): Remove.
8832 (fixup_section): Declare.
8833 * symtab.c: Include psymtab.h.
8834 (lookup_symtab): Use lookup_symtab method.
8835 (lookup_partial_symtab): Remove.
8836 (find_pc_sect_psymtab_closer): Remove.
8837 (find_pc_sect_psymtab): Remove.
8838 (find_pc_sect_symtab_via_partial): New function.
8839 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8840 (fixup_section): No longer static.
8841 (fixup_psymbol_section): Remove.
8842 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8843 (lookup_global_symbol_from_objfile): Likewise.
8844 (lookup_symbol_aux_psymtabs): Remove.
8845 (lookup_symbol_aux_quick): New function.
8846 (lookup_symbol_global): Use lookup_symbol_aux_quick.
8847 (lookup_partial_symbol): Remove.
8848 (basic_lookup_transparent_type_quick): New function.
8849 (basic_lookup_transparent_type): Use it.
8850 (find_main_psymtab): Remove.
8851 (find_main_filename): New function.
8852 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8853 (find_line_symtab): Use expand_symtabs_with_filename method.
8854 (output_partial_symbol_filename): New function.
8855 (sources_info): Use map_partial_symbol_filenames.
8856 (struct search_symbols_data): New type.
8857 (search_symbols_file_matches): New function.
8858 (search_symbols_name_matches): Likewise.
8859 (search_symbols): Use expand_symtabs_matching method.
8860 (struct add_name_data): Rename from add_macro_name_data.
8861 (add_macro_name): Update.
8862 (add_partial_symbol_name): New function.
8863 (default_make_symbol_completion_list): Use
8864 map_partial_symbol_names.
8865 (struct add_partial_symbol_name): New type.
8866 (maybe_add_partial_symtab_filename): New function.
8867 (make_source_files_completion_list): Use
8868 map_partial_symbol_filenames.
8869 (expand_line_sal): Use expand_symtabs_with_filename method.
8870 * symmisc.c: Include psymtab.h.
8871 (print_objfile_statistics): Use print_stats method.
8872 (dump_objfile): Use dump method.
8873 (dump_psymtab, maintenance_print_psymbols)
8874 (maintenance_info_psymtabs, maintenance_check_symtabs)
8875 (extend_psymbol_list): Remove.
8876 * symfile.h (struct quick_symbol_functions): New struct.
8877 (struct sym_fns) <qf>: New field.
8878 (sort_pst_symbols): Remove.
8879 (increment_reading_symtab): Declare.
8880 * symfile.c: Include psymtab.h.
8881 (compare_psymbols, sort_pst_symbols): Remove.
8882 (psymtab_to_symtab): Remove.
8883 (increment_reading_symtab): New function.
8884 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8885 method.
8886 (set_initial_language): Use find_main_filename.
8887 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8888 (free_named_symtabs): Remove unused code.
8889 (start_psymtab_common, add_psymbol_to_bcache)
8890 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8891 Remove.
8892 * stack.c: Include psymtab.h, symfile.h.
8893 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8894 * source.h (psymtab_to_fullname): Don't declare.
8895 * source.c: Include psymtab.h.
8896 (select_source_symtab): Use find_last_source_symtab method.
8897 (forget_cached_source_info): Use forget_cached_source_info
8898 method.
8899 (find_and_open_source): No longer static.
8900 (psymtab_to_fullname): Remove.
8901 * somread.c: Include psymtab.h.
8902 (som_sym_fns): Update.
8903 * psympriv.h: New file.
8904 * psymtab.h: New file.
8905 * psymtab.c: New file.
8906 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8907 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8908 * objfiles.c: Include psymtab.h.
8909 (objfile_relocate1): Use relocate method.
8910 (objfile_has_partial_symbols): Use has_symbols method.
8911 * mipsread.c: Include psymtab.h.
8912 (ecoff_sym_fns): Update.
8913 * mi/mi-cmd-file.c: Include psymtab.h.
8914 (print_partial_file_name): New function.
8915 (mi_cmd_file_list_exec_source_files): Use
8916 map_partial_symbol_filenames.
8917 * mdebugread.c: Include psympriv.h.
8918 * machoread.c: Include psympriv.h.
8919 (macho_sym_fns): Update.
8920 * m2-exp.y (yylex): Use lookup_symtab.
8921 * elfread.c: Include psympriv.h.
8922 (elf_sym_fns): Update.
8923 * dwarf2read.c: Include psympriv.h.
8924 * dbxread.c: Include psympriv.h.
8925 (aout_sym_fns): Update.
8926 * cp-support.c: Include psymtab.h.
8927 (read_in_psymtabs): Remove.
8928 (make_symbol_overload_list_qualified): Use
8929 expand_symtabs_for_function method.
8930 * coffread.c: Include psympriv.h.
8931 (coff_sym_fns): Update.
8932 * blockframe.c: Include psymtab.h.
8933 (find_pc_partial_function): Use find_pc_sect_symtab method.
8934 * ada-lang.h (ada_update_initial_language): Update.
8935 * ada-lang.c: Include psymtab.h.
8936 (ada_update_initial_language): Remove 'main_pst' argument.
8937 (ada_lookup_partial_symbol): Remove.
8938 (struct ada_psym_data): New type.
8939 (ada_add_psyms): New function.
8940 (ada_add_non_local_symbols): Use map_ada_symtabs method.
8941 (struct add_partial_datum): New type.
8942 (ada_add_partial_symbol_completions): New function.
8943 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8944 (ada_exception_support_info_sniffer): Update.
8945 * Makefile.in (SFILES): Add psymtab.c.
8946 (COMMON_OBS): Add psymtab.o.
8947 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8948
8949 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8950
8951 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8952
8953 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
8954
8955 PR C++/11236:
8956 * cp-namespace.c (cp_add_using): Deleted.
8957 (cp_add_using_directive): Use obstack allocations.
8958 Merged the function cp_add_using into this one.
8959 Added 'struct obstack *' argument.
8960 (cp_scan_for_anonymous_namespaces): Updated.
8961 * cp-support.h: Updated.
8962 * dwarf2read.c (read_import_statement): Updated.
8963 (read_namespace): Updated.
8964
8965 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8966
8967 * windows-nat.c (cygwin_conv_path): Remove old macro.
8968
8969 2010-03-10 Pedro Alves <pedro@codesourcery.com>
8970
8971 * breakpoint.c (condition_command): Handle watchpoint conditions.
8972 (is_hardware_watchpoint): Add comment.
8973 (is_watchpoint): New.
8974 (update_watchpoint): Don't reparse the watchpoint's condition
8975 unless necessary.
8976 (WP_IGNORE): New.
8977 (watchpoint_check): Use it.
8978 (bpstat_check_watchpoint): Handle it.
8979 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8980 conditions in a frame where it makes sense.
8981 (watch_command_1): Store the innermost block of the condition
8982 expression.
8983 (delete_breakpoint): Delete the watchpoint condition expression.
8984 * breakpoint.h (struct bp_location) <cond>: Update comment.
8985 (struct breakpoint): New field `cond_exp_valid_block'.
8986
8987 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8988
8989 Adjust handling of Ada DIEs after dwarf2_physname patch.
8990 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8991
8992 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
8993 Pierre Muller <muller@ics.u-strasbg.fr>
8994
8995 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8996 from/to posix/win32.
8997 (windows_make_so): Use non-Cygwin 1.7 specific function.
8998 (windows_create_inferior): Make sure that cygallargs points to
8999 original args in non Cygwin 1.7. case.
9000
9001 2010-03-09 Michael Snyder <msnyder@vmware.com>
9002
9003 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
9004 after target_read_memory to get host byte order.
9005 (i386_process_record): Ditto.
9006
9007 2010-03-09 Keith Seitz <keiths@redhat.com>
9008
9009 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
9010 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
9011 print out const or volatile qualifiers, too.
9012 (c_type_print_args): Add parameters show_artificial and language.
9013 Skip artificial parameters when requested.
9014 Use the appropriate language printer.
9015 (c_type_print_varspec): Tell c_type_print_args to skip artificial
9016 parameters and pass language_c.
9017 * dwarf2read.c (die_list): New file global.
9018 (struct partial_die_info): Update comments for name field.
9019 (pdi_needs_namespace): Renamed to ...
9020 (die_needs_namespace): ... this. Rewrite.
9021 (dwarf2_linkage_name): Remove.
9022 (add_partial_symbol): Do not predicate the call to
9023 partial_die_full_name based on pdi_needs_namespace.
9024 Remove call to cp_check_possible_namespace_symbols and associated
9025 outdated comments.
9026 (guess_structure_name): Do not inspect child subprogram DIEs.
9027 (dwarf2_fullname): Update comments.
9028 Use die_needs_namespace to assist in computing the name.
9029 (read_func_scope): Use dwarf2_name to get the DIE's name.
9030 Use dwarf2_physname to get the "linkage name" of the DIE.
9031 (dwarf2_add_member_field): Use dwarf2_physname instead of
9032 dwarf2_linkage_name.
9033 (read_structure_type): For structs and classes, set TYPE_NAME, too.
9034 (determine_class): Remove.
9035 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
9036 except Ada.
9037 (new_symbol): Unconditionally call dwarf2_name.
9038 Compute the "linkage name" using dwarf2_physname.
9039 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
9040 When determining to scan for anonymous C++ namespaces, ignore
9041 the linkage name.
9042 (dwarf2_physname): New function.
9043 (dwarf2_full_name): Move content to new function and call
9044 that.
9045 (dwarf2_compute_name): "New" function.
9046 (_initialize_dwarf2_read): Initialize die_list.
9047 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
9048 physname.
9049 (gnu_v3_print_method_ptr): Use the physname for virtual methods
9050 without a demangled name.
9051 Print out type information for non-virtual methods.
9052 * linespec.c (decode_line_1): Force ANY string using "::" (or
9053 "." for java) to use decode_compound, and clean up any stray quoting.
9054 If we found a file symtab, re-evaluate whether the remainder is_quoted.
9055 (decode_compound): Stop consuming at an open parenthesis.
9056 Keep template parameters.
9057 Keep any overload information.
9058 Keep keywords like "const".
9059 Remove paren_pointer.
9060 Move is_quoted check from set_flags to here.
9061 Remove #if 0 code from 2000. Ten years is long enough.
9062 (find_method): Before comparing symbol names, canonicalize the string
9063 from the user.
9064 If a specific overload is requested, find it. Otherwise throw an error.
9065 (find_method_overload_end): New function.
9066 (set_flags): Remove.
9067 (decode_compound): Assume that parentheses are matched.
9068 It's a lot easier.
9069 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
9070 to cplus_demangle.
9071 * linespec.c (decode_line_1): Keep important keywords like
9072 "const" and "volatile".
9073 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
9074 * typeprint.h (c_type_print_args): Add declaration.
9075 * ui-file.c (do_ui_file_obsavestring): New function.
9076 (ui_file_obsavestring): New function.
9077 * ui-file.h (ui_file_obsavestring): Add declaration.
9078 * valops.c (find_overload_match): Resolve the object to
9079 a non-pointer type.
9080 If the object is a data member, search the object for the member
9081 and return with staticp set.
9082 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
9083 Do not attempt to extract a function name from non-function types.
9084 If the extracted function name and the original name are the same,
9085 we don't have a C++ method.
9086
9087 From Jan Kratochvil <jan.kratochvil@redhat.com>:
9088 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
9089
9090 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
9091 and arguments from symbol lookups.
9092 * ax-gdb.c (gen_expr): Likewise.
9093 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
9094 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
9095 lookup_possible_namespace_symbol): Likewise.
9096 * cp-support.c (read_in_psymtabs): Likewise.
9097 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
9098 * language.h (la_lookup_symbol_nonlocal): Likewise.
9099 * scm-valprint.c (scm_inferior_print): Likewise.
9100 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
9101 * solib-svr.c (elf_lookup_lib): Likewise.
9102 * solib.c (show_auto_solib_add): Likewise.
9103 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
9104 * symmisc.c (maintenance_check_symtabs): Likewise.
9105 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
9106 lookup_symbol_aux_local, lookup_symbol_aux_block,
9107 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
9108 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
9109 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
9110 basic_lookup_transparent_type, find_main_psymtab,
9111 lookup_block_symbol): Likewise.
9112 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
9113 lookup_symbol_global, lookup_symbol_aux_block,
9114 lookup_symbol_partial_symbol, lookup_block_symbol,
9115 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
9116
9117 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
9118
9119 * python/python-internal.h: Include symtab.h.
9120
9121 2010-03-09 Joel Brobecker <brobecker@adacore.com>
9122 Pierre Muller <muller@ics.u-strasbg.fr>
9123
9124 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
9125 * p-valprint.c (pascal_val_print): Remove undeed block and fix
9126 indentation.
9127
9128 2010-03-08 Tom Tromey <tromey@redhat.com>
9129
9130 * breakpoint.c (breakpoint_1): Add "QUIT".
9131
9132 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
9133 Pedro Alves <pedro@codesourcery.com>
9134
9135 * solib.c (solib_find): Replace extension if
9136 solib_symbols_extension is set in the target gdbarch.
9137 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
9138 solib_symbols_extension to "sym".
9139 * gdbarch.sh (solib_symbols_extension): New variable.
9140 (pstring): New function.
9141 * gdbarch.h, gdbarch.c: Regenerate.
9142
9143 2010-03-08 Tom Tromey <tromey@redhat.com>
9144
9145 PR cli/9591:
9146 * NEWS: Update.
9147 * utils.c: Include main.h.
9148 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
9149 (defaulted_query): Use default answer if `batch_flag'.
9150 * main.h (batch_flag): Declare.
9151 * main.c (batch_flag): New global.
9152 (captured_main): Remove 'batch'. Update.
9153
9154 2010-03-08 Kevin Buettner <kevinb@redhat.com>
9155
9156 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
9157 and Kevin Buettner:
9158
9159 * remote-mips.c (rockhopper_ops): New target_ops struct.
9160 (MON_ROCKHOPPER): New mips_monitor_type.
9161 (read_hex_value): New function.
9162 (mips_request): Send 8-byte values with a 'T' packet. Read the
9163 packet argument as a string and use read_hex_value to parse it.
9164 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
9165 (rockhopper_open): New function.
9166 (mips_wait): Read the PC, FP and SP fields as strings. Use
9167 read_hex_value to parse them and mips_set_register to commit them.
9168 (mips_set_register): New function.
9169 (mips_fetch_registers): Do not cast register value to "unsigned"
9170 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
9171 (mips_store_registers): Use a 'T' packet to set registers when
9172 using MON_ROCKHOPPER.
9173 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
9174 and expect the total to be printed before the entry address.
9175 (_initialize_remote_mips): Initialize and add rockhopper_ops.
9176
9177 2010-03-08 Kevin Buettner <kevinb@redhat.com>
9178
9179 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
9180 Change return value to int. Store value fetched in location
9181 addressed by `val'. Use function's return value as success
9182 or failure indicator. Adjust all callers.
9183
9184 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
9185
9186 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
9187
9188 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9189 Hui Zhu <teawater@gmail.com>
9190
9191 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
9192 tmp_to_stopped_data_address.
9193 (record_open): Reset tmp_to_stopped_by_watchpoint and
9194 tmp_to_stopped_data_address.
9195 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
9196 to_stopped_data_address.
9197
9198 2010-03-08 Hui Zhu <teawater@gmail.com>
9199
9200 * i386-tdep.c (i386_process_record): Initialize regnum.
9201
9202 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9203
9204 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
9205 Do not warn on ".gnu.liblist" and ".gnu.conflict".
9206
9207 2010-03-08 Joel Brobecker <brobecker@adacore.com>
9208
9209 Memory error when reading wrong core file.
9210 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
9211 errors while reading the inferior memory, and return zero if
9212 an exception was raised.
9213
9214 2010-03-07 Michael Snyder <msnyder@vmware.com>
9215
9216 * record.c (record_restore): Rename tmpu8 to rectype.
9217
9218 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
9219 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
9220
9221 (i386_record_push): Rename local tmpulongest to addr.
9222
9223 (i386_process_record): Rename local tmpulongest to addr.
9224
9225 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
9226 addr64.
9227
9228 Rename local variable tmpu8 to opcode8 and regnum.
9229
9230 2010-03-07 Joel Brobecker <brobecker@adacore.com>
9231
9232 * remote.c (remote_get_ada_task_ptid): New function.
9233 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
9234
9235 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
9236
9237 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
9238 block. Define helper macros to reduce ifdefs in code.
9239 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
9240 size. Call unadorned GetModuleFileNameEx rather than
9241 GetModuleFileNameEx*.
9242 (windows_make_so): Use __PMAX to denote maximum buffer size and
9243 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
9244 appropriate.
9245 (get_image_name): Use __PMAX to denote maximum buffer size.
9246 (handle_load_dll): Likewise.
9247 (windows_pid_to_exec_file): Likewise.
9248 (windows_create_inferior): Add many accommodations for older Cygwin and
9249 non-Cygwin.
9250 (bad_GetModuleFileNameExW): Control inclusion of this function based on
9251 __USEWIDE conditional.
9252 (bad_GetModuleFileNameExA): Likewise.
9253 (_initialize_loadable): Just use real function names without the dyn_
9254 part since they are defined earlier.
9255
9256 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
9257 Tom Tromey <tromey@redhat.com>
9258
9259 * utils.c (host_char_to_target): Add 'gdbarch' argument.
9260 (parse_escape): Likewise.
9261 * python/py-utils.c (unicode_to_target_string): Update.
9262 (unicode_to_target_python_string): Update.
9263 (target_string_to_unicode): Update.
9264 * printcmd.c (printf_command): Update.
9265 * p-exp.y (yylex): Update.
9266 * objc-exp.y (yylex): Update.
9267 * mi/mi-parse.c: Include charset.h.
9268 (mi_parse_escape): New function.
9269 (mi_parse_argv): Use it.
9270 * jv-exp.y (yylex): Update.
9271 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
9272 function.
9273 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
9274 * gdbarch.sh (auto_charset, auto_wide_charset): New.
9275 * gdbarch.c: Rebuild.
9276 * gdbarch.h: Rebuild.
9277 * defs.h (parse_escape): Update.
9278 * cli/cli-setshow.c: Include arch-utils.h.
9279 (do_setshow_command): Update.
9280 * cli/cli-cmds.c (echo_command): Update.
9281 * charset.h (target_charset, target_wide_charset): Update.
9282 * charset.c: Include arch-utils.h.
9283 (target_charset_name): Default to "auto".
9284 (target_wide_charset_name): Likewise.
9285 (show_target_charset_name): Handle "auto".
9286 (show_target_wide_charset_name): Likewise.
9287 (be_le_arch): New global.
9288 (set_be_le_names): Add 'gdbarch' argument.
9289 (validate): Likewise. Don't call set_be_le_names.
9290 (set_charset_sfunc, set_host_charset_sfunc)
9291 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
9292 Update.
9293 (target_charset): Add 'gdbarch' argument.
9294 (target_wide_charset): Likewise. Remove 'byte_order' argument.
9295 (auto_target_charset_name): New global.
9296 (default_auto_charset, default_auto_wide_charset): New functions.
9297 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
9298 for target charsets. Copy result of nl_langinfo. Use GetACP if
9299 USE_WIN32API.
9300 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
9301 remove 'byte_order' argument. Update.
9302 (classify_type): Likewise.
9303 (c_emit_char): Update.
9304 (c_printchar): Update.
9305 (c_printstr): Update.
9306 (c_get_string): Update.
9307 (evaluate_subexp_c): Update.
9308 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
9309 Declare.
9310 * python/python.c (gdbpy_target_charset): New function.
9311 (gdbpy_target_wide_charset): Likewise.
9312 (GdbMethods): Update.
9313 * NEWS: Update.
9314
9315 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
9316
9317 * symfile.c (build_section_addr_info_from_objfile): Do not mask
9318 off high address bits.
9319
9320 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
9321
9322 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
9323 address as UnsignedLongLong, not LongLong.
9324
9325 2010-03-05 Kevin Buettner <kevinb@redhat.com>
9326 Pedro Alves <pedro@codesourcery.com>
9327
9328 * remote-mips.c (gdbthread.h): Include.
9329 (remote_mips_ptid): Declare.
9330 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
9331 (common_open): Set inferior_ptid, add it as an inferior, and
9332 as a thread too. Delete FIXME comment regarding start_remote().
9333 (mips_close): Invoke generic_mourn_inferior().
9334 (mips_kill): Make sure that target_mourn_inferior is invoked.
9335 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
9336 it's now invoked from mips_close().
9337 (mips_load): Don't null out inferior_ptid. Don't call
9338 clear_symtab_users().
9339 (mips_thread_alive, mips_pid_to_str): New functions.
9340 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
9341 to_thread_alive and to_pid_to_str operations.
9342
9343 2010-03-04 Tom Tromey <tromey@redhat.com>
9344
9345 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
9346 in DWARF 3 and later.
9347 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
9348
9349 2010-03-04 Keith Seitz <keiths@redhat.com>
9350
9351 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
9352 If the filename portion of the linespec was quoted, recheck the
9353 remainder for additional quoting.
9354 (locate_first_half): Skip over completer chars, too.
9355
9356 2010-03-04 Tom Tromey <tromey@redhat.com>
9357
9358 * printcmd.c (printf_command): Pass dummy argument to
9359 printf_filtered.
9360
9361 2010-03-04 Doug Evans <dje@google.com>
9362
9363 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
9364 unwound_fp.
9365
9366 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
9367
9368 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9369
9370 * breakpoint.c (update_watchpoint): Create a sentinel location if
9371 the software watchpoint isn't watching any memory.
9372 (breakpoint_address_bits): Skip dummy software watchpoint locations.
9373
9374 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9375
9376 * utils.c (fputs_maybe_filtered): Check if there's already a top
9377 level interpreter before dereferencing it. If there isn't one,
9378 don't paginate either.
9379
9380 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9381
9382 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
9383 the state right when single stepping.
9384 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
9385 Get the next PC along with the instruction state.
9386 (thumb_get_next_pc): Remove.
9387 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
9388
9389 2010-03-04 Hui Zhu <teawater@gmail.com>
9390
9391 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
9392
9393 2010-03-03 Pedro Alves <pedro@codesourcery.com>
9394
9395 * utils.c (fputs_maybe_filtered): Always disable pagination if the
9396 top level interpreter is MI.
9397
9398 2010-03-03 Stan Shebs <stan@codesourcery.com>
9399
9400 * remote.c (remote_download_tracepoint): Iterate over locations.
9401 * tracepoint.c (validate_actionline): Ditto.
9402 (encode_actions): Add location argument.
9403 (trace_dump_command): Check all locations to see if stepping
9404 frame.
9405
9406 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
9407 Eli Zaretskii <eliz@gnu.org>
9408
9409 * NEWS: Add X86 general purpose registers section.
9410
9411 2010-03-03 Tom Tromey <tromey@redhat.com>
9412
9413 PR mi/11098:
9414 * varobj.c (install_new_value): Handle case where new print_value
9415 is NULL.
9416
9417 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
9418
9419 PR gdb/11345:
9420 * printcmd.c (printf_command): Print end of format string using
9421 printf_filtered.
9422
9423 2010-03-02 Tom Tromey <tromey@redhat.com>
9424
9425 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
9426 * defs.h (read_command_lines_1): Add missing 'void'.
9427 * cli/cli-script.c (recurse_read_control_structure): Add missing
9428 'void'.
9429 (read_next_line): Likewise.
9430 (read_command_lines_1): Likewise.
9431
9432 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9433
9434 * spu-tdep.c (spu_analyze_prologue): Track instruction to
9435 store backchain as part of prologue.
9436
9437 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
9438
9439 * progspace.c (update_address_spaces): Update inferior address spaces
9440 also.
9441
9442 2010-03-02 Doug Evans <dje@google.com>
9443
9444 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
9445 lowpc,highpc args to addrmap_set_empty.
9446
9447 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
9448
9449 * amd64-tdep.c (amd64_byte_names): New.
9450 (amd64_word_names): Likewise.
9451 (amd64_dword_names): Likewise.
9452 (amd64_pseudo_register_name): Likewise.
9453 (amd64_pseudo_register_read): Likewise.
9454 (amd64_pseudo_register_write): Likewise.
9455 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
9456 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
9457 set_gdbarch_pseudo_register_write and
9458 set_tdesc_pseudo_register_name. Don't call
9459 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
9460
9461 * i386-tdep.c (i386_num_mmx_regs): Removed.
9462 (i386_num_pseudo_regs): Likewise.
9463 (i386_byte_names): New.
9464 (i386_word_names): Likewise.
9465 (i386_byte_regnum_p): Likewise.
9466 (i386_word_regnum_p): Likewise.
9467 (i386_mmx_regnum_p): Updated.
9468 (i386_pseudo_register_name): Make it global. Handle byte and
9469 word pseudo-registers.
9470 (i386_pseudo_register_read): Likewise.
9471 (i386_pseudo_register_write): Likewise.
9472 (i386_pseudo_register_type): Handle byte, word and dword
9473 pseudo-registers
9474 (i386_register_reggroup_p): Don't include pseudo
9475 registers, except for MXX, in any register groups. Don't
9476 include pseudo byte, word, dword registers in general_reggroup.
9477 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
9478 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
9479 pseudo-registers after word pseudo-registers. Call
9480 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
9481
9482 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
9483 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
9484 eax_regnum.
9485 (i386_byte_regnum_p): New.
9486 (i386_word_regnum_p): Likewise.
9487 (i386_dword_regnum_p): Likewise.
9488 (i386_pseudo_register_name): Likewise.
9489 (i386_pseudo_register_read): Likewise.
9490 (i386_pseudo_register_write): Likewise.
9491
9492 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9493
9494 * target-descriptions.c (tdesc_type): Remove
9495 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9496 (tdesc_predefined_types): Likewise.
9497 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
9498 if flag name is empty.
9499 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
9500
9501 * features/i386/32bit-core.xml: Define i386_eflags.
9502 * features/i386/64bit-core.xml: Likewise.
9503
9504 * features/i386/32bit-sse.xml: Define i386_mxcsr.
9505 * features/i386/64bit-sse.xml: Likewise.
9506
9507 * features/i386/amd64-linux.c: Regenerated.
9508 * features/i386/amd64.c: Likewise.
9509 * features/i386/i386-linux.c: Likewise.
9510 * features/i386/i386.c: Likewise.
9511
9512 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9513
9514 * gdbtypes.c (append_composite_type_field_raw): New.
9515 (append_composite_type_field_aligned): Use the new function.
9516 * gdbtypes.h (append_composite_type_field_raw): Declare.
9517 * target-descriptions.c (struct tdesc_type_field): Add start and end.
9518 (struct tdesc_type_flag): New type.
9519 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
9520 kind. Add size to u.u. Add u.f for flags.
9521 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
9522 (tdesc_free_type): Likewise.
9523 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
9524 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
9525 (tdesc_add_bitfield, tdesc_add_flag): New.
9526 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
9527 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
9528 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
9529 current_type. Add current_type_size and current_type_is_flags.
9530 (tdesc_start_union): Clear the new fields.
9531 (tdesc_start_struct, tdesc_start_flags): New.
9532 (tdesc_start_field): Handle struct fields, including bitfields.
9533 (field_attributes): Make type optional. Add start and end.
9534 (union_children): Rename to struct_union_children.
9535 (union_attributes): Rename to struct_union_attributes. Add optional
9536 size.
9537 (flags_attributes): New.
9538 (feature_children): Add struct and flags.
9539 * features/gdb-target.dtd: Add flags and struct to features.
9540 Make field type optional. Add field start and end.
9541
9542 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9543
9544 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
9545 (amd64_linux_read_description): Likewise.
9546 (_initialize_amd64_linux_nat): Set to_read_description to
9547 amd64_linux_read_description.
9548
9549 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
9550 (amd64_linux_register_name): Removed.
9551 (amd64_linux_register_type): Likewise.
9552 (amd64_linux_core_read_description): New.
9553 (amd64_linux_init_abi): Set target description to
9554 tdesc_amd64_linux if needed. Support orig_rax in target
9555 description. Don't call set_gdbarch_register_name nor
9556 set_gdbarch_register_type. Call
9557 set_gdbarch_core_read_description.
9558 (_initialize_amd64_linux_tdep): Call
9559 initialize_tdesc_amd64_linux.
9560
9561 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
9562
9563 * amd64-tdep.c: Include "features/i386/amd64.c".
9564 (amd64_register_names): Removed.
9565 (amd64_register_name): Likewise.
9566 (amd64_register_type): Likewise.
9567 (amd64_init_abi): Set num_core_regs and register_names. Set
9568 target description to tdesc_amd64 if needed. Don't call
9569 set_gdbarch_register_name nor set_gdbarch_register_type.
9570 (_initialize_amd64_tdep): New.
9571
9572 * i386-linux-nat.c (i386_linux_read_description): New.
9573 (_initialize_i386_linux_nat): Set to_read_description to
9574 i386_linux_read_description.
9575
9576 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
9577 (i386_linux_register_name): Removed.
9578 (i386_linux_core_read_description): New.
9579 (i386_linux_read_description): Likewise.
9580 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
9581 Set target description to tdesc_i386_linux if needed. Support
9582 orig_eax. Set register_reggroup_p. Call
9583 set_gdbarch_core_read_description.
9584 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
9585
9586 * i386-linux-tdep.h (tdesc_i386_linux): New.
9587
9588 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
9589 with I387_NUM_REGS.
9590
9591 * i386-tdep.c: Include "features/i386/i386.c".
9592 (i386_register_names): Make it const.
9593 (i386_mmx_names): Likewise.
9594 (i386_num_register_names): Removed.
9595 (i386_register_name): Likewise.
9596 (i386_eflags_type): Likewise.
9597 (i386_mxcsr_type): Likewise.
9598 (i386_sse_type): Likewise.
9599 (i386_register_type): Likewise.
9600 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
9601 (i386_pseudo_register_name): New.
9602 (i386_pseudo_register_type): Likewise.
9603 (i386_mmx_type): Make it static.
9604 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
9605 I387_NUM_REGS. Set num_core_regs and register_names. Don't
9606 call set_gdbarch_register_name nor set_gdbarch_register_type.
9607 Set register_reggroup_p. Set target description to tdesc_i386
9608 if needed. Call set_tdesc_pseudo_register_type,
9609 set_tdesc_pseudo_register_name and tdesc_use_registers.
9610 (_initialize_i386_tdep): Call initialize_tdesc_i386.
9611 initialize_tdesc_x86_64.
9612
9613 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9614 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
9615 register_names, tdesc and register_reggroup_p.
9616 (I386_NUM_FREGS): Removed.
9617 (i386_eflags_type): Likewise.
9618 (i386_mxcsr_type): Likewise.
9619 (i386_mmx_type): Likewise.
9620 (i386_sse_type): Likewise.
9621 (i386_register_name): Likewise.
9622 (i386_regnum): Add I386_MXCSR_REGNUM.
9623 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9624
9625 * i387-tdep.h (I387_NUM_REGS): New.
9626
9627 * regformats/i386/i386-linux.dat: Generated.
9628 * regformats/i386/i386.dat: Likewise.
9629 * regformats/i386/amd64-linux.dat: Likewise.
9630 * regformats/i386/amd64.dat: Likewise.
9631
9632 * regformats/reg-i386-linux.dat: Removed.
9633 * regformats/reg-i386.dat: Likewise.
9634 * regformats/reg-x86-64-linux.dat: Likewise.
9635 * regformats/reg-x86-64.dat: Likewise.
9636
9637 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
9638
9639 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9640 cygwin_conv_path API rather than the deprecated
9641 cygwin_conv_to_full_posix_path.
9642 * windows-nat.c:
9643 (GetModuleFileNameExA): Undefine for Cygwin.
9644 (GetModuleFileNameExW): Define for Cygwin.
9645 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9646 Call GetModuleFileNameExW and convert path to POSIX using
9647 cygwin_conv_path.
9648 (windows_make_so): Always define p. Drop unused variable m.
9649 Don't use Win32 functions to check file existance, rather use
9650 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
9651 Use canonicalize_file_name to get full path.
9652 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9653 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
9654 use correct target buffer size in call to WideCharToMultiByte.
9655 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9656 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9657 (windows_create_inferior): Convert all paths and arguments to wchar_t
9658 and use CreateProcessW on Cygwin.
9659 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9660 (bad_GetModuleFileNameExA): Undefine for Cygwin.
9661 (bad_GetModuleFileNameExW): Define for Cygwin.
9662 (_initialize_loadable): Load GetModuleFileNameExW into
9663 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
9664
9665 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9666
9667 PR python/11036
9668 * python/py-frame.c (frapy_read_var): Add block argument and logic
9669 to cope with user provided blocks.
9670
9671 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9672
9673 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9674 New comment.
9675
9676 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
9677
9678 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9679 (COMMON_OBS): ... to here since it's used unconditionally.
9680 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9681 (SFILES): To here.
9682
9683 2010-02-26 David Daney <ddaney@caviumnetworks.com>
9684
9685 * mips-linux-tdep.c: Update struct sigframe comments.
9686 (SIGFRAME_CODE_OFFSET): Delete macro.
9687 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9688 this_frame's sp.
9689 (mips_linux_n32n64_sigframe_init): Same.
9690
9691 2010-02-26 Kevin Buettner <kevinb@redhat.com>
9692
9693 * remote-mips.c (mips_load): Don't use pseudo-register when
9694 invalidating regcache.
9695
9696 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9697
9698 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9699
9700 2010-02-26 Pedro Alves <pedro@codesourcery.com>
9701
9702 * NEWS: Add "New targets" section, and mention ARM Symbian
9703 support.
9704
9705 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
9706
9707 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9708 add ADDR_SIZE member.
9709 (allocate_piece_closure): Update.
9710 (copy_pieced_value_closure): Likewise.
9711 (dwarf2_evaluate_loc_desc): Likewise.
9712 (read_pieced_value): Use DWARF address size instead of
9713 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9714
9715 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
9716 Tom Tromey <tromey@redhat.com>
9717
9718 * python/py-type.c (typy_lookup_typename): Add in block argument.
9719 If provided restrict lookup to specified blocks.
9720 (gdbpy_lookup_type): Likewise.
9721 (typy_lookup_type): Likewise.
9722
9723 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9724
9725 Symbian config
9726
9727 gdb/
9728 * arm-symbian-tdep.c: New.
9729 * configure.tgt (arm*-*-symbianelf*): New target.
9730 (*-*-symbianelf*): New OS.
9731 * osabi.c (gdb_osabi_names): Add Symbian.
9732 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9733 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9734 (ALLDEPFILES): Add arm-symbian-tdep.c.
9735
9736 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9737
9738 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9739
9740 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9741
9742 * mi/mi-main.c (mi_cmd_execute): Fix typo.
9743
9744 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9745 Tom Tromey <tromey@redhat.com>
9746 Thiago Jung Bauermann <bauerman@br.ibm.com>
9747
9748 * python/python.c (_initialize_python): Call
9749 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9750 gdbpy_initialize_blocks.
9751 * python/python-internal.h: Declare struct symbol, block and
9752 symtab_and_line. Declare block_object_type and
9753 symbol_object_type
9754 (gdbpy_lookup_symbol gdbpy_block_for_pc)
9755 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9756 (symbol_to_symbol_object, block_to_block_object)
9757 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9758 (gdbpy_initialize_blocks ): Declare.
9759 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9760 (frapy_select): Add methods.
9761 (frapy_read_var): Add symbol branch.
9762 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9763 py-block.
9764 (SUBDIR_PYTHON_SRCS): Likewise.
9765 (py-symbol.o): New rule.
9766 (py-symtab.o): Likewise.
9767 (py-block.o): Likewise.
9768 * python/py-symbol.c: New file.
9769 * python/py-symtab.c: Likewise.
9770 * python/py-block.c: Likewise.
9771
9772 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9773
9774 PR gdb/11321
9775
9776 * inferior.h (prepare_for_detach): Declare.
9777 (struct inferior) <detaching>: New field.
9778 * infrun.c (prepare_for_detach): New.
9779 (handle_inferior_event) <random signal>: Don't stop if detaching.
9780 * target.c (target_detach): Call prepare_for_detach.
9781
9782 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9783
9784 Per-process displaced stepping queue.
9785
9786 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9787 (displaced_step_gdbarch, displaced_step_closure,
9788 (displaced_step_original, displaced_step_copy): Move globals to
9789 this...
9790 (struct displaced_step_inferior_state): ... new structure.
9791 (displaced_step_inferior_states): New global.
9792 (get_displaced_stepping_state, add_displaced_stepping_state)
9793 (remove_displaced_stepping_state, infrun_inferior_exit): New
9794 functions.
9795 (displaced_step_clear): Add displaced_step_inferior_state
9796 parameter, and adjust to handle it.
9797 (displaced_step_clear_cleanup): Parameter is now a
9798 displaced_step_inferior_state. Adjust.
9799 (displaced_step_prepare): Adjust.
9800 (displaced_step_fixup, displaced_step_fixup)
9801 (infrun_thread_ptid_changed, resume): Adjust.
9802 (init_wait_for_inferior): Don't call displaced_step_clear.
9803 (infrun_thread_stop_requested): Rewrite.
9804 (_initialize_infrun): Install infrun_inferior_exit as
9805 inferior_exit observer.
9806
9807 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9808
9809 * inferior.h (ptid_match): Declare.
9810 * infrun.c (ptid_match): New.
9811 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9812 (handle_notification): Add debug output.
9813 * linux-nat.c (ptid_match): Delete.
9814
9815 2010-02-24 David S. Miller <davem@davemloft.net>
9816
9817 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9818 * syscalls/sparc-linux.xml: New.
9819 * syscalls/sparc64-linux.xml: New.
9820 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9821 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9822 (sparc32_linux_get_syscall_number): New function.
9823 (sparc32_linux_init_abi): Set syscall XML file name and hook up
9824 syscall number fetcher.
9825 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9826 (sparc64_linux_get_syscall_number): New function.
9827 (sparc64_linux_init_abi): Set syscall XML file name and hook up
9828 syscall number fetcher.
9829
9830 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9831
9832 Multiexec MI
9833
9834 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9835 * inferior.c (add_inferior_silent): Notify inferior_added
9836 observer.
9837 (delete_inferior_1): Notify inferior_removed observer.
9838 (exit_inferior_1): Pass inferior, not pid, to observer.
9839 (inferior_appeared): Likewise.
9840 (add_inferior_with_spaces): New.
9841 (add_inferior_command): Use the above.
9842 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9843 Declare.
9844
9845 * inflow.c (inflow_inferior_exit): Likewise.
9846 * jit.c (jit_inferior_exit_hook): Likewise.
9847
9848 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9849 remove-inferior.
9850 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9851 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9852 (report_initial_inferior): New.
9853 (mi_inferior_removed): Register the above. Make sure
9854 inferior_added observer is called on the first inferior.
9855 (mi_new_thread, mi_thread_exit): Thread group is now identified by
9856 inferior number, not pid.
9857 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9858 affected.
9859 * mi/mi-main.c (current_context): New.
9860 (proceed_thread_callback): Use typed closure.
9861 Proceed everything if pid is 0. Most implementation split into
9862 (proceed_thread): ... this.
9863 (run_one_inferior): New.
9864 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9865 Adjust for multiexec behaviour.
9866 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9867 (mi_cmd_execute): Handle the 'thread-group' option here.
9868 Do some extra checks.
9869 * mi-parse.c (mi_parse): Handle the --all and --thread-group
9870 options.
9871 * mi-parse.h (struct mi_parse): New fields all and thread_group.
9872
9873 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9874
9875 Make -exec-run a proper MI commands.
9876
9877 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9878 * mi/mi-cmds.c (mi_cmds): Adjust.
9879 * mi/mi-main.c (mi_cmd_exec_run): New.
9880
9881 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9882 Stan Shebs <stan@codesourcery.com>
9883
9884 * tracepoint.h (set_traceframe_number)
9885 (cleanup_restore_current_traceframe): Declare.
9886 * tracepoint.c (set_traceframe_number): New.
9887 (struct current_traceframe_cleanup): New.
9888 (do_restore_current_traceframe_cleanup)
9889 (restore_current_traceframe_cleanup_dtor)
9890 (make_cleanup_restore_current_traceframe): New.
9891 * infrun.c: Include tracepoint.h.
9892 (fetch_inferior_event): Switch out and in of tfind mode.
9893
9894 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9895
9896 * breakpoint.c (breakpoint_init_inferior): Also delete
9897 bp_shlib_event breakpoints.
9898 * solib-frv.c (enable_break): Remove call to
9899 remove_solib_event_breakpoints.
9900 * solib-svr4.c (enable_break): Ditto.
9901 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9902 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9903 * solib-som.c (som_solib_create_inferior_hook): Ditto.
9904 * solib-spu.c (spu_enable_break): Ditto.
9905
9906 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9907
9908 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9909
9910 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9911
9912 * varobj.c (varobj_update): Avoid non-constants in initializers.
9913
9914 2010-02-23 Tom Tromey <tromey@redhat.com>
9915
9916 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9917 handle big-endian values.
9918 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9919
9920 2010-02-22 Pedro Alves <pedro@codesourcery.com>
9921
9922 PR9605
9923
9924 gdb/
9925 * breakpoint.c (insert_bp_location): If inserting the read
9926 watchpoint failed, fallback to an access watchpoint.
9927 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9928 if the value changed, if not watching the same memory for writes.
9929 (watchpoint_locations_match): Add comment.
9930 (update_global_location_list): Copy the location's watchpoint type.
9931 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9932 handle read watchpoints here.
9933 (i386_insert_watchpoint): Read watchpoints aren't supported.
9934 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9935 packets.
9936 * target.h (target_insert_watchpoint): Update description.
9937
9938 2010-02-19 Tom Tromey <tromey@redhat.com>
9939
9940 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9941 * m2-typeprint.c (m2_print_type): Update.
9942 * gdbtypes.c (recursive_dump_type): Update.
9943 (copy_type_recursive): Update.
9944 * c-typeprint.c (c_type_print_varspec_prefix): Update.
9945 (c_type_print_base): Update.
9946 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9947 Remove.
9948 (struct cplus_struct_type) <ntemplate_args>: Remove.
9949 <struct template_arg>: Remove.
9950 <is_dynamic>: Move earlier.
9951 (TYPE_TEMPLATE_ARGS): Remove.
9952 (TYPE_NTEMPLATE_ARGS): Remove.
9953 (TYPE_TEMPLATE_ARG): Remove.
9954
9955 2010-02-19 Tom Tromey <tromey@redhat.com>
9956
9957 PR c++/8693, PR c++/9496:
9958 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9959 * c-exp.y (lex_one_token): Rename from yylex. Don't call
9960 write_dollar_variable. Don't try to classify NAME tokens.
9961 (token_and_value): New type.
9962 (token_fifo, popping, name_obstack): New globals.
9963 (classify_name): New function.
9964 (classify_inner_name): Likewise.
9965 (yylex): Likewise.
9966 (VARIABLE): Now has type sval.
9967 (exp : VARIABLE): Call write_dollar_variable.
9968 (qualified_name): Use TYPENAME, not typebase. Add production for
9969 multiple "::" instances.
9970 (variable): Use name_not_typename.
9971 (qualified_type): Remove.
9972 (typebase): Update.
9973
9974 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9975
9976 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
9977 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
9978 found by bfd_get_section_by_name.
9979 * symfile.h (struct section_addr_info) <sectindex>: New comment.
9980
9981 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9982
9983 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
9984 7.0 section" into "Changes in 7.1".
9985
9986 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9987
9988 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9989 * version.in: Bump version to 7.1.50.20100219-cvs.
9990
9991 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
9992
9993 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9994 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9995
9996 2010-02-17 Tom Tromey <tromey@redhat.com>
9997
9998 * NEWS: Add Python API Improvements section.
9999
10000 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
10001
10002 * NEWS: Correct typo.
10003
10004 2010-02-17 Tom Tromey <tromey@redhat.com>
10005
10006 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
10007
10008 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10009
10010 * symfile.c (build_section_addr_info_from_objfile): Include sections
10011 only if they are SEC_ALLOC or SEC_LOAD.
10012
10013 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
10014
10015 PR shlibs/11293
10016 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
10017 of ULONGEST for address size.
10018
10019 2010-02-17 Tom Tromey <tromey@redhat.com>
10020
10021 * NEWS: Add C++ improvements section.
10022
10023 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
10024
10025 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
10026 PyThreadState_Swap): Avoid "statement with no effect" warning.
10027
10028 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10029
10030 * solib-svr4.c (enable_break <target_auxv_search>): New variable
10031 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
10032
10033 2010-02-17 Tristan Gingold <gingold@adacore.com>
10034 Petr Hluzin <petr.hluzin@gmail.com>
10035
10036 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
10037 gdb_assert. Fix info->size for SIG prologue.
10038
10039 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
10040
10041 * infcmd.c (show_inferior_tty_command): Check for NULL.
10042 Correct output message.
10043
10044 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
10045
10046 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
10047 FUNCTION contains parentheses. Improve removal of a trailing
10048 single quote.
10049
10050 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
10051
10052 * gcore.c (do_bfd_delete_cleanup): New function.
10053 (gcore_command): Use it. Discard the cleanup after success.
10054 (gcore_copy_callback): Delete dead code.
10055
10056 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
10057
10058 * symfile.c (addr_info_make_relative): Always use
10059 find_lowest_section.
10060
10061 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
10062
10063 * NEWS: Added entry for namespace fixes.
10064
10065 2010-02-15 Tom Tromey <tromey@redhat.com>
10066
10067 * dwarf2read.c (guess_structure_name): Allocate name on the
10068 objfile obstack.
10069
10070 2010-02-15 Tom Tromey <tromey@redhat.com>
10071
10072 * c-typeprint.c (c_type_print_base): Reverse order of test.
10073
10074 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10075
10076 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
10077 initialize it from ELF BFD. Extend the prelink condition by it.
10078
10079 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10080
10081 * defs.h (parse_pid_to_attach): New.
10082 * utils.c (parse_pid_to_attach): New.
10083 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
10084 * gnu-nat.c (gnu_attach): Likewise.
10085 * nto-procfs.c (procfs_attach): Likewise.
10086 * procfs.c (procfs_attach): Likewise.
10087 * windows-nat.c (windows_attach): Likewise.
10088 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
10089 * inf-ttrace.c (inf_ttrace_attach): Likewise.
10090 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
10091 check.
10092
10093 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
10094
10095 * MAINTAINERS: Add myself for write after approval privileges.
10096
10097 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10098
10099 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
10100 block.
10101
10102 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10103
10104 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
10105 only if INFO_VERBOSE.
10106
10107 2010-02-12 Tomas Holmberg <th@virtutech.com>
10108
10109 * mi/mi-main.c: Added the --reverse flag to the following MI
10110 commands: exec-continue, exec-finish, exec-next, exec-step,
10111 exec-next-instruction, exec-step-instruction. This is to
10112 support reverse execution over the MI interface to gdb.
10113
10114 2010-02-12 Pedro Alves <pedro@codesourcery.com>
10115
10116 * tracepoint.c (_initialize_tracepoint): Specify that the address
10117 range of `tfind outsize' is exclusive, and that the address range
10118 of `tfind range' is inclusive, in the commands' help strings.
10119
10120 2010-02-12 Joel Brobecker <brobecker@adacore.com>
10121
10122 Spurious "dll not found" error messages on x64-windows.
10123 * windows-nat.c: Add include of complaints.h.
10124 (handle_unload_dll): Change dll-not-found error into a complaint.
10125
10126 2010-02-12 Pedro Alves <pedro@codesourcery.com>
10127
10128 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
10129 bp_tracepoint and bp_fast_tracepoint, not
10130 bp_loc_software_breakpoint.
10131 (update_global_location_list): Tracepoints are never duplicates of
10132 anything.
10133
10134 2010-02-12 Pedro Alves <pedro@codesourcery.com>
10135
10136 * breakpoint.c (break_command_really): Change return type to int.
10137 Return false if no breakpoint was created, true otherwise.
10138 (trace_command): Don't set the tracepoint count if no tracepoint
10139 was created.
10140 (ftrace_command): Ditto.
10141 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
10142 created in the breakpoints table.
10143
10144 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10145 Ulrich Weigand <uweigand@de.ibm.com>
10146
10147 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
10148
10149 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10150
10151 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
10152 the offset value isn't of integral type.
10153
10154 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10155
10156 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
10157 New.
10158
10159 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10160
10161 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
10162 non-subscriptable types.
10163 * valarith.c (binop_types_user_defined_p): New, abstracted out
10164 from ...
10165 (binop_user_defined_p): ... this.
10166 * value.h (binop_types_user_defined_p): Declare.
10167
10168 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10169
10170 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
10171 Merge uploaded TSVs before merging uploaded tracepoints.
10172
10173 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10174
10175 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
10176
10177 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
10178
10179 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
10180 whitespace character after a dot in comment.
10181 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
10182 Likewise.
10183 (list_args_or_locals): For the 'all' (that is
10184 -stack-list-variables) case, always output list of tuples.
10185 Output 'arg' field if variable is argument.
10186
10187 2010-02-10 Tom Tromey <tromey@redhat.com>
10188
10189 * parser-defs.h (parser_debug): Declare.
10190 * parse.c (_initialize_parse): Install "debug parser" set/show
10191 command.
10192 (parser_debug): New global.
10193 (show_parserdebug): New function.
10194 * c-exp.y (c_parse): Set yydebug.
10195
10196 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
10197
10198 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
10199 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
10200 (tdesc_predefined_types): Add i387_ext, i386_eflags and
10201 i386_mxcsr.
10202 (tdesc_find_type): New.
10203 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
10204 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
10205
10206 * target-descriptions.h (tdesc_find_type): New.
10207
10208 2010-02-10 Michael Snyder <msnyder@vmware.com>
10209
10210 * gdb-gdb.py: Comment fix.
10211
10212 2010-02-09 Tristan Gingold <gingold@adacore.com>
10213
10214 * machoread.c (macho_symfile_relocate): New function.
10215 (macho_sym_fns): Use macho_symfile_relocate instead of
10216 default_symfile_relocate.
10217 (macho_oso_data): New type.
10218 (current_oso): New variable.
10219 (macho_add_oso_symfile): Do not compute section_addr_info, but
10220 instead set vma of sections.
10221 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
10222 Set and clear current_oso.
10223
10224 2010-02-09 Joel Brobecker <brobecker@adacore.com>
10225
10226 Wrong type description for tagged type parameter.
10227 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
10228 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
10229 reference to a tagged type.
10230
10231 2010-02-09 Tristan Gingold <gingold@adacore.com>
10232
10233 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
10234 brothers of the parent.
10235
10236 2010-02-08 Tom Tromey <tromey@redhat.com>
10237
10238 PR c++/8017:
10239 * value.h: Update.
10240 * valops.c (search_struct_field): Make 'name' const.
10241 (search_struct_method): Likewise.
10242 (find_method_list): Make 'method' const.
10243 (value_struct_elt): Make 'name' and 'err' const.
10244 (value_find_oload_method_list): Make 'method' const.
10245 (find_overload_match): Make 'name' const.
10246 * eval.c (evaluate_subexp_standard): New locals function,
10247 function_name.
10248 <OP_FUNCALL>: Handle OP_SCOPE specially.
10249
10250 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10251
10252 * infrun.c (handle_inferior_event): Do not look up regcache
10253 for exited processes.
10254
10255 2010-02-08 Chris Moller <moller@mollerware.com>
10256
10257 PR gdb/10728
10258 * valarith.c (value_ptrdiff): Added a test for a zero type length,
10259 warn if found, and assume length = 1.
10260
10261 2010-02-08 Chris Moller <cmoller@redhat.com>
10262
10263 PR gdb/9067
10264 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
10265 (cp_print_static_field) Fix use of obstacks.
10266
10267 2010-02-08 Pedro Alves <pedro@codesourcery.com>
10268
10269 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
10270 resumed LWPs as resumed.
10271 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
10272 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
10273 of throwing an internal error. If an LWP of a process we're not
10274 waiting for reports a signal, don't force collecting a SIGSTOP,
10275 and if it was breakpoint hit in non-stop mode, cancel it. Don't
10276 go through all LWPs cancelling breakpoints in non-stop mode.
10277 (resume_stopped_resumed_lwps): New.
10278 (linux_nat_wait): Use it.
10279
10280 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
10281
10282 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
10283 i386/amd64 and i386/amd64-linux.
10284 (i386/i386-expedite): New.
10285 (i386/i386-linux-expedite): Likewise.
10286 (i386/amd64-expedite):Likewise.
10287 (i386/amd64-linux-expedite): Likewise.
10288 ($(outdir)/i386/i386-linux.dat): Likewise.
10289 ($(outdir)/i386/amd64.dat): Likewise.
10290 ($(outdir)/i386/amd64-linux.dat): Likewise.
10291
10292 * features/i386/32bit-core.xml: New.
10293 * features/i386/32bit-linux.xml: Likewise.
10294 * features/i386/32bit-sse.xml: Likewise.
10295 * features/i386/64bit-core.xml: Likewise.
10296 * features/i386/64bit-linux.xml: Likewise.
10297 * features/i386/64bit-sse.xml: Likewise.
10298 * features/i386/i386-linux.xml: Likewise.
10299 * features/i386/i386.xml: Likewise.
10300 * features/i386/amd64-linux.xml: Likewise.
10301 * features/i386/amd64.xml: Likewise.
10302 * features/i386/i386-linux.c: Likewise.
10303 * features/i386/i386.c: Likewise.
10304 * features/i386/amd64-linux.c: Likewise.
10305 * features/i386/amd64.c: Likewise.
10306
10307 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
10308
10309 PR c++/7935:
10310 * cp-support.h: Added char* alias element to using_direct data
10311 struct.
10312 (cp_add_using): Added char* alias argument.
10313 (cp_add_using_directive): Ditto.
10314 * cp-namespace.c: Updated with the above changes.
10315 (cp_lookup_symbol_imports): Check for aliases.
10316 * dwarf2read.c (read_import_statement): Figure out local alias
10317 for the import and pass it on to cp_add_using.
10318 (read_namespace): Pass alias argument to cp_add_using.
10319
10320 2010-02-05 Hui Zhu <teawater@gmail.com>
10321
10322 * defs.h (gdb_bfd_errmsg): New extern.
10323 * exec.c (exec_file_attach): Change bfd_errmsg to
10324 gdb_bfd_errmsg.
10325 * utils.c (AMBIGUOUS_MESS1): New macro.
10326 (AMBIGUOUS_MESS2): New macro.
10327 (gdb_bfd_errmsg): New function.
10328
10329 2010-02-04 Doug Evans <dje@google.com>
10330
10331 * solib-svr4.c (enable_break): Add comment.
10332
10333 2010-02-04 Anthony Green <green@moxielogic.com>
10334
10335 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
10336 gracefully.
10337
10338 2010-02-04 Tom Tromey <tromey@redhat.com>
10339
10340 * valops.c (search_struct_field): Account for
10341 value_embedded_offset. Fix check for virtual base past the end of
10342 the object. Use value_copy when making a slice of the value.
10343
10344 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
10345
10346 PR tui/9622
10347 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
10348 only if gdb_stdout is a tty.
10349
10350 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
10351
10352 * target-descriptions.c: Include "osabi.h".
10353 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
10354 OSABI.
10355
10356 2010-02-04 Tristan Gingold <gingold@adacore.com>
10357
10358 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
10359 (macho_symtab_read): Adjust calls to macho_add_oso.
10360 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
10361 (macho_symfile_read): Adjust call to macho_oso_symfile.
10362 (macho_new_init): Move this function after declarations.
10363 (macho_symfile_init): Ditto.
10364 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
10365 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
10366
10367 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
10368
10369 Include MI command in remotelog.
10370
10371 * mi/mi-main.c (mi_execute_command): Call target_log_command.
10372
10373 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10374
10375 * remote.c (remote_state): Remove gdbarch.
10376 (init_remote_state): Don't set gdbarch.
10377 (remote_query_supported): Pass target_gdbarch instead of
10378 rs->gdbarch to gdbarch_qsupported.
10379
10380 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10381
10382 * gdbarch.sh: Add qsupported.
10383
10384 * gdbarch.c: Regenerated.
10385 * gdbarch.h: Likewise.
10386
10387 * remote.c (remote_state): Add gdbarch.
10388 (init_remote_state): Set gdbarch.
10389 (remote_query_supported): Support gdbarch_qsupported.
10390
10391 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
10392
10393 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
10394 __FreeBSD_kernel_version.
10395
10396 2010-02-03 Tristan Gingold <gingold@adacore.com>
10397
10398 * symfile.h (struct sym_fns): Add sym_relocate field.
10399 (default_symfile_relocate): New prototype.
10400 (symfile_relocate_debug_section): First argument is now an objfile.
10401 * symfile.c (default_symfile_relocate): Rename from
10402 symfile_relocate_debug_section, first argument is now an objfile.
10403 (symfile_relocate_debug_section): New function.
10404 * coffread.c (coff_sym_fns): Set sym_relocate field.
10405 * somread.c (som_sym_fns): Ditto.
10406 * mipsread.c (ecoff_sym_fns): Ditto.
10407 * machoread.c (macho_sym_fns): Ditto.
10408 * elfread.c (elf_sym_fns): Ditto.
10409 * dwarf2read.c (dwarf2_read_section): Ditto.
10410 * xcoffread.c (xcoff_sym_fns): Ditto.
10411 * dbxread.c (aout_sym_fns): Ditto.
10412 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
10413 (elfstab_build_psymtabs): Ditto.
10414
10415 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10416
10417 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
10418
10419 2010-02-02 Tom Tromey <tromey@redhat.com>
10420
10421 * valops.c (value_cast_structs): Try downcasting using the RTTI
10422 type.
10423
10424 2010-02-02 Tom Tromey <tromey@redhat.com>
10425
10426 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
10427 (gnuv2_baseclass_offset): Now static.
10428 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
10429 * gnu-v2-abi.h: Remove.
10430
10431 2010-02-02 Tom Tromey <tromey@redhat.com>
10432
10433 * m2-typeprint.c (m2_record_fields): Don't use
10434 TYPE_DECLARED_TYPE.
10435 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
10436 (struct main_type) <flag_declared_class>: New field.
10437 (struct cplus_struct_type) <declared_type>: Remove.
10438 <ntemplate_args>: Move earlier.
10439 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
10440 (DECLARED_TYPE_TEMPLATE): Remove.
10441 (TYPE_DECLARED_TYPE): Remove.
10442 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
10443 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
10444 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
10445 TYPE_DECLARED_TYPE.
10446
10447 2010-02-02 Tom Tromey <tromey@redhat.com>
10448
10449 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
10450 * valops.c (search_struct_field): Compute nbases after calling
10451 CHECK_TYPEDEF.
10452 (check_field): Call CHECK_TYPEDEF.
10453 * cp-valprint.c (cp_print_value): Pass correct address to
10454 baseclass_offset. Fix check for virtual base past the end of the
10455 object. Don't offset address passed to cp_print_value_fields or
10456 apply_val_pretty_printer.
10457 (cp_print_value_fields): Fix call to val_print.
10458 (cp_print_value_fields_rtti): New function.
10459 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
10460 * p-valprint.c (pascal_object_print_value_fields): Fix call to
10461 val_print.
10462 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
10463 offset to address.
10464 * language.h (struct language_defn) <la_val_print>: Document.
10465 * c-lang.h (cp_print_value_fields_rtti): Declare.
10466
10467 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10468
10469 PR libc/11214:
10470 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10471 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
10472 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10473
10474 2010-02-01 Michael Matz <matz@suse.de>
10475 Daniel Jacobowitz <dan@codesourcery.com>
10476
10477 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
10478 functions use a frame pointer.
10479
10480 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10481
10482 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
10483 by a conditional setting DYN_ADDR. Use DYN_ADDR.
10484 * config/djgpp/fnchange.lst: Add translations for
10485 symbol-without-target_section.exp and symbol-without-target_section.c.
10486
10487 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10488
10489 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
10490 (remote_breakpoint_for_pc): Correct invalid_p check.
10491 * gdbarch.c: Regenerated.
10492
10493 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10494
10495 * arm-tdep.c (arm_find_mapping_symbol): New function, from
10496 arm_pc_is_thumb.
10497 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
10498 (extend_buffer_earlier): New function.
10499 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
10500 (arm_adjust_breakpoint_address): New function.
10501 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
10502
10503 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10504
10505 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
10506 (arm_linux_thumb2_le_breakpoint): New constants.
10507 (arm_linux_init_abi): Set thumb2_breakpoint and
10508 thumb2_breakpoint_size.
10509 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
10510 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
10511 Implement support for single stepping through IT blocks if
10512 a 32-bit Thumb breakpoint instruction is available.
10513 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
10514 is available, use it when needed.
10515 (arm_remote_breakpoint_from_pc): New function.
10516 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
10517 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
10518 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
10519
10520 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10521
10522 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
10523 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
10524 * gdbarch.c, gdbarch.h: Regenerated.
10525 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
10526 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
10527 gdbarch_remote_breakpoint_from_pc.
10528
10529 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10530
10531 * infrun.c (prepare_to_proceed): Handle other signals which might
10532 match a breakpoint.
10533 (handle_inferior_event): Move the check for unusual breakpoint
10534 signals earlier.
10535
10536 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
10537
10538 amd64 - function returning record with field straddling 2 registers.
10539 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
10540 a record of length <= 16 in which a field straddles the two
10541 eightbytes.
10542
10543 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10544
10545 Implement return values on amd64-windows.
10546 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
10547 (amd64_windows_return_value): New function.
10548 (amd64_windows_init_abi): Call set_gdbarch_return_value with
10549 amd64_windows_return_value.
10550
10551 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10552
10553 amd64-windows: 32 bytes allocated on stack by caller for integer
10554 parameter registers.
10555 * i386-tdep.h (struct gdbarch_tdep): Add new field
10556 integer_param_regs_saved_in_caller_frame.
10557 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10558 tdep->integer_param_regs_saved_in_caller_frame to 1.
10559 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
10560 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
10561
10562 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10563
10564 amd64-windows: memory args passed by pointer during function calls.
10565 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
10566 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
10567 where tdep->memory_args_by_pointer is non-zero.
10568 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10569 tdep->memory_args_by_pointer to 1.
10570
10571 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10572
10573 amd64-windows: Integer parameters in function calls.
10574 * i386-tdep.h (enum amd64_reg_class): New, moved here from
10575 amd64-tdep.c.
10576 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
10577 call_dummy_integer_regs, and classify.
10578 * amd64-tdep.h (amd64_classify): Add declaration.
10579 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
10580 (amd64_reg_class): Delete, moved to i386-tdep.h.
10581 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
10582 Replace call to amd64_classify by call to tdep->classify.
10583 (amd64_push_arguments): Get the list of registers to use for
10584 passing integer parameters from the gdbarch tdep structure,
10585 rather than using a hardcoded one. Replace calls to amd64_classify
10586 by calls to tdep->classify.
10587 (amd64_push_dummy_call): Get the register number used for
10588 the "hidden" argument from tdep->call_dummy_integer_regs.
10589 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
10590 and tdep->call_dummy_integer_regs. Set tdep->classify.
10591 * amd64-windows-tdep.c: Add include of gdbtypes.h.
10592 (amd64_windows_dummy_call_integer_regs): New static global.
10593 (amd64_windows_classify): New function.
10594 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
10595 tdep->call_dummy_integer_regs and tdep->classify.
10596
10597 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
10598
10599 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
10600 for the new regcache. All callers updated.
10601 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
10602 (get_thread_arch_regcache): Do not set aspace here.
10603 * regcache.h (regcache_xmalloc): Update declaration.
10604
10605 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
10606 regcache_xmalloc updated.
10607
10608 2010-01-28 Joel Brobecker <brobecker@adacore.com>
10609
10610 Another -Wunused-function error in procfs.c (sparc-solaris)
10611 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
10612 Only define if SYS_syssgi is defined.
10613 (remove_dbx_link_breakpoint): Delete declaration. Move up.
10614 (dbx_link_addr, insert_dbx_link_bpt_in_file)
10615 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
10616 is itself defined.
10617
10618 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
10619
10620 * windows-nat.c (windows_initialization_done): New variable.
10621 (get_windows_debug_event): Issue error when process dies before
10622 completely initializing.
10623 (do_initial_windows_stuff): Set flag to indicate when we are done with
10624 the initial steps of attaching to the child.
10625
10626 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10627
10628 * symtab.h (struct symbol <symtab>): New comment on NULL values.
10629
10630 2010-01-27 Doug Evans <dje@google.com>
10631
10632 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10633
10634 * breakpoint.c (bpstat_stop_status): Delete useless code.
10635
10636 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10637
10638 * printcmd.c (display_uses_solib_p): Remove variable section. Access
10639 objfile via SYMBOL_SYMTAB.
10640
10641 2010-01-26 Tom Tromey <tromey@redhat.com>
10642
10643 PR exp/7643:
10644 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10645 coerce_array on result.
10646
10647 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10648
10649 * cp-namespace.c (cp_lookup_symbol_namespace): Added
10650 search_parent argument.
10651 (cp_add_using): Initialize 'searched' field.
10652 (reset_directive_searched): New function.
10653 * cp-support.h: Add 'searched' field to using_direct struct.
10654 (cp_lookup_symbol_imports): Ditto.
10655 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10656 Perform recursive search.
10657 Implement non parent search.
10658 * valops.c (value_maybe_namespace_elt): Updated.
10659
10660 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10661
10662 PR gdb/10929:
10663 * dwarf2read.c (read_lexical_block_scope): Create blocks for
10664 scopes which contain using directives even if they contain no
10665 declarations.
10666 * symtab.c (lookup_symbol_aux): Pass lowest level block to
10667 la_lookup_symbol_nonlocal.
10668 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10669 cp_lookup_symbol_namespace.
10670 (cp_lookup_symbol_namespace): Perform an import lookup at every
10671 block level.
10672 (cp_lookup_symbol_imports): New function.
10673 (cp_lookup_symbol_in_namespace): New function.
10674
10675 2010-01-25 Tom Tromey <tromey@redhat.com>
10676
10677 PR gdb/11049:
10678 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10679 result.
10680
10681 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10682
10683 * configure.ac: Only use host_os part when disabling TUI on osf.
10684 Use test to check variables, prefix strings with x.
10685 * configure: Regenerate.
10686
10687 * solib-osf.c (osf_current_sos): Initialize tail.
10688
10689 2010-01-25 gingold <gingold@adacore.com>
10690
10691 * windows-nat.c (windows_continue): Use %x to print thread id.
10692 (get_windows_debug_event): Ditto.
10693
10694 2010-01-22 Tom Tromey <tromey@redhat.com>
10695
10696 PR symtab/11199:
10697 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10698 type and arguments. Use smash_to_methodptr_type.
10699 (read_structure_type): Call quirk_gcc_member_function_pointer
10700 later.
10701 * gdbtypes.h (smash_to_methodptr_type): Declare.
10702 * gdbtypes.c (smash_to_methodptr_type): New function.
10703 (lookup_methodptr_type): Use it.
10704
10705 2010-01-21 Tom Tromey <tromey@redhat.com>
10706
10707 PR symtab/11198:
10708 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10709 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10710 * glibc-tdep.c (find_minsym_and_objfile): Remove.
10711 (glibc_skip_solib_resolver): Use
10712 lookup_minimal_symbol_and_objfile.
10713
10714 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
10715
10716 * inflow.c (check_syscall): Guard by #if clause for GO32 and
10717 WIN32 targets.
10718
10719 2010-01-20 Tom Tromey <tromey@redhat.com>
10720
10721 PR backtrace/10770:
10722 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10723 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
10724 * dwarf2expr.c (new_dwarf_expr_context): Allocate
10725 dwarf_stack_values, not CORE_ADDRs.
10726 (execute_stack_op): Change DW_OP_div and comparison operators to
10727 use signed operands.
10728
10729 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
10730
10731 Per-inferior args and tty and environment.
10732
10733 * infcmd.c (inferior_args): Rename to ...
10734 (inferior_args_scratch): ... this.
10735 (inferior_io_terminal): Rename to ...
10736 (inferior_io_terminal_scratch): ... this.
10737 (inferior_argc, inferior_argv): Remove.
10738 (set_inferior_io_terminal, get_inferior_io_terminal): Store
10739 inside current_inferior().
10740 (set_inferior_tty_command, show_inferior_tty_command): New.
10741 (get_inferior_args, set_inferior_args): Store inside
10742 current_inferior().
10743 (notice_args_set): Likewise and rename to...
10744 (set_args_command): ... this.
10745 (set_inferior_args_vector): Likewise.
10746 (notice_args_read): Rename to...
10747 (show_args_command): ...new.
10748 (tty_command): Remove.
10749 (run_command_1): Don't free old args, as they are freed by
10750 set_inferior_arg now.
10751 (run_no_args_command): Likewise.
10752 (inferior_environ): Remove.
10753 (run_command_1): Use environment of the current inferior.
10754 (environment_info, set_environment_command)
10755 (unset_environment_command, path_info, path_command): Likewise.
10756 (_initialize_infcmd): Adjust for function and variable renames.
10757 Do not init inferior_environ.
10758 * inferior.h (set_inferior_arg): Adjust prototype.
10759 (struct inferior): New fields args, argc, argv, terminal, environment.
10760 (inferior_environ): Remove declaration.
10761 * inferior.c (free_inferior): Free new fields.
10762 (add_inferior_silent): Initialize 'environment' field.
10763 * main.c (captured_main): Set arguments only after the initial
10764 inferior has been created. Set set_inferior_io_terminal,
10765 not tty_command.
10766 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10767 inferior.
10768 (_initialize_mi_cmd_env): Adjust for disappearance of global
10769 inferior_environ.
10770 * solib.c (solib_find): Use environment of the current inferior.
10771
10772 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10773
10774 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10775 HAVE_PYTHON.
10776 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10777
10778 2010-01-20 Joel Brobecker <brobecker@adacore.com>
10779
10780 Get rid of ada-lang.c:function_name_from_pc.
10781 * ada-lang.c: Add "stack.h" #include.
10782 (function_name_from_pc): Delete.
10783 (is_known_support_routine): Replace call to function_name_from_pc
10784 by call to find_frame_funname.
10785 (ada_unhandled_exception_name_addr_from_raise): Likewise.
10786
10787 2010-01-19 Tom Tromey <tromey@redhat.com>
10788
10789 PR c++/11026:
10790 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10791 objfile obstack.
10792
10793 2010-01-19 Tom Tromey <tromey@redhat.com>
10794
10795 * top.c (stop_sig, float_handler, do_nothing): Remove.
10796
10797 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10798
10799 * breakpoint.c (watchpoint_check): Check the call
10800 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10801 Extend the comment.
10802 * config/djgpp/fnchange.lst: Add translations for
10803 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10804 watchpoint-cond-gone-stripped.c.
10805
10806 2010-01-19 Tom Tromey <tromey@redhat.com>
10807
10808 PR c++/8000:
10809 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10810 into parent scope, and enumerator into grandparent scope.
10811
10812 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10813
10814 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10815
10816 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10817
10818 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10819 i[34567]86-*-solaris2.1[0-9]*.
10820 * configure.tgt: Likewise.
10821
10822 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10823
10824 * NEWS: Document the source command enhancement allowing it
10825 to load Python scripts. Document the "set/show script-extension"
10826 commands.
10827
10828 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10829
10830 Add -Wunused-function to compile flags.
10831 * configure.ac: Add -Wunused-function to build_warnings.
10832 * configure: Regenerate.
10833
10834 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10835
10836 "delete" ada-lex.c:input function, not used.
10837 * ada-lex.l: #define YY_NO_INPUT.
10838
10839 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10840
10841 Delete free_named_symtabs and associated cleanup.
10842 * symfile.h (free_named_symtabs): Delete declaration.
10843 * symfile.c: Remove some commented out code (clear_symtab_users_once).
10844 (cashier_psymtab): Comment function out.
10845 Delete declaration.
10846 (free_named_symtabs): Delete.
10847 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10848 * dbxread.c (end_psymtab): Likewise.
10849 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10850 * exec.c (exec_close_1): Ditto.
10851 * xcoffread.c (xcoff_end_psymtab): Likewise.
10852
10853 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10854
10855 * stack.c (print_block_frame_labels): Comment function out.
10856
10857 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10858
10859 Delete unused or undefined functions.
10860 * breakpoint.c (ep_parse_optional_filename): Delete.
10861 * dcache.c (dcache_write_line): Remove declaration.
10862 * infrun.c (build_infrun): Remove declaration.
10863 * tracepoint.c (tracepoint_save_command): Remove declaration.
10864 * linux-nat.c (init_lwp_list): Delete. No longer used.
10865 * event-loop.c (check_async_signal_handlers): Delete declaration.
10866 * infrun.c (init_execution_control_state): Delete.
10867 (proceed): Update comment to avoid mentioning
10868 init_execution_control_state.
10869 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10870 * ada-lang.c (ada_to_static_fixed_value): Delete.
10871 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10872 * cp-namespace.c (cp_copy_usings): Delete.
10873 * xml-syscall.c (xml_number_of_syscalls): Delete.
10874 * progspace.c (find_program_space_by_num): Delete.
10875 * inflow.c (handle_sigio): Delete declaration.
10876 * hppa-tdep.c (hppa_alignof): Delete.
10877 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10878 (mipsnbsd_core_osabi_sniffer): Delete.
10879
10880 2010-01-18 Tom Tromey <tromey@redhat.com>
10881
10882 PR c++/9680:
10883 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10884 (CONST_CAST): New tokens.
10885 (exp): Add new productions.
10886 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10887 reinterpret_cast.
10888 (is_cast_operator): New function.
10889 (yylex): Handle cast operators specially.
10890 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10891 UNOP_REINTERPRET_CAST>: New cases.
10892 * expprint.c (print_subexp_standard): Likewise.
10893 (op_name_standard): Likewise.
10894 (dump_subexp_body_standard): Likewise.
10895 * parse.c (operator_length_standard): Likewise.
10896 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10897 UNOP_REINTERPRET_CAST.
10898 * gdbtypes.c (class_types_same_p): New function.
10899 (is_ancestor): Use it.
10900 (is_public_ancestor): New function.
10901 (is_unique_ancestor_worker): Likewise.
10902 (is_unique_ancestor): Likewise.
10903 * gdbtypes.h (class_types_same_p, is_public_ancestor)
10904 (is_unique_ancestor): Declare.
10905 * valops.c (value_reinterpret_cast): New function.
10906 (dynamic_cast_check_1): Likewise.
10907 (dynamic_cast_check_2): Likewise.
10908 (value_dynamic_cast): Likewise.
10909 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10910
10911 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10912
10913 Fix build failure when building without Python support.
10914 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10915 is not defined.
10916
10917 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10918
10919 Use XVS field type instead of doing a parallel lookup.
10920 * ada-lang.c (ada_get_base_type): Follow the XVS field type
10921 if it is a reference type instead of doing a type lookup using
10922 the XVS field name.
10923
10924 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10925
10926 Trust PAD types instead of using PAD___XVS.
10927 * ada-lang.c (trust_pad_over_xvs): New static variable.
10928 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10929 parallel XVS type, follow the XVS type instead of the PAD type.
10930 (unwrap_value): Make sure that there is no parallel XVE type
10931 before returning the value as is.
10932 (set_ada_list, show_ada_list): New static variables.
10933 (set_ada_command, show_ada_command): New functions.
10934 (_initialize_ada_language): Add new "set/show ada" prefix commands.
10935 Add new "set/show ada trust-PAD-over-XVS" setting.
10936
10937 2010-01-18 Tom Tromey <tromey@redhat.com>
10938 Thiago Jung Bauermann <bauerman@br.ibm.com>
10939
10940 Allow "source" to load python scripts.
10941 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10942 * python/python.c (source_python_script): New function.
10943 * python/python.h (source_python_script): Add declaration.
10944 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10945 (script_ext_off, script_ext_soft, script_ext_strict)
10946 (script_ext_enums, script_ext_mode): New static constants.
10947 (show_script_ext_mode, find_and_open_script): New functions.
10948 (source_script): Enhance to handle Python scripts.
10949 (init_cli_cmds): Add set/show script-extension commands.
10950
10951 2010-01-16 Stan Shebs <stan@codesourcery.com>
10952
10953 * tracepoint.h (struct trace_status): Use unsigned long long
10954 instead of size_t.
10955 * tracepoint.c (trace_status_command): Fix printf directive.
10956 (trace_save_command): Check fwrite returns, fix printf directive.
10957 (trace_filename): New global.
10958 (tfile_open): Set it, check read returns.
10959 (tfile_close): Free trace_filename.
10960 (tfile_get_traceframe_address): Check read returns.
10961 (tfile_trace_find): Ditto.
10962 (tfile_fetch_registers): Ditto.
10963 (tfile_xfer_partial): Ditto.
10964 (tfile_get_trace_state_variable_value): Ditto.
10965
10966 2010-01-15 Stan Shebs <stan@codesourcery.com>
10967
10968 Add trace file support.
10969 * tracepoint.h (enum trace_stop_reason): New enum.
10970 (struct trace_status): New struct.
10971 (parse_trace_status): Declare.
10972 (struct uploaded_tp): Move here from remote.c,
10973 add fields for actions.
10974 (struct uploaded_tsv): New struct.
10975 * tracepoint.c (tfile_ops): New target vector.
10976 (trace_fd): New global.
10977 (tfile_open): New function.
10978 (tfile_close): New function.
10979 (tfile_files_info): New function.
10980 (tfile_get_trace_status): New function.
10981 (tfile_get_traceframe_address): New function.
10982 (tfile_trace_find): New function.
10983 (tfile_fetch_registers): New function.
10984 (tfile_xfer_partial): New function.
10985 (tfile_get_trace_state_variable_value): New function.
10986 (init_tfile_ops): New function.
10987 (_initialize_tracepoint): Call it, add tfile target.
10988 (trace_status): New global.
10989 (current_trace_status): New function.
10990 (trace_running_p): Remove, change all users to get from
10991 current_trace_status()->running.
10992 (get_trace_status): Remove.
10993 (trace_status_command): Call target_get_trace_status directly,
10994 report more detail including tracing stop reasons.
10995 (trace_find_command): Always allow tfind on a file.
10996 (trace_find_pc_command): Ditto.
10997 (trace_find_tracepoint_command): Ditto.
10998 (trace_find_line_command): Ditto.
10999 (trace_find_range_command): Ditto.
11000 (trace_find_outside_command): Ditto.
11001 (trace_frames_offset, cur_offset): Declare as off_t.
11002 (trace_regblock_size): Rename from reg_size, update users.
11003 (parse_trace_status): New function.
11004 (tfile_interp_line): New function.
11005 (disconnect_or_stop_tracing): Ensure current trace
11006 status before asking what to do.
11007 (stop_reason_names): New global.
11008 (trace_save_command): New command.
11009 (get_uploaded_tp): Move here from remote.c.
11010 (find_matching_tracepoint): Ditto.
11011 (merge_uploaded_tracepoints): New function.
11012 (parse_trace_status): Use stop_reason_names.
11013 (_initialize_tracepoint): Define tsave command.
11014 * target.h (target_ops): New fields to_save_trace_data,
11015 to_upload_tracepoints, to_upload_trace_state_variables,
11016 to_get_raw_trace_data, change to_get_trace_status
11017 to take a pointer to a status struct.
11018 (target_save_trace_data): New macro.
11019 (target_upload_tracepoints): New macro.
11020 (target_upload_trace_state_variables): New macro.
11021 (target_get_raw_trace_data): New macro.
11022 * target.c (update_current_target): Add new methods, change
11023 signature of to_get_trace_status.
11024 * remote.c (hex2bin): Make globally visible.
11025 (bin2hex): Ditto.
11026 (remote_download_trace_state_variable): Download name also.
11027 (remote_get_trace_status): Update parameter, use
11028 parse_trace_status.
11029 (remote_save_trace_data): New function.
11030 (remote_upload_tracepoints): New function.
11031 (remote_upload_trace_state_variables): New function.
11032 (remote_get_raw_trace_data): New function.
11033 (remote_start_remote): Use them.
11034 (_initialize_remote_ops): Add operations.
11035 * ax-gdb.c: Include breakpoint.h.
11036 * breakpoint.c (create_tracepoint_from_upload): Use
11037 break_command_really, return tracepoint, warn about unimplemented
11038 parts.
11039 * NEWS: Mention trace file addition.
11040
11041 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11042
11043 Fix compilation warning on gcc-3.4.
11044 * exec.c (print_section_info): Move the `displacement' variable
11045 initialization to its declaration.
11046
11047 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11048
11049 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
11050 comparison.
11051
11052 2010-01-15 Eric Botcazou <botcazou@adacore.com>
11053
11054 "info tasks" broken by typedefs in ATCB type definitions.
11055 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
11056 ada_check_typedef before retrieving the length of the type for
11057 regular fields.
11058
11059 2010-01-15 Joel Brobecker <brobecker@adacore.com>
11060
11061 Do not use name-based lookup for unconstrained packed arrays.
11062 * ada-lang.c (find_parallel_type_by_descriptive_type):
11063 Limit the fallback to name-based lookups to the case where
11064 the type is a constrained packed array.
11065
11066 2010-01-15 Joel Brobecker <brobecker@adacore.com>
11067
11068 Enhance gdb-gdb.py to handle main_type.type_specific.
11069 * gdb-gdb.py: Print the type-specific part of struct main_type.
11070
11071 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11072
11073 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
11074 * configure: Regenerate.
11075 * config.in: Regenerate.
11076 * utils.c: Include sys/resource.h.
11077 (dump_core, can_dump_core): New.
11078 (internal_vproblem): Update the comment. Check can_dump_core while
11079 setting dump_core_p. Replace two abort calls by dump_core calls.
11080
11081 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11082 Eli Zaretskii <eliz@gnu.org>
11083
11084 * NEWS: Document the PIE support.
11085
11086 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11087
11088 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
11089 (check_is_pie_binary, _initialize_linux_tdep): Remove.
11090
11091 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11092
11093 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
11094 Replace exec_entry_point call by bfd_get_start_address.
11095
11096 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11097
11098 Support Valgrind attachments broken by the PIE support.
11099 * auxv.c: Include gdbcore.h.
11100 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
11101 parameters ops, object and annex. Remove their assertions.
11102 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
11103 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
11104 (memory_xfer_auxv): ... here.
11105 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
11106 memory_xfer_auxv.
11107 * procfs.c (procfs_xfer_partial): Likewise.
11108 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
11109 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
11110 (svr4_solib_create_inferior_hook): Conditionalize the
11111 svr4_relocate_main_executable call.
11112
11113 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11114
11115 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
11116 target_section. Find SECT in current_target_sections, gdb_assert it.
11117 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
11118 New variable abfd.
11119 * symtab.c (lookup_objfile_from_block): Return the binary file instead
11120 of separate debug info file.
11121
11122 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11123
11124 Support PIEs with no symfile_objfile.
11125 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
11126 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
11127
11128 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11129
11130 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
11131 code part to ...
11132 (svr4_static_exec_displacement): ... a new function.
11133 (svr4_exec_displacement): New function.
11134 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
11135 new_offsets using alloca now. Remove variable old_chain and changed.
11136 Call objfile_relocate unconditionally now.
11137
11138 2010-01-14 Doug Evans <dje@google.com>
11139
11140 * gdbtypes.c (arch_flags_type): Fix comment.
11141 * gdbtypes.h (arch_composite_type): Fix comment.
11142
11143 2009-01-14 Tristan Gingold <gingold@adacore.com>
11144
11145 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
11146 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
11147 to symbol_file_add_from_bfd. Add OSO as separate objfile.
11148 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
11149 macho_add_oso_symfile.
11150 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
11151
11152 2010-01-14 Joel Brobecker <brobecker@adacore.com>
11153
11154 Tru64: Dead threads are never deleted.
11155 * dec-thread.c (dec_thread_ptid_is_alive): New function.
11156 (dec_thread_count_gdb_threads): Fix counter increment.
11157 (dec_thread_add_gdb_thread): Fix *listp increment.
11158 (resync_thread_list): Fix bug in deletion of dead threads that
11159 caused all threads to be deleted, instead of just the dead ones.
11160
11161 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
11162
11163 PR python/10705
11164
11165 * python/python-internal.h: Add lazy_string_object_type
11166 definition.
11167 (create_lazy_string_object, gdbpy_initialize_lazy_string)
11168 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
11169 * python/py-value.c (valpy_lazy_string): New function.
11170 (convert_value_from_python): Add lazy string conversion.
11171 * python/py-prettyprint.c (pretty_print_one_value): Check if
11172 return is also a lazy string.
11173 (print_string_repr): Add lazy string printing branch.
11174 (print_children): Likewise.
11175 * python/py-lazy-string.c: New file. Implement lazy strings.
11176 * python/python.c (_initialize_python): Call
11177 gdbpy_initialize_lazy_string.
11178 * varobj.c (value_get_print_value): Add lazy string printing
11179 branch. Account for encoding.
11180 * c-lang.c (c_printstr): Account for new encoding argument. If
11181 encoding is NULL, find encoding suited for type, otherwise use
11182 user encoding.
11183 * language.h (language_defn): Add encoding argument.
11184 (LA_PRINT_STRING): Likewise.
11185 * language.c (unk_lang_printstr): Update to reflect new encoding
11186 argument to language_defn.
11187 * ada-lang.h (ada_printstr): Likewise.
11188 * c-lang.h (c_printstr): Likewise.
11189 * p-lang.h (pascal_printstr);
11190 * f-lang.c (f_printstr): Likewise.
11191 * m2-lang.c (m2_printstr): Likewise.
11192 * objc-lang.c (objc_printstr): Likewise.
11193 * p-lang.c (pascal_printstr): Likewise.
11194 * scm-lang.c (scm_printstr): Likewise.
11195 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
11196 encoding argument.
11197 * ada-valprint.c (ada_printstr): Likewise.
11198 * f-valprint.c (f_val_print): Likewise
11199 * m2-valprint.c (m2_val_print): Likewise.
11200 * p-valprint.c (pascal_val_print): Likewise.
11201 * expprint.c (print_subexp_standard): Likewise.
11202 * valprint.c (val_print_string): Likewise.
11203 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
11204 (SUBDIR_PYTHON_SRCS): Likewise.
11205 (py-lazy-string.o): New rule.
11206
11207 2010-01-13 Doug Evans <dje@google.com>
11208
11209 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
11210 uninitialized" warning from gcc on local `tree'.
11211
11212 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
11213
11214 Implement core awareness.
11215
11216 * bcache.c (compare_ints): Remove
11217 (print_percentage): Use compare_positive_ints.
11218 * defs.h (compare_positive_ints): Declare.
11219 * linux-nat.h (struct lin_lwp): New field core.
11220 (linux_nat_core_of_thread_1): Declare.
11221 * linux-nat.c (add_lwp): Init the 'core' field.
11222 (linux_nat_wait_1): Record the core.
11223 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
11224 (linux_nat_add_target): Register the above.
11225 * linux-thread-db.c (update_thread_core): New.
11226 (thread_db_find_new_threads): Update core information for
11227 every thread.
11228 * remote.c (struct private_thread_info): New.
11229 (free_private_thread_info, demand_private_info): New.
11230 (PACKET_qXfer_threads, use_osdata_threads): New.
11231 (struct thread_item, threads_parsing_context
11232 (start_thread, end_thread, thread_attributes)
11233 (thread_children, threads_children, threads_elements): New.
11234 (remote_threads_info): Try qXfer:threads before anything
11235 else.
11236 (remote_protocol_packets): Register qXfer:threads.
11237 (remote_open_1): Init use_osdata_threads.
11238 (struct stop_reply): New field 'core'.
11239 (remote_parse_stop_reply): Parse core number.
11240 (process_stop_reply): Record core number.
11241 (remote_xfer_partial): Handle qXfer:threads.
11242 (remote_core_of_thread): New.
11243 (init_remote_ops): Register remote_core_of_thread.
11244 (_initialize_remote): Register qXfer:read.
11245 * target.c (target_core_of_thread): New
11246 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
11247 (struct target_ops): New field to_core_of_threads.
11248 (target_core_of_thread): Declare.
11249 * gdbthread.h (struct thread_info): New field private_dtor.
11250 * thread.c (print_thread_info): Report the core.
11251 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
11252 * utils.c (compare_positive_ints): New.
11253 * features/threads.dtd: New.
11254 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
11255 * mi/mi-main.c (struct collect_cores_data, collect_cores)
11256 (do_nothing, free_vector_of_osdata_items)
11257 (splay_tree_int_comparator, free_splay_tree): New.
11258 (print_one_inferior_data): Implemented printing of selected
11259 inferiors. Collect and print cores.
11260 (output_cores): New.
11261 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
11262 thread groups together with --available.
11263
11264 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11265
11266 * configure: Regenerate (for _STRUCTURED_PROC).
11267
11268 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11269
11270 Delete dead function.
11271 * ada-lang.c (extract_string): Delete. No longer used.
11272
11273 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11274
11275 Fix -Wunused warning in dec-thread.c.
11276 * dec-thread.c (dec_thread_count_gdb_threads)
11277 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
11278
11279 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11280
11281 * ada-valprint.c (ada_print_floating): Remove trailing space.
11282
11283 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11284
11285 Add support for DW_AT_GNAT_descriptive_type.
11286 * gdbtypes.h (enum type_specific_kind): New enum.
11287 (struct main_type) [type_specific_field]: New component.
11288 [type_specific]: Add new component "gnat_stuff".
11289 (struct gnat_aux_type): New type.
11290 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
11291 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
11292 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
11293 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
11294 (TYPE_SPECIFIC_FIELD): New macros.
11295 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
11296 type does not hold any cplus-specific data.
11297 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
11298 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
11299 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
11300 cplus-specific data.
11301 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
11302 Set new component TYPE_SPECIFIC_FIELD (type).
11303 (gnat_aux_default): New constant.
11304 (allocate_gnat_aux_type): New function.
11305 (init_type): Add initialization the type-specific stuff for
11306 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
11307 (print_gnat_stuff): New function.
11308 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
11309 specific data. Adjust code that prints the contents of the
11310 type-specific union using the TYPE_SPECIFIC_FIELD value.
11311 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
11312 the type cplus stuff for Ada types.
11313 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
11314 Error out if these routines are called with an Ada type.
11315 (read_structure_type, read_array_type, read_subrange_type):
11316 Add call to set_descriptive_type.
11317 (set_die_type): Initialize the gnat-specific data if necessary.
11318 (need_gnat_info, die_descriptive_type, set_descriptive_type):
11319 New functions.
11320 * ada-lang.c (decode_constrained_packed_array_type): Use
11321 decode_constrained_packed_array_type instead of doing a standard
11322 lookup to locate a parallel type.
11323 (find_parallel_type_by_descriptive_type): New function.
11324 (ada_find_parallel_type_with_name): New function.
11325 (ada_find_parallel_type): Reimplement using
11326 ada_find_parallel_type_with_name.
11327 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
11328 to check if type has a cplus stuff.
11329 * linespec.c (total_number_of_methods): Likewise.
11330 * mdebugread.c (new_type): Likewise.
11331
11332 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11333
11334 * NEWS: Document the 0b binary number prefix parsing.
11335
11336 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11337
11338 * objfiles.c (objfile_relocate1): Change the return type to int.
11339 Describe the new return value. Return non-zero if data changed.
11340 (objfile_relocate): New variable changed. Set it. Call
11341 breakpoint_re_set depending on CHANGED.
11342
11343 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11344
11345 Implement binary numbers parsing.
11346 * c-exp.y (parse_number): New case 'b' and 'B'.
11347
11348 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11349 Tristan Gingold <gingold@adacore.com>
11350
11351 * solib.c (info_sharedlibrary_command): Replace
11352 objfile_has_partial_symbols and objfile_has_full_symbols calls by
11353 objfile_has_symbols.
11354
11355 2010-01-10 Joel Brobecker <brobecker@adacore.com>
11356
11357 * NEWS: Document the improvements made to the mips-irix port.
11358
11359 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11360
11361 Fix the documentation of valprint.c:value_print.
11362 * valprint.c (value_print): Update the function description to
11363 mention that the syntax of the output follows the current_language,
11364 not necessarily C.
11365
11366 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11367
11368 Fix displacement of separate debug info files.
11369 * objfiles.c (objfile_relocate): Rename to ...
11370 (objfile_relocate1): ... here and make it static. Extend the comment.
11371 (objfile_relocate): New function.
11372 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
11373 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
11374 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
11375 allocated using alloca.
11376 * symfile.c (copy_section_addr_info): Remove.
11377 (build_section_addr_info_from_objfile): Make it global. New variables
11378 addr_bit and mask, use them.
11379 * symfile.h (build_section_addr_info_from_objfile): New prototype.
11380 (copy_section_addr_info): Remove.
11381
11382 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11383
11384 Signal unwinder for mips-irix N32.
11385 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
11386 tramp-frame.h.
11387 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
11388 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
11389 (SIGCONTEXT_LO_OFF): New macros.
11390 (mips_irix_n32_tramp_frame_init): New function.
11391 (mips_irix_n32_tramp_frame): New static constant.
11392 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
11393
11394 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11395
11396 Breakpoint in shared library does not work on mips-irix.
11397 * procfs.c: #include "observer.h".
11398 (procfs_inferior_created): New function, moving here the code
11399 which unsets the syssgi syscall-exit notifications.
11400 (procfs_create_inferior): Remove the code which unsets the syssgi
11401 syscall-exit notifications. It is too early to do this here.
11402 (_initialize_procfs): Attach the procfs_inferior_created observer.
11403
11404 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11405
11406 Wrong return convention for arrays (mips-irix).
11407 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
11408 128 bits or smaller are returned the same way as structs
11409 and unions of the the same size.
11410
11411 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11412
11413 Cannot set the PC on mips-irix.
11414 * irix5-nat.c (fill_gregset): Check regno against the raw PC
11415 register number, no the cooked one.
11416
11417 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11418
11419 Error while loading core file on mips-irix.
11420 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
11421 if debugging from a core file.
11422
11423 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11424
11425 GDB hangs when attaching to process on mips-irix.
11426 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
11427 attaching to a process.
11428
11429 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11430
11431 Use the correct breakpoint instruction on mips-irix.
11432 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
11433 containing the correct breakpoint instruction to use on mips-irix.
11434 Use it when the osabi is GDB_OSABI_IRIX.
11435
11436 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11437
11438 -Wunused warning in procfs.c (mips-irix only).
11439 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
11440 throughout instead of using praddset and prdelset respectively.
11441
11442 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11443
11444 GDB crash while stepping into function.
11445 * infrun.c (handle_inferior_event): Refetch the current frame
11446 after handling what.main_action, in case that pointer became
11447 dangling.
11448
11449 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11450
11451 Fix build failure of solaris-hosted cross debuggers.
11452 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
11453
11454 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
11455
11456 Fix build failure on sparc-solaris.
11457 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
11458
11459 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11460
11461 Move some symfile code into subroutines.
11462 * symfile.h (relative_addr_info_to_section_offsets)
11463 (addr_info_make_relative): New prototypes.
11464 * symfile.c (default_symfile_offsets): Move a part to ...
11465 (relative_addr_info_to_section_offsets): ... this new function.
11466 (default_symfile_offsets): Call it.
11467 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
11468 this part to ...
11469 (addr_info_make_relative): ... this new function.
11470
11471 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11472
11473 Add from_tty to solib_create_inferior_hook.
11474 * infcmd.c (post_create_inferior): Move solib_add after
11475 solib_create_inferior_hook. Pass from_tty to
11476 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
11477 0 from_tty and comment why.
11478 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
11479 * linux-nat.c (linux_child_follow_fork): Likewise.
11480 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
11481 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
11482 from_tty.
11483 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
11484 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
11485 * solib-null.c (null_solib_create_inferior_hook): Likewise.
11486 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
11487 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
11488 * solib-som.c (som_solib_create_inferior_hook): Likewise.
11489 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
11490 Pass it to svr4_so_ops.solib_create_inferior_hook.
11491 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
11492 from_tty.
11493 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
11494 solib_add.
11495 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
11496 enable_break.
11497 * solib-target.c (solib_target_solib_create_inferior_hook): New
11498 parameter from_tty.
11499 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
11500 it to ops->solib_create_inferior_hook.
11501 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
11502 Move solib_add after solib_create_inferior_hook, call it now with
11503 from_tty as 0. New comment there.
11504 * solib.h (solib_create_inferior_hook): New parameter from_tty.
11505 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
11506 Likewise.
11507
11508 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
11509
11510 Fix multiexec race.
11511 * infrun.c (handle_inferior_event): Use get_thread_regcache
11512 with events ptid, not get_current_regcache.
11513
11514 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11515
11516 GDB crash with empty executable name (MinGW).
11517 * source.c (openp): Add assert that parameter string is not NULL.
11518 if parameter string is an empty string, then return with a failure
11519 immediately.
11520
11521 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11522
11523 Get rid of support for VAX Floats.
11524 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11525 (ada_vax_float_print_function): Delete.
11526 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11527 (ada_vax_float_print_function): Delete.
11528 * ada-typeprint.c (print_vax_floating_point_type): Delete.
11529 (ada_print_type): Remove support for VAX floats.
11530 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
11531
11532 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11533
11534 * stabsread.c (read_args): Handle zero arguments.
11535
11536 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11537
11538 Cannot find in-tree libiconv.a after reconfigure.
11539 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
11540 that we can use, then cache the path to this archive.
11541 * configure: Regenerate.
11542
11543 2010-01-07 Stan Shebs <stan@codesourcery.com>
11544
11545 Make tracepoint operations go through target vector.
11546 * target.h (enum trace_find_type): New enum.
11547 (struct target_ops): New fields to_trace_init,
11548 to_download_tracepoint, to_download_trace_state_variable,
11549 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
11550 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
11551 to_set_disconnected_tracing.
11552 (target_trace_init): New macro.
11553 (target_download_tracepoint): New macro.
11554 (target_download_trace_state_variable): New macro.
11555 (target_trace_start): New macro.
11556 (target_trace_set_readonly_regions): New macro.
11557 (target_get_trace_status): New macro.
11558 (target_trace_stop): New macro.
11559 (target_trace_find): New macro.
11560 (target_get_trace_state_variable_value): New macro.
11561 (target_set_disconnected_tracing): New macro.
11562 * target.c (update_current_target): Inherit and set defaults for
11563 tracepoint operations.
11564 * tracepoint.c (default_collect): Make globally visible.
11565 (target_is_remote): Remove, along with all calls.
11566 (tvariables_info): Call target_get_trace_state_variable_value.
11567 (remote_set_transparent_ranges): Remove.
11568 (trace_start_command): Call target_trace_init,
11569 target_download_tracepoint, etc.
11570 (download_tracepoint): Remove.
11571 (trace_stop_command): Simplify.
11572 (stop_tracing): Call target_trace_stop.
11573 (get_trace_status): Call target_get_trace_status.
11574 (trace_status_command): Add case for targets that cannot trace.
11575 (finish_tfind_command): Change to take numerical arguments, call
11576 target_trace_find.
11577 (trace_find_command): Update call to finish_tfind_command.
11578 (trace_find_pc_command): Ditto.
11579 (trace_find_tracepoint_command): Ditto.
11580 (trace_find_line_command): Ditto.
11581 (trace_find_range_command): Ditto.
11582 (trace_find_outside_command): Ditto.
11583 (set_disconnected_tracing_value): Call
11584 target_set_disconnected_tracing.
11585 * remote.c: Add protocol encoding bits from tracepoint.c.
11586 (trace_error): Move from tracepoint.c.
11587 (remote_get_noisy_reply): Ditto.
11588 (free_actions_list_cleanup_wrapper): Ditto.
11589 (free_actions_list): Ditto.
11590 (remote_trace_init): New function.
11591 (remote_download_tracepoint): New function.
11592 (remote_download_trace_state_variable): New function.
11593 (remote_trace_set_readonly_regions): New function.
11594 (remote_trace_start): New function.
11595 (remote_get_trace_status): New function.
11596 (remote_trace_stop): New function.
11597 (remote_trace_find): New function.
11598 (remote_download_trace_state_variable): New function.
11599 (remote_set_disconnected_tracing): New function.
11600 (init_remote_ops): Add tracepoint operations.
11601
11602 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
11603
11604 2010-01-07 Tristan Gingold <gingold@adacore.com>
11605
11606 * symfile.c (build_section_addr_info_from_objfile): New function.
11607 (symbol_file_add_separate): Don't use offsets from objfile but
11608 built an addr info.
11609
11610 2010-01-06 Stan Shebs <stan@codesourcery.com>
11611
11612 Support disconnected tracing.
11613 * infcmd.c (detach_command): Ask whether to stop tracing.
11614 * cli/cli-cmds.c (quit_command): Ditto.
11615 * breakpoint.h (struct breakpoint): New field number_on_target.
11616 * breakpoint.c (create_tracepoint_from_upload): New function.
11617 (get_tracepoint_by_number_on_target): New function.
11618 * remote.c (struct remote): New field disconnected_tracing.
11619 (remote_disconnected_tracing_feature): New function.
11620 (remote_protocol_features): Add DisconnectedTracing.
11621 (struct uploaded_tp): New struct.
11622 (uploaded_tps): New global.
11623 (get_uploaded_tp): New function.
11624 (find_matching_tracepoint): New function.
11625 (remote_get_tracing_state): New function.
11626 (remote_start_remote): Call it.
11627 * tracepoint.c (disconnected_tracing): New global.
11628 (trace_start_command): Initialize number_on_target.
11629 (stop_tracing): New function, split out from...
11630 (trace_stop_command): Call stop_tracing.
11631 (get_trace_status): New function, split out from...
11632 (trace_status_command): Call get_trace_status, add info on
11633 disconnection behavior.
11634 (disconnect_or_stop_tracing): New function.
11635 (finish_tfind_command): Translate from number on target.
11636 (trace_find_tracepoint_command): Translate to number on target.
11637 (send_disconnected_tracing_value): New function.
11638 (set_disconnected_tracing): New function.
11639 (_initialize_tracepoint): Add disconnected-tracing variable.
11640 * NEWS: Mention disconnected tracing.
11641
11642 2010-01-06 Tristan Gingold <gingold@adacore.com>
11643
11644 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11645 parameter to main_objfile. Iterate on all separate debug objfiles.
11646 * symfile.h (symbol_file_add_separate)
11647 (find_separate_debug_file_by_debuglink): Remove parameter names.
11648 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11649 (reread_symbols): Use free_objfile_separate_debug.
11650 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11651 Adjust comment.
11652 (objfile_separate_debug_iterate, add_separate_debug_objfile)
11653 (free_objfile_separate_debug): New prototypes.
11654 * objfiles.c (objfile_separate_debug_iterate): New function.
11655 (add_separate_debug_objfile, free_objfile_separate_debug): New
11656 functions.
11657 (free_objfile): Use free_objfile_separate_debug. Adjust for
11658 multiple separate debug objfile.
11659 (objfile_has_symbols): Adjust comment. Iterate on all separate
11660 debug objfiles.
11661 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11662 debug objfile.
11663 (lookup_minimal_symbol_text): Ditto.
11664 (lookup_minimal_symbol_by_pc_name): Ditto.
11665 (lookup_minimal_symbol_solib_trampoline): Ditto.
11666 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11667 debug objfiles.
11668
11669 2010-01-05 Stan Shebs <stan@codesourcery.com>
11670
11671 Add fast tracepoints.
11672 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11673 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11674 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11675 * breakpoint.c (tracepoint_type): New function.
11676 (ALL_TRACEPOINTS): Use it.
11677 (should_be_inserted): Ditto.
11678 (bpstat_check_location): Ditto.
11679 (print_one_breakpoint_location): Ditto.
11680 (user_settable_breakpoint): Ditto.
11681 (set_breakpoint_location_function): Ditto.
11682 (disable_breakpoints_in_shlibs): Ditto.
11683 (delete_trace_command): Ditto.
11684 (print_it_typical): Add bp_fast_tracepoint case.
11685 (bpstat_what): Ditto.
11686 (print_one_breakpoint_location): Ditto.
11687 (allocate_bp_location): Ditto.
11688 (mention): Ditto.
11689 (breakpoint_re_set_one): Ditto.
11690 (disable_command): Ditto.
11691 (enable_command): Ditto.
11692 (check_fast_tracepoint_sals): New function.
11693 (break_command_really): Call it.
11694 (ftrace_command): New function.
11695 (_initialize_breakpoint): Add ftrace command.
11696 * gdbarch.sh (fast_tracepoint_valid_at): New.
11697 * gdbarch.h, gdbarch.c: Regenerate.
11698 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11699 (i386_gdbarch_init): Use it.
11700 * remote.c (struct remote_state): New field fast_tracepoints.
11701 (PACKET_FastTracepoints): New packet config type.
11702 (remote_fast_tracepoint_feature): New function.
11703 (remote_protocol_features): Add FastTracepoints.
11704 (remote_supports_fast_tracepoints): New function.
11705 (_initialize_remote): Add FastTracepoints.
11706 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11707 * NEWS: Mention fast tracepoints.
11708
11709 2010-01-06 Joel Brobecker <brobecker@adacore.com>
11710
11711 * gdb-gdb.py: New file.
11712
11713 2010-01-05 Michael Snyder <msnyder@vmware.com>
11714
11715 * infrun.c (handle_inferior_event): Fix typo in comment.
11716
11717 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11718
11719 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11720
11721 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11722
11723 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11724 and s390x-linux64.
11725 (s390-linux32-expedite): Define.
11726 (s390-linux64-expedite): Define.
11727 (s390x-linux64-expedite): Define.
11728 * features/s390-acr.xml: New file.
11729 * features/s390-fpr.xml: New file.
11730 * features/s390-core32.xml: New file.
11731 * features/s390-core64.xml: New file.
11732 * features/s390x-core64.xml: New file.
11733 * features/s390-linux32.xml: New file.
11734 * features/s390-linux64.xml: New file.
11735 * features/s390x-linux64.xml: New file.
11736 * features/s390-linux32.c: New generated file.
11737 * features/s390-linux64.c: New generated file.
11738 * features/s390x-linux64.c: New generated file.
11739
11740 * regformats/s390-linux32.dat: New generated file.
11741 * regformats/s390-linux64.dat: New generated file.
11742 * regformats/s390x-linux64.dat: New generated file.
11743 * regformats/reg-s390.dat: Remove.
11744 * regformats/reg-s390x.dat: Remove.
11745
11746 * s390-nat.c: Include "auxv.h" and <elf.h>.
11747 (HWCAP_S390_HIGH_GPRS): Define if undefined.
11748 (s390_target_wordsize): New function.
11749 (s390_auxv_parse): Likewise.
11750 (s390_get_hwcap): Likewise.
11751 (s390_read_description): Likewise.
11752 (_initialize_s390_nat): Install s390_auxv_parse and
11753 s390_read_description.
11754
11755 * s390-tdep.c: Include "features/s390-linux32.c",
11756 "features/s390-linux64.c", and "features/s390x-linux64.c".
11757 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11758 (s390_register_call_saved): New function.
11759 (s390_register_name): Remove.
11760 (s390_register_type): Remove.
11761 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11762 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11763 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11764 (s390_pseudo_register_name): New function.
11765 (s390_pseudo_register_type): New function.
11766 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11767 Handle full GPR pesudos and varying pseudo register numbers.
11768 (s390_pseudo_register_write): Likewise
11769 (s390x_pseudo_register_read): Remove.
11770 (s390x_pseudo_register_write): Likewise.
11771 (s390_register_group): Remove.
11772 (s390_pseudo_register_group): New function.
11773 (s390_regmap_gregset): Add GPR upper halves.
11774 (s390x_regmap_gregset): Likewise.
11775 (s390_regmap_fpregset): Likewise.
11776 (s390_regmap_upper): New global variable.
11777 (s390_upper_regset): New global variable.
11778 (s390_upper_regset_sections): New global variable.
11779 (s390_regset_from_core_section): Handle GPR upper halves.
11780 (s390_core_read_description): New function.
11781 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11782 register information. Handle varying pseudo register numbers.
11783 (s390_backchain_frame_unwind_cache): Likewise.
11784 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11785 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11786 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11787 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
11788 Handle varying pseudo register numbers.
11789 (s390_unwind_pc): Handle varying pseudo register numbers.
11790 (s390_dwarf2_prev_register): New function.
11791 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11792 register information. Handle varying pseudo register numbers.
11793 Install s390_dwarf2_prev_register to unwind full GPRs.
11794 (s390_gdbarch_init): Handle target descriptions. Assign varying
11795 pseudo register numbers. Install s390_adjust_frame_regnum.
11796 (_initialize_s390_tdep): Initialize target descriptions.
11797
11798 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11799 (S390_NUM_REGS): Redefine to include upper half registers.
11800 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11801 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11802 (tdesc_s390_linux32): Add declaration.
11803 (tdesc_s390_linux64): Likewise.
11804 (tdesc_s390x_linux64): Likewise.
11805
11806 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11807
11808 * regset.h (struct core_regset_section): Add HUMAN_NAME.
11809 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11810 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11811 (ppc_linux_vmx_regset_sections): Likewise.
11812 (ppc_linux_fp_regset_sections): Likewise.
11813
11814 * corelow.c (get_core_register_section): Constify arguments.
11815 (get_core_registers): Use gdbarch_core_regset_sections instead
11816 of hard-coded platform-specific register section names.
11817
11818 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11819
11820 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11821 a register, assume the least-significant part is used.
11822 (write_pieced_value): Likewise.
11823
11824 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11825
11826 * printcmd.c: Include "arch-utils.h".
11827 (do_one_display): Re-parse expression if current architecture changed.
11828
11829 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11830 Joel Brobecker <brobecker@adacore.com>
11831
11832 * gdbtypes.c (check_typedef): New comment on type length.
11833 * value.c (allocate_value_lazy): Remove the unused atype variable. New
11834 comment on type length.
11835 (value_primitive_field): Keep the original TYPE value, new comment.
11836
11837 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11838
11839 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11840 p_start. Change != comparisons to > and < comparisons.
11841
11842 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11843
11844 * cli/cli-script.c (process_next_line): Check P2 overrun.
11845
11846 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11847
11848 Update the copyright hearder to add year 2010 for most GDB files.
11849
11850 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11851
11852 Fix build failure in inf-ptrace.c.
11853 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11854
11855 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11856
11857 * top.c (print_gdb_version): Update copyright year.
11858
11859 2010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
11860
11861 Fix break *FUN'address thread NUM.
11862 * ada-lex.l (task): Expand rule to also match the thread keyword.
11863
11864 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11865
11866 Fix break *FUN'address task NUM.
11867 * ada-lex.l (task): New rule.
11868 * ada-lang.c (valid_task_id): Make sure the Ada task list has
11869 been built before using it.
11870
11871 For older changes see ChangeLog-2009.
11872 \f
11873 Local Variables:
11874 mode: change-log
11875 left-margin: 8
11876 fill-column: 74
11877 version-control: never
11878 coding: utf-8
11879 End: