* peXXigen.c (_bfd_XXi_final_link_postscript): Use correct size
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-12-20 Yao Qi <yao@codesourcery.com>
2
3 * arm-tdep.c (arm_register_reggroup_p): New.
4 (arm_gdbarch_init): Set arm_register_reggroup_p for hook
5 register_reggroup_p.
6
7 2010-12-20 Yao Qi <yao@codesourcery.com>
8
9 * features/arm-core.xml: Add attribute type to reg from r0 to r12.
10 * features/arm-with-iwmmxt.c: Regenerate.
11 * features/arm-with-neon.c: Regenerate.
12 * features/arm-with-vfpv2.c: Regenerate.
13 * features/arm-with-vfpv3.c: Regenerate.
14
15 2010-12-17 Marc Khouzam <marc.khouzam@ericsson.com>
16
17 * mi/mi-main.c (mi_cmd_remove_inferior): Don't delete current inferior.
18 (get_other_inferior): New.
19
20 2010-12-17 Marc Khouzam <marc.khouzam@ericsson.com>
21
22 * python/py-progspace.c (py_free_pspace): Obtain arch another
23 way to avoid dereferencing a null pointer.
24
25 2010-12-17 Michael Snyder <msnyder@vmware.com>
26
27 * utils.c (do_my_cleanups): Comment fix-up.
28
29 2010-12-17 Kevin Buettner <kevinb@redhat.com>
30
31 * mips-tdep.c (make_mips16_addr): New function.
32 (mips_elf_make_msymbol_special): Don't set the low bit in the
33 symbol's address.
34 (mips_read_pc, mips_unwind_pc, mips_addr_bits_remove): Strip bit
35 indicating mips16 address, if present.
36 (mips_write_pc): Set bit indicating mips16 address when in a mips16
37 function.
38 (mips_eabi_push_dummy_call, mips_o64_push_dummy_call): Likewise,
39 but for each function pointer argument to inferior function call.
40
41 2010-12-17 Tom Tromey <tromey@redhat.com>
42
43 * psympriv.h (struct partial_symtab) <readin>: Move field
44 earlier.
45
46 2010-12-16 Kevin Buettner <kevinb@redhat.com>
47
48 * mips-tdep.c (mips_convert_register_float_case_p)
49 (mips_convert_register_gpreg_case_p): New functions.
50 (mips_convert_register_p): Invoke new functions above.
51 (mips_register_to_value): Add case for fetching value shorter
52 than 64 bits from a 64-bit register.
53 (mips_value_to_register): Add case for storing value shorter
54 than 64 bits into a 64-bit register.
55
56 2010-12-16 Joel Borggrén-Franck <joel.borggren.franck@gmail.com>
57
58 * python/py-value.c (value_object_type) <tp_flags>: Add
59 Py_TPFLAGS_BASETYPE.
60
61 2010-12-16 Mike Frysinger <vapier@gentoo.org>
62
63 * NEWS: Mention new sim --map-info flag.
64
65 2010-12-15 Doug Evans <dje@google.com>
66
67 * dwarf2read.c (_initialize_dwarf2_read): Fix help text of
68 "save gdb-index" command.
69
70 2010-12-15 Tom Tromey <tromey@redhat.com>
71
72 * infrun.c (save_infcall_control_state): Handle the
73 exception-resume breakpoint.
74 (restore_infcall_control_state): Likewise.
75 (discard_infcall_control_state): Likewise.
76
77 2010-12-15 Kevin Buettner <kevinb@redhat.com>
78
79 * mips-tdep.c (mips_pseudo_register_write): Sign extend 32-bit
80 cooked values that are being transferred to 64-bit raw registers.
81 (mips_pseudo_register_read): Revise to preserve symmetry with
82 mips_pseudo_register_write().
83
84 2010-12-15 Greg Watson <g.watson@computer.org>
85
86 * f-exp.y (yylex): Check entire token against keywords.
87
88 2010-12-15 Doug Evans <dje@google.com>
89
90 Rename "maint set python auto-load" to "set auto-load-scripts".
91 * NEWS: Mention it.
92 * python/py-auto-load.c (auto_load_scripts): Renamed from
93 gdbpy_auto_load.
94 (load_auto_scripts_for_objfile): Update.
95 (gdbpy_initialize_auto_load): Rename "maint set python auto-load" to
96 "set auto-load-scripts".
97
98 2010-12-14 Kevin Buettner <kevinb@redhat.com>
99
100 * mips-tdep.c (mips_eabi_push_dummy_call): Place signed, rather
101 than unsigned, values in registers.
102
103 2010-12-14 Ken Werner <ken.werner@de.ibm.com>
104
105 * valops.c (value_one): Use get_array_bounds to compute the number
106 of array elements instead of dividing the length of the array by the
107 length of the element types.
108 * valarith.c (value_complement, value_neg): Likewise.
109
110 2010-12-14 Joel Brobecker <brobecker@adacore.com>
111
112 * irix5-nat.c: Replace fp_r, fp_regs and fp_scr by __fp_r, __fp_regs
113 and __fp_scr respectively throughout.
114 * configure.ac: Compile with -Dsiginfo=__siginfo if building with
115 Python using GCC on IRIX.
116 * configure: Regenerate.
117
118 2010-12-13 Kevin Buettner <kevinb@redhat.com>
119
120 * solib-svr4.c (enable_break): Don't attempt to place breakpoints,
121 when attaching, on the names in bkpt_names: _start, __start, and
122 main.
123
124 2010-12-12 Stan Shebs <stan@codesourcery.com>
125
126 * value.c (value_of_internalvar): Add case for trace state
127 variables.
128
129 2010-12-12 Doug Evans <dje@google.com>
130
131 * dwarf2read.c (dwarf2_per_objfile): New member quick_file_names_table.
132 (dwarf2_per_cu_quick_data): Move definition down to "quick functions"
133 section. Delete members lines full_names. Rename read_lines to
134 no_file_data.
135 (quick_file_names): New struct.
136 (hash_file_name_entry, eq_file_name_entry): New functions.
137 (delete_file_name_entry, create_quick_file_names_table): New functions.
138 (dwarf2_read_index): Initialize quick_file_names_table.
139 (dw2_get_file_names): Renamed from dw2_require_line_header.
140 Return pointer to quick_file_names entry. All callers updated.
141 (dw2_get_real_path): Renamed from dw2_require_full_path.
142 Replace per_cu arg with pointer to quick_file_names entry.
143 All callers updated.
144 (dw2_free_cached_file_names): New function.
145 (dw2_forget_cached_source_info): Call it (via htab_traverse_noresize).
146 (dwarf2_initialize_objfile): Initialize quick_file_names_table in
147 the OBJF_READNOW case.
148 (dwarf2_free_objfile): Rewrite freeing of quick file names tables.
149
150 2010-12-12 Mark Kettenis <kettenis@gnu.org>
151
152 * mips64obsd-tdep.c (floatformats_mips64_quad): New define.
153 (mips64obsd_init_abi): Set long_double_bit and long_double_format.
154
155 2010-12-12 Mark Kettenis <kettenis@gnu.org>
156
157 * sparc-tdep.c: Fix typo in comment.
158
159 2010-12-10 Doug Evans <dje@google.com>
160
161 * dwarf2read.c: Whitespace cleanup, plus comment additions.
162 No code changes.
163
164 2010-12-10 Tom Tromey <tromey@redhat.com>
165
166 * NEWS: Document exception-handling change.
167
168 2010-12-09 Marc Khouzam <marc.khouzam@ericsson.com>
169
170 * mi/mi-parse.c (mi_parse): Wrong error message.
171
172 2010-12-09 Doug Evans <dje@google.com>
173
174 * symfile.h (quick_symbol_functions): Clarify usage of
175 map_symbol_filenames.
176
177 2010-12-09 Tom Tromey <tromey@redhat.com>
178
179 * mi/mi-parse.h (mi_parse): Update.
180 * mi/mi-parse.c (mi_parse_cleanup): New function.
181 (mi_parse): Add 'token' argument. Throw exception on error.
182 * mi/mi-main.c (mi_print_exception): New function.
183 (mi_execute_command): Use mi_print_exception. Catch exceptions
184 from mi_parse.
185
186 2010-12-09 Tom Tromey <tromey@redhat.com>
187
188 PR c++/9593:
189 * thread.c (clear_thread_inferior_resources): Call
190 delete_longjmp_breakpoint.
191 * infrun.c (handle_inferior_event): Handle exception breakpoints.
192 (handle_inferior_event): Likewise.
193 (insert_exception_resume_breakpoint): New function.
194 (check_exception_resume): Likewise.
195 * inferior.h (delete_longjmp_breakpoint_cleanup): Declare.
196 * infcmd.c (delete_longjmp_breakpoint_cleanup): No longer static.
197 (step_1): Set thread's initiating frame.
198 (until_next_continuation): New function.
199 (until_next_command): Support exception breakpoints.
200 (finish_command_continuation): Delete longjmp breakpoint.
201 (finish_forward): Support exception breakpoints.
202 * gdbthread.h (struct thread_info) <initiating_frame>: New field.
203 * breakpoint.h (enum bptype) <bp_exception, bp_exception_resume,
204 bp_exception_master>: New constants.
205 (struct bpstat_what) <is_longjmp>: New field.
206 (set_longjmp_breakpoint): Update.
207 * breakpoint.c (create_exception_master_breakpoint): New function.
208 (update_breakpoints_after_exec): Handle bp_exception_master. Call
209 create_exception_master_breakpoint.
210 (print_it_typical): Handle bp_exception_master, bp_exception.
211 (bpstat_stop_status): Handle bp_exception_master.
212 (bpstat_what): Handle bp_exception_master, bp_exception,
213 bp_exception_resume.
214 (bptype_string): Likewise.
215 (print_one_breakpoint_location): Likewise.
216 (allocate_bp_location): Likewise.
217 (set_longjmp_breakpoint): Handle exception breakpoints. Change
218 interface.
219 (delete_longjmp_breakpoint): Handle exception breakpoints.
220 (mention): Likewise.
221 (struct until_break_command_continuation_args) <thread_num>: New
222 field.
223 (until_break_command_continuation): Call
224 delete_longjmp_breakpoint.
225 (until_break_command): Support exception breakpoints.
226 (delete_command): Likewise.
227 (breakpoint_re_set_one): Likewise.
228 (breakpoint_re_set): Likewise.
229
230 2010-12-08 Doug Evans <dje@google.com>
231
232 * gdbtypes.h (TYPE_IS_OPAQUE): Reformat.
233
234 * gdbtypes.c (check_typedef): Tweak comment.
235
236 PR symtab/12302
237 * dwarf2read.c (struct psymtab_cu_index_map): New struct.
238 (hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
239 (struct addrmap_index_data): New struct.
240 (add_address_entry): Remove arg `pst', new args `start', `end'.
241 (add_address_entry_worker, write_address_map): New functions.
242 (write_psymtabs_to_index): Address table generation moved to
243 write_address_map. Build a table mapping psymtab to CU index
244 to pass to it.
245
246 * dwarf2read.c (write_psymtabs_to_index): When stat fails, pass file
247 name to perror.
248
249 * symfile.h (quick_symbol_functions): Clarify usage of
250 expand_symtabs_with_filename.
251 * dwarf2read.c (dw2_expand_symtabs_with_filename): Only iterate over
252 comp units, ignore type units.
253
254 * dwarf2read.c (dw2_expand_symtabs_with_filename): Use FILENAME_CMP.
255
256 2010-12-07 Doug Evans <dje@google.com>
257
258 * dwarf2read.c (dw2_lookup_symtab): Remove duplicate call to
259 gdb_realpath.
260
261 PR python/12227
262 * NEWS: Mention -data-directory.
263 * main.c (captured_main): Recognize -data-directory.
264
265 2010-12-06 Marc Khouzam <marc.khouzam@ericsson.com>
266
267 * mi/mi-parse.c (mi_parse): Missing else.
268
269 2010-12-04 Masaki Muranaka <monaka@monami-software.com>
270
271 * configure.tgt: Accept microblaze*-*-linux* for linux target
272 and microblaze*-*-* for as target.
273
274 2010-12-02 Keith Seitz <keiths@redhat.com>
275
276 * linespec.c (find_method): Move name canonicalization outside
277 the loop.
278 Be paranoid and use a cleanup.
279
280 2010-12-01 Doug Evans <dje@google.com>
281
282 * dwarf2read.c (save_gdb_index_command): Add comment.
283
284 2010-12-01 Ulrich Weigand <uweigand@de.ibm.com>
285
286 * valops.c (value_assign): Returned value is never lazy. If a
287 C++ class type is returned, fix incorrect enclosing type / embedded
288 offset. If internal variable is returned, allocate new internalvar
289 value using value_of_internalvar.
290
291 * NEWS: Document changes in behavior of "print x = 0" and similar
292 expressions.
293
294 2010-11-29 Doug Evans <dje@google.com>
295
296 * python/lib/gdb/printing.py (register_pretty_printer): Change
297 printer-name:subprinter-name to printer-name;subprinter-name.
298 * python/lib/gdb/command/pretty_printers.py (parse_printer_regexps):
299 Ditto.
300 (InfoPrettyPrinter, EnablePrettyPrinter, DisablePrettyPrinter): Ditto.
301
302 2010-11-29 Tom Tromey <tromey@redhat.com>
303
304 * opencl-lang.c (lval_func_check_synthetic_pointer): New
305 function.
306 * value.h (struct lval_funcs) <indirect, check_synthetic_pointer>:
307 New fields.
308 (value_bits_synthetic_pointer): Declare.
309 * value.c (value_bits_synthetic_pointer): New function.
310 * valprint.c (valprint_check_validity): Handle synthetic
311 pointers.
312 * valops.c (value_ind): Use new 'indirect' lval_funcs method.
313 * valarith.c (value_ptradd): Use set_value_component_location.
314 * p-valprint.c (pascal_object_print_value_fields): Handle
315 synthetic pointers.
316 * jv-valprint.c (java_print_value_fields): Handle synthetic
317 pointers.
318 * dwarf2read.c (dwarf_stack_op_name): Add
319 DW_OP_GNU_implicit_pointer.
320 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
321 arguments. Handle location lists.
322 (fill_in_loclist_baton): New function.
323 (dwarf2_symbol_mark_computed): Use it.
324 * dwarf2loc.h (dwarf2_find_location_expression): Declare.
325 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
326 arguments.
327 * dwarf2loc.c (dwarf2_find_location_expression): Rename from
328 find_location_expression. No longer static. Update all callers.
329 (dwarf_expr_frame_pc): New function.
330 (per_cu_dwarf_call): Add get_frame_pc, baton arguments. Update
331 all callers.
332 (struct piece_closure) <per_cu>: New field.
333 (allocate_piece_closure): Add per_cu argument.
334 (read_pieced_value): Handle DWARF_VALUE_IMPLICIT_POINTER.
335 (check_pieced_value_bits): Remove validity argument, add check_for
336 argument. Handle DWARF_VALUE_IMPLICIT_POINTER.
337 (check_pieced_value_validity, check_pieced_value_invalid):
338 Update.
339 (check_pieced_synthetic_pointer): New function.
340 (get_frame_address_in_block_wrapper): New function.
341 (indirect_pieced_value): New function.
342 (pieced_value_funcs): Update.
343 (invalid_synthetic_pointer): New function.
344 (dwarf2_evaluate_loc_desc_full): Rename from
345 dwarf2_evaluate_loc_desc. Add byte_offset argument.
346 (dwarf2_evaluate_loc_desc): Rewrite.
347 (dwarf2_loc_desc_needs_frame): Set new field on context.
348 (get_ax_pc): New function.
349 (disassemble_dwarf_expression): Handle
350 DW_OP_GNU_implicit_pointer.
351 * dwarf2expr.h (enum dwarf_value_location)
352 <DWARF_VALUE_IMPLICIT_POINTER>: New constant.
353 (struct dwarf_expr_context) <get_frame_pc>: New field.
354 (struct dwarf_expr_piece) <v.ptr>: New field.
355 * dwarf2expr.c (add_piece): Handle DWARF_VALUE_IMPLICIT_POINTER.
356 (execute_stack_op): Handle DW_OP_GNU_implicit_pointer.
357 * dwarf2-frame.c (no_get_frame_pc): New function.
358 (execute_stack_op): Set new field on context.
359 * cp-valprint.c (cp_print_value_fields): Handle synthetic
360 pointers.
361
362 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
363
364 PR python/12199
365
366 * python/py-breakpoint.c (bppy_delete_breakpoint): New function.
367
368 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
369
370 Fix step_resume_breakpoint unsaved during an infcall.
371 * gdbthread.h (struct thread_control_state): Move here field
372 step_resume_breakpoint ...
373 (struct thread_info): ... from here.
374 * infrun.c (save_infcall_control_state): Reset
375 control.step_resume_breakpoint to NULL.
376 (restore_infcall_control_state, discard_infcall_control_state): Delete
377 control.step_resume_breakpoint.
378 * arm-linux-tdep.c, infrun.c, thread.c: Update all the references to
379 the moved field.
380
381 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
382
383 Rename and move inferior_thread_state and inferior_status.
384 * gdbthread.h (struct thread_control_state): New struct, move fields
385 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
386 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
387 stop_step and stop_bpstat here from struct thread_info.
388 (struct thread_suspend_state): New struct, move field stop_signal here
389 from struct thread_info.
390 (struct thread_info): Move the fields above from this struct.
391 * inferior.h: Move the inferior_thread_state and inferior_status
392 declarations comment to their definitions at infrun.c.
393 (struct inferior_control_state): New struct, move field stop_soon from
394 struct inferior here.
395 (struct inferior_suspend_state): New empty struct.
396 (struct inferior): New fields control and suspend. Move out field
397 stop_soon.
398 * infrun.c (struct inferior_thread_state): Rename to ...
399 (infcall_suspend_state): ... here. Replace field stop_signal by
400 fields thread_suspend and inferior_suspend.
401 (save_inferior_thread_state): Rename to ...
402 (save_infcall_suspend_state): ... here. New variable inf. Update the
403 code for new fields.
404 (restore_inferior_thread_state): Rename to ...
405 (restore_infcall_suspend_state): ... here. New variable inf. Update
406 the code for new fields.
407 (do_restore_inferior_thread_state_cleanup): Rename to ...
408 (do_restore_infcall_suspend_state_cleanup): ... here.
409 (make_cleanup_restore_inferior_thread_state): Rename to ...
410 (make_cleanup_restore_infcall_suspend_state): ... here.
411 (discard_inferior_thread_state): Rename to ...
412 (discard_infcall_suspend_state): ... here.
413 (get_inferior_thread_state_regcache): Rename to ...
414 (get_infcall_suspend_state_regcache): ... here.
415 (struct inferior_status): Rename to ...
416 (struct infcall_control_state): ... here. Replace fields
417 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
418 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
419 stop_step, stop_bpstat and stop_soon by fields thread_control and
420 inferior_control.
421 (save_inferior_status): Rename to ...
422 (save_infcall_control_state): ... here. Update the code for new
423 fields.
424 (restore_inferior_status): Rename to ...
425 (restore_infcall_control_state): ... here. Update the code for new
426 fields.
427 (do_restore_inferior_status_cleanup): Rename to ...
428 (do_restore_infcall_control_state_cleanup): ... here.
429 (make_cleanup_restore_inferior_status): Rename to ...
430 (make_cleanup_restore_infcall_control_state): ... here.
431 (discard_inferior_status): Rename to ...
432 (discard_infcall_control_state): ... here.
433 * alpha-tdep.c, breakpoint.c, dummy-frame.c, dummy-frame.h,
434 exceptions.c, fbsd-nat.c, gdbthread.h, infcall.c, infcmd.c,
435 inferior.c, inferior.h, infrun.c, linux-nat.c, mi/mi-interp.c,
436 mips-tdep.c, procfs.c, solib-irix.c, solib-osf.c, solib-spu.c,
437 solib-sunos.c, solib-svr4.c, thread.c, windows-nat.c: Update all the
438 references to the moved fields and renamed functions.
439
440 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
441
442 * infcall.c (struct inferior_thread_state) <siginfo_gdbarch>: Fix up
443 the comment.
444 (save_inferior_thread_state): Reset tp->stop_signal.
445
446 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
447
448 * infcall.c (call_function_by_hand): Remove variable
449 caller_state_cleanup.
450
451 2010-11-25 Marc Khouzam <marc.khouzam@ericsson.com>
452
453 PR breakpoints/12217
454
455 * breakpoint.c (is_marker_spec): Check for NULL.
456
457 2010-11-25 Pedro Alves <pedro@codesourcery.com>
458
459 * breakpoint.h: No longer include python.h or python-internal.h.
460 (struct breakpoint_object): Forward declare.
461 * defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
462 * varobj.c (PyObject) [!HAVE_PYTHON]: Define.
463 * python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
464 PyObject pointer.
465 (gdbpy_breakpoint_created): Remove casts around py_bp_object
466 accesses.
467
468 2010-11-24 Joel Brobecker <brobecker@adacore.com>
469
470 * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
471 only if HAVE_ELF is defined.
472
473 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
474
475 Code cleanup.
476 * infrun.c (struct inferior_status) <stepping_over_breakpoint>
477 (save_inferior_status) <stepping_over_breakpoint>
478 (restore_inferior_status) <stepping_over_breakpoint>: Rename to
479 trap_expected.
480 (struct inferior_status) <step_resume_break_address>: Remove.
481
482 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
483
484 Code cleanup.
485 * infrun.c (struct inferior_status, save_inferior_status)
486 (restore_inferior_status): Group and reorder the fields, comment their
487 groups.
488
489 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
490
491 Code cleanup.
492 * dictionary.c
493 (struct dict_vector) <iter_match_first, iter_match_next>
494 (iter_match_first_hashed, iter_match_next_hashed)
495 (iter_match_first_linear, iter_match_next_linear)
496 (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
497 (iter_match_next_hashed, iter_match_first_linear)
498 (iter_match_next_linear): Use symbol_compare_ftype.
499 * dictionary.h: Include symfile.h.
500 (dict_iter_match_first, dict_iter_match_next): Use
501 symbol_compare_ftype.
502 * dwarf2read.c (dw2_map_matching_symbols): Likewise.
503 * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
504 (map_matching_symbols_psymtab): Likewise.
505 * symfile.h (symbol_compare_ftype): New typedef.
506 (struct quick_symbol_functions) <map_matching_symbols): Use
507 symbol_compare_ftype.
508
509 2010-11-23 Tom Tromey <tromey@redhat.com>
510
511 * configure: Rebuild.
512 * configure.ac (READLINE_TEXI_INCFLAG): New subst.
513
514 2010-11-19 Tom Tromey <tromey@redhat.com>
515
516 * Makefile.in (SUBDIRS): Add doc.
517 * configure: Rebuild.
518 * configure.ac: Don't configure in doc. Create doc/Makefile.
519
520 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
521
522 PR python/12212
523
524 * python/py-inferior.c (find_thread_object): Check if PIDGET
525 returns 0.
526
527 010-11-22 Joel Brobecker <brobecker@adacore.com>
528
529 * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
530
531 2010-11-22 Joel Brobecker <brobecker@adacore.com>
532
533 * ada-lang.c (ada_to_fixed_type): Expand function documentation.
534 Return the original type if the main type portions match rather
535 than when the type themselves match.
536
537 2010-11-22 Joel Brobecker <brobecker@adacore.com>
538
539 * ada-lang.c (ada_template_to_fixed_record_type_1):
540 For dynamic fields, check the field size against the maximum
541 object size.
542
543 2010-11-22 Joel Brobecker <brobecker@adacore.com>
544
545 * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
546 function.
547 (mips_irix_n32_stack_tramp_frame): New static global.
548 (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
549 list of unwinder.
550
551 2010-11-22 Jerome Guitton <guitton@adacore.com>
552
553 * ada-tasks.c (get_tcb_types_info): Use C lookups to get
554 ATCB symbols.
555
556 2010-11-22 Joel Brobecker <brobecker@adacore.com>
557
558 * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
559 if type1 is a typedef.
560
561 2010-11-22 Joel Brobecker <brobecker@adacore.com>
562
563 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
564 "_finalizer" to the list.
565
566 2010-11-22 Joel Brobecker <brobecker@adacore.com>
567
568 * symfile.c: Remove all "#if 0"/"#endif" blocks.
569
570 2010-11-22 Joel Brobecker <brobecker@adacore.com>
571
572 * symfile.c: Add missing second space after period in various comments.
573
574 2010-11-22 Joel Brobecker <brobecker@adacore.com>
575
576 * ada-typeprint.c (print_array_type): Fix formatting in comment.
577 (print_selected_record_field_types): Fix formatting in function
578 documentation.
579
580 2010-11-22 Joel Brobecker <brobecker@adacore.com>
581
582 * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
583 in name of "show ravenscar" prefix command name.
584
585 2010-11-22 Joel Brobecker <brobecker@adacore.com>
586
587 * ravenscar-thread.c (show_ravenscar_task_switching_command):
588 Add missing '\n' in output.
589
590 2010-11-22 Joel Brobecker <brobecker@adacore.com>
591
592 * ravenscar-thread.c (running_thread_name): Change value.
593 (read_thread_id): Remove advance declaration.
594 (get_running_thread_msymbol): New function.
595 (has_ravenscar_runtime): Use get_running_thread_msymbol to
596 compute msym_running_thread.
597 (get_running_thread_id): Renames read_thread_id. Slight modifications
598 to not take any argument anymore, using get_running_thread_msymbol
599 to determine which symbol to use instead.
600 (ravenscar_running_thread): Use get_running_thread_id instead of
601 read_thread_id.
602
603 2010-11-22 Joel Brobecker <brobecker@adacore.com>
604
605 * ravenscar-sparc-thread.c (supply_register_at_address):
606 Fix passing of buf in call to regcache_raw_supply.
607
608 2010-11-22 Jan Kratochvil <jan.kratochvil@redhat.com>
609
610 * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
611
612 2010-11-22 Tom Tromey <tromey@redhat.com>
613
614 * Makefile.in (.PRECIOUS): Reference ada-lex.c.
615
616 2010-11-19 Keith Seitz <keiths@redhat.com>
617
618 * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
619 Remove extraneous '/' after $(DESTDIR).
620 (PYTHON_INSTALL_DIR): Likewise.
621
622 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
623
624 Fix stale memory references.
625 * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
626 xfree, new comment.
627
628 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
629 Tom Tromey <tromey@redhat.com>
630
631 * Makefile.in (.y.c): Directly create $@ from YLWRAP.
632 (.PHONY): Remove for .y outputs.
633
634 2010-11-19 Will Drewry <wad@google.com>
635 Tavis Ormandy <taviso@google.com>
636 Jan Kratochvil <jan.kratochvil@redhat.com>
637
638 * dwarf2read.c (decode_locdesc): Enforce location description stack
639 boundaries.
640
641 2010-11-18 Pierre Muller <muller@ics.u-strasbg.fr>
642
643 * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
644 instruction is found.
645
646 2010-11-17 Tom Tromey <tromey@redhat.com>
647
648 * value.c (value_entirely_optimized_out): Check the
649 'check_any_valid' field.
650
651 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
652
653 * ada-lang.c (modify_general_field): Remove.
654 (make_array_descriptor): Replace all modify_general_field calls by
655 modify_field.
656 * value.c (modify_field): Update comment. New variable bytesize.
657 Normalize BITPOS. Initialize BYTESIZE, use it.
658
659 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
660
661 * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
662 elements after xfree.
663
664 2010-11-16 Tom Tromey <tromey@redhat.com>
665
666 * gdb-add-index.sh: Really remove.
667
668 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
669
670 Code cleanup.
671 * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
672 (init_one_comp_unit): ... this one.
673 (prepare_one_comp_unit): New prototype.
674 (dw2_require_line_header, process_psymtab_comp_unit): Use
675 init_one_comp_unit.
676 (process_psymtab_comp_unit): Use prepare_one_comp_unit.
677 (load_partial_comp_unit): Remove variable attr. Use
678 init_one_comp_unit with xmalloc. Use prepare_one_comp_unit.
679 (load_full_comp_unit): Use init_one_comp_unit with xmalloc. Use
680 prepare_one_comp_unit.
681 (read_signatured_type): Remove variable attr. Use init_one_comp_unit.
682 Use prepare_one_comp_unit.
683 (alloc_one_comp_unit): Rename to ...
684 (init_one_comp_unit): ... here and remove there calloc, new parameter
685 cu.
686 (prepare_one_comp_unit): New function.
687
688 2010-11-14 Pierre Muller <muller@ics.u-strasbg.fr>
689
690 * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
691 possible used of uninitialized variable.
692
693 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
694
695 * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
696 (rs6000_gdbarch_init): Call it.
697
698 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
699
700 * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
701 instructions if debugging an E500 binary.
702
703 2010-11-12 Tom Tromey <tromey@redhat.com>
704
705 * varobj.c (value_get_print_value): Rearrange. Pass stream to
706 apply_varobj_pretty_printer.
707 * c-lang.c: Include exceptions.h.
708 (c_get_string): Throw MEMORY_ERROR when appropriate.
709 * python/py-prettyprint.c (enum string_repr_result): New.
710 (print_stack_unless_memory_error): New function.
711 (print_string_repr): Change return type. Use
712 print_stack_unless_memory_error.
713 (print_children): Use print_stack_unless_memory_error.
714 (apply_val_pretty_printer): Update. Don't print children if
715 string representation threw an exception.
716 (apply_varobj_pretty_printer): Add 'stream' argument. Use
717 print_stack_unless_memory_error.
718 * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
719 globals.
720 (_initialize_python): Initialize them.
721 * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
722 gdbpy_convert_exception.
723 (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
724 (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
725 (gdbpy_convert_exception): Declare.
726 (apply_varobj_pretty_printer): Update.
727 * python/py-utils.c (gdbpy_convert_exception): New function.
728
729 2010-11-12 Marc Khouzam <marc.khouzam@ericsson.com>
730
731 * mi/mi-main.c (mi_cmd_target_detach): Accept new
732 thread-group id format.
733
734 2010-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
735
736 * spu-tdep.c (spu_catch_start): Fix compilation error typo.
737
738 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
739
740 * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
741 NULL.
742 (BPPY_SET_REQUIRE_VALID): Ditto.
743 (bpnum_is_valid): Delete function.
744 (bppy_get_visibility): New function.
745 (bppy_new): Parse for, and validate internal keyword. Pass
746 internal keyword to breakpoint or watchpoint functions.
747 (build_bp_list): New function.
748 (gdbpy_breakpoints): Rewrite. Use build_bp_list and
749 iterate_over_breakpoints.
750 (gdbpy_breakpoint_created): Rewrite. Do not store breakpoints in a
751 look-aside vector.
752 (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
753 to internal breakpoint chain.
754
755 * breakpoint.c (set_breakpoint_number): New function.
756 (breakpoint_1): Check if breakpoint number is more than zero.
757 (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
758 (create_breakpoint_sal): Take a new parameter called internal.
759 Call set_breakpoint_number with internal parameter. Do not
760 mention internal breakpoints. All callers updated.
761 (create_breakpoint): Ditto.
762 (create_breakpoints_sal): Ditto.
763 (watch_command_1): Ditto.
764 (watch_command_wrapper): Take a new parameter called internal.
765 All callers updated.
766 (rwatch_command_wrapper): Ditto.
767 (awatch_command_wrapper): Ditto.
768 (save_breakpoints): Update breakpoint save condition check.
769 (iterate_over_breakpoints): New function.
770 * breakpoint.h: Add conditional python includes. Add py_bp_object
771 and comment to struct breakpoint. Update all callers.
772 * defs.h: Add PyObject definition for GDB builds without Python.
773
774 2010-11-10 Doug Evans <dje@google.com>
775
776 * python/lib/gdb/command/pretty_printers.py
777 (do_enable_pretty_printer_1): Handle printer.subprinters is None.
778
779 * value.c (set_value_enclosing_type): Renamed from
780 value_change_enclosing_type. All callers updated.
781 * value.h (set_value_enclosing_type): Update.
782 * valops.c (value_full_object): Always return a copy if we need to
783 make changes to the input value.
784
785 2010-11-09 Pedro Alves <pedro@codesourcery.com>
786
787 * breakpoint.c (watch_command_1): Get a pointer of the lazy
788 version of the expression's value, even if reading the value from
789 memory fails. When creating a -location watchpoint, get the
790 value's address from the lazy value pointer.
791
792 2010-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
793
794 * infrun.c (restore_inferior_thread_state): Use
795 discard_inferior_thread_state to free the data.
796 (discard_inferior_thread_state): xfree also siginfo_data.
797
798 2010-11-05 Doug Evans <dje@google.com>
799
800 Make gdb.parameter("directories") work.
801 New command "set directories".
802 * NEWS: Document them.
803 * source.c (set_directories_command): New function.
804 (show_directories_1): Renamed from show_directories.
805 All callers updated.
806 (show_directories_command): New function.
807 (_initialize_source): Install "directories" as a set/show
808 variable instead of just a show command.
809
810 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
811
812 * NEWS: Mention OpenCL C language support.
813 * Makefile.in (SFILES): Add opencl-lang.c.
814 (COMMON_OBS): Add opencl-lang.o.
815 * opencl-lang.c: New File
816 * defs.h (enum language): Add language_opencl.
817 * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
818 IBM XL C OpenCL compiler.
819 * c-lang.h: Include "parser-defs.h".
820 (evaluate_subexp_c): Declare.
821 * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
822 (c_op_print_tab): Add declaration.
823 * eval.c (binop_promote): Handle language_opencl.
824 * c-exp.y: Lookup the primitive types instead of referring to the
825 builtins.
826
827 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
828
829 Fix configure --enable-plugins --without-python.
830 * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
831 * configure: Regenerate.
832
833 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
834
835 * solib.c (solib_read_symbols): Call exception_fprintf even without
836 FROM_TTY. Print also so->so_name.
837
838 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
839
840 * gdbtypes.h (struct rank): Created subrank.
841 * gdbtypes.c: Initialized subrank for all
842 'BADNESS' constants.
843 (distance_to_ancestor): New function.
844 (is_ancestor): Use distance_to_ancestor.
845 (is_public_ancestor): Ditto.
846 (sum_ranks): Handle subrank.
847 (compare_ranks): Ditto.
848 (rank_one_type): Subrank base conversions.
849
850 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
851
852 * gdbtypes.h: Create struct rank.
853 Convert all 'BADNESS' macros to const struct rank declarations.
854 (sum_ranks): New function.
855 (compare_ranks): New function.
856 * valops.c (find_oload_champ): Updated.
857 (classify_oload_match): Use compare_ranks.
858 Improved comments.
859 (compare_parameters): Use compare_ranks.
860 * gdbtypes.c: Initialize 'BADNESS' constants.
861 (sum_ranks): New function.
862 (compare_ranks): New function.
863 (compare_badness): Use compare_ranks.
864 (rank_function): Use global constants instead of literals.
865 (rank_one_type): Ditto.
866 Return struct rank.
867 Use sum_ranks.
868
869 2010-11-04 Doug Evans <dje@google.com>
870
871 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
872 (find_pretty_printer): Fix comments.
873
874 2010-11-04 Hui Zhu <teawater@gmail.com>
875
876 * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
877
878 2010-11-03 Joel Brobecker <brobecker@adacore.com>
879
880 * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
881 and `len' declaration and computation inside block where they
882 are being used.
883
884 2010-11-03 Joel Brobecker <brobecker@adacore.com>
885
886 * valprint.c (val_print_array_elements): Put back handling of
887 empty arrays.
888
889 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
890
891 * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
892 DIE and set the length of the type.
893 * gdbtypes.h (get_array_bounds): Move here from valprint.h.
894 * gdbtypes.c (get_array_bounds): Move here from valprint.c and
895 return 0 if the corresponding bounds of the type are undefined.
896 * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
897 * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
898 (val_print_array_elements): Use get_array_bounds to compute the number
899 of array elements instead of dividing the length of the array by the
900 length of the element types.
901 * valarith.c (vector_binop): Likewise.
902 * valops.c (value_cast): Likewise.
903 * c-valprint.c (c_val_print): Likewise.
904 * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
905
906 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
907
908 * valarith.c (value_pos, value_neg, value_complement): Handle
909 vector types.
910 * valops.c (value_one): Likewise.
911
912 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
913
914 * value.h (value_non_lval): Declare.
915 * value.c (value_non_lval): New function.
916 * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
917 UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
918 non-lvalue.
919
920 2010-11-02 Doug Evans <dje@google.com>
921
922 New python module gdb.printing, and new commands info pretty-printer,
923 enable pretty-printer, disable pretty-printer.
924 * NEWS: Mention them.
925 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
926 gdb/command/__init__.py, gdb/command/pretty_printers.py.
927 * python/lib/gdb/__init__.py: Install pretty-printer commands.
928 * python/lib/gdb/printing.py: New file.
929 * python/lib/gdb/command/__init__.py: New file.
930 * python/lib/gdb/command/pretty_printers.py: New file.
931
932 2010-11-02 Tom Tromey <tromey@redhat.com>
933
934 * NEWS: Mention Guile removal.
935 * defs.h (enum language) <language_scm>: Remove.
936 * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
937 scm-valprint.c.
938 (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
939 (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
940 * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
941 Remove.
942
943 2010-11-02 Doug Evans <dje@google.com>
944
945 * top.c: #include "python/python.h".
946 (gdb_init): Add a comment regarding initialize_all_files.
947 Call finish_python_initialization at the end.
948 * python/python.h (finish_python_initialization): Declare.
949 * python/python.c (finish_python_initialization): New function.
950 (_initialize_python): Move python-implemented initialization there
951 and call it.
952 (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
953
954 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
955
956 Revert:
957 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
958 Pedro Alves <pedro@codesourcery.com>
959 * gdbthread.h (currently_stepping): New declaration.
960 * infrun.c (currently_stepping): Remove the forward declaration.
961 (currently_stepping): Make it global.
962 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
963 variables tp and step, initialized them. Pass STEP to to_resume.
964 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
965 * remote.c (currently_stepping_callback): New.
966 (remote_vcont_resume)
967 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
968 New variable tp. Call currently_stepping_callback and step such
969 thread.
970
971 2010-11-01 Hui Zhu <teawater@gmail.com>
972
973 * tracepoint.c (tfile_xfer_partial): Change lma to vma.
974
975 2010-10-28 Hui Zhu <teawater@gmail.com>
976
977 * tracepoint.c (trace_save): Change utp->actions to
978 utp->step_actions.
979
980 2010-10-26 Joel Brobecker <brobecker@adacore.com>
981
982 * (_FILE_OFFSET_BITS): Fix typo in comment.
983
984 2010-10-26 Joel Brobecker <brobecker@adacore.com>
985
986 * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
987 (PyEval_InitThreads): Remove duplicate. Define as nothing.
988 (PyEval_ReleaseLock): Define as nothing.
989
990 2010-10-26 Joel Brobecker <brobecker@adacore.com>
991
992 * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
993 by call to FILENAME_CMP.
994
995 2010-10-26 Joel Brobecker <brobecker@adacore.com>
996
997 * dictionary.c (dict_hash): Move assignment out of if condition.
998
999 2010-10-22 Jie Zhang <jie@codesourcery.com>
1000
1001 * Makefile.in (install): Remove dependency of install-only and
1002 recursively invoke make for install-only.
1003 * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
1004 (install): Pass FLAGS_TO_PASS when recursively make install-only.
1005
1006 2010-10-20 Hui Zhu <teawater@gmail.com>
1007
1008 * tracepoint.c (tfile_get_traceframe_address): Call
1009 extract_signed_integer.
1010 (tfile_trace_find): Call extract_signed_integer and
1011 extract_unsigned_integer. Change data_size to unsigned int.
1012 (tfile_fetch_registers): Call extract_unsigned_integer.
1013 (tfile_xfer_partial): Ditto.
1014 (tfile_get_trace_state_variable_value): Call
1015 extract_signed_integer and extract_unsigned_integer.
1016
1017 2010-10-20 Vladimir Prus <vladimir@codesourcery.com>
1018
1019 * remote.c (remote_get_threadlist): If we got empty
1020 response, bail out immediately, and don't emit any
1021 warnings.
1022
1023 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1024
1025 * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
1026 for "mov pc, REG" as well.
1027 (thumb_instruction_changes_pc): Likewise.
1028
1029 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1030
1031 PR C++/11500:
1032 * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
1033 * eval.c (evaluate_subexp_standard): Check for overload of
1034 'operator->'.
1035 * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
1036 (value_x_unop): Ditto.
1037 * valops.c: Include "exceptions.h".
1038 (find_overload_match): Throw NOT_FOUND_ERROR.
1039 (value_struct_elt): Ditto.
1040
1041 2010-10-19 Tom Tromey <tromey@redhat.com>
1042
1043 * python/py-cmd.c (cmdpy_function): Unreference exception state.
1044
1045 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1046
1047 * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
1048 * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
1049 for conversion.
1050 Make all other conversions illegal.
1051
1052 2010-10-18 Doug Evans <dje@google.com>
1053
1054 * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
1055 assumptions of when this case happens. Print "<unnamed typedef>".
1056
1057 2010-10-18 Tom Tromey <tromey@redhat.com>
1058
1059 * valprint.c (val_print_string): Pass 'encoding' to
1060 LA_PRINT_STRING.
1061
1062 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1063
1064 Fix the `stopped language detection' testcase for gcc-4.5.
1065 * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
1066 * symfile.c (set_initial_language): Move variable filename to a more
1067 inner block. Prefer LANGUAGE_OF_MAIN.
1068 * symtab.c (language_of_main): New variable.
1069 (set_main_name): Always reset LANGUAGE_OF_MAIN.
1070 * symtab.h (language_of_main): New declaration.
1071
1072 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1073 Pedro Alves <pedro@codesourcery.com>
1074
1075 * gdbthread.h (currently_stepping): New declaration.
1076 * infrun.c (currently_stepping): Remove the forward declaration.
1077 (currently_stepping): Make it global.
1078 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
1079 variables tp and step, initialized them. Pass STEP to to_resume.
1080 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
1081 * remote.c (currently_stepping_callback): New.
1082 (remote_vcont_resume)
1083 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
1084 New variable tp. Call currently_stepping_callback and step such
1085 thread.
1086
1087 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1088
1089 * infrun.c (follow_exec): Replace symbol_file_add_main by
1090 symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
1091 breakpoint_re_set.
1092 * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
1093 clear_symtab_users.
1094 * objfiles.c (free_all_objfiles): Likewise.
1095 * remote-m32r-sdi.c (m32r_load): Likewise.
1096 * solib-som.c (som_solib_create_inferior_hook): Likewise.
1097 * symfile.c (new_symfile_objfile): New comment for add_flags. Call
1098 clear_symtab_users with ADD_FLAGS.
1099 (reread_symbols): Use parameter 0 for clear_symtab_users.
1100 (clear_symtab_users): New parameter add_flags. Do not call
1101 breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
1102 (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
1103 * symtab.h (clear_symtab_users): New parameter add_flags.
1104
1105 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1106
1107 Fix GCC false warning.
1108 * varobj.c (value_get_print_value) <str_addr>: Initialize it.
1109
1110 2010-10-16 Pierre Muller <muller@ics.u-strasbg.fr>
1111
1112 * p-typeprint.c (pascal_type_print_method_args): Fix problem in
1113 display of type of method arguments.
1114
1115 2010-10-15 Tom Tromey <tromey@redhat.com>
1116
1117 PR python/11948:
1118 * varobj.c (value_get_print_value): Use val_print_string to print
1119 lazy strings.
1120 * python/py-prettyprint.c (print_string_repr): Use
1121 val_print_string to print lazy strings. Fix cleanup logic.
1122 (print_children): Likewise.
1123 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
1124 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
1125 Change return type to 'void', add 'addr' argument.
1126 * value.h (val_print_string): Update.
1127 * valprint.c (val_print_string): Add 'encoding' argument.
1128 * printcmd.c (print_formatted): Update.
1129 * p-valprint.c (pascal_val_print): Update.
1130 * m2-valprint.c (print_unpacked_pointer): Update.
1131 (m2_print_array_contents): Likewise.
1132 * jv-valprint.c (java_value_print): Update.
1133 * f-valprint.c (f_val_print): Update.
1134 * c-valprint.c (c_val_print): Update.
1135 * auxv.c (fprint_target_auxv): Update.
1136
1137 2010-10-15 Doug Evans <dje@google.com>
1138 Jan Kratochvil <jan.kratochvil@redhat.com>
1139
1140 PR exp/12117
1141 * gdbtypes.c (check_typedef): Clean up function comment.
1142 Keep track of instance flags as we strip typedefs and create a new
1143 type to preserve them if necessary.
1144 * gdbtypes.h (type) <instance_flags>: Extend the comment.
1145
1146 2010-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
1147
1148 * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
1149
1150 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1151
1152 * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
1153 * gdbtypes.c (rank_one_type): Move type comparison code out of here
1154 to...
1155 (types_equal): ...here. And changed it as follows:
1156 Outside of typedefs type must be of the same TYPE_CODE.
1157 When compairing two pointers or references they are equal if their
1158 targets are equal.
1159 Correct pointer conversions.
1160
1161 2010-10-14 Pierre Muller <muller@ics.u-strasbg.fr>
1162
1163 * p-lang.c (is_pascal_string_type): Avoid crashes on structures
1164 having fields without names.
1165
1166 2010-10-13 Tom Tromey <tromey@redhat.com>
1167
1168 * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
1169
1170 2010-10-13 Doug Evans <dje@google.com>
1171
1172 New python module gdb.types.
1173 * NEWS: Document it.
1174 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
1175 * python/lib/gdb/types.py: New file.
1176
1177 * c-typeprint.c: Whitespace cleanup.
1178 (cp_type_print_method_args): Remove unnecessary forward decl.
1179 (cp_type_print_derivation_info): Ditto.
1180 (c_type_print_varspec_prefix): Mark as static at definition.
1181 (c_type_print_modifier): Fix arg descriptions.
1182
1183 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1184
1185 * python/py-breakpoint.c (bppy_set_condition): New comment.
1186 * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
1187 failed PyUnicode_Decode.
1188 (cmdpy_completer): Skip element for failed
1189 python_string_to_host_string.
1190 (cmdpy_init): Return -1 on failed python_string_to_host_string.
1191 * python/py-frame.c (frapy_read_var): Extend the function comment.
1192 * python/py-function.c (fnpy_init): Return -1 on failed
1193 python_string_to_host_string.
1194 * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
1195 the function comment.
1196 (infpy_search_memory): Extend the function comment. Remove the
1197 PyErr_SetString call on already set error state.
1198 * python/py-param.c (set_parameter_value): Extend the function
1199 comment. Return -1 on failed python_string_to_host_string, twice.
1200 (set_attr): Extend the function comment.
1201 (compute_enum_values): Extend the function comment. New variable
1202 back_to. Protect self->enumeration by BACK_TO cleanups. Return 0 on
1203 failed python_string_to_host_string.
1204 (get_doc_string): Call gdbpy_print_stack on failed
1205 python_string_to_host_string.
1206 (parmpy_init): Extend the function comment.
1207 * python/py-prettyprint.c (pretty_print_one_value): Likewise.
1208 (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
1209 failed python_string_to_host_string.
1210 * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
1211 (valpy_binop, valpy_richcompare): Extend the function comment.
1212 * python/python.c
1213 (struct python_env) <error_type, error_value, error_traceback>: New
1214 fields.
1215 (restore_python_env): Handle PyErr_Occurred. Call PyErr_Restore.
1216 (ensure_python_env): Call PyErr_Fetch.
1217 * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
1218 failed convert_value_from_python.
1219 (value_get_print_value): Call gdbpy_print_stack on failed
1220 python_string_to_target_python_string.
1221
1222 2010-10-12 Tom Tromey <tromey@redhat.com>
1223
1224 * python/py-prettyprint.c (search_pp_list): Fix error checking.
1225
1226 2010-10-12 Sami Wagiaalla <swagiaal@redhat.com>
1227
1228 * gdbtypes.c (do_is_ancestor): New function.
1229 (is_ancestor): Use do_is_ancestor.
1230 (is_public_ancestor): Use do_is_ancestor.
1231
1232 2010-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
1233
1234 * ser-go32.c (struct dos_ops): Add missing fdopen field.
1235
1236 2010-10-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1237
1238 * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
1239
1240 2010-10-11 Doug Evans <dje@google.com>
1241
1242 * c-typeprint.c (c_type_print_modifier): Add note that this prints
1243 the address space id too.
1244
1245 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1246
1247 Fix attaching to re-prelinked executables on ppc64.
1248 * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
1249 initialize it, try to adjust FILESZ field by it.
1250
1251 2010-10-08 Daniel Jacobowitz <dan@codesourcery.com>
1252
1253 * tracepoint.c (merge_uploaded_trace_state_variables): Only print
1254 messages if info_verbose.
1255
1256 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1257
1258 * valops.c (value_cast): Handle vector types.
1259 * valarith.c (value_binop): Widen scalar to vector if appropriate.
1260
1261 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1262
1263 * arm-tdep.c (thumb_expand_immediate): New function.
1264 (thumb_instruction_changes_pc): Likewise.
1265 (thumb2_instruction_changes_pc): Likewise.
1266 (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
1267 prologue parsing. Improved support for optimized code.
1268 (thumb_scan_prologue): Do not reply on line-number information,
1269 use same heuristics as arm_scan_prologue insead.
1270 (skip_prologue_function): Accept functions
1271 "__tls_get_addr" and "__aeabi_read_tp".
1272
1273 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1274 Daniel Jacobowitz <dan@codesourcery.com>
1275
1276 * arm-tdep.c (thumb_in_function_epilogue_p)
1277 (arm_in_function_epilogue_p): New.
1278 (arm_gdbarch_init): Install arm_in_function_epilogue_p as
1279 gdbarch_in_function_epilogue_p callback.
1280
1281 2010-10-07 Doug Evans <dje@google.com>
1282
1283 * cc-with-index.sh (output_file): Default to a.out.
1284
1285 * dwarf2read.c (mapped_index): Rename member index_table to
1286 symbol_table and index_table_slots to symbol_table_slots.
1287 All uses updated.
1288 (create_symbol_hash_table): Renamed from create_index_table.
1289 All callers updated.
1290 (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
1291 (write_hash_table): Rename local index_table to symbol_hash_table.
1292
1293 * addrmap.h (addrmap_foreach_fn): New typedef.
1294 (addrmap_foreach): Declare.
1295 * addrmap.c (struct addrmap_funcs): New member foreach.
1296 (addrmap_foreach): New function.
1297 (addrmap_fixed_foreach): New function.
1298 (addrmap_fixed_funcs): Update.
1299 (struct mutable_foreach_data): New struct.
1300 (addrmap_mutable_foreach_worker): New function.
1301 (addrmap_mutable_foreach): New function.
1302 (addrmap_mutable_funcs): Update.
1303
1304 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1305
1306 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
1307 more cases.
1308
1309 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1310
1311 * ada-lang.c (full_match): Declare.
1312 (ada_match_name): Rename to match_name (we should avoid prefixing static
1313 symbols with "ada_").
1314 (match_name): New name for ada_match_name.
1315 (struct ada_psym_data): Remove and replace with...
1316 (struct match_data): User data for map_matching_symbols.
1317 (ada_add_psyms): Remove.
1318 (aux_add_nonlocal_symbols): New function, used as callback for
1319 map_matching_symbols.
1320 (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
1321 symbols.
1322 (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
1323 (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
1324 Rework to use map_matching_symbols instead of map_ada_symtabs.
1325 (ada_lookup_symbol_list): Use add_nonlocal_symbols.
1326 * psymtab.c: Include dependency on dictionary.h.
1327 (match_partial_symbol): New function.
1328 (ada_lookup_partial_symbol): Remove.
1329 (map_block): New function, auxiliary to map_matching_symbols_psymtab.
1330 (map_matching_symbols_psymtab): New function.
1331 (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
1332 * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
1333
1334 2010-10-06 Paul Hilfinger <hilfinger@adacore.com>
1335
1336 * ada-lang.c (ada_match_name): Use new API for wild_match.
1337 (wild_match): Change API to be consistent with that of strcmp_iw;
1338 return 0 for a match, and switch operand order.
1339 (full_match): New function.
1340 (ada_add_block_symbols): Use dict_iter_match_{first,next} for
1341 matching to allow use of hashing.
1342 * dictionary.c (struct dict_vector): Generalize iter_name_first,
1343 iter_name_next ot iter_match_first, iter_match_next.
1344 (iter_name_first_hashed): Replace with iter_match_first_hashed.
1345 (iter_name_next_hashed): Replace with iter_match_next_hashed.
1346 (iter_name_first_linear): Replace with iter_match_first_linear.
1347 (iter_name_next_linear): Replace with iter_match_next_linear.
1348 (dict_iter_name_first): Re-implement to use dict_iter_match_first.
1349 (dict_iter_name_next): Re-implement to use dict_iter_match_next.
1350 (dict_iter_match_first): New function.
1351 (dict_iter_match_next): New function.
1352 (dict_hash): New function.
1353 * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
1354 * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
1355
1356 2010-10-06 Doug Evans <dje@google.com>
1357
1358 * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
1359
1360 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1361
1362 * dwarf2read.c (read_tag_const_type): Handle const arrays.
1363
1364 2010-10-06 Doug Evans <dje@google.com>
1365
1366 * Makefile.in (REQUIRED_SUBDIRS): New var.
1367 (subdir_do): Verify required subdir Makefiles exist.
1368
1369 Create subdir data-directory.
1370 * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
1371 data-directory/Makefile.in.
1372 (SUBDIRS): Add data-directory.
1373 (all): Remove xml-syscall-copy dependency.
1374 (xml-syscall-copy): Moved to data-directory/Makefile.in as
1375 stamp-syscalls.
1376 (xml-syscall-install): Moved to data-directory/Makefile.in as
1377 install-syscalls.
1378 (install-only): Remove xml-syscall-install dependency.
1379 (all-data-directory): New rule.
1380 (data-directory/Makefile): New rule.
1381 * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
1382 * configure: Regenerate.
1383 * data-directory/Makefile.in: New file.
1384 * python/lib/gdb/__init__.py: New file.
1385
1386 2010-10-06 Joel Brobecker <brobecker@adacore.com>
1387
1388 Fix ARI warnings in advance_wild_match.
1389 * ada-lang.c (advance_wild_match): Delete local variable t2.
1390 Adjust code accordingly. Minor reformatting.
1391
1392 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1393
1394 * gdbtypes.h (struct main_type): Remove flag_nottext.
1395 (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
1396 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
1397 (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
1398 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
1399 of TYPE_FLAG_NOTTEXT.
1400 (init_type): Remove the initialization of the flag_nottext field.
1401 (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
1402 TYPE_FLAG_NOTTEXT.
1403 * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
1404
1405 2010-10-04 Doug Evans <dje@google.com>
1406
1407 * cc-with-index.sh: New file.
1408
1409 * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
1410 function comment.
1411 (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
1412 (create_cus_from_index, create_addrmap_from_index): Ditto.
1413 (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
1414 (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
1415 (dw2_do_expand_symtabs_matching): Ditto.
1416 (eq_strtab_entry, create_strtab, add_string): Ditto.
1417 (hash_strtab_entry): Ditto.
1418 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
1419 (create_index_table, create_mapped_symtab, find_slot): Ditto.
1420 (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
1421 (write_hash_table, add_address_entry, write_psymbols): Ditto.
1422 (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
1423 (write_psymtabs_to_index): Ditto.
1424
1425 2010-10-04 Joel Brobecker <brobecker@adacore.com>
1426
1427 * ada-lang.c: #include "value.h".
1428 (ensure_lval): Delete advance declaration. Remove gdbarch and sp
1429 arguments. Implement using value_allocate_space_in_inferior
1430 instead of allocating memory from the stack.
1431 (make_array_descriptor): Remove gdbarch and sp parameters. Update
1432 calls to ensure_lval.
1433 (ada_convert_actual): Remove gdbarch and sp parameters. Update
1434 calls to make_array_descriptor and ensure_lval.
1435 * ada-lang.h (ada_convert_actual): Update declaration.
1436 * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
1437
1438 2010-10-04 Doug Evans <dje@google.com>
1439
1440 * python/python.c (_initialize_python): Define new function
1441 GdbSetPythonDirectory in python. Use it to update sys.path and
1442 gdb.__path__.
1443
1444 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1445
1446 * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
1447 incorporating and generalizing print_record_field_types.
1448 (print_record_field_types): Change return value and update comment.
1449 Re-implement using print_selected_record_field_types.
1450 (print_choices): Print "=>" here.
1451 Handle case of unencoded variant branch.
1452 (print_variant_clauses): Reformat comment.
1453 Special-case unencoded variant branch.
1454
1455 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1456
1457 * ada-lang.c (wild_match): Reimplement.
1458 Change API to eliminate unused length argument, reverse arguments and
1459 make 0 the 'true' return value.
1460 (advance_wild_match): New auxiliary function for wild_match to improve
1461 readability.
1462 (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
1463 * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
1464 API for wild_match.
1465 * symfile.h (map_ada_symtabs): Modify declaration to use new API for
1466 wild_match.
1467 * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
1468
1469 2010-10-01 Doug Evans <dje@google.com>
1470
1471 * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1472 for `save gdb-index' command.
1473
1474 2010-10-01 Tom Tromey <tromey@redhat.com>
1475
1476 * symfile.h (allocate_symtab): Update.
1477 * symfile.c (allocate_symtab): Make 'filename' const.
1478 * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1479 (add_psymbol_to_list): Likewise.
1480 * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1481 const.
1482 (add_psymbol_to_list): Update.
1483 * mdebugread.c (new_symtab): Make 'name' const.
1484 (psymtab_to_symtab_1): Make 'filename' const.
1485 * elfread.c (elfstab_offset_sections): Update.
1486 * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1487 (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1488 (psymtab_include_file_name): Update.
1489 * dbxread.c (find_stab_function_addr): Make 'filename' const.
1490 * buildsym.h (start_subfile): Update.
1491 * buildsym.c (start_subfile): Make arguments const.
1492
1493 2010-09-30 Ali Lakhia <lakhia@alumni.utexas.net>
1494
1495 * fork-child.c (breakup_args): Fix crash if shell forking is
1496 disabled at compile time.
1497
1498 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1499
1500 * ada-lang.c (desc_bounds): Add handling of the case where
1501 the P_BOUNDS field is a pointer to a stub.
1502 (desc_data_target_type): Same for P_ARRAY field.
1503 (ada_check_typedef): Strip the typedef layers from the type
1504 found by ada_find_any_type.
1505
1506 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1507
1508 * sparc-tdep.c (sparc32_frame_align): New function.
1509 (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1510 * sparc64-tdep.c (sparc64_frame_align): New function.
1511 (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1512
1513 2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
1514
1515 * defs.h (MAX_REGISTER_SIZE): Set to 64.
1516
1517 2010-09-30 Tom Tromey <tromey@redhat.com>
1518
1519 * symfile.h (struct sym_fns) <next>: Remove.
1520 (add_symtab_fns): Update.
1521 * symfile.c (sym_fns_ptr): New typedef.
1522 (symtab_fns): Now a VEC.
1523 (add_symtab_fns): Update. Change argument type.
1524 (find_sym_fns): Update. Change return type.
1525 (get_symfile_segment_data): Update.
1526 * objfiles.h (struct objfile) <sf>: Now const.
1527 * somread.c (som_sym_fns): Now const. Update.
1528 * xcoffread.c (xcoff_sym_fns): Now const. Update.
1529 * mipsread.c (ecoff_sym_fns): Now const. Update.
1530 * machoread.c (macho_sym_fns): Now const. Update.
1531 * elfread.c (elf_sym_fns): Now const. Update.
1532 (elf_sym_fns_gdb_index): Likewise.
1533 * dbxread.c (aout_sym_fns): Now const. Update.
1534 * coffread.c (coff_sym_fns): Now const. Update.
1535
1536 2010-09-30 Tom Tromey <tromey@redhat.com>
1537
1538 * value.c (value_primitive_field): Take 'offset' into account for
1539 packed field.
1540
1541 2010-09-30 Tom Tromey <tromey@redhat.com>
1542
1543 * completer.c (count_struct_fields): Handle anonymous structs and
1544 unions.
1545 (add_struct_fields): Likewise.
1546
1547 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1548
1549 Fix printing parameters of inlined functions.
1550 * ada-lang.c (is_known_support_routine)
1551 (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1552 for find_frame_funname.
1553 * python/py-frame.c (frapy_name): Likewise.
1554 * stack.c (find_frame_funname): New parameter funcp. Update the
1555 function comment. Fill it in.
1556 (print_frame): New variable func. Initialize it by
1557 find_frame_funname. Print arguments only if FUNC is not NULL. Use
1558 FUNC as the parameter of print_args_stub.
1559 * stack.h (find_frame_funname): New parameter funcp. Remove the
1560 function declaration comment.
1561
1562 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1563
1564 PR corefiles/12071.
1565 * inferior.c (have_live_inferiors): New variables old_chain, inf and
1566 tp. Iterate INFERIOR_LIST and call target_has_execution.
1567
1568 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1569
1570 Fix GDB crash on inferior calls with self-referencing classes.
1571 * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1572 member fields.
1573
1574 2010-09-29 Doug Evans <dje@google.com>
1575
1576 Workaround for gcc/45682.
1577 * dwarf2read.c (partial_die_info): New fields fixup_called,
1578 linkage_name.
1579 (guess_partial_die_structure_name): Renamed from guess_structure_name.
1580 Move definition next to use. Use linkage_name to determine if class
1581 is in a namespace. All callers updated.
1582 (fixup_partial_die): Return early if already called.
1583 Set fixup_called when done.
1584 (guess_full_die_structure_name): New function.
1585 (determine_prefix): Call it for class/struct/union dies if c++ and
1586 .debug_types section is present and parent is DW_TAG_compile_unit.
1587
1588 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1589
1590 * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1591 (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1592
1593 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1594
1595 * NEWS: Announce Ravenscar Profile support.
1596
1597 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1598 Jerome Guitton <guitton@adacore.com>
1599
1600 * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1601 New files.
1602 * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1603 ravenscar-sparc-thread.o to gdb_target_obs.
1604
1605 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1606
1607 * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1608 * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1609
1610 2010-09-27 Pierre Muller <muller@ics.u-strasbg.fr>
1611
1612 * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1613 (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1614 skip_main_prologue method.
1615
1616 2010-09-27 Tom Tromey <tromey@redhat.com>
1617
1618 * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1619 (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1620 Only emit a given psymbol once.
1621 (struct signatured_type_index_data) <psyms_seen>: New field.
1622 (write_one_signatured_type): Update.
1623 (cleanup_htab): New function.
1624 (write_psymtabs_to_index): Update. Create psyms_seen hash. Bump
1625 version to 3.
1626 (save_gdb_index_command): Update index documentation.
1627
1628 2010-09-27 Tom Tromey <tromey@redhat.com>
1629
1630 * bcache.c (expand_hash_table): Use hash_function, not hash.
1631
1632 2010-09-27 Tom Tromey <tromey@redhat.com>
1633
1634 * gdb_wchar.h: Change minimum libiconv to 0x108.
1635
1636 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1637
1638 Fix lost siginfo_t for inferior calls.
1639 * infrun.c
1640 (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1641 (save_inferior_thread_state): New variables regcache, gdbarch and
1642 siginfo_data. Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1643 Move INF_STATE allocation later, pre-clear it. Initialize REGISTERS
1644 using REGCACHE.
1645 (restore_inferior_thread_state): New variables regcache and gdbarch.
1646 Restore SIGINFO_DATA for matching GDBARCH. Restore REGISTERS using
1647 REGCACHE. Free also SIGINFO_DATA.
1648
1649 2010-09-24 Tom Tromey <tromey@redhat.com>
1650
1651 * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1652 MAYBE_SWAPs.
1653 (dw2_map_symbol_names): Likewise.
1654
1655 2010-09-24 Sami Wagiaalla <swagiaal@redhat.com>
1656
1657 * valops.c (find_oload_champ_namespace_loop): replace incorrect
1658 discard_cleanups do_cleanups.
1659
1660 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1661
1662 PR gdb/11842
1663
1664 * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1665 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1666 si_code is < 0. Check for si_code == SI_TIMER before checking for
1667 si_code < 0.
1668
1669 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1670
1671 * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1672
1673 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1674
1675 * ada-tasks.c (read_atcb): Do not compute the task ptid when
1676 debugging a core file.
1677
1678 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1679
1680 Code cleanup.
1681 * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1682 (free_objfile) <objfile->name != NULL>: Remove the conditional around
1683 xfree.
1684 * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1685 * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1686 Remove.
1687 * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1688 Remove the conditional.
1689 * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1690
1691 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1692
1693 * main.c: Include objfiles.h.
1694 (captured_main): New variable objfile. Call
1695 load_auto_scripts_for_objfile for ALL_OBJFILES.
1696
1697 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1698
1699 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1700 DW_TAG_constant.
1701
1702 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1703
1704 * dwarf2read.c (scan_partial_symbols): Add handling of
1705 DW_TAG_constant DIEs.
1706 (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1707
1708 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1709
1710 * configure.ac: Add support for --enable-gdbserver.
1711 * configure: Regenerate.
1712
1713 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1714
1715 PR C++/12028
1716 * valops.c (find_oload_champ_namespace_loop): removed incorrect
1717 'old_cleanups' reassignment.
1718
1719 2010-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1720
1721 * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1722 characters.
1723
1724 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1725
1726 PR mi/11407
1727 * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1728 read_var_value and common_val_print and print a warning.
1729
1730 2010-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1731
1732 * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1733 keep the list in alphabetical order. Use longer e-mail address.
1734
1735 2010-09-15 Tom Tromey <tromey@redhat.com>
1736
1737 * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1738
1739 2010-09-15 Tom Tromey <tromey@redhat.com>
1740
1741 * charset.c (iconv_open): New define.
1742 (iconv): Likewise.
1743 (iconv_close): Likewise.
1744 (phony_iconv_open): Add "phony_" prefix.
1745 (phony_iconv_close): Likewise.
1746 (phony_iconv): Likewise.
1747 * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1748 Change how INTERMEDIATE_ENCODING is defined.
1749
1750 2010-09-15 Doug Evans <dje@google.com>
1751
1752 * dwarf2read.c (struct die_info): Fix comment.
1753
1754 2010-09-15 Alan Modra <amodra@gmail.com>
1755
1756 PR 4606
1757 * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1758 than setting SEC_NEVER_LOAD on sections that need not be copied.
1759
1760 2010-09-14 Tom Tromey <tromey@redhat.com>
1761
1762 * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1763 (start_psymtab_common, allocate_psymtab, discard_psymtab):
1764 Declare.
1765 * symfile.h (extend_psymbol_list): Remove.
1766 (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1767 (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1768 * psymtab.c (extend_psymbol_list): Move earlier. Now static.
1769
1770 2010-09-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1771
1772 * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1773 Update the comment.
1774
1775 2010-09-14 Tom Tromey <tromey@redhat.com>
1776
1777 PR symtab/8399:
1778 * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1779 for unrecognized frame base expression.
1780
1781 2010-09-14 Tom Tromey <tromey@redhat.com>
1782
1783 PR exp/11803:
1784 * value.c (value_static_field): Use value_of_variable.
1785
1786 2010-09-14 Pierre Muller <muller@ics.u-strasbg.fr>
1787
1788 * m32r-rom.c: Replace winsock.h with winsock2.h header.
1789 * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1790
1791 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1792
1793 PR symtab/11992:
1794 * c-exp.y (classify_name): Check is_a_member_of_this before returning
1795 UNKNOWN_CPP_NAME.
1796
1797 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1798
1799 * NEWS: Add x86-lynxos to the list of platforms supported by
1800 gdbserver.
1801
1802 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1803
1804 * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1805
1806 2010-09-13 Tom Tromey <tromey@redhat.com>
1807
1808 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1809
1810 2010-09-13 H.J. Lu <hongjiu.lu@intel.com>
1811
1812 * i386-tdep.c (i386_ymm_type): Set type name to
1813 builtin_type_vec256i.
1814
1815 2010-09-12 Michael Snyder <msnyder@vmware.com>
1816
1817 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1818
1819 2010-09-12 H.J. Lu <hongjiu.lu@intel.com>
1820
1821 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1822
1823 2010-09-11 H.J. Lu <hongjiu.lu@intel.com>
1824
1825 * amd64-tdep.c (amd64_register_name): Removed.
1826 (amd64_init_abi): Don't call set_gdbarch_register_name.
1827
1828 * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1829
1830 * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1831
1832 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1833 Paul Bolle <pebolle@tiscali.nl>
1834
1835 Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1836 * cli-logging.c (struct saved_output_files) <targerr>: New.
1837 (set_logging_redirect, pop_output_files, handle_redirections):
1838 Redirect also gdb_stdtargerr.
1839 * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1840 declarations.
1841 * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1842 also gdb_stdtargerr.
1843 * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1844 to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1845 Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1846 * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1847 * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1848 New functions.
1849
1850 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1851
1852 * hppa-tdep.c (unwind_command): Use host_address_to_string function
1853 to display a host address.
1854 * monitor.c (monitor_read_memory): Likewise.
1855 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1856
1857 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1858
1859 * coffread.c (struct coff_symbol): Change c_value type from `long' to
1860 `CORE_ADDRESS' as it might contain target addresses.
1861
1862 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1863
1864 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1865 before cast to pointer to avoid warning.
1866
1867 2010-09-09 Kevin Buettner <kevinb@redhat.com>
1868
1869 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1870 type to be signed.
1871
1872 2010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
1873
1874 * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1875 anonymous class partial DIEs.
1876
1877 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1878
1879 * dwarf2read.c (dwarf2_compute_name): Check that the first
1880 argument is a pointer.
1881
1882 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1883
1884 * dwarf2read.c (read_func_scope, read_structure_type)
1885 (read_common_block): Check for a NULL return from new_symbol.
1886
1887 2010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1888
1889 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1890
1891 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1892
1893 * dwarf2read.c (read_structure_type): Move processing of
1894 fields and member functions from here...
1895 (process_structure_scope): ... to here.
1896
1897 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1898
1899 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1900 the domain type.
1901 (gnuv3_make_method_ptr): Likewise.
1902
1903 2010-09-08 Tom Tromey <tromey@redhat.com>
1904
1905 * breakpoint.c (create_breakpoint): Add missing _().
1906
1907 2010-09-08 Doug Evans <dje@google.com>
1908
1909 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1910
1911 2010-09-08 Tom Tromey <tromey@redhat.com>
1912
1913 Revert:
1914 2010-09-01 Tom Tromey <tromey@redhat.com>
1915 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1916 symtab.h: Revert earlier change.
1917
1918 2010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
1919
1920 * psymtab.c (add_psymbol_to_bcache): Initialize
1921 obj_section.
1922 memset psymbol.ginfo.value to 0.
1923
1924 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1925
1926 * infrun.c (resume): Extend comment on ignoring single-step
1927 requests on vfork parents waiting for a vfork-done.
1928
1929 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1930 Pedro Alves <pedro@codesourcery.com>
1931
1932 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1933 is NULL.
1934 * fork-child.c (startup_inferior) <resume_signal>: Use enum
1935 target_signal type.
1936 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1937 calling strsignal. Use enum target_signal type for saved_signo.
1938 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1939 (linux_nat_wait_1): Use enum target_signal type for signo. Use
1940 target_signal_to_host before calling strsignal.
1941 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1942 TARGET_SIGNAL_0.
1943
1944 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1945 Jan Kratochvil <jan.kratochvil@redhat.com>
1946
1947 * common/signals.c (ANY): Remove.
1948 (SET): No longer use ANY.
1949
1950 2010-09-06 Yao Qi <yao@codesourcery.com>
1951
1952 * infrunc(resume): When inferior is waiting_for_vfork_done,
1953 clear step and don't use displaced stepping.
1954
1955 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1956
1957 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1958 value specially.
1959
1960 2010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1961
1962 Code cleanup - split print_stop_reason.
1963 * infrun.c (enum inferior_stop_reason): Remove.
1964 (print_stop_reason): Remove by splitting into ...
1965 (print_exited_reason, print_signal_exited_reason)
1966 (print_no_history_reason, print_signal_received_reason)
1967 (print_end_stepping_range_reason): ... these new functions. Update
1968 the preceding comment.
1969 (handle_inferior_event): Change the calls to print_exited_reason,
1970 print_signal_exited_reason, print_no_history_reason,
1971 print_signal_received_reason, print_end_stepping_range_reason.
1972 (handle_step_into_function, handle_step_into_function_backward):
1973 Change the calls to print_end_stepping_range_reason.
1974
1975 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1976
1977 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1978 * cli-out.c: Include vec.h.
1979 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1980 variable stream, initialize it, use it.
1981 (cli_redirect): New function comment. Replace the stream and
1982 original_stream fields by the new streams field. Remove the
1983 original_stream != NULL conditional, assert error on NULL instead.
1984 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1985 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
1986 original_stream fields by the new streams field.
1987 (cli_out_set_stream): Replace the stream field by the new streams
1988 field.
1989 * cli-out.h: Include vec.h.
1990 (ui_filep): New typedef, call DEF_VEC_P for it.
1991 (struct cli_ui_out_data): Replace the stream and original_stream
1992 fields by the new streams field.
1993 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
1994 NULL first. Extend the comment.
1995 (handle_redirections): Call ui_out_redirect with output.
1996 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
1997 calls outside of the TRY_CATCH block.
1998
1999 2010-09-03 Joel Brobecker <brobecker@adacore.com>
2000
2001 GDB 7.2 released.
2002
2003 2010-09-02 Joel Brobecker <brobecker@adacore.com>
2004
2005 Back out the following change:
2006 | 2010-06-29 Hui Zhu <teawater@gmail.com>
2007 | * record.c (set_record_pic_cmdlist,
2008 | show_record_pic_cmdlist): New variables.
2009 | (set_record_pic_command,
2010 | show_record_pic_command): New functions.
2011 | (record_pic_function, record_pic_line, record_pic_enum,
2012 | set_record_pic_type, record_pic_hide_nofunction,
2013 | record_pic_hide_nosource, record_pic_hide_same): New variables.
2014 | (record_pic_fputs): New function.
2015 | (function_list, node_list, edge_list): New struct.
2016 | (function_list, node_list, edge_list): New variables.
2017 | (record_pic_cleanups, record_pic_node,
2018 | record_pic_edge, cmd_record_pic): New functions.
2019 | (_initialize_record): Add new commands for record pic.
2020
2021 2010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2022
2023 * config.in, configure: Regenerated.
2024 * configure.ac: Check for waitpid.
2025 * ser-pipe.c (pipe_close): Wait for the program to exit.
2026
2027 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2028
2029 * cli/cli-logging.c: Include gdb_assert.h.
2030 (set_logging_overwrite): New function.
2031 (logging_redirect): New comment.
2032 (logging_no_redirect_file, set_logging_redirect)
2033 (pop_output_files) <logging_no_redirect_file>: New.
2034 (handle_redirections) <!logging_redirect>: New variable
2035 no_redirect_file. Remove file autoclose for tee_file_new. No longer
2036 discard cleanup for the close of former OUTPUT. Set
2037 LOGGING_NO_REDIRECT_FILE.
2038 (handle_redirections) <logging_redirect>: gdb_assert
2039 LOGGING_NO_REDIRECT_FILE.
2040 (show_logging_command) <logging_redirect handling>: Adjust messages
2041 for SAVED_FILENAME not NULL.
2042 (_initialize_cli_logging): Install set_logging_overwrite and
2043 set_logging_redirect.
2044
2045 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2046
2047 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
2048
2049 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2050
2051 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
2052 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
2053 add $(GDB_WARN_CFLAGS_NO_FORMAT).
2054 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
2055
2056 2010-09-02 Yao Qi <yao@codesourcery.com>
2057
2058 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
2059 number from a WIFSIGNALED status.
2060
2061 2010-09-01 Tom Tromey <tromey@redhat.com>
2062
2063 * symtab.h (lookup_type_symbol): Declare.
2064 * symtab.c (lookup_symbol_in_language_full): Rename from
2065 lookup_symbol_in_language. Add 'for_type' argument.
2066 (lookup_symbol_in_language): New function.
2067 (lookup_type_symbol): Likewise.
2068 (lookup_symbol_aux): Add 'for_type' argument.
2069 (match_symbol_aux): New function.
2070 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
2071 (match_transparent_type): New function.
2072 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
2073 * symfile.h (struct quick_symbol_functions)
2074 <pre_expand_symtabs_matching>: Remove.
2075 <expand_one_symtab_matching>: New field.
2076 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
2077 (pre_expand_symtabs_matching_psymtabs): Remove.
2078 (psym_functions): Update.
2079 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
2080 * dwarf2read.c (dw2_lookup_symbol): Update comment.
2081 (dw2_pre_expand_symtabs_matching): Remove.
2082 (dw2_expand_one_symtab_matching): New function.
2083 (dwarf2_gdb_index_functions): Update.
2084
2085 2010-09-01 Joel Brobecker <brobecker@adacore.com>
2086
2087 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
2088
2089 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2090
2091 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
2092 as a feature reported by -list-target-features.
2093
2094 2010-09-01 Joel Brobecker <brobecker@adacore.com>
2095
2096 * features/Makefile (WHICH): Add rs6000/powerpc-32.
2097 (powerpc-32.o, powerpc-32.c): New rules.
2098 (clean): Also remove powerpc-32.c.
2099 * regformats/rs6000/powerpc-32.dat: Generate.
2100
2101 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
2102
2103 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
2104 psymbol_bcache_init.
2105 * psymtab.h (psymbol_bcache_init): New function prototype.
2106 (psymbol_bcache_free): New function prototype.
2107 (psymbol_bcache_get_bcache): New function prototype.
2108 * psymtab.c (psymbol_bcache_init): New function.
2109 (psymbol_bcache_free): New function.
2110 (psymbol_bcache_full): New function.
2111 (psymbol_bcache_get_bcache): New function.
2112 (add_psymbol_to_bcache): use psymbol_bcache_full.
2113 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
2114 psymbol_bcache.
2115 * symmisc.c (print_symbol_bcache_statistics): Updated.
2116 (print_objfile_statistics): Updated.
2117 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
2118 psymbol_cache.
2119 (free_objfile): Use psymbol_bcache_free.
2120
2121 2010-08-31 Tom Tromey <tromey@redhat.com>
2122
2123 PR c++/11961:
2124 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
2125 Don't set TYPE_NAME on the type.
2126
2127 2010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2128
2129 * infrun.c (set_exec_direction_func): Error out if target does not
2130 support reverse execution.
2131
2132 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2133
2134 Make linux_get_siginfo_type `type *' unique.
2135 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
2136 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
2137 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
2138 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
2139 (_initialize_linux_tdep): New.
2140
2141 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2142
2143 Code cleanup.
2144 * defs.h (find_memory_region_ftype): New typedef.
2145 (exec_set_find_memory_regions): Use it.
2146 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
2147 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
2148 * gcore.c (objfile_find_memory_regions): Likewise.
2149 * gnu-nat.c (gnu_find_memory_regions): Likewise.
2150 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
2151 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
2152 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
2153 find_memory_region_ftype.
2154 (insert_dbx_link_bpt_in_region): Likewise.
2155 (iterate_over_mappings): Likewise. Drop the comment part about the
2156 function prototype.
2157 (find_memory_regions_callback): Use find_memory_region_ftype.
2158 (proc_find_memory_regions): Likewise.
2159 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
2160 find_memory_region_ftype.
2161 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
2162 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
2163
2164 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
2165
2166 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
2167 'static partial_symbol psymbol'.
2168 (psymbol_hash): New function.
2169 (psymbol_compare): New function.
2170 * bcache.c (hash_continue): New.
2171 (hash): Use hash_continue.
2172 * bcache.c: Add hash_function and compare_function
2173 pointers to bcache struct.
2174 (bcache_full): Use bcache->hash_function, and
2175 bcache->compare_function.
2176 (bcache_compare): New function.
2177 (bcache_xmalloc): Take hash_function and
2178 compare_function arguments and initialize the
2179 bcach's pointers.
2180 Updated comment.
2181 * objfiles.c (allocate_objfile): Updated.
2182 * symfile.c (reread_symbols): Updated.
2183 * python/py-type.c (typy_richcompare): Updated.
2184
2185 2010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
2186 Tom Tromey <tromey@redhat.com>
2187
2188 PR python/11792:
2189 * python/py-value.c (valpy_get_dynamic_type): New function.
2190 (value_object_getset): Add "dynamic_type".
2191 (valpy_get_type): Fail on error.
2192
2193 2010-08-30 Yao Qi <yao@codesourcery.com>
2194
2195 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
2196 (arm_linux_syscall_next_pc): New.
2197 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
2198 (arm_linux_init_abi): Initialize syscall_next_pc.
2199 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
2200 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
2201 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
2202 Declare arm_frame_is_thumb.
2203
2204 2010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2205
2206 Code cleanup.
2207 * breakpoint.c (bpstat_alloc): Remove unused prototype.
2208 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
2209 code.
2210 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
2211 calls of bpstat_alloc. Remove explicit bs chain termination.
2212
2213 2010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2214
2215 Code cleanup.
2216 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
2217 (my_waitpid): Likewise.
2218
2219 2010-08-27 Doug Evans <dje@google.com>
2220
2221 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
2222 as appropriate.
2223
2224 2010-08-27 Tom Tromey <tromey@redhat.com>
2225
2226 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
2227 TYPE_FIELD_IGNORE_BITS.
2228
2229 2010-08-27 Doug Evans <dje@google.com>
2230
2231 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
2232 the order they're defined in. munmap .debug_types buffer.
2233
2234 2010-08-26 Doug Evans <dje@google.com>
2235
2236 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
2237 (dw2_forget_cached_source_info): Rename local cu to per_cu.
2238 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
2239 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
2240 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
2241 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
2242 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
2243 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
2244 (write_psymtabs_to_index): Ditto.
2245
2246 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2247
2248 * NEWS: Mention libthread_db debugging with core files.
2249
2250 2010-08-26 Doug Evans <dje@google.com>
2251
2252 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
2253 forward decl. Pass pst->dirname to dwarf_decode_lines.
2254 (psymtab_include_file_name): New function.
2255 (dwarf_decode_lines): Call it. Update comments.
2256
2257 2010-08-25 Pedro Alves <pedro@codesourcery.com>
2258
2259 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
2260 compilation unit being different from target die's.
2261
2262 2010-08-24 Doug Evans <dje@google.com>
2263
2264 PR symtab/11942
2265 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
2266 debug_types_type_hash.
2267 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
2268 All uses updated.
2269 (lookup_die_type): Renamed from tag_type_to_tag. First look in
2270 appropriate type_hash table. All callers updated.
2271 (allocate_signatured_type_table): Renamed from
2272 allocate_signatured_type_hash_table. All callers updated.
2273 (create_signatured_type_table_from_index): Renamed from
2274 create_signatured_type_hash_from_index. All callers updated.
2275 (read_die_type): Add comment. Move actual reading to ...
2276 (read_die_type_1): ... here. New function.
2277 (follow_die_ref_or_sig): Tweak comment.
2278 (set_die_type): Rewrite to use appropriate choice of
2279 debug_info_type_hash or debug_types_type_hash.
2280 (get_die_type_at_offset): New function.
2281 (get_die_type): Call it.
2282
2283 2010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2284
2285 * python/py-type.c (typy_richcompare): Initialize worklist.
2286
2287 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2288 Kazu Hirata <kazu@codesourcery.com>
2289 Jonathan Larmour <jifl@eCosCentric.com>
2290
2291 * arm-tdep.c: Include features/arm-with-m.c.
2292 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
2293 call this function.
2294 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
2295 Check is_m after force-mode.
2296 (arm_gdbarch_init): Check the binary before the target description.
2297 Add check for M profile attribute. If we have an M-profile device,
2298 but no target register description, use arm-with-m. Recognize the
2299 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
2300 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
2301 * arm-tdep.h (XPSR_T): Define.
2302 (struct gdbarch_tdep): Add is_m member.
2303 * features/arm-m-profile.xml, features/arm-with-m.c,
2304 features/arm-with-m.xml: New files.
2305
2306 2010-08-23 Doug Evans <dje@google.com>
2307
2308 * dwarf2read.c (read_structure_type): Add comment.
2309 (read_enumeration_type): Add comment.
2310 (process_enumeration_scope): Move definition of some locals
2311 closer to their use.
2312 (read_namespace_type): Add comment.
2313 (set_die_type): Fix typo in comment.
2314
2315 2010-08-23 Tom Tromey <tromey@redhat.com>
2316
2317 PR python/11145:
2318 * python/py-value.c: Include expression.h.
2319 (valpy_do_cast): New function.
2320 (valpy_cast): Use it.
2321 (valpy_dynamic_cast): New function.
2322 (valpy_reinterpret_cast): Likewise.
2323 (value_object_methods): Add dynamic_cast, reinterpret_cast.
2324
2325 2010-08-23 Tom Tromey <tromey@redhat.com>
2326
2327 PR python/11391:
2328 * python/py-value.c (valpy_nonzero): Don't throw error for other
2329 Value types.
2330
2331 2010-08-23 Tom Tromey <tromey@redhat.com>
2332
2333 PR python/10676:
2334 * python/py-type.c: Include bcache.h, vec.h.
2335 (struct type_equality_entry): New.
2336 (compare_strings): New function.
2337 (check_types_equal): Likewise.
2338 (check_types_worklist): Likewise.
2339 (typy_richcompare): Likewise.
2340 (type_object_type): Set tp_richcompare field.
2341
2342 2010-08-23 Tom Tromey <tromey@redhat.com>
2343
2344 PR python/10953:
2345 * python/py-type.c (typy_fields): Call check_typedef.
2346 (typy_template_argument): Add TRY_CATCH.
2347
2348 2010-08-23 Tom Tromey <tromey@redhat.com>
2349
2350 PR python/11915:
2351 * python/py-type.c (typy_array): New function.
2352 (type_object_methods): Add "array".
2353
2354 2010-08-20 Pedro Alves <pedro@codesourcery.com>
2355
2356 * python/python.c: Include "serial.h".
2357 (gdbpy_event_fds): Change type to `struct serial *' a array from
2358 int array.
2359 (gdbpy_run_events): Change parameters. Use serial_readchar in
2360 place of read.
2361 (gdbpy_post_event): Use serial_write in place of write.
2362 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
2363 serial_async in place of add_file_handler.
2364
2365 2010-08-20 Pedro Alves <pedro@codesourcery.com>
2366
2367 * serial.h (gdb_pipe, serial_pipe): Declare.
2368 * serial.c (serial_interface_lookup): Take a const char pointer.
2369 (serial_fdopen): Rename to ...
2370 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
2371 Call the OPS' fdopen function if there is one.
2372 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
2373 (serial_pipe): New.
2374 (struct serial_ops) <fdopen>: New field.
2375
2376 * ser-mingw.c (free_pipe_state):
2377 (free_pipe_state): Close output on non-pex pipes.
2378 (pipe_windows_fdopen): New.
2379 (gdb_pipe): New.
2380 (_initialize_ser_windows): Register pipe_windows_fdopen.
2381 * ser-go32.c (gdb_pipe): New.
2382 * ser-pipe.c (pipe_close): Close file descriptor even if there's
2383 no state pointer.
2384 (pipe_ops): Delete.
2385 (gdb_pipe): New.
2386
2387 2010-08-20 Keith Seitz <keiths@redhat.com>
2388
2389 PR symtab/11465:
2390 * dwarf2read.c (struct delayed_method_info): New struct.
2391 (struct dwarf2_cu): Add vector method_list.
2392 (scan_partial_symbols): Count methods for union, class, structure,
2393 and interface types.
2394 (add_to_method_list): New function.
2395 (free_delayed_list): New function.
2396 (compute_delayed_physnames): New function.
2397 (process_full_comp_unit): Make a cleanup for the CU's delayed
2398 physname list, compute the delayed physnames, and free the
2399 the list.
2400 (dwarf2_add_member_fn): For C++ and Java, delay the computation
2401 of the physname until after the CU is read.
2402
2403 * dwarf2read.c (read_structure_type): Check if the current
2404 DIE's type was already completed after dwarf2_full_name
2405 was called.
2406
2407 2010-08-19 Stan Shebs <stan@codesourcery.com>
2408
2409 * NEWS: Mention some additional changes.
2410
2411 2010-08-19 Tom Tromey <tromey@redhat.com>
2412
2413 * Makefile.in (install-python): Add DESTDIR.
2414
2415 2010-08-19 Doug Evans <dje@google.com>
2416
2417 PR exp/11926
2418 * parser-defs.h (parse_float, parse_c_float): Declare.
2419 * parse.c (parse_float, parse_c_float): New function.
2420 * c-exp.y (parse_number): Call parse_c_float.
2421 * objc-exp.y (parse_number): Ditto.
2422 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
2423 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
2424
2425 2010-08-19 Joel Brobecker <brobecker@adacore.com>
2426
2427 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
2428 the arguments in the correct order.
2429 * symtab.c (maybe_add_partial_symtab_filename): Declare
2430 the arguments in the correct order.
2431
2432 2010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2433
2434 * varobj.c (varobj_create): Replace variable old_fi with old_id,
2435 initialize it by null_frame_id, wrap its usage by get_frame_id,
2436 frame_id_p and frame_find_by_id.
2437
2438 2010-08-18 Tom Tromey <tromey@redhat.com>
2439
2440 PR python/11900:
2441 * configure: Rebuild.
2442 * configure.ac: Add install-python to CONFIG_INSTALL.
2443 * Makefile.in (install-python): New.
2444
2445 2010-08-18 Doug Evans <dje@google.com>
2446
2447 * gdb_assert.h (gdb_assert_not_reached): New macro.
2448 (gdb_assert_fail): Fix typo in comment.
2449 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
2450 gdb_assert (0).
2451 * darwin-nat.c (darwin_check_new_threads): Ditto.
2452 * dwarf2read.c (dwarf2_get_section_info): Ditto.
2453 (munmap_section_buffer): Ditto.
2454 * m32c-tdep.c (make_types): Ditto.
2455 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
2456 * macroexp.c (get_character_constant): Ditto.
2457 (get_string_literal): Ditto.
2458 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
2459 (mep_pseudo_cr_index, mep_register_type): Ditto.
2460 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
2461 (mep_get_insn, mep_analyze_prologue): Ditto.
2462 * objfiles.c (qsort_cmp): Ditto.
2463 * prologue-value.c (pv_is_identical): Ditto.
2464 * record.c (record_get_loc): Ditto.
2465 * value.c (value_static_field): Ditto.
2466 * xtensa-tdep.c (call0_track_op): Ditto.
2467
2468 2010-08-18 Tom Tromey <tromey@redhat.com>
2469
2470 PR symtab/11919:
2471 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2472 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
2473 name-copying lower. Document exception behavior.
2474 * completer.c (expression_completer): Catch exceptions from
2475 parse_field_expression.
2476
2477 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2478
2479 PR corefile/8210
2480
2481 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2482 workaround on core files.
2483 (try_thread_db_load_1): Don't try enabling thread event reporting
2484 on core files.
2485 (thread_db_load): Allow thread_db on core files.
2486 (attach_thread): Don't check thread signals on core files, nor try
2487 really attaching to the thread, nor enabling thread event event
2488 reporting.
2489 (thread_db_detach): Don't try disabing thread event reporting or
2490 removing thread event breakpoints when debugging a core file.
2491 (find_new_threads_callback): Don't try enabling thread event
2492 reporting on core files.
2493 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2494 debugging a core file.
2495 (thread_db_find_new_threads): Don't update thread
2496 cores (processors) when debugging a core (dump).
2497
2498 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2499
2500 PR corefile/8210
2501
2502 * corelow.c (add_to_thread_list): Don't use
2503 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
2504 (get_core_register_section): Don't use
2505 gdbarch_core_reg_section_encodes_pid.
2506
2507 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2508 * gdbarch.h, gdbarch.c: Regenerate.
2509 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2510 gdbarch_core_reg_section_encodes_pid.
2511 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2512 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2513 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2514
2515 2010-08-18 Yao Qi <yao@codesourcery.com>
2516
2517 * MAINTAINERS : Add myself under Write After Approval.
2518
2519 2010-08-17 Tom Tromey <tromey@redhat.com>
2520
2521 * NEWS: Mention template parameter support.
2522
2523 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2524
2525 PR breakpoints/11371
2526
2527 * breakpoint.c (decref_bp_location): Assert the reference count is
2528 sane.
2529
2530 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2531
2532 PR breakpoints/11371
2533
2534 * breakpoint.c (breakpoint_init_inferior): Decrement the
2535 location's reference count instead of deleting right away.
2536 (bpstat_free): Decrement the location's reference count. Make
2537 static.
2538 (bpstat_copy): Increment the location's reference count.
2539 (bpstat_find_breakpoint): Adjust.
2540 (bpstat_num): Adjust.
2541 (print_it_typical): Adjust. Use the breakpoint pointer in the
2542 bpstat instead of the location's owner.
2543 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2544 Adjust to record the location's owner in the bpstat.
2545 (watchpoint_check): Use the breakpoint pointer in the bpstat
2546 instead of the location's owner.
2547 (bpstat_check_breakpoint_conditions): Don't handle
2548 bp_watchpoint_scope here. Use the breakpoint pointer in the
2549 bpstat instead of the location's owner.
2550 (bpstat_stop_status): Defer inferior function calls to after
2551 building the bpstat list. Handle bp_watchpoint_scope here. Use
2552 the breakpoint pointer in the bpstat instead of the location's
2553 owner.
2554 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2555 the location's owner.
2556 (free_bp_location): Don't walk bpstats clearing locations.
2557 (incref_bp_location): New.
2558 (decref_bp_location): New.
2559 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2560 instead of the location's owner.
2561 (update_global_location_list): Clear the location's owner, and
2562 decrement the location's reference count instead of deleting it
2563 right away.
2564 (breakpoint_retire_moribund): Decrement the location's reference
2565 count instead of deleting it right away.
2566 (bpstat_remove_bp_location): Delete.
2567 (bpstat_remove_breakpoint): New.
2568 (bpstat_remove_bp_location_callback): Delete.
2569 (bpstat_remove_breakpoint_callback): New.
2570 (delete_breakpoint): Iterate over all threads' stop_bpstat's
2571 clearing references to the breakpoint that is being deleted.
2572
2573 * breakpoint.h (struct bp_location) <refc>: New field.
2574 <owner>: Update comments.
2575 (bpstat_free): Delete declaration.
2576 (struct bpstats): Change the type of the breakpoint_at field to
2577 struct breakpoint point, from struct bp_location pointer. Add new
2578 field bp_location_at.
2579
2580 2010-08-16 Tom Tromey <tromey@redhat.com>
2581
2582 * NEWS: Fix typo.
2583
2584 2010-08-16 Tom Tromey <tromey@redhat.com>
2585
2586 * NEWS: Mention watch -location.
2587
2588 2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2589
2590 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
2591 EXP_STRING_REPARSE to EXP_STRING.
2592 (watch_command_1): Set also EXP_STRING_REPARSE.
2593 (delete_breakpoint): Free also EXP_STRING_REPARSE.
2594 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2595 Update comment for exp_string.
2596
2597 2010-08-16 Tom Tromey <tromey@redhat.com>
2598
2599 * value.c (release_value): Clear 'next' pointer.
2600 * breakpoint.c (watch_command_1): Add 'just_location' argument.
2601 (watch_command_wrapper): Update.
2602 (watch_maybe_just_location): New function.
2603 (watch_command): Update.
2604 (rwatch_command_wrapper): Update.
2605 (rwatch_command): Update.
2606 (awatch_command_wrapper): Update.
2607 (awatch_command): Update.
2608 (check_for_argument): New function.
2609 (_initialize_breakpoint): Update help text.
2610
2611 2010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
2612
2613 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2614 typedef'ed function types correctly.
2615
2616 2010-08-13 Tom Tromey <tromey@redhat.com>
2617
2618 * python/python-internal.h (gdbpy_get_hook_function): Don't
2619 declare.
2620
2621 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2622
2623 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2624 static.
2625
2626 2010-08-13 Ken Werner <ken.werner@de.ibm.com>
2627
2628 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2629 the format strings to be compatible with Python 2.4.
2630
2631 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2632
2633 Easier and more stubborn MI memory read commands.
2634
2635 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2636 and data-write-memory-bytes.
2637 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2638 (mi_cmd_data_write_memory_bytes): New.
2639 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2640 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2641 New.
2642 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2643 * target.c (target_read_until_error): Remove.
2644 (read_whatever_is_readable, free_memory_read_result_vector)
2645 (read_memory_robust): New.
2646 * target.h (target_read_until_error): Remove.
2647 (struct memory_read_result, free_memory_read_result_vector)
2648 (read_memory_robust): New.
2649
2650 2010-08-13 Hui Zhu <teawater@gmail.com>
2651
2652 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2653 (read_comp_unit): Initialize back_to.
2654
2655 2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2656 Pedro Alves <pedro@codesourcery.com>
2657
2658 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2659 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2660 (struct partial_die_info) <has_template_arguments>: New field.
2661 <num_attrs>: Change type to unsigned char.
2662 <building_fullname>: New field.
2663 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
2664 allocate a CU if we don't have one already. Add a cleanup for the
2665 CU.
2666 (partial_die_full_name): Handle template arguments not in
2667 DW_AT_name.
2668 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2669 (load_full_comp_unit): Only allocate a CU if we don't have one
2670 already.
2671 (do_ui_file_peek_last): New.
2672 (dwarf2_compute_name): Handle template parameters not in
2673 DW_AT_name.
2674 (read_comp_unit): Read and free abbrevs if not read yet.
2675 (load_partial_dies): Handle template arguments not in DW_AT_name.
2676 (find_partial_die): If we have a CU, but no a partial dies yet,
2677 also read in the CU.
2678 (dwarf2_const_value_attr): New, abstracted out from
2679 dwarf2_const_value.
2680 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2681 dwarf2_const_value_attr.
2682 (determine_prefix): Detect and break loops created by RCVT's debug
2683 info.
2684 (maybe_queue_comp_unit): Bail out early if reading partial
2685 symbols.
2686 (follow_die_offset): Load full CU if we have no dies.
2687 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2688 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2689
2690 2010-08-11 Tom Tromey <tromey@redhat.com>
2691 Phil Muldoon <pmuldoon@redhat.com>
2692
2693 * python/python.c (gdbpy_run_events): New function.
2694 (gdbpy_post_event): Likewise.
2695 (gdbpy_initialize_events): Likewise.
2696 (_initialize_python): Call gdbpy_initialize_events.
2697
2698 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2699
2700 * gdb/valarith.c (vector_binop): New function.
2701 (scalar_binop): Likewise.
2702 (value_binop): Call scalar_binop or vector_binop depending on the types.
2703 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2704 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2705 to pointers.
2706 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2707
2708 2010-08-11 Brad Roberts <braddr@puremagic.com>
2709
2710 * d-lang.c (extract_identifiers): Handle multiple digits.
2711
2712 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 Code cleanup.
2715 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2716 Rename to dummy_frame_unwind.
2717 (dummy_frame_unwind): Remove.
2718 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2719 * frame-unwind.c (frame_unwind_init): Use address of
2720 dummy_frame_unwind and inline_frame_unwind.
2721 * frame.c (create_sentinel_frame): Use address of
2722 sentinel_frame_unwind.
2723 * inline-frame.c (inline_frame_unwinder): Rename to
2724 inline_frame_unwind.
2725 (inline_frame_unwind): Remove.
2726 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2727 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2728 sentinel_frame_unwind.
2729 (sentinel_frame_unwind): Remove.
2730 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2731 struct.
2732
2733 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2734
2735 Code cleanup.
2736 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2737 and returned value. New comment from frame-unwind.h.
2738 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2739 Extend the comment.
2740 * frame.c (get_frame_id, frame_unwind_register_value)
2741 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2742 (get_frame_type, frame_unwind_arch): Do not use the return value of
2743 frame_unwind_find_by_frame.
2744
2745 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2746 Thiago Jung Bauermann <bauerman@br.ibm.com>
2747 Tom Tromey <tromey@redhat.com>
2748
2749 * python/python.c (gdbpy_solib_address): New function.
2750 (gdbpy_decode_line): Likewise.
2751
2752 2010-08-10 Tom Tromey <tromey@redhat.com>
2753
2754 Revert gdb-add-index addition:
2755 * Makefile.in (install-only): Don't install gdb-add-index.
2756 * gdb-add-index.sh: Remove.
2757
2758 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2759
2760 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2761 `target_has_execution' check with `to_has_memory' check.
2762 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2763 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2764 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2765
2766 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2767
2768 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2769 (resume_siggnal, resume_step): Move these static globals...
2770 (struct sim_inferior_data): ...into this new struct.
2771 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2772 New static globals.
2773 (gdb_callback, callbacks_initialized): Move these globals to
2774 a point earlier in the file.
2775 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2776 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2777 (gdbsim_close_inferior, gdbsim_resume_inferior)
2778 (gdbsim_stop_inferior): New functions.
2779 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2780 New constants.
2781 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2782 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2783 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2784 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2785 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2786 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2787 new local variable `sim_data' in each of these functions. Use
2788 `sim_data' to reference former globals `program_loaded',
2789 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2790 `resume_step'.
2791 (gdbsim_open): Remove local variable `argv'. Put results of call
2792 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
2793 make a cleanup for it. Free it though when a sim instance cannot
2794 be obtained.
2795 (gdbsim_close): Free sim_argv and null it out as appropriate.
2796 Close sim instances in all inferiors.
2797 (gdbsim_cntrl_c): Stop all inferiors.
2798 (gdbsim_wait):
2799 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2800
2801 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2802
2803 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2804 function after symbol construction is complete.
2805 Do the same for template symbol addition to template_symbols list.
2806
2807 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2808
2809 * symtab.c (symbol_get_demangled_name): Remove assertion and
2810 return NULL when language_specific.cplus_specific is not initialized.
2811 * stabsread.c (define_symbol): Set the name before calling
2812 cp_scan_for_anonymous_namespaces.
2813
2814 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2815
2816 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2817 SYMBOL_SET_LANGUAGE.
2818 (symbol_init_language_specific): Renamed to symbol_set_language.
2819 * symtab.c (symbol_init_language_specific): Removed redundant check
2820 for language_cplus.
2821 Renamed to symbol_set_language.
2822 * stabsread.c (define_symbol): Updated.
2823 (read_enum_type): Updated
2824 * psymtab.c (add_psymbol_to_bcache): Updated.
2825 * minsyms.c (install_minimal_symbols): Updated.
2826 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2827 SYMBOL_LANGUAGE to set the language.
2828 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2829 * mdebugread.c (new_symbol): Ditto.
2830 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2831 * dwarf2read.c (new_symbol_full): Ditto.
2832 * jv-lang.c (add_class_symbol): Ditto.
2833
2834 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2835
2836 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2837 (make_cleanup_restore_page_info)
2838 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2839 * gdbcmd.h (execute_command_to_string): New declaration.
2840 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2841 (make_cleanup_restore_ui_file): Move to utils.c
2842 (execute_gdb_command) <to_string>: Move ...
2843 * top.c (execute_command_to_string): ... here. Call
2844 set_batch_flag_and_make_cleanup_restore_page_info.
2845 * utils.c (make_cleanup_restore_integer): New source file blank line.
2846 (make_cleanup_restore_uinteger): New.
2847 (struct restore_ui_file_closure, do_restore_ui_file)
2848 (make_cleanup_restore_ui_file): Move here from python/python.c.
2849 (init_page_info) <batch_flag>
2850 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2851 (set_batch_flag_and_make_cleanup_restore_page_info): New.
2852
2853 2010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
2854
2855 * thread.c (add_thread_silent): Use null_ptid instead of
2856 minus_one_ptid while getting rid of stale inferior_ptid.
2857
2858 2010-08-06 Corinna Vinschen <vinschen@redhat.com>
2859
2860 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2861 Throughout, call read_encoded_value with ptr_size rather than addr_size.
2862 (decode_frame_entry_1): Remove redundant setting of
2863 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2864 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
2865 on examined frame section. Add comment to explain why.
2866 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
2867 comment to explain usage.
2868 * gdbarch.c: Regenerate.
2869 * gdbarch.h: Regenerate.
2870
2871 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2872
2873 2010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2874
2875 Code cleanup.
2876 * varobj.c (varobj_create): Move variables fi, old_fi and block to
2877 a more inner block.
2878
2879 2010-08-05 Pedro Alves <pedro@codesourcery.com>
2880
2881 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2882 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2883 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2884 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2885 linux-tdep.o to gdb_target_obs.
2886
2887 2010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
2888
2889 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
2890 argument.
2891
2892 2010-08-05 Hui Zhu <teawater@gmail.com>
2893
2894 * mips-linux-tdep.c(regset.h): New include.
2895 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2896 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2897 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2898 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2899 mips_linux_regset_from_core_section): New functions.
2900 (fetch_core_registers, regset_core_fns): Deleted.
2901 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2902 Deleted regset_core_fns.
2903 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2904 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2905 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2906 and fpregset64.
2907
2908 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2909
2910 * s390-tdep.c: Include linux-tdep.h.
2911 (s390_gdbarch_init): Call linux_init_abi.
2912
2913 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2914
2915 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2916 instead of printing "Thread" here.
2917 * linux-tdep.c: Include inferior.h.
2918 (linux_core_pid_to_str): New.
2919 (linux_init_abi): New.
2920 * linux-tdep.h (linux_init_abi): Declare.
2921 * alpha-linux-tdep.c: Include linux-tdep.h.
2922 (alpha_linux_init_abi): Call linux_init_abi.
2923 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2924 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2925 * frv-linux-tdep.c: Include linux-tdep.h
2926 (frv_linux_init_abi): Call linux_init_abi.
2927 * hppa-linux-tdep.c: Include linux-tdep.h
2928 (hppa_linux_init_abi): Call linux_init_abi.
2929 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2930 * ia64-linux-tdep.c: Include linux-tdep.h.
2931 (ia64_linux_init_abi): Call linux_init_abi.
2932 * m32r-linux-tdep.c: Include linux-tdep.h.
2933 (m32r_linux_init_abi): Call linux_init_abi.
2934 * m68klinux-tdep.c: Include linux-tdep.h.
2935 (m68k_linux_init_abi): Call linux_init_abi.
2936 * microblaze-linux-tdep.c: Include linux-tdep.h.
2937 (microblaze_linux_init_abi): Call linux_init_abi.
2938 * mips-linux-tdep.c: Include linux-tdep.h.
2939 (mips_linux_init_abi): Call linux_init_abi.
2940 * mn10300-linux-tdep.c: Include linux-tdep.h.
2941 (am33_linux_init_osabi): Call linux_init_abi. Rename the
2942 'gdbinfo' parameter to 'info'.
2943 * ppc-linux-tdep.c: Include linux-tdep.h.
2944 (ppc_linux_init_abi): Call linux_init_abi.
2945 * sh-linux-tdep.c: Include linux-tdep.h.
2946 (sh_linux_init_abi): Call linux_init_abi.
2947 * sparc-linux-tdep.c: Include linux-tdep.h.
2948 (sparc32_linux_init_abi): Call linux_init_abi.
2949 * sparc64-linux-tdep.c: Include linux-tdep.h.
2950 (sparc64_linux_init_abi): Call linux_init_abi.
2951 * xtensa-linux-tdep.c: Include linux-tdep.h.
2952 (xtensa_linux_init_abi): Call linux_init_abi.
2953 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2954 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2955 callback.
2956
2957 2010-08-03 Doug Evans <dje@google.com>
2958
2959 * breakpoint.c (bpdisp_text): Constify bpdisps.
2960 * solib-svr4.c (solib_break_names): Constify.
2961 (bkpt_names, main_name_list): Constify.
2962 (match_main): Constify soname arg.
2963 (bfd_lookup_symbol): Remove unnecessary forward decl.
2964 Constify symname arg.
2965 (enable_break): Constify bkpt_namep.
2966 * symtab.c (search_symbols): Constify types, types2, types3, types4.
2967 (symtab_symbol_info): Constify classnames.
2968
2969 2010-08-03 Phil Muldoon <pmuldoon@redhat.com>
2970
2971 * NEWS: Document Python value inferior function calls.
2972
2973 2010-08-02 Doug Evans <dje@google.com>
2974
2975 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2976
2977 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2978
2979 * linux-thread-db.c (libthread_db_debug): New variable.
2980 (thread_db_find_new_threads_silently): Control verbosity with it.
2981 (try_thread_db_load_1, try_thread_db_load): Likewise.
2982 (find_new_threads_once): Likewise.
2983 (_initialize_thread_db): Set/show it.
2984
2985 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2986
2987 * common/signals.c (signals): Move the content to signals.def.
2988 Include it. Remove the INDENT comments.
2989
2990 2010-07-30 Tom Tromey <tromey@redhat.com>
2991
2992 * Makefile.in (install-only): Install gdb-add-index.
2993 * gdb-add-index.sh: New file.
2994
2995 2010-07-31 Renquan Cheng <crq@gcc.gnu.org>
2996
2997 * MAINTAINERS: Add myself for write after approval privileges.
2998
2999 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3000
3001 * symfile.c (addr_section_name): New function.
3002 (addrs_section_compar): Use it.
3003 (addr_info_make_relative): Use it. Move variable sect_name into a more
3004 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
3005
3006 2010-07-30 Tom Tromey <tromey@redhat.com>
3007
3008 * configure: Rebuild.
3009 * configure.ac: Add missing case for Python 2.7.
3010
3011 2010-07-29 DJ Delorie <dj@redhat.com>
3012
3013 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
3014 conditions.
3015
3016 2010-07-29 Pedro Alves <pedro@codesourcery.com>
3017
3018 * PROBLEMS: Remove mention of all problems.
3019
3020 2010-07-28 Pedro Alves <pedro@codesourcery.com>
3021
3022 PR build/11848
3023 * configure.ac: Check for wresize.
3024 * configure, config.in: Regenerate.
3025 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
3026 with HAVE_WRESIZE.
3027
3028 2010-07-28 Tom Tromey <tromey@redhat.com>
3029
3030 PR python/11060:
3031 * python/py-type.c (typy_legacy_template_argument): New function,
3032 extracted from typy_template_argument.
3033 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
3034 value when needed.
3035
3036 2010-07-28 Oleg Nesterov <oleg@redhat.com>
3037
3038 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
3039
3040 2010-07-27 Tom Tromey <tromey@redhat.com>
3041
3042 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
3043
3044 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3045
3046 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
3047 handling DW_AT_object_pointer, and workaround GCC PR 43053.
3048
3049 2010-07-28 Tom Tromey <tromey@redhat.com>
3050
3051 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
3052
3053 2010-07-28 Joel Brobecker <brobecker@adacore.com>
3054
3055 * remote.c (remote_download_tracepoint): Add missing gettext markup.
3056 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
3057
3058 2010-07-28 Joel Brobecker <brobecker@adacore.com>
3059
3060 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
3061 down, just before the block that parse the breakpoint addr_string.
3062
3063 2010-07-28 Tom Tromey <tromey@redhat.com>
3064
3065 PR c++/9946:
3066 * symfile.c (reread_symbols): Clear template_symbols.
3067 * symtab.h (struct symbol) <is_cplus_template_function>: New
3068 field.
3069 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
3070 (struct template_symbol): New.
3071 * symtab.c (lookup_symbol_aux_local): Use
3072 cp_lookup_symbol_imports_or_template.
3073 * objfiles.h (struct objfile) <template_symbols>: New field.
3074 * objfiles.c (relocate_one_symbol): New function.
3075 (objfile_relocate1): Use it. Relocate isolated symbols.
3076 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
3077 template_arguments>: New fields.
3078 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
3079 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
3080 (TYPE_TEMPLATE_ARGUMENT): Likewise.
3081 (lookup_typename): Update.
3082 * gdbtypes.c (lookup_typename): Constify "block" argument.
3083 * dwarf2read.c: Include vec.h.
3084 (symbolp): New typedef.
3085 (read_func_scope): Read template arguments. Allocate a
3086 template_symbol when needed.
3087 (read_structure_type): Read template arguments.
3088 (new_symbol_full): New function, from new_symbol. Handle
3089 DW_TAG_template_type_param and DW_TAG_template_value_param.
3090 (new_symbol): Rewrite as wrapper.
3091 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
3092 * cp-namespace.c: Include language.h.
3093 (search_symbol_list): New function.
3094 (cp_lookup_symbol_imports_or_template): Likewise.
3095
3096 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3097
3098 * tui/tui-win.c (make_visible_with_new_height): Resize and move
3099 the command window to the new size and position.
3100
3101 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3102
3103 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
3104 coordinates.
3105
3106 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3107
3108 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
3109 after a detecting a resize.
3110 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
3111 call.
3112
3113 2010-07-28 Pedro Alves <pedro@codesourcery.com>
3114
3115 * configure.ac: Check for resize_term.
3116 * configure, config.in: Regenerate.
3117
3118 2010-07-27 Joel Brobecker <brobecker@adacore.com>
3119
3120 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
3121
3122 2010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3123
3124 * dwarf2read.c (read_string): Rename to ...
3125 (read_direct_string): ... this.
3126 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
3127 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
3128
3129 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3130
3131 * linux-nat.c (linux_nat_lp_status_is_event): New function.
3132 (count_events_callback, select_event_lwp_callback)
3133 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
3134
3135 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3136
3137 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
3138 (_initialize_ia64_linux_nat): Install it.
3139 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
3140 (linux_nat_set_status_is_event): New.
3141 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
3142 cancel_breakpoints_callback, linux_nat_filter_event)
3143 (linux_nat_wait_1): Use linux_nat_status_is_event.
3144 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
3145
3146 2010-07-27 Tom Tromey <tromey@redhat.com>
3147
3148 * NEWS: Mention labels, .gdb_index.
3149
3150 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3151
3152 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
3153 "start,+length" form of arguments.
3154 * NEWS: Add "Changed commands" (disassemble) section for "Changes
3155 since GDB 7.1"; and merge two separated paragraphs of disassemble
3156 description in "Changes in GDB 7.0".
3157
3158 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3159
3160 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
3161 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
3162 (fputs_maybe_filtered): Do not do filtering also on
3163 ! INPUT_FROM_TERMINAL_P.
3164
3165 2010-07-27 Joel Brobecker <brobecker@adacore.com>
3166
3167 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
3168 in warning message.
3169
3170 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3171
3172 * python/py-value.c (valpy_call): New Function.
3173
3174 2010-07-27 Ken Werner <ken.werner@de.ibm.com>
3175
3176 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
3177 types_list_elements variables.
3178
3179 2010-07-26 Tom Tromey <tromey@redhat.com>
3180
3181 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
3182 TLS with DW_OP_const4u or DW_OP_const8u.
3183
3184 2010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3185
3186 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
3187 VSX registers contents.
3188
3189 2010-07-26 Jerome Guitton <guitton@adacore.com>
3190
3191 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
3192 its adress is null. Add comment to explain why.
3193 (new_symbol): Ditto.
3194
3195 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3196
3197 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
3198 the host signal first.
3199
3200 2010-07-23 Tom Tromey <tromey@redhat.com>
3201
3202 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
3203 type_comp_units>: New fields.
3204 (dw2_get_cu): New function.
3205 (create_cus_from_index): Remove unused argument.
3206 (create_signatured_type_hash_from_index): New function.
3207 (create_addrmap_from_index): Update.
3208 (dwarf2_read_index): Handle version 2.
3209 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
3210 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
3211 (dw2_print_stats, dw2_expand_all_symtabs)
3212 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
3213 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
3214 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
3215 (allocate_signatured_type_hash_table): New function.
3216 (add_signatured_type_cu_to_list): Likewise.
3217 (create_debug_types_hash_table): Use them. Set type_comp_units.
3218 (read_signatured_type): Ensure section data is available.
3219 (add_address_entry): Don't record empty ranges.
3220 (struct signatured_type_index_data): New.
3221 (write_one_signatured_type): New function.
3222 (write_psymtabs_to_index): Write type CUs.
3223 (save_gdb_index_command): Update comment.
3224 (process_type_comp_unit): Move inititalization of
3225 from_debug_types...
3226 (create_debug_types_hash_table): ... here.
3227
3228 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3229
3230 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
3231 cleanup and generating of gdb script to it.
3232 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
3233 and terminal size. Convert $tmpfile to a series of -ex-es.
3234
3235 2010-07-23 Keith Seitz <keiths@redhat.com>
3236
3237 * symtab.c (basic_lookup_transparent_type): Call pre-expand
3238 hook for STATIC_BLOCK types, too.
3239
3240 2010-07-23 Keith Seitz <keiths@redhat.com>
3241
3242 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
3243 and vector definition.
3244
3245 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3246
3247 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
3248
3249 2010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3250
3251 * dwarf2read.c: Include completer.h.
3252 (save_gdb_index_command): Use matching usage command name.
3253 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
3254 Set filename_completer for it.
3255
3256 2010-07-22 Tom Tromey <tromey@redhat.com>
3257
3258 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
3259 type signature's per-CU data.
3260
3261 2010-07-22 Pedro Alves <pedro@codesourcery.com>
3262
3263 * NEWS: Mention target reported shared libraries support by
3264 default.
3265
3266 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3267
3268 PR symtab/11827
3269
3270 Revert:
3271 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3272 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
3273 and DW_TAG_volatile_type.
3274 (new_symbol): Likewise.
3275
3276 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3277
3278 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
3279 function symbols before overload resolution.
3280
3281 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3282
3283 * breakpoint.c (bptype_string): New, abstracted out from
3284 print_one_breakpoint_location.
3285 (print_one_breakpoint_location): Adjust.
3286 (breakpoint_1): Adjust the type column width dynamically.
3287
3288 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3289
3290 * symfile.c (find_separate_debug_file_by_debuglink): Remove
3291 a gdb_assert call, new comment.
3292
3293 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3294
3295 * linux-nat.c (linux_handle_extended_wait): Handle case when
3296 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
3297
3298 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3299
3300 Code cleanup.
3301 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
3302 linux_nat_wait_1. Use always LP->STATUS afterwards.
3303
3304 2010-07-20 Hui Zhu <teawater@gmail.com>
3305
3306 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
3307 (inf_ptrace_attach): Ditto.
3308
3309 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3310
3311 Make core files the process_stratum.
3312 * corefile.c (core_target): New variable.
3313 (core_file_command): Remove variable t, use core_target.
3314 * corelow.c (core_ops): Make it static.
3315 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
3316 * defs.h (make_cleanup_unpush_target): New prototype.
3317 * gdbarch.h: Regenerate.
3318 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
3319 * gdbcore.h (core_target): New declaration.
3320 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
3321 variables ops_already_pushed and back_to. Use push_target,
3322 make_cleanup_unpush_target and discard_cleanups calls.
3323 * record.c (record_open): Replace core_stratum by a core_bfd check.
3324 * target.c (target_is_pushed): New function.
3325 (find_core_target): Remove.
3326 * target.h (enum strata) <core_stratum>: Remove.
3327 (target_is_pushed): New declaration.
3328 (find_core_target): Remove declaration.
3329 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
3330 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
3331
3332 2010-07-19 Hui Zhu <teawater@gmail.com>
3333
3334 * breakpoint.c (single_step_breakpoints_inserted): New
3335 function.
3336 * breakpoint.h (single_step_breakpoints_inserted): Extern.
3337 * infrun.c (maybe_software_singlestep): Add check code.
3338 * record.c (record_resume): Add code for software single step.
3339 (record_wait): Ditto.
3340
3341 2010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3342
3343 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
3344 a more inner block. Remove its unused declaration initializer.
3345
3346 2010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3347
3348 * NEWS: Mention support for the new ptrace interface and hardware
3349 accelerated watchpoint conditions on powerpc-linux.
3350
3351 2010-07-16 Ozkan Sezer <sezeroz@gmail.com>
3352
3353 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
3354 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
3355 and host_address_to_string() and %s for pointers.
3356 (debug_to_remove_breakpoint): Likewise.
3357 (debug_to_region_ok_for_hw_watchpoint): Likewise.
3358 (debug_to_can_accel_watchpoint_condition): Likewise.
3359 (debug_to_stopped_data_address): Likewise.
3360 (debug_to_watchpoint_addr_within_range): Likewise.
3361 (debug_to_insert_hw_breakpoint): Likewise.
3362 (debug_to_remove_hw_breakpoint): Likewise.
3363 (debug_to_insert_watchpoint): Likewise.
3364 (debug_to_remove_watchpoint): Likewise.
3365
3366 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3367
3368 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
3369 argument.
3370 (cplus_specific): New struct.
3371 * symtab.c (symbol_set_demangled_name): Updated.
3372 Use cplus_specific for cplus symbols.
3373 (symbol_get_demangled_name): Retrive the name from the cplus_specific
3374 struct for cplus symbols.
3375 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
3376 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
3377 * symtab.c (symbol_init_cplus_specific): New function.
3378
3379 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3380
3381 * symtab.h (symbol_set_demangled_name): New function.
3382 (symbol_get_demangled_name): New function.
3383 * symtab.c (symbol_set_demangled_name): New function.
3384 (symbol_get_demangled_name): New function.
3385 (symbol_init_language_specific): Use demangled_name setter and getter.
3386 (symbol_set_names): Ditto.
3387 (symbol_natural_name): Ditto.
3388 (symbol_demangled_name): Ditto.
3389 * dwarf2read.c (new_symbol): Ditto.
3390
3391 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3392
3393 * symtab.h: Renamed cplus_specific to mangled_lang.
3394 * symtab.c (symbol_init_language_specific): Updated.
3395 (symbol_set_names): Updated.
3396 (symbol_natural_name): Updated.
3397 (symbol_demangled_name): Updated.
3398 * ada-lang.c (ada_decode_symbol): Updated.
3399 * dwarf2read.c (new_symbol): Updated.
3400
3401 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3402
3403 * valops.c (value_assign): Do not call to value_coerce_to_target.
3404 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
3405
3406 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3407
3408 * MAINTAINERS: Add myself for write after approval privileges.
3409
3410 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
3411
3412 * c-valprint.c (c_val_print): Add embedded_offset to address in
3413 call to val_print_array_elements.
3414
3415 2010-07-13 Tom Tromey <tromey@redhat.com>
3416
3417 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
3418
3419 2010-07-13 Tom Tromey <tromey@redhat.com>
3420
3421 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
3422 objfile.
3423
3424 2010-07-13 Tom Tromey <tromey@redhat.com>
3425
3426 * symfile.c (set_initial_language): Update.
3427 (deduce_language_from_filename): Argument type now const.
3428 * symtab.h (find_main_filename): Update.
3429 (deduce_language_from_filename): Update.
3430 * symtab.c (find_main_filename): Make result const.
3431 * dwarf2read.c (dw2_find_symbol_file): Change return type.
3432 * psymtab.c (find_symbol_file_from_partial): Change return type.
3433 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3434 Make result const.
3435
3436 2010-07-13 Tom Tromey <tromey@redhat.com>
3437
3438 * breakpoint.c (save_cmdlist): No longer static.
3439 * gdbcmd.h (save_cmdlist): Declare.
3440 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
3441 OBJF_READNOW on objfile if readnow_symbol_files.
3442 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
3443 (elf_sym_fns_gdb_index): New global.
3444 * dwarf2read.c: Include exceptions.h.
3445 (offset_type): New.
3446 (struct mapped_index): New.
3447 (dwarf2_per_cu_data_ptr): New typedef.
3448 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
3449 New fields.
3450 (GDB_INDEX_SECTION): New define.
3451 (struct dwarf2_per_cu_quick_data): New.
3452 (struct dwarf2_per_cu_data) <objfile>: New field.
3453 <psymtab>: Removed.
3454 <v>: New field.
3455 (byte_swap): New function.
3456 (MAYBE_SWAP): New macro.
3457 (INDEX_SUFFIX): New macro.
3458 (dw2_do_instantiate_symtab): New function.
3459 (dw2_instantiate_symtab): Likewise.
3460 (create_cus_from_index): Likewise.
3461 (create_addrmap_from_index): Likewise.
3462 (mapped_index_string_hash): Likewise.
3463 (find_slot_in_mapped_hash): Likewise.
3464 (dwarf2_read_index): Likewise.
3465 (dw2_setup): Likewise.
3466 (dw2_require_line_header): Likewise.
3467 (dw2_require_full_path): Likewise.
3468 (dw2_find_last_source_symtab): Likewise.
3469 (dw2_forget_cached_source_info): Likewise.
3470 (dw2_lookup_symtab): Likewise.
3471 (dw2_lookup_symbol): Likewise.
3472 (dw2_do_expand_symtabs_matching): Likewise.
3473 (dw2_pre_expand_symtabs_matching): Likewise.
3474 (dw2_print_stats): Likewise.
3475 (dw2_dump): Likewise.
3476 (dw2_relocate): Likewise.
3477 (dw2_expand_symtabs_for_function): Likewise.
3478 (dw2_expand_all_symtabs): Likewise.
3479 (dw2_expand_symtabs_with_filename): Likewise.
3480 (dw2_find_symbol_file): Likewise.
3481 (dw2_map_ada_symtabs): Likewise.
3482 (dw2_expand_symtabs_matching): Likewise.
3483 (dw2_find_pc_sect_symtab): Likewise.
3484 (dw2_map_symbol_names): Likewise.
3485 (dw2_map_symbol_filenames): Likewise.
3486 (dw2_has_symbols): Likewise.
3487 (dwarf2_gdb_index_functions): New global.
3488 (dwarf2_initialize_objfile): New function.
3489 (process_psymtab_comp_unit): Update.
3490 (add_partial_subprogram): Likewise.
3491 (dwarf2_psymtab_to_symtab): Likewise.
3492 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3493 (process_full_comp_unit): Update.
3494 (find_file_and_directory): New function.
3495 (read_file_scope): Use find_file_and_directory.
3496 (dwarf2_per_cu_objfile): Update.
3497 (dwarf2_per_cu_addr_size): Update.
3498 (dwarf2_per_cu_offset_size): Update.
3499 (dwarf2_free_objfile): Free the index, if needed.
3500 (dwarf2_per_objfile_free): Unmap the index, if needed.
3501 (struct strtab_entry): New.
3502 (hash_strtab_entry): New function.
3503 (eq_strtab_entry): Likewise.
3504 (create_strtab): Likewise.
3505 (add_string): Likewise.
3506 (struct symtab_index_entry): New.
3507 (struct mapped_symtab): New.
3508 (hash_symtab_entry): New function.
3509 (eq_symtab_entry): Likewise.
3510 (delete_symtab_entry): Likewise.
3511 (create_index_table): Likewise.
3512 (create_mapped_symtab): Likewise.
3513 (cleanup_mapped_symtab): Likewise.
3514 (find_slot): Likewise.
3515 (hash_expand): Likewise.
3516 (add_index_entry): Likewise.
3517 (add_indices_to_cpool): Likewise.
3518 (write_hash_table): Likewise.
3519 (add_address_entry): Likewise.
3520 (write_psymbols): Likewise.
3521 (write_obstack): Likewise.
3522 (unlink_if_set): Likewise.
3523 (write_psymtabs_to_index): Likewise.
3524 (save_gdb_index_command): Likewise.
3525 (_initialize_dwarf2_read): Install "save gdb-index"
3526 command.
3527 (create_all_comp_units): Initialize 'objfile' field of CU.
3528 (dwarf2_locate_sections): Check for .gdb_index.
3529 * psymtab.h (dwarf2_gdb_index_functions): Declare.
3530 * symfile.h (dwarf2_initialize_objfile): Declare.
3531
3532 2010-07-13 Tom Tromey <tromey@redhat.com>
3533
3534 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3535 (basic_lookup_transparent_type): Likewise.
3536 * symfile.h (struct quick_symbol_functions)
3537 <pre_expand_symtabs_matching>: New field.
3538 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3539 (psym_functions): Update.
3540
3541 2010-07-13 Tom Tromey <tromey@redhat.com>
3542
3543 PR breakpoints/8357:
3544 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3545 * linespec.c (decode_line_1): Update comment. Call decode_label.
3546 (decode_label): New function.
3547 (symbol_found): Handle LOC_LABEL.
3548 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3549 domain. Call add_symbol_to_list.
3550
3551 2010-07-13 Tom Tromey <tromey@redhat.com>
3552
3553 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3554 * dwarf2loc.c (find_location_expression): Use
3555 dwarf2_per_cu_text_offset.
3556 (dwarf2_evaluate_loc_desc): Likewise.
3557 (dwarf2_loc_desc_needs_frame): Likewise.
3558 (compile_dwarf_to_ax): Likewise.
3559 (loclist_describe_location): Likewise.
3560 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3561 (dwarf2_per_cu_objfile): Update comment.
3562
3563 2010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3564
3565 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3566 * p-lang.c (pascal_printstr): Likewise.
3567
3568 2010-07-09 Tom Tromey <tromey@redhat.com>
3569
3570 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3571 'hint' if it is NULL.
3572
3573 2010-07-09 Hui Zhu <teawater@gmail.com>
3574
3575 * source.c (print_source_lines_base): Add check for noprint.
3576
3577 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3578
3579 * python/python-config.py: Resync with Python 2.7 version of this
3580 script.
3581
3582 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3583
3584 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3585
3586 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3587
3588 * NEWS: Create a new section for the next release branch.
3589 Rename the section of the current branch, now that it has
3590 been cut.
3591
3592 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3593
3594 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3595 * version.in: Bump version to 7.2.50.20100707-cvs.
3596
3597 2010-07-07 Tom Tromey <tromey@redhat.com>
3598
3599 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3600 LOC_COMPUTED symbol.
3601 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3602 (dwarf2_loc_desc_needs_frame): Likewise.
3603 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3604 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3605 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3606 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
3607 'offset' argument.
3608 (struct dwarf2_frame_cache) <text_offset>: New field.
3609 (dwarf2_frame_cache): Set new field.
3610 (dwarf2_frame_prev_register): Update.
3611 (dwarf2_frame_sniffer): Update.
3612 (dwarf2_frame_base_sniffer): Update.
3613 (dwarf2_frame_find_fde): Add 'out_offset' argument.
3614
3615 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3616 Thiago Jung Bauermann <bauerman@br.ibm.com>
3617
3618 Support for hw accelerated condition watchpoints in booke powerpc.
3619
3620 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3621 and move to eval.c. Change callers.
3622 (insert_bp_location): Pass watchpoint condition in
3623 target_insert_watchpoint.
3624 (remove_breakpoint_1) Pass watchpoint condition in
3625 target_remove_watchpoint.
3626 (watchpoint_locations_match): Call
3627 target_can_accel_watchpoint_condition.
3628 * eval.c: Include wrapper.h.
3629 (fetch_subexp_value): Moved from breakpoint.c.
3630 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3631 Formatting fix.
3632 (can_use_watchpoint_cond_accel): New function.
3633 (calculate_dvc): Likewise.
3634 (num_memory_accesses): Likewise.
3635 (check_condition): Likewise.
3636 (ppc_linux_can_accel_watchpoint_condition): Likewise
3637 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3638 check_condition and calculate_dvc.
3639 (ppc_linux_remove_watchpoint): Likewise.
3640 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3641 ppc_linux_can_accel_watchpoint_condition
3642 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3643 condition.
3644 (debug_to_remove_watchpoint): Likewise.
3645 (debug_to_can_accel_watchpoint_condition): New function.
3646 (update_current_target): Set to_can_accel_watchpoint_condition.
3647 (setup_target_debug): Set to_can_accel_watchpoint_condition.
3648 * target.h: Add opaque declaration for struct expression.
3649 (struct target_ops) <to_insert_watchpoint>,
3650 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3651 <to_can_accel_watchpoint_condition>: New member.
3652 condition. Update all callers and implementations.
3653 (target_can_accel_watchpoint_condition): New macro.
3654 * value.c (free_value_chain): New function.
3655 * value.h (fetch_subexp_value): New prototype.
3656 (free_value_chain): Likewise.
3657
3658 2010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
3659
3660 * linux-nat.c (linux_nat_do_thread_registers): Use section size
3661 from gdbarch_core_regset_sections also for .reg if present.
3662
3663 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3664 section size for .reg.
3665 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3666 (ppc_linux_vmx_regset_sections): Likewise.
3667 (ppc_linux_fp_regset_sections): Likewise.
3668 (ppc64_linux_vsx_regset_sections): New variable.
3669 (ppc64_linux_vmx_regset_sections): Likewise.
3670 (ppc64_linux_fp_regset_sections): Likewise.
3671 (ppc_linux_init_abi): Install core_regset_section lists appropriate
3672 for current word size.
3673
3674 2010-07-06 Joel Brobecker <brobecker@adacore.com>
3675
3676 * server.c (myresume): Make static.
3677
3678 2010-07-06 Tom Tromey <tromey@redhat.com>
3679
3680 * configure, config.in: Rebuild.
3681 * configure.ac (HAVE_LIBPYTHON2_7): New define.
3682 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3683
3684 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3685
3686 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3687 "clear".
3688
3689 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
3690
3691 * gdbtypes.h (floatformats_ieee_half): Add declaration.
3692 * gdbtypes.c (floatformats_ieee_half): New variable.
3693 * doublest.c (floatformat_from_length): Set format to
3694 gdbarch_half_format if length matches.
3695 * gdbarch.sh (half_bit): New architecture method.
3696 (half_format): Likewise.
3697 * gdbarch.h: Regenerate.
3698 * gdbarch.c: Likewise.
3699
3700 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3701 Joel Brobecker <brobecker@adacore.com>
3702
3703 Fix re-run of PIE executable, PR shlibs/11776.
3704 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3705 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3706
3707 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3708 Joel Brobecker <brobecker@adacore.com>
3709
3710 * auxv.c (memory_xfer_auxv): Update attach comment.
3711 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3712 svr4_relocate_main_executable.
3713 (svr4_solib_create_inferior_hook): Make the call to
3714 svr4_relocate_main_executable unconditional.
3715
3716 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3717 Joel Brobecker <brobecker@adacore.com>
3718
3719 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3720
3721 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3722 Joel Brobecker <brobecker@adacore.com>
3723
3724 Fix attaching to PIEs prelinked on the disk after the process was
3725 started.
3726 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3727 Verify it against bfd_get_arch_size. Try to match arbitrary
3728 displacement for the phdrs comparison.
3729
3730 2010-07-02 Tom Tromey <tromey@redhat.com>
3731
3732 PR exp/11780:
3733 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3734 value as optimized-out.
3735
3736 2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3737 Thiago Jung Bauermann <bauerman@br.ibm.com>
3738
3739 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3740 represent?" question in comment. Change comment to a proper sentence.
3741
3742 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
3743
3744 * c-valprint.c (c_val_print): Fix printing of character vectors.
3745
3746 2010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3747
3748 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3749 create_breakpoint prototype.
3750
3751 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3752
3753 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3754 usefulness suggestion of multiple breakpoints at same location.
3755
3756 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3757
3758 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3759
3760 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3761
3762 * dwarf2loc.c (locexpr_tracepoint_var_ref)
3763 (loclist_tracepoint_var_ref): Handle optimized out values.
3764
3765 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3766
3767 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3768 unnecessary space in string.
3769 * filesystem.c (_initialize_filesystem): Ditto.
3770 * frame.c (_initialize_frame): Ditto.
3771 * infcmd.c (step_once): Ditto.
3772 * infrun.c (_initialize_infrun): Ditto.
3773 * linux-nat.c (linux_child_follow_fork): Ditto.
3774 * maint.c (maintenance_deprecate): Ditto.
3775 * memattr.c (_initialize_mem): Ditto.
3776 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3777 * monitor.c (monitor_open): Ditto.
3778 * procfs.c (procfs_xfer_memory): Ditto.
3779 * reverse.c (bookmarks_info): Ditto.
3780 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3781 * stack.c (_initialize_stack): Ditto.
3782 * tracepoint.c (_initialize_tracepoint): Ditto.
3783 * xtensa-tdep.c (xtensa_supply_gregset,
3784 xtensa_regset_from_core_section): Ditto.
3785
3786 2010-07-01 Tom Tromey <tromey@redhat.com>
3787
3788 * value.h (struct lval_funcs) <check_any_valid>: Rename from
3789 check_all_valid.
3790 * value.c (value_entirely_optimized_out): Invert result. Update
3791 for new function name.
3792
3793 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3794
3795 Static tracepoints support.
3796
3797 * NEWS: Mention new support for static tracepoints.
3798 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3799 qXfer:statictrace:read.
3800 (New features in the GDB remote stub, GDBserver): Mention static
3801 tracepoints support using an UST based backend.
3802 (New commands): Mention "info static-tracepoint-markers" and
3803 "strace".
3804 * breakpoint.c (is_marker_spec): New.
3805 (is_tracepoint): Handle static tracepoints.
3806 (validate_commands_for_breakpoint): Static tracepoints can't do
3807 while-stepping.
3808 (static_tracepoints_here): New.
3809 (bpstat_what): Handle static tracepoints.
3810 (print_one_breakpoint_location, allocate_bp_location, mention):
3811 Ditto.
3812 (create_breakpoint_sal): Ditto.
3813 (decode_static_tracepoint_spec): New.
3814 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3815 `type_wanted'. Adjust. Handle static tracepoint marker
3816 locations.
3817 (break_command_1): Adjust.
3818 (update_static_tracepoint): New.
3819 (update_breakpoint_locations): Handle static tracepoints.
3820 (breakpoint_re_set_one): Handle static tracepoint marker
3821 locations.
3822 (disable_command, enable_command): Handle static tracepoints.
3823 (trace_command, ftrace_command): Adjust.
3824 (strace_command): New.
3825 (create_tracepoint_from_upload): Adjust.
3826 (save_breakpoints): Handle static tracepoints.
3827 (_initialize_breakpoint): Install the "strace" command.
3828 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3829 (struct breakpoint): New fields static_trace_marker_id and
3830 static_trace_marker_id_idx.
3831 (breakpoints_here_p): Declare.
3832 (create_breakpoint): Adjust.
3833 (static_tracepoints_here): Declare.
3834 * remote.c (struct remote_state) <static_tracepoints>: New field.
3835 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3836 (remote_static_tracepoint_marker_at): New.
3837 (remote_static_tracepoint_markers_by_strid): New.
3838 (remote_static_tracepoint_feature): New.
3839 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3840 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3841 (remote_supports_static_tracepoints): New.
3842 (remote_download_tracepoint): Download static tracepoints.
3843 (init_remote_ops): Install remote_static_tracepoint_marker_at and
3844 remote_static_tracepoint_markers_by_strid.
3845 (_initialize_remote): Install set|show remote static-tracepoints,
3846 and set|show remote read-sdata-object commands.
3847 * target.c (update_current_target): Inherit and default
3848 to_static_tracepoint_marker_at, and
3849 to_static_tracepoint_markers_by_strid.
3850 * target.h (static_tracepoint_marker): Forward declare.
3851 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3852 (static_tracepoint_marker_p): New typedef.
3853 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3854 (struct target_ops): New fields to_static_tracepoint_marker_at and
3855 to_static_tracepoint_markers_by_strid.
3856 (target_static_tracepoint_marker_at)
3857 (target_static_tracepoint_markers_by_strid): New.
3858 * tracepoint.c: Include source.h.
3859 (validate_actionline): Handle $_sdata.
3860 (struct collection_list): New field strace_data.
3861 (add_static_trace_data): New.
3862 (clear_collection_list): Clear strace_data.
3863 (stringify_collection_list): Account for a possible static trace
3864 data collection.
3865 (encode_actions_1): Encode an $_sdata collection.
3866 (parse_tracepoint_definition): Handle static tracepoints.
3867 (parse_static_tracepoint_marker_definition): New.
3868 (release_static_tracepoint_marker): New.
3869 (print_one_static_tracepoint_marker): New.
3870 (info_static_tracepoint_markers_command): New.
3871 (sdata_make_value): New.
3872 (_initialize_tracepoint): Create the $_sdata convenience variable.
3873 Add the "info static-tracepoint-markers" command.
3874 Mention $_sdata in the "collect" command's help output.
3875 * tracepoint.h (struct static_tracepoint_marker): New.
3876 (parse_static_tracepoint_marker_definition)
3877 (release_static_tracepoint_marker): Declare.
3878 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3879 * python/py-breakpoint.c (bppy_new): Adjust.
3880
3881 2010-06-30 Joel Brobecker <brobecker@adacore.com>
3882
3883 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3884 including Python.h.
3885
3886 2010-06-29 Doug Evans <dje@google.com>
3887
3888 PR gdb/11702
3889 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3890 DW_AT_external is present.
3891
3892 PR gdb/11702
3893 * NEWS: Add entry.
3894 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3895 create a symbol for the field and record the value.
3896 (new_symbol): Handle DW_TAG_member.
3897 * gdbtypes.c (field_is_static): Remove FIXME.
3898 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3899 only ignore LOC_CONST symbols that are enums.
3900
3901 * dwarf2read.c: Remove trailing whitespace.
3902
3903 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3904 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3905 (struct main_type, field loc): Delete dwarf_block.
3906 (FIELD_DWARF_BLOCK): Delete.
3907 (SET_FIELD_DWARF_BLOCK): Delete.
3908 (TYPE_FIELD_DWARF_BLOCK): Delete.
3909 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3910 Update.
3911
3912 2010-06-29 Hui Zhu <teawater@gmail.com>
3913
3914 * record.c (set_record_pic_cmdlist,
3915 show_record_pic_cmdlist): New variables.
3916 (set_record_pic_command,
3917 show_record_pic_command): New functions.
3918 (record_pic_function, record_pic_line, record_pic_enum,
3919 set_record_pic_type, record_pic_hide_nofunction,
3920 record_pic_hide_nosource, record_pic_hide_same): New variables.
3921 (record_pic_fputs): New function.
3922 (function_list, node_list, edge_list): New struct.
3923 (function_list, node_list, edge_list): New variables.
3924 (record_pic_cleanups, record_pic_node,
3925 record_pic_edge, cmd_record_pic): New functions.
3926 (_initialize_record): Add new commands for record pic.
3927
3928 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3929
3930 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3931 ALLOCATE_CPLUS_STRUCT_TYPE.
3932
3933 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3934 Tom Tromey <tromey@redhat.com>
3935 Thiago Jung Bauermann <bauerman@br.ibm.com>
3936
3937 * value.c (pack_unsigned_long): New function.
3938 (value_from_ulongest): New function.
3939 * value.h (value_from_ulongest): Declare.
3940 * python/python.c (_initialize_python): Call
3941 gdbpy_initialize_thread and gdbpy_initialize_inferior.
3942 * python/python-internal.h: Define thread_object.
3943 (gdbpy_inferiors, gdbpy_selected_thread)
3944 (frame_info_to_frame_object, create_thread_object)
3945 (find_thread_object, find_inferior_object)
3946 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3947 (gdbpy_is_value_object, get_addr_from_python): Declare.
3948 * python/py-value.c (builtin_type_upylong): Define.
3949 (convert_value_from_python): Add logic for ulongest.
3950 (gdbpy_is_value_object): New function.
3951 * python/py-utils.c (get_addr_from_python): New function.
3952 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3953 (gdbpy_selected_frame): Use PyObject over frame_info.
3954 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3955 py-infthread.
3956 (SUBDIR_PYTHON_SRCS): Likewise.
3957 (py-inferior.o): New Rule.
3958 (py-infthread.o): New Rule.
3959 * python/py-inferior.c: New File.
3960 * python/py-infthread.c: New File.
3961
3962 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3963
3964 * c-typeprint.c (c_type_print_base): For no fields check include also
3965 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
3966 * dwarf2read.c (struct typedef_field_list)
3967 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3968 (dwarf2_add_typedef): New.
3969 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3970 Copy also FI.TYPEDEF_FIELD_LIST.
3971 * gdbtypes.h (struct typedef_field)
3972 (struct cplus_struct_type) <typedef_field, typedef_field_count>
3973 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3974 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3975
3976 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3977
3978 * cp-namespace.c (cp_lookup_nested_type): New variable
3979 concatenated_name. Turn the current return condition into a reverse
3980 one. Call also lookup_static_symbol_aux on the constructed qualified
3981 name.
3982 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3983 other files into a called ...
3984 (lookup_static_symbol_aux): ... new function here.
3985 * symtab.h (lookup_static_symbol_aux): New prototype.
3986 * valops.c (value_maybe_namespace_elt): Call also
3987 lookup_static_symbol_aux if we failed otherwise.
3988
3989 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3990
3991 Fix PR c++/11703 and PR gdb/1448.
3992 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
3993 FIRST_ITER check.
3994
3995 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3996
3997 Fix modification of cplus_struct_default.
3998 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
3999 Call ALLOCATE_CPLUS_STRUCT_TYPE.
4000 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
4001
4002 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4003
4004 * NEWS: Add entry announcing the python directory.
4005
4006 2010-06-28 Tom Tromey <tromey@redhat.com>
4007
4008 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
4009
4010 2010-06-28 Doug Evans <dje@google.com>
4011
4012 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
4013 All callers updated.
4014
4015 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4016
4017 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
4018 obstack_begin after each obstack_free.
4019
4020 2010-06-27 Doug Evans <dje@google.com>
4021
4022 * value.c (value_static_field): Use `switch' instead of `if'.
4023 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
4024
4025 * valops.c (search_struct_field): Fix typo in error message.
4026
4027 2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
4028
4029 * dwarf2expr.c (execute_stack_op): Place preprocessor
4030 directives at the start of the source line.
4031
4032 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
4033
4034 * defs.h (make_command_stats_cleanup): Declare.
4035 (set_display_time): Declare.
4036 (set_display_space): Declare.
4037 * event-top.c (command_handler): Use make_command_stats_cleanup.
4038 * main.c (display_time, display_space): Move definitions to utils.c.
4039 (captured_main): Use make_command_stats_cleanup to get start-up
4040 statistics.
4041 Use set_display_time and set_display_space for processing OPT_STATISTICS
4042 case.
4043 * maint.c (maintenance_time_display): Use set_display_time.
4044 (maintenance_space_display): Use set_display_space.
4045 * top.c (execute_command): Remove obsolete 'maint time' code.
4046 (command_loop): Use make_command_stats_cleanup.
4047 * utils.c (struct cmd_stats): Structure for storing initial time
4048 and space usage.
4049 (display_time, display_space): Move definitions here from utils.c.
4050 (set_display_time): New function.
4051 (set_display_space): New function.
4052 (make_command_stats_cleanup): New function.
4053 (report_command_stats): New auxiliary function for
4054 make_command_stats_cleanup.
4055
4056 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4057
4058 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
4059 hosts where CORE_ADDR is long long.
4060
4061 2010-06-25 Tom Tromey <tromey@redhat.com>
4062
4063 PR python/10808:
4064 * python/python.c (execute_gdb_command): Add keywords. Accept
4065 "to_string" argument.
4066 (struct restore_ui_file_closure): New.
4067 (restore_ui_file): New function.
4068 (make_cleanup_restore_ui_file): Likewise.
4069 (GdbMethods) <execute>: Update.
4070
4071 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4072
4073 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
4074 during inferior call stack frame setup.
4075
4076 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
4077
4078 * solib-spu.c: Include "exception.h".
4079 (ocl_program_data_key): New variable.
4080 (append_ocl_sos): New function.
4081 (ocl_enable_break): Likewise.
4082 (spu_current_sos): Call append_ocl_sos.
4083 (spu_solib_loaded): Call ocl_enable_break.
4084 (_initialize_spu_solib): Register ocl_program_data_key.
4085
4086 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4087
4088 * cp-support.c (reset_directive_searched): New function.
4089 (make_symbol_overload_list_using): Prevent recursive calls.
4090
4091 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
4092
4093 * printcmd.c (print_variable_and_value): Print error message on
4094 caught exception.
4095
4096 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4097
4098 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
4099 of stack values.
4100 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
4101 "value" member.
4102 (dwarf_expr_push): Change input type to ULONGEST.
4103 (dwarf_expr_fetch): Change return type to ULONGEST.
4104 (dwarf_expr_fetch_address): Add prototype.
4105 (dwarf2_read_address): Remove prototype.
4106 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
4107 Truncate stack values to ctx->addr_size bytes.
4108 (dwarf_expr_fetch): Change return value to ULONGEST.
4109 (dwarf_expr_fetch_address): New function.
4110 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
4111 when appropriate. Update for struct dwarf_expr_piece changes.
4112 (dwarf2_read_address): Remove.
4113 (unsigned_address_type): Remove.
4114 (signed_address_type): Remove.
4115 (execute_stack_op): Use dwarf_expr_fetch_address instead of
4116 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
4117 values. Perform operations on ULONGEST instead of on GDB values,
4118 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
4119 values and DW_OP_deref results as unsigned integers.
4120 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
4121 changes.
4122 (write_pieced_value): Likewise.
4123 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
4124 dwarf_expr_fetch when appropriate.
4125 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
4126 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
4127 instead of dwarf_expr_fetch when appropriate.
4128
4129 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
4130
4131 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
4132
4133 2010-06-24 Joel Brobecker <brobecker@adacore.com>
4134
4135 * python/python.c (_initialize_python): Add new "constant"
4136 PYTHONDIR in gdb module. Insert this path at the head of
4137 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
4138 exec its __init__.py script if it exists in that directory.
4139
4140 2010-06-24 Kevin Buettner <kevinb@redhat.com>
4141
4142 * rx-tdep.c (RX_ACC_REGNUM): Define.
4143 (RX_NUM_REGS): Redefine to 26.
4144 (rx_register_name): Add register "acc". Change order of several
4145 registers. Change name of "vct" register to "fintv" to match RX
4146 documentation.
4147 (rx_register_type): Add case for RX_ACC_REGNUM.
4148
4149 2010-06-24 Tom Tromey <tromey@redhat.com>
4150
4151 * psymtab.c (lookup_partial_symbol): Mark definition as static.
4152
4153 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4154 Tom Tromey <tromey@redhat.com>
4155
4156 Fix GDB startup on readonly filesystem.
4157 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
4158
4159 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4160 Pedro Alves <pedro@codesourcery.com>
4161
4162 Fix PR 9436.
4163 * breakpoint.c (handle_jit_event): New function.
4164 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
4165 jit, err, table and bs_class. New variables shlib_event, jit_event,
4166 this_action and bptype. Change bs_class assignments to this_action
4167 assignments. new unhandled bptype internal error. Move here
4168 shlib_event and jit_event handling from handle_inferior_event.
4169 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
4170 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
4171 BPSTAT_WHAT_CHECK_JIT.
4172 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
4173 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
4174 (handle_inferior_event): Reinitialize frame and gdbarch after
4175 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
4176 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
4177 gdbarch when frame gets reinitialized.
4178
4179 2010-06-24 Hui Zhu <teawater@gmail.com>
4180
4181 * printcmd.c (ui_printf): New function.
4182 (printf_command): Call ui_printf.
4183 (_initialize_printcmd): New command "eval".
4184
4185 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
4186
4187 * infrun.c (handle_inferior_event): Handle presence of single-step
4188 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
4189 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
4190 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
4191 * breakpoint.c (detach_single_step_breakpoints): New function.
4192 (detach_breakpoints): Call it.
4193 (cancel_single_step_breakpoints): New function.
4194 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
4195
4196 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
4197 (spu_gdbarch_init): Install it.
4198
4199 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4200
4201 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
4202 * configure: Regenerate.
4203
4204 2010-06-22 Hui Zhu <teawater@gmail.com>
4205
4206 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
4207 (i386_process_record): Ditto.
4208 * record.c (record_memory_query): New variable.
4209 (_initialize_record): New command "set record memory-query".
4210 * record.h (record_memory_query): New extern.
4211
4212 2010-06-21 Doug Evans <dje@google.com>
4213
4214 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
4215 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
4216 (i386_syscall_p): Change type of lengthp to int.
4217 (i386_displaced_step_fixup): Handle kernels that run one past a
4218 syscall insn.
4219 * i386-linux-tdep.c (i386_linux_init_abi): Use
4220 i386_displaced_step_copy_insn instead of
4221 simple_displaced_step_copy_insn.
4222
4223 2010-06-21 Tom Tromey <tromey@redhat.com>
4224
4225 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
4226 (dwarf_type_encoding_name): Likewise.
4227
4228 2010-06-21 Tom Tromey <tromey@redhat.com>
4229
4230 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
4231 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
4232 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
4233 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
4234 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
4235 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
4236 * dwarf2read.c (tag_type_to_type): Create a new error type on
4237 failure.
4238 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
4239 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
4240
4241 2010-06-21 Michael Snyder <msnyder@vmware.com>
4242
4243 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
4244 not add_abbrev_prefix_cmd, for "enable breakpoints".
4245
4246 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
4247
4248 * dwarf2loc.c (find_location_expression): Add relocation offset
4249 to base-address-selection entry base addresses. Read addresses
4250 (and offsets) as signed/unsigned integers, depending on the
4251 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
4252 (loclist_describe_location): Likewise.
4253 (disassemble_dwarf_expression): Read DW_OP_addr operand as
4254 unsigned integer. Do not call dwarf2_read_address.
4255 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
4256
4257 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
4258
4259 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
4260 value instead of hard-coded SPU_LS_SIZE.
4261 (spu_software_single_step): Likewise.
4262 * spu-tdep.h (SPU_LS_SIZE): Remove.
4263
4264 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
4265
4266 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
4267 limit on local store memory accesses.
4268 * spu-linux-nat.c (spu_xfer_partial): Likewise.
4269 * spu-tdep.c (spu_lslr): Remove.
4270 (spu_pointer_to_address): Do not truncate addresses.
4271 (spu_integer_to_address): Likewise.
4272 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
4273 * spu-tdep.h: Add comments.
4274 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
4275 (SPU_OVERLAY_LMA): Define.
4276
4277 2010-06-18 Stan Shebs <stan@codesourcery.com>
4278
4279 * osdata.c (get_osdata): Warn separately if target does not report
4280 type list.
4281 (info_osdata_command): Allow empty type, report error if target
4282 does not return available types of OS data.
4283 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
4284 types if no annex supplied.
4285
4286 * thread.c (thread_id_make_value): Make a value representing the
4287 current thread.
4288 (_initialize_thread): Create $_thread.
4289
4290 2010-06-17 Joel Brobecker <brobecker@adacore.com>
4291
4292 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
4293 last local variable declaration. No real code change.
4294
4295 2010-06-17 Tom Tromey <tromey@redhat.com>
4296
4297 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
4298 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
4299 temporary obstack.
4300
4301 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
4302 Jan Kratochvil <jan.kratochvil@redhat.com>
4303
4304 * breakpoint.c: Include parser-defs.h.
4305 (watchpoint_exp_is_const): New function.
4306 (watch_command_1): Call watchpoint_exp_is_const to check
4307 if the expression is constant.
4308
4309 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
4310
4311 * configure.ac: Check for RDYNAMIC also for cross builds.
4312 * configure: Regenerate.
4313
4314 2010-06-15 Pedro Alves <pedro@codesourcery.com>
4315
4316 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
4317 (SFILES): Remove solib-null.c, add solib-target.c.
4318 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
4319 (ALLDEPFILES): Remove solib-target.c.
4320 * solib-target.c (_initialize_solib_target): Set
4321 current_target_so_ops to solib_target_so_ops if not already set.
4322 * solib-null.c: Delete.
4323
4324 2010-06-14 Pedro Alves <pedro@codesourcery.com>
4325
4326 * NEWS: Mention GDBserver's JIT compilation of tracepoint
4327 bytecode.
4328
4329 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4330
4331 * cp-valprint.c (cp_print_static_field): Members of
4332 dont_print_stat_array_obstack are of type "struct type *".
4333 (_initialize_cp_valprint): Likewise.
4334
4335 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4336
4337 * frame.c (frame_register_unwind): Do not access contents
4338 of "optimized out" unwound register value.
4339
4340 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4341
4342 * ada-lang.h (ada_print_type): Make varstring const.
4343 * ada-typeprint.c (print_func_type): Make name const.
4344 (ada_print_type): Make varstring const.
4345 * c-lang.h (c_print_type): Make varstring const.
4346 * c-typeprint.c (c_print_type): Likewise.
4347 * f-lang.h (f_print_type): Likewise.
4348 * f-typeprint.c (f_print_type): Likewise.
4349 * jv-lang.h (java_print_type): Likewise.
4350 * jv-typeprint.c (java_print_type): Likewise.
4351 * language.c (unk_lang_print_type): Likewise.
4352 * language.h (struct language_defn) <la_print_type>: Likewise.
4353 * m2-lang.h (m2_print_type): Likewise.
4354 * m2-typeprint.c (m2_print_type): Likewise.
4355 * p-lang.h (pascal_print_type): Likewise.
4356 * p-typeprint.c (pascal_print_type): Likewise.
4357
4358 2010-06-11 Stan Shebs <stan@codesourcery.com>
4359
4360 Add per-operation permission flags.
4361
4362 * target.h (struct target_ops): New method to_set_permissions.
4363 (target_set_permissions): New macro.
4364 (target_insert_breakpoint): Change macro to function.
4365 (target_remove_breakpoint): Ditto.
4366 (target_stop): Ditto.
4367 (may_write_registers): Declare.
4368 (may_write_memory): Declare.
4369 (may_insert_breakpoints): Declare.
4370 (may_insert_tracepoints): Declare.
4371 (may_insert_fast_tracepoints): Declare.
4372 (may_stop): Declare.
4373 * target.c (may_write_registers, may_write_registers_1): New globals.
4374 (may_write_memory, may_write_memory_1): New globals.
4375 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
4376 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
4377 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
4378 globals.
4379 (may_stop, may_stop_1): New global.
4380 (target_xfer_partial): Test for write permission.
4381 (target_store_registers): Ditto.
4382 (target_insert_breakpoint): New function.
4383 (target_remove_breakpoint): New function.
4384 (target_stop): New function.
4385 (_initialize_targets): Add new set/show variables.
4386 (set_write_memory_permission): New function.
4387 (update_target_permissions): New function.
4388 (set_target_permissions): New function.
4389 (update_current_target): Default to_set_permissions.
4390 (_initialize_targets): Use new globals and setter function.
4391 * tracepoint.c (start_tracing): Test for permission.
4392 * inferior.h (update_observer_mode): Declare.
4393 * infrun.c (non_stop_1): Define earlier.
4394 (observer_mode, observer_mode_1): New globals.
4395 (set_observer_mode, show_observer_mode): New functions.
4396 (update_observer_mode): New function.
4397 (_initialize_infrun): Define "set observer" command.
4398 * remote.c (PACKET_QAllow): New optional packet.
4399 (remote_protocol_features): Add QAllow.
4400 (remote_set_permissions): New function.
4401 (remote_start_remote): Call it.
4402 (init_remote_ops): Add it to target vector.
4403 (_initialize_remote): Add config command for QAllow.
4404
4405 2010-06-11 Tom Tromey <tromey@redhat.com>
4406
4407 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
4408 DW_AT_vtable_elem_location even when GCC extension is seen.
4409
4410 2010-06-11 Tom Tromey <tromey@redhat.com>
4411
4412 PR gdb/9977, PR exp/11636:
4413 * value.h (value_offset): Update.
4414 (struct lval_funcs) <check_validity>: New field.
4415 <copy_closure>: Make argument const.
4416 (value_computed_closure): Update.
4417 (value_contents_for_printing): Declare.
4418 (value_bits_valid): Likewise.
4419 (val_print): Likewise.
4420 (set_value_component_location): Update.
4421 (value_entirely_optimized_out): Declare.
4422 * value.c (value_offset): Argument now const.
4423 (require_not_optimized_out): New function.
4424 (value_contents_for_printing): New function.
4425 (value_contents_all): Call require_not_optimized_out.
4426 (value_contents): Likewise.
4427 (value_bits_valid): New function.
4428 (value_computed_closure): Argument now const.
4429 (set_value_component_location): Make 'whole' argument const.
4430 (value_entirely_optimized_out): New function.
4431 (value_bitsize): Argument now 'const'.
4432 (value_bitpos): Likewise.
4433 (value_type): Likewise.
4434 * valprint.h (val_print_array_elements): Update.
4435 * valprint.c (val_print): Add 'val' argument. Use
4436 valprint_check_validity.
4437 (valprint_check_validity): New function.
4438 (value_check_printable): Use value_entirely_optimized_out.
4439 (common_val_print): Update.
4440 (value_print): Likewise.
4441 (val_print_array_elements): Add 'val' argument.
4442 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
4443 value_bits_valid. Reinit frame cache for lval_computed.
4444 * sh64-tdep.c (sh64_do_register): Update.
4445 * scm-valprint.c (scm_val_print): Add 'val' argument.
4446 * scm-lang.h (scm_val_print): Update.
4447 * python/python.h (apply_val_pretty_printer): Update.
4448 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
4449 argument. Call set_value_component_location.
4450 * printcmd.c (print_scalar_formatted): Update.
4451 * p-valprint.c (pascal_val_print): Add 'val' argument.
4452 (pascal_object_print_value_fields): Likewise.
4453 (pascal_object_print_value): Likewise.
4454 (pascal_object_print_static_field): Update.
4455 * p-lang.h (pascal_val_print): Update.
4456 (pascal_object_print_value_fields): Update.
4457 * mt-tdep.c (mt_registers_info): Update.
4458 * mi/mi-main.c (get_register): Update.
4459 (mi_cmd_data_evaluate_expression): Use common_val_print.
4460 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
4461 (m2_print_unbounded_array): Likewise.
4462 (m2_val_print): Likewise.
4463 * m2-lang.h (m2_val_print): Update.
4464 * language.h (struct language_defn) <la_val_print>: Add 'val'
4465 argument.
4466 (LA_VAL_PRINT): Likewise.
4467 * language.c (unk_lang_val_print): Add 'val' argument.
4468 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
4469 (java_val_print): Likewise.
4470 * jv-lang.h (java_val_print): Add 'val' argument.
4471 * infcmd.c (default_print_registers_info): Update.
4472 * f-valprint.c (f77_print_array_1): Add 'val' argument.
4473 (f77_print_array): Likewise.
4474 (f_val_print): Likewise.
4475 * f-lang.h (f_val_print): Add 'val' argument.
4476 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4477 value_bitpos.
4478 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
4479 set_value_optimized_out.
4480 (write_pieced_value): Use value_bitsize and value_bitpos.
4481 <default>: Don't exit loop.
4482 (check_pieced_value_validity): New function.
4483 (pieced_value_funcs): Reference check_pieced_value_validity,
4484 check_pieced_value_invalid.
4485 (copy_pieced_value_closure): Update.
4486 (check_pieced_value_bits): New function.
4487 (check_pieced_value_invalid): New function.
4488 * d-valprint.c (dynamic_array_type): Add 'val' argument.
4489 (d_val_print): Likewise.
4490 * d-lang.h (d_val_print): Update.
4491 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4492 (cp_print_value_fields_rtti): Likewise.
4493 (cp_print_value): Likewise.
4494 (cp_print_static_field): Update.
4495 * c-valprint.c (c_val_print): Add 'val' argument.
4496 (c_value_print): Update.
4497 * c-lang.h (c_val_print): Update.
4498 (cp_print_value_fields): Likewise.
4499 (cp_print_value_fields_rtti): Likewise.
4500 * ada-valprint.c (struct ada_val_print_args): Remove.
4501 (val_print_packed_array_elements): Add 'val' argument.
4502 (ada_val_print): Likewise. Rewrite.
4503 (ada_val_print_stub): Remove.
4504 (ada_val_print_array): Add 'val' argument.
4505 (ada_val_print_1): Likewise.
4506 (print_variant_part): Likewise.
4507 (ada_value_print): Update.
4508 (print_record): Add 'val' argument.
4509 (print_field_values): Likewise.
4510 * ada-lang.h (ada_val_print): Update.
4511
4512 2010-06-11 Tom Tromey <tromey@redhat.com>
4513
4514 * vec.h (VEC_cleanup): New macro.
4515 (DEF_VEC_ALLOC_FUNC_I): Update.
4516 (DEF_VEC_ALLOC_FUNC_P): Likewise.
4517 (DEF_VEC_ALLOC_FUNC_O): Likewise.
4518 * dwarf2loc.c (struct axs_var_loc): Remove.
4519 (unimplemented): New function.
4520 (translate_register): Likewise.
4521 (access_memory): Likewise.
4522 (compile_dwarf_to_ax): Likewise.
4523 (dwarf2_tracepoint_var_loc): Remove.
4524 (dwarf2_tracepoint_var_access): Likewise.
4525 (dwarf2_tracepoint_var_ref): Likewise.
4526 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4527 (loclist_tracepoint_var_ref): Likewise.
4528 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4529 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4530 require_composition. No longer static.
4531 (execute_stack_op): Update.
4532 * ax-gdb.h (trace_kludge): Declare.
4533
4534 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4535
4536 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4537 (should_be_inserted): Return zero also on NULL OWNER.
4538 (breakpoint_program_space_exit): New OWNER comment.
4539 (insert_breakpoint_locations): Extend comment for OWNER.
4540 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4541 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4542 New OWNER comment.
4543 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4544 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4545 (bpstat_check_location): New assert on OWNER.
4546 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4547 and B initializations to the code block. New assert on them.
4548 (print_one_breakpoint_location): New OWNER comment.
4549 (watchpoint_locations_match): Assert on OWNER.
4550 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4551 initializations to the code block. New assert on OWNER.
4552 (set_breakpoint_location_function): New assert on OWNER.
4553 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4554 (bp_location_compare, update_global_location_list)
4555 (update_global_location_list): New OWNER comment.
4556
4557 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4558
4559 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4560
4561 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4562
4563 * config/nm-linux.h (struct target_ops): Remove forward declaration.
4564 (lin_thread_get_thread_signals): Remove prototype.
4565 (GET_THREAD_SIGNALS): Remove.
4566 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4567 * linux-thread-db.c (check_thread_signals): Directly call
4568 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4569
4570 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4571
4572 * gregset.h (GDB_FPXREGSET_T): Remove.
4573 (gdb_fpxregset_t): Likewise.
4574 (supply_fpxregset): Remove prototype.
4575 (fill_fpxregset): Likewise.
4576 * i386-linux-nat.c (supply_fpxregset): Remove.
4577 (fill_fpxregset): Likewise.
4578 (fetch_fpxregs): Inline supply_fpxregset call.
4579 (store_fpxregs): Inline fill_fpxregset call.
4580
4581 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4582 * config/i386/nm-linux.h: Remove file.
4583
4584 2010-06-09 Michael Snyder <msnyder@vmware.com>
4585
4586 * target.c (update_current_target): Fix spelling error in comment.
4587 (target_mourn_inferior): Fix spelling error in error message.
4588
4589 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
4590
4591 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4592 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4593
4594 2010-06-08 Michael Snyder <msnyder@vmware.com>
4595
4596 * remote.c (remote_close): Set inferior_ptid to null_ptid.
4597
4598 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4599
4600 * configure.ac <"${have_libpython}" != no>: New workaround of
4601 python#4434.
4602 * configure: Regenerate.
4603
4604 2010-06-08 Hui Zhu <teawater@gmail.com>
4605
4606 * record.c (record_wait): Move signal out of replay code.
4607
4608 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4609
4610 Fix PR 10640.
4611 * dwarf2-frame.c (no_dwarf_call): New function.
4612 (execute_stack_op): Set CTX->DWARF_CALL.
4613 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4614 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4615 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4616 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4617 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4618 (needs_frame_dwarf_call): New function.
4619 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4620 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4621 Update the comment. Move variables die, offset and error call to ...
4622 (follow_die_ref): ... a new function.
4623 (dwarf2_fetch_die_location_block): New function.
4624 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4625
4626 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4627
4628 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4629 (dwarf_expr_tls_address): Use per_cu instead of objfile.
4630 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4631 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
4632 this change.
4633 (struct needs_frame_baton): New field per_cu.
4634 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4635 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4636
4637 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4638
4639 * cp-support.c (make_symbol_overload_list_namespace): Only search
4640 static and global blocks.
4641 (make_symbol_overload_list_block): New function.
4642 (make_symbol_overload_list): Separate namespace search from block
4643 search.
4644 (make_symbol_overload_list_qualified): Use
4645 make_symbol_overload_list_block.
4646
4647 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4648
4649 * value.h: Created oload_search_type enum.
4650 (find_overload_match): Use oload_search_type enum.
4651 * valops.c (find_overload_match): Support combined member and
4652 non-member search.
4653 * eval.c (evaluate_subexp_standard): Calls to
4654 find_overload_match now use oload_search_type enum.
4655 (oload_method_static): Verify index is a proper value.
4656 * valarith.c (value_user_defined_cpp_op): Search for and handle
4657 both member and non-member operators.
4658 (value_user_defined_cpp_op): New function.
4659 (value_user_defined_op): New function.
4660 (value_x_unop): Use value_user_defined_op.
4661 (value_x_binop): Ditto.
4662 * cp-support.c (make_symbol_overload_list_using): Added block
4663 iteration.
4664 Add check for namespace aliases and imported declarations.
4665
4666 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4667
4668 * breakpoint.h (owner): Extend the comment.
4669
4670 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4671
4672 Clear stale specific bp_location from former whole breakpoint.
4673 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4674 code ...
4675 (free_bp_location): ... here. Rename there the called function to
4676 bpstat_remove_bp_location_callback.
4677 (bpstat_remove_breakpoint_callback): Rename to ...
4678 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4679 to struct bp_location. Change the called function to
4680 bpstat_remove_bp_location. Create new declaration for the function.
4681 (bpstat_remove_breakpoint): Rename to ...
4682 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4683 code for the new parameter type.
4684
4685 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
4686
4687 * README: Make version-agnostic.
4688
4689 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4690
4691 Fix duplicate types for single DIE.
4692 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4693 set_die_type.
4694 (read_array_type): Remove type initialization. Recheck get_die_type
4695 after initial die_type. Move set_die_type before set_descriptive_type.
4696 (read_set_type): New variable domain_type. Recheck get_die_type after
4697 initial die_type. Move attr initialization later.
4698 (read_tag_pointer_type, read_tag_reference_type): New variable
4699 target_type. Recheck get_die_type after initial die_type.
4700 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4701 die_type and die_containing_type.
4702 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4703 Recheck get_die_type after initial die_type.
4704 (read_subrange_type): Recheck get_die_type after initial die_type.
4705 Move set_die_type before set_descriptive_type.
4706 (set_die_type): Extend the function comment. Call complaint if DIE has
4707 some type already set.
4708
4709 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
4710
4711 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4712 for current naming of thread groups (iN, not N).
4713
4714 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4715
4716 * ada-lang.c (ada_operator_length): Constify `struct expression'.
4717 * parse.c (operator_length): Likewise.
4718 (operator_length_standard): Likewise.
4719 * parser-defs.h (operator_length): Likewise.
4720 (operator_length_standard): Likewise.
4721 (struct exp_descriptor <operator_length>): Likewise.
4722
4723 2010-06-04 Doug Evans <dje@google.com>
4724
4725 Add support for enabling/disabling individual pretty-printers.
4726 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4727 * python/python-internal.h (gdbpy_enabled_cst): Declare.
4728 * python/python.c (gdbpy_enabled_cst): Define.
4729 (_initialize_python): Initialize gdbpy_enabled_cst.
4730 * NEWS: Add entry.
4731
4732 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4733
4734 * breakpoint.c (update_global_location_list): Fix comment typo.
4735
4736 2010-06-04 Hui Zhu <teawater@gmail.com>
4737
4738 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4739
4740 2010-06-03 Doug Evans <dje@google.com>
4741
4742 * configure.ac: Don't fail if python is unusable when
4743 configured with --with-python=auto.
4744 * configure: Regenerate.
4745
4746 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
4747
4748 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4749
4750 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
4751
4752 * valprint.h (get_array_bounds): Change low and high parameter types
4753 to LONGEST *.
4754 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4755 compute bounds.
4756 (val_print_array_elements): Adapt to change above.
4757 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4758 * p-valprint.c (pascal_val_print): Likewise.
4759
4760 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4761
4762 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4763 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4764 .F08.
4765
4766 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4767
4768 Support DW_TAG_module as separate namespaces.
4769 * dwarf2read.c (typename_concat): New parameter physname.
4770 (read_module_type): New function and declaration.
4771 (scan_partial_symbols): Scan also DW_TAG_module children.
4772 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4773 to typename_concat backward compatible physname value 0.
4774 (partial_die_full_name, read_namespace_type): Pass to typename_concat
4775 backward compatible physname value 0.
4776 (add_partial_module, read_module): Remove FIXME comment.
4777 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4778 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4779 DIEs under DW_TAG_module.
4780 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4781 DW_AT_MIPS_linkage_name first, extend it for language_fortran
4782 && physname and return there instead of just setting NAME. Extend
4783 the main block for language_fortran. Pass physname parameter to the
4784 typename_concat call.
4785 (read_import_statement, read_func_scope, get_scope_pc_bounds)
4786 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4787 (new_symbol): Fill in cplus_specific.demangled_name if it is still
4788 missing from SYMBOL_SET_NAMES in the language_fortran case.
4789 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4790 variables.
4791 (read_type_die) <DW_TAG_module>: New.
4792 (MAX_SEP_LEN): Increase to 7.
4793 (typename_concat): New parameter physname. New variable lead. Support
4794 also language_fortran.
4795 * f-exp.y (yylex): Consider : also as a symbol name character class.
4796 * f-lang.c: Include cp-support.h.
4797 (f_word_break_characters, f_make_symbol_completion_list): New functions.
4798 (f_language_defn): Use cp_lookup_symbol_nonlocal,
4799 f_word_break_characters and f_make_symbol_completion_list.
4800 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4801 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4802 * symtab.c (symbol_init_language_specific): Support language_fortran.
4803 (symbol_find_demangled_name): New comment on language_fortran.
4804 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4805 for language_fortran.
4806 (lookup_symbol_aux_local): Check imports also for language_fortran.
4807 (default_make_symbol_completion_list): Rename to ...
4808 (default_make_symbol_completion_list_break_on): ... this name. New
4809 parameter break_on, use it.
4810 (default_make_symbol_completion_list): New stub.
4811 * symtab.h (default_make_symbol_completion_list_break_on): New
4812 prototype.
4813
4814 2010-06-02 Joel Brobecker <brobecker@adacore.com>
4815
4816 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4817 to error.
4818
4819 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4820
4821 * dwarf2read.c (typename_concat): Add const to the variable sep.
4822
4823 2010-06-02 Tom Tromey <tromey@redhat.com>
4824
4825 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4826 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
4827 type is const. Add 'def' argument. Add missing operators, remove
4828 unhandled ones.
4829 (decode_locdesc): Update.
4830 (dwarf2_always_disassemble): New global.
4831 (show_dwarf2_always_disassemble): New function.
4832 (_initialize_dwarf2_read): Add always-disassemble.
4833 (dwarf2_per_cu_offset_size): New function.
4834 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4835 (piece_end_p): New function.
4836 (locexpr_describe_location_piece): Replace 'size' argument with
4837 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
4838 some constants. Remove errors.
4839 (disassemble_dwarf_expression): New function.
4840 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4841 Add 'offset_size' argument.
4842 (loclist_describe_location): Change output formatting.
4843 * dwarf2expr.h (dwarf_stack_op_name): Declare.
4844
4845 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4846
4847 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4848 anonymous type case.
4849
4850 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
4851
4852 * dwarf2read.c (read_subrange_type): Handle missing base type
4853 according to Dwarf-2 specifications.
4854
4855 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
4856
4857 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4858 BINOP_EXCL.
4859 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4860 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4861 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4862 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4863 UNOP_CHMAX, UNOP_CHMIN.
4864 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4865 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4866 UNOP_CHMIN>: Remove opcodes.
4867
4868 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
4869
4870 * dwarf2read.c (read_func_scope): Do not complain for
4871 external function if bounds are not found.
4872
4873 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4874
4875 * NEWS: Mention gdbserver fast tracepoints support.
4876
4877 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
4878
4879 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4880 New macros.
4881 (windows_set_console_info): New function.
4882 (windows_create_inferior): Call windows_set_console_info
4883 if NEW_CONSOLE is true.
4884 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4885 (_initialize_loadable): Initialize GetConsoleFontSize and
4886 GetCurrentConsoleFont.
4887
4888 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4889
4890 * Makefile.in (RDYNAMIC): New.
4891 (SFILES): Add proc-service.list.
4892 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4893 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4894 * config/arm/linux.mh: Likewise.
4895 * config/i386/linux.mh: Likewise.
4896 * config/i386/linux64.mh: Likewise.
4897 * config/ia64/linux.mh: Likewise.
4898 * config/m32r/linux.mh: Likewise.
4899 * config/m68k/linux.mh: Likewise.
4900 * config/mips/linux.mh: Likewise.
4901 * config/pa/linux.mh: Likewise.
4902 * config/powerpc/linux.mh: Likewise.
4903 * config/powerpc/ppc64-linux.mh: Likewise.
4904 * config/s390/s390.mh: Likewise.
4905 * config/sparc/linux.mh: Likewise.
4906 * config/sparc/linux64.mh: Likewise.
4907 * config/xtensa/linux.mh: Likewise.
4908 * configure.ac: New RDYNAMIC on native host and GCC.
4909 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4910 * configure: Regenerate.
4911 * proc-service.list: New.
4912
4913 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4914
4915 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4916 CONTENT.
4917
4918 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4919
4920 * linux-nat.c (linux_nat_wait_1): Do not call
4921 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4922 TARGET_WAITKIND_SIGNALLED.
4923
4924 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4925
4926 * ada-lang.c (ada_inferior_data): New struct.
4927 (ada_inferior_data): New static global.
4928 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4929 (ada_get_tsd_type): New functions.
4930 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4931 to look the tsd type up.
4932 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4933 event. Set ada_inferior_data.
4934
4935 2010-05-27 Pedro Alves <pedro@codesourcery.com>
4936
4937 * remote.c (unpack_varlen_hex): Remove forward declaration.
4938 (remote_console_output): Make static, and add forward declaration.
4939 * remote.h: Drop FIXME comment.
4940 (unpack_varlen_hex): Declare.
4941 (remote_console_output, remote_cisco_objfile_relocate)
4942 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4943 Delete declarations.
4944 * tracepoint.c: Include "remote.h".
4945 (unpack_varlen_hex): Delete declaration.
4946
4947 2010-05-27 Tom Tromey <tromey@redhat.com>
4948
4949 * dwarf2loc.c (struct piece_closure) <refc>: New field.
4950 (allocate_piece_closure): Initialize refc.
4951 (copy_pieced_value_closure): Use refc.
4952 (free_pieced_value_closure): Likewise.
4953
4954 2010-05-27 Tom Tromey <tromey@redhat.com>
4955
4956 * arm-tdep.c (push_stack_item): 'contents' now const.
4957 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
4958 value_contents_writeable. Introduce new temporary.
4959
4960 2010-05-27 Tom Tromey <tromey@redhat.com>
4961
4962 * findcmd.c (parse_find_args): Use value_contents, not
4963 value_contents_raw.
4964
4965 2010-05-27 Tom Tromey <tromey@redhat.com>
4966
4967 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4968 const. Use value_contents, not value_contents_writeable.
4969
4970 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4971
4972 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4973 by call to value_contents.
4974
4975 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
4976
4977 * MAINTAINERS: Add myself for write after approval privileges.
4978
4979 2010-05-26 Doug Evans <dje@google.com>
4980
4981 Allow python to find its files if moved from original location.
4982 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4983 (GDB_AC_WITH_DIR): Call it.
4984 * configure.ac: Define WITH_PYTHON_PATH if we can find the
4985 python installation directory.
4986 * config.in: Regenerate.
4987 * configure: Regenerate.
4988 * defs.h (python_libdir): Declare.
4989 * main.c (python_libdir): Define.
4990 (captured_main): Initialize python_libdir.
4991 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
4992 call Py_SetProgramName to make sure python can find its libraries
4993 and modules.
4994
4995 * configure.ac: Try to use python's distutils to fetch compilation
4996 parameters.
4997 * configure: Regenerate.
4998 * python/python-config.py: New file.
4999
5000 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
5001
5002 * ser-tcp.c (net_open): Check error return from socket() call by its
5003 equality to -1 not by it being negative.
5004 (net_close): Likewise.
5005
5006 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5007
5008 * NEWS: Mention the `qRelocInsn' feature.
5009 * gdbarch.sh (relocate_instruction): New.
5010 * amd64-tdep.c (rip_relative_offset): New.
5011 (append_insns): New.
5012 (amd64_relocate_instruction): New.
5013 (amd64_init_abi): Install it.
5014 * i386-tdep.c (append_insns): New.
5015 (i386_relocate_instruction): New.
5016 (i386_gdbarch_init): Install it.
5017 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
5018 * gdbarch.h, gdbarch.c: Regenerate.
5019
5020 2010-05-26 Tom Tromey <tromey@redhat.com>
5021
5022 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
5023 (struct dwarf2_loclist_baton) <data>: Likewise.
5024 * dwarf2loc.c (find_location_expression): Constify return type.
5025 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
5026 (dwarf2_loc_desc_needs_frame): Likewise.
5027 (loclist_read_variable): Constify.
5028 (loclist_describe_location): Likewise.
5029 (loclist_tracepoint_var_ref): Likewise.
5030
5031 2010-05-25 Tom Tromey <tromey@redhat.com>
5032
5033 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
5034 (dwarf_expr_frame_base_1): Likewise.
5035 (read_pieced_value): Update.
5036 (needs_frame_frame_base): Constify.
5037 (dwarf2_tracepoint_var_loc): Likewise.
5038 (dwarf2_tracepoint_var_access): Likewise.
5039 (locexpr_describe_location_piece): Likewise.
5040 (locexpr_describe_location_1): Likewise.
5041 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
5042 Constify.
5043 (data): Now const.
5044 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
5045 (dwarf_expr_eval, read_uleb128, read_sleb128)
5046 (dwarf2_read_address): Update.
5047 * dwarf2expr.c (dwarf_expr_eval): Constify.
5048 (read_uleb128): Likewise.
5049 (read_sleb128): Likewise.
5050 (dwarf2_read_address): Likewise.
5051 (require_composition): Likewise.
5052 (execute_stack_op): Likewise.
5053 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
5054 "const gdb_byte *".
5055 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
5056 Now const.
5057 (no_get_frame_base): Constify.
5058 (execute_stack_op): Likewise.
5059 (execute_cfa_program): Likewise.
5060 (read_encoded_value): Likewise.
5061
5062 2010-05-25 Doug Evans <dje@google.com>
5063
5064 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
5065
5066 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
5067 * event-loop.c: ... here.
5068 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
5069 `error' for clarity.
5070 (tui_getc): Pass correct value for `error' parameter to
5071 tui_readline_output.
5072
5073 Add python gdb.GdbError and gdb.string_to_argv.
5074 * NEWS: Document them.
5075 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
5076 the exception is gdb.GdbError. Print a second traceback if there's
5077 an error computing the error message.
5078 (gdbpy_string_to_argv): New function.
5079 * python/py-utils.c (gdbpy_obj_to_string): New function.
5080 (gdbpy_exception_to_string): New function.
5081 * python/python-internal.h (gdbpy_string_to_argv): Declare.
5082 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
5083 (gdbpy_gdberror_exc): Declare.
5084 * python/python.c (gdbpy_gdberror_exc): New global.
5085 (_initialize_python): Initialize gdbpy_gdberror_exc and create
5086 gdb.GdbError.
5087 (GdbMethods): Add string_to_argv.
5088
5089 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5090
5091 * windows-nat.c (display_selector): Call GetLastError to give better
5092 failure explanation.
5093
5094 2010-05-24 Pedro Alves <pedro@codesourcery.com>
5095
5096 * config.in: Regenerate.
5097
5098 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5099
5100 Code cleanup.
5101 * target.c (push_target): Return only void. Remove the return value
5102 comment.
5103 * target.h (push_target): Return only void.
5104
5105 2010-05-23 Pedro Alves <pedro@codesourcery.com>
5106
5107 Update gnulib from latest git.
5108 (250b80067c1e1d8faa0c42fb572f721975b929c5)
5109
5110 * gnulib/memcmp.c: Removed.
5111 * gnulib/memchr.valgrind: New.
5112 * gnulib/stddef.in.h: New.
5113 * gnulib/Makefile.am: Updated.
5114 * gnulib/memchr.c: Updated.
5115 * gnulib/memmem.c: Updated.
5116 * gnulib/stdint.in.h: Updated.
5117 * gnulib/str-two-way.h: Updated.
5118 * gnulib/string.in.h: Updated.
5119 * gnulib/wchar.in.h: Updated.
5120
5121 * gnulib/extra/link-warning.h: Removed.
5122 * gnulib/extra/c++defs.h: New.
5123 * gnulib/extra/warn-on-use.h: New.
5124 * gnulib/extra/arg-nonnull.h: Updated.
5125
5126 * gnulib/m4/extensions.m4: Updated.
5127 * gnulib/m4/gnulib-cache.m4: Updated.
5128 * gnulib/m4/gnulib-common.m4: Updated.
5129 * gnulib/m4/gnulib-comp.m4: Updated.
5130 * gnulib/m4/gnulib-tool.m4: Updated.
5131 * gnulib/m4/include_next.m4: Updated.
5132 * gnulib/m4/longlong.m4: Updated.
5133 * gnulib/m4/memchr.m4: Updated.
5134 * gnulib/m4/memmem.m4: Updated.
5135 * gnulib/m4/stdint.m4: Updated.
5136 * gnulib/m4/string_h.m4: Updated.
5137 * gnulib/m4/memcmp.m4: Removed.
5138 * gnulib/m4/onceonly_2_57.m4: Removed.
5139 * gnulib/m4/00gnulib.m4: New.
5140 * gnulib/m4/mmap-anon.m4: New.
5141 * gnulib/m4/multiarch.m4: New.
5142 * gnulib/m4/onceonly.m4: New.
5143 * gnulib/m4/stddef_h.m4: New.
5144 * gnulib/m4/warn-on-use.m4: New.
5145 * gnulib/m4/wchar.m4: Removed.
5146 * gnulib/m4/wchar_h.m4: New.
5147 * gnulib/m4/wchar_t.m4: New.
5148 * gnulib/m4/wint_t.m4: New.
5149
5150 * aclocal.m4: Regenerate.
5151 * config.in: Likewise.
5152 * configure: Likewise.
5153 * gnulib/Makefile.in: Likewise.
5154
5155 2010-05-21 Tom Tromey <tromey@redhat.com>
5156
5157 * dwarf2loc.c (extract_bits_primitive): New function.
5158 (extract_bits): Likewise.
5159 (insert_bits): Likewise.
5160 (copy_bitwise): Likewise.
5161 (read_pieced_value): Do all operations in bits.
5162 (write_pieced_value): Likewise.
5163 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
5164 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
5165 Always use xrealloc to resize piece array.
5166 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
5167 <DW_OP_piece>: Update.
5168 <DW_OP_bit_piece>: New case.
5169
5170 2010-05-21 Tom Tromey <tromey@redhat.com>
5171
5172 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
5173 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
5174 * dwarf2expr.h (enum dwarf_value_location)
5175 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
5176 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
5177 (add_piece): Handle empty piece.
5178 (execute_stack_op) <DW_OP_piece>: Handle
5179 DWARF_VALUE_OPTIMIZED_OUT.
5180
5181 2010-05-21 Tom Tromey <tromey@redhat.com>
5182
5183 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
5184 evaluate_subexp, not evaluate_subexp_with_coercion.
5185
5186 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5187
5188 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
5189 attribute.
5190
5191 2010-05-21 Tom Tromey <tromey@redhat.com>
5192
5193 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
5194 offset.
5195 (write_pieced_value): Likewise.
5196
5197 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5198
5199 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
5200 and DW_TAG_volatile_type.
5201 (new_symbol): Likewise.
5202
5203 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
5204
5205 * p-valprint.c (pascal_val_print): Call get_array_bounds
5206 to obtain the number of elements in an array.
5207
5208 2010-05-19 Doug Evans <dje@google.com>
5209
5210 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
5211
5212 * python.c (source_python_script): Add comment.
5213 (source_python_script_for_objfile): Remove unnecessary call to
5214 gdbpy_print_stack.
5215
5216 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5217 Sergio Durigan Junior <sergiodj@redhat.com>
5218
5219 Code cleanup.
5220 * parse.c (exp_iterate): Use operator_length wrapper function.
5221
5222 2010-05-18 Michael Snyder <msnyder@vmware.com>
5223
5224 * ada-lang.c: White space.
5225 * ada-typeprint.c: White space.
5226 * ada-valprint.c: White space.
5227 * addrmap.c: White space.
5228 * auxv.c: White space.
5229 * ax-gdb.c: White space.
5230
5231 2010-05-18 Hui Zhu <teawater@gmail.com>
5232
5233 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
5234 for oldfp.
5235 (inferior_call_waitpid): Move make_cleanup out of check.
5236 Check the return of waitpid.
5237 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
5238
5239 2010-05-17 Michael Snyder <msnyder@vmware.com>
5240
5241 * tui/tui.c: White space.
5242 * tui/tui-data.c: White space.
5243 * tui/tui-disasm.c: White space.
5244 * tui/tui-file.c: White space.
5245 * tui/tui-interp.c: White space.
5246 * tui/tui-main.c: White space.
5247 * tui/tui-out.c: White space.
5248 * tui/tui-regs.c: White space.
5249 * tui/tui-source.c: White space.
5250 * tui/tui-stack.c: White space.
5251 * tui/tui-win.c: White space.
5252 * tui/tui-winsource.c: White space.
5253
5254 * procfs.c: White space.
5255
5256 * python/py-auto-load.c: White space.
5257 * python/py-block.c: White space.
5258 * python/py-breakpoint.c: White space.
5259 * python/py-cmd.c: White space.
5260 * python/py-function.c: White space.
5261 * python/py-lazy-string.c: White space.
5262 * python/py-objfile.c: White space.
5263 * python/py-param.c: White space.
5264 * python/py-prettyprint.c: White space.
5265 * python/py-progspace.c: White space.
5266 * python/py-symtab.c: White space.
5267 * python/python.c: White space.
5268 * python/py-type.c: White space.
5269 * python/py-utils.c: White space.
5270 * python/py-value.c: White space.
5271
5272 * mi/mi-cmd-break.c: White space.
5273 * mi/mi-cmd-env.c: White space.
5274 * mi/mi-cmds.c: White space.
5275 * mi/mi-cmd-stack.c: White space.
5276 * mi/mi-cmd-var.c: White space.
5277 * mi/mi-console.c: White space.
5278 * mi/mi-getopt.c: White space.
5279 * mi/mi-interp.c: White space.
5280 * mi/mi-main.c: White space.
5281 * mi/mi-out.c: White space.
5282 * mi/mi-parse.c: White space.
5283
5284 * cli/cli-cmds.c: White space.
5285 * cli/cli-decode.c: White space.
5286 * cli/cli-dump.c: White space.
5287 * cli/cli-interp.c: White space.
5288 * cli/cli-logging.c: White space.
5289 * cli/cli-script.c: White space.
5290 * cli/cli-setshow.c: White space.
5291
5292 * valarith.c: White space.
5293 * valops.c: White space.
5294 * valprint.c: White space.
5295 * value.c: White space.
5296 * varobj.c: White space.
5297 * xcoffread.c: White space.
5298 * xml-support.c: White space.
5299 * xml-tdesc.c: White space.
5300
5301 2010-05-17 Andreas Schwab <schwab@redhat.com>
5302
5303 PR gdb/11092
5304 * c-lang.c (c_printstr): Compute real length of NUL terminated
5305 string at first.
5306
5307 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5308
5309 * parse.c (parse_exp_in_context): When block is not NULL, use
5310 its associated language to parse the expression instead of
5311 the current_language.
5312
5313 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5314
5315 * jv-lang.c (java_lookup_class): Remove commented out code.
5316 (type_from_class): Likewise.
5317 (java_op_print_tab): Remove commented-out elements.
5318
5319 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5320
5321 * ada-lang.c (to_fixed_range_type): The the raw index type as
5322 argument instead of the raw type name. Remove orig_type parameter.
5323 Update calls throughout.
5324 (ada_fixup_array_indexes_type): New function.
5325 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
5326 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
5327 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
5328 Remove name parameter.
5329 (print_array_type): Add call to ada_fixup_array_indexes_type.
5330 Update calls to print_range_type.
5331 (ada_print_type): Update calls to print_range_type.
5332
5333 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5334
5335 * dwarf2read.c (read_set_type): Set type length if
5336 DW_AT_byte_size attribute is present.
5337
5338 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5339
5340 * p-valprint.c (pascal_val_print): Handle set type if range limits
5341 are undefined but size is known.
5342
5343 2010-05-17 Pedro Alves <pedro@codesourcery.com>
5344
5345 * procfs.c: Reformat.
5346
5347 2010-05-16 Michael Snyder <msnyder@vmware.com>
5348
5349 * target.c: White space.
5350 * target-descriptions.c: White space.
5351 * target-memory.c: White space.
5352 * thread.c: White space.
5353 * top.c: White space.
5354 * tracepoint.c: White space.
5355 * trad-frame.c: White space.
5356 * tramp-frame.c: White space.
5357 * ui-file.c: White space.
5358 * ui-out.c: White space.
5359 * user-regs.c: White space.
5360 * utils.c: White space.
5361
5362 * scm-exp.c: White space.
5363 * scm-lang.c: White space.
5364 * scm-valprint.c: White space.
5365 * sentinel-frame.c: White space.
5366 * ser-base.c: White space.
5367 * ser-go32.c: White space.
5368 * serial.c: White space.
5369 * ser-mingw.c: White space.
5370 * ser-pipe.c: White space.
5371 * ser-tcp.c: White space.
5372 * ser-unix.c: White space.
5373 * solib.c: White space.
5374 * solib-darwin.c: White space.
5375 * solib-frv.c: White space.
5376 * solib-irix.c: White space.
5377 * solib-osf.c: White space.
5378 * solib-pa64.c: White space.
5379 * solib-som.c: White space.
5380 * solib-spu.c: White space.
5381 * solib-svr4.c: White space.
5382 * solib-target.c: White space.
5383 * source.c: White space.
5384 * stabsread.c: White space.
5385 * stack.c: White space.
5386 * std-regs.c: White space.
5387 * symfile.c: White space.
5388 * symmisc.c: White space.
5389 * symtab.c: White space.
5390
5391 2010-05-16 Michael Snyder <msnyder@vmware.com>
5392
5393 * source.c (_initialize_source): Add "rev" as an abbreviation
5394 for the "reverse-search" command.
5395
5396 2010-05-16 Michael Snyder <msnyder@vmware.com>
5397
5398 * record.c: White space.
5399 * regcache.c: White space.
5400 * reggroups.c: White space.
5401 * remote-fileio.c: White space.
5402 * remote-m32r-sdi.c: White space.
5403 * remote-mips.c: White space.
5404 * remote-sim.c: White space.
5405 * remote.c: White space.
5406 (process_g_packet): Remove orphan braces.
5407
5408 2010-05-15 Michael Snyder <msnyder@vmware.com>
5409
5410 * parse.c: White space.
5411 * p-lang.c: White space.
5412 * posix-hdep.c: White space.
5413 * printcmd.c: White space.
5414 * progspace.c: White space.
5415 * prologue-value.c: White space.
5416 * psymtab.c: White space.
5417 * p-typeprint.c: White space.
5418 * p-valprint.c: White space.
5419
5420 * objc-lang.c: White space.
5421 * objfiles.c: White space.
5422 * observer.c: White space.
5423 * osabi.c: White space.
5424 * osdata.c: White space.
5425
5426 * m2-lang.c: White space.
5427 * m2-valprint.c: White space.
5428 * macrocmd.c: White space.
5429 * macroexp.c: White space.
5430 * macroscope.c: White space.
5431 * macrotab.c: White space.
5432 * main.c: White space.
5433 * maint.c: White space.
5434 * mdebugread.c: White space.
5435 * memattr.c: White space.
5436 * minsyms.c: White space.
5437 * monitor.c: White space.
5438
5439 2010-05-14 Michael Snyder <msnyder@vmware.com>
5440
5441 * jv-lang.c: White space.
5442 * jv-typeprint.c: White space.
5443 * jv-valprint.c: White space.
5444 * language.c: White space.
5445 * libunwind-frame.c: White space.
5446 * linespec.c: White space.
5447 * linux-nat.c: White space.
5448 * linux-record.c: White space.
5449 * linux-thread-db.c: White space.
5450
5451 * infcall.c: White space.
5452 * inf-child.c: White space.
5453 * infcmd.c: White space.
5454 * inferior.c: White space.
5455 * inf-loop.c: White space.
5456 * inflow.c: White space.
5457 * inline-frame.c: White space.
5458 * interps.c: White space.
5459
5460 * gcore.c: White space.
5461 * gdb.c: White space.
5462 * gdbtypes.c: White space.
5463 * gnu-nat.c: White space.
5464 * gnu-v2-abi.c: White space.
5465 * gnu-v3-abi.c: White space.
5466
5467 * findcmd.c: White space.
5468 * findvar.c: White space.
5469 * fork-child.c: White space.
5470 * frame-base.c: White space.
5471 * frame.c: White space.
5472 * frame-unwind.c: White space.
5473 * f-valprint.c: White space.
5474
5475 * elfread.c: White space.
5476 * environ.c: White space.
5477 * eval.c: White space.
5478 * event-loop.c: White space.
5479 * event-top.c: White space.
5480 * exceptions.c: White space.
5481 * exec.c: White space.
5482 * expprint.c: White space.
5483
5484 * dbxread.c: White space.
5485 * dcache.c: White space.
5486 * disasm.c: White space.
5487 * doublest.c: White space.
5488 * dsrec.c: White space.
5489 * dummy-frame.c: White space.
5490 * dwarf2expr.c: White space.
5491 * dwarf2-frame.c: White space.
5492 * dwarf2loc.c: White space.
5493 * dwarf2read.c: White space.
5494
5495 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
5496
5497 PR python/11482
5498
5499 * python/py-value.c (valpy_hash): New function.
5500 (value_object_type): Register valpy_hash.
5501
5502 2010-05-14 Hui Zhu <teawater@gmail.com>
5503 Michael Snyder <msnyder@vmware.com>
5504
5505 * linux-fork.c (gdbthread.h): New include.
5506 (fork_info): Add parent_ptid.
5507 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5508 functions.
5509 (delete_checkpoint_command): Call inferior_call_waitpid.
5510 (checkpoint_command): Set parent_ptid.
5511
5512 2010-05-13 Michael Snyder <msnyder@vmware.com>
5513
5514 * dictionary.c: Re-indent to GNU coding standard.
5515
5516 * charset.c: White space.
5517 * c-lang.c: White space.
5518 * cli-out.c: White space.
5519 * coffread.c: White space.
5520 * complaints.c: White space.
5521 * completer.c: White space.
5522 * corefile.c: White space.
5523 * corelow.c: White space.
5524 * cp-abi.c: White space.
5525 * cp-namespace.c: White space.
5526 * cp-support.c: White space.
5527 * cp-valprint.c: White space.
5528 * c-typeprint.c: White space.
5529 * c-valprint.c: White space.
5530 * blockframe.c: White space.
5531 * breakpoint.c: White space.
5532 * buildsym.c: White space.
5533 * blockframe.c: White space.
5534 * bcache.c: White space.
5535 * gdbarch.sh: White space, add blank lines.
5536 * arch-utils.c: Ditto.
5537 * gdbarch.c: Regenerate.
5538 * frame.c: White space, add blank lines.
5539 * stack.c: White space, add blank lines.
5540 (initialize_stack): Remove long-dead code.
5541
5542 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5543
5544 Code cleanup.
5545 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5546 (locexpr_read_variable, loclist_read_variable): Update the callers.
5547
5548 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5549
5550 Code cleanup.
5551 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5552 Remove check of NULL returned by tag_type_to_type.
5553 (die_containing_type): Remove variable type. Remove type_die variable
5554 initialization. Remove check of NULL returned by tag_type_to_type.
5555
5556 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5557
5558 PR exp/11530.
5559 * gdbtypes.c (lookup_struct_elt_type): Also lookup
5560 names of unnamed structures or unions.
5561
5562 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5563
5564 * procfs.c (proc_watchpoint_address): New function.
5565 (procfs_stopped_by_watchpoint): Remove useless check after
5566 find_procinfo_or_die call.
5567 (procfs_stopped_data_address): New function.
5568 (procfs_use_watchpoints): Register new watchpoint related function.
5569
5570 2010-05-11 Tom Tromey <tromey@redhat.com>
5571
5572 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5573
5574 2010-05-10 Michael Snyder <msnyder@vmware.com>
5575
5576 * utils.c: White space cleanup.
5577
5578 2010-05-10 Tom Tromey <tromey@redhat.com>
5579
5580 * eval.c (ptrmath_type_p): Add 'lang' argument.
5581 (evaluate_subexp_standard): Update.
5582 (evaluate_subexp_with_coercion): Update.
5583 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5584
5585 2010-05-10 Michael Snyder <msnyder@vmware.com>
5586
5587 * utils.c (do_fclose_cleanup) Restore local variable.
5588
5589 2010-05-09 Doug Evans <dje@google.com>
5590
5591 * record.c (init_record_core_ops): Rename record_core to record-core.
5592
5593 2010-05-08 Joel Brobecker <brobecker@adacore.com>
5594
5595 Implement task switching on pa-hpux.
5596 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5597 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5598
5599 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5600
5601 * valops.c (find_overload_match): Add missing i18n markup.
5602
5603 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5604
5605 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5606
5607 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5608
5609 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5610 list for the obconcat call.
5611 * mdebugread.c (parse_symbol): Likewise.
5612 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5613 Likewise.
5614 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5615 New variable ap. Remove variables len and val.
5616 * symfile.h (obconcat): Likewise for the prototype.
5617
5618 2010-05-07 Michael Snyder <msnyder@vmware.com>
5619
5620 * python/python.c (execute_gdb_command): Remove unused variables.
5621 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5622 * python/py-breakpoint.c (gdbpy_breakpoint_created):
5623 Remove unused variable.
5624 * python/py-cmd.c (cmdpy_function): Remove unused variable.
5625 (cmdpy_completer): Remove unused variable.
5626 * python/py-frame.c (frapy_find_sal): Remove unused variable.
5627 * python/py-function.c (fnpy_call): Remove unused variable.
5628 * python/py-objfile.c (objfile_to_objfile_object):
5629 Remove unused variable.
5630 * python/py-param.c (parmpy_init): Remove unused variable.
5631 * python/py-prettyprint.c (apply_varobj_pretty_printer):
5632 Remove unused variable.
5633 (gdbpy_default_visualizer): Remove unused variable.
5634 * python/py-progspace.c (pspace_to_pspace_object):
5635 Remove unused variable.
5636 * python/py-symtab.c (symtab_and_line_to_sal_object):
5637 Remove unused variable.
5638 * python/py-type.c (typy_template_argument):
5639 Remove unused variable.
5640 * python/py-value.c (valpy_string): Remove unused variable.
5641 (convert_value_from_python): Remove unused variables.
5642
5643 2010-05-07 Michael Snyder <msnyder@vmware.com>
5644
5645 * valops.c (value_cast_pointers): Restore unused variable 'type1',
5646 and use it to compute variable 't1'.
5647
5648 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5649
5650 * ada-lang.c (assign_aggregate): Remove unused variable.
5651
5652 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5653
5654 PR C++/7943:
5655 * valops.c (find_overload_match): Handle fsym == NULL case.
5656 Add int no_adl argument.
5657 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5658 when appropriate.
5659 Add int no_adl argument.
5660 (find_oload_champ_namespace): Add int no_adl argument.
5661 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5662 expression.
5663 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5664 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5665 Evaluate arguments and use them to perform ADL lookup.
5666 Pass no_adl argument to find_overload_match.
5667 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5668 * cp-support.h: Added prototype for
5669 make_symbol_overload_list_namespace.
5670 * cp-support.c (make_symbol_overload_list_namespace): New function.
5671 (make_symbol_overload_list_adl_namespace): New function.
5672 (make_symbol_overload_list_adl): New function.
5673 (make_symbol_overload_list_using): Moved code to add function to
5674 overload set to make_symbol_overload_list_namespace.
5675 * c-exp.y: create UNKNOWN_CPP_NAME token.
5676 Add parse rule for ADL functions.
5677 (classify_name): Recognize an UNKNOWN_CPP_NAME.
5678
5679 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5680
5681 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5682 sentinel.
5683
5684 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5685
5686 Implement task switching on solaris targets.
5687 * sol-thread.c (thread_db_find_thread_from_tid)
5688 (sol_get_ada_task_ptid): New functions.
5689 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5690
5691 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5692
5693 * remote.c (remote_query_supported_append): Use reconcat.
5694 (remote_query_supported): Install a cleanup. Use reconcat.
5695
5696 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5697
5698 * gdbarch.sh (qsupported): Delete.
5699 * gdbarch.h, gdbarch.c: Regenerate.
5700 * remote.c (remote_query_supported): Remove use of
5701 gdbarch_qsupported.
5702
5703 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
5704
5705 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5706 function.
5707
5708 2010-05-06 Michael Snyder <msnyder@vmware.com>
5709
5710 * xml-support.c (xinclude_start_include): Delete unused variable.
5711 (xml_process_xincludes): Delete unused variable.
5712 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5713 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5714 (tdesc_find_arch_register): Delete unused variable.
5715 (tdesc_use_registers): Delete unused variable.
5716 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5717 * inferior.c (print_inferior): Delete unused variable.
5718 * record.c (record_open_1): Delete unused variable.
5719 (record_restore): Delete unused variable.
5720 (cmd_record_save): Delete unused variable.
5721 * gcore.c (derive_heap_segment): Delete unused variable.
5722 (objfile_find_memory_regions): Use unused variable.
5723 * jit.c (jit_inferior_init): Delete unused variable.
5724 * progspace.c (clone_program_space): Delete unused variable.
5725 (pspace_empty_p): Delete unused variable.
5726
5727 * frame-unwind.c (frame_unwind_find_by_frame):
5728 Delete unused variable.
5729 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5730 * cp-support.c (mangled_name_to_comp): Delete unused variable.
5731 (method_name_from_physname): Delete unused variable.
5732 (cp_func_name): Delete unused variable.
5733 (cp_validate_operator): Delete unused variable.
5734 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5735 Delete unused variable.
5736 * trad-frame.c (trad_frame_get_prev_register):
5737 Delete unused variable.
5738 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5739
5740 * serial.c (serial_for_fd): Delete unused variable.
5741 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5742 * top.c (execute_command): Delete unused variable.
5743 (init_main): Delete unused variable.
5744 * utils.c (do_fclose_cleanup): Delete unused variable.
5745 (do_all_inferior_continuations): Delete unused variable.
5746 (initialize_utils): Delete unused variable.
5747 (internal_problem_mode): Delete unused global.
5748 * frame.c (get_prev_frame): Delete unused global.
5749 (get_frame_locals_address): Delete unused global.
5750 (get_frame_args_address): Delete unused global.
5751
5752 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5753 (pascal_type_print_varspec_prefix): Delete unused variable.
5754 * f-typeprint.c (f_type_print_base): Delete unused variable.
5755 (f_type_print_varspec_suffix): Delete unused variable.
5756 * m2-typeprint.c (m2_print_type): Delete unused variable.
5757 (m2_long_set): Delete unused variable.
5758 * ada-valprint.c (ada_val_print_1): Delete unused variable.
5759 * d-valprint.c (dynamic_array_type): Delete unused variable.
5760 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5761 Delete unused variable.
5762 (f77_create_arrayprint_offset_tbl): Delete unused variable.
5763 * m2-valprint.c (m2_val_print): Delete unused variable.
5764
5765 * ui-out.c (ui_out_field_int): Delete unused variable.
5766 (ui_out_field_fmt_int): Delete unused variable.
5767 * varobj.c (varobj_list_children): Delete unused variable.
5768 (varobj_set_value): Delete unused variable.
5769 (install_new_value_visualizer): Delete unused variable.
5770 (varobj_set_visualizer): Delete unused variable.
5771 (varobj_update): Delete unused variable.
5772 (varobj_editable_p): Delete unused variable.
5773 (c_value_of_root): Delete unused variable.
5774 (cplus_describe_child): Delete unused variable.
5775
5776 * ada-lang.c (add_defn_to_vec): Delete unused variable.
5777 (decode_constrained_packed_array_type): Delete unused variable.
5778 (add_defn_to_vec): Delete unused variable.
5779 (symbol_completion_match): Delete unused variable.
5780 (value_tag_from_contents_and_address): Delete unused variable.
5781 (ada_evaluate_subexp): Delete unused variable.
5782 * c-lang.c (classify_type): Delete unused variable.
5783 * f-lang.c (f_printstr): Delete unused variable.
5784 * objc-lang.c (objc_printstr): Delete unused variable.
5785 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5786 * jv-lang.c (type_from_class): ifdef unused variable.
5787 (java_class_name_from_physname): Delete unused variable.
5788 * m2-lang.c (m2_printstr): Delete unused variable.
5789
5790 * objfiles.c (objfile_relocate): Delete unused variable.
5791 * maint.c (_initialize_maint_cmds): Delete unused variable.
5792 * demangle.c (_initialize_demangler): Delete unused variable.
5793 * corefile.c (reopen_exec_file): Delete unused variable.
5794 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5795 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5796
5797 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5798 * memattr.c (mem_delete): Delete unused variable.
5799 (invalidate_target_mem_regions): Delete unused variable.
5800 * mem-break.c (default_memory_insert_breakpoint):
5801 Delete unused variable.
5802 * target.c (target_get_osdata): Delete unused variable.
5803 * parse.c (length_of_subexp): Delete unused variable.
5804 (prefixify_subexp): Delete unused variable.
5805 (exp_iterate): Delete unused variable.
5806 * reverse.c (delete_bookmark_command): Delete unused variable.
5807
5808 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5809 * macroexp.c (gather_arguments): Delete unused variable.
5810 (substitute_args): Delete unused variable.
5811 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5812 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5813 (_initialize_gdbarch): Delete unused variable.
5814 * gdbarch.c, gdbarch.h: Regenerate.
5815 * arch-utils.c (initialize_current_architecture):
5816 Delete unused variable.
5817 (_initialize_gdbarch_utils): Delete unused variable.
5818 * gdbtypes.c (make_cv_type): Delete unused variable.
5819 (make_type_with_address_space): Delete unused variable.
5820
5821 * linespec.c (decode_compound): Delete unused variable.
5822 * dictionary.c (iterator_next_hashed): Delete unused variable.
5823 * infcall.c (call_function_by_hand): Delete unused variable.
5824 * infcmd.c (step_1): Delete unused variable.
5825 (registers_info): Delete unused variable.
5826 (attach_command): Delete unused variable.
5827 * infrun.c (follow_exec): Delete unused variable.
5828 (handle_step_into_function_backwards): Delete unused variable.
5829 (_initialize_infrun): Delete unused variable.
5830 * stack.c (parse_frame_specification_1): Delete unused variable.
5831 (frame_info): Delete unused variable.
5832 (backtrace_command_1): Delete unused variable.
5833 (catch_info): Delete unused variable.
5834
5835 * eval.c (evaluate_subexp_standard): Delete unused variable.
5836 * valops.c (value_cast_pointers): Delete unused variable.
5837 (value_dynamic_cast): Delete unused variable.
5838 (value_array): Delete unused variable.
5839 (find_overload_match): Delete unused variable.
5840 * valarith.c (value_subscript): Delete unused variable.
5841 (value_binop): Delete unused variable.
5842 * valprint.c (_initialize_valprint): Delete unused variable.
5843 * printcmd.c (print_command_1): Delete unused variable.
5844 (address_info): Delete unused variable.
5845 (printf_command): Delete unused variable.
5846
5847 * auxv.c (target_auxv_search): Delete unused variable.
5848 * blockframe.c (get_frame_block): Delete unused variable.
5849 * regcache.c (regcache_cpy): Delete unused variable.
5850 (regcache_cpy_no_passthrough): Delete unused variable.
5851 * charset.c (wchar_iterate): Delete unused variable.
5852 (find_charset_names): Delete unused variable.
5853 (_initialize_charset): Delete unused variable.
5854 * disasm.c (do_mixed_source_and_assembly):
5855 Delete unused variable.
5856 * source.c (set_default_source_symtab_and_line):
5857 Delete unused variable.
5858 (set_substitute_path_command): Delete unused variable.
5859 * value.c (preserve_values): Delete unused variable.
5860 (value_from_double): Delete unused variable.
5861
5862 2010-05-05 Michael Snyder <msnyder@vmware.com>
5863
5864 * psymtab.c (lookup_partial_symbol): Delete unused variable.
5865 (find_last_source_symtab_from_partial): Delete unused variable.
5866 * symfile.c (place_section): Delete unused variable.
5867 (default_symfile_offsets): Delete unused variable.
5868 (get_debug_link_info): Delete unused variable.
5869 (find_separate_debug_file_by_debuglink): Delete unused variable.
5870 (add_symbol_file_command): Delete unused variable.
5871 (symfile_find_segment_sections): Delete unused variable.
5872 * symmisc.c (free_symtab): Delete unused variable.
5873 (dump_symtab_1): Delete unused variable.
5874 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5875 (find_pc_sect_symtab): Delete unused variable.
5876 (skip_prologue_using_lineinfo): Delete unused variable.
5877 (sources_info): Delete unused variable.
5878 (completion_list_add_name): Delete unused variable.
5879 (expand_line_sal): Delete unused variable.
5880
5881 * breakpoint.c (validate_commands_for_breakpoint):
5882 Delete unused variables.
5883 (insert_catchpoint): Delete unused variable.
5884 (update_watchpoint): Delete unused variable.
5885 (insert_bp_location): Delete unused variable.
5886 (insert_breakpoint_locations): Delete unused variable.
5887 (remove_breakpoint_1): Delete unused variable.
5888 (software_breakpoint_inserted_here_p): Delete unused variable.
5889 (watchpoints_triggered): Delete unused variable.
5890 (bpstat_check_watchpoint): Delete unused variable.
5891 (bpstat_stop_status): Delete unused variable.
5892 (print_one_breakpoint_location): Delete unused variable.
5893 (allocate_bp_location): Delete unused variable.
5894 (create_breakpoint): Delete unused variable.
5895 (watch_command_1): Delete unused variable.
5896 (catch_exception_command_1): Delete unused variable.
5897 (catch_ada_exception_command): Delete unused variable.
5898 (delete_breakpoint): Delete unused variable.
5899 (breakpoint_re_set_one): Delete unused variable.
5900 (do_enable_breakpoint): Delete unused variable.
5901
5902 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5903
5904 * amd64-tdep.c: Include disasm.h.
5905 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5906 (amd64_insn_length): Moved to disasm.c and renamed.
5907 (fixup_riprel): Adjust.
5908 * disasm.c (do_ui_file_delete): New.
5909 (gdb_insn_length): New.
5910 (gdb_buffered_insn_length_fprintf)
5911 (gdb_buffered_insn_length_init_dis)
5912 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5913 renamed.
5914 * disasm.h (gdb_insn_length): Declare.
5915 (gdb_buffered_insn_length): Declare.
5916
5917 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5918
5919 * remote.c (clear_threads_parsing_context): New.
5920 (remote_threads_info): Delete unused null_cleanup. Install a
5921 cleanup to clear the threads_parsing_context in case parsing
5922 throws.
5923
5924 2010-05-05 Michael Snyder <msnyder@vmware.com>
5925
5926 * c-exp.y (parse_string_or_char): Delete unused variable.
5927 (c_lex): Delete unused variable.
5928 * cp-name-parser.y (cpname_lex): Delete unused variable.
5929 * ada-exp.y (find_primitive_type): Delete unused variable.
5930 (write_var_or_type): Delete unused variable.
5931 * jv-exp.y (java_parse): Delete unused variable.
5932 (push_expression_name): Delete unused variable.
5933 * p-exp.y (pascal_lex): Delete unused variable.
5934
5935 2010-05-05 Pedro Alves <pedro@codesourcery.com>
5936
5937 * remote.c (remote_threads_info): Really revert previous previous
5938 change.
5939
5940 2010-05-05 Michael Snyder <msnyder@vmware.com>
5941
5942 * elfread.c (elf_symtab_read): Delete unused variable.
5943 (find_separate_debug_file_by_buildid): Delete unused variables.
5944 (elf_symfile_read): Delete unused variable.
5945
5946 * coffread.c (coff_symfile_read): Delete unused variables.
5947
5948 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5949 (read_pe_exported_syms): Delete unused variable.
5950
5951 * stabsread.c (define_symbol): Delete unused variable.
5952
5953 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5954 (process_psymtab_comp_unit): Delete unused variable.
5955 (dwarf2_build_psymtabs_hard): Delete unused variable.
5956 (load_partial_comp_unit): Delete unused variable.
5957 (create_all_comp_units): Delete unused variable.
5958 (scan_partial_symbols): Delete unused variable.
5959 (add_partial_symbol): Delete unused variable.
5960 (add_partial_namespace): Delete unused variable.
5961 (add_partial_enumeration): Delete unused variable.
5962 (load_full_comp_unit): Delete unused variable.
5963 (process_full_comp_unit): Delete unused variable.
5964 (read_file_scope): Delete unused variable.
5965 (read_type_unit_scope): Delete unused variable.
5966 (process_structure_scope): Delete unused variable.
5967 (process_enumeration_scope): Delete unused variable.
5968 (read_tag_ptr_to_member_type): Delete unused variable.
5969 (read_typedef): Delete unused variable.
5970 (read_partial_die): Delete unused variable.
5971 (decode_locdesc): Delete unused variable.
5972 (zeroed_partial_die): Delete unused global variable.
5973
5974 * tui/tui-interp.c (_initialize_tui_interp):
5975 Delete unused variable.
5976 * tui/tui-regs.c tui_display_registers_from):
5977 Delete unused variable.
5978 (tui_check_register_values): Delete unused variable.
5979 (tui_register_format): Delete unused variable.
5980 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
5981 * tui/tui-windata.c (tui_display_data_from_line):
5982 Delete unused variables.
5983 (tui_vertical_data_scroll): Delete unused variables.
5984
5985 2010-05-05 Michael Snyder <msnyder@vmware.com>
5986
5987 * remote.c (remote_threads_info): Revert questionable part of
5988 the previous change.
5989
5990 2010-05-05 Michael Snyder <msnyder@vmware.com>
5991
5992 * mi/mi-out.c (mi_table_begin): Delete unused variable.
5993 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
5994 (mi_cmd_var_list_children): Delete unused variable.
5995 (varobj_update_one): Delete unused variable.
5996 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
5997 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
5998 Delete unused variable.
5999 (mi_cmd_stack_list_variables): Delete unused variable.
6000 (list_args_or_locals): Delete unused variable.
6001 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
6002 Delete unused variables.
6003 (mi_cmd_file_list_exec_source_files): Delete unused variable.
6004 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
6005 Delete unused variable.
6006 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
6007 (mi_cmd_interpreter_exec): Delete unused variable.
6008 (mi_on_normal_stop): Delete unused variable.
6009 * mi/mi-main.c (run_one_inferior): Delete unused variable.
6010 (print_one_inferior): Delete unused variables.
6011 (mi_execute_command): Delete unused variable.
6012 (mi_cmd_execute): Delete unused variable.
6013 (timestamp): Delete unused variable.
6014
6015 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
6016 (restore_binary_file): Delete unused variable.
6017 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
6018 * cli/cli-script.c (define_command): Delete unused variables.
6019 (recurse_read_control_structure): Delete unused variable.
6020 (script_from_file): Delete unused variable.
6021 * cli/cli-cmds.c (complete_command): Delete unused variable.
6022 (disassemble_command): Delete unused variable.
6023
6024 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
6025 * tracepoint.c (delete_trace_variable_command):
6026 Delete unused variables.
6027 (encode_actions_1): Delete unused variables.
6028 (start_tracing): Delete unused variable.
6029 (trace_status_mi): Delete unused variable.
6030 (tfind_1): Delete unused variable.
6031 (trace_find_pc_command): Delete unused variable.
6032 (trace_find_line_command): Delete unused variables.
6033 (trace_find_range_command): Delete unused variables.
6034 (trace_find_outside_command): Delete unused variables.
6035 (parse_tracepoint_definition): Delete unused variables.
6036 (tfile_fetch_registers): Delete unused variable.
6037
6038 * dcache.c (dcache_init): Delete unused variable.
6039 (dcache_info): Delete unused variable.
6040
6041 * remote.c (remote_threads_info): Delete unused variable.
6042 (process_stop_reply) :Delete unused variable.
6043 (remote_get_trace_status): Delete unused variables.
6044
6045 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
6046 (thread_from_lwp): Delete unused variable.
6047 (enable_thread_event_reporting): Delete unused variable.
6048 (check_for_thread_db): Delete unused variables.
6049 (thread_db_find_new_threads_2): Delete unused variable.
6050
6051 * linux-fork.c (info_checkpoints_command): Delete unused variables.
6052 (checkpoint_command): Delete unused variable.
6053 (linux_fork_context): Delete unused variables.
6054
6055 * linux-nat.c (linux_parent_pid): Delete unused global variable.
6056 (linux_tracefork_child): Delete unused variable.
6057 (linux_child_follow_fork): Delete unused variable.
6058 (linux_nat_detach): Delete unused variable.
6059 (linux_handle_extended_wait): Delete unused variable.
6060 (linux_nat_has_pending_sigint): Delete unused variable.
6061 (linux_nat_find_memory_regions): Delete unused variable.
6062 (linux_nat_make_corefile_notes): Delete unused variables.
6063 (linux_nat_info_proc_cmd): Delete unused variable.
6064 (linux_proc_pending_signals): Delete unused variable.
6065 (linux_nat_stop_lwp): Delete unused variables.
6066 (_initialize_linux_nat): Delete unused variable.
6067
6068 * ser-pipe.c (pipe_ops): Delete unused global variable.
6069
6070 * linux-record.c (record_linux_system_call):
6071 Delete unused variables.
6072
6073 * corelow.c (core_xfer_partial): Delete unused variables.
6074
6075 * solib-svr4.c (find_program_interpreter): Delete unused variable.
6076 (svr4_solib_create_inferior_hook): Add ifdef around
6077 conditionally-used variable declarations.
6078
6079 * solib.c (solib_find): Delete unused variable.
6080 (free_so_symbols): Delete unused variable.
6081 (info_sharedlibrary_command): Delete unused variable.
6082 (reload_shared_libraries_1): Delete unused variable.
6083 (_initialize_solib): Delete unused variable.
6084
6085 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
6086 (i386_collect_xstateregset): Delete unused variable.
6087 * i387-tdep.c (i387_print_float_info): Delete unused variable.
6088
6089 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
6090 Delete unused variable 'type'.
6091
6092 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6093
6094 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
6095 ada-lang.c: Remove comment mentioning these macros.
6096 * m2-exp.y: Delete commented out code.
6097
6098 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6099
6100 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
6101 for array types.
6102 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
6103
6104 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6105
6106 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
6107 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
6108 ATTRIBUTE_UNUSED.
6109 (cleanup_kernel_helper_return): Likewise.
6110 * arm-tdep.c (copy_unmodified): Likewise.
6111 (copy_preload): Likewise.
6112 (copy_copro_load_store): Likewise.
6113 (cleanup_branch): Likewise.
6114 (copy_b_bl_blx): Likewise.
6115 (copy_bx_blx_reg): Likewise.
6116 (copy_alu_imm): Likewise.
6117 (copy_alu_reg): Likewise.
6118 (copy_alu_shifted_reg): Likewise.
6119 (cleanup_load): Likewise.
6120 (cleanup_store): Likewise.
6121 (cleanup_block_load_pc): Likewise.
6122 (cleanup_svc): Likewise.
6123 (copy_undef): Likewise.
6124 (copy_unpred): Likewise.
6125 * remote.c (register_remote_support_xml): Likewise.
6126
6127 2010-05-05 Hui Zhu <teawater@gmail.com>
6128
6129 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
6130
6131 2010-05-04 Mark Kettenis <kettenis@gnu.org>
6132
6133 * remote.c (register_remote_support_xml)
6134 (remote_query_supported_append, remote_query_supported): Add cast
6135 to NULL used as sentinel.
6136 * tracepoint.c (tvariables_info_1): Likewise.
6137 * utils.c (add_internal_problem_command): Likewise.
6138
6139 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6140
6141 * dwarf2loc.c (read_pieced_value, write_pieced_value,
6142 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
6143 registers gracefully.
6144
6145 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6146
6147 * exec.c (print_section_info): Display entry point without arch
6148 specific parts.
6149
6150 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6151
6152 PR exp/11349.
6153 * printcmd.c (x_command): Only dereference once implicitly for
6154 TYPE_CODE_REF.
6155
6156 2010-05-03 Doug Evans <dje@google.com>
6157
6158 * event-loop.c (gdb_timer): Delete unused global.
6159 (create_timer): Update.
6160
6161 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6162
6163 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
6164 CURRENT->DECLARATION case.
6165 * cp-support.h (struct using_direct): Provide extended comment.
6166
6167 2010-05-03 Mark Kettenis <kettenis@gnu.org>
6168
6169 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
6170 HPPABSD_SIZEOF_GREGS.
6171 (HPPAOBSD_SIZEOF_FPREGS): New define.
6172 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
6173 (hppaobsd_supply_fpregset): New function.
6174 (hppaobsd_gregset): Renamed from hppabsd_gregset.
6175 (hppaobsd_fpregset): New variable.
6176 (hppaobsd_regset_from_core_section): Handle floating-point registers.
6177 (_initialize_hppabsd_tdep): Remove spurious blank line.
6178
6179 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6180
6181 PR pascal/11349.
6182 * p-valprint.c (pascal_value_print): Always dereference a value with
6183 type code TYPE_CODE_REF.
6184
6185 2010-05-03 Pedro Alves <pedro@codesourcery.com>
6186
6187 * remote.c (remote_notice_signals): New.
6188 (remote_start_remote): In non-stop mode, update the remote end on
6189 which signals it can silently pass.
6190 (init_remote_ops): Install remote_notice_signals.
6191
6192 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6193
6194 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
6195 * command.h (error_no_arg): ... here. Remove NORETURN, change
6196 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6197 * defs.h (NORETURN, ATTR_NORETURN): Remove.
6198 (perror_with_name, verror, error, error_stream, vfatal, fatal)
6199 (internal_verror, internal_error, nomem): Remove NORETURN, change
6200 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6201 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
6202 (throw_vfatal, throw_error): Remove NORETURN.
6203 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
6204 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
6205 (throw_error, deprecated_throw_reason): Remove NORETURN, change
6206 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6207 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
6208 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
6209 NORETURN.
6210 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
6211 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
6212 ATTRIBUTE_NORETURN.
6213 * target.c (tcomplain): Likewise.
6214 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
6215 ATTRIBUTE_NORETURN.
6216 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
6217 (internal_error, perror_with_name, nomem): Remove NORETURN.
6218 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
6219 ATTRIBUTE_NORETURN.
6220
6221 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6222
6223 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6224 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
6225 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
6226 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6227 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
6228 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6229 * complaints.h (complaint, internal_complaint): Likewise.
6230 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
6231 (ATTR_FORMAT): Remove.
6232 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
6233 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
6234 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
6235 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
6236 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
6237 (internal_error, internal_vwarning, internal_warning, warning)
6238 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6239 * disasm.c (fprintf_disasm): Likewise.
6240 * exceptions.c (throw_it): Likewise.
6241 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
6242 (throw_error): Likewise.
6243 * language.h (type_error, range_error): Likewise.
6244 * linespec.c (cplusplus_error): Likewise.
6245 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
6246 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
6247 * monitor.c (monitor_debug): Likewise.
6248 * parser-defs.h (parser_fprintf): Likewise.
6249 * serial.h (serial_printf): Likewise.
6250 * tui/tui-hooks.c (tui_query_hook): Likewise.
6251 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
6252 (uo_message): Likewise.
6253 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
6254 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
6255 Likewise.
6256 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
6257
6258 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6259
6260 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
6261 (cli_table_header, cli_begin, cli_end, cli_field_int)
6262 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
6263 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
6264 Delete forward declarations.
6265 (cli_ui_out_impl): Move below the callbacks.
6266 (_initialize_cli_out): Delete.
6267
6268 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6269
6270 * README: Use consistent `GDB' and `GDBserver' spellings.
6271
6272 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6273
6274 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
6275
6276 2010-05-01 Pedro Alves <pedro@codesourcery.com>
6277
6278 * infrun.c (prepare_for_detach): In non-stop, context switch to
6279 the thread that got the event before handling the event.
6280
6281 2010-04-30 Tom Tromey <tromey@redhat.com>
6282
6283 * symtab.c (symbol_set_names): Fix typo.
6284
6285 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6286
6287 * python/py-param.c (parm_constants): Avoid ARI warning
6288 by adding ARI comment.
6289 (parmpy_init): Likewise.
6290
6291 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6292
6293 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
6294 and created type for re-use.
6295
6296 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6297
6298 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
6299
6300 2010-04-29 Doug Evans <dje@google.com>
6301
6302 * ser-base.h (reschedule): Delete prototype.
6303 * ser-base.c (reschedule): Make static.
6304
6305 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6306
6307 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
6308 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
6309 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
6310 EABI.
6311 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
6312 use.
6313
6314 2010-04-29 Pedro Alves <pedro@codesourcery.com>
6315
6316 PR gdb/11557
6317
6318 * regcache.c (registers_changed): Rename to ...
6319 (registers_changed_ptid): ... this, and only delete register cache
6320 entries matching the ptid filter argument.
6321 (registers_changed): Reimplement on top of registers_changed_ptid.
6322 * regcache.h (registers_changed_ptid): Declare.
6323 * target.c (target_resume): Flush register caches.
6324
6325 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6326 Tom Tromey <tromey@redhat.com>
6327 Thiago Jung Bauermann <bauerman@br.ibm.com>
6328
6329 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
6330 (SUBDIR_PYTHON_SRCS): Likewise.
6331 (py-parameter.o): New rule.
6332 * python/py-parameter.c: New file.
6333 * python/python-internal.h (gdbpy_initialize_parameter)
6334 (gdbpy_parameter, gdbpy_parameter_value)
6335 (gdbpy_parse_command_name): Declare.
6336 * python/py-cmd.c (parse_command_name): Rename to
6337 gdbpy_parse_command_name.
6338 (gdbpy_parse_command_name): Accept a starting list parameter and
6339 use over cmdlist.
6340 (cmdpy_init): Use gdbpy_parse_command_name.
6341 * python/python.c (parameter_to_python): Rename to
6342 gdbpy_parameter_to_python. Accept enum var_types and value.
6343 (gdbpy_parameter): Use gdbpy_parameter_value.
6344 (_initialize_python): Call gdbpy_initialize_parameters.
6345
6346 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6347
6348 * MAINTAINERS: Add myself for write after approval privileges.
6349
6350 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6351
6352 D language support.
6353 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
6354 (COMMON_OBS): Add d-lang.o d-valprint.o.
6355 (HFILES_NO_SRCDIR): Add d-lang.h.
6356 * NEWS: Mention D language support.
6357 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
6358 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
6359 * d-lang.c: New file.
6360 * d-lang.h: New file.
6361 * d-valprint.c: New file.
6362 * defs.h (enum language): Add language_d.
6363 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
6364 * language.c (binop_result_type, integral_type, character_type)
6365 (string_type, boolean_type, structured_type): Add language_d.
6366 * symfile.c (init_filename_language_table): Add language_d.
6367 * symtab.c: Include d-lang.h.
6368 (symbol_init_language_specific, symbol_find_demangled_name)
6369 (symbol_natural_name, lookup_symbol_in_language)
6370 (symbol_demangled_name, symbol_matches_domain): Add language_d.
6371
6372 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6373
6374 * solib-svr4.c (solib_svr4_r_map): Expand function description.
6375
6376 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6377
6378 * symfile.c (init_filename_language_table): Register .dg files
6379 with language_ada.
6380
6381 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6382
6383 * gdbtypes.h (struct main_type): Expand comment about target_type
6384 field.
6385
6386 2010-04-27 Pedro Alves <pedro@codesourcery.com>
6387 Tristan Gingold <gingold@adacore.com>
6388
6389 * symfile.c (reread_symbols): Also search for file in libraries.
6390 Update comment.
6391
6392 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6393
6394 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
6395 in terms of configuration.
6396
6397 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6398
6399 * objfiles.c: Include solist.h.
6400 (free_all_objfiles): New variable so. Check stale solist objfiles.
6401 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
6402 and no_shared_libraries.
6403
6404 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6405
6406 ARI warning fix.
6407 * python/py-auto-load.c (source_section_scripts): Remove trailing
6408 new-line in i18n string.
6409
6410 2010-04-26 Doug Evans <dje@google.com>
6411
6412 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
6413
6414 2010-04-26 Tom Tromey <tromey@redhat.com>
6415
6416 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
6417 command list.
6418
6419 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6420
6421 Removal of config/i386/nm-i386sol2.h native configuration file.
6422 * config/i386/nm-i386sol2.h: Remove file.
6423 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
6424 * config/i386/sol2-64.mh: Idem.
6425 * config/djgpp/fnchange.lst: Remove reference to that file.
6426 * Makefile.in (HFILES_NO_SRCDIR): Idem.
6427
6428 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6429
6430 PR breakpoints/11531.
6431 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
6432 macro definition and related comment.
6433 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
6434 (resume): Remove code and comment related to this macro.
6435
6436 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6437
6438 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
6439 Fix whitespace.
6440
6441 2010-04-24 Pedro Alves <pedro@codesourcery.com>
6442
6443 * defs.h: Adjust comment.
6444 * filesystem.h, filesystem.c: New files.
6445 * Makefile.in (SFILES): Add filesystem.c.
6446 (COMMON_OBS): Add filesystem.o.
6447 * solib.c (solib_find): Handle DOS-based filesystems. Handle
6448 different target and host path flavours.
6449 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6450 has_dos_based_file_system on the gdbarch.
6451 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
6452 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
6453 * i386-tdep.c (i386_go32_init_abi): Ditto.
6454 * gdbarch.sh (has_dos_based_file_system): New.
6455 * gdbarch.h, gdbarch.c: Regenerate.
6456 * NEWS: Mention improved support for remote targets with DOS-based
6457 filesystems. Mention new `set/show target-file-system-kind'
6458 commands.
6459
6460 2010-04-23 Stan Shebs <stan@codesourcery.com>
6461
6462 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
6463 comments.
6464 (struct agent_reqs): Remove.
6465 (ax_reg_mask): Declare.
6466 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
6467 (free_agent_expr): Free reg_mask.
6468 (ax_print): Add scope and register mask info.
6469 (ax_reqs): Remove agent_reqs argument, use agent expression
6470 fields, and move part of register mask computation to...
6471 (ax_reg_mask): New function.
6472 * ax-gdb.c (gen_trace_static_fields): Call it.
6473 (gen_traced_pop): Ditto.
6474 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6475 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6476 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6477 (gen_eval_for_expr): Ditto, and require an rvalue.
6478 (agent_command): Call ax_reqs.
6479 (agent_eval_command): Ditto.
6480 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6481 (validate_action_line): Ditto.
6482 (collect_symbol): Ditto.
6483 (encode_actions_1): Ditto.
6484
6485 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
6486 Paul Pluzhnikov <ppluzhnikov@google.com>
6487 Jan Kratochvil <jan.kratochvil@redhat.com>
6488
6489 Fix deadlock on looped list of loaded shared objects.
6490 * solib-svr4.c (LM_PREV): New function.
6491 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6492 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
6493 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
6494 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6495
6496 2010-04-23 Doug Evans <dje@google.com>
6497
6498 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6499 python.
6500 * configure: Regenerate.
6501 * main.c: #include "python/python.h".
6502 (captured_main): Defer loading auto-loaded scripts until after
6503 local_gdbinit has been sourced.
6504 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6505 (load_auto_scripts_for_objfile): New function.
6506 (auto_load_new_objfile): Call it.
6507 * python/python.h (gdbpy_global_auto_load): Declare.
6508 (load_auto_scripts_for_objfile): Declare.
6509
6510 Add support for auto-loading scripts from .debug_gdb_scripts section.
6511 * NEWS: Add entry for .debug_gdb_scripts.
6512 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6513 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6514 (py-auto-load.o): New rule.
6515 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6516 * cli/cli-cmds.h (find_and_open_script): Update prototype.
6517 * python/py-auto-load.c: New file.
6518 * python/python-internal.h: #include <stdio.h>.
6519 (set_python_list, show_python_list): Declare.
6520 (gdbpy_initialize_auto_load): Declare.
6521 (source_python_script_for_objfile): Declare.
6522 * python/python.c: Remove #include of observer.h.
6523 (gdbpy_auto_load): Moved to py-auto-load.c.
6524 (GDBPY_AUTO_FILENAME): Ditto.
6525 (gdbpy_new_objfile): Delete.
6526 (source_python_script_for_objfile): New function.
6527 (set_python_list, show_python_list): Make externally visible.
6528 (_initialize_python): Move "auto-load" command to py-auto-load.c
6529 and observer_attach_new_objfile to py-auto-load.c.
6530
6531 2010-04-23 Jerome Guitton <guitton@adacore.com>
6532
6533 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6534 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6535 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6536 New constants.
6537 (alpha_heuristic_analyze_probing_loop): New function.
6538 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6539 and handle cases when a stack probe loop is generated.
6540 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6541 (alpha_mdebug_max_frame_size_exceeded): New function.
6542 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6543 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6544 Return 0 when the maximum debuggable frame size has been exceeded.
6545
6546 2010-04-23 Joel Brobecker <brobecker@adacore.com>
6547
6548 Fix ARI warning.
6549 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6550
6551 2010-04-20 Chris Moller <cmoller@redhat.com>
6552
6553 PR 10179
6554
6555 * symtab.c (rbreak_command): Added code to include a filename
6556 specification in the rbreak argument.
6557 * NEWS: Added a brief description of filename-qualified rbreak.
6558
6559 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6560
6561 Fix crashes on dangling display expressions.
6562 * ada-lang.c (ada_operator_check): New function.
6563 (ada_exp_descriptor): Fill-in the field operator_check.
6564 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6565 * jv-lang.c (exp_descriptor_java): Likewise.
6566 * m2-lang.c (exp_descriptor_modula2): Likewise.
6567 * scm-lang.c (exp_descriptor_scm): Likewise.
6568 * parse.c (exp_descriptor_standard): Likewise.
6569 (operator_check_standard): New function.
6570 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6571 * parser-defs.h (struct exp_descriptor): New field operator_check.
6572 (operator_check_standard, exp_uses_objfile): New declarations.
6573 * printcmd.c: Remove the inclusion of solib.h.
6574 (display_uses_solib_p): Remove the function.
6575 (clear_dangling_display_expressions): Call lookup_objfile_from_block
6576 and exp_uses_objfile instead of display_uses_solib_p.
6577 * solist.h (struct so_list) <objfile>: New comment.
6578 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6579 * symtab.h (lookup_objfile_from_block): New declaration.
6580 (struct general_symbol_info) <obj_section>: Extend the comment.
6581
6582 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6583 Thiago Jung Bauermann <bauerman@br.ibm.com>
6584
6585 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6586 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6587 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6588 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6589 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6590 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6591 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6592 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6593 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6594 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6595 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6596 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6597 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6598 Define, in case <ptrace.h> doesn't provide it.
6599 (booke_debug_info): New variable.
6600 (max_slots_number): Ditto.
6601 (hw_break_tuple): New struct.
6602 (thread_points): Ditto.
6603 (ppc_threads): New variable.
6604 (PPC_DEBUG_CURRENT_VERSION): New define.
6605 (have_ptrace_new_debug_booke): New function.
6606 (ppc_linux_check_watch_resources): Renamed to ...
6607 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
6608 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6609 (booke_cmp_hw_point): New function.
6610 (booke_find_thread_points_by_tid): Ditto.
6611 (booke_insert_point): Ditto.
6612 (booke_remove_point): Ditto.
6613 (ppc_linux_insert_hw_breakpoint): Ditto.
6614 (ppc_linux_remove_hw_breakpoint): Ditto.
6615 (get_trigger_type): Ditto.
6616 (ppc_linux_insert_watchpoint): Handle BookE processors.
6617 (ppc_linux_remove_watchpoint): Ditto.
6618 (ppc_linux_new_thread): Ditto.
6619 (ppc_linux_thread_exit): New function..
6620 (ppc_linux_stopped_data_address): Handle BookE processors.
6621 (ppc_linux_watchpoint_addr_within_range): Ditto.
6622 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6623 to_remove_hw_breakpoint fields of the target operations struct.
6624 Add observe for the thread_exit event.
6625
6626 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6627
6628 * i386-linux-nat.c (regmap): Removed.
6629 (fetch_register): Replace regmap with
6630 i386_linux_gregset_reg_offset.
6631 (store_register): Likewise.
6632 (supply_gregset): Likewise.
6633 (fill_gregset): Likewise.
6634
6635 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6636 global.
6637
6638 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6639
6640 2010-04-22 Chris Moller <cmoller@redhat.com>
6641
6642 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6643 method of popping recursion-detection stack with a method based on
6644 obstack_object_size(). (Similar to the PR9167 patch below, but for
6645 the static array obstack rather than the static member obstack.)
6646
6647 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6648
6649 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6650 (_initialize_amd64_linux_nat): Replace
6651 amd64_linux_gregset64_reg_offset with
6652 amd64_linux_gregset_reg_offset.
6653
6654 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6655 global.
6656
6657 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6658
6659 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6660
6661 PR stabs/11479.
6662 * stabsread.c (set_length_in_type_chain): New function.
6663 (read_struct_type): Call set_length_in_type_chain function.
6664 (read_enum_type): Idem.
6665
6666 2010-04-21 Stan Shebs <stan@codesourcery.com>
6667 Nathan Sidwell <nathan@codesourcery.com>
6668
6669 * tracepoint.c (trace_save): Open in binary mode.
6670
6671 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6672
6673 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6674 fields.
6675 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6676 builtin_char32 fields.
6677 * printcmd.c (decode_format): Set char size to '\0'
6678 for strings unless explicit size is given.
6679 (print_formatted): Correct calculation of NEXT_ADDRESS
6680 for 16 or 32 bit strings.
6681 (do_examine): Do not force byte size for strings.
6682 Use builtin_char16 and builtin_char32 types to display
6683 16 or 32 bit-wide strings.
6684 (x_command): Set LAST_SIZE to 'b' for string type.
6685
6686 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
6687
6688 PR corefiles/11523
6689 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6690 XCR0 first.
6691
6692 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6693 there is no .reg-xstate section.
6694 (i386_linux_core_read_description): Check XCR0 first.
6695
6696 2010-04-21 Mike Frysinger <vapier@gentoo.org>
6697
6698 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6699 for len <= 8.
6700
6701 2010-04-21 Chris Moller <cmoller@redhat.com>
6702
6703 PR 9167
6704 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6705 method of popping recursion-detection stack with a method based on
6706 obstack_object_size().
6707
6708 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6709
6710 PR pascal/11492.
6711 * p-valprint.c (pascal_val_print): Fix default printing of integer
6712 arrays.
6713
6714 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6715
6716 Fix compilation warning on gcc-4.1.2.
6717 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6718 local variable`pc' to zero.
6719
6720 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6721
6722 Implement thread support with core files on alpha-tru64.
6723 * dec-thread.c (dec_thread_find_new_threads): New function,
6724 extracted from resync_thread_list.
6725 (resync_thread_list): Add OPS parameter. Replace extracted-out
6726 code by call to dec_thread_find_new_threads.
6727 (dec_thread_wait): Update call to resync_thread_list.
6728 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6729
6730 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6731
6732 * ada-lang.c (value_pointer): New function.
6733 (make_array_descriptor): Call value_pointer to convert addresses to
6734 pointers.
6735
6736 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6737
6738 * rs6000-aix-tdep.c: #include exceptions.h.
6739 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6740 while reading the memory at ADDR, then ADDR cannot be a function
6741 descriptor.
6742
6743 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6744
6745 * ada-typeprint.c (ada_print_typedef): New function.
6746 * ada-lang.h (ada_print_typedef): Add declaration.
6747 * ada-lang.c (ada_language_defn): set la_print_typdef field
6748 to ada_print_typedef.
6749
6750 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6751
6752 * procfs.c (procfs_address_to_host_pointer): Only define when used.
6753
6754 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6755
6756 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6757 (iterate_over_mappings): Adjust function profile. Add declaration.
6758 (insert_dbx_link_bpt_in_region, info_mappings_callback):
6759 Adjust accordingly.
6760
6761 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6762
6763 * procfs.c (solib_mappings_callback): Move function up to avoid
6764 a compiler warning.
6765
6766 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6767
6768 * procfs.c (find_signalled_thread, find_stop_signal): Move
6769 these functions down to define them only when used.
6770
6771 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6772
6773 * valprint.c (common_val_print): Fix the value before extracting
6774 its contents.
6775 * ada-lang.c (ada_to_fixed_value): Make this function extern.
6776 * ada-lang.h (ada_to_fixed_value): New function declaration.
6777 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6778 to avoid code duplication and fix a bug in the handling of
6779 fixed types contents.
6780
6781 2010-04-20 Tom Tromey <tromey@redhat.com>
6782
6783 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6784 (read_partial_die): Likewise.
6785 (dwarf_attr_name): Likewise.
6786
6787 2010-04-20 Chris Moller <cmoller@redhat.com>
6788
6789 PR 10867
6790
6791 * cp-valprint.c (global): Adding new static array recursion
6792 detection obstack.
6793 (cp_print_value_fields, cp_print_static_field): Added new static
6794 array recursion detection code.
6795
6796 2010-04-20 Mark Kettenis <kettenis@gnu.org>
6797
6798 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6799 general-purpose register set should be 68 instead of 144.
6800 (i386_linux_sse_regset_sections): Likewise.
6801 (i386_linux_avx_regset_sections): Likewise.
6802
6803 2010-04-20 Stan Shebs <stan@codesourcery.com>
6804 Nathan Sidwell <nathan@codesourcery.com>
6805
6806 * dwarf2loc.c (struct axs_var_loc): New struct.
6807 (dwarf2_tracepoint_var_loc): New function.
6808 (dwarf2_tracepoint_var_access): New function.
6809 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6810 with DW_OP_piece.
6811 (locexpr_describe_location_piece): New function.
6812 (locexpr_describe_location_1): New function.
6813 (locexpr_describe_location): Call it, update signature.
6814 (loclist_describe_location): Rewrite to loop over locations,
6815 update signature.
6816 * symtab.h (struct symbol_computed_ops): Add address to
6817 describe_location arguments, return void.
6818 * printcmd.c (address_info): Get context PC, pass to computed
6819 location description.
6820 * tracepoint.c (scope_info): Ditto.
6821 * ax-gdb.c (trace_kludge): Export.
6822
6823 2010-04-20 Tom Tromey <tromey@redhat.com>
6824
6825 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6826 (struct dwarf2_cie) <segment_size>: New field.
6827 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6828 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6829 DW_FORM_exprloc.
6830 (read_attribute_value): Handle DW_FORM_flag_present,
6831 DW_FORM_sec_offset, DW_FORM_exprloc.
6832 (dump_die_shallow): Likewise.
6833 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6834 (dwarf2_const_value): Handle DW_FORM_exprloc.
6835 (attr_form_is_block): Likewise.
6836 (struct line_header) <maximum_ops_per_instruction>: New field.
6837 (dwarf_decode_line_header): Set new field.
6838 (dwarf_decode_lines): Handle new field.
6839
6840 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6841
6842 * f-exp.y: Add new production to recognize the `logical*8' type.
6843 (LOGICAL_S8_KEYWORD): New token.
6844 * f-lang.c (enum f_primitive_types)
6845 <f_primitive_type_logical_s8>: New field.
6846 (f_language_arch_info): Handling `logical*8' type.
6847 (build_fortran_types): Building `logical*8' type.
6848 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6849
6850 2010-04-19 Doug Evans <dje@google.com>
6851
6852 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6853 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6854 (pipe_close): Ditto.
6855
6856 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6857
6858 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6859
6860 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6861
6862 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6863 type to void function.
6864
6865 2010-04-19 Stan Shebs <stan@codesourcery.com>
6866 Vladimir Prus <vladimir@codesourcery.com>
6867
6868 * tracepoint.c (tfind_1): Add missing newline, report exit from
6869 tfind mode as such.
6870 * target.c (update_current_target): Make default
6871 to_trace_find return -1.
6872
6873 2010-04-19 Mike Frysinger <vapier@gentoo.org>
6874
6875 * objc-lang.c (find_methods): Move symname check up.
6876
6877 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6878
6879 * ada-lang.c (print_recreate_exception)
6880 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6881 not "catch unhandled".
6882
6883 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6884
6885 PR breakpoints/8554.
6886
6887 Implement `save-breakpoints'.
6888
6889 * breakpoint.c (save_cmdlist): New.
6890 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6891 to save_cmdlist.
6892 (print_recreate_catch_fork): New.
6893 (catch_fork_breakpoint_ops): Install it.
6894 (print_recreate_catch_vfork): New.
6895 (catch_vfork_breakpoint_ops): Install it.
6896 (print_recreate_catch_syscall): New.
6897 (catch_syscall_breakpoint_ops): Install it.
6898 (print_recreate_catch_exec): New.
6899 (catch_exec_breakpoint_ops): Install it.
6900 (print_recreate_exception_catchpoint): New.
6901 (gnu_v3_exception_catchpoint_ops): Install it.
6902 (save_breakpoints): New, based on tracepoint_save_command, but
6903 handle all breakpoint types.
6904 (save_breakpoints_command): New.
6905 (tracepoint_save_command): Rename to...
6906 (save_tracepoints_command): ... this, and reimplement using
6907 save_breakpoints.
6908 (save_command): New.
6909 (_initialize_breakpoints): Install the "save" command prefix.
6910 Install the "save breakpoints" command. Make "save-tracepoints" a
6911 deprecated alias for "save tracepoints".
6912 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6913 * ada-lang.c (print_recreate_exception): New.
6914 (print_recreate_catch_exception): New.
6915 (catch_exception_breakpoint_ops): Install it.
6916 (print_recreate_catch_exception_unhandled): New.
6917 (catch_exception_unhandled_breakpoint_ops): Install it.
6918 (print_recreate_catch_assert): New.
6919 (catch_assert_breakpoint_ops): Install it.
6920
6921 * NEWS: Mention the new `save breakpoints' command. Mention the
6922 new `save tracepoints' alias and that `save-tracepoints' is now
6923 deprecated.
6924
6925 2010-04-18 Pedro Alves <pedro@codesourcery.com>
6926
6927 PR tui/9217
6928
6929 * tui/tui-out.c: Include cli-out.h.
6930 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6931 (tui_begin, tui_end, tui_field_int, tui_field_skip)
6932 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6933 (tui_message, tui_wrap_hint, tui_flush): Delete forward
6934 declarations.
6935 (struct ui_out_data): Rename to...
6936 (struct tui_ui_out_data): ... this. Remove `stream' and
6937 `suppress_output' fields, and inherit cli_ui_out_data.
6938 (tui_out_data): New typedef.
6939 (tui_ui_out_impl): Don't initialize fields staticaly.
6940 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6941 (tui_begin, tui_end): Delete.
6942 (tui_field_int): Adjust to delegate most work to the base type.
6943 (tui_field_skip): Delete.
6944 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
6945 delegate most work to the base type.
6946 (tui_spaces): Delete.
6947 (tui_text): Adjust to delegate most work to the base type.
6948 (tui_message): Delete.
6949 (tui_wrap_hint): Delete.
6950 (tui_flush): Delete.
6951 (out_field_fmt): Delete.
6952 (field_separator): Delete.
6953 (tui_out_new): Adjust to initialize the base type.
6954 (_initialize_tui_out): Initialize tui_ui_out_impl.
6955 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6956 cli_ui_out_data.
6957 (cli_out_data): Adjust.
6958 (cli_ui_out_impl): Make extern.
6959 (cli_table_header, cli_field_int, cli_field_skip): Use
6960 uo_field_string instead of cli_field_string.
6961 (cli_redirect): Adjust to use cli_out_data.
6962 (cli_out_data_ctor): New.
6963 (cli_out_new): Use it.
6964 * cli-out.h (struct ui_file): Remove forward declaration.
6965 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6966 (cli_ui_out_impl): Declare.
6967 (cli_out_data_ctor): Declare.
6968 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6969 (uo_field_string): No longer static.
6970 (ui_out_data): Change return type to void pointer.
6971 (ui_out_new): Change `data' parameter type to void pointer.
6972 * ui-out.h (struct ui_out_data): Don't forward declare.
6973 (ui_out_data): Change return type to void pointer.
6974 (ui_out_new): Change `data' parameter type to void pointer.
6975 (uo_field_string): Declare.
6976
6977 2010-04-17 Pedro Alves <pedro@codesourcery.com>
6978
6979 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6980 instead of always false.
6981
6982 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6983
6984 PR corefiles/11511
6985 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6986 orig_rax.
6987
6988 2010-04-17 Pedro Alves <pedro@codesourcery.com>
6989
6990 * breakpoint.c (watchpoints_triggered): Use
6991 is_hardware_watchpoint.
6992 (watchpoints_triggered): Ditto.
6993 (bpstat_check_location): Use is_watchpoint and
6994 is_hardware_watchpoint.
6995 (bpstat_check_watchpoint): Use is_watchpoint and
6996 is_hardware_watchpoint.
6997 (bpstat_stop_status): Fix comment.
6998 (user_settable_breakpoint): Use is_watchpoint.
6999 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
7000 (disable_watchpoints_before_interactive_call_start): Use
7001 is_watchpoint.
7002 (enable_watchpoints_after_interactive_call_stop): Use
7003 is_watchpoint.
7004 (clear_command): Use is_watchpoint.
7005 (do_enable_breakpoint): Use is_watchpoint.
7006
7007 2010-04-16 Mike Frysinger <vapier@gentoo.org>
7008
7009 * solib-frv.c (enable_break1_done): Delete.
7010 (enable_break2): Do not check enable_break1_done. Move the
7011 enable_break2_done setting and call to
7012 remove_solib_event_breakpoints() to the end. Return without
7013 warning when the contents of _dl_debug_addr are 0.
7014 (enable_break): Do not set enable_break1_done.
7015 (frv_clear_solib): Likewise.
7016
7017 2010-04-16 Kevin Buettner <kevinb@redhat.com>
7018
7019 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
7020 instead of an error if no PLT entry is found. Return a
7021 potentially useful result.
7022 (m32c_m16c_pointer_to_address): Add code to search for function
7023 address when no .plt entry is found.
7024
7025 2010-04-16 Stan Shebs <stan@codesourcery.com>
7026
7027 * tracepoint.c (trace_variable_command): Run a cleanup.
7028
7029 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7030
7031 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
7032
7033 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7034
7035 Support for Windows OS Thread Information Block.
7036 * NEWS: Document new feature.
7037 * remote.c (PACKET_qGetTIBAddr): New enum element.
7038 (remote_get_tib_address): New function.
7039 (init_remote_ops): Set to_get_tib_address field
7040 to remote_get_tib_address.
7041 (_initialize_remote): Add add_packet_config_cmd
7042 for PACKET_qGetTIBAddr.
7043 * target.c (update_current_target): Set default value for
7044 new to_get_tib_address field.
7045 * target.h (target_ops): New field to_get_tib_address.
7046 (target_get_tib_address): New macro.
7047 * windows-nat.c (thread_info): Add thread_local_base field.
7048 (windows_add_thread): Add tlb argument of type 'void *'.
7049 (fake_create_process): Adapt windows_add_thread call.
7050 (get_windows_debug_event): Idem.
7051 (windows_get_tib_address): New function.
7052 (init_windows_ops): Set to_get_tib_address field
7053 to remote_get_tib_address.
7054 (_initialize_windows_nat): Replace info_w32_cmdlist
7055 initialization by a call to init_w32_command_list.
7056 (info_w32_command, info_w32_cmdlist): Removed from here...
7057 to windows-tdep.c file.
7058 * windows-tdep.h (info_w32_cmdlist): Declare.
7059 (init_w32_command_list): New external function
7060 declaration.
7061 * windows-tdep.c: Add several headers.
7062 (info_w32_cmdlist): to here, made global.
7063 (thread_information_32): New struct.
7064 (thread_information_64): New struct.
7065 (TIB_NAME): New char array.
7066 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
7067 (maint_display_all_tib): New static variable.
7068 (windows_get_tlb_type): New function.
7069 (tlb_value_read, tlb_value_write): New functions.
7070 (tlb_value_funcs): New static struct.
7071 (tlb_make_value): New function.
7072 (display_one_tib): New function.
7073 (display_tib): New function.
7074 (show_maint_show_all_tib):New function.
7075 (info_w32_command): Moved from windows-nat.c.
7076 (init_w32_command_list): New function.
7077 (_initialize_windows_tdep): New function.
7078 New "maint set/show show-all-tib" command
7079 New "$_tlb" internal variable.
7080
7081 2010-04-16 Joel Brobecker <brobecker@adacore.com>
7082
7083 * tui/tui-regs.c (tui_display_register): Add comment about
7084 a couple of casts.
7085 * tui/tui-stack.c (tui_show_locator_content): Ditto.
7086
7087 2010-04-15 Stan Shebs <stan@codesourcery.com>
7088
7089 * frame.c: Include tracepoint.h.
7090 (get_current_frame): Allow a trace frame to be an alternate source
7091 of stack frame data.
7092 * tracepoint.c (tfind_1): Don't try to get current stack frame if
7093 it won't succeed.
7094
7095 2010-04-15 Pedro Alves <pedro@codesourcery.com>
7096
7097 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
7098 flags.
7099 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
7100
7101 2010-04-15 Doug Evans <dje@google.com>
7102
7103 * NEWS: Add entry for python program space support.
7104 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
7105 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
7106 (py-progspace.o): New rule.
7107 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
7108 function.
7109 (find_pretty_printer_from_progspace): New function.
7110 (find_pretty_printer_from_gdb): New function.
7111 (find_pretty_printer): Rewrite.
7112 * python/py-progspace.c: New file.
7113 * python/python-internal.h (program_space): Add forward decl.
7114 (pspace_to_pspace_object, pspy_get_printers): Declare.
7115 (gdbpy_initialize_pspace): Declare.
7116 * python/python.c: #include "progspace.h".
7117 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
7118 (_initialize_python): Call gdbpy_initialize_pspace.
7119 (GdbMethods): Add current_progspace, progspaces.
7120
7121 Add -s option to source command.
7122 * NEWS: Document new option.
7123 * cli/cli-cmds.c (find_and_open_script): Add function comment.
7124 Delete from_tty and cleanupp args. Split filep arg into file and
7125 full_pathp. New arg search_path.
7126 (source_script_from_stream): New function.
7127 (source_script_with_search): New function.
7128 (source_script): Rewrite.
7129 (source_command): Parse "-s" option.
7130 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
7131 * python/python.c (source_python_script): Make file arg a const char *.
7132 Don't call fclose, leave for caller.
7133 * python/python.h (source_python_script): Update.
7134
7135 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7136 Pedro Alves <pedro@codesourcery.com>
7137
7138 Avoid rereading shared libraries that haven't changed.
7139
7140 * solib.c (free_so_symbols): New function, from ...
7141 (free_so): ... here. Call it.
7142 (solib_read_symbols): Don't warn here if symbols have already been
7143 loaded.
7144 (solib_add): Warn here instead, if a pattern was specified.
7145 (reload_shared_libraries_1): New.
7146 (reload_shared_libraries): Rewrite to not fetch the library list.
7147
7148 2010-04-14 Doug Evans <dje@google.com>
7149
7150 * source.c (openp): Strip DOS drive letter if present before
7151 concatenating string to search path.
7152
7153 2010-04-14 Pedro Alves <pedro@codesourcery.com>
7154
7155 * objfiles.h (gdb_bfd_close_or_warn): Declare.
7156 * objfiles.c (gdb_bfd_close_or_warn): New.
7157 * corelow.c: Include objfiles.h
7158 (core_close): Use gdb_bfd_close_or_warn.
7159 * elfread.c (build_id_verify): Ditto.
7160 * exec.c (exec_close, exec_close_1): Ditto.
7161
7162 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7163 Pedro Alves <pedro@codesourcery.com>
7164
7165 Group errors for many missing shared libraries.
7166
7167 * solist.h (struct so_list): Remove from_tty.
7168 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
7169 (solib_map_sections): Take so_list argument. Return 0 if we
7170 failed to open a BFD. Add target sections here.
7171 (symbol_add_stub): Delete.
7172 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
7173 not from_tty copied from the so_list. Don't warn a second time
7174 for a missing library.
7175 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
7176 add to the section table here. Print out a single warning for all
7177 missing libraries.
7178 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
7179 flags.
7180
7181 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
7182
7183 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
7184 error/warning messages. Capitalize and use complete sentences.
7185 (blpy_block_syms_iternext): Likewise.
7186 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
7187 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
7188 (frame_info_to_frame_object, frapy_read_var)
7189 (gdbpy_frame_stop_reason_string): Likewise.
7190 * python/py-lazy-string.c (stpy_convert_to_value)
7191 (gdbpy_create_lazy_string_object): Likewise.
7192 * python/py-objfile.c (objfpy_set_printers): Likewise.
7193 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
7194 * python/python.c (parameter_to_python): Likewise.
7195 * python/py-type.c (typy_range, typy_target): Likewise.
7196 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
7197 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
7198
7199
7200 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
7201
7202 PR python/11381
7203
7204 * python/py-prettyprint.c (pretty_print_one_value): Test for
7205 Py_None.
7206 (print_string_repr): Test for Py_None. Set flags accordingly.
7207 Return value depending on return type.
7208 (print_children): Take a value indicating whether data was printed
7209 before this function was called. Alter output accordingly.
7210 (apply_val_pretty_printer): Capture return value from
7211 print_string_repr and pass to print_children.
7212
7213 2010-04-13 Mark Kettenis <kettenis@gnu.org>
7214
7215 PR corefiles/11481
7216 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
7217 register note sections.
7218 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
7219 New variables.
7220 (i386_linux_init_abi): Install list of supported register note
7221 sections that matches the target description.
7222
7223 2010-04-13 Pedro Alves <pedro@codesourcery.com>
7224
7225 * remote.c (remote_get_noisy_reply): Don't error out on empty
7226 replies.
7227 (remote_start_remote): Update and merge tracepoints and trace
7228 state variables as long as the target supports tracepoints.
7229 (remote_trace_init): Fix prototype.
7230 (remote_download_trace_state_variable): Validate reply.
7231 (remote_trace_set_readonly_regions): Fix prototype.
7232 (remote_trace_start): Fix prototype. Check for empty reply.
7233 (remote_get_trace_status): Small cleanup.
7234 (remote_trace_stop): Fix prototype. Check for empty reply.
7235 (remote_trace_find): Check for empty reply.
7236 (remote_save_trace_data): Validate reply.
7237 (remote_set_disconnected_tracing): Check for empty reply, and
7238 validate reply.
7239 (remote_set_circular_trace_buffer): Ditto.
7240
7241 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
7242
7243 Suppress unused value warning during compilation.
7244 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
7245 calls to void.
7246 * tui/tui-stack.c (tui_show_locator_content): Likewise.
7247
7248 2010-04-12 Stan Shebs <stan@codesourcery.com>
7249
7250 * tracepoint.c (tfile_xfer_partial): Check read result.
7251
7252 2010-04-12 Mike Frysinger <vapier@gentoo.org>
7253
7254 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
7255 * remote-sim.c (gdbsim_files_info): Likewise.
7256
7257 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7258
7259 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
7260 * arm-linux-nat.c (arm_linux_vfp_register_count): New
7261 variable.
7262 (fetch_vfp_registers): New function to fetch VFP registers.
7263 (store_vfp_registers): New function to store VFP registers.
7264 (arm_linux_fetch_inferior_registers): Add support for VFP
7265 registers.
7266 (arm_linux_store_inferior_registers): Likewise.
7267 (arm_linux_read_description): Likewise.
7268 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
7269 until we need it.
7270
7271 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
7272
7273 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
7274 tdep.
7275 (amd64_collect_xstateregset): Likewise.
7276
7277 2010-04-09 Stan Shebs <stan@codesourcery.com>
7278
7279 * tracepoint.c (trace_status_mi): Report frames created.
7280
7281 * tracepoint.c (trace_dump_command): Include default-collect
7282 expressions.
7283
7284 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
7285
7286 * symtab.c (find_function_start_sal): Never return SAL pointing
7287 before function start address, even if line info is missing.
7288
7289 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7290
7291 * NEWS: Mention tracepoints support.
7292
7293 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7294
7295 * tracepoint.c (trace_status_mi): Report disconnected tracing and
7296 circular trace buffer statuses.
7297
7298 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7299
7300 * config/djgpp/fnchange.lst: Fix typo in translations for
7301 symbol-without-target_section.exp and symbol-without-target_section.c.
7302
7303 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7304
7305 * breakpoint.c (condition_command): Pass condition expression to
7306 set_breakpoint_condition stripped from breakpoint number.
7307
7308 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
7309 Thiago Jung Bauermann <bauerman@br.ibm.com>
7310 Tom Tromey <tromey@redhat.com>
7311
7312 * breakpoint.c (condition_command): Simplify. Move condition
7313 setting code to ...
7314 (set_breakpoint_condition): ... here. New function.
7315 * breakpoint.h (set_breakpoint_condition): Declare.
7316 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
7317 (SUBDIR_PYTHON_SRCS): Likewise.
7318 (py-breakpoint.o): New rule.
7319 * python/py-breakpoint.c: New file.
7320 * python/python-internal.h (gdbpy_breakpoints)
7321 (gdbpy_initialize_breakpoints): Declare.
7322 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
7323
7324 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7325
7326 * regformats/regdat.sh: Include server.h. Don't include
7327 regcache.h.
7328
7329 2010-04-08 Stan Shebs <stan@codesourcery.com>
7330 Pedro Alves <pedro@codesourcery.com>
7331
7332 * tracepoint.h (struct trace_status): New fields disconnected_tracing
7333 and circular_buffer.
7334 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
7335 * tracepoint.c (trace_status_command): Display target's status for
7336 disconnected tracing and circular buffer.
7337 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
7338 query for non-disconnected-tracing case, remove the stop_tracing
7339 call.
7340 (tfile_open): Clear disconnected and circular buffer status.
7341 (trace_save): Save disconnected and circular buffer status.
7342 (parse_trace_status): Parse disconnected and circular buffer status,
7343 also recognize disconnected as a stop reason.
7344 * remote.c (remote_set_disconnected_tracing): Only set
7345 QTDisconnected if the remote end supports disconnected tracing.
7346 Warn otherwise, if trying to enable disconnected tracing.
7347 * infcmd.c (detach_command): Update disconnect_tracing call.
7348 * cli/cli-cmds.c (quit_command): Ditto.
7349
7350 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7351
7352 * i387-tdep.c (i387_collect_xsave): Replace abort with
7353 internal_error.
7354
7355 2010-04-08 Stan Shebs <stan@codesourcery.com>
7356
7357 * breakpoint.c (default_collect_info): New function.
7358 (breakpoints_info): Call it.
7359 (maintenance_info_breakpoints): Ditto.
7360 (tracepoints_info): Ditto.
7361
7362 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7363
7364 * i387-tdep.c (i387_collect_xsave): Re-indent.
7365
7366 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7367
7368 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
7369 if HAVE_PTRACE_GETFPXREGS is defined.
7370 (i386_linux_read_description): Set have_ptrace_getfpxregs and
7371 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
7372
7373 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
7374 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
7375 if .reg-xfp section doesn't exist.
7376 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
7377
7378 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
7379
7380 * i386-tdep.c: Include "features/i386/i386-mmx.c".
7381 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
7382 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
7383 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
7384 (i386_gdbarch_init): Update comments.
7385 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
7386
7387 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
7388
7389 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
7390
7391 * features/Makefile (i386/i386-mmx-expedite): New.
7392 (i386/i386-mmx-linux-expedite): Likewise.
7393 ($(outdir)/i386/i386-mmx.dat): Likewise.
7394 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
7395
7396 * features/i386/i386-mmx-linux.c: New.
7397 * features/i386/i386-mmx-linux.xml: Likewise.
7398 * features/i386/i386-mmx.c: Likewise.
7399 * features/i386/i386-mmx.xml: Likewise.
7400 * regformats/i386/i386-mmx-linux.dat: Likewise.
7401 * regformats/i386/i386-mmx.dat: Likewise.
7402
7403 * features/Makefile (WHICH): Add i386/i386-mmx and
7404 i386/i386-mmx-linux.
7405
7406 2010-04-08 Doug Evans <dje@google.com>
7407
7408 * source.c (openp): Skip $cdir in PATH.
7409
7410 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
7411
7412 PR python/11417
7413 * python/py-lazy-string.c (stpy_convert_to_value): Check for
7414 a NULL address.
7415 (gdbpy_create_lazy_string_object): Allow strings with a NULL
7416 address and a zero length.
7417
7418 2010-04-08 Hui Zhu <teawater@gmail.com>
7419
7420 * i386-tdep.c (i386_process_record): Add support for insn
7421 rdtsc.
7422
7423 2010-04-07 Doug Evans <dje@google.com>
7424
7425 * python/python.c (source_python_script): Use ensure_python_env
7426 to prepare environment for script.
7427
7428 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7429
7430 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
7431 <sys/uio.h> and "i386-xstate.h".
7432 (PTRACE_GETREGSET): New.
7433 (PTRACE_SETREGSET): Likewise.
7434 (have_ptrace_getregset): Likewise.
7435 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
7436 registers.
7437 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
7438 registers.
7439 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
7440 (amd64_linux_store_inferior_registers): Likewise.
7441 (amd64_linux_read_description): Check and enable AVX target
7442 descriptions.
7443
7444 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
7445 and "features/i386/amd64-avx-linux.c".
7446 (amd64_linux_regset_sections): New.
7447 (amd64_linux_core_read_description): Check and enable AVX
7448 target description.
7449 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
7450 set_gdbarch_core_regset_sections.
7451 (_initialize_amd64_linux_tdep): Call
7452 initialize_tdesc_amd64_avx_linux.
7453
7454 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
7455 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
7456 (tdesc_amd64_avx_linux): New.
7457 (amd64_linux_update_xstateregset): Likewise.
7458
7459 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
7460 (amd64_ymm_names): New.
7461 (amd64_ymmh_names): Likewise.
7462 (amd64_register_name): Likewise.
7463 (amd64_supply_xstateregset): Likewise.
7464 (amd64_collect_xstateregset): Likewise.
7465 (amd64_supply_xsave): Likewise.
7466 (amd64_collect_xsave): Likewise.
7467 (AMD64_NUM_REGS): Removed.
7468 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
7469 %xmmN if AVX is available.
7470 (amd64_pseudo_register_name): Support pseudo YMM registers.
7471 (amd64_regset_from_core_section): Support .reg-xstate section.
7472 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7473 and ymm0h_regnum. Call set_gdbarch_register_name.
7474 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7475
7476 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7477 AMD64_YMM15H_REGNUM.
7478 (AMD64_NUM_REGS): New.
7479 (amd64_supply_xsave): Likewise.
7480 (amd64_collect_xsave): Likewise.
7481 (amd64_register_name): Removed.
7482 (amd64_register_type): Likewise.
7483
7484 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7485
7486 * i387-tdep.c: Include "i386-xstate.h".
7487 (XSAVE_XSTATE_BV_ADDR): New.
7488 (xsave_avxh_offset): Likewise.
7489 (XSAVE_AVXH_ADDR): Likewise.
7490 (i387_supply_xsave): Likewise.
7491 (i387_collect_xsave): Likewise.
7492
7493 * i387-tdep.h (I387_NUM_YMM_REGS): New.
7494 (I387_YMM0H_REGNUM): Likewise.
7495 (I387_YMMENDH_REGNUM): Likewise.
7496 (i387_supply_xsave): Likewise.
7497 (i387_collect_xsave): Likewise.
7498
7499 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7500
7501 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7502 <sys/uio.h> and "i386-xstate.h".
7503 (PTRACE_GETREGSET): New.
7504 (PTRACE_SETREGSET): Likewise.
7505 (fetch_xstateregs): Likewise.
7506 (store_xstateregs): Likewise.
7507 (GETXSTATEREGS_SUPPLIES): Likewise.
7508 (regmap): Include 8 upper YMM registers.
7509 (i386_linux_fetch_inferior_registers): Support XSAVE extended
7510 state.
7511 (i386_linux_store_inferior_registers): Likewise.
7512 (i386_linux_read_description): Check and enable AVX target
7513 descriptions.
7514
7515 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7516 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7517 (i386_linux_regset_sections): Add ".reg-xstate".
7518 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7519 (i386_linux_core_read_xcr0): New.
7520 (i386_linux_core_read_description): Check and enable AVX target
7521 description.
7522 (i386_linux_init_abi): Set xsave_xcr0_offset.
7523 (_initialize_i386_linux_tdep): Call
7524 initialize_tdesc_i386_avx_linux.
7525
7526 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7527 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7528 (i386_linux_core_read_xcr0): New.
7529 (tdesc_i386_avx_linux): Likewise.
7530 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7531
7532 * i386-tdep.c: Include "i386-xstate.h" and
7533 "features/i386/i386-avx.c".
7534 (i386_ymm_names): New.
7535 (i386_ymmh_names): Likewise.
7536 (i386_ymmh_regnum_p): Likewise.
7537 (i386_ymm_regnum_p): Likewise.
7538 (i386_xmm_regnum_p): Likewise.
7539 (i386_register_name): Likewise.
7540 (i386_ymm_type): Likewise.
7541 (i386_supply_xstateregset): Likewise.
7542 (i386_collect_xstateregset): Likewise.
7543 (i386_sse_regnum_p): Removed.
7544 (i386_pseudo_register_name): Support pseudo YMM registers.
7545 (i386_pseudo_register_type): Likewise.
7546 (i386_pseudo_register_read): Likewise.
7547 (i386_pseudo_register_write): Likewise.
7548 (i386_dbx_reg_to_regnum): Return %ymmN register number for
7549 %xmmN if AVX is available.
7550 (i386_regset_from_core_section): Support .reg-xstate section.
7551 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7552 (i386_process_record): Replace i386_sse_regnum_p with
7553 i386_xmm_regnum_p.
7554 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7555 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7556 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
7557 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
7558 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
7559 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7560 Set ymm0_regnum.
7561 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7562
7563 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7564 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7565 i386_ymm_type.
7566 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7567 (I386_AVX_NUM_REGS): New.
7568 (i386_xmm_regnum_p): Likewise.
7569 (i386_ymm_regnum_p): Likewise.
7570 (i386_ymmh_regnum_p): Likewise.
7571
7572 * common/i386-xstate.h: New.
7573
7574 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7575
7576 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7577
7578 * features/Makefile (WHICH): Add i386/i386-avx,
7579 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7580 (i386/i386-avx-expedite): New.
7581 (i386/i386-avx-linux-expedite): Likewise.
7582 (i386/x86-64-avx-expedite):Likewise.
7583 (i386/x86-64-avx-linux-expedite): Likewise.
7584 ($(outdir)/i386/i386-avx.dat): New dependency.
7585 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7586 ($(outdir)/i386/x86-avx-64.dat): Likewise.
7587 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7588
7589 * features/i386/32bit-avx.xml: New.
7590 * features/i386/64bit-avx.xml: Likewise.
7591 * features/i386/i386-avx-linux.c: Likewise.
7592 * features/i386/i386-avx-linux.xml: Likewise.
7593 * features/i386/i386-avx.c: Likewise.
7594 * features/i386/i386-avx.xml: Likewise.
7595 * features/i386/x86-64-avx-linux.c: Likewise.
7596 * features/i386/x86-64-avx-linux.xml: Likewise.
7597 * features/i386/x86-64-avx.c: Likewise.
7598 * features/i386/x86-64-avx.xml: Likewise.
7599 * regformats/i386/i386-avx-linux.dat: Likewise.
7600 * regformats/i386/i386-avx.dat: Likewise.
7601 * regformats/i386/x86-64-avx-linux.dat: Likewise.
7602 * regformats/i386/x86-64-avx.dat: Likewise.
7603
7604 2010-04-07 Doug Evans <dje@google.com>
7605
7606 * top.c (source_file_name): Make const char *.
7607 * top.h (source_file_name): Update.
7608 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7609 const char *.
7610 (script_from_file): Change `file' arg to const char *.
7611 * cli/cli-script.h (script_from_file): Update.
7612
7613 2010-04-06 Doug Evans <dje@google.com>
7614
7615 * cli/cli-cmds.c (source_command): Run cleanups.
7616
7617 2010-04-06 Stan Shebs <stan@codesourcery.com>
7618
7619 * defs.h (char_ptr): Move typedef here from...
7620 * ada-lang.c (char_ptr): Remove.
7621 * charset.c (char_ptr): Remove.
7622 * tracepoint.h (struct uploaded_string): Remove.
7623 (struct uploaded_tp): Use vectors for string arrays.
7624 * tracepoint.c (trace_save): Use vectors of actions.
7625 (parse_tracepoint_definition): Ditto.
7626 (get_uploaded_tp): Clear vectors.
7627 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7628 (next_cmd): Change to an int.
7629 (read_next_cmd): Use vector of command strings.
7630
7631 2010-04-06 Doug Evans <dje@google.com>
7632
7633 * top.h (source_script, cd_command): Delete.
7634 * main.c: #include "cli/cli-cmds.h"
7635
7636 2010-04-06 Kevin Buettner <kevinb@redhat.com>
7637
7638 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7639 type in bytes, not bits.
7640
7641 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7642
7643 * stabsread.c (define_symbol): Add support for char
7644 and string constants.
7645
7646 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7647
7648 Remove remaining "%ll" uses.
7649 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7650 hex_string call.
7651 * rs6000-nat.c (rs6000_ptrace64): Idem.
7652 * solib-pa64.c (pa64_current_sos): Idem.
7653 * solib-spu.c (spu_current_sos): Idem.
7654 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7655 plongest call.
7656 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7657 phex (VAR, 8) call.
7658 * sh64-tdep.c (sh64_show_media_regs): Idem.
7659
7660 2010-04-05 Stan Shebs <stan@codesourcery.com>
7661
7662 * tracepoint.c: Include gdbcore.h.
7663 (tfile_xfer_partial): Return partial results, also try reading
7664 from executable.
7665 (tfile_has_all_memory): New function.
7666 (init_tfile_ops): Use it.
7667
7668 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7669
7670 PR gdb/10736:
7671 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7672 the changes in data-directory.
7673 (init_sysinfo): Reload the syscall XML file if the data-directory
7674 has changed.
7675
7676 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7677
7678 Code cleanup.
7679 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7680
7681 2010-04-04 Stan Shebs <stan@codesourcery.com>
7682 Nathan Sidwell <nathan@codesourcery.com>
7683
7684 * breakpoint.c (breakpoint_1): Add filter argument, return number of
7685 breakpoints printed.
7686 (is_hardware_watchpoint): Make argument const.
7687 (is_watchpoint): Ditto.
7688 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7689 use it everywhere.
7690 (breakpoints_info): Pass NULL to breakpoint_1.
7691 (maintenance_info_breakpoints): Ditto.
7692 (watchpoints_info): New function.
7693 (tracepoints_info): Use breakpoint_1 filter.
7694 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7695 (_initialize_breakpoint): Make "info watchpoints" its own command.
7696 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7697 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7698
7699 2010-04-04 Stan Shebs <stan@codesourcery.com>
7700
7701 * tracepoint.c (tfile_fetch_registers): Add fallback case.
7702
7703 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7704
7705 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7706 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7707
7708 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7709
7710 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7711 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7712
7713 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7714
7715 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7716 code form.
7717
7718 2010-04-02 Hui Zhu <teawater@gmail.com>
7719
7720 * i386-tdep.c (OT_DQUAD): New enum.
7721 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7722 SSE3, SSSE3 and SSE4.
7723
7724 2010-04-02 Hui Zhu <teawater@gmail.com>
7725
7726 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7727 "*addr = 0".
7728
7729 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7730
7731 * tracepoint.c (trace_dump_actions): New, factored out from
7732 trace_dump_command, and adjusted to recurse into while-stepping's
7733 action list.
7734 (trace_dump_command): Use it.
7735
7736 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7737
7738 * breakpoint.h (struct counted_command_line): Moved definition to
7739 breakpoint.c, and forward declare.
7740 (breakpoint_commands): Declare.
7741 * breakpoint.c (struct counted_command_line): Moved here.
7742 (breakpoint_commands): New.
7743 * tracepoint.c (encode_actions): Use breakpoint_commands.
7744 * remote.c (remote_download_tracepoint): Ditto.
7745
7746 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7747
7748 * remote.c (remote_parse_stop_reply): Use hex_string instead
7749 of phex_nz for error.
7750
7751 2010-04-01 Stan Shebs <stan@codesourcery.com>
7752 Nathan Sidwell <nathan@codesourcery.com>
7753
7754 * tracepoint.h (enum actionline_type): Remove.
7755 (validate_actionline): Change return to void.
7756 * tracepoint.c (report_agent_reqs_errors): New function.
7757 (validate_actionline): Call it, change return to void, report errors
7758 more consistently.
7759 (collect_symbol): Call report_agent_reqs_errors.
7760 (encode_actions_1): Ditto.
7761 (encode_actions): Don't expect a result from validate_actionline.
7762
7763 2010-04-01 Stan Shebs <stan@codesourcery.com>
7764
7765 * tracepoint.c (trace_start_command): Confirm if trace is running.
7766 (trace_stop_command): Error if trace not running.
7767
7768 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7769
7770 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7771 (AMD64_NUM_LOWER_BYTE_REGS): New.
7772 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7773 (amd64_pseudo_register_write): Likewise.
7774 (amd64_init_abi): Set num_byte_regs to 20.
7775
7776 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7777
7778 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7779 (prev_breakpoint_count): New.
7780 (set_breakpoint_count): Adjust.
7781 (rbreak_start_breakpoint_count): New.
7782 (start_rbreak_breakpoints): Adjust.
7783 (end_rbreak_breakpoints): Adjust.
7784 (struct commands_info) <arg>: New field.
7785 (do_map_commands_command): Tweak output to include breakpoint spec
7786 range.
7787 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
7788 ARG was empty on entry. Set INFO's arg.
7789 (create_breakpoint): Adjust.
7790
7791 * NEWS: Clarify `commands' changes.
7792
7793 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7794
7795 * tracepoint.c: Include stack.h.
7796 (struct add_local_symbols_data): New.
7797 (do_collect_symbol): New.
7798 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7799 iterate_over_block_local_vars.
7800 * stack.c (print_block_frame_locals): Rewrite as ...
7801 (iterate_over_block_locals): ... this. Take a callback function
7802 pointer and generic data pointer, and call that instead of
7803 print_variable_and_value.
7804 (struct print_variable_and_value_data): New.
7805 (do_print_variable_and_value): New.
7806 (iterate_over_block_local_vars): New, abstracted out from
7807 print_frame_local_vars.
7808 (print_frame_local_vars): Rewrite using
7809 iterate_over_block_local_vars.
7810 (iterate_over_block_arg_vars): New, abstracted out from
7811 print_frame_arg_vars.
7812 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7813 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7814 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7815
7816 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
7817
7818 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7819 instructions. Use the PC+4 if the base of the TBB or TBH is the
7820 PC register.
7821
7822 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7823
7824 Fix crash on reading wrong function declaration DWARF.
7825 * dwarf2read.c (read_subroutine_type): New variable void_type.
7826 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
7827 more close to their use.
7828
7829 2010-03-31 Stan Shebs <stan@codesourcery.com>
7830
7831 * breakpoint.c (tracepoint_save_command): Include variables,
7832 conditionals, tracepoint types, and default-collect.
7833 * tracepoint.c (save_trace_state_variables): New function.
7834 * tracepoint.h (save_trace_state_variables): Declare it.
7835
7836 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
7837
7838 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7839
7840 2010-03-30 Keith Seitz <keiths@redhat.com>
7841
7842 * c-typeprint.c (c_type_print_args): Don't print "void"
7843 for java, regardless of whether it is TYPE_PROTOTYPED.
7844 Use the passed-in language instead of current_language.
7845 (c_type_print_varspec_suffix): Use current_language instead
7846 of assuming language_c.
7847 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7848 any return type specifier from the physname.
7849
7850 2010-03-30 Pedro Alves <pedro@codesourcery.com>
7851
7852 * tui/tui-interp.c (tui_is_toplevel): New.
7853 (tui_init): Set it.
7854 (tui_allowed_p): New.
7855 * tui/tui.c (tui_enable): Check if the TUI is allowed before
7856 enabling it.
7857 * tui/tui.h (tui_allowed_p): Declare.
7858
7859 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
7860
7861 * serial.h: Include winsock2.h before windows.h.
7862
7863 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
7864
7865 * NEWS: Mention xmlRegisters= in qSupported packet.
7866
7867 * i386-tdep.c: Include "remote.h".
7868 (_initialize_i386_tdep): Call register_remote_support_xml.
7869
7870 * remote.c (remote_support_xml): New.
7871 (register_remote_support_xml): Likewise.
7872 (remote_query_supported_append): Likewise.
7873 (remote_query_supported): Support remote_support_xml.
7874
7875 * remote.h (register_remote_support_xml): New.
7876
7877 2010-03-29 Stan Shebs <stan@codesourcery.com>
7878
7879 * tracepoint.c (trace_find_line_command): Remove dead code.
7880
7881 * tracepoint.h (struct uploaded_string): New struct.
7882 (struct uploaded_tp): New fields for source strings.
7883 * breakpoint.c (this_utp, next_cmd): New globals.
7884 (read_uploaded_action): New function.
7885 (create_tracepoint_from_upload): Fill in more parts
7886 of a tracepoint.
7887 * tracepoint.c (encode_source_string): New function.
7888 (trace_save): Write out source strings, fix error checks.
7889 (parse_tracepoint_definition): Add source string parsing.
7890 * remote.c (PACKET_TracepointSource): New packet type.
7891 (remote_download_command_source): New function.
7892 (remote_download_tracepoint): Download source pieces also.
7893 (_initialize_remote): Add packet config command.
7894
7895 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7896 expression handler.
7897
7898 * tracepoint.c (start_tracing): Check tracepoints before sending
7899 commands to target, don't start if all tracepoints disabled.
7900
7901 2010-03-28 Pedro Alves <pedro@codesourcery.com>
7902
7903 * cli/cli-script.c (process_next_line): Handle 'stepping'.
7904
7905 2010-03-26 Stan Shebs <stan@codesourcery.com>
7906
7907 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7908
7909 2010-03-26 Tom Tromey <tromey@redhat.com>
7910
7911 * breakpoint.c (commands_command_1): Duplicate 'arg'.
7912
7913 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7914
7915 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7916 (skip_prologue_sal): Remove local definition.
7917 (resolve_sal_pc): Remove now unnecessary code.
7918 * linespec.c (minsym_found): Call skip_prologue_sal.
7919 * symtab.c (find_function_start_pc): Remove.
7920 (find_function_start_sal): Extract prologue skipping into ...
7921 (skip_prologue_sal): ... this new function. Handle code both
7922 with and without debug info. Respect SAL's explicit_pc and
7923 explicit_line flags. Inline old find_function_start_pc.
7924 * symtab.h (find_function_start_pc): Remove.
7925 (skip_prologue_sal): Add prototype.
7926
7927 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7928
7929 * dwarf2read.c (read_func_scope): Also scan specification DIEs
7930 for DW_TAG_imported_module children.
7931
7932 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7933
7934 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7935 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7936 * completer.c (add_struct_fields): Fix inverted logic.
7937
7938 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7939
7940 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7941
7942 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7943
7944 * tracepoint.c (current_trace_status): Don't make sure error_desc
7945 is non-NULL here.
7946 (parse_trace_status): Release a previous error_desc string, and
7947 set it to NULL by default. If stop reason is tracepoint_error,
7948 make sure error_desc is not left NULL.
7949
7950 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7951
7952 * tracepoint.c (trace_save): Remove X from tracepoint error
7953 description.
7954
7955 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7956
7957 * tracepoint.c (parse_trace_status): Don't allow plain strings in
7958 the terror description. Don't expect an X prefix.
7959
7960 2010-03-25 Stan Shebs <stan@codesourcery.com>
7961
7962 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7963 (struct trace_status): New field error_desc.
7964 * tracepoint.c (stop_reason_names): Add terror.
7965 (current_trace_status): Ensure non-NULL error description.
7966 (trace_status_command): Add error report.
7967 (trace_status_mi): Ditto.
7968 (trace_save): Add special case for error description.
7969 (parse_trace_status): Add case for errors.
7970
7971 2010-03-25 Keith Seitz <keiths@redhat.com>
7972
7973 * dwarf2read.c (read_subroutine_type): If the compilation unit
7974 language is Java, mark any formal parameter named "this" as
7975 artificial (GCC/43521).
7976 (dwarf2_name): Add special handling for Java constructors.
7977
7978 2010-03-25 Tom Tromey <tromey@redhat.com>
7979
7980 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7981 * infrun.c (handle_inferior_event): Change initialization of
7982 stop_stack_dummy.
7983 (handle_inferior_event): Change assignment to stop_stack_dummy.
7984 (normal_stop): Update use of stop_stack_dummy.
7985 (struct inferior_status) <stop_stack_dummy>: Change type.
7986 * inferior.h (stop_stack_dummy): Update.
7987 * infcmd.c (stop_stack_dummy): Change type.
7988 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7989 function.
7990 (call_function_by_hand): Call set_std_terminate_breakpoint.
7991 Rewrite std::terminate handling.
7992 * breakpoint.h (enum bptype) <bp_std_terminate,
7993 bp_std_terminate_master>: New.
7994 (enum stop_stack_kind): New.
7995 (struct bpstat_what) <call_dummy>: Change type.
7996 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
7997 Declare.
7998 * breakpoint.c (create_std_terminate_master_breakpoint): New
7999 function.
8000 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
8001 Call create_std_terminate_master_breakpoint.
8002 (print_it_typical): Handle new breakpoint kinds.
8003 (bpstat_stop_status): Handle bp_std_terminate_master.
8004 (bpstat_what): Correctly set call_dummy field. Handle
8005 bp_std_terminate_master and bp_std_terminate.
8006 (print_one_breakpoint_location): Update.
8007 (allocate_bp_location): Update.
8008 (set_std_terminate_breakpoint): New function.
8009 (delete_std_terminate_breakpoint): Likewise.
8010 (create_thread_event_breakpoint): Update.
8011 (delete_command): Update.
8012 (breakpoint_re_set_one): Update.
8013 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
8014
8015 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8016
8017 * symfile.c (build_section_addr_info_from_bfd): New.
8018 (build_section_addr_info_from_objfile): Base it on
8019 build_section_addr_info_from_bfd.
8020 (addrs_section_compar, addrs_section_sort): New.
8021 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
8022 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
8023 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
8024
8025 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
8026
8027 * elfread.c (find_separate_debug_file_by_buildid):
8028 Remove unused local variable.
8029
8030 2010-03-24 Tom Tromey <tromey@redhat.com>
8031
8032 PR breakpoints/9352:
8033 * NEWS: Mention changes to `commands' and `rbreak'.
8034 * symtab.c (do_end_rbreak_breakpoints): New function.
8035 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
8036 end_rbreak_breakpoints.
8037 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
8038 (set_breakpoint_count): Likewise. Clear last_was_multi.
8039 (multi_start, multi_end, last_was_multi): New globals.
8040 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
8041 functions.
8042 (struct commands_info): New
8043 (do_map_commands_command): New function.
8044 (commands_command_1): New function.
8045 (commands_command): Use it.
8046 (commands_from_control_command): Likewise.
8047 (do_delete_breakpoint): New function.
8048 (delete_command): Use it.
8049 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
8050 (do_map_disable_breakpoint): New function.
8051 (disable_command): Use it.
8052 (do_map_enable_breakpoint): New function.
8053 (enable_command): Use it.
8054 (enable_once_breakpoint): Add argument.
8055 (enable_once_command): Update.
8056 (enable_delete_breakpoint): Add argument.
8057 (enable_delete_command): Update.
8058 (break_command_really): Set last_was_multi when needed.
8059 (check_tracepoint_command): Fix formatting.
8060 (validate_commands_for_breakpoint): New function.
8061 (breakpoint_set_commands): Use it.
8062 (tracepoint_save_command): Update.
8063 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
8064 Declare.
8065
8066 2010-03-24 Tom Tromey <tromey@redhat.com>
8067
8068 * breakpoint.h (struct counted_command_line): New struct.
8069 (struct breakpoint) <commands>: Change type.
8070 (struct bpstats) <commands>: Change type.
8071 <commands_left>: New field.
8072 * breakpoint.c (alloc_counted_command_line): New function.
8073 (incref_counted_command_line): Likewise.
8074 (decref_counted_command_line): Likewise.
8075 (do_cleanup_counted_command_line): Likewise.
8076 (make_cleanup_decref_counted_command_line): Likewise.
8077 (breakpoint_set_commands): Use decref_counted_command_line and
8078 alloc_counted_command_line.
8079 (commands_command): Don't error if breakpoint commands are
8080 executing.
8081 (commands_from_control_command): Likewise.
8082 (bpstat_free): Update.
8083 (bpstat_copy): Likewise.
8084 (bpstat_clear_actions): Likewise.
8085 (bpstat_do_actions_1): Likewise.
8086 (bpstat_stop_status): Likewise.
8087 (print_one_breakpoint_location): Likewise.
8088 (delete_breakpoint): Likewise.
8089 (bpstat_alloc): Initialize new field.
8090 (tracepoint_save_command): Update.
8091 * tracepoint.c (encode_actions): Update.
8092 (trace_dump_command): Update.
8093
8094 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8095
8096 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
8097 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
8098 (read_structure_type): For RealView, set TYPE_STUB on structures with
8099 no byte size and no children.
8100 (read_subroutine_type): Mark functions as prototyped by default.
8101 * symtab.c (producer_is_realview): New function.
8102 * symtab.h (expand_line_sal): Fix declaration formatting.
8103 (producer_is_realview): Declare.
8104
8105 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8106
8107 * arm-tdep.c (skip_prologue_function): New function.
8108 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
8109 (thumb_analyze_prologue): Document return value. Recognize more
8110 Thumb instructions, skippable calls, and some Thumb-2 instructions.
8111 Add debug output.
8112 (arm_skip_prologue): Remove call dummy check. Check the prologue
8113 for non-GNU compilers.
8114 (arm_instruction_changes_pc): New function.
8115 (arm_analyze_prologue): New function, broken out from
8116 arm_scan_prologue. Recognize more ARM instructions and skippable
8117 calls. Update comments. Handle NULL cache. Return the address
8118 of the first unrecognized instruction. Do not skip past other
8119 instructions which change control flow. Add debug output.
8120 (arm_scan_prologue): Use arm_analyze_prologue.
8121 (ARM_PC_32): Delete.
8122 (shifted_reg_val): Simplify ARM_PC_32 check.
8123
8124 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8125
8126 * tracepoint.c (tvariables_info_1): Actually compute
8127 the number of rows in the result.
8128
8129 2010-03-24 Pedro Alves <pedro@codesourcery.com>
8130
8131 * remote.c (crc32): Constify `buf' parameter.
8132 (remote_verify_memory): New, abstracted out from...
8133 (compare_sections_command): ... this. Remove hardcoded target
8134 checks.
8135 (init_remote_ops): Install remote_verify_memory.
8136 * target.c (target_verify_memory): New.
8137 * target.h (struct target_ops) <to_verify_memory>: New field.
8138 (target_verify_memory): Declare.
8139
8140 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8141
8142 Implement -trace-save.
8143
8144 * mi-cmds.h (mi_cmds_trace_save): Declare.
8145 * mi-cmds.c (mi_cmds): Register -trace-save.
8146 * mi/mi-main.c (mi_cmd_trace_save): New.
8147 * remote.c (remote_save_trace_data): Take const parameter.
8148 * target.h (struct target_ops::to_save_trace_data): Take
8149 const parameter.
8150 * target.c (update_current_target): Adjust to the above.
8151 * tracepoint.c (trave_save): New, extracted from
8152 (trace_save_command): ...this.
8153 (tfile_trace_find): Remove message that is unnecessary now
8154 that 'tfind' reports found frame.
8155 * tracepoint.h (trace_save): Declare.
8156
8157 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8158
8159 Implement -trace-find.
8160
8161 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
8162 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
8163 * mi/mi-main.c (mi_cmd_trace_find): New.
8164 * target.h (struct target_ops): Document to_trace_find.
8165 * tracepoint.h (tfind_1): Declare.
8166 * tracepoint.c (finish_tfind_command): Rename to...
8167 (tfind_1): ...this.
8168 * remote.c (remote_trace_find): Return -1 if target say
8169 there's no frame. Improve error diagnostics.
8170
8171 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8172
8173 -trace-define-variable and -trace-list-variables.
8174
8175 * tracepoint.c (create_trace_state_variable): Make
8176 private copy of name, as opposed to assuming the
8177 pointer lives forever.
8178 (tvariables_info_1): New.
8179 (tvariables_info): Use the above.
8180 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
8181 Declare.
8182 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
8183 and -trace-list-variables.
8184 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
8185 (mi_cmd_trace_list_variables): New.
8186 * mi/mi-main.c (mi_cmd_trace_define_variable)
8187 (mi_cmd_trace_list_variables): New.
8188
8189 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8190
8191 Implement -break-passcount.
8192
8193 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
8194 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
8195 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
8196
8197 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8198
8199 -trace-start/-trace-end/-trace-status.
8200
8201 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
8202 and -trace-stop.
8203 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
8204 (mi_cmd_trace_stop): Declare.
8205 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
8206 (mi_cmd_trace_stop): New.
8207 * tracepoint.c (start_tracing): New, extracted from...
8208 (trace_start_command): ...this.
8209 (trace_status_mi): New.
8210 * tracepoint.h (struct trace_status): Document
8211 stopping_tracepoint.
8212 (start_tracing, stop_tracing, trace_status_mi): Declare.
8213
8214 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8215
8216 Implement creating tracepoints with -break-insert.
8217
8218 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
8219 to mean that tracepoint should be created.
8220
8221 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8222
8223 * breakpoint.c (check_no_tracepoint_commands): Use
8224 current spelling of 'teval'.
8225
8226 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8227
8228 Unify actions and commands
8229
8230 * defs.h (read_command_lines, read_command_lines_1): New
8231 parameters validator and closure.
8232 * tracepoint.h (struct action_line): Remove.
8233 * breakpoint.h (struct breakpoint): Remove the 'actions'
8234 field.
8235 * defs.h (enum command_control_type): New value
8236 while_stepping_control.
8237 (struct command_line): Add comments.
8238 * breakpoint.c (breakoint_is_tracepoint): New.
8239 (breakpoint_set_commands): For tracepoints,
8240 verify the commands are permissible.
8241 (check_tracepoint_commands): New.
8242 (commands_command): Require that each new line is validated using
8243 check_tracepoint_command, if we set commands for a tracepoint.
8244 (create_tracepoint_from_upload): Likewise.
8245 (print_one_breakpoint_location): Remove the code to print
8246 actions specifically.
8247 (tracepoint_save_command): Relay to print_command_lines.
8248 * cli/cli-script.c (process_next_line): New parameters validator
8249 and closure. Handle 'while-stepping'. Call validator if not null.
8250 (read_command_lines, read_command_lines1): Likewise.
8251 (recurse_read_control_structure): New parameters validator and
8252 closure. Handle while_stepping_control.
8253 (print_command_lines): Handle while-stepping.
8254 (get_command_line, define_command, document_command): Adjust.
8255 * remote.c (remote_download_tracepoint): Adjust.
8256 * tracepoint.c (make_cleanup_free_actions, read_actions)
8257 (free_actions, do_free_actions_cleanup): Remove.
8258 (trace_actions_command): Use read_command_lines.
8259 (validate_actionline): Use error in one place.
8260 (encode_actions_1): New, extracted from...
8261 (encode_actions): ...this. Also use cleanups for exception
8262 safety.
8263 (trace_dump_command): Adjust.
8264 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
8265 it's tracepoint.
8266
8267 2010-03-23 Mike Frysinger <vapier@gentoo.org>
8268
8269 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
8270
8271 2010-03-22 Stan Shebs <stan@codesourcery.com>
8272
8273 * value.c (value_static_field): Be lazy about the field's value.
8274
8275 2010-03-22 Reid Kleckner <reid@kleckner.net>
8276
8277 PR gdb/11094
8278 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
8279 bp_jit_event.
8280 (disable_breakpoints_in_shlibs): Likewise.
8281
8282 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
8283
8284 * dwarf2read.c (partial_die_parent_scope): Work around buggy
8285 GCC 4.1 debug info generation (GCC PR c++/28460).
8286 (determine_prefix): Likewise.
8287
8288 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
8289
8290 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
8291 get_current_arch.
8292 * tui/tui-layout.c (extract_display_start_addr): Likewise.
8293
8294 2010-03-19 Stan Shebs <stan@codesourcery.com>
8295
8296 * ax-gdb.c (gen_fetch): Handle bool.
8297 (gen_usual_unary): Ditto.
8298 (gen_cast): Ditto.
8299 (gen_equal): New function.
8300 (gen_less): New function.
8301 (gen_expr_binop_rest): Call them, also return integer type from
8302 logical operations.
8303 (gen_expr): Ditto.
8304
8305 2010-03-19 Tom Tromey <tromey@redhat.com>
8306
8307 * jv-lang.c (jv_dynamics_objfile_data_key)
8308 (jv_type_objfile_data_key): New globals.
8309 (class_symtab): Move earlier.
8310 (jv_per_objfile_free): New function.
8311 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
8312 parameter.
8313 Remove ancient #if 1.
8314 (add_class_symbol): Remove redundant declaration.
8315 (java_lookup_class): Use alloc_type, not alloc_type_arch.
8316 (java_link_class_type): Mark as static. Update.
8317 (jv_clear_object_type): New function.
8318 (set_java_object_type): Likewise.
8319 (get_java_object_type): Use set_java_object_type.
8320 (is_object_type): Likewise.
8321 (_initialize_java_language): Register new objfile keys.
8322 (get_java_class_symtab): Add 'gdbarch' parameter.
8323 (add_class_symtab_symbol): Update.
8324 (type_from_class): Update.
8325
8326 2010-03-19 Stan Shebs <stan@codesourcery.com>
8327
8328 * ax-general.c (ax_const_l): Fix a sizing bug.
8329
8330 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8331
8332 GDB 7.1 released.
8333
8334 2010-03-18 Stan Shebs <stan@codesourcery.com>
8335 Pedro Alves <pedro@codesourcery.com>
8336
8337 * target.h (struct target_ops): New method
8338 to_set_circular_trace_buffer.
8339 (target_set_circular_trace_buffer): New macro.
8340 * target.c (update_current_target): Add
8341 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
8342 default behavior.
8343 * remote.c (remote_set_circular_trace_buffer): New function.
8344 (init_remote_ops): Add it to vector.
8345 * tracepoint.h (struct trace_status): New field traceframes_created,
8346 change buffer_size and buffer_free to int.
8347 * tracepoint.c (circular_trace_buffer): New global.
8348 (start_tracing): Send values of disconnected tracing and circular
8349 trace buffer settings.
8350 (set_circular_trace_buffer): New function.
8351 (parse_trace_state): Handle total space and frames created.
8352 (trace_status_command): Display total space and total frames
8353 created.
8354 (trace_save): Write out new status values.
8355 (parse_trace_status): Set traceframe_count, traceframes_created,
8356 buffer_free and buffer_size to -1 by default.
8357 (_initialize_tracepoint): New setshow for circular-trace-buffer.
8358 * NEWS: Mention the circular trace buffer option.
8359
8360 2010-03-18 Tom Tromey <tromey@redhat.com>
8361
8362 * infcmd.c (finish_command_continuation): Wrap print_return_value
8363 in TRY_CATCH.
8364
8365 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8366
8367 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
8368 DIE has a name before creating the associated partial symbol.
8369 (read_func_scope): Emit a complaint if the subprogram does not
8370 have a name or when we can't extract the subprogram PC bounds.
8371
8372 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
8373
8374 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
8375 instead of selected frame architecture.
8376
8377 2010-03-18 Pedro Alves <pedro@codesourcery.com>
8378
8379 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
8380 a valid selected thread, and that it is not running.
8381 (advance_command): Ditto.
8382 (finish_command): Ditto.
8383
8384 2010-03-17 Stan Shebs <stan@codesourcery.com>
8385
8386 * ax-gdb.c (require_rvalue): Disallow non-scalars.
8387
8388 * infcall.c: Include tracepoint.h.
8389 (call_function_by_hand): Disallow calls in tfind mode.
8390 * infcmd.c: Include tracepoint.h.
8391 (ensure_not_tfind_mode): New function.
8392 (continue_1): Call it.
8393 (step_1) Ditto.
8394 (jump_command): Ditto.
8395 (signal_command): Ditto.
8396 (advance_command): Ditto.
8397 (until_command): Ditto.
8398 (finish_command): Ditto.
8399 * tracepoint.h (disconnect_or_stop_tracing): Declare.
8400
8401 * ax-gdb.h (struct axs_value): New field optimized_out.
8402 (gen_trace_for_var): Add gdbarch argument.
8403 * ax-gdb.c (gen_trace_static_fields): New function.
8404 (gen_traced_pop): Call it, add gdbarch argument.
8405 (gen_trace_for_expr): Update call to it.
8406 (gen_trace_for_var): Ditto, and report optimized-out variables.
8407 (gen_struct_ref_recursive): Check for optimized-out value.
8408 (gen_struct_elt_for_reference): Ditto.
8409 (gen_static_field): Pass gdbarch instead of expression, assume
8410 optimization if field not found.
8411 (gen_var_ref): Set the optimized_out flag.
8412 (gen_expr): Error on optimized-out variable.
8413 * tracepoint.c (collect_symbol): Handle struct-valued vars as
8414 expressions, skip optimized-out variables with computed locations.
8415 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
8416 erroring out if location expression missing.
8417 (loclist_tracepoint_var_ref): Don't error out here.
8418
8419 2010-03-17 Tom Tromey <tromey@redhat.com>
8420
8421 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
8422 DWARF data is available.
8423
8424 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
8425
8426 * symfile.c (generic_load): Reset breakpoints after loading.
8427
8428 2010-03-17 Tom Tromey <tromey@redhat.com>
8429
8430 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
8431
8432 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8433
8434 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
8435 create_breakpoint call, adjust the parameters.
8436
8437 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8438 Chandru <chandru@in.ibm.com>
8439
8440 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
8441 * valarith.c (value_subscripted_rvalue): Suppress error if
8442 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
8443
8444 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
8445
8446 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
8447
8448 2010-03-16 Joel Brobecker <brobecker@adacore.com>
8449
8450 * ada-tasks.c (task_command_1): Check that the task ptid is valid
8451 before doing the associated thread switch.
8452
8453 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
8454
8455 * MAINTAINERS: Update my email address.
8456
8457 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
8458
8459 Simplify MI breakpoint setting.
8460
8461 * breakpoint.c (break_command_really): Make nonstatic and
8462 rename to...
8463 (create_breakpoint): ...this. Rename prior function by this name
8464 to...
8465 (create_breakpoint_sal): ...this.
8466 (create_breakpoints): Rename to...
8467 (create_breakpoints_sal): ...this.
8468 (set_breakpoint): Remove.
8469 * breakpoint.h: Adjust to above changes.
8470 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
8471
8472 2010-03-15 Stan Shebs <stan@codesourcery.com>
8473
8474 * ax-gdb.c: Include cp-support.h.
8475 (find_field): Remove.
8476 (gen_primitive_field): New function.
8477 (gen_struct_ref_recursive): New function.
8478 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8479 of find_field.
8480 (gen_static_field): New function.
8481 (gen_struct_elt_for_reference): New.
8482 (gen_namespace_elt): New.
8483 (gen_maybe_namespace_elt): New.
8484 (gen_aggregate_elt_ref): New.
8485 (gen_expr): Add OP_SCOPE, display opcode name in error message.
8486
8487 2010-03-15 Tom Tromey <tromey@redhat.com>
8488
8489 * dwarf2read.c (die_needs_namespace): Also return 0 for
8490 DW_TAG_subprogram.
8491
8492 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
8493
8494 PR c++/7936:
8495 * cp-support.h: Added char *declaration element to using_direct
8496 data struct.
8497 (cp_add_using): Added char *declaration argument.
8498 (cp_add_using_directive): Ditto.
8499 (cp_lookup_symbol_imports): made extern.
8500 * cp-namespace.c: Updated with the above changes.
8501 * dwarf2read.c (read_import_statement): Ditto.
8502 (read_namespace): Ditto.
8503 (read_import_statement): Support import declarations.
8504 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8505 declarations.
8506 Added support for 'declaration_only' search.
8507 (cp_lookup_symbol_namespace): Attempt to search for the name as
8508 is before consideration of imports.
8509 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8510 search at every block level search.
8511 Now takes language argument.
8512 (lookup_symbol_aux): Updated.
8513
8514 2010-03-15 Tom Tromey <tromey@redhat.com>
8515
8516 * c-exp.y (name_not_typename): Add 'operator' clause.
8517
8518 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
8519
8520 * configure.ac: Exit if ${gdb_target_obs}" is not set.
8521 * configure: Regenerate.
8522
8523 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8524
8525 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8526 and ".sdynbss". Update the comment.
8527
8528 2010-03-15 Jie Zhang <jie@codesourcery.com>
8529
8530 * MAINTAINERS: Update my email address.
8531
8532 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8533
8534 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8535
8536 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8537
8538 * charset.c [USE_WIN32API]: Include <windows.h>.
8539 (_initialize_charset): Correct type of w32_host_default_charset.
8540
8541 2010-03-14 Pedro Alves <pedro@codesourcery.com>
8542
8543 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8544
8545 2010-03-12 Tom Tromey <tromey@redhat.com>
8546
8547 PR c++/9708:
8548 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8549 in a lexical block does not need a namespace.
8550 (new_symbol) <DW_TAG_variable>: Put extern variables on
8551 list_in_scope in all cases.
8552
8553 2010-03-12 Stan Shebs <stan@codesourcery.com>
8554
8555 * ax-gdb.c (gen_expr): Add shift expressions.
8556 (gen_expr_binop_rest): Ditto.
8557
8558 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
8559
8560 * buildsym.c (finish_block): Reset using_directives pointer
8561 after block initialization.
8562
8563 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
8564
8565 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8566 * i386-tdep.c (i386_word_names): Likewise.
8567
8568 2010-03-12 Pedro Alves <pedro@codesourcery.com>
8569
8570 * target.c (memory_xfer_partial): Don't use the stack cache if
8571 inspecting trace frames.
8572 * tracepoint.c (finish_tfind_command): Invalidate the target
8573 dcache.
8574
8575 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8576
8577 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8578 for the PIC displacement, print also the displacement value.
8579 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
8580
8581 2010-03-10 Kevin Buettner <kevinb@redhat.com>
8582
8583 * remote-mips.c (close_ports, mips_initialize_cleanups)
8584 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8585 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8586 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8587 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8588 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8589 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8590 comments describing each of these functions.
8591 (mips_enter_debug, mips_exit_debug, common_open)
8592 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8593 blank line after the comment describing the function.
8594
8595 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8596
8597 * solib-svr4.c (svr4_exec_displacement): Return now success, new
8598 parameter displacementp. Update comment.
8599 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8600 element exists. Return if svr4_exec_displacement was not successful.
8601 Update comment.
8602
8603 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8604 Daniel Jacobowitz <dan@codesourcery.com>
8605
8606 * solib-svr4.c (read_program_header): Support type == -1 to read
8607 all program headers.
8608 (read_program_headers_from_bfd): New function.
8609 (svr4_static_exec_displacement): Remove and move the comment ...
8610 (svr4_exec_displacement): ... here. Remove variable found. New
8611 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
8612 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
8613 targets using read_program_headers_from_bfd. Remove the call of
8614 svr4_static_exec_displacement.
8615
8616 2010-03-10 Tom Tromey <tromey@redhat.com>
8617
8618 * dwarf2read.c (struct pubnames_header): Remove.
8619 (_PUBNAMES_HEADER): Remove.
8620 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8621 (struct aranges_header): Remove.
8622 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8623 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8624 (PUBNAMES_SECTION): Remove.
8625 (ARANGES_SECTION): Remove.
8626 (dwarf2_locate_sections): Don't handle pubnames or aranges.
8627 (dwarf2_build_psymtabs): Remove dead code.
8628 (dwarf2_build_psymtabs_easy): Remove.
8629
8630 2010-03-10 Tom Tromey <tromey@redhat.com>
8631
8632 * elfread.c (elf_symfile_read): Don't call
8633 dwarf2_build_frame_info.
8634 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8635 (struct dwarf2_per_objfile) <objfile>: New field.
8636 (dwarf2_has_info): Now idempotent. Set objfile field.
8637 (dwarf2_read_section): Check and set readin field. Call
8638 posix_madvise.
8639 (dwarf2_build_psymtabs): Don't read all sections.
8640 (read_type_comp_unit_head): Read types section.
8641 (create_debug_types_hash_table): Likewise.
8642 (init_cu_die_reader): Add asserts.
8643 (process_type_comp_unit): Add assert.
8644 (dwarf2_build_psymtabs_hard): Read info section.
8645 (load_partial_comp_unit): Add assert.
8646 (create_all_comp_units): Read info section.
8647 (load_full_comp_unit): Likewise.
8648 (dwarf2_ranges_read): Read ranges section.
8649 (dwarf2_record_block_ranges): Add assert.
8650 (dwarf2_read_abbrevs): Read abbrev section.
8651 (read_indirect_string): Read str section.
8652 (dwarf_decode_line_header): Read line section.
8653 (read_signatured_type_at_offset): Read types section.
8654 (dwarf_decode_macros): Read macinfo section.
8655 (dwarf2_symbol_mark_computed): Read loc section.
8656 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8657 dwarf2_build_frame_info.
8658 (dwarf2_build_frame_info): Unconditionally set
8659 dwarf2_frame_objfile_data on the objfile.
8660 * configure.ac: Check for posix_madvise.
8661 * config.in, configure: Rebuild.
8662
8663 2010-03-10 Tom Tromey <tromey@redhat.com>
8664
8665 * xcoffread.c (xcoff_start_psymtab): Update.
8666 (xcoff_end_psymtab): Update.
8667 * psymtab.c (allocate_psymtab): Remove dead code.
8668 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8669 void*.
8670 * mdebugread.c (parse_partial_symbols): Update.
8671 (new_psymtab): Likewise.
8672 * dwarf2read.c (process_psymtab_comp_unit): Update.
8673 (psymtab_to_symtab_1): Update.
8674 * dbxread.c (start_psymtab): Update.
8675 (end_psymtab): Likewise.
8676
8677 2010-03-10 Tom Tromey <tromey@redhat.com>
8678
8679 * xcoffread.c: Include psymtab.h.
8680 (xcoff_sym_fns): Update.
8681 * symtab.h (struct partial_symbol): Remove.
8682 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8683 (struct partial_symtab): Remove.
8684 (PSYMTAB_TO_SYMTAB): Remove.
8685 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8686 (find_pc_sect_psymtab): Remove.
8687 (find_pc_sect_symtab_via_partial): Declare.
8688 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8689 (find_main_psymtab): Remove.
8690 (find_main_filename): Declare.
8691 (fixup_psymbol_section): Remove.
8692 (fixup_section): Declare.
8693 * symtab.c: Include psymtab.h.
8694 (lookup_symtab): Use lookup_symtab method.
8695 (lookup_partial_symtab): Remove.
8696 (find_pc_sect_psymtab_closer): Remove.
8697 (find_pc_sect_psymtab): Remove.
8698 (find_pc_sect_symtab_via_partial): New function.
8699 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8700 (fixup_section): No longer static.
8701 (fixup_psymbol_section): Remove.
8702 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8703 (lookup_global_symbol_from_objfile): Likewise.
8704 (lookup_symbol_aux_psymtabs): Remove.
8705 (lookup_symbol_aux_quick): New function.
8706 (lookup_symbol_global): Use lookup_symbol_aux_quick.
8707 (lookup_partial_symbol): Remove.
8708 (basic_lookup_transparent_type_quick): New function.
8709 (basic_lookup_transparent_type): Use it.
8710 (find_main_psymtab): Remove.
8711 (find_main_filename): New function.
8712 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8713 (find_line_symtab): Use expand_symtabs_with_filename method.
8714 (output_partial_symbol_filename): New function.
8715 (sources_info): Use map_partial_symbol_filenames.
8716 (struct search_symbols_data): New type.
8717 (search_symbols_file_matches): New function.
8718 (search_symbols_name_matches): Likewise.
8719 (search_symbols): Use expand_symtabs_matching method.
8720 (struct add_name_data): Rename from add_macro_name_data.
8721 (add_macro_name): Update.
8722 (add_partial_symbol_name): New function.
8723 (default_make_symbol_completion_list): Use
8724 map_partial_symbol_names.
8725 (struct add_partial_symbol_name): New type.
8726 (maybe_add_partial_symtab_filename): New function.
8727 (make_source_files_completion_list): Use
8728 map_partial_symbol_filenames.
8729 (expand_line_sal): Use expand_symtabs_with_filename method.
8730 * symmisc.c: Include psymtab.h.
8731 (print_objfile_statistics): Use print_stats method.
8732 (dump_objfile): Use dump method.
8733 (dump_psymtab, maintenance_print_psymbols)
8734 (maintenance_info_psymtabs, maintenance_check_symtabs)
8735 (extend_psymbol_list): Remove.
8736 * symfile.h (struct quick_symbol_functions): New struct.
8737 (struct sym_fns) <qf>: New field.
8738 (sort_pst_symbols): Remove.
8739 (increment_reading_symtab): Declare.
8740 * symfile.c: Include psymtab.h.
8741 (compare_psymbols, sort_pst_symbols): Remove.
8742 (psymtab_to_symtab): Remove.
8743 (increment_reading_symtab): New function.
8744 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8745 method.
8746 (set_initial_language): Use find_main_filename.
8747 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8748 (free_named_symtabs): Remove unused code.
8749 (start_psymtab_common, add_psymbol_to_bcache)
8750 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8751 Remove.
8752 * stack.c: Include psymtab.h, symfile.h.
8753 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8754 * source.h (psymtab_to_fullname): Don't declare.
8755 * source.c: Include psymtab.h.
8756 (select_source_symtab): Use find_last_source_symtab method.
8757 (forget_cached_source_info): Use forget_cached_source_info
8758 method.
8759 (find_and_open_source): No longer static.
8760 (psymtab_to_fullname): Remove.
8761 * somread.c: Include psymtab.h.
8762 (som_sym_fns): Update.
8763 * psympriv.h: New file.
8764 * psymtab.h: New file.
8765 * psymtab.c: New file.
8766 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8767 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8768 * objfiles.c: Include psymtab.h.
8769 (objfile_relocate1): Use relocate method.
8770 (objfile_has_partial_symbols): Use has_symbols method.
8771 * mipsread.c: Include psymtab.h.
8772 (ecoff_sym_fns): Update.
8773 * mi/mi-cmd-file.c: Include psymtab.h.
8774 (print_partial_file_name): New function.
8775 (mi_cmd_file_list_exec_source_files): Use
8776 map_partial_symbol_filenames.
8777 * mdebugread.c: Include psympriv.h.
8778 * machoread.c: Include psympriv.h.
8779 (macho_sym_fns): Update.
8780 * m2-exp.y (yylex): Use lookup_symtab.
8781 * elfread.c: Include psympriv.h.
8782 (elf_sym_fns): Update.
8783 * dwarf2read.c: Include psympriv.h.
8784 * dbxread.c: Include psympriv.h.
8785 (aout_sym_fns): Update.
8786 * cp-support.c: Include psymtab.h.
8787 (read_in_psymtabs): Remove.
8788 (make_symbol_overload_list_qualified): Use
8789 expand_symtabs_for_function method.
8790 * coffread.c: Include psympriv.h.
8791 (coff_sym_fns): Update.
8792 * blockframe.c: Include psymtab.h.
8793 (find_pc_partial_function): Use find_pc_sect_symtab method.
8794 * ada-lang.h (ada_update_initial_language): Update.
8795 * ada-lang.c: Include psymtab.h.
8796 (ada_update_initial_language): Remove 'main_pst' argument.
8797 (ada_lookup_partial_symbol): Remove.
8798 (struct ada_psym_data): New type.
8799 (ada_add_psyms): New function.
8800 (ada_add_non_local_symbols): Use map_ada_symtabs method.
8801 (struct add_partial_datum): New type.
8802 (ada_add_partial_symbol_completions): New function.
8803 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8804 (ada_exception_support_info_sniffer): Update.
8805 * Makefile.in (SFILES): Add psymtab.c.
8806 (COMMON_OBS): Add psymtab.o.
8807 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8808
8809 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8810
8811 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8812
8813 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
8814
8815 PR C++/11236:
8816 * cp-namespace.c (cp_add_using): Deleted.
8817 (cp_add_using_directive): Use obstack allocations.
8818 Merged the function cp_add_using into this one.
8819 Added 'struct obstack *' argument.
8820 (cp_scan_for_anonymous_namespaces): Updated.
8821 * cp-support.h: Updated.
8822 * dwarf2read.c (read_import_statement): Updated.
8823 (read_namespace): Updated.
8824
8825 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8826
8827 * windows-nat.c (cygwin_conv_path): Remove old macro.
8828
8829 2010-03-10 Pedro Alves <pedro@codesourcery.com>
8830
8831 * breakpoint.c (condition_command): Handle watchpoint conditions.
8832 (is_hardware_watchpoint): Add comment.
8833 (is_watchpoint): New.
8834 (update_watchpoint): Don't reparse the watchpoint's condition
8835 unless necessary.
8836 (WP_IGNORE): New.
8837 (watchpoint_check): Use it.
8838 (bpstat_check_watchpoint): Handle it.
8839 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8840 conditions in a frame where it makes sense.
8841 (watch_command_1): Store the innermost block of the condition
8842 expression.
8843 (delete_breakpoint): Delete the watchpoint condition expression.
8844 * breakpoint.h (struct bp_location) <cond>: Update comment.
8845 (struct breakpoint): New field `cond_exp_valid_block'.
8846
8847 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8848
8849 Adjust handling of Ada DIEs after dwarf2_physname patch.
8850 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8851
8852 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
8853 Pierre Muller <muller@ics.u-strasbg.fr>
8854
8855 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8856 from/to posix/win32.
8857 (windows_make_so): Use non-Cygwin 1.7 specific function.
8858 (windows_create_inferior): Make sure that cygallargs points to
8859 original args in non Cygwin 1.7. case.
8860
8861 2010-03-09 Michael Snyder <msnyder@vmware.com>
8862
8863 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8864 after target_read_memory to get host byte order.
8865 (i386_process_record): Ditto.
8866
8867 2010-03-09 Keith Seitz <keiths@redhat.com>
8868
8869 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
8870 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8871 print out const or volatile qualifiers, too.
8872 (c_type_print_args): Add parameters show_artificial and language.
8873 Skip artificial parameters when requested.
8874 Use the appropriate language printer.
8875 (c_type_print_varspec): Tell c_type_print_args to skip artificial
8876 parameters and pass language_c.
8877 * dwarf2read.c (die_list): New file global.
8878 (struct partial_die_info): Update comments for name field.
8879 (pdi_needs_namespace): Renamed to ...
8880 (die_needs_namespace): ... this. Rewrite.
8881 (dwarf2_linkage_name): Remove.
8882 (add_partial_symbol): Do not predicate the call to
8883 partial_die_full_name based on pdi_needs_namespace.
8884 Remove call to cp_check_possible_namespace_symbols and associated
8885 outdated comments.
8886 (guess_structure_name): Do not inspect child subprogram DIEs.
8887 (dwarf2_fullname): Update comments.
8888 Use die_needs_namespace to assist in computing the name.
8889 (read_func_scope): Use dwarf2_name to get the DIE's name.
8890 Use dwarf2_physname to get the "linkage name" of the DIE.
8891 (dwarf2_add_member_field): Use dwarf2_physname instead of
8892 dwarf2_linkage_name.
8893 (read_structure_type): For structs and classes, set TYPE_NAME, too.
8894 (determine_class): Remove.
8895 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8896 except Ada.
8897 (new_symbol): Unconditionally call dwarf2_name.
8898 Compute the "linkage name" using dwarf2_physname.
8899 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8900 When determining to scan for anonymous C++ namespaces, ignore
8901 the linkage name.
8902 (dwarf2_physname): New function.
8903 (dwarf2_full_name): Move content to new function and call
8904 that.
8905 (dwarf2_compute_name): "New" function.
8906 (_initialize_dwarf2_read): Initialize die_list.
8907 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8908 physname.
8909 (gnu_v3_print_method_ptr): Use the physname for virtual methods
8910 without a demangled name.
8911 Print out type information for non-virtual methods.
8912 * linespec.c (decode_line_1): Force ANY string using "::" (or
8913 "." for java) to use decode_compound, and clean up any stray quoting.
8914 If we found a file symtab, re-evaluate whether the remainder is_quoted.
8915 (decode_compound): Stop consuming at an open parenthesis.
8916 Keep template parameters.
8917 Keep any overload information.
8918 Keep keywords like "const".
8919 Remove paren_pointer.
8920 Move is_quoted check from set_flags to here.
8921 Remove #if 0 code from 2000. Ten years is long enough.
8922 (find_method): Before comparing symbol names, canonicalize the string
8923 from the user.
8924 If a specific overload is requested, find it. Otherwise throw an error.
8925 (find_method_overload_end): New function.
8926 (set_flags): Remove.
8927 (decode_compound): Assume that parentheses are matched.
8928 It's a lot easier.
8929 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8930 to cplus_demangle.
8931 * linespec.c (decode_line_1): Keep important keywords like
8932 "const" and "volatile".
8933 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8934 * typeprint.h (c_type_print_args): Add declaration.
8935 * ui-file.c (do_ui_file_obsavestring): New function.
8936 (ui_file_obsavestring): New function.
8937 * ui-file.h (ui_file_obsavestring): Add declaration.
8938 * valops.c (find_overload_match): Resolve the object to
8939 a non-pointer type.
8940 If the object is a data member, search the object for the member
8941 and return with staticp set.
8942 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8943 Do not attempt to extract a function name from non-function types.
8944 If the extracted function name and the original name are the same,
8945 we don't have a C++ method.
8946
8947 From Jan Kratochvil <jan.kratochvil@redhat.com>:
8948 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
8949
8950 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8951 and arguments from symbol lookups.
8952 * ax-gdb.c (gen_expr): Likewise.
8953 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8954 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8955 lookup_possible_namespace_symbol): Likewise.
8956 * cp-support.c (read_in_psymtabs): Likewise.
8957 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8958 * language.h (la_lookup_symbol_nonlocal): Likewise.
8959 * scm-valprint.c (scm_inferior_print): Likewise.
8960 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8961 * solib-svr.c (elf_lookup_lib): Likewise.
8962 * solib.c (show_auto_solib_add): Likewise.
8963 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8964 * symmisc.c (maintenance_check_symtabs): Likewise.
8965 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8966 lookup_symbol_aux_local, lookup_symbol_aux_block,
8967 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8968 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8969 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8970 basic_lookup_transparent_type, find_main_psymtab,
8971 lookup_block_symbol): Likewise.
8972 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8973 lookup_symbol_global, lookup_symbol_aux_block,
8974 lookup_symbol_partial_symbol, lookup_block_symbol,
8975 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8976
8977 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
8978
8979 * python/python-internal.h: Include symtab.h.
8980
8981 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8982 Pierre Muller <muller@ics.u-strasbg.fr>
8983
8984 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8985 * p-valprint.c (pascal_val_print): Remove undeed block and fix
8986 indentation.
8987
8988 2010-03-08 Tom Tromey <tromey@redhat.com>
8989
8990 * breakpoint.c (breakpoint_1): Add "QUIT".
8991
8992 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
8993 Pedro Alves <pedro@codesourcery.com>
8994
8995 * solib.c (solib_find): Replace extension if
8996 solib_symbols_extension is set in the target gdbarch.
8997 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
8998 solib_symbols_extension to "sym".
8999 * gdbarch.sh (solib_symbols_extension): New variable.
9000 (pstring): New function.
9001 * gdbarch.h, gdbarch.c: Regenerate.
9002
9003 2010-03-08 Tom Tromey <tromey@redhat.com>
9004
9005 PR cli/9591:
9006 * NEWS: Update.
9007 * utils.c: Include main.h.
9008 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
9009 (defaulted_query): Use default answer if `batch_flag'.
9010 * main.h (batch_flag): Declare.
9011 * main.c (batch_flag): New global.
9012 (captured_main): Remove 'batch'. Update.
9013
9014 2010-03-08 Kevin Buettner <kevinb@redhat.com>
9015
9016 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
9017 and Kevin Buettner:
9018
9019 * remote-mips.c (rockhopper_ops): New target_ops struct.
9020 (MON_ROCKHOPPER): New mips_monitor_type.
9021 (read_hex_value): New function.
9022 (mips_request): Send 8-byte values with a 'T' packet. Read the
9023 packet argument as a string and use read_hex_value to parse it.
9024 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
9025 (rockhopper_open): New function.
9026 (mips_wait): Read the PC, FP and SP fields as strings. Use
9027 read_hex_value to parse them and mips_set_register to commit them.
9028 (mips_set_register): New function.
9029 (mips_fetch_registers): Do not cast register value to "unsigned"
9030 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
9031 (mips_store_registers): Use a 'T' packet to set registers when
9032 using MON_ROCKHOPPER.
9033 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
9034 and expect the total to be printed before the entry address.
9035 (_initialize_remote_mips): Initialize and add rockhopper_ops.
9036
9037 2010-03-08 Kevin Buettner <kevinb@redhat.com>
9038
9039 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
9040 Change return value to int. Store value fetched in location
9041 addressed by `val'. Use function's return value as success
9042 or failure indicator. Adjust all callers.
9043
9044 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
9045
9046 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
9047
9048 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9049 Hui Zhu <teawater@gmail.com>
9050
9051 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
9052 tmp_to_stopped_data_address.
9053 (record_open): Reset tmp_to_stopped_by_watchpoint and
9054 tmp_to_stopped_data_address.
9055 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
9056 to_stopped_data_address.
9057
9058 2010-03-08 Hui Zhu <teawater@gmail.com>
9059
9060 * i386-tdep.c (i386_process_record): Initialize regnum.
9061
9062 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9063
9064 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
9065 Do not warn on ".gnu.liblist" and ".gnu.conflict".
9066
9067 2010-03-08 Joel Brobecker <brobecker@adacore.com>
9068
9069 Memory error when reading wrong core file.
9070 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
9071 errors while reading the inferior memory, and return zero if
9072 an exception was raised.
9073
9074 2010-03-07 Michael Snyder <msnyder@vmware.com>
9075
9076 * record.c (record_restore): Rename tmpu8 to rectype.
9077
9078 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
9079 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
9080
9081 (i386_record_push): Rename local tmpulongest to addr.
9082
9083 (i386_process_record): Rename local tmpulongest to addr.
9084
9085 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
9086 addr64.
9087
9088 Rename local variable tmpu8 to opcode8 and regnum.
9089
9090 2010-03-07 Joel Brobecker <brobecker@adacore.com>
9091
9092 * remote.c (remote_get_ada_task_ptid): New function.
9093 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
9094
9095 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
9096
9097 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
9098 block. Define helper macros to reduce ifdefs in code.
9099 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
9100 size. Call unadorned GetModuleFileNameEx rather than
9101 GetModuleFileNameEx*.
9102 (windows_make_so): Use __PMAX to denote maximum buffer size and
9103 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
9104 appropriate.
9105 (get_image_name): Use __PMAX to denote maximum buffer size.
9106 (handle_load_dll): Likewise.
9107 (windows_pid_to_exec_file): Likewise.
9108 (windows_create_inferior): Add many accommodations for older Cygwin and
9109 non-Cygwin.
9110 (bad_GetModuleFileNameExW): Control inclusion of this function based on
9111 __USEWIDE conditional.
9112 (bad_GetModuleFileNameExA): Likewise.
9113 (_initialize_loadable): Just use real function names without the dyn_
9114 part since they are defined earlier.
9115
9116 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
9117 Tom Tromey <tromey@redhat.com>
9118
9119 * utils.c (host_char_to_target): Add 'gdbarch' argument.
9120 (parse_escape): Likewise.
9121 * python/py-utils.c (unicode_to_target_string): Update.
9122 (unicode_to_target_python_string): Update.
9123 (target_string_to_unicode): Update.
9124 * printcmd.c (printf_command): Update.
9125 * p-exp.y (yylex): Update.
9126 * objc-exp.y (yylex): Update.
9127 * mi/mi-parse.c: Include charset.h.
9128 (mi_parse_escape): New function.
9129 (mi_parse_argv): Use it.
9130 * jv-exp.y (yylex): Update.
9131 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
9132 function.
9133 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
9134 * gdbarch.sh (auto_charset, auto_wide_charset): New.
9135 * gdbarch.c: Rebuild.
9136 * gdbarch.h: Rebuild.
9137 * defs.h (parse_escape): Update.
9138 * cli/cli-setshow.c: Include arch-utils.h.
9139 (do_setshow_command): Update.
9140 * cli/cli-cmds.c (echo_command): Update.
9141 * charset.h (target_charset, target_wide_charset): Update.
9142 * charset.c: Include arch-utils.h.
9143 (target_charset_name): Default to "auto".
9144 (target_wide_charset_name): Likewise.
9145 (show_target_charset_name): Handle "auto".
9146 (show_target_wide_charset_name): Likewise.
9147 (be_le_arch): New global.
9148 (set_be_le_names): Add 'gdbarch' argument.
9149 (validate): Likewise. Don't call set_be_le_names.
9150 (set_charset_sfunc, set_host_charset_sfunc)
9151 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
9152 Update.
9153 (target_charset): Add 'gdbarch' argument.
9154 (target_wide_charset): Likewise. Remove 'byte_order' argument.
9155 (auto_target_charset_name): New global.
9156 (default_auto_charset, default_auto_wide_charset): New functions.
9157 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
9158 for target charsets. Copy result of nl_langinfo. Use GetACP if
9159 USE_WIN32API.
9160 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
9161 remove 'byte_order' argument. Update.
9162 (classify_type): Likewise.
9163 (c_emit_char): Update.
9164 (c_printchar): Update.
9165 (c_printstr): Update.
9166 (c_get_string): Update.
9167 (evaluate_subexp_c): Update.
9168 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
9169 Declare.
9170 * python/python.c (gdbpy_target_charset): New function.
9171 (gdbpy_target_wide_charset): Likewise.
9172 (GdbMethods): Update.
9173 * NEWS: Update.
9174
9175 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
9176
9177 * symfile.c (build_section_addr_info_from_objfile): Do not mask
9178 off high address bits.
9179
9180 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
9181
9182 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
9183 address as UnsignedLongLong, not LongLong.
9184
9185 2010-03-05 Kevin Buettner <kevinb@redhat.com>
9186 Pedro Alves <pedro@codesourcery.com>
9187
9188 * remote-mips.c (gdbthread.h): Include.
9189 (remote_mips_ptid): Declare.
9190 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
9191 (common_open): Set inferior_ptid, add it as an inferior, and
9192 as a thread too. Delete FIXME comment regarding start_remote().
9193 (mips_close): Invoke generic_mourn_inferior().
9194 (mips_kill): Make sure that target_mourn_inferior is invoked.
9195 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
9196 it's now invoked from mips_close().
9197 (mips_load): Don't null out inferior_ptid. Don't call
9198 clear_symtab_users().
9199 (mips_thread_alive, mips_pid_to_str): New functions.
9200 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
9201 to_thread_alive and to_pid_to_str operations.
9202
9203 2010-03-04 Tom Tromey <tromey@redhat.com>
9204
9205 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
9206 in DWARF 3 and later.
9207 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
9208
9209 2010-03-04 Keith Seitz <keiths@redhat.com>
9210
9211 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
9212 If the filename portion of the linespec was quoted, recheck the
9213 remainder for additional quoting.
9214 (locate_first_half): Skip over completer chars, too.
9215
9216 2010-03-04 Tom Tromey <tromey@redhat.com>
9217
9218 * printcmd.c (printf_command): Pass dummy argument to
9219 printf_filtered.
9220
9221 2010-03-04 Doug Evans <dje@google.com>
9222
9223 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
9224 unwound_fp.
9225
9226 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
9227
9228 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9229
9230 * breakpoint.c (update_watchpoint): Create a sentinel location if
9231 the software watchpoint isn't watching any memory.
9232 (breakpoint_address_bits): Skip dummy software watchpoint locations.
9233
9234 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9235
9236 * utils.c (fputs_maybe_filtered): Check if there's already a top
9237 level interpreter before dereferencing it. If there isn't one,
9238 don't paginate either.
9239
9240 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9241
9242 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
9243 the state right when single stepping.
9244 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
9245 Get the next PC along with the instruction state.
9246 (thumb_get_next_pc): Remove.
9247 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
9248
9249 2010-03-04 Hui Zhu <teawater@gmail.com>
9250
9251 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
9252
9253 2010-03-03 Pedro Alves <pedro@codesourcery.com>
9254
9255 * utils.c (fputs_maybe_filtered): Always disable pagination if the
9256 top level interpreter is MI.
9257
9258 2010-03-03 Stan Shebs <stan@codesourcery.com>
9259
9260 * remote.c (remote_download_tracepoint): Iterate over locations.
9261 * tracepoint.c (validate_actionline): Ditto.
9262 (encode_actions): Add location argument.
9263 (trace_dump_command): Check all locations to see if stepping
9264 frame.
9265
9266 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
9267 Eli Zaretskii <eliz@gnu.org>
9268
9269 * NEWS: Add X86 general purpose registers section.
9270
9271 2010-03-03 Tom Tromey <tromey@redhat.com>
9272
9273 PR mi/11098:
9274 * varobj.c (install_new_value): Handle case where new print_value
9275 is NULL.
9276
9277 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
9278
9279 PR gdb/11345:
9280 * printcmd.c (printf_command): Print end of format string using
9281 printf_filtered.
9282
9283 2010-03-02 Tom Tromey <tromey@redhat.com>
9284
9285 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
9286 * defs.h (read_command_lines_1): Add missing 'void'.
9287 * cli/cli-script.c (recurse_read_control_structure): Add missing
9288 'void'.
9289 (read_next_line): Likewise.
9290 (read_command_lines_1): Likewise.
9291
9292 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9293
9294 * spu-tdep.c (spu_analyze_prologue): Track instruction to
9295 store backchain as part of prologue.
9296
9297 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
9298
9299 * progspace.c (update_address_spaces): Update inferior address spaces
9300 also.
9301
9302 2010-03-02 Doug Evans <dje@google.com>
9303
9304 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
9305 lowpc,highpc args to addrmap_set_empty.
9306
9307 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
9308
9309 * amd64-tdep.c (amd64_byte_names): New.
9310 (amd64_word_names): Likewise.
9311 (amd64_dword_names): Likewise.
9312 (amd64_pseudo_register_name): Likewise.
9313 (amd64_pseudo_register_read): Likewise.
9314 (amd64_pseudo_register_write): Likewise.
9315 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
9316 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
9317 set_gdbarch_pseudo_register_write and
9318 set_tdesc_pseudo_register_name. Don't call
9319 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
9320
9321 * i386-tdep.c (i386_num_mmx_regs): Removed.
9322 (i386_num_pseudo_regs): Likewise.
9323 (i386_byte_names): New.
9324 (i386_word_names): Likewise.
9325 (i386_byte_regnum_p): Likewise.
9326 (i386_word_regnum_p): Likewise.
9327 (i386_mmx_regnum_p): Updated.
9328 (i386_pseudo_register_name): Make it global. Handle byte and
9329 word pseudo-registers.
9330 (i386_pseudo_register_read): Likewise.
9331 (i386_pseudo_register_write): Likewise.
9332 (i386_pseudo_register_type): Handle byte, word and dword
9333 pseudo-registers
9334 (i386_register_reggroup_p): Don't include pseudo
9335 registers, except for MXX, in any register groups. Don't
9336 include pseudo byte, word, dword registers in general_reggroup.
9337 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
9338 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
9339 pseudo-registers after word pseudo-registers. Call
9340 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
9341
9342 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
9343 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
9344 eax_regnum.
9345 (i386_byte_regnum_p): New.
9346 (i386_word_regnum_p): Likewise.
9347 (i386_dword_regnum_p): Likewise.
9348 (i386_pseudo_register_name): Likewise.
9349 (i386_pseudo_register_read): Likewise.
9350 (i386_pseudo_register_write): Likewise.
9351
9352 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9353
9354 * target-descriptions.c (tdesc_type): Remove
9355 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9356 (tdesc_predefined_types): Likewise.
9357 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
9358 if flag name is empty.
9359 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
9360
9361 * features/i386/32bit-core.xml: Define i386_eflags.
9362 * features/i386/64bit-core.xml: Likewise.
9363
9364 * features/i386/32bit-sse.xml: Define i386_mxcsr.
9365 * features/i386/64bit-sse.xml: Likewise.
9366
9367 * features/i386/amd64-linux.c: Regenerated.
9368 * features/i386/amd64.c: Likewise.
9369 * features/i386/i386-linux.c: Likewise.
9370 * features/i386/i386.c: Likewise.
9371
9372 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9373
9374 * gdbtypes.c (append_composite_type_field_raw): New.
9375 (append_composite_type_field_aligned): Use the new function.
9376 * gdbtypes.h (append_composite_type_field_raw): Declare.
9377 * target-descriptions.c (struct tdesc_type_field): Add start and end.
9378 (struct tdesc_type_flag): New type.
9379 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
9380 kind. Add size to u.u. Add u.f for flags.
9381 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
9382 (tdesc_free_type): Likewise.
9383 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
9384 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
9385 (tdesc_add_bitfield, tdesc_add_flag): New.
9386 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
9387 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
9388 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
9389 current_type. Add current_type_size and current_type_is_flags.
9390 (tdesc_start_union): Clear the new fields.
9391 (tdesc_start_struct, tdesc_start_flags): New.
9392 (tdesc_start_field): Handle struct fields, including bitfields.
9393 (field_attributes): Make type optional. Add start and end.
9394 (union_children): Rename to struct_union_children.
9395 (union_attributes): Rename to struct_union_attributes. Add optional
9396 size.
9397 (flags_attributes): New.
9398 (feature_children): Add struct and flags.
9399 * features/gdb-target.dtd: Add flags and struct to features.
9400 Make field type optional. Add field start and end.
9401
9402 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9403
9404 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
9405 (amd64_linux_read_description): Likewise.
9406 (_initialize_amd64_linux_nat): Set to_read_description to
9407 amd64_linux_read_description.
9408
9409 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
9410 (amd64_linux_register_name): Removed.
9411 (amd64_linux_register_type): Likewise.
9412 (amd64_linux_core_read_description): New.
9413 (amd64_linux_init_abi): Set target description to
9414 tdesc_amd64_linux if needed. Support orig_rax in target
9415 description. Don't call set_gdbarch_register_name nor
9416 set_gdbarch_register_type. Call
9417 set_gdbarch_core_read_description.
9418 (_initialize_amd64_linux_tdep): Call
9419 initialize_tdesc_amd64_linux.
9420
9421 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
9422
9423 * amd64-tdep.c: Include "features/i386/amd64.c".
9424 (amd64_register_names): Removed.
9425 (amd64_register_name): Likewise.
9426 (amd64_register_type): Likewise.
9427 (amd64_init_abi): Set num_core_regs and register_names. Set
9428 target description to tdesc_amd64 if needed. Don't call
9429 set_gdbarch_register_name nor set_gdbarch_register_type.
9430 (_initialize_amd64_tdep): New.
9431
9432 * i386-linux-nat.c (i386_linux_read_description): New.
9433 (_initialize_i386_linux_nat): Set to_read_description to
9434 i386_linux_read_description.
9435
9436 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
9437 (i386_linux_register_name): Removed.
9438 (i386_linux_core_read_description): New.
9439 (i386_linux_read_description): Likewise.
9440 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
9441 Set target description to tdesc_i386_linux if needed. Support
9442 orig_eax. Set register_reggroup_p. Call
9443 set_gdbarch_core_read_description.
9444 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
9445
9446 * i386-linux-tdep.h (tdesc_i386_linux): New.
9447
9448 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
9449 with I387_NUM_REGS.
9450
9451 * i386-tdep.c: Include "features/i386/i386.c".
9452 (i386_register_names): Make it const.
9453 (i386_mmx_names): Likewise.
9454 (i386_num_register_names): Removed.
9455 (i386_register_name): Likewise.
9456 (i386_eflags_type): Likewise.
9457 (i386_mxcsr_type): Likewise.
9458 (i386_sse_type): Likewise.
9459 (i386_register_type): Likewise.
9460 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
9461 (i386_pseudo_register_name): New.
9462 (i386_pseudo_register_type): Likewise.
9463 (i386_mmx_type): Make it static.
9464 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
9465 I387_NUM_REGS. Set num_core_regs and register_names. Don't
9466 call set_gdbarch_register_name nor set_gdbarch_register_type.
9467 Set register_reggroup_p. Set target description to tdesc_i386
9468 if needed. Call set_tdesc_pseudo_register_type,
9469 set_tdesc_pseudo_register_name and tdesc_use_registers.
9470 (_initialize_i386_tdep): Call initialize_tdesc_i386.
9471 initialize_tdesc_x86_64.
9472
9473 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9474 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
9475 register_names, tdesc and register_reggroup_p.
9476 (I386_NUM_FREGS): Removed.
9477 (i386_eflags_type): Likewise.
9478 (i386_mxcsr_type): Likewise.
9479 (i386_mmx_type): Likewise.
9480 (i386_sse_type): Likewise.
9481 (i386_register_name): Likewise.
9482 (i386_regnum): Add I386_MXCSR_REGNUM.
9483 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9484
9485 * i387-tdep.h (I387_NUM_REGS): New.
9486
9487 * regformats/i386/i386-linux.dat: Generated.
9488 * regformats/i386/i386.dat: Likewise.
9489 * regformats/i386/amd64-linux.dat: Likewise.
9490 * regformats/i386/amd64.dat: Likewise.
9491
9492 * regformats/reg-i386-linux.dat: Removed.
9493 * regformats/reg-i386.dat: Likewise.
9494 * regformats/reg-x86-64-linux.dat: Likewise.
9495 * regformats/reg-x86-64.dat: Likewise.
9496
9497 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
9498
9499 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9500 cygwin_conv_path API rather than the deprecated
9501 cygwin_conv_to_full_posix_path.
9502 * windows-nat.c:
9503 (GetModuleFileNameExA): Undefine for Cygwin.
9504 (GetModuleFileNameExW): Define for Cygwin.
9505 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9506 Call GetModuleFileNameExW and convert path to POSIX using
9507 cygwin_conv_path.
9508 (windows_make_so): Always define p. Drop unused variable m.
9509 Don't use Win32 functions to check file existance, rather use
9510 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
9511 Use canonicalize_file_name to get full path.
9512 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9513 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
9514 use correct target buffer size in call to WideCharToMultiByte.
9515 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9516 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9517 (windows_create_inferior): Convert all paths and arguments to wchar_t
9518 and use CreateProcessW on Cygwin.
9519 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9520 (bad_GetModuleFileNameExA): Undefine for Cygwin.
9521 (bad_GetModuleFileNameExW): Define for Cygwin.
9522 (_initialize_loadable): Load GetModuleFileNameExW into
9523 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
9524
9525 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9526
9527 PR python/11036
9528 * python/py-frame.c (frapy_read_var): Add block argument and logic
9529 to cope with user provided blocks.
9530
9531 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9532
9533 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9534 New comment.
9535
9536 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
9537
9538 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9539 (COMMON_OBS): ... to here since it's used unconditionally.
9540 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9541 (SFILES): To here.
9542
9543 2010-02-26 David Daney <ddaney@caviumnetworks.com>
9544
9545 * mips-linux-tdep.c: Update struct sigframe comments.
9546 (SIGFRAME_CODE_OFFSET): Delete macro.
9547 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9548 this_frame's sp.
9549 (mips_linux_n32n64_sigframe_init): Same.
9550
9551 2010-02-26 Kevin Buettner <kevinb@redhat.com>
9552
9553 * remote-mips.c (mips_load): Don't use pseudo-register when
9554 invalidating regcache.
9555
9556 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9557
9558 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9559
9560 2010-02-26 Pedro Alves <pedro@codesourcery.com>
9561
9562 * NEWS: Add "New targets" section, and mention ARM Symbian
9563 support.
9564
9565 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
9566
9567 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9568 add ADDR_SIZE member.
9569 (allocate_piece_closure): Update.
9570 (copy_pieced_value_closure): Likewise.
9571 (dwarf2_evaluate_loc_desc): Likewise.
9572 (read_pieced_value): Use DWARF address size instead of
9573 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9574
9575 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
9576 Tom Tromey <tromey@redhat.com>
9577
9578 * python/py-type.c (typy_lookup_typename): Add in block argument.
9579 If provided restrict lookup to specified blocks.
9580 (gdbpy_lookup_type): Likewise.
9581 (typy_lookup_type): Likewise.
9582
9583 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9584
9585 Symbian config
9586
9587 gdb/
9588 * arm-symbian-tdep.c: New.
9589 * configure.tgt (arm*-*-symbianelf*): New target.
9590 (*-*-symbianelf*): New OS.
9591 * osabi.c (gdb_osabi_names): Add Symbian.
9592 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9593 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9594 (ALLDEPFILES): Add arm-symbian-tdep.c.
9595
9596 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9597
9598 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9599
9600 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9601
9602 * mi/mi-main.c (mi_cmd_execute): Fix typo.
9603
9604 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9605 Tom Tromey <tromey@redhat.com>
9606 Thiago Jung Bauermann <bauerman@br.ibm.com>
9607
9608 * python/python.c (_initialize_python): Call
9609 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9610 gdbpy_initialize_blocks.
9611 * python/python-internal.h: Declare struct symbol, block and
9612 symtab_and_line. Declare block_object_type and
9613 symbol_object_type
9614 (gdbpy_lookup_symbol gdbpy_block_for_pc)
9615 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9616 (symbol_to_symbol_object, block_to_block_object)
9617 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9618 (gdbpy_initialize_blocks ): Declare.
9619 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9620 (frapy_select): Add methods.
9621 (frapy_read_var): Add symbol branch.
9622 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9623 py-block.
9624 (SUBDIR_PYTHON_SRCS): Likewise.
9625 (py-symbol.o): New rule.
9626 (py-symtab.o): Likewise.
9627 (py-block.o): Likewise.
9628 * python/py-symbol.c: New file.
9629 * python/py-symtab.c: Likewise.
9630 * python/py-block.c: Likewise.
9631
9632 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9633
9634 PR gdb/11321
9635
9636 * inferior.h (prepare_for_detach): Declare.
9637 (struct inferior) <detaching>: New field.
9638 * infrun.c (prepare_for_detach): New.
9639 (handle_inferior_event) <random signal>: Don't stop if detaching.
9640 * target.c (target_detach): Call prepare_for_detach.
9641
9642 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9643
9644 Per-process displaced stepping queue.
9645
9646 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9647 (displaced_step_gdbarch, displaced_step_closure,
9648 (displaced_step_original, displaced_step_copy): Move globals to
9649 this...
9650 (struct displaced_step_inferior_state): ... new structure.
9651 (displaced_step_inferior_states): New global.
9652 (get_displaced_stepping_state, add_displaced_stepping_state)
9653 (remove_displaced_stepping_state, infrun_inferior_exit): New
9654 functions.
9655 (displaced_step_clear): Add displaced_step_inferior_state
9656 parameter, and adjust to handle it.
9657 (displaced_step_clear_cleanup): Parameter is now a
9658 displaced_step_inferior_state. Adjust.
9659 (displaced_step_prepare): Adjust.
9660 (displaced_step_fixup, displaced_step_fixup)
9661 (infrun_thread_ptid_changed, resume): Adjust.
9662 (init_wait_for_inferior): Don't call displaced_step_clear.
9663 (infrun_thread_stop_requested): Rewrite.
9664 (_initialize_infrun): Install infrun_inferior_exit as
9665 inferior_exit observer.
9666
9667 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9668
9669 * inferior.h (ptid_match): Declare.
9670 * infrun.c (ptid_match): New.
9671 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9672 (handle_notification): Add debug output.
9673 * linux-nat.c (ptid_match): Delete.
9674
9675 2010-02-24 David S. Miller <davem@davemloft.net>
9676
9677 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9678 * syscalls/sparc-linux.xml: New.
9679 * syscalls/sparc64-linux.xml: New.
9680 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9681 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9682 (sparc32_linux_get_syscall_number): New function.
9683 (sparc32_linux_init_abi): Set syscall XML file name and hook up
9684 syscall number fetcher.
9685 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9686 (sparc64_linux_get_syscall_number): New function.
9687 (sparc64_linux_init_abi): Set syscall XML file name and hook up
9688 syscall number fetcher.
9689
9690 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9691
9692 Multiexec MI
9693
9694 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9695 * inferior.c (add_inferior_silent): Notify inferior_added
9696 observer.
9697 (delete_inferior_1): Notify inferior_removed observer.
9698 (exit_inferior_1): Pass inferior, not pid, to observer.
9699 (inferior_appeared): Likewise.
9700 (add_inferior_with_spaces): New.
9701 (add_inferior_command): Use the above.
9702 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9703 Declare.
9704
9705 * inflow.c (inflow_inferior_exit): Likewise.
9706 * jit.c (jit_inferior_exit_hook): Likewise.
9707
9708 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9709 remove-inferior.
9710 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9711 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9712 (report_initial_inferior): New.
9713 (mi_inferior_removed): Register the above. Make sure
9714 inferior_added observer is called on the first inferior.
9715 (mi_new_thread, mi_thread_exit): Thread group is now identified by
9716 inferior number, not pid.
9717 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9718 affected.
9719 * mi/mi-main.c (current_context): New.
9720 (proceed_thread_callback): Use typed closure.
9721 Proceed everything if pid is 0. Most implementation split into
9722 (proceed_thread): ... this.
9723 (run_one_inferior): New.
9724 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9725 Adjust for multiexec behaviour.
9726 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9727 (mi_cmd_execute): Handle the 'thread-group' option here.
9728 Do some extra checks.
9729 * mi-parse.c (mi_parse): Handle the --all and --thread-group
9730 options.
9731 * mi-parse.h (struct mi_parse): New fields all and thread_group.
9732
9733 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9734
9735 Make -exec-run a proper MI commands.
9736
9737 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9738 * mi/mi-cmds.c (mi_cmds): Adjust.
9739 * mi/mi-main.c (mi_cmd_exec_run): New.
9740
9741 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9742 Stan Shebs <stan@codesourcery.com>
9743
9744 * tracepoint.h (set_traceframe_number)
9745 (cleanup_restore_current_traceframe): Declare.
9746 * tracepoint.c (set_traceframe_number): New.
9747 (struct current_traceframe_cleanup): New.
9748 (do_restore_current_traceframe_cleanup)
9749 (restore_current_traceframe_cleanup_dtor)
9750 (make_cleanup_restore_current_traceframe): New.
9751 * infrun.c: Include tracepoint.h.
9752 (fetch_inferior_event): Switch out and in of tfind mode.
9753
9754 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9755
9756 * breakpoint.c (breakpoint_init_inferior): Also delete
9757 bp_shlib_event breakpoints.
9758 * solib-frv.c (enable_break): Remove call to
9759 remove_solib_event_breakpoints.
9760 * solib-svr4.c (enable_break): Ditto.
9761 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9762 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9763 * solib-som.c (som_solib_create_inferior_hook): Ditto.
9764 * solib-spu.c (spu_enable_break): Ditto.
9765
9766 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9767
9768 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9769
9770 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9771
9772 * varobj.c (varobj_update): Avoid non-constants in initializers.
9773
9774 2010-02-23 Tom Tromey <tromey@redhat.com>
9775
9776 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9777 handle big-endian values.
9778 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9779
9780 2010-02-22 Pedro Alves <pedro@codesourcery.com>
9781
9782 PR9605
9783
9784 gdb/
9785 * breakpoint.c (insert_bp_location): If inserting the read
9786 watchpoint failed, fallback to an access watchpoint.
9787 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9788 if the value changed, if not watching the same memory for writes.
9789 (watchpoint_locations_match): Add comment.
9790 (update_global_location_list): Copy the location's watchpoint type.
9791 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9792 handle read watchpoints here.
9793 (i386_insert_watchpoint): Read watchpoints aren't supported.
9794 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9795 packets.
9796 * target.h (target_insert_watchpoint): Update description.
9797
9798 2010-02-19 Tom Tromey <tromey@redhat.com>
9799
9800 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9801 * m2-typeprint.c (m2_print_type): Update.
9802 * gdbtypes.c (recursive_dump_type): Update.
9803 (copy_type_recursive): Update.
9804 * c-typeprint.c (c_type_print_varspec_prefix): Update.
9805 (c_type_print_base): Update.
9806 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9807 Remove.
9808 (struct cplus_struct_type) <ntemplate_args>: Remove.
9809 <struct template_arg>: Remove.
9810 <is_dynamic>: Move earlier.
9811 (TYPE_TEMPLATE_ARGS): Remove.
9812 (TYPE_NTEMPLATE_ARGS): Remove.
9813 (TYPE_TEMPLATE_ARG): Remove.
9814
9815 2010-02-19 Tom Tromey <tromey@redhat.com>
9816
9817 PR c++/8693, PR c++/9496:
9818 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9819 * c-exp.y (lex_one_token): Rename from yylex. Don't call
9820 write_dollar_variable. Don't try to classify NAME tokens.
9821 (token_and_value): New type.
9822 (token_fifo, popping, name_obstack): New globals.
9823 (classify_name): New function.
9824 (classify_inner_name): Likewise.
9825 (yylex): Likewise.
9826 (VARIABLE): Now has type sval.
9827 (exp : VARIABLE): Call write_dollar_variable.
9828 (qualified_name): Use TYPENAME, not typebase. Add production for
9829 multiple "::" instances.
9830 (variable): Use name_not_typename.
9831 (qualified_type): Remove.
9832 (typebase): Update.
9833
9834 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9835
9836 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
9837 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
9838 found by bfd_get_section_by_name.
9839 * symfile.h (struct section_addr_info) <sectindex>: New comment.
9840
9841 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9842
9843 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
9844 7.0 section" into "Changes in 7.1".
9845
9846 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9847
9848 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9849 * version.in: Bump version to 7.1.50.20100219-cvs.
9850
9851 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
9852
9853 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9854 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9855
9856 2010-02-17 Tom Tromey <tromey@redhat.com>
9857
9858 * NEWS: Add Python API Improvements section.
9859
9860 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9861
9862 * NEWS: Correct typo.
9863
9864 2010-02-17 Tom Tromey <tromey@redhat.com>
9865
9866 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9867
9868 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9869
9870 * symfile.c (build_section_addr_info_from_objfile): Include sections
9871 only if they are SEC_ALLOC or SEC_LOAD.
9872
9873 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
9874
9875 PR shlibs/11293
9876 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9877 of ULONGEST for address size.
9878
9879 2010-02-17 Tom Tromey <tromey@redhat.com>
9880
9881 * NEWS: Add C++ improvements section.
9882
9883 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
9884
9885 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9886 PyThreadState_Swap): Avoid "statement with no effect" warning.
9887
9888 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9889
9890 * solib-svr4.c (enable_break <target_auxv_search>): New variable
9891 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
9892
9893 2010-02-17 Tristan Gingold <gingold@adacore.com>
9894 Petr Hluzin <petr.hluzin@gmail.com>
9895
9896 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9897 gdb_assert. Fix info->size for SIG prologue.
9898
9899 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9900
9901 * infcmd.c (show_inferior_tty_command): Check for NULL.
9902 Correct output message.
9903
9904 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9905
9906 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9907 FUNCTION contains parentheses. Improve removal of a trailing
9908 single quote.
9909
9910 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9911
9912 * gcore.c (do_bfd_delete_cleanup): New function.
9913 (gcore_command): Use it. Discard the cleanup after success.
9914 (gcore_copy_callback): Delete dead code.
9915
9916 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9917
9918 * symfile.c (addr_info_make_relative): Always use
9919 find_lowest_section.
9920
9921 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
9922
9923 * NEWS: Added entry for namespace fixes.
9924
9925 2010-02-15 Tom Tromey <tromey@redhat.com>
9926
9927 * dwarf2read.c (guess_structure_name): Allocate name on the
9928 objfile obstack.
9929
9930 2010-02-15 Tom Tromey <tromey@redhat.com>
9931
9932 * c-typeprint.c (c_type_print_base): Reverse order of test.
9933
9934 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9935
9936 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
9937 initialize it from ELF BFD. Extend the prelink condition by it.
9938
9939 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9940
9941 * defs.h (parse_pid_to_attach): New.
9942 * utils.c (parse_pid_to_attach): New.
9943 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9944 * gnu-nat.c (gnu_attach): Likewise.
9945 * nto-procfs.c (procfs_attach): Likewise.
9946 * procfs.c (procfs_attach): Likewise.
9947 * windows-nat.c (windows_attach): Likewise.
9948 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
9949 * inf-ttrace.c (inf_ttrace_attach): Likewise.
9950 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
9951 check.
9952
9953 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
9954
9955 * MAINTAINERS: Add myself for write after approval privileges.
9956
9957 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9958
9959 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9960 block.
9961
9962 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9963
9964 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9965 only if INFO_VERBOSE.
9966
9967 2010-02-12 Tomas Holmberg <th@virtutech.com>
9968
9969 * mi/mi-main.c: Added the --reverse flag to the following MI
9970 commands: exec-continue, exec-finish, exec-next, exec-step,
9971 exec-next-instruction, exec-step-instruction. This is to
9972 support reverse execution over the MI interface to gdb.
9973
9974 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9975
9976 * tracepoint.c (_initialize_tracepoint): Specify that the address
9977 range of `tfind outsize' is exclusive, and that the address range
9978 of `tfind range' is inclusive, in the commands' help strings.
9979
9980 2010-02-12 Joel Brobecker <brobecker@adacore.com>
9981
9982 Spurious "dll not found" error messages on x64-windows.
9983 * windows-nat.c: Add include of complaints.h.
9984 (handle_unload_dll): Change dll-not-found error into a complaint.
9985
9986 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9987
9988 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9989 bp_tracepoint and bp_fast_tracepoint, not
9990 bp_loc_software_breakpoint.
9991 (update_global_location_list): Tracepoints are never duplicates of
9992 anything.
9993
9994 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9995
9996 * breakpoint.c (break_command_really): Change return type to int.
9997 Return false if no breakpoint was created, true otherwise.
9998 (trace_command): Don't set the tracepoint count if no tracepoint
9999 was created.
10000 (ftrace_command): Ditto.
10001 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
10002 created in the breakpoints table.
10003
10004 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10005 Ulrich Weigand <uweigand@de.ibm.com>
10006
10007 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
10008
10009 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10010
10011 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
10012 the offset value isn't of integral type.
10013
10014 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10015
10016 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
10017 New.
10018
10019 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10020
10021 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
10022 non-subscriptable types.
10023 * valarith.c (binop_types_user_defined_p): New, abstracted out
10024 from ...
10025 (binop_user_defined_p): ... this.
10026 * value.h (binop_types_user_defined_p): Declare.
10027
10028 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10029
10030 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
10031 Merge uploaded TSVs before merging uploaded tracepoints.
10032
10033 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10034
10035 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
10036
10037 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
10038
10039 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
10040 whitespace character after a dot in comment.
10041 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
10042 Likewise.
10043 (list_args_or_locals): For the 'all' (that is
10044 -stack-list-variables) case, always output list of tuples.
10045 Output 'arg' field if variable is argument.
10046
10047 2010-02-10 Tom Tromey <tromey@redhat.com>
10048
10049 * parser-defs.h (parser_debug): Declare.
10050 * parse.c (_initialize_parse): Install "debug parser" set/show
10051 command.
10052 (parser_debug): New global.
10053 (show_parserdebug): New function.
10054 * c-exp.y (c_parse): Set yydebug.
10055
10056 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
10057
10058 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
10059 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
10060 (tdesc_predefined_types): Add i387_ext, i386_eflags and
10061 i386_mxcsr.
10062 (tdesc_find_type): New.
10063 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
10064 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
10065
10066 * target-descriptions.h (tdesc_find_type): New.
10067
10068 2010-02-10 Michael Snyder <msnyder@vmware.com>
10069
10070 * gdb-gdb.py: Comment fix.
10071
10072 2010-02-09 Tristan Gingold <gingold@adacore.com>
10073
10074 * machoread.c (macho_symfile_relocate): New function.
10075 (macho_sym_fns): Use macho_symfile_relocate instead of
10076 default_symfile_relocate.
10077 (macho_oso_data): New type.
10078 (current_oso): New variable.
10079 (macho_add_oso_symfile): Do not compute section_addr_info, but
10080 instead set vma of sections.
10081 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
10082 Set and clear current_oso.
10083
10084 2010-02-09 Joel Brobecker <brobecker@adacore.com>
10085
10086 Wrong type description for tagged type parameter.
10087 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
10088 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
10089 reference to a tagged type.
10090
10091 2010-02-09 Tristan Gingold <gingold@adacore.com>
10092
10093 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
10094 brothers of the parent.
10095
10096 2010-02-08 Tom Tromey <tromey@redhat.com>
10097
10098 PR c++/8017:
10099 * value.h: Update.
10100 * valops.c (search_struct_field): Make 'name' const.
10101 (search_struct_method): Likewise.
10102 (find_method_list): Make 'method' const.
10103 (value_struct_elt): Make 'name' and 'err' const.
10104 (value_find_oload_method_list): Make 'method' const.
10105 (find_overload_match): Make 'name' const.
10106 * eval.c (evaluate_subexp_standard): New locals function,
10107 function_name.
10108 <OP_FUNCALL>: Handle OP_SCOPE specially.
10109
10110 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10111
10112 * infrun.c (handle_inferior_event): Do not look up regcache
10113 for exited processes.
10114
10115 2010-02-08 Chris Moller <moller@mollerware.com>
10116
10117 PR gdb/10728
10118 * valarith.c (value_ptrdiff): Added a test for a zero type length,
10119 warn if found, and assume length = 1.
10120
10121 2010-02-08 Chris Moller <cmoller@redhat.com>
10122
10123 PR gdb/9067
10124 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
10125 (cp_print_static_field) Fix use of obstacks.
10126
10127 2010-02-08 Pedro Alves <pedro@codesourcery.com>
10128
10129 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
10130 resumed LWPs as resumed.
10131 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
10132 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
10133 of throwing an internal error. If an LWP of a process we're not
10134 waiting for reports a signal, don't force collecting a SIGSTOP,
10135 and if it was breakpoint hit in non-stop mode, cancel it. Don't
10136 go through all LWPs cancelling breakpoints in non-stop mode.
10137 (resume_stopped_resumed_lwps): New.
10138 (linux_nat_wait): Use it.
10139
10140 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
10141
10142 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
10143 i386/amd64 and i386/amd64-linux.
10144 (i386/i386-expedite): New.
10145 (i386/i386-linux-expedite): Likewise.
10146 (i386/amd64-expedite):Likewise.
10147 (i386/amd64-linux-expedite): Likewise.
10148 ($(outdir)/i386/i386-linux.dat): Likewise.
10149 ($(outdir)/i386/amd64.dat): Likewise.
10150 ($(outdir)/i386/amd64-linux.dat): Likewise.
10151
10152 * features/i386/32bit-core.xml: New.
10153 * features/i386/32bit-linux.xml: Likewise.
10154 * features/i386/32bit-sse.xml: Likewise.
10155 * features/i386/64bit-core.xml: Likewise.
10156 * features/i386/64bit-linux.xml: Likewise.
10157 * features/i386/64bit-sse.xml: Likewise.
10158 * features/i386/i386-linux.xml: Likewise.
10159 * features/i386/i386.xml: Likewise.
10160 * features/i386/amd64-linux.xml: Likewise.
10161 * features/i386/amd64.xml: Likewise.
10162 * features/i386/i386-linux.c: Likewise.
10163 * features/i386/i386.c: Likewise.
10164 * features/i386/amd64-linux.c: Likewise.
10165 * features/i386/amd64.c: Likewise.
10166
10167 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
10168
10169 PR c++/7935:
10170 * cp-support.h: Added char* alias element to using_direct data
10171 struct.
10172 (cp_add_using): Added char* alias argument.
10173 (cp_add_using_directive): Ditto.
10174 * cp-namespace.c: Updated with the above changes.
10175 (cp_lookup_symbol_imports): Check for aliases.
10176 * dwarf2read.c (read_import_statement): Figure out local alias
10177 for the import and pass it on to cp_add_using.
10178 (read_namespace): Pass alias argument to cp_add_using.
10179
10180 2010-02-05 Hui Zhu <teawater@gmail.com>
10181
10182 * defs.h (gdb_bfd_errmsg): New extern.
10183 * exec.c (exec_file_attach): Change bfd_errmsg to
10184 gdb_bfd_errmsg.
10185 * utils.c (AMBIGUOUS_MESS1): New macro.
10186 (AMBIGUOUS_MESS2): New macro.
10187 (gdb_bfd_errmsg): New function.
10188
10189 2010-02-04 Doug Evans <dje@google.com>
10190
10191 * solib-svr4.c (enable_break): Add comment.
10192
10193 2010-02-04 Anthony Green <green@moxielogic.com>
10194
10195 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
10196 gracefully.
10197
10198 2010-02-04 Tom Tromey <tromey@redhat.com>
10199
10200 * valops.c (search_struct_field): Account for
10201 value_embedded_offset. Fix check for virtual base past the end of
10202 the object. Use value_copy when making a slice of the value.
10203
10204 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
10205
10206 PR tui/9622
10207 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
10208 only if gdb_stdout is a tty.
10209
10210 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
10211
10212 * target-descriptions.c: Include "osabi.h".
10213 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
10214 OSABI.
10215
10216 2010-02-04 Tristan Gingold <gingold@adacore.com>
10217
10218 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
10219 (macho_symtab_read): Adjust calls to macho_add_oso.
10220 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
10221 (macho_symfile_read): Adjust call to macho_oso_symfile.
10222 (macho_new_init): Move this function after declarations.
10223 (macho_symfile_init): Ditto.
10224 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
10225 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
10226
10227 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
10228
10229 Include MI command in remotelog.
10230
10231 * mi/mi-main.c (mi_execute_command): Call target_log_command.
10232
10233 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10234
10235 * remote.c (remote_state): Remove gdbarch.
10236 (init_remote_state): Don't set gdbarch.
10237 (remote_query_supported): Pass target_gdbarch instead of
10238 rs->gdbarch to gdbarch_qsupported.
10239
10240 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10241
10242 * gdbarch.sh: Add qsupported.
10243
10244 * gdbarch.c: Regenerated.
10245 * gdbarch.h: Likewise.
10246
10247 * remote.c (remote_state): Add gdbarch.
10248 (init_remote_state): Set gdbarch.
10249 (remote_query_supported): Support gdbarch_qsupported.
10250
10251 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
10252
10253 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
10254 __FreeBSD_kernel_version.
10255
10256 2010-02-03 Tristan Gingold <gingold@adacore.com>
10257
10258 * symfile.h (struct sym_fns): Add sym_relocate field.
10259 (default_symfile_relocate): New prototype.
10260 (symfile_relocate_debug_section): First argument is now an objfile.
10261 * symfile.c (default_symfile_relocate): Rename from
10262 symfile_relocate_debug_section, first argument is now an objfile.
10263 (symfile_relocate_debug_section): New function.
10264 * coffread.c (coff_sym_fns): Set sym_relocate field.
10265 * somread.c (som_sym_fns): Ditto.
10266 * mipsread.c (ecoff_sym_fns): Ditto.
10267 * machoread.c (macho_sym_fns): Ditto.
10268 * elfread.c (elf_sym_fns): Ditto.
10269 * dwarf2read.c (dwarf2_read_section): Ditto.
10270 * xcoffread.c (xcoff_sym_fns): Ditto.
10271 * dbxread.c (aout_sym_fns): Ditto.
10272 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
10273 (elfstab_build_psymtabs): Ditto.
10274
10275 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10276
10277 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
10278
10279 2010-02-02 Tom Tromey <tromey@redhat.com>
10280
10281 * valops.c (value_cast_structs): Try downcasting using the RTTI
10282 type.
10283
10284 2010-02-02 Tom Tromey <tromey@redhat.com>
10285
10286 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
10287 (gnuv2_baseclass_offset): Now static.
10288 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
10289 * gnu-v2-abi.h: Remove.
10290
10291 2010-02-02 Tom Tromey <tromey@redhat.com>
10292
10293 * m2-typeprint.c (m2_record_fields): Don't use
10294 TYPE_DECLARED_TYPE.
10295 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
10296 (struct main_type) <flag_declared_class>: New field.
10297 (struct cplus_struct_type) <declared_type>: Remove.
10298 <ntemplate_args>: Move earlier.
10299 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
10300 (DECLARED_TYPE_TEMPLATE): Remove.
10301 (TYPE_DECLARED_TYPE): Remove.
10302 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
10303 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
10304 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
10305 TYPE_DECLARED_TYPE.
10306
10307 2010-02-02 Tom Tromey <tromey@redhat.com>
10308
10309 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
10310 * valops.c (search_struct_field): Compute nbases after calling
10311 CHECK_TYPEDEF.
10312 (check_field): Call CHECK_TYPEDEF.
10313 * cp-valprint.c (cp_print_value): Pass correct address to
10314 baseclass_offset. Fix check for virtual base past the end of the
10315 object. Don't offset address passed to cp_print_value_fields or
10316 apply_val_pretty_printer.
10317 (cp_print_value_fields): Fix call to val_print.
10318 (cp_print_value_fields_rtti): New function.
10319 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
10320 * p-valprint.c (pascal_object_print_value_fields): Fix call to
10321 val_print.
10322 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
10323 offset to address.
10324 * language.h (struct language_defn) <la_val_print>: Document.
10325 * c-lang.h (cp_print_value_fields_rtti): Declare.
10326
10327 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10328
10329 PR libc/11214:
10330 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10331 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
10332 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10333
10334 2010-02-01 Michael Matz <matz@suse.de>
10335 Daniel Jacobowitz <dan@codesourcery.com>
10336
10337 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
10338 functions use a frame pointer.
10339
10340 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10341
10342 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
10343 by a conditional setting DYN_ADDR. Use DYN_ADDR.
10344 * config/djgpp/fnchange.lst: Add translations for
10345 symbol-without-target_section.exp and symbol-without-target_section.c.
10346
10347 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10348
10349 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
10350 (remote_breakpoint_for_pc): Correct invalid_p check.
10351 * gdbarch.c: Regenerated.
10352
10353 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10354
10355 * arm-tdep.c (arm_find_mapping_symbol): New function, from
10356 arm_pc_is_thumb.
10357 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
10358 (extend_buffer_earlier): New function.
10359 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
10360 (arm_adjust_breakpoint_address): New function.
10361 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
10362
10363 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10364
10365 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
10366 (arm_linux_thumb2_le_breakpoint): New constants.
10367 (arm_linux_init_abi): Set thumb2_breakpoint and
10368 thumb2_breakpoint_size.
10369 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
10370 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
10371 Implement support for single stepping through IT blocks if
10372 a 32-bit Thumb breakpoint instruction is available.
10373 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
10374 is available, use it when needed.
10375 (arm_remote_breakpoint_from_pc): New function.
10376 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
10377 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
10378 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
10379
10380 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10381
10382 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
10383 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
10384 * gdbarch.c, gdbarch.h: Regenerated.
10385 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
10386 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
10387 gdbarch_remote_breakpoint_from_pc.
10388
10389 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10390
10391 * infrun.c (prepare_to_proceed): Handle other signals which might
10392 match a breakpoint.
10393 (handle_inferior_event): Move the check for unusual breakpoint
10394 signals earlier.
10395
10396 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
10397
10398 amd64 - function returning record with field straddling 2 registers.
10399 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
10400 a record of length <= 16 in which a field straddles the two
10401 eightbytes.
10402
10403 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10404
10405 Implement return values on amd64-windows.
10406 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
10407 (amd64_windows_return_value): New function.
10408 (amd64_windows_init_abi): Call set_gdbarch_return_value with
10409 amd64_windows_return_value.
10410
10411 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10412
10413 amd64-windows: 32 bytes allocated on stack by caller for integer
10414 parameter registers.
10415 * i386-tdep.h (struct gdbarch_tdep): Add new field
10416 integer_param_regs_saved_in_caller_frame.
10417 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10418 tdep->integer_param_regs_saved_in_caller_frame to 1.
10419 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
10420 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
10421
10422 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10423
10424 amd64-windows: memory args passed by pointer during function calls.
10425 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
10426 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
10427 where tdep->memory_args_by_pointer is non-zero.
10428 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10429 tdep->memory_args_by_pointer to 1.
10430
10431 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10432
10433 amd64-windows: Integer parameters in function calls.
10434 * i386-tdep.h (enum amd64_reg_class): New, moved here from
10435 amd64-tdep.c.
10436 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
10437 call_dummy_integer_regs, and classify.
10438 * amd64-tdep.h (amd64_classify): Add declaration.
10439 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
10440 (amd64_reg_class): Delete, moved to i386-tdep.h.
10441 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
10442 Replace call to amd64_classify by call to tdep->classify.
10443 (amd64_push_arguments): Get the list of registers to use for
10444 passing integer parameters from the gdbarch tdep structure,
10445 rather than using a hardcoded one. Replace calls to amd64_classify
10446 by calls to tdep->classify.
10447 (amd64_push_dummy_call): Get the register number used for
10448 the "hidden" argument from tdep->call_dummy_integer_regs.
10449 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
10450 and tdep->call_dummy_integer_regs. Set tdep->classify.
10451 * amd64-windows-tdep.c: Add include of gdbtypes.h.
10452 (amd64_windows_dummy_call_integer_regs): New static global.
10453 (amd64_windows_classify): New function.
10454 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
10455 tdep->call_dummy_integer_regs and tdep->classify.
10456
10457 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
10458
10459 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
10460 for the new regcache. All callers updated.
10461 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
10462 (get_thread_arch_regcache): Do not set aspace here.
10463 * regcache.h (regcache_xmalloc): Update declaration.
10464
10465 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
10466 regcache_xmalloc updated.
10467
10468 2010-01-28 Joel Brobecker <brobecker@adacore.com>
10469
10470 Another -Wunused-function error in procfs.c (sparc-solaris)
10471 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
10472 Only define if SYS_syssgi is defined.
10473 (remove_dbx_link_breakpoint): Delete declaration. Move up.
10474 (dbx_link_addr, insert_dbx_link_bpt_in_file)
10475 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
10476 is itself defined.
10477
10478 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
10479
10480 * windows-nat.c (windows_initialization_done): New variable.
10481 (get_windows_debug_event): Issue error when process dies before
10482 completely initializing.
10483 (do_initial_windows_stuff): Set flag to indicate when we are done with
10484 the initial steps of attaching to the child.
10485
10486 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10487
10488 * symtab.h (struct symbol <symtab>): New comment on NULL values.
10489
10490 2010-01-27 Doug Evans <dje@google.com>
10491
10492 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10493
10494 * breakpoint.c (bpstat_stop_status): Delete useless code.
10495
10496 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10497
10498 * printcmd.c (display_uses_solib_p): Remove variable section. Access
10499 objfile via SYMBOL_SYMTAB.
10500
10501 2010-01-26 Tom Tromey <tromey@redhat.com>
10502
10503 PR exp/7643:
10504 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10505 coerce_array on result.
10506
10507 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10508
10509 * cp-namespace.c (cp_lookup_symbol_namespace): Added
10510 search_parent argument.
10511 (cp_add_using): Initialize 'searched' field.
10512 (reset_directive_searched): New function.
10513 * cp-support.h: Add 'searched' field to using_direct struct.
10514 (cp_lookup_symbol_imports): Ditto.
10515 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10516 Perform recursive search.
10517 Implement non parent search.
10518 * valops.c (value_maybe_namespace_elt): Updated.
10519
10520 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10521
10522 PR gdb/10929:
10523 * dwarf2read.c (read_lexical_block_scope): Create blocks for
10524 scopes which contain using directives even if they contain no
10525 declarations.
10526 * symtab.c (lookup_symbol_aux): Pass lowest level block to
10527 la_lookup_symbol_nonlocal.
10528 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10529 cp_lookup_symbol_namespace.
10530 (cp_lookup_symbol_namespace): Perform an import lookup at every
10531 block level.
10532 (cp_lookup_symbol_imports): New function.
10533 (cp_lookup_symbol_in_namespace): New function.
10534
10535 2010-01-25 Tom Tromey <tromey@redhat.com>
10536
10537 PR gdb/11049:
10538 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10539 result.
10540
10541 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10542
10543 * configure.ac: Only use host_os part when disabling TUI on osf.
10544 Use test to check variables, prefix strings with x.
10545 * configure: Regenerate.
10546
10547 * solib-osf.c (osf_current_sos): Initialize tail.
10548
10549 2010-01-25 gingold <gingold@adacore.com>
10550
10551 * windows-nat.c (windows_continue): Use %x to print thread id.
10552 (get_windows_debug_event): Ditto.
10553
10554 2010-01-22 Tom Tromey <tromey@redhat.com>
10555
10556 PR symtab/11199:
10557 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10558 type and arguments. Use smash_to_methodptr_type.
10559 (read_structure_type): Call quirk_gcc_member_function_pointer
10560 later.
10561 * gdbtypes.h (smash_to_methodptr_type): Declare.
10562 * gdbtypes.c (smash_to_methodptr_type): New function.
10563 (lookup_methodptr_type): Use it.
10564
10565 2010-01-21 Tom Tromey <tromey@redhat.com>
10566
10567 PR symtab/11198:
10568 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10569 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10570 * glibc-tdep.c (find_minsym_and_objfile): Remove.
10571 (glibc_skip_solib_resolver): Use
10572 lookup_minimal_symbol_and_objfile.
10573
10574 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
10575
10576 * inflow.c (check_syscall): Guard by #if clause for GO32 and
10577 WIN32 targets.
10578
10579 2010-01-20 Tom Tromey <tromey@redhat.com>
10580
10581 PR backtrace/10770:
10582 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10583 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
10584 * dwarf2expr.c (new_dwarf_expr_context): Allocate
10585 dwarf_stack_values, not CORE_ADDRs.
10586 (execute_stack_op): Change DW_OP_div and comparison operators to
10587 use signed operands.
10588
10589 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
10590
10591 Per-inferior args and tty and environment.
10592
10593 * infcmd.c (inferior_args): Rename to ...
10594 (inferior_args_scratch): ... this.
10595 (inferior_io_terminal): Rename to ...
10596 (inferior_io_terminal_scratch): ... this.
10597 (inferior_argc, inferior_argv): Remove.
10598 (set_inferior_io_terminal, get_inferior_io_terminal): Store
10599 inside current_inferior().
10600 (set_inferior_tty_command, show_inferior_tty_command): New.
10601 (get_inferior_args, set_inferior_args): Store inside
10602 current_inferior().
10603 (notice_args_set): Likewise and rename to...
10604 (set_args_command): ... this.
10605 (set_inferior_args_vector): Likewise.
10606 (notice_args_read): Rename to...
10607 (show_args_command): ...new.
10608 (tty_command): Remove.
10609 (run_command_1): Don't free old args, as they are freed by
10610 set_inferior_arg now.
10611 (run_no_args_command): Likewise.
10612 (inferior_environ): Remove.
10613 (run_command_1): Use environment of the current inferior.
10614 (environment_info, set_environment_command)
10615 (unset_environment_command, path_info, path_command): Likewise.
10616 (_initialize_infcmd): Adjust for function and variable renames.
10617 Do not init inferior_environ.
10618 * inferior.h (set_inferior_arg): Adjust prototype.
10619 (struct inferior): New fields args, argc, argv, terminal, environment.
10620 (inferior_environ): Remove declaration.
10621 * inferior.c (free_inferior): Free new fields.
10622 (add_inferior_silent): Initialize 'environment' field.
10623 * main.c (captured_main): Set arguments only after the initial
10624 inferior has been created. Set set_inferior_io_terminal,
10625 not tty_command.
10626 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10627 inferior.
10628 (_initialize_mi_cmd_env): Adjust for disappearance of global
10629 inferior_environ.
10630 * solib.c (solib_find): Use environment of the current inferior.
10631
10632 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10633
10634 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10635 HAVE_PYTHON.
10636 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10637
10638 2010-01-20 Joel Brobecker <brobecker@adacore.com>
10639
10640 Get rid of ada-lang.c:function_name_from_pc.
10641 * ada-lang.c: Add "stack.h" #include.
10642 (function_name_from_pc): Delete.
10643 (is_known_support_routine): Replace call to function_name_from_pc
10644 by call to find_frame_funname.
10645 (ada_unhandled_exception_name_addr_from_raise): Likewise.
10646
10647 2010-01-19 Tom Tromey <tromey@redhat.com>
10648
10649 PR c++/11026:
10650 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10651 objfile obstack.
10652
10653 2010-01-19 Tom Tromey <tromey@redhat.com>
10654
10655 * top.c (stop_sig, float_handler, do_nothing): Remove.
10656
10657 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10658
10659 * breakpoint.c (watchpoint_check): Check the call
10660 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10661 Extend the comment.
10662 * config/djgpp/fnchange.lst: Add translations for
10663 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10664 watchpoint-cond-gone-stripped.c.
10665
10666 2010-01-19 Tom Tromey <tromey@redhat.com>
10667
10668 PR c++/8000:
10669 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10670 into parent scope, and enumerator into grandparent scope.
10671
10672 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10673
10674 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10675
10676 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10677
10678 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10679 i[34567]86-*-solaris2.1[0-9]*.
10680 * configure.tgt: Likewise.
10681
10682 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10683
10684 * NEWS: Document the source command enhancement allowing it
10685 to load Python scripts. Document the "set/show script-extension"
10686 commands.
10687
10688 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10689
10690 Add -Wunused-function to compile flags.
10691 * configure.ac: Add -Wunused-function to build_warnings.
10692 * configure: Regenerate.
10693
10694 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10695
10696 "delete" ada-lex.c:input function, not used.
10697 * ada-lex.l: #define YY_NO_INPUT.
10698
10699 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10700
10701 Delete free_named_symtabs and associated cleanup.
10702 * symfile.h (free_named_symtabs): Delete declaration.
10703 * symfile.c: Remove some commented out code (clear_symtab_users_once).
10704 (cashier_psymtab): Comment function out.
10705 Delete declaration.
10706 (free_named_symtabs): Delete.
10707 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10708 * dbxread.c (end_psymtab): Likewise.
10709 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10710 * exec.c (exec_close_1): Ditto.
10711 * xcoffread.c (xcoff_end_psymtab): Likewise.
10712
10713 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10714
10715 * stack.c (print_block_frame_labels): Comment function out.
10716
10717 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10718
10719 Delete unused or undefined functions.
10720 * breakpoint.c (ep_parse_optional_filename): Delete.
10721 * dcache.c (dcache_write_line): Remove declaration.
10722 * infrun.c (build_infrun): Remove declaration.
10723 * tracepoint.c (tracepoint_save_command): Remove declaration.
10724 * linux-nat.c (init_lwp_list): Delete. No longer used.
10725 * event-loop.c (check_async_signal_handlers): Delete declaration.
10726 * infrun.c (init_execution_control_state): Delete.
10727 (proceed): Update comment to avoid mentioning
10728 init_execution_control_state.
10729 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10730 * ada-lang.c (ada_to_static_fixed_value): Delete.
10731 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10732 * cp-namespace.c (cp_copy_usings): Delete.
10733 * xml-syscall.c (xml_number_of_syscalls): Delete.
10734 * progspace.c (find_program_space_by_num): Delete.
10735 * inflow.c (handle_sigio): Delete declaration.
10736 * hppa-tdep.c (hppa_alignof): Delete.
10737 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10738 (mipsnbsd_core_osabi_sniffer): Delete.
10739
10740 2010-01-18 Tom Tromey <tromey@redhat.com>
10741
10742 PR c++/9680:
10743 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10744 (CONST_CAST): New tokens.
10745 (exp): Add new productions.
10746 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10747 reinterpret_cast.
10748 (is_cast_operator): New function.
10749 (yylex): Handle cast operators specially.
10750 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10751 UNOP_REINTERPRET_CAST>: New cases.
10752 * expprint.c (print_subexp_standard): Likewise.
10753 (op_name_standard): Likewise.
10754 (dump_subexp_body_standard): Likewise.
10755 * parse.c (operator_length_standard): Likewise.
10756 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10757 UNOP_REINTERPRET_CAST.
10758 * gdbtypes.c (class_types_same_p): New function.
10759 (is_ancestor): Use it.
10760 (is_public_ancestor): New function.
10761 (is_unique_ancestor_worker): Likewise.
10762 (is_unique_ancestor): Likewise.
10763 * gdbtypes.h (class_types_same_p, is_public_ancestor)
10764 (is_unique_ancestor): Declare.
10765 * valops.c (value_reinterpret_cast): New function.
10766 (dynamic_cast_check_1): Likewise.
10767 (dynamic_cast_check_2): Likewise.
10768 (value_dynamic_cast): Likewise.
10769 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10770
10771 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10772
10773 Fix build failure when building without Python support.
10774 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10775 is not defined.
10776
10777 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10778
10779 Use XVS field type instead of doing a parallel lookup.
10780 * ada-lang.c (ada_get_base_type): Follow the XVS field type
10781 if it is a reference type instead of doing a type lookup using
10782 the XVS field name.
10783
10784 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10785
10786 Trust PAD types instead of using PAD___XVS.
10787 * ada-lang.c (trust_pad_over_xvs): New static variable.
10788 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10789 parallel XVS type, follow the XVS type instead of the PAD type.
10790 (unwrap_value): Make sure that there is no parallel XVE type
10791 before returning the value as is.
10792 (set_ada_list, show_ada_list): New static variables.
10793 (set_ada_command, show_ada_command): New functions.
10794 (_initialize_ada_language): Add new "set/show ada" prefix commands.
10795 Add new "set/show ada trust-PAD-over-XVS" setting.
10796
10797 2010-01-18 Tom Tromey <tromey@redhat.com>
10798 Thiago Jung Bauermann <bauerman@br.ibm.com>
10799
10800 Allow "source" to load python scripts.
10801 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10802 * python/python.c (source_python_script): New function.
10803 * python/python.h (source_python_script): Add declaration.
10804 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10805 (script_ext_off, script_ext_soft, script_ext_strict)
10806 (script_ext_enums, script_ext_mode): New static constants.
10807 (show_script_ext_mode, find_and_open_script): New functions.
10808 (source_script): Enhance to handle Python scripts.
10809 (init_cli_cmds): Add set/show script-extension commands.
10810
10811 2010-01-16 Stan Shebs <stan@codesourcery.com>
10812
10813 * tracepoint.h (struct trace_status): Use unsigned long long
10814 instead of size_t.
10815 * tracepoint.c (trace_status_command): Fix printf directive.
10816 (trace_save_command): Check fwrite returns, fix printf directive.
10817 (trace_filename): New global.
10818 (tfile_open): Set it, check read returns.
10819 (tfile_close): Free trace_filename.
10820 (tfile_get_traceframe_address): Check read returns.
10821 (tfile_trace_find): Ditto.
10822 (tfile_fetch_registers): Ditto.
10823 (tfile_xfer_partial): Ditto.
10824 (tfile_get_trace_state_variable_value): Ditto.
10825
10826 2010-01-15 Stan Shebs <stan@codesourcery.com>
10827
10828 Add trace file support.
10829 * tracepoint.h (enum trace_stop_reason): New enum.
10830 (struct trace_status): New struct.
10831 (parse_trace_status): Declare.
10832 (struct uploaded_tp): Move here from remote.c,
10833 add fields for actions.
10834 (struct uploaded_tsv): New struct.
10835 * tracepoint.c (tfile_ops): New target vector.
10836 (trace_fd): New global.
10837 (tfile_open): New function.
10838 (tfile_close): New function.
10839 (tfile_files_info): New function.
10840 (tfile_get_trace_status): New function.
10841 (tfile_get_traceframe_address): New function.
10842 (tfile_trace_find): New function.
10843 (tfile_fetch_registers): New function.
10844 (tfile_xfer_partial): New function.
10845 (tfile_get_trace_state_variable_value): New function.
10846 (init_tfile_ops): New function.
10847 (_initialize_tracepoint): Call it, add tfile target.
10848 (trace_status): New global.
10849 (current_trace_status): New function.
10850 (trace_running_p): Remove, change all users to get from
10851 current_trace_status()->running.
10852 (get_trace_status): Remove.
10853 (trace_status_command): Call target_get_trace_status directly,
10854 report more detail including tracing stop reasons.
10855 (trace_find_command): Always allow tfind on a file.
10856 (trace_find_pc_command): Ditto.
10857 (trace_find_tracepoint_command): Ditto.
10858 (trace_find_line_command): Ditto.
10859 (trace_find_range_command): Ditto.
10860 (trace_find_outside_command): Ditto.
10861 (trace_frames_offset, cur_offset): Declare as off_t.
10862 (trace_regblock_size): Rename from reg_size, update users.
10863 (parse_trace_status): New function.
10864 (tfile_interp_line): New function.
10865 (disconnect_or_stop_tracing): Ensure current trace
10866 status before asking what to do.
10867 (stop_reason_names): New global.
10868 (trace_save_command): New command.
10869 (get_uploaded_tp): Move here from remote.c.
10870 (find_matching_tracepoint): Ditto.
10871 (merge_uploaded_tracepoints): New function.
10872 (parse_trace_status): Use stop_reason_names.
10873 (_initialize_tracepoint): Define tsave command.
10874 * target.h (target_ops): New fields to_save_trace_data,
10875 to_upload_tracepoints, to_upload_trace_state_variables,
10876 to_get_raw_trace_data, change to_get_trace_status
10877 to take a pointer to a status struct.
10878 (target_save_trace_data): New macro.
10879 (target_upload_tracepoints): New macro.
10880 (target_upload_trace_state_variables): New macro.
10881 (target_get_raw_trace_data): New macro.
10882 * target.c (update_current_target): Add new methods, change
10883 signature of to_get_trace_status.
10884 * remote.c (hex2bin): Make globally visible.
10885 (bin2hex): Ditto.
10886 (remote_download_trace_state_variable): Download name also.
10887 (remote_get_trace_status): Update parameter, use
10888 parse_trace_status.
10889 (remote_save_trace_data): New function.
10890 (remote_upload_tracepoints): New function.
10891 (remote_upload_trace_state_variables): New function.
10892 (remote_get_raw_trace_data): New function.
10893 (remote_start_remote): Use them.
10894 (_initialize_remote_ops): Add operations.
10895 * ax-gdb.c: Include breakpoint.h.
10896 * breakpoint.c (create_tracepoint_from_upload): Use
10897 break_command_really, return tracepoint, warn about unimplemented
10898 parts.
10899 * NEWS: Mention trace file addition.
10900
10901 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10902
10903 Fix compilation warning on gcc-3.4.
10904 * exec.c (print_section_info): Move the `displacement' variable
10905 initialization to its declaration.
10906
10907 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10908
10909 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10910 comparison.
10911
10912 2010-01-15 Eric Botcazou <botcazou@adacore.com>
10913
10914 "info tasks" broken by typedefs in ATCB type definitions.
10915 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10916 ada_check_typedef before retrieving the length of the type for
10917 regular fields.
10918
10919 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10920
10921 Do not use name-based lookup for unconstrained packed arrays.
10922 * ada-lang.c (find_parallel_type_by_descriptive_type):
10923 Limit the fallback to name-based lookups to the case where
10924 the type is a constrained packed array.
10925
10926 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10927
10928 Enhance gdb-gdb.py to handle main_type.type_specific.
10929 * gdb-gdb.py: Print the type-specific part of struct main_type.
10930
10931 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10932
10933 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10934 * configure: Regenerate.
10935 * config.in: Regenerate.
10936 * utils.c: Include sys/resource.h.
10937 (dump_core, can_dump_core): New.
10938 (internal_vproblem): Update the comment. Check can_dump_core while
10939 setting dump_core_p. Replace two abort calls by dump_core calls.
10940
10941 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10942 Eli Zaretskii <eliz@gnu.org>
10943
10944 * NEWS: Document the PIE support.
10945
10946 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10947
10948 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10949 (check_is_pie_binary, _initialize_linux_tdep): Remove.
10950
10951 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10952
10953 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10954 Replace exec_entry_point call by bfd_get_start_address.
10955
10956 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10957
10958 Support Valgrind attachments broken by the PIE support.
10959 * auxv.c: Include gdbcore.h.
10960 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
10961 parameters ops, object and annex. Remove their assertions.
10962 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10963 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
10964 (memory_xfer_auxv): ... here.
10965 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10966 memory_xfer_auxv.
10967 * procfs.c (procfs_xfer_partial): Likewise.
10968 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10969 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10970 (svr4_solib_create_inferior_hook): Conditionalize the
10971 svr4_relocate_main_executable call.
10972
10973 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10974
10975 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
10976 target_section. Find SECT in current_target_sections, gdb_assert it.
10977 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10978 New variable abfd.
10979 * symtab.c (lookup_objfile_from_block): Return the binary file instead
10980 of separate debug info file.
10981
10982 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10983
10984 Support PIEs with no symfile_objfile.
10985 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10986 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10987
10988 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10989
10990 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
10991 code part to ...
10992 (svr4_static_exec_displacement): ... a new function.
10993 (svr4_exec_displacement): New function.
10994 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
10995 new_offsets using alloca now. Remove variable old_chain and changed.
10996 Call objfile_relocate unconditionally now.
10997
10998 2010-01-14 Doug Evans <dje@google.com>
10999
11000 * gdbtypes.c (arch_flags_type): Fix comment.
11001 * gdbtypes.h (arch_composite_type): Fix comment.
11002
11003 2009-01-14 Tristan Gingold <gingold@adacore.com>
11004
11005 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
11006 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
11007 to symbol_file_add_from_bfd. Add OSO as separate objfile.
11008 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
11009 macho_add_oso_symfile.
11010 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
11011
11012 2010-01-14 Joel Brobecker <brobecker@adacore.com>
11013
11014 Tru64: Dead threads are never deleted.
11015 * dec-thread.c (dec_thread_ptid_is_alive): New function.
11016 (dec_thread_count_gdb_threads): Fix counter increment.
11017 (dec_thread_add_gdb_thread): Fix *listp increment.
11018 (resync_thread_list): Fix bug in deletion of dead threads that
11019 caused all threads to be deleted, instead of just the dead ones.
11020
11021 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
11022
11023 PR python/10705
11024
11025 * python/python-internal.h: Add lazy_string_object_type
11026 definition.
11027 (create_lazy_string_object, gdbpy_initialize_lazy_string)
11028 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
11029 * python/py-value.c (valpy_lazy_string): New function.
11030 (convert_value_from_python): Add lazy string conversion.
11031 * python/py-prettyprint.c (pretty_print_one_value): Check if
11032 return is also a lazy string.
11033 (print_string_repr): Add lazy string printing branch.
11034 (print_children): Likewise.
11035 * python/py-lazy-string.c: New file. Implement lazy strings.
11036 * python/python.c (_initialize_python): Call
11037 gdbpy_initialize_lazy_string.
11038 * varobj.c (value_get_print_value): Add lazy string printing
11039 branch. Account for encoding.
11040 * c-lang.c (c_printstr): Account for new encoding argument. If
11041 encoding is NULL, find encoding suited for type, otherwise use
11042 user encoding.
11043 * language.h (language_defn): Add encoding argument.
11044 (LA_PRINT_STRING): Likewise.
11045 * language.c (unk_lang_printstr): Update to reflect new encoding
11046 argument to language_defn.
11047 * ada-lang.h (ada_printstr): Likewise.
11048 * c-lang.h (c_printstr): Likewise.
11049 * p-lang.h (pascal_printstr);
11050 * f-lang.c (f_printstr): Likewise.
11051 * m2-lang.c (m2_printstr): Likewise.
11052 * objc-lang.c (objc_printstr): Likewise.
11053 * p-lang.c (pascal_printstr): Likewise.
11054 * scm-lang.c (scm_printstr): Likewise.
11055 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
11056 encoding argument.
11057 * ada-valprint.c (ada_printstr): Likewise.
11058 * f-valprint.c (f_val_print): Likewise
11059 * m2-valprint.c (m2_val_print): Likewise.
11060 * p-valprint.c (pascal_val_print): Likewise.
11061 * expprint.c (print_subexp_standard): Likewise.
11062 * valprint.c (val_print_string): Likewise.
11063 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
11064 (SUBDIR_PYTHON_SRCS): Likewise.
11065 (py-lazy-string.o): New rule.
11066
11067 2010-01-13 Doug Evans <dje@google.com>
11068
11069 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
11070 uninitialized" warning from gcc on local `tree'.
11071
11072 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
11073
11074 Implement core awareness.
11075
11076 * bcache.c (compare_ints): Remove
11077 (print_percentage): Use compare_positive_ints.
11078 * defs.h (compare_positive_ints): Declare.
11079 * linux-nat.h (struct lin_lwp): New field core.
11080 (linux_nat_core_of_thread_1): Declare.
11081 * linux-nat.c (add_lwp): Init the 'core' field.
11082 (linux_nat_wait_1): Record the core.
11083 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
11084 (linux_nat_add_target): Register the above.
11085 * linux-thread-db.c (update_thread_core): New.
11086 (thread_db_find_new_threads): Update core information for
11087 every thread.
11088 * remote.c (struct private_thread_info): New.
11089 (free_private_thread_info, demand_private_info): New.
11090 (PACKET_qXfer_threads, use_osdata_threads): New.
11091 (struct thread_item, threads_parsing_context
11092 (start_thread, end_thread, thread_attributes)
11093 (thread_children, threads_children, threads_elements): New.
11094 (remote_threads_info): Try qXfer:threads before anything
11095 else.
11096 (remote_protocol_packets): Register qXfer:threads.
11097 (remote_open_1): Init use_osdata_threads.
11098 (struct stop_reply): New field 'core'.
11099 (remote_parse_stop_reply): Parse core number.
11100 (process_stop_reply): Record core number.
11101 (remote_xfer_partial): Handle qXfer:threads.
11102 (remote_core_of_thread): New.
11103 (init_remote_ops): Register remote_core_of_thread.
11104 (_initialize_remote): Register qXfer:read.
11105 * target.c (target_core_of_thread): New
11106 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
11107 (struct target_ops): New field to_core_of_threads.
11108 (target_core_of_thread): Declare.
11109 * gdbthread.h (struct thread_info): New field private_dtor.
11110 * thread.c (print_thread_info): Report the core.
11111 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
11112 * utils.c (compare_positive_ints): New.
11113 * features/threads.dtd: New.
11114 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
11115 * mi/mi-main.c (struct collect_cores_data, collect_cores)
11116 (do_nothing, free_vector_of_osdata_items)
11117 (splay_tree_int_comparator, free_splay_tree): New.
11118 (print_one_inferior_data): Implemented printing of selected
11119 inferiors. Collect and print cores.
11120 (output_cores): New.
11121 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
11122 thread groups together with --available.
11123
11124 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11125
11126 * configure: Regenerate (for _STRUCTURED_PROC).
11127
11128 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11129
11130 Delete dead function.
11131 * ada-lang.c (extract_string): Delete. No longer used.
11132
11133 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11134
11135 Fix -Wunused warning in dec-thread.c.
11136 * dec-thread.c (dec_thread_count_gdb_threads)
11137 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
11138
11139 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11140
11141 * ada-valprint.c (ada_print_floating): Remove trailing space.
11142
11143 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11144
11145 Add support for DW_AT_GNAT_descriptive_type.
11146 * gdbtypes.h (enum type_specific_kind): New enum.
11147 (struct main_type) [type_specific_field]: New component.
11148 [type_specific]: Add new component "gnat_stuff".
11149 (struct gnat_aux_type): New type.
11150 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
11151 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
11152 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
11153 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
11154 (TYPE_SPECIFIC_FIELD): New macros.
11155 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
11156 type does not hold any cplus-specific data.
11157 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
11158 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
11159 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
11160 cplus-specific data.
11161 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
11162 Set new component TYPE_SPECIFIC_FIELD (type).
11163 (gnat_aux_default): New constant.
11164 (allocate_gnat_aux_type): New function.
11165 (init_type): Add initialization the type-specific stuff for
11166 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
11167 (print_gnat_stuff): New function.
11168 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
11169 specific data. Adjust code that prints the contents of the
11170 type-specific union using the TYPE_SPECIFIC_FIELD value.
11171 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
11172 the type cplus stuff for Ada types.
11173 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
11174 Error out if these routines are called with an Ada type.
11175 (read_structure_type, read_array_type, read_subrange_type):
11176 Add call to set_descriptive_type.
11177 (set_die_type): Initialize the gnat-specific data if necessary.
11178 (need_gnat_info, die_descriptive_type, set_descriptive_type):
11179 New functions.
11180 * ada-lang.c (decode_constrained_packed_array_type): Use
11181 decode_constrained_packed_array_type instead of doing a standard
11182 lookup to locate a parallel type.
11183 (find_parallel_type_by_descriptive_type): New function.
11184 (ada_find_parallel_type_with_name): New function.
11185 (ada_find_parallel_type): Reimplement using
11186 ada_find_parallel_type_with_name.
11187 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
11188 to check if type has a cplus stuff.
11189 * linespec.c (total_number_of_methods): Likewise.
11190 * mdebugread.c (new_type): Likewise.
11191
11192 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11193
11194 * NEWS: Document the 0b binary number prefix parsing.
11195
11196 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11197
11198 * objfiles.c (objfile_relocate1): Change the return type to int.
11199 Describe the new return value. Return non-zero if data changed.
11200 (objfile_relocate): New variable changed. Set it. Call
11201 breakpoint_re_set depending on CHANGED.
11202
11203 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11204
11205 Implement binary numbers parsing.
11206 * c-exp.y (parse_number): New case 'b' and 'B'.
11207
11208 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11209 Tristan Gingold <gingold@adacore.com>
11210
11211 * solib.c (info_sharedlibrary_command): Replace
11212 objfile_has_partial_symbols and objfile_has_full_symbols calls by
11213 objfile_has_symbols.
11214
11215 2010-01-10 Joel Brobecker <brobecker@adacore.com>
11216
11217 * NEWS: Document the improvements made to the mips-irix port.
11218
11219 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11220
11221 Fix the documentation of valprint.c:value_print.
11222 * valprint.c (value_print): Update the function description to
11223 mention that the syntax of the output follows the current_language,
11224 not necessarily C.
11225
11226 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11227
11228 Fix displacement of separate debug info files.
11229 * objfiles.c (objfile_relocate): Rename to ...
11230 (objfile_relocate1): ... here and make it static. Extend the comment.
11231 (objfile_relocate): New function.
11232 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
11233 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
11234 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
11235 allocated using alloca.
11236 * symfile.c (copy_section_addr_info): Remove.
11237 (build_section_addr_info_from_objfile): Make it global. New variables
11238 addr_bit and mask, use them.
11239 * symfile.h (build_section_addr_info_from_objfile): New prototype.
11240 (copy_section_addr_info): Remove.
11241
11242 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11243
11244 Signal unwinder for mips-irix N32.
11245 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
11246 tramp-frame.h.
11247 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
11248 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
11249 (SIGCONTEXT_LO_OFF): New macros.
11250 (mips_irix_n32_tramp_frame_init): New function.
11251 (mips_irix_n32_tramp_frame): New static constant.
11252 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
11253
11254 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11255
11256 Breakpoint in shared library does not work on mips-irix.
11257 * procfs.c: #include "observer.h".
11258 (procfs_inferior_created): New function, moving here the code
11259 which unsets the syssgi syscall-exit notifications.
11260 (procfs_create_inferior): Remove the code which unsets the syssgi
11261 syscall-exit notifications. It is too early to do this here.
11262 (_initialize_procfs): Attach the procfs_inferior_created observer.
11263
11264 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11265
11266 Wrong return convention for arrays (mips-irix).
11267 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
11268 128 bits or smaller are returned the same way as structs
11269 and unions of the the same size.
11270
11271 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11272
11273 Cannot set the PC on mips-irix.
11274 * irix5-nat.c (fill_gregset): Check regno against the raw PC
11275 register number, no the cooked one.
11276
11277 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11278
11279 Error while loading core file on mips-irix.
11280 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
11281 if debugging from a core file.
11282
11283 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11284
11285 GDB hangs when attaching to process on mips-irix.
11286 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
11287 attaching to a process.
11288
11289 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11290
11291 Use the correct breakpoint instruction on mips-irix.
11292 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
11293 containing the correct breakpoint instruction to use on mips-irix.
11294 Use it when the osabi is GDB_OSABI_IRIX.
11295
11296 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11297
11298 -Wunused warning in procfs.c (mips-irix only).
11299 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
11300 throughout instead of using praddset and prdelset respectively.
11301
11302 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11303
11304 GDB crash while stepping into function.
11305 * infrun.c (handle_inferior_event): Refetch the current frame
11306 after handling what.main_action, in case that pointer became
11307 dangling.
11308
11309 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11310
11311 Fix build failure of solaris-hosted cross debuggers.
11312 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
11313
11314 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
11315
11316 Fix build failure on sparc-solaris.
11317 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
11318
11319 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11320
11321 Move some symfile code into subroutines.
11322 * symfile.h (relative_addr_info_to_section_offsets)
11323 (addr_info_make_relative): New prototypes.
11324 * symfile.c (default_symfile_offsets): Move a part to ...
11325 (relative_addr_info_to_section_offsets): ... this new function.
11326 (default_symfile_offsets): Call it.
11327 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
11328 this part to ...
11329 (addr_info_make_relative): ... this new function.
11330
11331 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11332
11333 Add from_tty to solib_create_inferior_hook.
11334 * infcmd.c (post_create_inferior): Move solib_add after
11335 solib_create_inferior_hook. Pass from_tty to
11336 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
11337 0 from_tty and comment why.
11338 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
11339 * linux-nat.c (linux_child_follow_fork): Likewise.
11340 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
11341 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
11342 from_tty.
11343 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
11344 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
11345 * solib-null.c (null_solib_create_inferior_hook): Likewise.
11346 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
11347 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
11348 * solib-som.c (som_solib_create_inferior_hook): Likewise.
11349 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
11350 Pass it to svr4_so_ops.solib_create_inferior_hook.
11351 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
11352 from_tty.
11353 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
11354 solib_add.
11355 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
11356 enable_break.
11357 * solib-target.c (solib_target_solib_create_inferior_hook): New
11358 parameter from_tty.
11359 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
11360 it to ops->solib_create_inferior_hook.
11361 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
11362 Move solib_add after solib_create_inferior_hook, call it now with
11363 from_tty as 0. New comment there.
11364 * solib.h (solib_create_inferior_hook): New parameter from_tty.
11365 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
11366 Likewise.
11367
11368 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
11369
11370 Fix multiexec race.
11371 * infrun.c (handle_inferior_event): Use get_thread_regcache
11372 with events ptid, not get_current_regcache.
11373
11374 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11375
11376 GDB crash with empty executable name (MinGW).
11377 * source.c (openp): Add assert that parameter string is not NULL.
11378 if parameter string is an empty string, then return with a failure
11379 immediately.
11380
11381 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11382
11383 Get rid of support for VAX Floats.
11384 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11385 (ada_vax_float_print_function): Delete.
11386 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11387 (ada_vax_float_print_function): Delete.
11388 * ada-typeprint.c (print_vax_floating_point_type): Delete.
11389 (ada_print_type): Remove support for VAX floats.
11390 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
11391
11392 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11393
11394 * stabsread.c (read_args): Handle zero arguments.
11395
11396 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11397
11398 Cannot find in-tree libiconv.a after reconfigure.
11399 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
11400 that we can use, then cache the path to this archive.
11401 * configure: Regenerate.
11402
11403 2010-01-07 Stan Shebs <stan@codesourcery.com>
11404
11405 Make tracepoint operations go through target vector.
11406 * target.h (enum trace_find_type): New enum.
11407 (struct target_ops): New fields to_trace_init,
11408 to_download_tracepoint, to_download_trace_state_variable,
11409 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
11410 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
11411 to_set_disconnected_tracing.
11412 (target_trace_init): New macro.
11413 (target_download_tracepoint): New macro.
11414 (target_download_trace_state_variable): New macro.
11415 (target_trace_start): New macro.
11416 (target_trace_set_readonly_regions): New macro.
11417 (target_get_trace_status): New macro.
11418 (target_trace_stop): New macro.
11419 (target_trace_find): New macro.
11420 (target_get_trace_state_variable_value): New macro.
11421 (target_set_disconnected_tracing): New macro.
11422 * target.c (update_current_target): Inherit and set defaults for
11423 tracepoint operations.
11424 * tracepoint.c (default_collect): Make globally visible.
11425 (target_is_remote): Remove, along with all calls.
11426 (tvariables_info): Call target_get_trace_state_variable_value.
11427 (remote_set_transparent_ranges): Remove.
11428 (trace_start_command): Call target_trace_init,
11429 target_download_tracepoint, etc.
11430 (download_tracepoint): Remove.
11431 (trace_stop_command): Simplify.
11432 (stop_tracing): Call target_trace_stop.
11433 (get_trace_status): Call target_get_trace_status.
11434 (trace_status_command): Add case for targets that cannot trace.
11435 (finish_tfind_command): Change to take numerical arguments, call
11436 target_trace_find.
11437 (trace_find_command): Update call to finish_tfind_command.
11438 (trace_find_pc_command): Ditto.
11439 (trace_find_tracepoint_command): Ditto.
11440 (trace_find_line_command): Ditto.
11441 (trace_find_range_command): Ditto.
11442 (trace_find_outside_command): Ditto.
11443 (set_disconnected_tracing_value): Call
11444 target_set_disconnected_tracing.
11445 * remote.c: Add protocol encoding bits from tracepoint.c.
11446 (trace_error): Move from tracepoint.c.
11447 (remote_get_noisy_reply): Ditto.
11448 (free_actions_list_cleanup_wrapper): Ditto.
11449 (free_actions_list): Ditto.
11450 (remote_trace_init): New function.
11451 (remote_download_tracepoint): New function.
11452 (remote_download_trace_state_variable): New function.
11453 (remote_trace_set_readonly_regions): New function.
11454 (remote_trace_start): New function.
11455 (remote_get_trace_status): New function.
11456 (remote_trace_stop): New function.
11457 (remote_trace_find): New function.
11458 (remote_download_trace_state_variable): New function.
11459 (remote_set_disconnected_tracing): New function.
11460 (init_remote_ops): Add tracepoint operations.
11461
11462 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
11463
11464 2010-01-07 Tristan Gingold <gingold@adacore.com>
11465
11466 * symfile.c (build_section_addr_info_from_objfile): New function.
11467 (symbol_file_add_separate): Don't use offsets from objfile but
11468 built an addr info.
11469
11470 2010-01-06 Stan Shebs <stan@codesourcery.com>
11471
11472 Support disconnected tracing.
11473 * infcmd.c (detach_command): Ask whether to stop tracing.
11474 * cli/cli-cmds.c (quit_command): Ditto.
11475 * breakpoint.h (struct breakpoint): New field number_on_target.
11476 * breakpoint.c (create_tracepoint_from_upload): New function.
11477 (get_tracepoint_by_number_on_target): New function.
11478 * remote.c (struct remote): New field disconnected_tracing.
11479 (remote_disconnected_tracing_feature): New function.
11480 (remote_protocol_features): Add DisconnectedTracing.
11481 (struct uploaded_tp): New struct.
11482 (uploaded_tps): New global.
11483 (get_uploaded_tp): New function.
11484 (find_matching_tracepoint): New function.
11485 (remote_get_tracing_state): New function.
11486 (remote_start_remote): Call it.
11487 * tracepoint.c (disconnected_tracing): New global.
11488 (trace_start_command): Initialize number_on_target.
11489 (stop_tracing): New function, split out from...
11490 (trace_stop_command): Call stop_tracing.
11491 (get_trace_status): New function, split out from...
11492 (trace_status_command): Call get_trace_status, add info on
11493 disconnection behavior.
11494 (disconnect_or_stop_tracing): New function.
11495 (finish_tfind_command): Translate from number on target.
11496 (trace_find_tracepoint_command): Translate to number on target.
11497 (send_disconnected_tracing_value): New function.
11498 (set_disconnected_tracing): New function.
11499 (_initialize_tracepoint): Add disconnected-tracing variable.
11500 * NEWS: Mention disconnected tracing.
11501
11502 2010-01-06 Tristan Gingold <gingold@adacore.com>
11503
11504 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11505 parameter to main_objfile. Iterate on all separate debug objfiles.
11506 * symfile.h (symbol_file_add_separate)
11507 (find_separate_debug_file_by_debuglink): Remove parameter names.
11508 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11509 (reread_symbols): Use free_objfile_separate_debug.
11510 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11511 Adjust comment.
11512 (objfile_separate_debug_iterate, add_separate_debug_objfile)
11513 (free_objfile_separate_debug): New prototypes.
11514 * objfiles.c (objfile_separate_debug_iterate): New function.
11515 (add_separate_debug_objfile, free_objfile_separate_debug): New
11516 functions.
11517 (free_objfile): Use free_objfile_separate_debug. Adjust for
11518 multiple separate debug objfile.
11519 (objfile_has_symbols): Adjust comment. Iterate on all separate
11520 debug objfiles.
11521 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11522 debug objfile.
11523 (lookup_minimal_symbol_text): Ditto.
11524 (lookup_minimal_symbol_by_pc_name): Ditto.
11525 (lookup_minimal_symbol_solib_trampoline): Ditto.
11526 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11527 debug objfiles.
11528
11529 2010-01-05 Stan Shebs <stan@codesourcery.com>
11530
11531 Add fast tracepoints.
11532 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11533 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11534 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11535 * breakpoint.c (tracepoint_type): New function.
11536 (ALL_TRACEPOINTS): Use it.
11537 (should_be_inserted): Ditto.
11538 (bpstat_check_location): Ditto.
11539 (print_one_breakpoint_location): Ditto.
11540 (user_settable_breakpoint): Ditto.
11541 (set_breakpoint_location_function): Ditto.
11542 (disable_breakpoints_in_shlibs): Ditto.
11543 (delete_trace_command): Ditto.
11544 (print_it_typical): Add bp_fast_tracepoint case.
11545 (bpstat_what): Ditto.
11546 (print_one_breakpoint_location): Ditto.
11547 (allocate_bp_location): Ditto.
11548 (mention): Ditto.
11549 (breakpoint_re_set_one): Ditto.
11550 (disable_command): Ditto.
11551 (enable_command): Ditto.
11552 (check_fast_tracepoint_sals): New function.
11553 (break_command_really): Call it.
11554 (ftrace_command): New function.
11555 (_initialize_breakpoint): Add ftrace command.
11556 * gdbarch.sh (fast_tracepoint_valid_at): New.
11557 * gdbarch.h, gdbarch.c: Regenerate.
11558 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11559 (i386_gdbarch_init): Use it.
11560 * remote.c (struct remote_state): New field fast_tracepoints.
11561 (PACKET_FastTracepoints): New packet config type.
11562 (remote_fast_tracepoint_feature): New function.
11563 (remote_protocol_features): Add FastTracepoints.
11564 (remote_supports_fast_tracepoints): New function.
11565 (_initialize_remote): Add FastTracepoints.
11566 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11567 * NEWS: Mention fast tracepoints.
11568
11569 2010-01-06 Joel Brobecker <brobecker@adacore.com>
11570
11571 * gdb-gdb.py: New file.
11572
11573 2010-01-05 Michael Snyder <msnyder@vmware.com>
11574
11575 * infrun.c (handle_inferior_event): Fix typo in comment.
11576
11577 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11578
11579 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11580
11581 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11582
11583 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11584 and s390x-linux64.
11585 (s390-linux32-expedite): Define.
11586 (s390-linux64-expedite): Define.
11587 (s390x-linux64-expedite): Define.
11588 * features/s390-acr.xml: New file.
11589 * features/s390-fpr.xml: New file.
11590 * features/s390-core32.xml: New file.
11591 * features/s390-core64.xml: New file.
11592 * features/s390x-core64.xml: New file.
11593 * features/s390-linux32.xml: New file.
11594 * features/s390-linux64.xml: New file.
11595 * features/s390x-linux64.xml: New file.
11596 * features/s390-linux32.c: New generated file.
11597 * features/s390-linux64.c: New generated file.
11598 * features/s390x-linux64.c: New generated file.
11599
11600 * regformats/s390-linux32.dat: New generated file.
11601 * regformats/s390-linux64.dat: New generated file.
11602 * regformats/s390x-linux64.dat: New generated file.
11603 * regformats/reg-s390.dat: Remove.
11604 * regformats/reg-s390x.dat: Remove.
11605
11606 * s390-nat.c: Include "auxv.h" and <elf.h>.
11607 (HWCAP_S390_HIGH_GPRS): Define if undefined.
11608 (s390_target_wordsize): New function.
11609 (s390_auxv_parse): Likewise.
11610 (s390_get_hwcap): Likewise.
11611 (s390_read_description): Likewise.
11612 (_initialize_s390_nat): Install s390_auxv_parse and
11613 s390_read_description.
11614
11615 * s390-tdep.c: Include "features/s390-linux32.c",
11616 "features/s390-linux64.c", and "features/s390x-linux64.c".
11617 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11618 (s390_register_call_saved): New function.
11619 (s390_register_name): Remove.
11620 (s390_register_type): Remove.
11621 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11622 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11623 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11624 (s390_pseudo_register_name): New function.
11625 (s390_pseudo_register_type): New function.
11626 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11627 Handle full GPR pesudos and varying pseudo register numbers.
11628 (s390_pseudo_register_write): Likewise
11629 (s390x_pseudo_register_read): Remove.
11630 (s390x_pseudo_register_write): Likewise.
11631 (s390_register_group): Remove.
11632 (s390_pseudo_register_group): New function.
11633 (s390_regmap_gregset): Add GPR upper halves.
11634 (s390x_regmap_gregset): Likewise.
11635 (s390_regmap_fpregset): Likewise.
11636 (s390_regmap_upper): New global variable.
11637 (s390_upper_regset): New global variable.
11638 (s390_upper_regset_sections): New global variable.
11639 (s390_regset_from_core_section): Handle GPR upper halves.
11640 (s390_core_read_description): New function.
11641 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11642 register information. Handle varying pseudo register numbers.
11643 (s390_backchain_frame_unwind_cache): Likewise.
11644 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11645 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11646 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11647 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
11648 Handle varying pseudo register numbers.
11649 (s390_unwind_pc): Handle varying pseudo register numbers.
11650 (s390_dwarf2_prev_register): New function.
11651 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11652 register information. Handle varying pseudo register numbers.
11653 Install s390_dwarf2_prev_register to unwind full GPRs.
11654 (s390_gdbarch_init): Handle target descriptions. Assign varying
11655 pseudo register numbers. Install s390_adjust_frame_regnum.
11656 (_initialize_s390_tdep): Initialize target descriptions.
11657
11658 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11659 (S390_NUM_REGS): Redefine to include upper half registers.
11660 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11661 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11662 (tdesc_s390_linux32): Add declaration.
11663 (tdesc_s390_linux64): Likewise.
11664 (tdesc_s390x_linux64): Likewise.
11665
11666 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11667
11668 * regset.h (struct core_regset_section): Add HUMAN_NAME.
11669 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11670 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11671 (ppc_linux_vmx_regset_sections): Likewise.
11672 (ppc_linux_fp_regset_sections): Likewise.
11673
11674 * corelow.c (get_core_register_section): Constify arguments.
11675 (get_core_registers): Use gdbarch_core_regset_sections instead
11676 of hard-coded platform-specific register section names.
11677
11678 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11679
11680 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11681 a register, assume the least-significant part is used.
11682 (write_pieced_value): Likewise.
11683
11684 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11685
11686 * printcmd.c: Include "arch-utils.h".
11687 (do_one_display): Re-parse expression if current architecture changed.
11688
11689 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11690 Joel Brobecker <brobecker@adacore.com>
11691
11692 * gdbtypes.c (check_typedef): New comment on type length.
11693 * value.c (allocate_value_lazy): Remove the unused atype variable. New
11694 comment on type length.
11695 (value_primitive_field): Keep the original TYPE value, new comment.
11696
11697 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11698
11699 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11700 p_start. Change != comparisons to > and < comparisons.
11701
11702 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11703
11704 * cli/cli-script.c (process_next_line): Check P2 overrun.
11705
11706 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11707
11708 Update the copyright hearder to add year 2010 for most GDB files.
11709
11710 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11711
11712 Fix build failure in inf-ptrace.c.
11713 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11714
11715 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11716
11717 * top.c (print_gdb_version): Update copyright year.
11718
11719 2010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
11720
11721 Fix break *FUN'address thread NUM.
11722 * ada-lex.l (task): Expand rule to also match the thread keyword.
11723
11724 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11725
11726 Fix break *FUN'address task NUM.
11727 * ada-lex.l (task): New rule.
11728 * ada-lang.c (valid_task_id): Make sure the Ada task list has
11729 been built before using it.
11730
11731 For older changes see ChangeLog-2009.
11732 \f
11733 Local Variables:
11734 mode: change-log
11735 left-margin: 8
11736 fill-column: 74
11737 version-control: never
11738 coding: utf-8
11739 End:
This page took 0.275155 seconds and 4 git commands to generate.