* mips-tdep.c (make_mips16_addr): New function.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-12-17 Kevin Buettner <kevinb@redhat.com>
2
3 * mips-tdep.c (make_mips16_addr): New function.
4 (mips_elf_make_msymbol_special): Don't set the low bit in the
5 symbol's address.
6 (mips_read_pc, mips_unwind_pc, mips_addr_bits_remove): Strip bit
7 indicating mips16 address, if present.
8 (mips_write_pc): Set bit indicating mips16 address when in a mips16
9 function.
10 (mips_eabi_push_dummy_call, mips_o64_push_dummy_call): Likewise,
11 but for each function pointer argument to inferior function call.
12
13 2010-12-17 Tom Tromey <tromey@redhat.com>
14
15 * psympriv.h (struct partial_symtab) <readin>: Move field
16 earlier.
17
18 2010-12-16 Kevin Buettner <kevinb@redhat.com>
19
20 * mips-tdep.c (mips_convert_register_float_case_p)
21 (mips_convert_register_gpreg_case_p): New functions.
22 (mips_convert_register_p): Invoke new functions above.
23 (mips_register_to_value): Add case for fetching value shorter
24 than 64 bits from a 64-bit register.
25 (mips_value_to_register): Add case for storing value shorter
26 than 64 bits into a 64-bit register.
27
28 2010-12-16 Joel Borggrén-Franck <joel.borggren.franck@gmail.com>
29
30 * python/py-value.c (value_object_type) <tp_flags>: Add
31 Py_TPFLAGS_BASETYPE.
32
33 2010-12-16 Mike Frysinger <vapier@gentoo.org>
34
35 * NEWS: Mention new sim --map-info flag.
36
37 2010-12-15 Doug Evans <dje@google.com>
38
39 * dwarf2read.c (_initialize_dwarf2_read): Fix help text of
40 "save gdb-index" command.
41
42 2010-12-15 Tom Tromey <tromey@redhat.com>
43
44 * infrun.c (save_infcall_control_state): Handle the
45 exception-resume breakpoint.
46 (restore_infcall_control_state): Likewise.
47 (discard_infcall_control_state): Likewise.
48
49 2010-12-15 Kevin Buettner <kevinb@redhat.com>
50
51 * mips-tdep.c (mips_pseudo_register_write): Sign extend 32-bit
52 cooked values that are being transferred to 64-bit raw registers.
53 (mips_pseudo_register_read): Revise to preserve symmetry with
54 mips_pseudo_register_write().
55
56 2010-12-15 Greg Watson <g.watson@computer.org>
57
58 * f-exp.y (yylex): Check entire token against keywords.
59
60 2010-12-15 Doug Evans <dje@google.com>
61
62 Rename "maint set python auto-load" to "set auto-load-scripts".
63 * NEWS: Mention it.
64 * python/py-auto-load.c (auto_load_scripts): Renamed from
65 gdbpy_auto_load.
66 (load_auto_scripts_for_objfile): Update.
67 (gdbpy_initialize_auto_load): Rename "maint set python auto-load" to
68 "set auto-load-scripts".
69
70 2010-12-14 Kevin Buettner <kevinb@redhat.com>
71
72 * mips-tdep.c (mips_eabi_push_dummy_call): Place signed, rather
73 than unsigned, values in registers.
74
75 2010-12-14 Ken Werner <ken.werner@de.ibm.com>
76
77 * valops.c (value_one): Use get_array_bounds to compute the number
78 of array elements instead of dividing the length of the array by the
79 length of the element types.
80 * valarith.c (value_complement, value_neg): Likewise.
81
82 2010-12-14 Joel Brobecker <brobecker@adacore.com>
83
84 * irix5-nat.c: Replace fp_r, fp_regs and fp_scr by __fp_r, __fp_regs
85 and __fp_scr respectively throughout.
86 * configure.ac: Compile with -Dsiginfo=__siginfo if building with
87 Python using GCC on IRIX.
88 * configure: Regenerate.
89
90 2010-12-13 Kevin Buettner <kevinb@redhat.com>
91
92 * solib-svr4.c (enable_break): Don't attempt to place breakpoints,
93 when attaching, on the names in bkpt_names: _start, __start, and
94 main.
95
96 2010-12-12 Stan Shebs <stan@codesourcery.com>
97
98 * value.c (value_of_internalvar): Add case for trace state
99 variables.
100
101 2010-12-12 Doug Evans <dje@google.com>
102
103 * dwarf2read.c (dwarf2_per_objfile): New member quick_file_names_table.
104 (dwarf2_per_cu_quick_data): Move definition down to "quick functions"
105 section. Delete members lines full_names. Rename read_lines to
106 no_file_data.
107 (quick_file_names): New struct.
108 (hash_file_name_entry, eq_file_name_entry): New functions.
109 (delete_file_name_entry, create_quick_file_names_table): New functions.
110 (dwarf2_read_index): Initialize quick_file_names_table.
111 (dw2_get_file_names): Renamed from dw2_require_line_header.
112 Return pointer to quick_file_names entry. All callers updated.
113 (dw2_get_real_path): Renamed from dw2_require_full_path.
114 Replace per_cu arg with pointer to quick_file_names entry.
115 All callers updated.
116 (dw2_free_cached_file_names): New function.
117 (dw2_forget_cached_source_info): Call it (via htab_traverse_noresize).
118 (dwarf2_initialize_objfile): Initialize quick_file_names_table in
119 the OBJF_READNOW case.
120 (dwarf2_free_objfile): Rewrite freeing of quick file names tables.
121
122 2010-12-12 Mark Kettenis <kettenis@gnu.org>
123
124 * mips64obsd-tdep.c (floatformats_mips64_quad): New define.
125 (mips64obsd_init_abi): Set long_double_bit and long_double_format.
126
127 2010-12-12 Mark Kettenis <kettenis@gnu.org>
128
129 * sparc-tdep.c: Fix typo in comment.
130
131 2010-12-10 Doug Evans <dje@google.com>
132
133 * dwarf2read.c: Whitespace cleanup, plus comment additions.
134 No code changes.
135
136 2010-12-10 Tom Tromey <tromey@redhat.com>
137
138 * NEWS: Document exception-handling change.
139
140 2010-12-09 Marc Khouzam <marc.khouzam@ericsson.com>
141
142 * mi/mi-parse.c (mi_parse): Wrong error message.
143
144 2010-12-09 Doug Evans <dje@google.com>
145
146 * symfile.h (quick_symbol_functions): Clarify usage of
147 map_symbol_filenames.
148
149 2010-12-09 Tom Tromey <tromey@redhat.com>
150
151 * mi/mi-parse.h (mi_parse): Update.
152 * mi/mi-parse.c (mi_parse_cleanup): New function.
153 (mi_parse): Add 'token' argument. Throw exception on error.
154 * mi/mi-main.c (mi_print_exception): New function.
155 (mi_execute_command): Use mi_print_exception. Catch exceptions
156 from mi_parse.
157
158 2010-12-09 Tom Tromey <tromey@redhat.com>
159
160 PR c++/9593:
161 * thread.c (clear_thread_inferior_resources): Call
162 delete_longjmp_breakpoint.
163 * infrun.c (handle_inferior_event): Handle exception breakpoints.
164 (handle_inferior_event): Likewise.
165 (insert_exception_resume_breakpoint): New function.
166 (check_exception_resume): Likewise.
167 * inferior.h (delete_longjmp_breakpoint_cleanup): Declare.
168 * infcmd.c (delete_longjmp_breakpoint_cleanup): No longer static.
169 (step_1): Set thread's initiating frame.
170 (until_next_continuation): New function.
171 (until_next_command): Support exception breakpoints.
172 (finish_command_continuation): Delete longjmp breakpoint.
173 (finish_forward): Support exception breakpoints.
174 * gdbthread.h (struct thread_info) <initiating_frame>: New field.
175 * breakpoint.h (enum bptype) <bp_exception, bp_exception_resume,
176 bp_exception_master>: New constants.
177 (struct bpstat_what) <is_longjmp>: New field.
178 (set_longjmp_breakpoint): Update.
179 * breakpoint.c (create_exception_master_breakpoint): New function.
180 (update_breakpoints_after_exec): Handle bp_exception_master. Call
181 create_exception_master_breakpoint.
182 (print_it_typical): Handle bp_exception_master, bp_exception.
183 (bpstat_stop_status): Handle bp_exception_master.
184 (bpstat_what): Handle bp_exception_master, bp_exception,
185 bp_exception_resume.
186 (bptype_string): Likewise.
187 (print_one_breakpoint_location): Likewise.
188 (allocate_bp_location): Likewise.
189 (set_longjmp_breakpoint): Handle exception breakpoints. Change
190 interface.
191 (delete_longjmp_breakpoint): Handle exception breakpoints.
192 (mention): Likewise.
193 (struct until_break_command_continuation_args) <thread_num>: New
194 field.
195 (until_break_command_continuation): Call
196 delete_longjmp_breakpoint.
197 (until_break_command): Support exception breakpoints.
198 (delete_command): Likewise.
199 (breakpoint_re_set_one): Likewise.
200 (breakpoint_re_set): Likewise.
201
202 2010-12-08 Doug Evans <dje@google.com>
203
204 * gdbtypes.h (TYPE_IS_OPAQUE): Reformat.
205
206 * gdbtypes.c (check_typedef): Tweak comment.
207
208 PR symtab/12302
209 * dwarf2read.c (struct psymtab_cu_index_map): New struct.
210 (hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
211 (struct addrmap_index_data): New struct.
212 (add_address_entry): Remove arg `pst', new args `start', `end'.
213 (add_address_entry_worker, write_address_map): New functions.
214 (write_psymtabs_to_index): Address table generation moved to
215 write_address_map. Build a table mapping psymtab to CU index
216 to pass to it.
217
218 * dwarf2read.c (write_psymtabs_to_index): When stat fails, pass file
219 name to perror.
220
221 * symfile.h (quick_symbol_functions): Clarify usage of
222 expand_symtabs_with_filename.
223 * dwarf2read.c (dw2_expand_symtabs_with_filename): Only iterate over
224 comp units, ignore type units.
225
226 * dwarf2read.c (dw2_expand_symtabs_with_filename): Use FILENAME_CMP.
227
228 2010-12-07 Doug Evans <dje@google.com>
229
230 * dwarf2read.c (dw2_lookup_symtab): Remove duplicate call to
231 gdb_realpath.
232
233 PR python/12227
234 * NEWS: Mention -data-directory.
235 * main.c (captured_main): Recognize -data-directory.
236
237 2010-12-06 Marc Khouzam <marc.khouzam@ericsson.com>
238
239 * mi/mi-parse.c (mi_parse): Missing else.
240
241 2010-12-04 Masaki Muranaka <monaka@monami-software.com>
242
243 * configure.tgt: Accept microblaze*-*-linux* for linux target
244 and microblaze*-*-* for as target.
245
246 2010-12-02 Keith Seitz <keiths@redhat.com>
247
248 * linespec.c (find_method): Move name canonicalization outside
249 the loop.
250 Be paranoid and use a cleanup.
251
252 2010-12-01 Doug Evans <dje@google.com>
253
254 * dwarf2read.c (save_gdb_index_command): Add comment.
255
256 2010-12-01 Ulrich Weigand <uweigand@de.ibm.com>
257
258 * valops.c (value_assign): Returned value is never lazy. If a
259 C++ class type is returned, fix incorrect enclosing type / embedded
260 offset. If internal variable is returned, allocate new internalvar
261 value using value_of_internalvar.
262
263 * NEWS: Document changes in behavior of "print x = 0" and similar
264 expressions.
265
266 2010-11-29 Doug Evans <dje@google.com>
267
268 * python/lib/gdb/printing.py (register_pretty_printer): Change
269 printer-name:subprinter-name to printer-name;subprinter-name.
270 * python/lib/gdb/command/pretty_printers.py (parse_printer_regexps):
271 Ditto.
272 (InfoPrettyPrinter, EnablePrettyPrinter, DisablePrettyPrinter): Ditto.
273
274 2010-11-29 Tom Tromey <tromey@redhat.com>
275
276 * opencl-lang.c (lval_func_check_synthetic_pointer): New
277 function.
278 * value.h (struct lval_funcs) <indirect, check_synthetic_pointer>:
279 New fields.
280 (value_bits_synthetic_pointer): Declare.
281 * value.c (value_bits_synthetic_pointer): New function.
282 * valprint.c (valprint_check_validity): Handle synthetic
283 pointers.
284 * valops.c (value_ind): Use new 'indirect' lval_funcs method.
285 * valarith.c (value_ptradd): Use set_value_component_location.
286 * p-valprint.c (pascal_object_print_value_fields): Handle
287 synthetic pointers.
288 * jv-valprint.c (java_print_value_fields): Handle synthetic
289 pointers.
290 * dwarf2read.c (dwarf_stack_op_name): Add
291 DW_OP_GNU_implicit_pointer.
292 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
293 arguments. Handle location lists.
294 (fill_in_loclist_baton): New function.
295 (dwarf2_symbol_mark_computed): Use it.
296 * dwarf2loc.h (dwarf2_find_location_expression): Declare.
297 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
298 arguments.
299 * dwarf2loc.c (dwarf2_find_location_expression): Rename from
300 find_location_expression. No longer static. Update all callers.
301 (dwarf_expr_frame_pc): New function.
302 (per_cu_dwarf_call): Add get_frame_pc, baton arguments. Update
303 all callers.
304 (struct piece_closure) <per_cu>: New field.
305 (allocate_piece_closure): Add per_cu argument.
306 (read_pieced_value): Handle DWARF_VALUE_IMPLICIT_POINTER.
307 (check_pieced_value_bits): Remove validity argument, add check_for
308 argument. Handle DWARF_VALUE_IMPLICIT_POINTER.
309 (check_pieced_value_validity, check_pieced_value_invalid):
310 Update.
311 (check_pieced_synthetic_pointer): New function.
312 (get_frame_address_in_block_wrapper): New function.
313 (indirect_pieced_value): New function.
314 (pieced_value_funcs): Update.
315 (invalid_synthetic_pointer): New function.
316 (dwarf2_evaluate_loc_desc_full): Rename from
317 dwarf2_evaluate_loc_desc. Add byte_offset argument.
318 (dwarf2_evaluate_loc_desc): Rewrite.
319 (dwarf2_loc_desc_needs_frame): Set new field on context.
320 (get_ax_pc): New function.
321 (disassemble_dwarf_expression): Handle
322 DW_OP_GNU_implicit_pointer.
323 * dwarf2expr.h (enum dwarf_value_location)
324 <DWARF_VALUE_IMPLICIT_POINTER>: New constant.
325 (struct dwarf_expr_context) <get_frame_pc>: New field.
326 (struct dwarf_expr_piece) <v.ptr>: New field.
327 * dwarf2expr.c (add_piece): Handle DWARF_VALUE_IMPLICIT_POINTER.
328 (execute_stack_op): Handle DW_OP_GNU_implicit_pointer.
329 * dwarf2-frame.c (no_get_frame_pc): New function.
330 (execute_stack_op): Set new field on context.
331 * cp-valprint.c (cp_print_value_fields): Handle synthetic
332 pointers.
333
334 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
335
336 PR python/12199
337
338 * python/py-breakpoint.c (bppy_delete_breakpoint): New function.
339
340 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
341
342 Fix step_resume_breakpoint unsaved during an infcall.
343 * gdbthread.h (struct thread_control_state): Move here field
344 step_resume_breakpoint ...
345 (struct thread_info): ... from here.
346 * infrun.c (save_infcall_control_state): Reset
347 control.step_resume_breakpoint to NULL.
348 (restore_infcall_control_state, discard_infcall_control_state): Delete
349 control.step_resume_breakpoint.
350 * arm-linux-tdep.c, infrun.c, thread.c: Update all the references to
351 the moved field.
352
353 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
354
355 Rename and move inferior_thread_state and inferior_status.
356 * gdbthread.h (struct thread_control_state): New struct, move fields
357 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
358 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
359 stop_step and stop_bpstat here from struct thread_info.
360 (struct thread_suspend_state): New struct, move field stop_signal here
361 from struct thread_info.
362 (struct thread_info): Move the fields above from this struct.
363 * inferior.h: Move the inferior_thread_state and inferior_status
364 declarations comment to their definitions at infrun.c.
365 (struct inferior_control_state): New struct, move field stop_soon from
366 struct inferior here.
367 (struct inferior_suspend_state): New empty struct.
368 (struct inferior): New fields control and suspend. Move out field
369 stop_soon.
370 * infrun.c (struct inferior_thread_state): Rename to ...
371 (infcall_suspend_state): ... here. Replace field stop_signal by
372 fields thread_suspend and inferior_suspend.
373 (save_inferior_thread_state): Rename to ...
374 (save_infcall_suspend_state): ... here. New variable inf. Update the
375 code for new fields.
376 (restore_inferior_thread_state): Rename to ...
377 (restore_infcall_suspend_state): ... here. New variable inf. Update
378 the code for new fields.
379 (do_restore_inferior_thread_state_cleanup): Rename to ...
380 (do_restore_infcall_suspend_state_cleanup): ... here.
381 (make_cleanup_restore_inferior_thread_state): Rename to ...
382 (make_cleanup_restore_infcall_suspend_state): ... here.
383 (discard_inferior_thread_state): Rename to ...
384 (discard_infcall_suspend_state): ... here.
385 (get_inferior_thread_state_regcache): Rename to ...
386 (get_infcall_suspend_state_regcache): ... here.
387 (struct inferior_status): Rename to ...
388 (struct infcall_control_state): ... here. Replace fields
389 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
390 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
391 stop_step, stop_bpstat and stop_soon by fields thread_control and
392 inferior_control.
393 (save_inferior_status): Rename to ...
394 (save_infcall_control_state): ... here. Update the code for new
395 fields.
396 (restore_inferior_status): Rename to ...
397 (restore_infcall_control_state): ... here. Update the code for new
398 fields.
399 (do_restore_inferior_status_cleanup): Rename to ...
400 (do_restore_infcall_control_state_cleanup): ... here.
401 (make_cleanup_restore_inferior_status): Rename to ...
402 (make_cleanup_restore_infcall_control_state): ... here.
403 (discard_inferior_status): Rename to ...
404 (discard_infcall_control_state): ... here.
405 * alpha-tdep.c, breakpoint.c, dummy-frame.c, dummy-frame.h,
406 exceptions.c, fbsd-nat.c, gdbthread.h, infcall.c, infcmd.c,
407 inferior.c, inferior.h, infrun.c, linux-nat.c, mi/mi-interp.c,
408 mips-tdep.c, procfs.c, solib-irix.c, solib-osf.c, solib-spu.c,
409 solib-sunos.c, solib-svr4.c, thread.c, windows-nat.c: Update all the
410 references to the moved fields and renamed functions.
411
412 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
413
414 * infcall.c (struct inferior_thread_state) <siginfo_gdbarch>: Fix up
415 the comment.
416 (save_inferior_thread_state): Reset tp->stop_signal.
417
418 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
419
420 * infcall.c (call_function_by_hand): Remove variable
421 caller_state_cleanup.
422
423 2010-11-25 Marc Khouzam <marc.khouzam@ericsson.com>
424
425 PR breakpoints/12217
426
427 * breakpoint.c (is_marker_spec): Check for NULL.
428
429 2010-11-25 Pedro Alves <pedro@codesourcery.com>
430
431 * breakpoint.h: No longer include python.h or python-internal.h.
432 (struct breakpoint_object): Forward declare.
433 * defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
434 * varobj.c (PyObject) [!HAVE_PYTHON]: Define.
435 * python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
436 PyObject pointer.
437 (gdbpy_breakpoint_created): Remove casts around py_bp_object
438 accesses.
439
440 2010-11-24 Joel Brobecker <brobecker@adacore.com>
441
442 * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
443 only if HAVE_ELF is defined.
444
445 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
446
447 Code cleanup.
448 * infrun.c (struct inferior_status) <stepping_over_breakpoint>
449 (save_inferior_status) <stepping_over_breakpoint>
450 (restore_inferior_status) <stepping_over_breakpoint>: Rename to
451 trap_expected.
452 (struct inferior_status) <step_resume_break_address>: Remove.
453
454 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
455
456 Code cleanup.
457 * infrun.c (struct inferior_status, save_inferior_status)
458 (restore_inferior_status): Group and reorder the fields, comment their
459 groups.
460
461 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
462
463 Code cleanup.
464 * dictionary.c
465 (struct dict_vector) <iter_match_first, iter_match_next>
466 (iter_match_first_hashed, iter_match_next_hashed)
467 (iter_match_first_linear, iter_match_next_linear)
468 (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
469 (iter_match_next_hashed, iter_match_first_linear)
470 (iter_match_next_linear): Use symbol_compare_ftype.
471 * dictionary.h: Include symfile.h.
472 (dict_iter_match_first, dict_iter_match_next): Use
473 symbol_compare_ftype.
474 * dwarf2read.c (dw2_map_matching_symbols): Likewise.
475 * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
476 (map_matching_symbols_psymtab): Likewise.
477 * symfile.h (symbol_compare_ftype): New typedef.
478 (struct quick_symbol_functions) <map_matching_symbols): Use
479 symbol_compare_ftype.
480
481 2010-11-23 Tom Tromey <tromey@redhat.com>
482
483 * configure: Rebuild.
484 * configure.ac (READLINE_TEXI_INCFLAG): New subst.
485
486 2010-11-19 Tom Tromey <tromey@redhat.com>
487
488 * Makefile.in (SUBDIRS): Add doc.
489 * configure: Rebuild.
490 * configure.ac: Don't configure in doc. Create doc/Makefile.
491
492 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
493
494 PR python/12212
495
496 * python/py-inferior.c (find_thread_object): Check if PIDGET
497 returns 0.
498
499 010-11-22 Joel Brobecker <brobecker@adacore.com>
500
501 * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
502
503 2010-11-22 Joel Brobecker <brobecker@adacore.com>
504
505 * ada-lang.c (ada_to_fixed_type): Expand function documentation.
506 Return the original type if the main type portions match rather
507 than when the type themselves match.
508
509 2010-11-22 Joel Brobecker <brobecker@adacore.com>
510
511 * ada-lang.c (ada_template_to_fixed_record_type_1):
512 For dynamic fields, check the field size against the maximum
513 object size.
514
515 2010-11-22 Joel Brobecker <brobecker@adacore.com>
516
517 * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
518 function.
519 (mips_irix_n32_stack_tramp_frame): New static global.
520 (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
521 list of unwinder.
522
523 2010-11-22 Jerome Guitton <guitton@adacore.com>
524
525 * ada-tasks.c (get_tcb_types_info): Use C lookups to get
526 ATCB symbols.
527
528 2010-11-22 Joel Brobecker <brobecker@adacore.com>
529
530 * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
531 if type1 is a typedef.
532
533 2010-11-22 Joel Brobecker <brobecker@adacore.com>
534
535 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
536 "_finalizer" to the list.
537
538 2010-11-22 Joel Brobecker <brobecker@adacore.com>
539
540 * symfile.c: Remove all "#if 0"/"#endif" blocks.
541
542 2010-11-22 Joel Brobecker <brobecker@adacore.com>
543
544 * symfile.c: Add missing second space after period in various comments.
545
546 2010-11-22 Joel Brobecker <brobecker@adacore.com>
547
548 * ada-typeprint.c (print_array_type): Fix formatting in comment.
549 (print_selected_record_field_types): Fix formatting in function
550 documentation.
551
552 2010-11-22 Joel Brobecker <brobecker@adacore.com>
553
554 * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
555 in name of "show ravenscar" prefix command name.
556
557 2010-11-22 Joel Brobecker <brobecker@adacore.com>
558
559 * ravenscar-thread.c (show_ravenscar_task_switching_command):
560 Add missing '\n' in output.
561
562 2010-11-22 Joel Brobecker <brobecker@adacore.com>
563
564 * ravenscar-thread.c (running_thread_name): Change value.
565 (read_thread_id): Remove advance declaration.
566 (get_running_thread_msymbol): New function.
567 (has_ravenscar_runtime): Use get_running_thread_msymbol to
568 compute msym_running_thread.
569 (get_running_thread_id): Renames read_thread_id. Slight modifications
570 to not take any argument anymore, using get_running_thread_msymbol
571 to determine which symbol to use instead.
572 (ravenscar_running_thread): Use get_running_thread_id instead of
573 read_thread_id.
574
575 2010-11-22 Joel Brobecker <brobecker@adacore.com>
576
577 * ravenscar-sparc-thread.c (supply_register_at_address):
578 Fix passing of buf in call to regcache_raw_supply.
579
580 2010-11-22 Jan Kratochvil <jan.kratochvil@redhat.com>
581
582 * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
583
584 2010-11-22 Tom Tromey <tromey@redhat.com>
585
586 * Makefile.in (.PRECIOUS): Reference ada-lex.c.
587
588 2010-11-19 Keith Seitz <keiths@redhat.com>
589
590 * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
591 Remove extraneous '/' after $(DESTDIR).
592 (PYTHON_INSTALL_DIR): Likewise.
593
594 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
595
596 Fix stale memory references.
597 * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
598 xfree, new comment.
599
600 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
601 Tom Tromey <tromey@redhat.com>
602
603 * Makefile.in (.y.c): Directly create $@ from YLWRAP.
604 (.PHONY): Remove for .y outputs.
605
606 2010-11-19 Will Drewry <wad@google.com>
607 Tavis Ormandy <taviso@google.com>
608 Jan Kratochvil <jan.kratochvil@redhat.com>
609
610 * dwarf2read.c (decode_locdesc): Enforce location description stack
611 boundaries.
612
613 2010-11-18 Pierre Muller <muller@ics.u-strasbg.fr>
614
615 * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
616 instruction is found.
617
618 2010-11-17 Tom Tromey <tromey@redhat.com>
619
620 * value.c (value_entirely_optimized_out): Check the
621 'check_any_valid' field.
622
623 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
624
625 * ada-lang.c (modify_general_field): Remove.
626 (make_array_descriptor): Replace all modify_general_field calls by
627 modify_field.
628 * value.c (modify_field): Update comment. New variable bytesize.
629 Normalize BITPOS. Initialize BYTESIZE, use it.
630
631 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
632
633 * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
634 elements after xfree.
635
636 2010-11-16 Tom Tromey <tromey@redhat.com>
637
638 * gdb-add-index.sh: Really remove.
639
640 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
641
642 Code cleanup.
643 * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
644 (init_one_comp_unit): ... this one.
645 (prepare_one_comp_unit): New prototype.
646 (dw2_require_line_header, process_psymtab_comp_unit): Use
647 init_one_comp_unit.
648 (process_psymtab_comp_unit): Use prepare_one_comp_unit.
649 (load_partial_comp_unit): Remove variable attr. Use
650 init_one_comp_unit with xmalloc. Use prepare_one_comp_unit.
651 (load_full_comp_unit): Use init_one_comp_unit with xmalloc. Use
652 prepare_one_comp_unit.
653 (read_signatured_type): Remove variable attr. Use init_one_comp_unit.
654 Use prepare_one_comp_unit.
655 (alloc_one_comp_unit): Rename to ...
656 (init_one_comp_unit): ... here and remove there calloc, new parameter
657 cu.
658 (prepare_one_comp_unit): New function.
659
660 2010-11-14 Pierre Muller <muller@ics.u-strasbg.fr>
661
662 * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
663 possible used of uninitialized variable.
664
665 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
666
667 * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
668 (rs6000_gdbarch_init): Call it.
669
670 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
671
672 * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
673 instructions if debugging an E500 binary.
674
675 2010-11-12 Tom Tromey <tromey@redhat.com>
676
677 * varobj.c (value_get_print_value): Rearrange. Pass stream to
678 apply_varobj_pretty_printer.
679 * c-lang.c: Include exceptions.h.
680 (c_get_string): Throw MEMORY_ERROR when appropriate.
681 * python/py-prettyprint.c (enum string_repr_result): New.
682 (print_stack_unless_memory_error): New function.
683 (print_string_repr): Change return type. Use
684 print_stack_unless_memory_error.
685 (print_children): Use print_stack_unless_memory_error.
686 (apply_val_pretty_printer): Update. Don't print children if
687 string representation threw an exception.
688 (apply_varobj_pretty_printer): Add 'stream' argument. Use
689 print_stack_unless_memory_error.
690 * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
691 globals.
692 (_initialize_python): Initialize them.
693 * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
694 gdbpy_convert_exception.
695 (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
696 (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
697 (gdbpy_convert_exception): Declare.
698 (apply_varobj_pretty_printer): Update.
699 * python/py-utils.c (gdbpy_convert_exception): New function.
700
701 2010-11-12 Marc Khouzam <marc.khouzam@ericsson.com>
702
703 * mi/mi-main.c (mi_cmd_target_detach): Accept new
704 thread-group id format.
705
706 2010-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
707
708 * spu-tdep.c (spu_catch_start): Fix compilation error typo.
709
710 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
711
712 * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
713 NULL.
714 (BPPY_SET_REQUIRE_VALID): Ditto.
715 (bpnum_is_valid): Delete function.
716 (bppy_get_visibility): New function.
717 (bppy_new): Parse for, and validate internal keyword. Pass
718 internal keyword to breakpoint or watchpoint functions.
719 (build_bp_list): New function.
720 (gdbpy_breakpoints): Rewrite. Use build_bp_list and
721 iterate_over_breakpoints.
722 (gdbpy_breakpoint_created): Rewrite. Do not store breakpoints in a
723 look-aside vector.
724 (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
725 to internal breakpoint chain.
726
727 * breakpoint.c (set_breakpoint_number): New function.
728 (breakpoint_1): Check if breakpoint number is more than zero.
729 (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
730 (create_breakpoint_sal): Take a new parameter called internal.
731 Call set_breakpoint_number with internal parameter. Do not
732 mention internal breakpoints. All callers updated.
733 (create_breakpoint): Ditto.
734 (create_breakpoints_sal): Ditto.
735 (watch_command_1): Ditto.
736 (watch_command_wrapper): Take a new parameter called internal.
737 All callers updated.
738 (rwatch_command_wrapper): Ditto.
739 (awatch_command_wrapper): Ditto.
740 (save_breakpoints): Update breakpoint save condition check.
741 (iterate_over_breakpoints): New function.
742 * breakpoint.h: Add conditional python includes. Add py_bp_object
743 and comment to struct breakpoint. Update all callers.
744 * defs.h: Add PyObject definition for GDB builds without Python.
745
746 2010-11-10 Doug Evans <dje@google.com>
747
748 * python/lib/gdb/command/pretty_printers.py
749 (do_enable_pretty_printer_1): Handle printer.subprinters is None.
750
751 * value.c (set_value_enclosing_type): Renamed from
752 value_change_enclosing_type. All callers updated.
753 * value.h (set_value_enclosing_type): Update.
754 * valops.c (value_full_object): Always return a copy if we need to
755 make changes to the input value.
756
757 2010-11-09 Pedro Alves <pedro@codesourcery.com>
758
759 * breakpoint.c (watch_command_1): Get a pointer of the lazy
760 version of the expression's value, even if reading the value from
761 memory fails. When creating a -location watchpoint, get the
762 value's address from the lazy value pointer.
763
764 2010-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
765
766 * infrun.c (restore_inferior_thread_state): Use
767 discard_inferior_thread_state to free the data.
768 (discard_inferior_thread_state): xfree also siginfo_data.
769
770 2010-11-05 Doug Evans <dje@google.com>
771
772 Make gdb.parameter("directories") work.
773 New command "set directories".
774 * NEWS: Document them.
775 * source.c (set_directories_command): New function.
776 (show_directories_1): Renamed from show_directories.
777 All callers updated.
778 (show_directories_command): New function.
779 (_initialize_source): Install "directories" as a set/show
780 variable instead of just a show command.
781
782 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
783
784 * NEWS: Mention OpenCL C language support.
785 * Makefile.in (SFILES): Add opencl-lang.c.
786 (COMMON_OBS): Add opencl-lang.o.
787 * opencl-lang.c: New File
788 * defs.h (enum language): Add language_opencl.
789 * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
790 IBM XL C OpenCL compiler.
791 * c-lang.h: Include "parser-defs.h".
792 (evaluate_subexp_c): Declare.
793 * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
794 (c_op_print_tab): Add declaration.
795 * eval.c (binop_promote): Handle language_opencl.
796 * c-exp.y: Lookup the primitive types instead of referring to the
797 builtins.
798
799 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
800
801 Fix configure --enable-plugins --without-python.
802 * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
803 * configure: Regenerate.
804
805 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
806
807 * solib.c (solib_read_symbols): Call exception_fprintf even without
808 FROM_TTY. Print also so->so_name.
809
810 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
811
812 * gdbtypes.h (struct rank): Created subrank.
813 * gdbtypes.c: Initialized subrank for all
814 'BADNESS' constants.
815 (distance_to_ancestor): New function.
816 (is_ancestor): Use distance_to_ancestor.
817 (is_public_ancestor): Ditto.
818 (sum_ranks): Handle subrank.
819 (compare_ranks): Ditto.
820 (rank_one_type): Subrank base conversions.
821
822 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
823
824 * gdbtypes.h: Create struct rank.
825 Convert all 'BADNESS' macros to const struct rank declarations.
826 (sum_ranks): New function.
827 (compare_ranks): New function.
828 * valops.c (find_oload_champ): Updated.
829 (classify_oload_match): Use compare_ranks.
830 Improved comments.
831 (compare_parameters): Use compare_ranks.
832 * gdbtypes.c: Initialize 'BADNESS' constants.
833 (sum_ranks): New function.
834 (compare_ranks): New function.
835 (compare_badness): Use compare_ranks.
836 (rank_function): Use global constants instead of literals.
837 (rank_one_type): Ditto.
838 Return struct rank.
839 Use sum_ranks.
840
841 2010-11-04 Doug Evans <dje@google.com>
842
843 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
844 (find_pretty_printer): Fix comments.
845
846 2010-11-04 Hui Zhu <teawater@gmail.com>
847
848 * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
849
850 2010-11-03 Joel Brobecker <brobecker@adacore.com>
851
852 * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
853 and `len' declaration and computation inside block where they
854 are being used.
855
856 2010-11-03 Joel Brobecker <brobecker@adacore.com>
857
858 * valprint.c (val_print_array_elements): Put back handling of
859 empty arrays.
860
861 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
862
863 * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
864 DIE and set the length of the type.
865 * gdbtypes.h (get_array_bounds): Move here from valprint.h.
866 * gdbtypes.c (get_array_bounds): Move here from valprint.c and
867 return 0 if the corresponding bounds of the type are undefined.
868 * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
869 * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
870 (val_print_array_elements): Use get_array_bounds to compute the number
871 of array elements instead of dividing the length of the array by the
872 length of the element types.
873 * valarith.c (vector_binop): Likewise.
874 * valops.c (value_cast): Likewise.
875 * c-valprint.c (c_val_print): Likewise.
876 * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
877
878 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
879
880 * valarith.c (value_pos, value_neg, value_complement): Handle
881 vector types.
882 * valops.c (value_one): Likewise.
883
884 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
885
886 * value.h (value_non_lval): Declare.
887 * value.c (value_non_lval): New function.
888 * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
889 UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
890 non-lvalue.
891
892 2010-11-02 Doug Evans <dje@google.com>
893
894 New python module gdb.printing, and new commands info pretty-printer,
895 enable pretty-printer, disable pretty-printer.
896 * NEWS: Mention them.
897 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
898 gdb/command/__init__.py, gdb/command/pretty_printers.py.
899 * python/lib/gdb/__init__.py: Install pretty-printer commands.
900 * python/lib/gdb/printing.py: New file.
901 * python/lib/gdb/command/__init__.py: New file.
902 * python/lib/gdb/command/pretty_printers.py: New file.
903
904 2010-11-02 Tom Tromey <tromey@redhat.com>
905
906 * NEWS: Mention Guile removal.
907 * defs.h (enum language) <language_scm>: Remove.
908 * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
909 scm-valprint.c.
910 (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
911 (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
912 * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
913 Remove.
914
915 2010-11-02 Doug Evans <dje@google.com>
916
917 * top.c: #include "python/python.h".
918 (gdb_init): Add a comment regarding initialize_all_files.
919 Call finish_python_initialization at the end.
920 * python/python.h (finish_python_initialization): Declare.
921 * python/python.c (finish_python_initialization): New function.
922 (_initialize_python): Move python-implemented initialization there
923 and call it.
924 (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
925
926 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
927
928 Revert:
929 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
930 Pedro Alves <pedro@codesourcery.com>
931 * gdbthread.h (currently_stepping): New declaration.
932 * infrun.c (currently_stepping): Remove the forward declaration.
933 (currently_stepping): Make it global.
934 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
935 variables tp and step, initialized them. Pass STEP to to_resume.
936 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
937 * remote.c (currently_stepping_callback): New.
938 (remote_vcont_resume)
939 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
940 New variable tp. Call currently_stepping_callback and step such
941 thread.
942
943 2010-11-01 Hui Zhu <teawater@gmail.com>
944
945 * tracepoint.c (tfile_xfer_partial): Change lma to vma.
946
947 2010-10-28 Hui Zhu <teawater@gmail.com>
948
949 * tracepoint.c (trace_save): Change utp->actions to
950 utp->step_actions.
951
952 2010-10-26 Joel Brobecker <brobecker@adacore.com>
953
954 * (_FILE_OFFSET_BITS): Fix typo in comment.
955
956 2010-10-26 Joel Brobecker <brobecker@adacore.com>
957
958 * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
959 (PyEval_InitThreads): Remove duplicate. Define as nothing.
960 (PyEval_ReleaseLock): Define as nothing.
961
962 2010-10-26 Joel Brobecker <brobecker@adacore.com>
963
964 * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
965 by call to FILENAME_CMP.
966
967 2010-10-26 Joel Brobecker <brobecker@adacore.com>
968
969 * dictionary.c (dict_hash): Move assignment out of if condition.
970
971 2010-10-22 Jie Zhang <jie@codesourcery.com>
972
973 * Makefile.in (install): Remove dependency of install-only and
974 recursively invoke make for install-only.
975 * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
976 (install): Pass FLAGS_TO_PASS when recursively make install-only.
977
978 2010-10-20 Hui Zhu <teawater@gmail.com>
979
980 * tracepoint.c (tfile_get_traceframe_address): Call
981 extract_signed_integer.
982 (tfile_trace_find): Call extract_signed_integer and
983 extract_unsigned_integer. Change data_size to unsigned int.
984 (tfile_fetch_registers): Call extract_unsigned_integer.
985 (tfile_xfer_partial): Ditto.
986 (tfile_get_trace_state_variable_value): Call
987 extract_signed_integer and extract_unsigned_integer.
988
989 2010-10-20 Vladimir Prus <vladimir@codesourcery.com>
990
991 * remote.c (remote_get_threadlist): If we got empty
992 response, bail out immediately, and don't emit any
993 warnings.
994
995 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
996
997 * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
998 for "mov pc, REG" as well.
999 (thumb_instruction_changes_pc): Likewise.
1000
1001 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1002
1003 PR C++/11500:
1004 * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
1005 * eval.c (evaluate_subexp_standard): Check for overload of
1006 'operator->'.
1007 * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
1008 (value_x_unop): Ditto.
1009 * valops.c: Include "exceptions.h".
1010 (find_overload_match): Throw NOT_FOUND_ERROR.
1011 (value_struct_elt): Ditto.
1012
1013 2010-10-19 Tom Tromey <tromey@redhat.com>
1014
1015 * python/py-cmd.c (cmdpy_function): Unreference exception state.
1016
1017 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1018
1019 * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
1020 * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
1021 for conversion.
1022 Make all other conversions illegal.
1023
1024 2010-10-18 Doug Evans <dje@google.com>
1025
1026 * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
1027 assumptions of when this case happens. Print "<unnamed typedef>".
1028
1029 2010-10-18 Tom Tromey <tromey@redhat.com>
1030
1031 * valprint.c (val_print_string): Pass 'encoding' to
1032 LA_PRINT_STRING.
1033
1034 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1035
1036 Fix the `stopped language detection' testcase for gcc-4.5.
1037 * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
1038 * symfile.c (set_initial_language): Move variable filename to a more
1039 inner block. Prefer LANGUAGE_OF_MAIN.
1040 * symtab.c (language_of_main): New variable.
1041 (set_main_name): Always reset LANGUAGE_OF_MAIN.
1042 * symtab.h (language_of_main): New declaration.
1043
1044 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1045 Pedro Alves <pedro@codesourcery.com>
1046
1047 * gdbthread.h (currently_stepping): New declaration.
1048 * infrun.c (currently_stepping): Remove the forward declaration.
1049 (currently_stepping): Make it global.
1050 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
1051 variables tp and step, initialized them. Pass STEP to to_resume.
1052 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
1053 * remote.c (currently_stepping_callback): New.
1054 (remote_vcont_resume)
1055 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
1056 New variable tp. Call currently_stepping_callback and step such
1057 thread.
1058
1059 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1060
1061 * infrun.c (follow_exec): Replace symbol_file_add_main by
1062 symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
1063 breakpoint_re_set.
1064 * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
1065 clear_symtab_users.
1066 * objfiles.c (free_all_objfiles): Likewise.
1067 * remote-m32r-sdi.c (m32r_load): Likewise.
1068 * solib-som.c (som_solib_create_inferior_hook): Likewise.
1069 * symfile.c (new_symfile_objfile): New comment for add_flags. Call
1070 clear_symtab_users with ADD_FLAGS.
1071 (reread_symbols): Use parameter 0 for clear_symtab_users.
1072 (clear_symtab_users): New parameter add_flags. Do not call
1073 breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
1074 (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
1075 * symtab.h (clear_symtab_users): New parameter add_flags.
1076
1077 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1078
1079 Fix GCC false warning.
1080 * varobj.c (value_get_print_value) <str_addr>: Initialize it.
1081
1082 2010-10-16 Pierre Muller <muller@ics.u-strasbg.fr>
1083
1084 * p-typeprint.c (pascal_type_print_method_args): Fix problem in
1085 display of type of method arguments.
1086
1087 2010-10-15 Tom Tromey <tromey@redhat.com>
1088
1089 PR python/11948:
1090 * varobj.c (value_get_print_value): Use val_print_string to print
1091 lazy strings.
1092 * python/py-prettyprint.c (print_string_repr): Use
1093 val_print_string to print lazy strings. Fix cleanup logic.
1094 (print_children): Likewise.
1095 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
1096 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
1097 Change return type to 'void', add 'addr' argument.
1098 * value.h (val_print_string): Update.
1099 * valprint.c (val_print_string): Add 'encoding' argument.
1100 * printcmd.c (print_formatted): Update.
1101 * p-valprint.c (pascal_val_print): Update.
1102 * m2-valprint.c (print_unpacked_pointer): Update.
1103 (m2_print_array_contents): Likewise.
1104 * jv-valprint.c (java_value_print): Update.
1105 * f-valprint.c (f_val_print): Update.
1106 * c-valprint.c (c_val_print): Update.
1107 * auxv.c (fprint_target_auxv): Update.
1108
1109 2010-10-15 Doug Evans <dje@google.com>
1110 Jan Kratochvil <jan.kratochvil@redhat.com>
1111
1112 PR exp/12117
1113 * gdbtypes.c (check_typedef): Clean up function comment.
1114 Keep track of instance flags as we strip typedefs and create a new
1115 type to preserve them if necessary.
1116 * gdbtypes.h (type) <instance_flags>: Extend the comment.
1117
1118 2010-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
1119
1120 * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
1121
1122 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1123
1124 * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
1125 * gdbtypes.c (rank_one_type): Move type comparison code out of here
1126 to...
1127 (types_equal): ...here. And changed it as follows:
1128 Outside of typedefs type must be of the same TYPE_CODE.
1129 When compairing two pointers or references they are equal if their
1130 targets are equal.
1131 Correct pointer conversions.
1132
1133 2010-10-14 Pierre Muller <muller@ics.u-strasbg.fr>
1134
1135 * p-lang.c (is_pascal_string_type): Avoid crashes on structures
1136 having fields without names.
1137
1138 2010-10-13 Tom Tromey <tromey@redhat.com>
1139
1140 * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
1141
1142 2010-10-13 Doug Evans <dje@google.com>
1143
1144 New python module gdb.types.
1145 * NEWS: Document it.
1146 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
1147 * python/lib/gdb/types.py: New file.
1148
1149 * c-typeprint.c: Whitespace cleanup.
1150 (cp_type_print_method_args): Remove unnecessary forward decl.
1151 (cp_type_print_derivation_info): Ditto.
1152 (c_type_print_varspec_prefix): Mark as static at definition.
1153 (c_type_print_modifier): Fix arg descriptions.
1154
1155 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1156
1157 * python/py-breakpoint.c (bppy_set_condition): New comment.
1158 * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
1159 failed PyUnicode_Decode.
1160 (cmdpy_completer): Skip element for failed
1161 python_string_to_host_string.
1162 (cmdpy_init): Return -1 on failed python_string_to_host_string.
1163 * python/py-frame.c (frapy_read_var): Extend the function comment.
1164 * python/py-function.c (fnpy_init): Return -1 on failed
1165 python_string_to_host_string.
1166 * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
1167 the function comment.
1168 (infpy_search_memory): Extend the function comment. Remove the
1169 PyErr_SetString call on already set error state.
1170 * python/py-param.c (set_parameter_value): Extend the function
1171 comment. Return -1 on failed python_string_to_host_string, twice.
1172 (set_attr): Extend the function comment.
1173 (compute_enum_values): Extend the function comment. New variable
1174 back_to. Protect self->enumeration by BACK_TO cleanups. Return 0 on
1175 failed python_string_to_host_string.
1176 (get_doc_string): Call gdbpy_print_stack on failed
1177 python_string_to_host_string.
1178 (parmpy_init): Extend the function comment.
1179 * python/py-prettyprint.c (pretty_print_one_value): Likewise.
1180 (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
1181 failed python_string_to_host_string.
1182 * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
1183 (valpy_binop, valpy_richcompare): Extend the function comment.
1184 * python/python.c
1185 (struct python_env) <error_type, error_value, error_traceback>: New
1186 fields.
1187 (restore_python_env): Handle PyErr_Occurred. Call PyErr_Restore.
1188 (ensure_python_env): Call PyErr_Fetch.
1189 * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
1190 failed convert_value_from_python.
1191 (value_get_print_value): Call gdbpy_print_stack on failed
1192 python_string_to_target_python_string.
1193
1194 2010-10-12 Tom Tromey <tromey@redhat.com>
1195
1196 * python/py-prettyprint.c (search_pp_list): Fix error checking.
1197
1198 2010-10-12 Sami Wagiaalla <swagiaal@redhat.com>
1199
1200 * gdbtypes.c (do_is_ancestor): New function.
1201 (is_ancestor): Use do_is_ancestor.
1202 (is_public_ancestor): Use do_is_ancestor.
1203
1204 2010-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
1205
1206 * ser-go32.c (struct dos_ops): Add missing fdopen field.
1207
1208 2010-10-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1209
1210 * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
1211
1212 2010-10-11 Doug Evans <dje@google.com>
1213
1214 * c-typeprint.c (c_type_print_modifier): Add note that this prints
1215 the address space id too.
1216
1217 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1218
1219 Fix attaching to re-prelinked executables on ppc64.
1220 * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
1221 initialize it, try to adjust FILESZ field by it.
1222
1223 2010-10-08 Daniel Jacobowitz <dan@codesourcery.com>
1224
1225 * tracepoint.c (merge_uploaded_trace_state_variables): Only print
1226 messages if info_verbose.
1227
1228 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1229
1230 * valops.c (value_cast): Handle vector types.
1231 * valarith.c (value_binop): Widen scalar to vector if appropriate.
1232
1233 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1234
1235 * arm-tdep.c (thumb_expand_immediate): New function.
1236 (thumb_instruction_changes_pc): Likewise.
1237 (thumb2_instruction_changes_pc): Likewise.
1238 (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
1239 prologue parsing. Improved support for optimized code.
1240 (thumb_scan_prologue): Do not reply on line-number information,
1241 use same heuristics as arm_scan_prologue insead.
1242 (skip_prologue_function): Accept functions
1243 "__tls_get_addr" and "__aeabi_read_tp".
1244
1245 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1246 Daniel Jacobowitz <dan@codesourcery.com>
1247
1248 * arm-tdep.c (thumb_in_function_epilogue_p)
1249 (arm_in_function_epilogue_p): New.
1250 (arm_gdbarch_init): Install arm_in_function_epilogue_p as
1251 gdbarch_in_function_epilogue_p callback.
1252
1253 2010-10-07 Doug Evans <dje@google.com>
1254
1255 * cc-with-index.sh (output_file): Default to a.out.
1256
1257 * dwarf2read.c (mapped_index): Rename member index_table to
1258 symbol_table and index_table_slots to symbol_table_slots.
1259 All uses updated.
1260 (create_symbol_hash_table): Renamed from create_index_table.
1261 All callers updated.
1262 (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
1263 (write_hash_table): Rename local index_table to symbol_hash_table.
1264
1265 * addrmap.h (addrmap_foreach_fn): New typedef.
1266 (addrmap_foreach): Declare.
1267 * addrmap.c (struct addrmap_funcs): New member foreach.
1268 (addrmap_foreach): New function.
1269 (addrmap_fixed_foreach): New function.
1270 (addrmap_fixed_funcs): Update.
1271 (struct mutable_foreach_data): New struct.
1272 (addrmap_mutable_foreach_worker): New function.
1273 (addrmap_mutable_foreach): New function.
1274 (addrmap_mutable_funcs): Update.
1275
1276 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1277
1278 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
1279 more cases.
1280
1281 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1282
1283 * ada-lang.c (full_match): Declare.
1284 (ada_match_name): Rename to match_name (we should avoid prefixing static
1285 symbols with "ada_").
1286 (match_name): New name for ada_match_name.
1287 (struct ada_psym_data): Remove and replace with...
1288 (struct match_data): User data for map_matching_symbols.
1289 (ada_add_psyms): Remove.
1290 (aux_add_nonlocal_symbols): New function, used as callback for
1291 map_matching_symbols.
1292 (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
1293 symbols.
1294 (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
1295 (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
1296 Rework to use map_matching_symbols instead of map_ada_symtabs.
1297 (ada_lookup_symbol_list): Use add_nonlocal_symbols.
1298 * psymtab.c: Include dependency on dictionary.h.
1299 (match_partial_symbol): New function.
1300 (ada_lookup_partial_symbol): Remove.
1301 (map_block): New function, auxiliary to map_matching_symbols_psymtab.
1302 (map_matching_symbols_psymtab): New function.
1303 (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
1304 * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
1305
1306 2010-10-06 Paul Hilfinger <hilfinger@adacore.com>
1307
1308 * ada-lang.c (ada_match_name): Use new API for wild_match.
1309 (wild_match): Change API to be consistent with that of strcmp_iw;
1310 return 0 for a match, and switch operand order.
1311 (full_match): New function.
1312 (ada_add_block_symbols): Use dict_iter_match_{first,next} for
1313 matching to allow use of hashing.
1314 * dictionary.c (struct dict_vector): Generalize iter_name_first,
1315 iter_name_next ot iter_match_first, iter_match_next.
1316 (iter_name_first_hashed): Replace with iter_match_first_hashed.
1317 (iter_name_next_hashed): Replace with iter_match_next_hashed.
1318 (iter_name_first_linear): Replace with iter_match_first_linear.
1319 (iter_name_next_linear): Replace with iter_match_next_linear.
1320 (dict_iter_name_first): Re-implement to use dict_iter_match_first.
1321 (dict_iter_name_next): Re-implement to use dict_iter_match_next.
1322 (dict_iter_match_first): New function.
1323 (dict_iter_match_next): New function.
1324 (dict_hash): New function.
1325 * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
1326 * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
1327
1328 2010-10-06 Doug Evans <dje@google.com>
1329
1330 * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
1331
1332 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1333
1334 * dwarf2read.c (read_tag_const_type): Handle const arrays.
1335
1336 2010-10-06 Doug Evans <dje@google.com>
1337
1338 * Makefile.in (REQUIRED_SUBDIRS): New var.
1339 (subdir_do): Verify required subdir Makefiles exist.
1340
1341 Create subdir data-directory.
1342 * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
1343 data-directory/Makefile.in.
1344 (SUBDIRS): Add data-directory.
1345 (all): Remove xml-syscall-copy dependency.
1346 (xml-syscall-copy): Moved to data-directory/Makefile.in as
1347 stamp-syscalls.
1348 (xml-syscall-install): Moved to data-directory/Makefile.in as
1349 install-syscalls.
1350 (install-only): Remove xml-syscall-install dependency.
1351 (all-data-directory): New rule.
1352 (data-directory/Makefile): New rule.
1353 * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
1354 * configure: Regenerate.
1355 * data-directory/Makefile.in: New file.
1356 * python/lib/gdb/__init__.py: New file.
1357
1358 2010-10-06 Joel Brobecker <brobecker@adacore.com>
1359
1360 Fix ARI warnings in advance_wild_match.
1361 * ada-lang.c (advance_wild_match): Delete local variable t2.
1362 Adjust code accordingly. Minor reformatting.
1363
1364 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1365
1366 * gdbtypes.h (struct main_type): Remove flag_nottext.
1367 (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
1368 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
1369 (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
1370 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
1371 of TYPE_FLAG_NOTTEXT.
1372 (init_type): Remove the initialization of the flag_nottext field.
1373 (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
1374 TYPE_FLAG_NOTTEXT.
1375 * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
1376
1377 2010-10-04 Doug Evans <dje@google.com>
1378
1379 * cc-with-index.sh: New file.
1380
1381 * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
1382 function comment.
1383 (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
1384 (create_cus_from_index, create_addrmap_from_index): Ditto.
1385 (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
1386 (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
1387 (dw2_do_expand_symtabs_matching): Ditto.
1388 (eq_strtab_entry, create_strtab, add_string): Ditto.
1389 (hash_strtab_entry): Ditto.
1390 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
1391 (create_index_table, create_mapped_symtab, find_slot): Ditto.
1392 (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
1393 (write_hash_table, add_address_entry, write_psymbols): Ditto.
1394 (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
1395 (write_psymtabs_to_index): Ditto.
1396
1397 2010-10-04 Joel Brobecker <brobecker@adacore.com>
1398
1399 * ada-lang.c: #include "value.h".
1400 (ensure_lval): Delete advance declaration. Remove gdbarch and sp
1401 arguments. Implement using value_allocate_space_in_inferior
1402 instead of allocating memory from the stack.
1403 (make_array_descriptor): Remove gdbarch and sp parameters. Update
1404 calls to ensure_lval.
1405 (ada_convert_actual): Remove gdbarch and sp parameters. Update
1406 calls to make_array_descriptor and ensure_lval.
1407 * ada-lang.h (ada_convert_actual): Update declaration.
1408 * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
1409
1410 2010-10-04 Doug Evans <dje@google.com>
1411
1412 * python/python.c (_initialize_python): Define new function
1413 GdbSetPythonDirectory in python. Use it to update sys.path and
1414 gdb.__path__.
1415
1416 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1417
1418 * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
1419 incorporating and generalizing print_record_field_types.
1420 (print_record_field_types): Change return value and update comment.
1421 Re-implement using print_selected_record_field_types.
1422 (print_choices): Print "=>" here.
1423 Handle case of unencoded variant branch.
1424 (print_variant_clauses): Reformat comment.
1425 Special-case unencoded variant branch.
1426
1427 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1428
1429 * ada-lang.c (wild_match): Reimplement.
1430 Change API to eliminate unused length argument, reverse arguments and
1431 make 0 the 'true' return value.
1432 (advance_wild_match): New auxiliary function for wild_match to improve
1433 readability.
1434 (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
1435 * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
1436 API for wild_match.
1437 * symfile.h (map_ada_symtabs): Modify declaration to use new API for
1438 wild_match.
1439 * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
1440
1441 2010-10-01 Doug Evans <dje@google.com>
1442
1443 * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1444 for `save gdb-index' command.
1445
1446 2010-10-01 Tom Tromey <tromey@redhat.com>
1447
1448 * symfile.h (allocate_symtab): Update.
1449 * symfile.c (allocate_symtab): Make 'filename' const.
1450 * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1451 (add_psymbol_to_list): Likewise.
1452 * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1453 const.
1454 (add_psymbol_to_list): Update.
1455 * mdebugread.c (new_symtab): Make 'name' const.
1456 (psymtab_to_symtab_1): Make 'filename' const.
1457 * elfread.c (elfstab_offset_sections): Update.
1458 * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1459 (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1460 (psymtab_include_file_name): Update.
1461 * dbxread.c (find_stab_function_addr): Make 'filename' const.
1462 * buildsym.h (start_subfile): Update.
1463 * buildsym.c (start_subfile): Make arguments const.
1464
1465 2010-09-30 Ali Lakhia <lakhia@alumni.utexas.net>
1466
1467 * fork-child.c (breakup_args): Fix crash if shell forking is
1468 disabled at compile time.
1469
1470 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1471
1472 * ada-lang.c (desc_bounds): Add handling of the case where
1473 the P_BOUNDS field is a pointer to a stub.
1474 (desc_data_target_type): Same for P_ARRAY field.
1475 (ada_check_typedef): Strip the typedef layers from the type
1476 found by ada_find_any_type.
1477
1478 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1479
1480 * sparc-tdep.c (sparc32_frame_align): New function.
1481 (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1482 * sparc64-tdep.c (sparc64_frame_align): New function.
1483 (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1484
1485 2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
1486
1487 * defs.h (MAX_REGISTER_SIZE): Set to 64.
1488
1489 2010-09-30 Tom Tromey <tromey@redhat.com>
1490
1491 * symfile.h (struct sym_fns) <next>: Remove.
1492 (add_symtab_fns): Update.
1493 * symfile.c (sym_fns_ptr): New typedef.
1494 (symtab_fns): Now a VEC.
1495 (add_symtab_fns): Update. Change argument type.
1496 (find_sym_fns): Update. Change return type.
1497 (get_symfile_segment_data): Update.
1498 * objfiles.h (struct objfile) <sf>: Now const.
1499 * somread.c (som_sym_fns): Now const. Update.
1500 * xcoffread.c (xcoff_sym_fns): Now const. Update.
1501 * mipsread.c (ecoff_sym_fns): Now const. Update.
1502 * machoread.c (macho_sym_fns): Now const. Update.
1503 * elfread.c (elf_sym_fns): Now const. Update.
1504 (elf_sym_fns_gdb_index): Likewise.
1505 * dbxread.c (aout_sym_fns): Now const. Update.
1506 * coffread.c (coff_sym_fns): Now const. Update.
1507
1508 2010-09-30 Tom Tromey <tromey@redhat.com>
1509
1510 * value.c (value_primitive_field): Take 'offset' into account for
1511 packed field.
1512
1513 2010-09-30 Tom Tromey <tromey@redhat.com>
1514
1515 * completer.c (count_struct_fields): Handle anonymous structs and
1516 unions.
1517 (add_struct_fields): Likewise.
1518
1519 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1520
1521 Fix printing parameters of inlined functions.
1522 * ada-lang.c (is_known_support_routine)
1523 (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1524 for find_frame_funname.
1525 * python/py-frame.c (frapy_name): Likewise.
1526 * stack.c (find_frame_funname): New parameter funcp. Update the
1527 function comment. Fill it in.
1528 (print_frame): New variable func. Initialize it by
1529 find_frame_funname. Print arguments only if FUNC is not NULL. Use
1530 FUNC as the parameter of print_args_stub.
1531 * stack.h (find_frame_funname): New parameter funcp. Remove the
1532 function declaration comment.
1533
1534 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1535
1536 PR corefiles/12071.
1537 * inferior.c (have_live_inferiors): New variables old_chain, inf and
1538 tp. Iterate INFERIOR_LIST and call target_has_execution.
1539
1540 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1541
1542 Fix GDB crash on inferior calls with self-referencing classes.
1543 * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1544 member fields.
1545
1546 2010-09-29 Doug Evans <dje@google.com>
1547
1548 Workaround for gcc/45682.
1549 * dwarf2read.c (partial_die_info): New fields fixup_called,
1550 linkage_name.
1551 (guess_partial_die_structure_name): Renamed from guess_structure_name.
1552 Move definition next to use. Use linkage_name to determine if class
1553 is in a namespace. All callers updated.
1554 (fixup_partial_die): Return early if already called.
1555 Set fixup_called when done.
1556 (guess_full_die_structure_name): New function.
1557 (determine_prefix): Call it for class/struct/union dies if c++ and
1558 .debug_types section is present and parent is DW_TAG_compile_unit.
1559
1560 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1561
1562 * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1563 (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1564
1565 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1566
1567 * NEWS: Announce Ravenscar Profile support.
1568
1569 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1570 Jerome Guitton <guitton@adacore.com>
1571
1572 * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1573 New files.
1574 * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1575 ravenscar-sparc-thread.o to gdb_target_obs.
1576
1577 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1578
1579 * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1580 * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1581
1582 2010-09-27 Pierre Muller <muller@ics.u-strasbg.fr>
1583
1584 * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1585 (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1586 skip_main_prologue method.
1587
1588 2010-09-27 Tom Tromey <tromey@redhat.com>
1589
1590 * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1591 (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1592 Only emit a given psymbol once.
1593 (struct signatured_type_index_data) <psyms_seen>: New field.
1594 (write_one_signatured_type): Update.
1595 (cleanup_htab): New function.
1596 (write_psymtabs_to_index): Update. Create psyms_seen hash. Bump
1597 version to 3.
1598 (save_gdb_index_command): Update index documentation.
1599
1600 2010-09-27 Tom Tromey <tromey@redhat.com>
1601
1602 * bcache.c (expand_hash_table): Use hash_function, not hash.
1603
1604 2010-09-27 Tom Tromey <tromey@redhat.com>
1605
1606 * gdb_wchar.h: Change minimum libiconv to 0x108.
1607
1608 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1609
1610 Fix lost siginfo_t for inferior calls.
1611 * infrun.c
1612 (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1613 (save_inferior_thread_state): New variables regcache, gdbarch and
1614 siginfo_data. Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1615 Move INF_STATE allocation later, pre-clear it. Initialize REGISTERS
1616 using REGCACHE.
1617 (restore_inferior_thread_state): New variables regcache and gdbarch.
1618 Restore SIGINFO_DATA for matching GDBARCH. Restore REGISTERS using
1619 REGCACHE. Free also SIGINFO_DATA.
1620
1621 2010-09-24 Tom Tromey <tromey@redhat.com>
1622
1623 * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1624 MAYBE_SWAPs.
1625 (dw2_map_symbol_names): Likewise.
1626
1627 2010-09-24 Sami Wagiaalla <swagiaal@redhat.com>
1628
1629 * valops.c (find_oload_champ_namespace_loop): replace incorrect
1630 discard_cleanups do_cleanups.
1631
1632 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1633
1634 PR gdb/11842
1635
1636 * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1637 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1638 si_code is < 0. Check for si_code == SI_TIMER before checking for
1639 si_code < 0.
1640
1641 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1642
1643 * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1644
1645 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1646
1647 * ada-tasks.c (read_atcb): Do not compute the task ptid when
1648 debugging a core file.
1649
1650 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1651
1652 Code cleanup.
1653 * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1654 (free_objfile) <objfile->name != NULL>: Remove the conditional around
1655 xfree.
1656 * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1657 * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1658 Remove.
1659 * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1660 Remove the conditional.
1661 * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1662
1663 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1664
1665 * main.c: Include objfiles.h.
1666 (captured_main): New variable objfile. Call
1667 load_auto_scripts_for_objfile for ALL_OBJFILES.
1668
1669 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1670
1671 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1672 DW_TAG_constant.
1673
1674 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1675
1676 * dwarf2read.c (scan_partial_symbols): Add handling of
1677 DW_TAG_constant DIEs.
1678 (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1679
1680 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1681
1682 * configure.ac: Add support for --enable-gdbserver.
1683 * configure: Regenerate.
1684
1685 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1686
1687 PR C++/12028
1688 * valops.c (find_oload_champ_namespace_loop): removed incorrect
1689 'old_cleanups' reassignment.
1690
1691 2010-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1692
1693 * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1694 characters.
1695
1696 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1697
1698 PR mi/11407
1699 * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1700 read_var_value and common_val_print and print a warning.
1701
1702 2010-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1703
1704 * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1705 keep the list in alphabetical order. Use longer e-mail address.
1706
1707 2010-09-15 Tom Tromey <tromey@redhat.com>
1708
1709 * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1710
1711 2010-09-15 Tom Tromey <tromey@redhat.com>
1712
1713 * charset.c (iconv_open): New define.
1714 (iconv): Likewise.
1715 (iconv_close): Likewise.
1716 (phony_iconv_open): Add "phony_" prefix.
1717 (phony_iconv_close): Likewise.
1718 (phony_iconv): Likewise.
1719 * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1720 Change how INTERMEDIATE_ENCODING is defined.
1721
1722 2010-09-15 Doug Evans <dje@google.com>
1723
1724 * dwarf2read.c (struct die_info): Fix comment.
1725
1726 2010-09-15 Alan Modra <amodra@gmail.com>
1727
1728 PR 4606
1729 * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1730 than setting SEC_NEVER_LOAD on sections that need not be copied.
1731
1732 2010-09-14 Tom Tromey <tromey@redhat.com>
1733
1734 * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1735 (start_psymtab_common, allocate_psymtab, discard_psymtab):
1736 Declare.
1737 * symfile.h (extend_psymbol_list): Remove.
1738 (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1739 (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1740 * psymtab.c (extend_psymbol_list): Move earlier. Now static.
1741
1742 2010-09-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1743
1744 * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1745 Update the comment.
1746
1747 2010-09-14 Tom Tromey <tromey@redhat.com>
1748
1749 PR symtab/8399:
1750 * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1751 for unrecognized frame base expression.
1752
1753 2010-09-14 Tom Tromey <tromey@redhat.com>
1754
1755 PR exp/11803:
1756 * value.c (value_static_field): Use value_of_variable.
1757
1758 2010-09-14 Pierre Muller <muller@ics.u-strasbg.fr>
1759
1760 * m32r-rom.c: Replace winsock.h with winsock2.h header.
1761 * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1762
1763 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1764
1765 PR symtab/11992:
1766 * c-exp.y (classify_name): Check is_a_member_of_this before returning
1767 UNKNOWN_CPP_NAME.
1768
1769 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1770
1771 * NEWS: Add x86-lynxos to the list of platforms supported by
1772 gdbserver.
1773
1774 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1775
1776 * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1777
1778 2010-09-13 Tom Tromey <tromey@redhat.com>
1779
1780 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1781
1782 2010-09-13 H.J. Lu <hongjiu.lu@intel.com>
1783
1784 * i386-tdep.c (i386_ymm_type): Set type name to
1785 builtin_type_vec256i.
1786
1787 2010-09-12 Michael Snyder <msnyder@vmware.com>
1788
1789 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1790
1791 2010-09-12 H.J. Lu <hongjiu.lu@intel.com>
1792
1793 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1794
1795 2010-09-11 H.J. Lu <hongjiu.lu@intel.com>
1796
1797 * amd64-tdep.c (amd64_register_name): Removed.
1798 (amd64_init_abi): Don't call set_gdbarch_register_name.
1799
1800 * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1801
1802 * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1803
1804 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1805 Paul Bolle <pebolle@tiscali.nl>
1806
1807 Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1808 * cli-logging.c (struct saved_output_files) <targerr>: New.
1809 (set_logging_redirect, pop_output_files, handle_redirections):
1810 Redirect also gdb_stdtargerr.
1811 * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1812 declarations.
1813 * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1814 also gdb_stdtargerr.
1815 * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1816 to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1817 Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1818 * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1819 * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1820 New functions.
1821
1822 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1823
1824 * hppa-tdep.c (unwind_command): Use host_address_to_string function
1825 to display a host address.
1826 * monitor.c (monitor_read_memory): Likewise.
1827 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1828
1829 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1830
1831 * coffread.c (struct coff_symbol): Change c_value type from `long' to
1832 `CORE_ADDRESS' as it might contain target addresses.
1833
1834 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1835
1836 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1837 before cast to pointer to avoid warning.
1838
1839 2010-09-09 Kevin Buettner <kevinb@redhat.com>
1840
1841 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1842 type to be signed.
1843
1844 2010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
1845
1846 * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1847 anonymous class partial DIEs.
1848
1849 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1850
1851 * dwarf2read.c (dwarf2_compute_name): Check that the first
1852 argument is a pointer.
1853
1854 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1855
1856 * dwarf2read.c (read_func_scope, read_structure_type)
1857 (read_common_block): Check for a NULL return from new_symbol.
1858
1859 2010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1860
1861 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1862
1863 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1864
1865 * dwarf2read.c (read_structure_type): Move processing of
1866 fields and member functions from here...
1867 (process_structure_scope): ... to here.
1868
1869 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1870
1871 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1872 the domain type.
1873 (gnuv3_make_method_ptr): Likewise.
1874
1875 2010-09-08 Tom Tromey <tromey@redhat.com>
1876
1877 * breakpoint.c (create_breakpoint): Add missing _().
1878
1879 2010-09-08 Doug Evans <dje@google.com>
1880
1881 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1882
1883 2010-09-08 Tom Tromey <tromey@redhat.com>
1884
1885 Revert:
1886 2010-09-01 Tom Tromey <tromey@redhat.com>
1887 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1888 symtab.h: Revert earlier change.
1889
1890 2010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
1891
1892 * psymtab.c (add_psymbol_to_bcache): Initialize
1893 obj_section.
1894 memset psymbol.ginfo.value to 0.
1895
1896 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1897
1898 * infrun.c (resume): Extend comment on ignoring single-step
1899 requests on vfork parents waiting for a vfork-done.
1900
1901 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1902 Pedro Alves <pedro@codesourcery.com>
1903
1904 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1905 is NULL.
1906 * fork-child.c (startup_inferior) <resume_signal>: Use enum
1907 target_signal type.
1908 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1909 calling strsignal. Use enum target_signal type for saved_signo.
1910 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1911 (linux_nat_wait_1): Use enum target_signal type for signo. Use
1912 target_signal_to_host before calling strsignal.
1913 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1914 TARGET_SIGNAL_0.
1915
1916 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1917 Jan Kratochvil <jan.kratochvil@redhat.com>
1918
1919 * common/signals.c (ANY): Remove.
1920 (SET): No longer use ANY.
1921
1922 2010-09-06 Yao Qi <yao@codesourcery.com>
1923
1924 * infrunc(resume): When inferior is waiting_for_vfork_done,
1925 clear step and don't use displaced stepping.
1926
1927 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1928
1929 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1930 value specially.
1931
1932 2010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1933
1934 Code cleanup - split print_stop_reason.
1935 * infrun.c (enum inferior_stop_reason): Remove.
1936 (print_stop_reason): Remove by splitting into ...
1937 (print_exited_reason, print_signal_exited_reason)
1938 (print_no_history_reason, print_signal_received_reason)
1939 (print_end_stepping_range_reason): ... these new functions. Update
1940 the preceding comment.
1941 (handle_inferior_event): Change the calls to print_exited_reason,
1942 print_signal_exited_reason, print_no_history_reason,
1943 print_signal_received_reason, print_end_stepping_range_reason.
1944 (handle_step_into_function, handle_step_into_function_backward):
1945 Change the calls to print_end_stepping_range_reason.
1946
1947 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1948
1949 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1950 * cli-out.c: Include vec.h.
1951 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1952 variable stream, initialize it, use it.
1953 (cli_redirect): New function comment. Replace the stream and
1954 original_stream fields by the new streams field. Remove the
1955 original_stream != NULL conditional, assert error on NULL instead.
1956 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1957 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
1958 original_stream fields by the new streams field.
1959 (cli_out_set_stream): Replace the stream field by the new streams
1960 field.
1961 * cli-out.h: Include vec.h.
1962 (ui_filep): New typedef, call DEF_VEC_P for it.
1963 (struct cli_ui_out_data): Replace the stream and original_stream
1964 fields by the new streams field.
1965 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
1966 NULL first. Extend the comment.
1967 (handle_redirections): Call ui_out_redirect with output.
1968 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
1969 calls outside of the TRY_CATCH block.
1970
1971 2010-09-03 Joel Brobecker <brobecker@adacore.com>
1972
1973 GDB 7.2 released.
1974
1975 2010-09-02 Joel Brobecker <brobecker@adacore.com>
1976
1977 Back out the following change:
1978 | 2010-06-29 Hui Zhu <teawater@gmail.com>
1979 | * record.c (set_record_pic_cmdlist,
1980 | show_record_pic_cmdlist): New variables.
1981 | (set_record_pic_command,
1982 | show_record_pic_command): New functions.
1983 | (record_pic_function, record_pic_line, record_pic_enum,
1984 | set_record_pic_type, record_pic_hide_nofunction,
1985 | record_pic_hide_nosource, record_pic_hide_same): New variables.
1986 | (record_pic_fputs): New function.
1987 | (function_list, node_list, edge_list): New struct.
1988 | (function_list, node_list, edge_list): New variables.
1989 | (record_pic_cleanups, record_pic_node,
1990 | record_pic_edge, cmd_record_pic): New functions.
1991 | (_initialize_record): Add new commands for record pic.
1992
1993 2010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
1994
1995 * config.in, configure: Regenerated.
1996 * configure.ac: Check for waitpid.
1997 * ser-pipe.c (pipe_close): Wait for the program to exit.
1998
1999 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2000
2001 * cli/cli-logging.c: Include gdb_assert.h.
2002 (set_logging_overwrite): New function.
2003 (logging_redirect): New comment.
2004 (logging_no_redirect_file, set_logging_redirect)
2005 (pop_output_files) <logging_no_redirect_file>: New.
2006 (handle_redirections) <!logging_redirect>: New variable
2007 no_redirect_file. Remove file autoclose for tee_file_new. No longer
2008 discard cleanup for the close of former OUTPUT. Set
2009 LOGGING_NO_REDIRECT_FILE.
2010 (handle_redirections) <logging_redirect>: gdb_assert
2011 LOGGING_NO_REDIRECT_FILE.
2012 (show_logging_command) <logging_redirect handling>: Adjust messages
2013 for SAVED_FILENAME not NULL.
2014 (_initialize_cli_logging): Install set_logging_overwrite and
2015 set_logging_redirect.
2016
2017 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2018
2019 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
2020
2021 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2022
2023 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
2024 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
2025 add $(GDB_WARN_CFLAGS_NO_FORMAT).
2026 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
2027
2028 2010-09-02 Yao Qi <yao@codesourcery.com>
2029
2030 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
2031 number from a WIFSIGNALED status.
2032
2033 2010-09-01 Tom Tromey <tromey@redhat.com>
2034
2035 * symtab.h (lookup_type_symbol): Declare.
2036 * symtab.c (lookup_symbol_in_language_full): Rename from
2037 lookup_symbol_in_language. Add 'for_type' argument.
2038 (lookup_symbol_in_language): New function.
2039 (lookup_type_symbol): Likewise.
2040 (lookup_symbol_aux): Add 'for_type' argument.
2041 (match_symbol_aux): New function.
2042 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
2043 (match_transparent_type): New function.
2044 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
2045 * symfile.h (struct quick_symbol_functions)
2046 <pre_expand_symtabs_matching>: Remove.
2047 <expand_one_symtab_matching>: New field.
2048 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
2049 (pre_expand_symtabs_matching_psymtabs): Remove.
2050 (psym_functions): Update.
2051 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
2052 * dwarf2read.c (dw2_lookup_symbol): Update comment.
2053 (dw2_pre_expand_symtabs_matching): Remove.
2054 (dw2_expand_one_symtab_matching): New function.
2055 (dwarf2_gdb_index_functions): Update.
2056
2057 2010-09-01 Joel Brobecker <brobecker@adacore.com>
2058
2059 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
2060
2061 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2062
2063 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
2064 as a feature reported by -list-target-features.
2065
2066 2010-09-01 Joel Brobecker <brobecker@adacore.com>
2067
2068 * features/Makefile (WHICH): Add rs6000/powerpc-32.
2069 (powerpc-32.o, powerpc-32.c): New rules.
2070 (clean): Also remove powerpc-32.c.
2071 * regformats/rs6000/powerpc-32.dat: Generate.
2072
2073 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
2074
2075 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
2076 psymbol_bcache_init.
2077 * psymtab.h (psymbol_bcache_init): New function prototype.
2078 (psymbol_bcache_free): New function prototype.
2079 (psymbol_bcache_get_bcache): New function prototype.
2080 * psymtab.c (psymbol_bcache_init): New function.
2081 (psymbol_bcache_free): New function.
2082 (psymbol_bcache_full): New function.
2083 (psymbol_bcache_get_bcache): New function.
2084 (add_psymbol_to_bcache): use psymbol_bcache_full.
2085 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
2086 psymbol_bcache.
2087 * symmisc.c (print_symbol_bcache_statistics): Updated.
2088 (print_objfile_statistics): Updated.
2089 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
2090 psymbol_cache.
2091 (free_objfile): Use psymbol_bcache_free.
2092
2093 2010-08-31 Tom Tromey <tromey@redhat.com>
2094
2095 PR c++/11961:
2096 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
2097 Don't set TYPE_NAME on the type.
2098
2099 2010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2100
2101 * infrun.c (set_exec_direction_func): Error out if target does not
2102 support reverse execution.
2103
2104 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2105
2106 Make linux_get_siginfo_type `type *' unique.
2107 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
2108 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
2109 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
2110 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
2111 (_initialize_linux_tdep): New.
2112
2113 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2114
2115 Code cleanup.
2116 * defs.h (find_memory_region_ftype): New typedef.
2117 (exec_set_find_memory_regions): Use it.
2118 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
2119 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
2120 * gcore.c (objfile_find_memory_regions): Likewise.
2121 * gnu-nat.c (gnu_find_memory_regions): Likewise.
2122 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
2123 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
2124 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
2125 find_memory_region_ftype.
2126 (insert_dbx_link_bpt_in_region): Likewise.
2127 (iterate_over_mappings): Likewise. Drop the comment part about the
2128 function prototype.
2129 (find_memory_regions_callback): Use find_memory_region_ftype.
2130 (proc_find_memory_regions): Likewise.
2131 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
2132 find_memory_region_ftype.
2133 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
2134 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
2135
2136 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
2137
2138 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
2139 'static partial_symbol psymbol'.
2140 (psymbol_hash): New function.
2141 (psymbol_compare): New function.
2142 * bcache.c (hash_continue): New.
2143 (hash): Use hash_continue.
2144 * bcache.c: Add hash_function and compare_function
2145 pointers to bcache struct.
2146 (bcache_full): Use bcache->hash_function, and
2147 bcache->compare_function.
2148 (bcache_compare): New function.
2149 (bcache_xmalloc): Take hash_function and
2150 compare_function arguments and initialize the
2151 bcach's pointers.
2152 Updated comment.
2153 * objfiles.c (allocate_objfile): Updated.
2154 * symfile.c (reread_symbols): Updated.
2155 * python/py-type.c (typy_richcompare): Updated.
2156
2157 2010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
2158 Tom Tromey <tromey@redhat.com>
2159
2160 PR python/11792:
2161 * python/py-value.c (valpy_get_dynamic_type): New function.
2162 (value_object_getset): Add "dynamic_type".
2163 (valpy_get_type): Fail on error.
2164
2165 2010-08-30 Yao Qi <yao@codesourcery.com>
2166
2167 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
2168 (arm_linux_syscall_next_pc): New.
2169 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
2170 (arm_linux_init_abi): Initialize syscall_next_pc.
2171 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
2172 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
2173 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
2174 Declare arm_frame_is_thumb.
2175
2176 2010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2177
2178 Code cleanup.
2179 * breakpoint.c (bpstat_alloc): Remove unused prototype.
2180 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
2181 code.
2182 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
2183 calls of bpstat_alloc. Remove explicit bs chain termination.
2184
2185 2010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2186
2187 Code cleanup.
2188 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
2189 (my_waitpid): Likewise.
2190
2191 2010-08-27 Doug Evans <dje@google.com>
2192
2193 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
2194 as appropriate.
2195
2196 2010-08-27 Tom Tromey <tromey@redhat.com>
2197
2198 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
2199 TYPE_FIELD_IGNORE_BITS.
2200
2201 2010-08-27 Doug Evans <dje@google.com>
2202
2203 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
2204 the order they're defined in. munmap .debug_types buffer.
2205
2206 2010-08-26 Doug Evans <dje@google.com>
2207
2208 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
2209 (dw2_forget_cached_source_info): Rename local cu to per_cu.
2210 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
2211 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
2212 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
2213 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
2214 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
2215 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
2216 (write_psymtabs_to_index): Ditto.
2217
2218 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2219
2220 * NEWS: Mention libthread_db debugging with core files.
2221
2222 2010-08-26 Doug Evans <dje@google.com>
2223
2224 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
2225 forward decl. Pass pst->dirname to dwarf_decode_lines.
2226 (psymtab_include_file_name): New function.
2227 (dwarf_decode_lines): Call it. Update comments.
2228
2229 2010-08-25 Pedro Alves <pedro@codesourcery.com>
2230
2231 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
2232 compilation unit being different from target die's.
2233
2234 2010-08-24 Doug Evans <dje@google.com>
2235
2236 PR symtab/11942
2237 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
2238 debug_types_type_hash.
2239 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
2240 All uses updated.
2241 (lookup_die_type): Renamed from tag_type_to_tag. First look in
2242 appropriate type_hash table. All callers updated.
2243 (allocate_signatured_type_table): Renamed from
2244 allocate_signatured_type_hash_table. All callers updated.
2245 (create_signatured_type_table_from_index): Renamed from
2246 create_signatured_type_hash_from_index. All callers updated.
2247 (read_die_type): Add comment. Move actual reading to ...
2248 (read_die_type_1): ... here. New function.
2249 (follow_die_ref_or_sig): Tweak comment.
2250 (set_die_type): Rewrite to use appropriate choice of
2251 debug_info_type_hash or debug_types_type_hash.
2252 (get_die_type_at_offset): New function.
2253 (get_die_type): Call it.
2254
2255 2010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2256
2257 * python/py-type.c (typy_richcompare): Initialize worklist.
2258
2259 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2260 Kazu Hirata <kazu@codesourcery.com>
2261 Jonathan Larmour <jifl@eCosCentric.com>
2262
2263 * arm-tdep.c: Include features/arm-with-m.c.
2264 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
2265 call this function.
2266 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
2267 Check is_m after force-mode.
2268 (arm_gdbarch_init): Check the binary before the target description.
2269 Add check for M profile attribute. If we have an M-profile device,
2270 but no target register description, use arm-with-m. Recognize the
2271 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
2272 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
2273 * arm-tdep.h (XPSR_T): Define.
2274 (struct gdbarch_tdep): Add is_m member.
2275 * features/arm-m-profile.xml, features/arm-with-m.c,
2276 features/arm-with-m.xml: New files.
2277
2278 2010-08-23 Doug Evans <dje@google.com>
2279
2280 * dwarf2read.c (read_structure_type): Add comment.
2281 (read_enumeration_type): Add comment.
2282 (process_enumeration_scope): Move definition of some locals
2283 closer to their use.
2284 (read_namespace_type): Add comment.
2285 (set_die_type): Fix typo in comment.
2286
2287 2010-08-23 Tom Tromey <tromey@redhat.com>
2288
2289 PR python/11145:
2290 * python/py-value.c: Include expression.h.
2291 (valpy_do_cast): New function.
2292 (valpy_cast): Use it.
2293 (valpy_dynamic_cast): New function.
2294 (valpy_reinterpret_cast): Likewise.
2295 (value_object_methods): Add dynamic_cast, reinterpret_cast.
2296
2297 2010-08-23 Tom Tromey <tromey@redhat.com>
2298
2299 PR python/11391:
2300 * python/py-value.c (valpy_nonzero): Don't throw error for other
2301 Value types.
2302
2303 2010-08-23 Tom Tromey <tromey@redhat.com>
2304
2305 PR python/10676:
2306 * python/py-type.c: Include bcache.h, vec.h.
2307 (struct type_equality_entry): New.
2308 (compare_strings): New function.
2309 (check_types_equal): Likewise.
2310 (check_types_worklist): Likewise.
2311 (typy_richcompare): Likewise.
2312 (type_object_type): Set tp_richcompare field.
2313
2314 2010-08-23 Tom Tromey <tromey@redhat.com>
2315
2316 PR python/10953:
2317 * python/py-type.c (typy_fields): Call check_typedef.
2318 (typy_template_argument): Add TRY_CATCH.
2319
2320 2010-08-23 Tom Tromey <tromey@redhat.com>
2321
2322 PR python/11915:
2323 * python/py-type.c (typy_array): New function.
2324 (type_object_methods): Add "array".
2325
2326 2010-08-20 Pedro Alves <pedro@codesourcery.com>
2327
2328 * python/python.c: Include "serial.h".
2329 (gdbpy_event_fds): Change type to `struct serial *' a array from
2330 int array.
2331 (gdbpy_run_events): Change parameters. Use serial_readchar in
2332 place of read.
2333 (gdbpy_post_event): Use serial_write in place of write.
2334 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
2335 serial_async in place of add_file_handler.
2336
2337 2010-08-20 Pedro Alves <pedro@codesourcery.com>
2338
2339 * serial.h (gdb_pipe, serial_pipe): Declare.
2340 * serial.c (serial_interface_lookup): Take a const char pointer.
2341 (serial_fdopen): Rename to ...
2342 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
2343 Call the OPS' fdopen function if there is one.
2344 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
2345 (serial_pipe): New.
2346 (struct serial_ops) <fdopen>: New field.
2347
2348 * ser-mingw.c (free_pipe_state):
2349 (free_pipe_state): Close output on non-pex pipes.
2350 (pipe_windows_fdopen): New.
2351 (gdb_pipe): New.
2352 (_initialize_ser_windows): Register pipe_windows_fdopen.
2353 * ser-go32.c (gdb_pipe): New.
2354 * ser-pipe.c (pipe_close): Close file descriptor even if there's
2355 no state pointer.
2356 (pipe_ops): Delete.
2357 (gdb_pipe): New.
2358
2359 2010-08-20 Keith Seitz <keiths@redhat.com>
2360
2361 PR symtab/11465:
2362 * dwarf2read.c (struct delayed_method_info): New struct.
2363 (struct dwarf2_cu): Add vector method_list.
2364 (scan_partial_symbols): Count methods for union, class, structure,
2365 and interface types.
2366 (add_to_method_list): New function.
2367 (free_delayed_list): New function.
2368 (compute_delayed_physnames): New function.
2369 (process_full_comp_unit): Make a cleanup for the CU's delayed
2370 physname list, compute the delayed physnames, and free the
2371 the list.
2372 (dwarf2_add_member_fn): For C++ and Java, delay the computation
2373 of the physname until after the CU is read.
2374
2375 * dwarf2read.c (read_structure_type): Check if the current
2376 DIE's type was already completed after dwarf2_full_name
2377 was called.
2378
2379 2010-08-19 Stan Shebs <stan@codesourcery.com>
2380
2381 * NEWS: Mention some additional changes.
2382
2383 2010-08-19 Tom Tromey <tromey@redhat.com>
2384
2385 * Makefile.in (install-python): Add DESTDIR.
2386
2387 2010-08-19 Doug Evans <dje@google.com>
2388
2389 PR exp/11926
2390 * parser-defs.h (parse_float, parse_c_float): Declare.
2391 * parse.c (parse_float, parse_c_float): New function.
2392 * c-exp.y (parse_number): Call parse_c_float.
2393 * objc-exp.y (parse_number): Ditto.
2394 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
2395 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
2396
2397 2010-08-19 Joel Brobecker <brobecker@adacore.com>
2398
2399 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
2400 the arguments in the correct order.
2401 * symtab.c (maybe_add_partial_symtab_filename): Declare
2402 the arguments in the correct order.
2403
2404 2010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2405
2406 * varobj.c (varobj_create): Replace variable old_fi with old_id,
2407 initialize it by null_frame_id, wrap its usage by get_frame_id,
2408 frame_id_p and frame_find_by_id.
2409
2410 2010-08-18 Tom Tromey <tromey@redhat.com>
2411
2412 PR python/11900:
2413 * configure: Rebuild.
2414 * configure.ac: Add install-python to CONFIG_INSTALL.
2415 * Makefile.in (install-python): New.
2416
2417 2010-08-18 Doug Evans <dje@google.com>
2418
2419 * gdb_assert.h (gdb_assert_not_reached): New macro.
2420 (gdb_assert_fail): Fix typo in comment.
2421 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
2422 gdb_assert (0).
2423 * darwin-nat.c (darwin_check_new_threads): Ditto.
2424 * dwarf2read.c (dwarf2_get_section_info): Ditto.
2425 (munmap_section_buffer): Ditto.
2426 * m32c-tdep.c (make_types): Ditto.
2427 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
2428 * macroexp.c (get_character_constant): Ditto.
2429 (get_string_literal): Ditto.
2430 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
2431 (mep_pseudo_cr_index, mep_register_type): Ditto.
2432 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
2433 (mep_get_insn, mep_analyze_prologue): Ditto.
2434 * objfiles.c (qsort_cmp): Ditto.
2435 * prologue-value.c (pv_is_identical): Ditto.
2436 * record.c (record_get_loc): Ditto.
2437 * value.c (value_static_field): Ditto.
2438 * xtensa-tdep.c (call0_track_op): Ditto.
2439
2440 2010-08-18 Tom Tromey <tromey@redhat.com>
2441
2442 PR symtab/11919:
2443 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2444 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
2445 name-copying lower. Document exception behavior.
2446 * completer.c (expression_completer): Catch exceptions from
2447 parse_field_expression.
2448
2449 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2450
2451 PR corefile/8210
2452
2453 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2454 workaround on core files.
2455 (try_thread_db_load_1): Don't try enabling thread event reporting
2456 on core files.
2457 (thread_db_load): Allow thread_db on core files.
2458 (attach_thread): Don't check thread signals on core files, nor try
2459 really attaching to the thread, nor enabling thread event event
2460 reporting.
2461 (thread_db_detach): Don't try disabing thread event reporting or
2462 removing thread event breakpoints when debugging a core file.
2463 (find_new_threads_callback): Don't try enabling thread event
2464 reporting on core files.
2465 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2466 debugging a core file.
2467 (thread_db_find_new_threads): Don't update thread
2468 cores (processors) when debugging a core (dump).
2469
2470 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2471
2472 PR corefile/8210
2473
2474 * corelow.c (add_to_thread_list): Don't use
2475 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
2476 (get_core_register_section): Don't use
2477 gdbarch_core_reg_section_encodes_pid.
2478
2479 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2480 * gdbarch.h, gdbarch.c: Regenerate.
2481 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2482 gdbarch_core_reg_section_encodes_pid.
2483 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2484 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2485 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2486
2487 2010-08-18 Yao Qi <yao@codesourcery.com>
2488
2489 * MAINTAINERS : Add myself under Write After Approval.
2490
2491 2010-08-17 Tom Tromey <tromey@redhat.com>
2492
2493 * NEWS: Mention template parameter support.
2494
2495 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2496
2497 PR breakpoints/11371
2498
2499 * breakpoint.c (decref_bp_location): Assert the reference count is
2500 sane.
2501
2502 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2503
2504 PR breakpoints/11371
2505
2506 * breakpoint.c (breakpoint_init_inferior): Decrement the
2507 location's reference count instead of deleting right away.
2508 (bpstat_free): Decrement the location's reference count. Make
2509 static.
2510 (bpstat_copy): Increment the location's reference count.
2511 (bpstat_find_breakpoint): Adjust.
2512 (bpstat_num): Adjust.
2513 (print_it_typical): Adjust. Use the breakpoint pointer in the
2514 bpstat instead of the location's owner.
2515 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2516 Adjust to record the location's owner in the bpstat.
2517 (watchpoint_check): Use the breakpoint pointer in the bpstat
2518 instead of the location's owner.
2519 (bpstat_check_breakpoint_conditions): Don't handle
2520 bp_watchpoint_scope here. Use the breakpoint pointer in the
2521 bpstat instead of the location's owner.
2522 (bpstat_stop_status): Defer inferior function calls to after
2523 building the bpstat list. Handle bp_watchpoint_scope here. Use
2524 the breakpoint pointer in the bpstat instead of the location's
2525 owner.
2526 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2527 the location's owner.
2528 (free_bp_location): Don't walk bpstats clearing locations.
2529 (incref_bp_location): New.
2530 (decref_bp_location): New.
2531 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2532 instead of the location's owner.
2533 (update_global_location_list): Clear the location's owner, and
2534 decrement the location's reference count instead of deleting it
2535 right away.
2536 (breakpoint_retire_moribund): Decrement the location's reference
2537 count instead of deleting it right away.
2538 (bpstat_remove_bp_location): Delete.
2539 (bpstat_remove_breakpoint): New.
2540 (bpstat_remove_bp_location_callback): Delete.
2541 (bpstat_remove_breakpoint_callback): New.
2542 (delete_breakpoint): Iterate over all threads' stop_bpstat's
2543 clearing references to the breakpoint that is being deleted.
2544
2545 * breakpoint.h (struct bp_location) <refc>: New field.
2546 <owner>: Update comments.
2547 (bpstat_free): Delete declaration.
2548 (struct bpstats): Change the type of the breakpoint_at field to
2549 struct breakpoint point, from struct bp_location pointer. Add new
2550 field bp_location_at.
2551
2552 2010-08-16 Tom Tromey <tromey@redhat.com>
2553
2554 * NEWS: Fix typo.
2555
2556 2010-08-16 Tom Tromey <tromey@redhat.com>
2557
2558 * NEWS: Mention watch -location.
2559
2560 2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
2563 EXP_STRING_REPARSE to EXP_STRING.
2564 (watch_command_1): Set also EXP_STRING_REPARSE.
2565 (delete_breakpoint): Free also EXP_STRING_REPARSE.
2566 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2567 Update comment for exp_string.
2568
2569 2010-08-16 Tom Tromey <tromey@redhat.com>
2570
2571 * value.c (release_value): Clear 'next' pointer.
2572 * breakpoint.c (watch_command_1): Add 'just_location' argument.
2573 (watch_command_wrapper): Update.
2574 (watch_maybe_just_location): New function.
2575 (watch_command): Update.
2576 (rwatch_command_wrapper): Update.
2577 (rwatch_command): Update.
2578 (awatch_command_wrapper): Update.
2579 (awatch_command): Update.
2580 (check_for_argument): New function.
2581 (_initialize_breakpoint): Update help text.
2582
2583 2010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
2584
2585 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2586 typedef'ed function types correctly.
2587
2588 2010-08-13 Tom Tromey <tromey@redhat.com>
2589
2590 * python/python-internal.h (gdbpy_get_hook_function): Don't
2591 declare.
2592
2593 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2594
2595 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2596 static.
2597
2598 2010-08-13 Ken Werner <ken.werner@de.ibm.com>
2599
2600 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2601 the format strings to be compatible with Python 2.4.
2602
2603 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2604
2605 Easier and more stubborn MI memory read commands.
2606
2607 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2608 and data-write-memory-bytes.
2609 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2610 (mi_cmd_data_write_memory_bytes): New.
2611 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2612 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2613 New.
2614 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2615 * target.c (target_read_until_error): Remove.
2616 (read_whatever_is_readable, free_memory_read_result_vector)
2617 (read_memory_robust): New.
2618 * target.h (target_read_until_error): Remove.
2619 (struct memory_read_result, free_memory_read_result_vector)
2620 (read_memory_robust): New.
2621
2622 2010-08-13 Hui Zhu <teawater@gmail.com>
2623
2624 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2625 (read_comp_unit): Initialize back_to.
2626
2627 2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2628 Pedro Alves <pedro@codesourcery.com>
2629
2630 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2631 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2632 (struct partial_die_info) <has_template_arguments>: New field.
2633 <num_attrs>: Change type to unsigned char.
2634 <building_fullname>: New field.
2635 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
2636 allocate a CU if we don't have one already. Add a cleanup for the
2637 CU.
2638 (partial_die_full_name): Handle template arguments not in
2639 DW_AT_name.
2640 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2641 (load_full_comp_unit): Only allocate a CU if we don't have one
2642 already.
2643 (do_ui_file_peek_last): New.
2644 (dwarf2_compute_name): Handle template parameters not in
2645 DW_AT_name.
2646 (read_comp_unit): Read and free abbrevs if not read yet.
2647 (load_partial_dies): Handle template arguments not in DW_AT_name.
2648 (find_partial_die): If we have a CU, but no a partial dies yet,
2649 also read in the CU.
2650 (dwarf2_const_value_attr): New, abstracted out from
2651 dwarf2_const_value.
2652 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2653 dwarf2_const_value_attr.
2654 (determine_prefix): Detect and break loops created by RCVT's debug
2655 info.
2656 (maybe_queue_comp_unit): Bail out early if reading partial
2657 symbols.
2658 (follow_die_offset): Load full CU if we have no dies.
2659 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2660 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2661
2662 2010-08-11 Tom Tromey <tromey@redhat.com>
2663 Phil Muldoon <pmuldoon@redhat.com>
2664
2665 * python/python.c (gdbpy_run_events): New function.
2666 (gdbpy_post_event): Likewise.
2667 (gdbpy_initialize_events): Likewise.
2668 (_initialize_python): Call gdbpy_initialize_events.
2669
2670 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2671
2672 * gdb/valarith.c (vector_binop): New function.
2673 (scalar_binop): Likewise.
2674 (value_binop): Call scalar_binop or vector_binop depending on the types.
2675 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2676 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2677 to pointers.
2678 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2679
2680 2010-08-11 Brad Roberts <braddr@puremagic.com>
2681
2682 * d-lang.c (extract_identifiers): Handle multiple digits.
2683
2684 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2685
2686 Code cleanup.
2687 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2688 Rename to dummy_frame_unwind.
2689 (dummy_frame_unwind): Remove.
2690 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2691 * frame-unwind.c (frame_unwind_init): Use address of
2692 dummy_frame_unwind and inline_frame_unwind.
2693 * frame.c (create_sentinel_frame): Use address of
2694 sentinel_frame_unwind.
2695 * inline-frame.c (inline_frame_unwinder): Rename to
2696 inline_frame_unwind.
2697 (inline_frame_unwind): Remove.
2698 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2699 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2700 sentinel_frame_unwind.
2701 (sentinel_frame_unwind): Remove.
2702 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2703 struct.
2704
2705 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2706
2707 Code cleanup.
2708 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2709 and returned value. New comment from frame-unwind.h.
2710 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2711 Extend the comment.
2712 * frame.c (get_frame_id, frame_unwind_register_value)
2713 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2714 (get_frame_type, frame_unwind_arch): Do not use the return value of
2715 frame_unwind_find_by_frame.
2716
2717 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2718 Thiago Jung Bauermann <bauerman@br.ibm.com>
2719 Tom Tromey <tromey@redhat.com>
2720
2721 * python/python.c (gdbpy_solib_address): New function.
2722 (gdbpy_decode_line): Likewise.
2723
2724 2010-08-10 Tom Tromey <tromey@redhat.com>
2725
2726 Revert gdb-add-index addition:
2727 * Makefile.in (install-only): Don't install gdb-add-index.
2728 * gdb-add-index.sh: Remove.
2729
2730 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2731
2732 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2733 `target_has_execution' check with `to_has_memory' check.
2734 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2735 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2736 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2737
2738 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2739
2740 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2741 (resume_siggnal, resume_step): Move these static globals...
2742 (struct sim_inferior_data): ...into this new struct.
2743 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2744 New static globals.
2745 (gdb_callback, callbacks_initialized): Move these globals to
2746 a point earlier in the file.
2747 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2748 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2749 (gdbsim_close_inferior, gdbsim_resume_inferior)
2750 (gdbsim_stop_inferior): New functions.
2751 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2752 New constants.
2753 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2754 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2755 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2756 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2757 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2758 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2759 new local variable `sim_data' in each of these functions. Use
2760 `sim_data' to reference former globals `program_loaded',
2761 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2762 `resume_step'.
2763 (gdbsim_open): Remove local variable `argv'. Put results of call
2764 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
2765 make a cleanup for it. Free it though when a sim instance cannot
2766 be obtained.
2767 (gdbsim_close): Free sim_argv and null it out as appropriate.
2768 Close sim instances in all inferiors.
2769 (gdbsim_cntrl_c): Stop all inferiors.
2770 (gdbsim_wait):
2771 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2772
2773 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2774
2775 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2776 function after symbol construction is complete.
2777 Do the same for template symbol addition to template_symbols list.
2778
2779 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2780
2781 * symtab.c (symbol_get_demangled_name): Remove assertion and
2782 return NULL when language_specific.cplus_specific is not initialized.
2783 * stabsread.c (define_symbol): Set the name before calling
2784 cp_scan_for_anonymous_namespaces.
2785
2786 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2787
2788 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2789 SYMBOL_SET_LANGUAGE.
2790 (symbol_init_language_specific): Renamed to symbol_set_language.
2791 * symtab.c (symbol_init_language_specific): Removed redundant check
2792 for language_cplus.
2793 Renamed to symbol_set_language.
2794 * stabsread.c (define_symbol): Updated.
2795 (read_enum_type): Updated
2796 * psymtab.c (add_psymbol_to_bcache): Updated.
2797 * minsyms.c (install_minimal_symbols): Updated.
2798 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2799 SYMBOL_LANGUAGE to set the language.
2800 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2801 * mdebugread.c (new_symbol): Ditto.
2802 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2803 * dwarf2read.c (new_symbol_full): Ditto.
2804 * jv-lang.c (add_class_symbol): Ditto.
2805
2806 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2807
2808 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2809 (make_cleanup_restore_page_info)
2810 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2811 * gdbcmd.h (execute_command_to_string): New declaration.
2812 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2813 (make_cleanup_restore_ui_file): Move to utils.c
2814 (execute_gdb_command) <to_string>: Move ...
2815 * top.c (execute_command_to_string): ... here. Call
2816 set_batch_flag_and_make_cleanup_restore_page_info.
2817 * utils.c (make_cleanup_restore_integer): New source file blank line.
2818 (make_cleanup_restore_uinteger): New.
2819 (struct restore_ui_file_closure, do_restore_ui_file)
2820 (make_cleanup_restore_ui_file): Move here from python/python.c.
2821 (init_page_info) <batch_flag>
2822 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2823 (set_batch_flag_and_make_cleanup_restore_page_info): New.
2824
2825 2010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
2826
2827 * thread.c (add_thread_silent): Use null_ptid instead of
2828 minus_one_ptid while getting rid of stale inferior_ptid.
2829
2830 2010-08-06 Corinna Vinschen <vinschen@redhat.com>
2831
2832 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2833 Throughout, call read_encoded_value with ptr_size rather than addr_size.
2834 (decode_frame_entry_1): Remove redundant setting of
2835 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2836 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
2837 on examined frame section. Add comment to explain why.
2838 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
2839 comment to explain usage.
2840 * gdbarch.c: Regenerate.
2841 * gdbarch.h: Regenerate.
2842
2843 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2844
2845 2010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2846
2847 Code cleanup.
2848 * varobj.c (varobj_create): Move variables fi, old_fi and block to
2849 a more inner block.
2850
2851 2010-08-05 Pedro Alves <pedro@codesourcery.com>
2852
2853 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2854 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2855 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2856 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2857 linux-tdep.o to gdb_target_obs.
2858
2859 2010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
2860
2861 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
2862 argument.
2863
2864 2010-08-05 Hui Zhu <teawater@gmail.com>
2865
2866 * mips-linux-tdep.c(regset.h): New include.
2867 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2868 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2869 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2870 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2871 mips_linux_regset_from_core_section): New functions.
2872 (fetch_core_registers, regset_core_fns): Deleted.
2873 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2874 Deleted regset_core_fns.
2875 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2876 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2877 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2878 and fpregset64.
2879
2880 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2881
2882 * s390-tdep.c: Include linux-tdep.h.
2883 (s390_gdbarch_init): Call linux_init_abi.
2884
2885 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2886
2887 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2888 instead of printing "Thread" here.
2889 * linux-tdep.c: Include inferior.h.
2890 (linux_core_pid_to_str): New.
2891 (linux_init_abi): New.
2892 * linux-tdep.h (linux_init_abi): Declare.
2893 * alpha-linux-tdep.c: Include linux-tdep.h.
2894 (alpha_linux_init_abi): Call linux_init_abi.
2895 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2896 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2897 * frv-linux-tdep.c: Include linux-tdep.h
2898 (frv_linux_init_abi): Call linux_init_abi.
2899 * hppa-linux-tdep.c: Include linux-tdep.h
2900 (hppa_linux_init_abi): Call linux_init_abi.
2901 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2902 * ia64-linux-tdep.c: Include linux-tdep.h.
2903 (ia64_linux_init_abi): Call linux_init_abi.
2904 * m32r-linux-tdep.c: Include linux-tdep.h.
2905 (m32r_linux_init_abi): Call linux_init_abi.
2906 * m68klinux-tdep.c: Include linux-tdep.h.
2907 (m68k_linux_init_abi): Call linux_init_abi.
2908 * microblaze-linux-tdep.c: Include linux-tdep.h.
2909 (microblaze_linux_init_abi): Call linux_init_abi.
2910 * mips-linux-tdep.c: Include linux-tdep.h.
2911 (mips_linux_init_abi): Call linux_init_abi.
2912 * mn10300-linux-tdep.c: Include linux-tdep.h.
2913 (am33_linux_init_osabi): Call linux_init_abi. Rename the
2914 'gdbinfo' parameter to 'info'.
2915 * ppc-linux-tdep.c: Include linux-tdep.h.
2916 (ppc_linux_init_abi): Call linux_init_abi.
2917 * sh-linux-tdep.c: Include linux-tdep.h.
2918 (sh_linux_init_abi): Call linux_init_abi.
2919 * sparc-linux-tdep.c: Include linux-tdep.h.
2920 (sparc32_linux_init_abi): Call linux_init_abi.
2921 * sparc64-linux-tdep.c: Include linux-tdep.h.
2922 (sparc64_linux_init_abi): Call linux_init_abi.
2923 * xtensa-linux-tdep.c: Include linux-tdep.h.
2924 (xtensa_linux_init_abi): Call linux_init_abi.
2925 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2926 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2927 callback.
2928
2929 2010-08-03 Doug Evans <dje@google.com>
2930
2931 * breakpoint.c (bpdisp_text): Constify bpdisps.
2932 * solib-svr4.c (solib_break_names): Constify.
2933 (bkpt_names, main_name_list): Constify.
2934 (match_main): Constify soname arg.
2935 (bfd_lookup_symbol): Remove unnecessary forward decl.
2936 Constify symname arg.
2937 (enable_break): Constify bkpt_namep.
2938 * symtab.c (search_symbols): Constify types, types2, types3, types4.
2939 (symtab_symbol_info): Constify classnames.
2940
2941 2010-08-03 Phil Muldoon <pmuldoon@redhat.com>
2942
2943 * NEWS: Document Python value inferior function calls.
2944
2945 2010-08-02 Doug Evans <dje@google.com>
2946
2947 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2948
2949 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2950
2951 * linux-thread-db.c (libthread_db_debug): New variable.
2952 (thread_db_find_new_threads_silently): Control verbosity with it.
2953 (try_thread_db_load_1, try_thread_db_load): Likewise.
2954 (find_new_threads_once): Likewise.
2955 (_initialize_thread_db): Set/show it.
2956
2957 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2958
2959 * common/signals.c (signals): Move the content to signals.def.
2960 Include it. Remove the INDENT comments.
2961
2962 2010-07-30 Tom Tromey <tromey@redhat.com>
2963
2964 * Makefile.in (install-only): Install gdb-add-index.
2965 * gdb-add-index.sh: New file.
2966
2967 2010-07-31 Renquan Cheng <crq@gcc.gnu.org>
2968
2969 * MAINTAINERS: Add myself for write after approval privileges.
2970
2971 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2972
2973 * symfile.c (addr_section_name): New function.
2974 (addrs_section_compar): Use it.
2975 (addr_info_make_relative): Use it. Move variable sect_name into a more
2976 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
2977
2978 2010-07-30 Tom Tromey <tromey@redhat.com>
2979
2980 * configure: Rebuild.
2981 * configure.ac: Add missing case for Python 2.7.
2982
2983 2010-07-29 DJ Delorie <dj@redhat.com>
2984
2985 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
2986 conditions.
2987
2988 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2989
2990 * PROBLEMS: Remove mention of all problems.
2991
2992 2010-07-28 Pedro Alves <pedro@codesourcery.com>
2993
2994 PR build/11848
2995 * configure.ac: Check for wresize.
2996 * configure, config.in: Regenerate.
2997 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
2998 with HAVE_WRESIZE.
2999
3000 2010-07-28 Tom Tromey <tromey@redhat.com>
3001
3002 PR python/11060:
3003 * python/py-type.c (typy_legacy_template_argument): New function,
3004 extracted from typy_template_argument.
3005 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
3006 value when needed.
3007
3008 2010-07-28 Oleg Nesterov <oleg@redhat.com>
3009
3010 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
3011
3012 2010-07-27 Tom Tromey <tromey@redhat.com>
3013
3014 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
3015
3016 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3017
3018 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
3019 handling DW_AT_object_pointer, and workaround GCC PR 43053.
3020
3021 2010-07-28 Tom Tromey <tromey@redhat.com>
3022
3023 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
3024
3025 2010-07-28 Joel Brobecker <brobecker@adacore.com>
3026
3027 * remote.c (remote_download_tracepoint): Add missing gettext markup.
3028 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
3029
3030 2010-07-28 Joel Brobecker <brobecker@adacore.com>
3031
3032 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
3033 down, just before the block that parse the breakpoint addr_string.
3034
3035 2010-07-28 Tom Tromey <tromey@redhat.com>
3036
3037 PR c++/9946:
3038 * symfile.c (reread_symbols): Clear template_symbols.
3039 * symtab.h (struct symbol) <is_cplus_template_function>: New
3040 field.
3041 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
3042 (struct template_symbol): New.
3043 * symtab.c (lookup_symbol_aux_local): Use
3044 cp_lookup_symbol_imports_or_template.
3045 * objfiles.h (struct objfile) <template_symbols>: New field.
3046 * objfiles.c (relocate_one_symbol): New function.
3047 (objfile_relocate1): Use it. Relocate isolated symbols.
3048 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
3049 template_arguments>: New fields.
3050 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
3051 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
3052 (TYPE_TEMPLATE_ARGUMENT): Likewise.
3053 (lookup_typename): Update.
3054 * gdbtypes.c (lookup_typename): Constify "block" argument.
3055 * dwarf2read.c: Include vec.h.
3056 (symbolp): New typedef.
3057 (read_func_scope): Read template arguments. Allocate a
3058 template_symbol when needed.
3059 (read_structure_type): Read template arguments.
3060 (new_symbol_full): New function, from new_symbol. Handle
3061 DW_TAG_template_type_param and DW_TAG_template_value_param.
3062 (new_symbol): Rewrite as wrapper.
3063 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
3064 * cp-namespace.c: Include language.h.
3065 (search_symbol_list): New function.
3066 (cp_lookup_symbol_imports_or_template): Likewise.
3067
3068 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3069
3070 * tui/tui-win.c (make_visible_with_new_height): Resize and move
3071 the command window to the new size and position.
3072
3073 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3074
3075 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
3076 coordinates.
3077
3078 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3079
3080 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
3081 after a detecting a resize.
3082 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
3083 call.
3084
3085 2010-07-28 Pedro Alves <pedro@codesourcery.com>
3086
3087 * configure.ac: Check for resize_term.
3088 * configure, config.in: Regenerate.
3089
3090 2010-07-27 Joel Brobecker <brobecker@adacore.com>
3091
3092 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
3093
3094 2010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3095
3096 * dwarf2read.c (read_string): Rename to ...
3097 (read_direct_string): ... this.
3098 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
3099 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
3100
3101 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3102
3103 * linux-nat.c (linux_nat_lp_status_is_event): New function.
3104 (count_events_callback, select_event_lwp_callback)
3105 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
3106
3107 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3108
3109 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
3110 (_initialize_ia64_linux_nat): Install it.
3111 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
3112 (linux_nat_set_status_is_event): New.
3113 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
3114 cancel_breakpoints_callback, linux_nat_filter_event)
3115 (linux_nat_wait_1): Use linux_nat_status_is_event.
3116 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
3117
3118 2010-07-27 Tom Tromey <tromey@redhat.com>
3119
3120 * NEWS: Mention labels, .gdb_index.
3121
3122 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3123
3124 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
3125 "start,+length" form of arguments.
3126 * NEWS: Add "Changed commands" (disassemble) section for "Changes
3127 since GDB 7.1"; and merge two separated paragraphs of disassemble
3128 description in "Changes in GDB 7.0".
3129
3130 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3131
3132 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
3133 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
3134 (fputs_maybe_filtered): Do not do filtering also on
3135 ! INPUT_FROM_TERMINAL_P.
3136
3137 2010-07-27 Joel Brobecker <brobecker@adacore.com>
3138
3139 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
3140 in warning message.
3141
3142 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3143
3144 * python/py-value.c (valpy_call): New Function.
3145
3146 2010-07-27 Ken Werner <ken.werner@de.ibm.com>
3147
3148 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
3149 types_list_elements variables.
3150
3151 2010-07-26 Tom Tromey <tromey@redhat.com>
3152
3153 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
3154 TLS with DW_OP_const4u or DW_OP_const8u.
3155
3156 2010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3157
3158 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
3159 VSX registers contents.
3160
3161 2010-07-26 Jerome Guitton <guitton@adacore.com>
3162
3163 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
3164 its adress is null. Add comment to explain why.
3165 (new_symbol): Ditto.
3166
3167 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3168
3169 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
3170 the host signal first.
3171
3172 2010-07-23 Tom Tromey <tromey@redhat.com>
3173
3174 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
3175 type_comp_units>: New fields.
3176 (dw2_get_cu): New function.
3177 (create_cus_from_index): Remove unused argument.
3178 (create_signatured_type_hash_from_index): New function.
3179 (create_addrmap_from_index): Update.
3180 (dwarf2_read_index): Handle version 2.
3181 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
3182 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
3183 (dw2_print_stats, dw2_expand_all_symtabs)
3184 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
3185 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
3186 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
3187 (allocate_signatured_type_hash_table): New function.
3188 (add_signatured_type_cu_to_list): Likewise.
3189 (create_debug_types_hash_table): Use them. Set type_comp_units.
3190 (read_signatured_type): Ensure section data is available.
3191 (add_address_entry): Don't record empty ranges.
3192 (struct signatured_type_index_data): New.
3193 (write_one_signatured_type): New function.
3194 (write_psymtabs_to_index): Write type CUs.
3195 (save_gdb_index_command): Update comment.
3196 (process_type_comp_unit): Move inititalization of
3197 from_debug_types...
3198 (create_debug_types_hash_table): ... here.
3199
3200 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3201
3202 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
3203 cleanup and generating of gdb script to it.
3204 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
3205 and terminal size. Convert $tmpfile to a series of -ex-es.
3206
3207 2010-07-23 Keith Seitz <keiths@redhat.com>
3208
3209 * symtab.c (basic_lookup_transparent_type): Call pre-expand
3210 hook for STATIC_BLOCK types, too.
3211
3212 2010-07-23 Keith Seitz <keiths@redhat.com>
3213
3214 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
3215 and vector definition.
3216
3217 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3218
3219 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
3220
3221 2010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3222
3223 * dwarf2read.c: Include completer.h.
3224 (save_gdb_index_command): Use matching usage command name.
3225 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
3226 Set filename_completer for it.
3227
3228 2010-07-22 Tom Tromey <tromey@redhat.com>
3229
3230 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
3231 type signature's per-CU data.
3232
3233 2010-07-22 Pedro Alves <pedro@codesourcery.com>
3234
3235 * NEWS: Mention target reported shared libraries support by
3236 default.
3237
3238 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3239
3240 PR symtab/11827
3241
3242 Revert:
3243 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3244 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
3245 and DW_TAG_volatile_type.
3246 (new_symbol): Likewise.
3247
3248 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3249
3250 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
3251 function symbols before overload resolution.
3252
3253 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3254
3255 * breakpoint.c (bptype_string): New, abstracted out from
3256 print_one_breakpoint_location.
3257 (print_one_breakpoint_location): Adjust.
3258 (breakpoint_1): Adjust the type column width dynamically.
3259
3260 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3261
3262 * symfile.c (find_separate_debug_file_by_debuglink): Remove
3263 a gdb_assert call, new comment.
3264
3265 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3266
3267 * linux-nat.c (linux_handle_extended_wait): Handle case when
3268 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
3269
3270 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3271
3272 Code cleanup.
3273 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
3274 linux_nat_wait_1. Use always LP->STATUS afterwards.
3275
3276 2010-07-20 Hui Zhu <teawater@gmail.com>
3277
3278 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
3279 (inf_ptrace_attach): Ditto.
3280
3281 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3282
3283 Make core files the process_stratum.
3284 * corefile.c (core_target): New variable.
3285 (core_file_command): Remove variable t, use core_target.
3286 * corelow.c (core_ops): Make it static.
3287 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
3288 * defs.h (make_cleanup_unpush_target): New prototype.
3289 * gdbarch.h: Regenerate.
3290 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
3291 * gdbcore.h (core_target): New declaration.
3292 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
3293 variables ops_already_pushed and back_to. Use push_target,
3294 make_cleanup_unpush_target and discard_cleanups calls.
3295 * record.c (record_open): Replace core_stratum by a core_bfd check.
3296 * target.c (target_is_pushed): New function.
3297 (find_core_target): Remove.
3298 * target.h (enum strata) <core_stratum>: Remove.
3299 (target_is_pushed): New declaration.
3300 (find_core_target): Remove declaration.
3301 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
3302 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
3303
3304 2010-07-19 Hui Zhu <teawater@gmail.com>
3305
3306 * breakpoint.c (single_step_breakpoints_inserted): New
3307 function.
3308 * breakpoint.h (single_step_breakpoints_inserted): Extern.
3309 * infrun.c (maybe_software_singlestep): Add check code.
3310 * record.c (record_resume): Add code for software single step.
3311 (record_wait): Ditto.
3312
3313 2010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3314
3315 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
3316 a more inner block. Remove its unused declaration initializer.
3317
3318 2010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3319
3320 * NEWS: Mention support for the new ptrace interface and hardware
3321 accelerated watchpoint conditions on powerpc-linux.
3322
3323 2010-07-16 Ozkan Sezer <sezeroz@gmail.com>
3324
3325 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
3326 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
3327 and host_address_to_string() and %s for pointers.
3328 (debug_to_remove_breakpoint): Likewise.
3329 (debug_to_region_ok_for_hw_watchpoint): Likewise.
3330 (debug_to_can_accel_watchpoint_condition): Likewise.
3331 (debug_to_stopped_data_address): Likewise.
3332 (debug_to_watchpoint_addr_within_range): Likewise.
3333 (debug_to_insert_hw_breakpoint): Likewise.
3334 (debug_to_remove_hw_breakpoint): Likewise.
3335 (debug_to_insert_watchpoint): Likewise.
3336 (debug_to_remove_watchpoint): Likewise.
3337
3338 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3339
3340 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
3341 argument.
3342 (cplus_specific): New struct.
3343 * symtab.c (symbol_set_demangled_name): Updated.
3344 Use cplus_specific for cplus symbols.
3345 (symbol_get_demangled_name): Retrive the name from the cplus_specific
3346 struct for cplus symbols.
3347 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
3348 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
3349 * symtab.c (symbol_init_cplus_specific): New function.
3350
3351 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3352
3353 * symtab.h (symbol_set_demangled_name): New function.
3354 (symbol_get_demangled_name): New function.
3355 * symtab.c (symbol_set_demangled_name): New function.
3356 (symbol_get_demangled_name): New function.
3357 (symbol_init_language_specific): Use demangled_name setter and getter.
3358 (symbol_set_names): Ditto.
3359 (symbol_natural_name): Ditto.
3360 (symbol_demangled_name): Ditto.
3361 * dwarf2read.c (new_symbol): Ditto.
3362
3363 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3364
3365 * symtab.h: Renamed cplus_specific to mangled_lang.
3366 * symtab.c (symbol_init_language_specific): Updated.
3367 (symbol_set_names): Updated.
3368 (symbol_natural_name): Updated.
3369 (symbol_demangled_name): Updated.
3370 * ada-lang.c (ada_decode_symbol): Updated.
3371 * dwarf2read.c (new_symbol): Updated.
3372
3373 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3374
3375 * valops.c (value_assign): Do not call to value_coerce_to_target.
3376 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
3377
3378 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3379
3380 * MAINTAINERS: Add myself for write after approval privileges.
3381
3382 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
3383
3384 * c-valprint.c (c_val_print): Add embedded_offset to address in
3385 call to val_print_array_elements.
3386
3387 2010-07-13 Tom Tromey <tromey@redhat.com>
3388
3389 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
3390
3391 2010-07-13 Tom Tromey <tromey@redhat.com>
3392
3393 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
3394 objfile.
3395
3396 2010-07-13 Tom Tromey <tromey@redhat.com>
3397
3398 * symfile.c (set_initial_language): Update.
3399 (deduce_language_from_filename): Argument type now const.
3400 * symtab.h (find_main_filename): Update.
3401 (deduce_language_from_filename): Update.
3402 * symtab.c (find_main_filename): Make result const.
3403 * dwarf2read.c (dw2_find_symbol_file): Change return type.
3404 * psymtab.c (find_symbol_file_from_partial): Change return type.
3405 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3406 Make result const.
3407
3408 2010-07-13 Tom Tromey <tromey@redhat.com>
3409
3410 * breakpoint.c (save_cmdlist): No longer static.
3411 * gdbcmd.h (save_cmdlist): Declare.
3412 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
3413 OBJF_READNOW on objfile if readnow_symbol_files.
3414 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
3415 (elf_sym_fns_gdb_index): New global.
3416 * dwarf2read.c: Include exceptions.h.
3417 (offset_type): New.
3418 (struct mapped_index): New.
3419 (dwarf2_per_cu_data_ptr): New typedef.
3420 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
3421 New fields.
3422 (GDB_INDEX_SECTION): New define.
3423 (struct dwarf2_per_cu_quick_data): New.
3424 (struct dwarf2_per_cu_data) <objfile>: New field.
3425 <psymtab>: Removed.
3426 <v>: New field.
3427 (byte_swap): New function.
3428 (MAYBE_SWAP): New macro.
3429 (INDEX_SUFFIX): New macro.
3430 (dw2_do_instantiate_symtab): New function.
3431 (dw2_instantiate_symtab): Likewise.
3432 (create_cus_from_index): Likewise.
3433 (create_addrmap_from_index): Likewise.
3434 (mapped_index_string_hash): Likewise.
3435 (find_slot_in_mapped_hash): Likewise.
3436 (dwarf2_read_index): Likewise.
3437 (dw2_setup): Likewise.
3438 (dw2_require_line_header): Likewise.
3439 (dw2_require_full_path): Likewise.
3440 (dw2_find_last_source_symtab): Likewise.
3441 (dw2_forget_cached_source_info): Likewise.
3442 (dw2_lookup_symtab): Likewise.
3443 (dw2_lookup_symbol): Likewise.
3444 (dw2_do_expand_symtabs_matching): Likewise.
3445 (dw2_pre_expand_symtabs_matching): Likewise.
3446 (dw2_print_stats): Likewise.
3447 (dw2_dump): Likewise.
3448 (dw2_relocate): Likewise.
3449 (dw2_expand_symtabs_for_function): Likewise.
3450 (dw2_expand_all_symtabs): Likewise.
3451 (dw2_expand_symtabs_with_filename): Likewise.
3452 (dw2_find_symbol_file): Likewise.
3453 (dw2_map_ada_symtabs): Likewise.
3454 (dw2_expand_symtabs_matching): Likewise.
3455 (dw2_find_pc_sect_symtab): Likewise.
3456 (dw2_map_symbol_names): Likewise.
3457 (dw2_map_symbol_filenames): Likewise.
3458 (dw2_has_symbols): Likewise.
3459 (dwarf2_gdb_index_functions): New global.
3460 (dwarf2_initialize_objfile): New function.
3461 (process_psymtab_comp_unit): Update.
3462 (add_partial_subprogram): Likewise.
3463 (dwarf2_psymtab_to_symtab): Likewise.
3464 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3465 (process_full_comp_unit): Update.
3466 (find_file_and_directory): New function.
3467 (read_file_scope): Use find_file_and_directory.
3468 (dwarf2_per_cu_objfile): Update.
3469 (dwarf2_per_cu_addr_size): Update.
3470 (dwarf2_per_cu_offset_size): Update.
3471 (dwarf2_free_objfile): Free the index, if needed.
3472 (dwarf2_per_objfile_free): Unmap the index, if needed.
3473 (struct strtab_entry): New.
3474 (hash_strtab_entry): New function.
3475 (eq_strtab_entry): Likewise.
3476 (create_strtab): Likewise.
3477 (add_string): Likewise.
3478 (struct symtab_index_entry): New.
3479 (struct mapped_symtab): New.
3480 (hash_symtab_entry): New function.
3481 (eq_symtab_entry): Likewise.
3482 (delete_symtab_entry): Likewise.
3483 (create_index_table): Likewise.
3484 (create_mapped_symtab): Likewise.
3485 (cleanup_mapped_symtab): Likewise.
3486 (find_slot): Likewise.
3487 (hash_expand): Likewise.
3488 (add_index_entry): Likewise.
3489 (add_indices_to_cpool): Likewise.
3490 (write_hash_table): Likewise.
3491 (add_address_entry): Likewise.
3492 (write_psymbols): Likewise.
3493 (write_obstack): Likewise.
3494 (unlink_if_set): Likewise.
3495 (write_psymtabs_to_index): Likewise.
3496 (save_gdb_index_command): Likewise.
3497 (_initialize_dwarf2_read): Install "save gdb-index"
3498 command.
3499 (create_all_comp_units): Initialize 'objfile' field of CU.
3500 (dwarf2_locate_sections): Check for .gdb_index.
3501 * psymtab.h (dwarf2_gdb_index_functions): Declare.
3502 * symfile.h (dwarf2_initialize_objfile): Declare.
3503
3504 2010-07-13 Tom Tromey <tromey@redhat.com>
3505
3506 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3507 (basic_lookup_transparent_type): Likewise.
3508 * symfile.h (struct quick_symbol_functions)
3509 <pre_expand_symtabs_matching>: New field.
3510 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3511 (psym_functions): Update.
3512
3513 2010-07-13 Tom Tromey <tromey@redhat.com>
3514
3515 PR breakpoints/8357:
3516 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3517 * linespec.c (decode_line_1): Update comment. Call decode_label.
3518 (decode_label): New function.
3519 (symbol_found): Handle LOC_LABEL.
3520 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3521 domain. Call add_symbol_to_list.
3522
3523 2010-07-13 Tom Tromey <tromey@redhat.com>
3524
3525 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3526 * dwarf2loc.c (find_location_expression): Use
3527 dwarf2_per_cu_text_offset.
3528 (dwarf2_evaluate_loc_desc): Likewise.
3529 (dwarf2_loc_desc_needs_frame): Likewise.
3530 (compile_dwarf_to_ax): Likewise.
3531 (loclist_describe_location): Likewise.
3532 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3533 (dwarf2_per_cu_objfile): Update comment.
3534
3535 2010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3536
3537 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3538 * p-lang.c (pascal_printstr): Likewise.
3539
3540 2010-07-09 Tom Tromey <tromey@redhat.com>
3541
3542 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3543 'hint' if it is NULL.
3544
3545 2010-07-09 Hui Zhu <teawater@gmail.com>
3546
3547 * source.c (print_source_lines_base): Add check for noprint.
3548
3549 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3550
3551 * python/python-config.py: Resync with Python 2.7 version of this
3552 script.
3553
3554 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3555
3556 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3557
3558 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3559
3560 * NEWS: Create a new section for the next release branch.
3561 Rename the section of the current branch, now that it has
3562 been cut.
3563
3564 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3565
3566 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3567 * version.in: Bump version to 7.2.50.20100707-cvs.
3568
3569 2010-07-07 Tom Tromey <tromey@redhat.com>
3570
3571 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3572 LOC_COMPUTED symbol.
3573 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3574 (dwarf2_loc_desc_needs_frame): Likewise.
3575 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3576 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3577 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3578 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
3579 'offset' argument.
3580 (struct dwarf2_frame_cache) <text_offset>: New field.
3581 (dwarf2_frame_cache): Set new field.
3582 (dwarf2_frame_prev_register): Update.
3583 (dwarf2_frame_sniffer): Update.
3584 (dwarf2_frame_base_sniffer): Update.
3585 (dwarf2_frame_find_fde): Add 'out_offset' argument.
3586
3587 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3588 Thiago Jung Bauermann <bauerman@br.ibm.com>
3589
3590 Support for hw accelerated condition watchpoints in booke powerpc.
3591
3592 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3593 and move to eval.c. Change callers.
3594 (insert_bp_location): Pass watchpoint condition in
3595 target_insert_watchpoint.
3596 (remove_breakpoint_1) Pass watchpoint condition in
3597 target_remove_watchpoint.
3598 (watchpoint_locations_match): Call
3599 target_can_accel_watchpoint_condition.
3600 * eval.c: Include wrapper.h.
3601 (fetch_subexp_value): Moved from breakpoint.c.
3602 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3603 Formatting fix.
3604 (can_use_watchpoint_cond_accel): New function.
3605 (calculate_dvc): Likewise.
3606 (num_memory_accesses): Likewise.
3607 (check_condition): Likewise.
3608 (ppc_linux_can_accel_watchpoint_condition): Likewise
3609 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3610 check_condition and calculate_dvc.
3611 (ppc_linux_remove_watchpoint): Likewise.
3612 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3613 ppc_linux_can_accel_watchpoint_condition
3614 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3615 condition.
3616 (debug_to_remove_watchpoint): Likewise.
3617 (debug_to_can_accel_watchpoint_condition): New function.
3618 (update_current_target): Set to_can_accel_watchpoint_condition.
3619 (setup_target_debug): Set to_can_accel_watchpoint_condition.
3620 * target.h: Add opaque declaration for struct expression.
3621 (struct target_ops) <to_insert_watchpoint>,
3622 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3623 <to_can_accel_watchpoint_condition>: New member.
3624 condition. Update all callers and implementations.
3625 (target_can_accel_watchpoint_condition): New macro.
3626 * value.c (free_value_chain): New function.
3627 * value.h (fetch_subexp_value): New prototype.
3628 (free_value_chain): Likewise.
3629
3630 2010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
3631
3632 * linux-nat.c (linux_nat_do_thread_registers): Use section size
3633 from gdbarch_core_regset_sections also for .reg if present.
3634
3635 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3636 section size for .reg.
3637 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3638 (ppc_linux_vmx_regset_sections): Likewise.
3639 (ppc_linux_fp_regset_sections): Likewise.
3640 (ppc64_linux_vsx_regset_sections): New variable.
3641 (ppc64_linux_vmx_regset_sections): Likewise.
3642 (ppc64_linux_fp_regset_sections): Likewise.
3643 (ppc_linux_init_abi): Install core_regset_section lists appropriate
3644 for current word size.
3645
3646 2010-07-06 Joel Brobecker <brobecker@adacore.com>
3647
3648 * server.c (myresume): Make static.
3649
3650 2010-07-06 Tom Tromey <tromey@redhat.com>
3651
3652 * configure, config.in: Rebuild.
3653 * configure.ac (HAVE_LIBPYTHON2_7): New define.
3654 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3655
3656 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3657
3658 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3659 "clear".
3660
3661 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
3662
3663 * gdbtypes.h (floatformats_ieee_half): Add declaration.
3664 * gdbtypes.c (floatformats_ieee_half): New variable.
3665 * doublest.c (floatformat_from_length): Set format to
3666 gdbarch_half_format if length matches.
3667 * gdbarch.sh (half_bit): New architecture method.
3668 (half_format): Likewise.
3669 * gdbarch.h: Regenerate.
3670 * gdbarch.c: Likewise.
3671
3672 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3673 Joel Brobecker <brobecker@adacore.com>
3674
3675 Fix re-run of PIE executable, PR shlibs/11776.
3676 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3677 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3678
3679 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3680 Joel Brobecker <brobecker@adacore.com>
3681
3682 * auxv.c (memory_xfer_auxv): Update attach comment.
3683 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3684 svr4_relocate_main_executable.
3685 (svr4_solib_create_inferior_hook): Make the call to
3686 svr4_relocate_main_executable unconditional.
3687
3688 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3689 Joel Brobecker <brobecker@adacore.com>
3690
3691 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3692
3693 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3694 Joel Brobecker <brobecker@adacore.com>
3695
3696 Fix attaching to PIEs prelinked on the disk after the process was
3697 started.
3698 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3699 Verify it against bfd_get_arch_size. Try to match arbitrary
3700 displacement for the phdrs comparison.
3701
3702 2010-07-02 Tom Tromey <tromey@redhat.com>
3703
3704 PR exp/11780:
3705 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3706 value as optimized-out.
3707
3708 2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3709 Thiago Jung Bauermann <bauerman@br.ibm.com>
3710
3711 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3712 represent?" question in comment. Change comment to a proper sentence.
3713
3714 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
3715
3716 * c-valprint.c (c_val_print): Fix printing of character vectors.
3717
3718 2010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3719
3720 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3721 create_breakpoint prototype.
3722
3723 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3724
3725 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3726 usefulness suggestion of multiple breakpoints at same location.
3727
3728 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3729
3730 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3731
3732 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3733
3734 * dwarf2loc.c (locexpr_tracepoint_var_ref)
3735 (loclist_tracepoint_var_ref): Handle optimized out values.
3736
3737 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3738
3739 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3740 unnecessary space in string.
3741 * filesystem.c (_initialize_filesystem): Ditto.
3742 * frame.c (_initialize_frame): Ditto.
3743 * infcmd.c (step_once): Ditto.
3744 * infrun.c (_initialize_infrun): Ditto.
3745 * linux-nat.c (linux_child_follow_fork): Ditto.
3746 * maint.c (maintenance_deprecate): Ditto.
3747 * memattr.c (_initialize_mem): Ditto.
3748 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3749 * monitor.c (monitor_open): Ditto.
3750 * procfs.c (procfs_xfer_memory): Ditto.
3751 * reverse.c (bookmarks_info): Ditto.
3752 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3753 * stack.c (_initialize_stack): Ditto.
3754 * tracepoint.c (_initialize_tracepoint): Ditto.
3755 * xtensa-tdep.c (xtensa_supply_gregset,
3756 xtensa_regset_from_core_section): Ditto.
3757
3758 2010-07-01 Tom Tromey <tromey@redhat.com>
3759
3760 * value.h (struct lval_funcs) <check_any_valid>: Rename from
3761 check_all_valid.
3762 * value.c (value_entirely_optimized_out): Invert result. Update
3763 for new function name.
3764
3765 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3766
3767 Static tracepoints support.
3768
3769 * NEWS: Mention new support for static tracepoints.
3770 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3771 qXfer:statictrace:read.
3772 (New features in the GDB remote stub, GDBserver): Mention static
3773 tracepoints support using an UST based backend.
3774 (New commands): Mention "info static-tracepoint-markers" and
3775 "strace".
3776 * breakpoint.c (is_marker_spec): New.
3777 (is_tracepoint): Handle static tracepoints.
3778 (validate_commands_for_breakpoint): Static tracepoints can't do
3779 while-stepping.
3780 (static_tracepoints_here): New.
3781 (bpstat_what): Handle static tracepoints.
3782 (print_one_breakpoint_location, allocate_bp_location, mention):
3783 Ditto.
3784 (create_breakpoint_sal): Ditto.
3785 (decode_static_tracepoint_spec): New.
3786 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3787 `type_wanted'. Adjust. Handle static tracepoint marker
3788 locations.
3789 (break_command_1): Adjust.
3790 (update_static_tracepoint): New.
3791 (update_breakpoint_locations): Handle static tracepoints.
3792 (breakpoint_re_set_one): Handle static tracepoint marker
3793 locations.
3794 (disable_command, enable_command): Handle static tracepoints.
3795 (trace_command, ftrace_command): Adjust.
3796 (strace_command): New.
3797 (create_tracepoint_from_upload): Adjust.
3798 (save_breakpoints): Handle static tracepoints.
3799 (_initialize_breakpoint): Install the "strace" command.
3800 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3801 (struct breakpoint): New fields static_trace_marker_id and
3802 static_trace_marker_id_idx.
3803 (breakpoints_here_p): Declare.
3804 (create_breakpoint): Adjust.
3805 (static_tracepoints_here): Declare.
3806 * remote.c (struct remote_state) <static_tracepoints>: New field.
3807 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3808 (remote_static_tracepoint_marker_at): New.
3809 (remote_static_tracepoint_markers_by_strid): New.
3810 (remote_static_tracepoint_feature): New.
3811 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3812 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3813 (remote_supports_static_tracepoints): New.
3814 (remote_download_tracepoint): Download static tracepoints.
3815 (init_remote_ops): Install remote_static_tracepoint_marker_at and
3816 remote_static_tracepoint_markers_by_strid.
3817 (_initialize_remote): Install set|show remote static-tracepoints,
3818 and set|show remote read-sdata-object commands.
3819 * target.c (update_current_target): Inherit and default
3820 to_static_tracepoint_marker_at, and
3821 to_static_tracepoint_markers_by_strid.
3822 * target.h (static_tracepoint_marker): Forward declare.
3823 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3824 (static_tracepoint_marker_p): New typedef.
3825 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3826 (struct target_ops): New fields to_static_tracepoint_marker_at and
3827 to_static_tracepoint_markers_by_strid.
3828 (target_static_tracepoint_marker_at)
3829 (target_static_tracepoint_markers_by_strid): New.
3830 * tracepoint.c: Include source.h.
3831 (validate_actionline): Handle $_sdata.
3832 (struct collection_list): New field strace_data.
3833 (add_static_trace_data): New.
3834 (clear_collection_list): Clear strace_data.
3835 (stringify_collection_list): Account for a possible static trace
3836 data collection.
3837 (encode_actions_1): Encode an $_sdata collection.
3838 (parse_tracepoint_definition): Handle static tracepoints.
3839 (parse_static_tracepoint_marker_definition): New.
3840 (release_static_tracepoint_marker): New.
3841 (print_one_static_tracepoint_marker): New.
3842 (info_static_tracepoint_markers_command): New.
3843 (sdata_make_value): New.
3844 (_initialize_tracepoint): Create the $_sdata convenience variable.
3845 Add the "info static-tracepoint-markers" command.
3846 Mention $_sdata in the "collect" command's help output.
3847 * tracepoint.h (struct static_tracepoint_marker): New.
3848 (parse_static_tracepoint_marker_definition)
3849 (release_static_tracepoint_marker): Declare.
3850 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3851 * python/py-breakpoint.c (bppy_new): Adjust.
3852
3853 2010-06-30 Joel Brobecker <brobecker@adacore.com>
3854
3855 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3856 including Python.h.
3857
3858 2010-06-29 Doug Evans <dje@google.com>
3859
3860 PR gdb/11702
3861 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3862 DW_AT_external is present.
3863
3864 PR gdb/11702
3865 * NEWS: Add entry.
3866 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3867 create a symbol for the field and record the value.
3868 (new_symbol): Handle DW_TAG_member.
3869 * gdbtypes.c (field_is_static): Remove FIXME.
3870 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3871 only ignore LOC_CONST symbols that are enums.
3872
3873 * dwarf2read.c: Remove trailing whitespace.
3874
3875 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3876 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3877 (struct main_type, field loc): Delete dwarf_block.
3878 (FIELD_DWARF_BLOCK): Delete.
3879 (SET_FIELD_DWARF_BLOCK): Delete.
3880 (TYPE_FIELD_DWARF_BLOCK): Delete.
3881 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3882 Update.
3883
3884 2010-06-29 Hui Zhu <teawater@gmail.com>
3885
3886 * record.c (set_record_pic_cmdlist,
3887 show_record_pic_cmdlist): New variables.
3888 (set_record_pic_command,
3889 show_record_pic_command): New functions.
3890 (record_pic_function, record_pic_line, record_pic_enum,
3891 set_record_pic_type, record_pic_hide_nofunction,
3892 record_pic_hide_nosource, record_pic_hide_same): New variables.
3893 (record_pic_fputs): New function.
3894 (function_list, node_list, edge_list): New struct.
3895 (function_list, node_list, edge_list): New variables.
3896 (record_pic_cleanups, record_pic_node,
3897 record_pic_edge, cmd_record_pic): New functions.
3898 (_initialize_record): Add new commands for record pic.
3899
3900 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3901
3902 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3903 ALLOCATE_CPLUS_STRUCT_TYPE.
3904
3905 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3906 Tom Tromey <tromey@redhat.com>
3907 Thiago Jung Bauermann <bauerman@br.ibm.com>
3908
3909 * value.c (pack_unsigned_long): New function.
3910 (value_from_ulongest): New function.
3911 * value.h (value_from_ulongest): Declare.
3912 * python/python.c (_initialize_python): Call
3913 gdbpy_initialize_thread and gdbpy_initialize_inferior.
3914 * python/python-internal.h: Define thread_object.
3915 (gdbpy_inferiors, gdbpy_selected_thread)
3916 (frame_info_to_frame_object, create_thread_object)
3917 (find_thread_object, find_inferior_object)
3918 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3919 (gdbpy_is_value_object, get_addr_from_python): Declare.
3920 * python/py-value.c (builtin_type_upylong): Define.
3921 (convert_value_from_python): Add logic for ulongest.
3922 (gdbpy_is_value_object): New function.
3923 * python/py-utils.c (get_addr_from_python): New function.
3924 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3925 (gdbpy_selected_frame): Use PyObject over frame_info.
3926 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3927 py-infthread.
3928 (SUBDIR_PYTHON_SRCS): Likewise.
3929 (py-inferior.o): New Rule.
3930 (py-infthread.o): New Rule.
3931 * python/py-inferior.c: New File.
3932 * python/py-infthread.c: New File.
3933
3934 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3935
3936 * c-typeprint.c (c_type_print_base): For no fields check include also
3937 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
3938 * dwarf2read.c (struct typedef_field_list)
3939 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3940 (dwarf2_add_typedef): New.
3941 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3942 Copy also FI.TYPEDEF_FIELD_LIST.
3943 * gdbtypes.h (struct typedef_field)
3944 (struct cplus_struct_type) <typedef_field, typedef_field_count>
3945 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3946 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3947
3948 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3949
3950 * cp-namespace.c (cp_lookup_nested_type): New variable
3951 concatenated_name. Turn the current return condition into a reverse
3952 one. Call also lookup_static_symbol_aux on the constructed qualified
3953 name.
3954 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3955 other files into a called ...
3956 (lookup_static_symbol_aux): ... new function here.
3957 * symtab.h (lookup_static_symbol_aux): New prototype.
3958 * valops.c (value_maybe_namespace_elt): Call also
3959 lookup_static_symbol_aux if we failed otherwise.
3960
3961 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3962
3963 Fix PR c++/11703 and PR gdb/1448.
3964 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
3965 FIRST_ITER check.
3966
3967 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 Fix modification of cplus_struct_default.
3970 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
3971 Call ALLOCATE_CPLUS_STRUCT_TYPE.
3972 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
3973
3974 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3975
3976 * NEWS: Add entry announcing the python directory.
3977
3978 2010-06-28 Tom Tromey <tromey@redhat.com>
3979
3980 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
3981
3982 2010-06-28 Doug Evans <dje@google.com>
3983
3984 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
3985 All callers updated.
3986
3987 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3988
3989 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
3990 obstack_begin after each obstack_free.
3991
3992 2010-06-27 Doug Evans <dje@google.com>
3993
3994 * value.c (value_static_field): Use `switch' instead of `if'.
3995 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
3996
3997 * valops.c (search_struct_field): Fix typo in error message.
3998
3999 2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
4000
4001 * dwarf2expr.c (execute_stack_op): Place preprocessor
4002 directives at the start of the source line.
4003
4004 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
4005
4006 * defs.h (make_command_stats_cleanup): Declare.
4007 (set_display_time): Declare.
4008 (set_display_space): Declare.
4009 * event-top.c (command_handler): Use make_command_stats_cleanup.
4010 * main.c (display_time, display_space): Move definitions to utils.c.
4011 (captured_main): Use make_command_stats_cleanup to get start-up
4012 statistics.
4013 Use set_display_time and set_display_space for processing OPT_STATISTICS
4014 case.
4015 * maint.c (maintenance_time_display): Use set_display_time.
4016 (maintenance_space_display): Use set_display_space.
4017 * top.c (execute_command): Remove obsolete 'maint time' code.
4018 (command_loop): Use make_command_stats_cleanup.
4019 * utils.c (struct cmd_stats): Structure for storing initial time
4020 and space usage.
4021 (display_time, display_space): Move definitions here from utils.c.
4022 (set_display_time): New function.
4023 (set_display_space): New function.
4024 (make_command_stats_cleanup): New function.
4025 (report_command_stats): New auxiliary function for
4026 make_command_stats_cleanup.
4027
4028 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4029
4030 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
4031 hosts where CORE_ADDR is long long.
4032
4033 2010-06-25 Tom Tromey <tromey@redhat.com>
4034
4035 PR python/10808:
4036 * python/python.c (execute_gdb_command): Add keywords. Accept
4037 "to_string" argument.
4038 (struct restore_ui_file_closure): New.
4039 (restore_ui_file): New function.
4040 (make_cleanup_restore_ui_file): Likewise.
4041 (GdbMethods) <execute>: Update.
4042
4043 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4044
4045 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
4046 during inferior call stack frame setup.
4047
4048 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
4049
4050 * solib-spu.c: Include "exception.h".
4051 (ocl_program_data_key): New variable.
4052 (append_ocl_sos): New function.
4053 (ocl_enable_break): Likewise.
4054 (spu_current_sos): Call append_ocl_sos.
4055 (spu_solib_loaded): Call ocl_enable_break.
4056 (_initialize_spu_solib): Register ocl_program_data_key.
4057
4058 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4059
4060 * cp-support.c (reset_directive_searched): New function.
4061 (make_symbol_overload_list_using): Prevent recursive calls.
4062
4063 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
4064
4065 * printcmd.c (print_variable_and_value): Print error message on
4066 caught exception.
4067
4068 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4069
4070 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
4071 of stack values.
4072 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
4073 "value" member.
4074 (dwarf_expr_push): Change input type to ULONGEST.
4075 (dwarf_expr_fetch): Change return type to ULONGEST.
4076 (dwarf_expr_fetch_address): Add prototype.
4077 (dwarf2_read_address): Remove prototype.
4078 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
4079 Truncate stack values to ctx->addr_size bytes.
4080 (dwarf_expr_fetch): Change return value to ULONGEST.
4081 (dwarf_expr_fetch_address): New function.
4082 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
4083 when appropriate. Update for struct dwarf_expr_piece changes.
4084 (dwarf2_read_address): Remove.
4085 (unsigned_address_type): Remove.
4086 (signed_address_type): Remove.
4087 (execute_stack_op): Use dwarf_expr_fetch_address instead of
4088 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
4089 values. Perform operations on ULONGEST instead of on GDB values,
4090 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
4091 values and DW_OP_deref results as unsigned integers.
4092 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
4093 changes.
4094 (write_pieced_value): Likewise.
4095 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
4096 dwarf_expr_fetch when appropriate.
4097 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
4098 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
4099 instead of dwarf_expr_fetch when appropriate.
4100
4101 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
4102
4103 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
4104
4105 2010-06-24 Joel Brobecker <brobecker@adacore.com>
4106
4107 * python/python.c (_initialize_python): Add new "constant"
4108 PYTHONDIR in gdb module. Insert this path at the head of
4109 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
4110 exec its __init__.py script if it exists in that directory.
4111
4112 2010-06-24 Kevin Buettner <kevinb@redhat.com>
4113
4114 * rx-tdep.c (RX_ACC_REGNUM): Define.
4115 (RX_NUM_REGS): Redefine to 26.
4116 (rx_register_name): Add register "acc". Change order of several
4117 registers. Change name of "vct" register to "fintv" to match RX
4118 documentation.
4119 (rx_register_type): Add case for RX_ACC_REGNUM.
4120
4121 2010-06-24 Tom Tromey <tromey@redhat.com>
4122
4123 * psymtab.c (lookup_partial_symbol): Mark definition as static.
4124
4125 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4126 Tom Tromey <tromey@redhat.com>
4127
4128 Fix GDB startup on readonly filesystem.
4129 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
4130
4131 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4132 Pedro Alves <pedro@codesourcery.com>
4133
4134 Fix PR 9436.
4135 * breakpoint.c (handle_jit_event): New function.
4136 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
4137 jit, err, table and bs_class. New variables shlib_event, jit_event,
4138 this_action and bptype. Change bs_class assignments to this_action
4139 assignments. new unhandled bptype internal error. Move here
4140 shlib_event and jit_event handling from handle_inferior_event.
4141 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
4142 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
4143 BPSTAT_WHAT_CHECK_JIT.
4144 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
4145 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
4146 (handle_inferior_event): Reinitialize frame and gdbarch after
4147 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
4148 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
4149 gdbarch when frame gets reinitialized.
4150
4151 2010-06-24 Hui Zhu <teawater@gmail.com>
4152
4153 * printcmd.c (ui_printf): New function.
4154 (printf_command): Call ui_printf.
4155 (_initialize_printcmd): New command "eval".
4156
4157 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
4158
4159 * infrun.c (handle_inferior_event): Handle presence of single-step
4160 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
4161 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
4162 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
4163 * breakpoint.c (detach_single_step_breakpoints): New function.
4164 (detach_breakpoints): Call it.
4165 (cancel_single_step_breakpoints): New function.
4166 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
4167
4168 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
4169 (spu_gdbarch_init): Install it.
4170
4171 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4172
4173 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
4174 * configure: Regenerate.
4175
4176 2010-06-22 Hui Zhu <teawater@gmail.com>
4177
4178 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
4179 (i386_process_record): Ditto.
4180 * record.c (record_memory_query): New variable.
4181 (_initialize_record): New command "set record memory-query".
4182 * record.h (record_memory_query): New extern.
4183
4184 2010-06-21 Doug Evans <dje@google.com>
4185
4186 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
4187 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
4188 (i386_syscall_p): Change type of lengthp to int.
4189 (i386_displaced_step_fixup): Handle kernels that run one past a
4190 syscall insn.
4191 * i386-linux-tdep.c (i386_linux_init_abi): Use
4192 i386_displaced_step_copy_insn instead of
4193 simple_displaced_step_copy_insn.
4194
4195 2010-06-21 Tom Tromey <tromey@redhat.com>
4196
4197 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
4198 (dwarf_type_encoding_name): Likewise.
4199
4200 2010-06-21 Tom Tromey <tromey@redhat.com>
4201
4202 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
4203 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
4204 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
4205 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
4206 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
4207 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
4208 * dwarf2read.c (tag_type_to_type): Create a new error type on
4209 failure.
4210 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
4211 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
4212
4213 2010-06-21 Michael Snyder <msnyder@vmware.com>
4214
4215 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
4216 not add_abbrev_prefix_cmd, for "enable breakpoints".
4217
4218 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
4219
4220 * dwarf2loc.c (find_location_expression): Add relocation offset
4221 to base-address-selection entry base addresses. Read addresses
4222 (and offsets) as signed/unsigned integers, depending on the
4223 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
4224 (loclist_describe_location): Likewise.
4225 (disassemble_dwarf_expression): Read DW_OP_addr operand as
4226 unsigned integer. Do not call dwarf2_read_address.
4227 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
4228
4229 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
4230
4231 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
4232 value instead of hard-coded SPU_LS_SIZE.
4233 (spu_software_single_step): Likewise.
4234 * spu-tdep.h (SPU_LS_SIZE): Remove.
4235
4236 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
4237
4238 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
4239 limit on local store memory accesses.
4240 * spu-linux-nat.c (spu_xfer_partial): Likewise.
4241 * spu-tdep.c (spu_lslr): Remove.
4242 (spu_pointer_to_address): Do not truncate addresses.
4243 (spu_integer_to_address): Likewise.
4244 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
4245 * spu-tdep.h: Add comments.
4246 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
4247 (SPU_OVERLAY_LMA): Define.
4248
4249 2010-06-18 Stan Shebs <stan@codesourcery.com>
4250
4251 * osdata.c (get_osdata): Warn separately if target does not report
4252 type list.
4253 (info_osdata_command): Allow empty type, report error if target
4254 does not return available types of OS data.
4255 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
4256 types if no annex supplied.
4257
4258 * thread.c (thread_id_make_value): Make a value representing the
4259 current thread.
4260 (_initialize_thread): Create $_thread.
4261
4262 2010-06-17 Joel Brobecker <brobecker@adacore.com>
4263
4264 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
4265 last local variable declaration. No real code change.
4266
4267 2010-06-17 Tom Tromey <tromey@redhat.com>
4268
4269 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
4270 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
4271 temporary obstack.
4272
4273 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
4274 Jan Kratochvil <jan.kratochvil@redhat.com>
4275
4276 * breakpoint.c: Include parser-defs.h.
4277 (watchpoint_exp_is_const): New function.
4278 (watch_command_1): Call watchpoint_exp_is_const to check
4279 if the expression is constant.
4280
4281 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
4282
4283 * configure.ac: Check for RDYNAMIC also for cross builds.
4284 * configure: Regenerate.
4285
4286 2010-06-15 Pedro Alves <pedro@codesourcery.com>
4287
4288 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
4289 (SFILES): Remove solib-null.c, add solib-target.c.
4290 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
4291 (ALLDEPFILES): Remove solib-target.c.
4292 * solib-target.c (_initialize_solib_target): Set
4293 current_target_so_ops to solib_target_so_ops if not already set.
4294 * solib-null.c: Delete.
4295
4296 2010-06-14 Pedro Alves <pedro@codesourcery.com>
4297
4298 * NEWS: Mention GDBserver's JIT compilation of tracepoint
4299 bytecode.
4300
4301 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4302
4303 * cp-valprint.c (cp_print_static_field): Members of
4304 dont_print_stat_array_obstack are of type "struct type *".
4305 (_initialize_cp_valprint): Likewise.
4306
4307 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4308
4309 * frame.c (frame_register_unwind): Do not access contents
4310 of "optimized out" unwound register value.
4311
4312 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4313
4314 * ada-lang.h (ada_print_type): Make varstring const.
4315 * ada-typeprint.c (print_func_type): Make name const.
4316 (ada_print_type): Make varstring const.
4317 * c-lang.h (c_print_type): Make varstring const.
4318 * c-typeprint.c (c_print_type): Likewise.
4319 * f-lang.h (f_print_type): Likewise.
4320 * f-typeprint.c (f_print_type): Likewise.
4321 * jv-lang.h (java_print_type): Likewise.
4322 * jv-typeprint.c (java_print_type): Likewise.
4323 * language.c (unk_lang_print_type): Likewise.
4324 * language.h (struct language_defn) <la_print_type>: Likewise.
4325 * m2-lang.h (m2_print_type): Likewise.
4326 * m2-typeprint.c (m2_print_type): Likewise.
4327 * p-lang.h (pascal_print_type): Likewise.
4328 * p-typeprint.c (pascal_print_type): Likewise.
4329
4330 2010-06-11 Stan Shebs <stan@codesourcery.com>
4331
4332 Add per-operation permission flags.
4333
4334 * target.h (struct target_ops): New method to_set_permissions.
4335 (target_set_permissions): New macro.
4336 (target_insert_breakpoint): Change macro to function.
4337 (target_remove_breakpoint): Ditto.
4338 (target_stop): Ditto.
4339 (may_write_registers): Declare.
4340 (may_write_memory): Declare.
4341 (may_insert_breakpoints): Declare.
4342 (may_insert_tracepoints): Declare.
4343 (may_insert_fast_tracepoints): Declare.
4344 (may_stop): Declare.
4345 * target.c (may_write_registers, may_write_registers_1): New globals.
4346 (may_write_memory, may_write_memory_1): New globals.
4347 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
4348 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
4349 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
4350 globals.
4351 (may_stop, may_stop_1): New global.
4352 (target_xfer_partial): Test for write permission.
4353 (target_store_registers): Ditto.
4354 (target_insert_breakpoint): New function.
4355 (target_remove_breakpoint): New function.
4356 (target_stop): New function.
4357 (_initialize_targets): Add new set/show variables.
4358 (set_write_memory_permission): New function.
4359 (update_target_permissions): New function.
4360 (set_target_permissions): New function.
4361 (update_current_target): Default to_set_permissions.
4362 (_initialize_targets): Use new globals and setter function.
4363 * tracepoint.c (start_tracing): Test for permission.
4364 * inferior.h (update_observer_mode): Declare.
4365 * infrun.c (non_stop_1): Define earlier.
4366 (observer_mode, observer_mode_1): New globals.
4367 (set_observer_mode, show_observer_mode): New functions.
4368 (update_observer_mode): New function.
4369 (_initialize_infrun): Define "set observer" command.
4370 * remote.c (PACKET_QAllow): New optional packet.
4371 (remote_protocol_features): Add QAllow.
4372 (remote_set_permissions): New function.
4373 (remote_start_remote): Call it.
4374 (init_remote_ops): Add it to target vector.
4375 (_initialize_remote): Add config command for QAllow.
4376
4377 2010-06-11 Tom Tromey <tromey@redhat.com>
4378
4379 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
4380 DW_AT_vtable_elem_location even when GCC extension is seen.
4381
4382 2010-06-11 Tom Tromey <tromey@redhat.com>
4383
4384 PR gdb/9977, PR exp/11636:
4385 * value.h (value_offset): Update.
4386 (struct lval_funcs) <check_validity>: New field.
4387 <copy_closure>: Make argument const.
4388 (value_computed_closure): Update.
4389 (value_contents_for_printing): Declare.
4390 (value_bits_valid): Likewise.
4391 (val_print): Likewise.
4392 (set_value_component_location): Update.
4393 (value_entirely_optimized_out): Declare.
4394 * value.c (value_offset): Argument now const.
4395 (require_not_optimized_out): New function.
4396 (value_contents_for_printing): New function.
4397 (value_contents_all): Call require_not_optimized_out.
4398 (value_contents): Likewise.
4399 (value_bits_valid): New function.
4400 (value_computed_closure): Argument now const.
4401 (set_value_component_location): Make 'whole' argument const.
4402 (value_entirely_optimized_out): New function.
4403 (value_bitsize): Argument now 'const'.
4404 (value_bitpos): Likewise.
4405 (value_type): Likewise.
4406 * valprint.h (val_print_array_elements): Update.
4407 * valprint.c (val_print): Add 'val' argument. Use
4408 valprint_check_validity.
4409 (valprint_check_validity): New function.
4410 (value_check_printable): Use value_entirely_optimized_out.
4411 (common_val_print): Update.
4412 (value_print): Likewise.
4413 (val_print_array_elements): Add 'val' argument.
4414 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
4415 value_bits_valid. Reinit frame cache for lval_computed.
4416 * sh64-tdep.c (sh64_do_register): Update.
4417 * scm-valprint.c (scm_val_print): Add 'val' argument.
4418 * scm-lang.h (scm_val_print): Update.
4419 * python/python.h (apply_val_pretty_printer): Update.
4420 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
4421 argument. Call set_value_component_location.
4422 * printcmd.c (print_scalar_formatted): Update.
4423 * p-valprint.c (pascal_val_print): Add 'val' argument.
4424 (pascal_object_print_value_fields): Likewise.
4425 (pascal_object_print_value): Likewise.
4426 (pascal_object_print_static_field): Update.
4427 * p-lang.h (pascal_val_print): Update.
4428 (pascal_object_print_value_fields): Update.
4429 * mt-tdep.c (mt_registers_info): Update.
4430 * mi/mi-main.c (get_register): Update.
4431 (mi_cmd_data_evaluate_expression): Use common_val_print.
4432 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
4433 (m2_print_unbounded_array): Likewise.
4434 (m2_val_print): Likewise.
4435 * m2-lang.h (m2_val_print): Update.
4436 * language.h (struct language_defn) <la_val_print>: Add 'val'
4437 argument.
4438 (LA_VAL_PRINT): Likewise.
4439 * language.c (unk_lang_val_print): Add 'val' argument.
4440 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
4441 (java_val_print): Likewise.
4442 * jv-lang.h (java_val_print): Add 'val' argument.
4443 * infcmd.c (default_print_registers_info): Update.
4444 * f-valprint.c (f77_print_array_1): Add 'val' argument.
4445 (f77_print_array): Likewise.
4446 (f_val_print): Likewise.
4447 * f-lang.h (f_val_print): Add 'val' argument.
4448 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4449 value_bitpos.
4450 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
4451 set_value_optimized_out.
4452 (write_pieced_value): Use value_bitsize and value_bitpos.
4453 <default>: Don't exit loop.
4454 (check_pieced_value_validity): New function.
4455 (pieced_value_funcs): Reference check_pieced_value_validity,
4456 check_pieced_value_invalid.
4457 (copy_pieced_value_closure): Update.
4458 (check_pieced_value_bits): New function.
4459 (check_pieced_value_invalid): New function.
4460 * d-valprint.c (dynamic_array_type): Add 'val' argument.
4461 (d_val_print): Likewise.
4462 * d-lang.h (d_val_print): Update.
4463 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4464 (cp_print_value_fields_rtti): Likewise.
4465 (cp_print_value): Likewise.
4466 (cp_print_static_field): Update.
4467 * c-valprint.c (c_val_print): Add 'val' argument.
4468 (c_value_print): Update.
4469 * c-lang.h (c_val_print): Update.
4470 (cp_print_value_fields): Likewise.
4471 (cp_print_value_fields_rtti): Likewise.
4472 * ada-valprint.c (struct ada_val_print_args): Remove.
4473 (val_print_packed_array_elements): Add 'val' argument.
4474 (ada_val_print): Likewise. Rewrite.
4475 (ada_val_print_stub): Remove.
4476 (ada_val_print_array): Add 'val' argument.
4477 (ada_val_print_1): Likewise.
4478 (print_variant_part): Likewise.
4479 (ada_value_print): Update.
4480 (print_record): Add 'val' argument.
4481 (print_field_values): Likewise.
4482 * ada-lang.h (ada_val_print): Update.
4483
4484 2010-06-11 Tom Tromey <tromey@redhat.com>
4485
4486 * vec.h (VEC_cleanup): New macro.
4487 (DEF_VEC_ALLOC_FUNC_I): Update.
4488 (DEF_VEC_ALLOC_FUNC_P): Likewise.
4489 (DEF_VEC_ALLOC_FUNC_O): Likewise.
4490 * dwarf2loc.c (struct axs_var_loc): Remove.
4491 (unimplemented): New function.
4492 (translate_register): Likewise.
4493 (access_memory): Likewise.
4494 (compile_dwarf_to_ax): Likewise.
4495 (dwarf2_tracepoint_var_loc): Remove.
4496 (dwarf2_tracepoint_var_access): Likewise.
4497 (dwarf2_tracepoint_var_ref): Likewise.
4498 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4499 (loclist_tracepoint_var_ref): Likewise.
4500 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4501 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4502 require_composition. No longer static.
4503 (execute_stack_op): Update.
4504 * ax-gdb.h (trace_kludge): Declare.
4505
4506 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4507
4508 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4509 (should_be_inserted): Return zero also on NULL OWNER.
4510 (breakpoint_program_space_exit): New OWNER comment.
4511 (insert_breakpoint_locations): Extend comment for OWNER.
4512 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4513 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4514 New OWNER comment.
4515 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4516 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4517 (bpstat_check_location): New assert on OWNER.
4518 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4519 and B initializations to the code block. New assert on them.
4520 (print_one_breakpoint_location): New OWNER comment.
4521 (watchpoint_locations_match): Assert on OWNER.
4522 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4523 initializations to the code block. New assert on OWNER.
4524 (set_breakpoint_location_function): New assert on OWNER.
4525 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4526 (bp_location_compare, update_global_location_list)
4527 (update_global_location_list): New OWNER comment.
4528
4529 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4530
4531 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4532
4533 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4534
4535 * config/nm-linux.h (struct target_ops): Remove forward declaration.
4536 (lin_thread_get_thread_signals): Remove prototype.
4537 (GET_THREAD_SIGNALS): Remove.
4538 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4539 * linux-thread-db.c (check_thread_signals): Directly call
4540 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4541
4542 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4543
4544 * gregset.h (GDB_FPXREGSET_T): Remove.
4545 (gdb_fpxregset_t): Likewise.
4546 (supply_fpxregset): Remove prototype.
4547 (fill_fpxregset): Likewise.
4548 * i386-linux-nat.c (supply_fpxregset): Remove.
4549 (fill_fpxregset): Likewise.
4550 (fetch_fpxregs): Inline supply_fpxregset call.
4551 (store_fpxregs): Inline fill_fpxregset call.
4552
4553 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4554 * config/i386/nm-linux.h: Remove file.
4555
4556 2010-06-09 Michael Snyder <msnyder@vmware.com>
4557
4558 * target.c (update_current_target): Fix spelling error in comment.
4559 (target_mourn_inferior): Fix spelling error in error message.
4560
4561 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
4562
4563 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4564 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4565
4566 2010-06-08 Michael Snyder <msnyder@vmware.com>
4567
4568 * remote.c (remote_close): Set inferior_ptid to null_ptid.
4569
4570 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4571
4572 * configure.ac <"${have_libpython}" != no>: New workaround of
4573 python#4434.
4574 * configure: Regenerate.
4575
4576 2010-06-08 Hui Zhu <teawater@gmail.com>
4577
4578 * record.c (record_wait): Move signal out of replay code.
4579
4580 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4581
4582 Fix PR 10640.
4583 * dwarf2-frame.c (no_dwarf_call): New function.
4584 (execute_stack_op): Set CTX->DWARF_CALL.
4585 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4586 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4587 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4588 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4589 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4590 (needs_frame_dwarf_call): New function.
4591 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4592 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4593 Update the comment. Move variables die, offset and error call to ...
4594 (follow_die_ref): ... a new function.
4595 (dwarf2_fetch_die_location_block): New function.
4596 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4597
4598 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4599
4600 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4601 (dwarf_expr_tls_address): Use per_cu instead of objfile.
4602 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4603 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
4604 this change.
4605 (struct needs_frame_baton): New field per_cu.
4606 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4607 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4608
4609 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4610
4611 * cp-support.c (make_symbol_overload_list_namespace): Only search
4612 static and global blocks.
4613 (make_symbol_overload_list_block): New function.
4614 (make_symbol_overload_list): Separate namespace search from block
4615 search.
4616 (make_symbol_overload_list_qualified): Use
4617 make_symbol_overload_list_block.
4618
4619 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4620
4621 * value.h: Created oload_search_type enum.
4622 (find_overload_match): Use oload_search_type enum.
4623 * valops.c (find_overload_match): Support combined member and
4624 non-member search.
4625 * eval.c (evaluate_subexp_standard): Calls to
4626 find_overload_match now use oload_search_type enum.
4627 (oload_method_static): Verify index is a proper value.
4628 * valarith.c (value_user_defined_cpp_op): Search for and handle
4629 both member and non-member operators.
4630 (value_user_defined_cpp_op): New function.
4631 (value_user_defined_op): New function.
4632 (value_x_unop): Use value_user_defined_op.
4633 (value_x_binop): Ditto.
4634 * cp-support.c (make_symbol_overload_list_using): Added block
4635 iteration.
4636 Add check for namespace aliases and imported declarations.
4637
4638 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4639
4640 * breakpoint.h (owner): Extend the comment.
4641
4642 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4643
4644 Clear stale specific bp_location from former whole breakpoint.
4645 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4646 code ...
4647 (free_bp_location): ... here. Rename there the called function to
4648 bpstat_remove_bp_location_callback.
4649 (bpstat_remove_breakpoint_callback): Rename to ...
4650 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4651 to struct bp_location. Change the called function to
4652 bpstat_remove_bp_location. Create new declaration for the function.
4653 (bpstat_remove_breakpoint): Rename to ...
4654 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4655 code for the new parameter type.
4656
4657 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
4658
4659 * README: Make version-agnostic.
4660
4661 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4662
4663 Fix duplicate types for single DIE.
4664 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4665 set_die_type.
4666 (read_array_type): Remove type initialization. Recheck get_die_type
4667 after initial die_type. Move set_die_type before set_descriptive_type.
4668 (read_set_type): New variable domain_type. Recheck get_die_type after
4669 initial die_type. Move attr initialization later.
4670 (read_tag_pointer_type, read_tag_reference_type): New variable
4671 target_type. Recheck get_die_type after initial die_type.
4672 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4673 die_type and die_containing_type.
4674 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4675 Recheck get_die_type after initial die_type.
4676 (read_subrange_type): Recheck get_die_type after initial die_type.
4677 Move set_die_type before set_descriptive_type.
4678 (set_die_type): Extend the function comment. Call complaint if DIE has
4679 some type already set.
4680
4681 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
4682
4683 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4684 for current naming of thread groups (iN, not N).
4685
4686 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4687
4688 * ada-lang.c (ada_operator_length): Constify `struct expression'.
4689 * parse.c (operator_length): Likewise.
4690 (operator_length_standard): Likewise.
4691 * parser-defs.h (operator_length): Likewise.
4692 (operator_length_standard): Likewise.
4693 (struct exp_descriptor <operator_length>): Likewise.
4694
4695 2010-06-04 Doug Evans <dje@google.com>
4696
4697 Add support for enabling/disabling individual pretty-printers.
4698 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4699 * python/python-internal.h (gdbpy_enabled_cst): Declare.
4700 * python/python.c (gdbpy_enabled_cst): Define.
4701 (_initialize_python): Initialize gdbpy_enabled_cst.
4702 * NEWS: Add entry.
4703
4704 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4705
4706 * breakpoint.c (update_global_location_list): Fix comment typo.
4707
4708 2010-06-04 Hui Zhu <teawater@gmail.com>
4709
4710 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4711
4712 2010-06-03 Doug Evans <dje@google.com>
4713
4714 * configure.ac: Don't fail if python is unusable when
4715 configured with --with-python=auto.
4716 * configure: Regenerate.
4717
4718 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
4719
4720 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4721
4722 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
4723
4724 * valprint.h (get_array_bounds): Change low and high parameter types
4725 to LONGEST *.
4726 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4727 compute bounds.
4728 (val_print_array_elements): Adapt to change above.
4729 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4730 * p-valprint.c (pascal_val_print): Likewise.
4731
4732 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4733
4734 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4735 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4736 .F08.
4737
4738 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4739
4740 Support DW_TAG_module as separate namespaces.
4741 * dwarf2read.c (typename_concat): New parameter physname.
4742 (read_module_type): New function and declaration.
4743 (scan_partial_symbols): Scan also DW_TAG_module children.
4744 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4745 to typename_concat backward compatible physname value 0.
4746 (partial_die_full_name, read_namespace_type): Pass to typename_concat
4747 backward compatible physname value 0.
4748 (add_partial_module, read_module): Remove FIXME comment.
4749 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4750 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4751 DIEs under DW_TAG_module.
4752 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4753 DW_AT_MIPS_linkage_name first, extend it for language_fortran
4754 && physname and return there instead of just setting NAME. Extend
4755 the main block for language_fortran. Pass physname parameter to the
4756 typename_concat call.
4757 (read_import_statement, read_func_scope, get_scope_pc_bounds)
4758 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4759 (new_symbol): Fill in cplus_specific.demangled_name if it is still
4760 missing from SYMBOL_SET_NAMES in the language_fortran case.
4761 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4762 variables.
4763 (read_type_die) <DW_TAG_module>: New.
4764 (MAX_SEP_LEN): Increase to 7.
4765 (typename_concat): New parameter physname. New variable lead. Support
4766 also language_fortran.
4767 * f-exp.y (yylex): Consider : also as a symbol name character class.
4768 * f-lang.c: Include cp-support.h.
4769 (f_word_break_characters, f_make_symbol_completion_list): New functions.
4770 (f_language_defn): Use cp_lookup_symbol_nonlocal,
4771 f_word_break_characters and f_make_symbol_completion_list.
4772 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4773 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4774 * symtab.c (symbol_init_language_specific): Support language_fortran.
4775 (symbol_find_demangled_name): New comment on language_fortran.
4776 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4777 for language_fortran.
4778 (lookup_symbol_aux_local): Check imports also for language_fortran.
4779 (default_make_symbol_completion_list): Rename to ...
4780 (default_make_symbol_completion_list_break_on): ... this name. New
4781 parameter break_on, use it.
4782 (default_make_symbol_completion_list): New stub.
4783 * symtab.h (default_make_symbol_completion_list_break_on): New
4784 prototype.
4785
4786 2010-06-02 Joel Brobecker <brobecker@adacore.com>
4787
4788 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4789 to error.
4790
4791 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 * dwarf2read.c (typename_concat): Add const to the variable sep.
4794
4795 2010-06-02 Tom Tromey <tromey@redhat.com>
4796
4797 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4798 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
4799 type is const. Add 'def' argument. Add missing operators, remove
4800 unhandled ones.
4801 (decode_locdesc): Update.
4802 (dwarf2_always_disassemble): New global.
4803 (show_dwarf2_always_disassemble): New function.
4804 (_initialize_dwarf2_read): Add always-disassemble.
4805 (dwarf2_per_cu_offset_size): New function.
4806 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4807 (piece_end_p): New function.
4808 (locexpr_describe_location_piece): Replace 'size' argument with
4809 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
4810 some constants. Remove errors.
4811 (disassemble_dwarf_expression): New function.
4812 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4813 Add 'offset_size' argument.
4814 (loclist_describe_location): Change output formatting.
4815 * dwarf2expr.h (dwarf_stack_op_name): Declare.
4816
4817 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4818
4819 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4820 anonymous type case.
4821
4822 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
4823
4824 * dwarf2read.c (read_subrange_type): Handle missing base type
4825 according to Dwarf-2 specifications.
4826
4827 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
4828
4829 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4830 BINOP_EXCL.
4831 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4832 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4833 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4834 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4835 UNOP_CHMAX, UNOP_CHMIN.
4836 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4837 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4838 UNOP_CHMIN>: Remove opcodes.
4839
4840 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
4841
4842 * dwarf2read.c (read_func_scope): Do not complain for
4843 external function if bounds are not found.
4844
4845 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4846
4847 * NEWS: Mention gdbserver fast tracepoints support.
4848
4849 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
4850
4851 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4852 New macros.
4853 (windows_set_console_info): New function.
4854 (windows_create_inferior): Call windows_set_console_info
4855 if NEW_CONSOLE is true.
4856 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4857 (_initialize_loadable): Initialize GetConsoleFontSize and
4858 GetCurrentConsoleFont.
4859
4860 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4861
4862 * Makefile.in (RDYNAMIC): New.
4863 (SFILES): Add proc-service.list.
4864 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4865 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4866 * config/arm/linux.mh: Likewise.
4867 * config/i386/linux.mh: Likewise.
4868 * config/i386/linux64.mh: Likewise.
4869 * config/ia64/linux.mh: Likewise.
4870 * config/m32r/linux.mh: Likewise.
4871 * config/m68k/linux.mh: Likewise.
4872 * config/mips/linux.mh: Likewise.
4873 * config/pa/linux.mh: Likewise.
4874 * config/powerpc/linux.mh: Likewise.
4875 * config/powerpc/ppc64-linux.mh: Likewise.
4876 * config/s390/s390.mh: Likewise.
4877 * config/sparc/linux.mh: Likewise.
4878 * config/sparc/linux64.mh: Likewise.
4879 * config/xtensa/linux.mh: Likewise.
4880 * configure.ac: New RDYNAMIC on native host and GCC.
4881 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4882 * configure: Regenerate.
4883 * proc-service.list: New.
4884
4885 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4886
4887 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4888 CONTENT.
4889
4890 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4891
4892 * linux-nat.c (linux_nat_wait_1): Do not call
4893 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4894 TARGET_WAITKIND_SIGNALLED.
4895
4896 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4897
4898 * ada-lang.c (ada_inferior_data): New struct.
4899 (ada_inferior_data): New static global.
4900 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4901 (ada_get_tsd_type): New functions.
4902 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4903 to look the tsd type up.
4904 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4905 event. Set ada_inferior_data.
4906
4907 2010-05-27 Pedro Alves <pedro@codesourcery.com>
4908
4909 * remote.c (unpack_varlen_hex): Remove forward declaration.
4910 (remote_console_output): Make static, and add forward declaration.
4911 * remote.h: Drop FIXME comment.
4912 (unpack_varlen_hex): Declare.
4913 (remote_console_output, remote_cisco_objfile_relocate)
4914 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4915 Delete declarations.
4916 * tracepoint.c: Include "remote.h".
4917 (unpack_varlen_hex): Delete declaration.
4918
4919 2010-05-27 Tom Tromey <tromey@redhat.com>
4920
4921 * dwarf2loc.c (struct piece_closure) <refc>: New field.
4922 (allocate_piece_closure): Initialize refc.
4923 (copy_pieced_value_closure): Use refc.
4924 (free_pieced_value_closure): Likewise.
4925
4926 2010-05-27 Tom Tromey <tromey@redhat.com>
4927
4928 * arm-tdep.c (push_stack_item): 'contents' now const.
4929 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
4930 value_contents_writeable. Introduce new temporary.
4931
4932 2010-05-27 Tom Tromey <tromey@redhat.com>
4933
4934 * findcmd.c (parse_find_args): Use value_contents, not
4935 value_contents_raw.
4936
4937 2010-05-27 Tom Tromey <tromey@redhat.com>
4938
4939 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4940 const. Use value_contents, not value_contents_writeable.
4941
4942 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4943
4944 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4945 by call to value_contents.
4946
4947 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
4948
4949 * MAINTAINERS: Add myself for write after approval privileges.
4950
4951 2010-05-26 Doug Evans <dje@google.com>
4952
4953 Allow python to find its files if moved from original location.
4954 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4955 (GDB_AC_WITH_DIR): Call it.
4956 * configure.ac: Define WITH_PYTHON_PATH if we can find the
4957 python installation directory.
4958 * config.in: Regenerate.
4959 * configure: Regenerate.
4960 * defs.h (python_libdir): Declare.
4961 * main.c (python_libdir): Define.
4962 (captured_main): Initialize python_libdir.
4963 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
4964 call Py_SetProgramName to make sure python can find its libraries
4965 and modules.
4966
4967 * configure.ac: Try to use python's distutils to fetch compilation
4968 parameters.
4969 * configure: Regenerate.
4970 * python/python-config.py: New file.
4971
4972 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
4973
4974 * ser-tcp.c (net_open): Check error return from socket() call by its
4975 equality to -1 not by it being negative.
4976 (net_close): Likewise.
4977
4978 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4979
4980 * NEWS: Mention the `qRelocInsn' feature.
4981 * gdbarch.sh (relocate_instruction): New.
4982 * amd64-tdep.c (rip_relative_offset): New.
4983 (append_insns): New.
4984 (amd64_relocate_instruction): New.
4985 (amd64_init_abi): Install it.
4986 * i386-tdep.c (append_insns): New.
4987 (i386_relocate_instruction): New.
4988 (i386_gdbarch_init): Install it.
4989 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
4990 * gdbarch.h, gdbarch.c: Regenerate.
4991
4992 2010-05-26 Tom Tromey <tromey@redhat.com>
4993
4994 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
4995 (struct dwarf2_loclist_baton) <data>: Likewise.
4996 * dwarf2loc.c (find_location_expression): Constify return type.
4997 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
4998 (dwarf2_loc_desc_needs_frame): Likewise.
4999 (loclist_read_variable): Constify.
5000 (loclist_describe_location): Likewise.
5001 (loclist_tracepoint_var_ref): Likewise.
5002
5003 2010-05-25 Tom Tromey <tromey@redhat.com>
5004
5005 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
5006 (dwarf_expr_frame_base_1): Likewise.
5007 (read_pieced_value): Update.
5008 (needs_frame_frame_base): Constify.
5009 (dwarf2_tracepoint_var_loc): Likewise.
5010 (dwarf2_tracepoint_var_access): Likewise.
5011 (locexpr_describe_location_piece): Likewise.
5012 (locexpr_describe_location_1): Likewise.
5013 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
5014 Constify.
5015 (data): Now const.
5016 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
5017 (dwarf_expr_eval, read_uleb128, read_sleb128)
5018 (dwarf2_read_address): Update.
5019 * dwarf2expr.c (dwarf_expr_eval): Constify.
5020 (read_uleb128): Likewise.
5021 (read_sleb128): Likewise.
5022 (dwarf2_read_address): Likewise.
5023 (require_composition): Likewise.
5024 (execute_stack_op): Likewise.
5025 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
5026 "const gdb_byte *".
5027 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
5028 Now const.
5029 (no_get_frame_base): Constify.
5030 (execute_stack_op): Likewise.
5031 (execute_cfa_program): Likewise.
5032 (read_encoded_value): Likewise.
5033
5034 2010-05-25 Doug Evans <dje@google.com>
5035
5036 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
5037
5038 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
5039 * event-loop.c: ... here.
5040 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
5041 `error' for clarity.
5042 (tui_getc): Pass correct value for `error' parameter to
5043 tui_readline_output.
5044
5045 Add python gdb.GdbError and gdb.string_to_argv.
5046 * NEWS: Document them.
5047 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
5048 the exception is gdb.GdbError. Print a second traceback if there's
5049 an error computing the error message.
5050 (gdbpy_string_to_argv): New function.
5051 * python/py-utils.c (gdbpy_obj_to_string): New function.
5052 (gdbpy_exception_to_string): New function.
5053 * python/python-internal.h (gdbpy_string_to_argv): Declare.
5054 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
5055 (gdbpy_gdberror_exc): Declare.
5056 * python/python.c (gdbpy_gdberror_exc): New global.
5057 (_initialize_python): Initialize gdbpy_gdberror_exc and create
5058 gdb.GdbError.
5059 (GdbMethods): Add string_to_argv.
5060
5061 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5062
5063 * windows-nat.c (display_selector): Call GetLastError to give better
5064 failure explanation.
5065
5066 2010-05-24 Pedro Alves <pedro@codesourcery.com>
5067
5068 * config.in: Regenerate.
5069
5070 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5071
5072 Code cleanup.
5073 * target.c (push_target): Return only void. Remove the return value
5074 comment.
5075 * target.h (push_target): Return only void.
5076
5077 2010-05-23 Pedro Alves <pedro@codesourcery.com>
5078
5079 Update gnulib from latest git.
5080 (250b80067c1e1d8faa0c42fb572f721975b929c5)
5081
5082 * gnulib/memcmp.c: Removed.
5083 * gnulib/memchr.valgrind: New.
5084 * gnulib/stddef.in.h: New.
5085 * gnulib/Makefile.am: Updated.
5086 * gnulib/memchr.c: Updated.
5087 * gnulib/memmem.c: Updated.
5088 * gnulib/stdint.in.h: Updated.
5089 * gnulib/str-two-way.h: Updated.
5090 * gnulib/string.in.h: Updated.
5091 * gnulib/wchar.in.h: Updated.
5092
5093 * gnulib/extra/link-warning.h: Removed.
5094 * gnulib/extra/c++defs.h: New.
5095 * gnulib/extra/warn-on-use.h: New.
5096 * gnulib/extra/arg-nonnull.h: Updated.
5097
5098 * gnulib/m4/extensions.m4: Updated.
5099 * gnulib/m4/gnulib-cache.m4: Updated.
5100 * gnulib/m4/gnulib-common.m4: Updated.
5101 * gnulib/m4/gnulib-comp.m4: Updated.
5102 * gnulib/m4/gnulib-tool.m4: Updated.
5103 * gnulib/m4/include_next.m4: Updated.
5104 * gnulib/m4/longlong.m4: Updated.
5105 * gnulib/m4/memchr.m4: Updated.
5106 * gnulib/m4/memmem.m4: Updated.
5107 * gnulib/m4/stdint.m4: Updated.
5108 * gnulib/m4/string_h.m4: Updated.
5109 * gnulib/m4/memcmp.m4: Removed.
5110 * gnulib/m4/onceonly_2_57.m4: Removed.
5111 * gnulib/m4/00gnulib.m4: New.
5112 * gnulib/m4/mmap-anon.m4: New.
5113 * gnulib/m4/multiarch.m4: New.
5114 * gnulib/m4/onceonly.m4: New.
5115 * gnulib/m4/stddef_h.m4: New.
5116 * gnulib/m4/warn-on-use.m4: New.
5117 * gnulib/m4/wchar.m4: Removed.
5118 * gnulib/m4/wchar_h.m4: New.
5119 * gnulib/m4/wchar_t.m4: New.
5120 * gnulib/m4/wint_t.m4: New.
5121
5122 * aclocal.m4: Regenerate.
5123 * config.in: Likewise.
5124 * configure: Likewise.
5125 * gnulib/Makefile.in: Likewise.
5126
5127 2010-05-21 Tom Tromey <tromey@redhat.com>
5128
5129 * dwarf2loc.c (extract_bits_primitive): New function.
5130 (extract_bits): Likewise.
5131 (insert_bits): Likewise.
5132 (copy_bitwise): Likewise.
5133 (read_pieced_value): Do all operations in bits.
5134 (write_pieced_value): Likewise.
5135 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
5136 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
5137 Always use xrealloc to resize piece array.
5138 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
5139 <DW_OP_piece>: Update.
5140 <DW_OP_bit_piece>: New case.
5141
5142 2010-05-21 Tom Tromey <tromey@redhat.com>
5143
5144 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
5145 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
5146 * dwarf2expr.h (enum dwarf_value_location)
5147 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
5148 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
5149 (add_piece): Handle empty piece.
5150 (execute_stack_op) <DW_OP_piece>: Handle
5151 DWARF_VALUE_OPTIMIZED_OUT.
5152
5153 2010-05-21 Tom Tromey <tromey@redhat.com>
5154
5155 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
5156 evaluate_subexp, not evaluate_subexp_with_coercion.
5157
5158 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5159
5160 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
5161 attribute.
5162
5163 2010-05-21 Tom Tromey <tromey@redhat.com>
5164
5165 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
5166 offset.
5167 (write_pieced_value): Likewise.
5168
5169 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5170
5171 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
5172 and DW_TAG_volatile_type.
5173 (new_symbol): Likewise.
5174
5175 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
5176
5177 * p-valprint.c (pascal_val_print): Call get_array_bounds
5178 to obtain the number of elements in an array.
5179
5180 2010-05-19 Doug Evans <dje@google.com>
5181
5182 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
5183
5184 * python.c (source_python_script): Add comment.
5185 (source_python_script_for_objfile): Remove unnecessary call to
5186 gdbpy_print_stack.
5187
5188 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5189 Sergio Durigan Junior <sergiodj@redhat.com>
5190
5191 Code cleanup.
5192 * parse.c (exp_iterate): Use operator_length wrapper function.
5193
5194 2010-05-18 Michael Snyder <msnyder@vmware.com>
5195
5196 * ada-lang.c: White space.
5197 * ada-typeprint.c: White space.
5198 * ada-valprint.c: White space.
5199 * addrmap.c: White space.
5200 * auxv.c: White space.
5201 * ax-gdb.c: White space.
5202
5203 2010-05-18 Hui Zhu <teawater@gmail.com>
5204
5205 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
5206 for oldfp.
5207 (inferior_call_waitpid): Move make_cleanup out of check.
5208 Check the return of waitpid.
5209 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
5210
5211 2010-05-17 Michael Snyder <msnyder@vmware.com>
5212
5213 * tui/tui.c: White space.
5214 * tui/tui-data.c: White space.
5215 * tui/tui-disasm.c: White space.
5216 * tui/tui-file.c: White space.
5217 * tui/tui-interp.c: White space.
5218 * tui/tui-main.c: White space.
5219 * tui/tui-out.c: White space.
5220 * tui/tui-regs.c: White space.
5221 * tui/tui-source.c: White space.
5222 * tui/tui-stack.c: White space.
5223 * tui/tui-win.c: White space.
5224 * tui/tui-winsource.c: White space.
5225
5226 * procfs.c: White space.
5227
5228 * python/py-auto-load.c: White space.
5229 * python/py-block.c: White space.
5230 * python/py-breakpoint.c: White space.
5231 * python/py-cmd.c: White space.
5232 * python/py-function.c: White space.
5233 * python/py-lazy-string.c: White space.
5234 * python/py-objfile.c: White space.
5235 * python/py-param.c: White space.
5236 * python/py-prettyprint.c: White space.
5237 * python/py-progspace.c: White space.
5238 * python/py-symtab.c: White space.
5239 * python/python.c: White space.
5240 * python/py-type.c: White space.
5241 * python/py-utils.c: White space.
5242 * python/py-value.c: White space.
5243
5244 * mi/mi-cmd-break.c: White space.
5245 * mi/mi-cmd-env.c: White space.
5246 * mi/mi-cmds.c: White space.
5247 * mi/mi-cmd-stack.c: White space.
5248 * mi/mi-cmd-var.c: White space.
5249 * mi/mi-console.c: White space.
5250 * mi/mi-getopt.c: White space.
5251 * mi/mi-interp.c: White space.
5252 * mi/mi-main.c: White space.
5253 * mi/mi-out.c: White space.
5254 * mi/mi-parse.c: White space.
5255
5256 * cli/cli-cmds.c: White space.
5257 * cli/cli-decode.c: White space.
5258 * cli/cli-dump.c: White space.
5259 * cli/cli-interp.c: White space.
5260 * cli/cli-logging.c: White space.
5261 * cli/cli-script.c: White space.
5262 * cli/cli-setshow.c: White space.
5263
5264 * valarith.c: White space.
5265 * valops.c: White space.
5266 * valprint.c: White space.
5267 * value.c: White space.
5268 * varobj.c: White space.
5269 * xcoffread.c: White space.
5270 * xml-support.c: White space.
5271 * xml-tdesc.c: White space.
5272
5273 2010-05-17 Andreas Schwab <schwab@redhat.com>
5274
5275 PR gdb/11092
5276 * c-lang.c (c_printstr): Compute real length of NUL terminated
5277 string at first.
5278
5279 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5280
5281 * parse.c (parse_exp_in_context): When block is not NULL, use
5282 its associated language to parse the expression instead of
5283 the current_language.
5284
5285 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5286
5287 * jv-lang.c (java_lookup_class): Remove commented out code.
5288 (type_from_class): Likewise.
5289 (java_op_print_tab): Remove commented-out elements.
5290
5291 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5292
5293 * ada-lang.c (to_fixed_range_type): The the raw index type as
5294 argument instead of the raw type name. Remove orig_type parameter.
5295 Update calls throughout.
5296 (ada_fixup_array_indexes_type): New function.
5297 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
5298 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
5299 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
5300 Remove name parameter.
5301 (print_array_type): Add call to ada_fixup_array_indexes_type.
5302 Update calls to print_range_type.
5303 (ada_print_type): Update calls to print_range_type.
5304
5305 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5306
5307 * dwarf2read.c (read_set_type): Set type length if
5308 DW_AT_byte_size attribute is present.
5309
5310 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5311
5312 * p-valprint.c (pascal_val_print): Handle set type if range limits
5313 are undefined but size is known.
5314
5315 2010-05-17 Pedro Alves <pedro@codesourcery.com>
5316
5317 * procfs.c: Reformat.
5318
5319 2010-05-16 Michael Snyder <msnyder@vmware.com>
5320
5321 * target.c: White space.
5322 * target-descriptions.c: White space.
5323 * target-memory.c: White space.
5324 * thread.c: White space.
5325 * top.c: White space.
5326 * tracepoint.c: White space.
5327 * trad-frame.c: White space.
5328 * tramp-frame.c: White space.
5329 * ui-file.c: White space.
5330 * ui-out.c: White space.
5331 * user-regs.c: White space.
5332 * utils.c: White space.
5333
5334 * scm-exp.c: White space.
5335 * scm-lang.c: White space.
5336 * scm-valprint.c: White space.
5337 * sentinel-frame.c: White space.
5338 * ser-base.c: White space.
5339 * ser-go32.c: White space.
5340 * serial.c: White space.
5341 * ser-mingw.c: White space.
5342 * ser-pipe.c: White space.
5343 * ser-tcp.c: White space.
5344 * ser-unix.c: White space.
5345 * solib.c: White space.
5346 * solib-darwin.c: White space.
5347 * solib-frv.c: White space.
5348 * solib-irix.c: White space.
5349 * solib-osf.c: White space.
5350 * solib-pa64.c: White space.
5351 * solib-som.c: White space.
5352 * solib-spu.c: White space.
5353 * solib-svr4.c: White space.
5354 * solib-target.c: White space.
5355 * source.c: White space.
5356 * stabsread.c: White space.
5357 * stack.c: White space.
5358 * std-regs.c: White space.
5359 * symfile.c: White space.
5360 * symmisc.c: White space.
5361 * symtab.c: White space.
5362
5363 2010-05-16 Michael Snyder <msnyder@vmware.com>
5364
5365 * source.c (_initialize_source): Add "rev" as an abbreviation
5366 for the "reverse-search" command.
5367
5368 2010-05-16 Michael Snyder <msnyder@vmware.com>
5369
5370 * record.c: White space.
5371 * regcache.c: White space.
5372 * reggroups.c: White space.
5373 * remote-fileio.c: White space.
5374 * remote-m32r-sdi.c: White space.
5375 * remote-mips.c: White space.
5376 * remote-sim.c: White space.
5377 * remote.c: White space.
5378 (process_g_packet): Remove orphan braces.
5379
5380 2010-05-15 Michael Snyder <msnyder@vmware.com>
5381
5382 * parse.c: White space.
5383 * p-lang.c: White space.
5384 * posix-hdep.c: White space.
5385 * printcmd.c: White space.
5386 * progspace.c: White space.
5387 * prologue-value.c: White space.
5388 * psymtab.c: White space.
5389 * p-typeprint.c: White space.
5390 * p-valprint.c: White space.
5391
5392 * objc-lang.c: White space.
5393 * objfiles.c: White space.
5394 * observer.c: White space.
5395 * osabi.c: White space.
5396 * osdata.c: White space.
5397
5398 * m2-lang.c: White space.
5399 * m2-valprint.c: White space.
5400 * macrocmd.c: White space.
5401 * macroexp.c: White space.
5402 * macroscope.c: White space.
5403 * macrotab.c: White space.
5404 * main.c: White space.
5405 * maint.c: White space.
5406 * mdebugread.c: White space.
5407 * memattr.c: White space.
5408 * minsyms.c: White space.
5409 * monitor.c: White space.
5410
5411 2010-05-14 Michael Snyder <msnyder@vmware.com>
5412
5413 * jv-lang.c: White space.
5414 * jv-typeprint.c: White space.
5415 * jv-valprint.c: White space.
5416 * language.c: White space.
5417 * libunwind-frame.c: White space.
5418 * linespec.c: White space.
5419 * linux-nat.c: White space.
5420 * linux-record.c: White space.
5421 * linux-thread-db.c: White space.
5422
5423 * infcall.c: White space.
5424 * inf-child.c: White space.
5425 * infcmd.c: White space.
5426 * inferior.c: White space.
5427 * inf-loop.c: White space.
5428 * inflow.c: White space.
5429 * inline-frame.c: White space.
5430 * interps.c: White space.
5431
5432 * gcore.c: White space.
5433 * gdb.c: White space.
5434 * gdbtypes.c: White space.
5435 * gnu-nat.c: White space.
5436 * gnu-v2-abi.c: White space.
5437 * gnu-v3-abi.c: White space.
5438
5439 * findcmd.c: White space.
5440 * findvar.c: White space.
5441 * fork-child.c: White space.
5442 * frame-base.c: White space.
5443 * frame.c: White space.
5444 * frame-unwind.c: White space.
5445 * f-valprint.c: White space.
5446
5447 * elfread.c: White space.
5448 * environ.c: White space.
5449 * eval.c: White space.
5450 * event-loop.c: White space.
5451 * event-top.c: White space.
5452 * exceptions.c: White space.
5453 * exec.c: White space.
5454 * expprint.c: White space.
5455
5456 * dbxread.c: White space.
5457 * dcache.c: White space.
5458 * disasm.c: White space.
5459 * doublest.c: White space.
5460 * dsrec.c: White space.
5461 * dummy-frame.c: White space.
5462 * dwarf2expr.c: White space.
5463 * dwarf2-frame.c: White space.
5464 * dwarf2loc.c: White space.
5465 * dwarf2read.c: White space.
5466
5467 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
5468
5469 PR python/11482
5470
5471 * python/py-value.c (valpy_hash): New function.
5472 (value_object_type): Register valpy_hash.
5473
5474 2010-05-14 Hui Zhu <teawater@gmail.com>
5475 Michael Snyder <msnyder@vmware.com>
5476
5477 * linux-fork.c (gdbthread.h): New include.
5478 (fork_info): Add parent_ptid.
5479 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5480 functions.
5481 (delete_checkpoint_command): Call inferior_call_waitpid.
5482 (checkpoint_command): Set parent_ptid.
5483
5484 2010-05-13 Michael Snyder <msnyder@vmware.com>
5485
5486 * dictionary.c: Re-indent to GNU coding standard.
5487
5488 * charset.c: White space.
5489 * c-lang.c: White space.
5490 * cli-out.c: White space.
5491 * coffread.c: White space.
5492 * complaints.c: White space.
5493 * completer.c: White space.
5494 * corefile.c: White space.
5495 * corelow.c: White space.
5496 * cp-abi.c: White space.
5497 * cp-namespace.c: White space.
5498 * cp-support.c: White space.
5499 * cp-valprint.c: White space.
5500 * c-typeprint.c: White space.
5501 * c-valprint.c: White space.
5502 * blockframe.c: White space.
5503 * breakpoint.c: White space.
5504 * buildsym.c: White space.
5505 * blockframe.c: White space.
5506 * bcache.c: White space.
5507 * gdbarch.sh: White space, add blank lines.
5508 * arch-utils.c: Ditto.
5509 * gdbarch.c: Regenerate.
5510 * frame.c: White space, add blank lines.
5511 * stack.c: White space, add blank lines.
5512 (initialize_stack): Remove long-dead code.
5513
5514 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5515
5516 Code cleanup.
5517 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5518 (locexpr_read_variable, loclist_read_variable): Update the callers.
5519
5520 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5521
5522 Code cleanup.
5523 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5524 Remove check of NULL returned by tag_type_to_type.
5525 (die_containing_type): Remove variable type. Remove type_die variable
5526 initialization. Remove check of NULL returned by tag_type_to_type.
5527
5528 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5529
5530 PR exp/11530.
5531 * gdbtypes.c (lookup_struct_elt_type): Also lookup
5532 names of unnamed structures or unions.
5533
5534 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5535
5536 * procfs.c (proc_watchpoint_address): New function.
5537 (procfs_stopped_by_watchpoint): Remove useless check after
5538 find_procinfo_or_die call.
5539 (procfs_stopped_data_address): New function.
5540 (procfs_use_watchpoints): Register new watchpoint related function.
5541
5542 2010-05-11 Tom Tromey <tromey@redhat.com>
5543
5544 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5545
5546 2010-05-10 Michael Snyder <msnyder@vmware.com>
5547
5548 * utils.c: White space cleanup.
5549
5550 2010-05-10 Tom Tromey <tromey@redhat.com>
5551
5552 * eval.c (ptrmath_type_p): Add 'lang' argument.
5553 (evaluate_subexp_standard): Update.
5554 (evaluate_subexp_with_coercion): Update.
5555 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5556
5557 2010-05-10 Michael Snyder <msnyder@vmware.com>
5558
5559 * utils.c (do_fclose_cleanup) Restore local variable.
5560
5561 2010-05-09 Doug Evans <dje@google.com>
5562
5563 * record.c (init_record_core_ops): Rename record_core to record-core.
5564
5565 2010-05-08 Joel Brobecker <brobecker@adacore.com>
5566
5567 Implement task switching on pa-hpux.
5568 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5569 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5570
5571 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5572
5573 * valops.c (find_overload_match): Add missing i18n markup.
5574
5575 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5576
5577 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5578
5579 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5580
5581 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5582 list for the obconcat call.
5583 * mdebugread.c (parse_symbol): Likewise.
5584 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5585 Likewise.
5586 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5587 New variable ap. Remove variables len and val.
5588 * symfile.h (obconcat): Likewise for the prototype.
5589
5590 2010-05-07 Michael Snyder <msnyder@vmware.com>
5591
5592 * python/python.c (execute_gdb_command): Remove unused variables.
5593 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5594 * python/py-breakpoint.c (gdbpy_breakpoint_created):
5595 Remove unused variable.
5596 * python/py-cmd.c (cmdpy_function): Remove unused variable.
5597 (cmdpy_completer): Remove unused variable.
5598 * python/py-frame.c (frapy_find_sal): Remove unused variable.
5599 * python/py-function.c (fnpy_call): Remove unused variable.
5600 * python/py-objfile.c (objfile_to_objfile_object):
5601 Remove unused variable.
5602 * python/py-param.c (parmpy_init): Remove unused variable.
5603 * python/py-prettyprint.c (apply_varobj_pretty_printer):
5604 Remove unused variable.
5605 (gdbpy_default_visualizer): Remove unused variable.
5606 * python/py-progspace.c (pspace_to_pspace_object):
5607 Remove unused variable.
5608 * python/py-symtab.c (symtab_and_line_to_sal_object):
5609 Remove unused variable.
5610 * python/py-type.c (typy_template_argument):
5611 Remove unused variable.
5612 * python/py-value.c (valpy_string): Remove unused variable.
5613 (convert_value_from_python): Remove unused variables.
5614
5615 2010-05-07 Michael Snyder <msnyder@vmware.com>
5616
5617 * valops.c (value_cast_pointers): Restore unused variable 'type1',
5618 and use it to compute variable 't1'.
5619
5620 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5621
5622 * ada-lang.c (assign_aggregate): Remove unused variable.
5623
5624 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5625
5626 PR C++/7943:
5627 * valops.c (find_overload_match): Handle fsym == NULL case.
5628 Add int no_adl argument.
5629 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5630 when appropriate.
5631 Add int no_adl argument.
5632 (find_oload_champ_namespace): Add int no_adl argument.
5633 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5634 expression.
5635 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5636 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5637 Evaluate arguments and use them to perform ADL lookup.
5638 Pass no_adl argument to find_overload_match.
5639 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5640 * cp-support.h: Added prototype for
5641 make_symbol_overload_list_namespace.
5642 * cp-support.c (make_symbol_overload_list_namespace): New function.
5643 (make_symbol_overload_list_adl_namespace): New function.
5644 (make_symbol_overload_list_adl): New function.
5645 (make_symbol_overload_list_using): Moved code to add function to
5646 overload set to make_symbol_overload_list_namespace.
5647 * c-exp.y: create UNKNOWN_CPP_NAME token.
5648 Add parse rule for ADL functions.
5649 (classify_name): Recognize an UNKNOWN_CPP_NAME.
5650
5651 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5652
5653 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5654 sentinel.
5655
5656 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5657
5658 Implement task switching on solaris targets.
5659 * sol-thread.c (thread_db_find_thread_from_tid)
5660 (sol_get_ada_task_ptid): New functions.
5661 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5662
5663 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5664
5665 * remote.c (remote_query_supported_append): Use reconcat.
5666 (remote_query_supported): Install a cleanup. Use reconcat.
5667
5668 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5669
5670 * gdbarch.sh (qsupported): Delete.
5671 * gdbarch.h, gdbarch.c: Regenerate.
5672 * remote.c (remote_query_supported): Remove use of
5673 gdbarch_qsupported.
5674
5675 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
5676
5677 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5678 function.
5679
5680 2010-05-06 Michael Snyder <msnyder@vmware.com>
5681
5682 * xml-support.c (xinclude_start_include): Delete unused variable.
5683 (xml_process_xincludes): Delete unused variable.
5684 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5685 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5686 (tdesc_find_arch_register): Delete unused variable.
5687 (tdesc_use_registers): Delete unused variable.
5688 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5689 * inferior.c (print_inferior): Delete unused variable.
5690 * record.c (record_open_1): Delete unused variable.
5691 (record_restore): Delete unused variable.
5692 (cmd_record_save): Delete unused variable.
5693 * gcore.c (derive_heap_segment): Delete unused variable.
5694 (objfile_find_memory_regions): Use unused variable.
5695 * jit.c (jit_inferior_init): Delete unused variable.
5696 * progspace.c (clone_program_space): Delete unused variable.
5697 (pspace_empty_p): Delete unused variable.
5698
5699 * frame-unwind.c (frame_unwind_find_by_frame):
5700 Delete unused variable.
5701 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5702 * cp-support.c (mangled_name_to_comp): Delete unused variable.
5703 (method_name_from_physname): Delete unused variable.
5704 (cp_func_name): Delete unused variable.
5705 (cp_validate_operator): Delete unused variable.
5706 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5707 Delete unused variable.
5708 * trad-frame.c (trad_frame_get_prev_register):
5709 Delete unused variable.
5710 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5711
5712 * serial.c (serial_for_fd): Delete unused variable.
5713 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5714 * top.c (execute_command): Delete unused variable.
5715 (init_main): Delete unused variable.
5716 * utils.c (do_fclose_cleanup): Delete unused variable.
5717 (do_all_inferior_continuations): Delete unused variable.
5718 (initialize_utils): Delete unused variable.
5719 (internal_problem_mode): Delete unused global.
5720 * frame.c (get_prev_frame): Delete unused global.
5721 (get_frame_locals_address): Delete unused global.
5722 (get_frame_args_address): Delete unused global.
5723
5724 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5725 (pascal_type_print_varspec_prefix): Delete unused variable.
5726 * f-typeprint.c (f_type_print_base): Delete unused variable.
5727 (f_type_print_varspec_suffix): Delete unused variable.
5728 * m2-typeprint.c (m2_print_type): Delete unused variable.
5729 (m2_long_set): Delete unused variable.
5730 * ada-valprint.c (ada_val_print_1): Delete unused variable.
5731 * d-valprint.c (dynamic_array_type): Delete unused variable.
5732 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5733 Delete unused variable.
5734 (f77_create_arrayprint_offset_tbl): Delete unused variable.
5735 * m2-valprint.c (m2_val_print): Delete unused variable.
5736
5737 * ui-out.c (ui_out_field_int): Delete unused variable.
5738 (ui_out_field_fmt_int): Delete unused variable.
5739 * varobj.c (varobj_list_children): Delete unused variable.
5740 (varobj_set_value): Delete unused variable.
5741 (install_new_value_visualizer): Delete unused variable.
5742 (varobj_set_visualizer): Delete unused variable.
5743 (varobj_update): Delete unused variable.
5744 (varobj_editable_p): Delete unused variable.
5745 (c_value_of_root): Delete unused variable.
5746 (cplus_describe_child): Delete unused variable.
5747
5748 * ada-lang.c (add_defn_to_vec): Delete unused variable.
5749 (decode_constrained_packed_array_type): Delete unused variable.
5750 (add_defn_to_vec): Delete unused variable.
5751 (symbol_completion_match): Delete unused variable.
5752 (value_tag_from_contents_and_address): Delete unused variable.
5753 (ada_evaluate_subexp): Delete unused variable.
5754 * c-lang.c (classify_type): Delete unused variable.
5755 * f-lang.c (f_printstr): Delete unused variable.
5756 * objc-lang.c (objc_printstr): Delete unused variable.
5757 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5758 * jv-lang.c (type_from_class): ifdef unused variable.
5759 (java_class_name_from_physname): Delete unused variable.
5760 * m2-lang.c (m2_printstr): Delete unused variable.
5761
5762 * objfiles.c (objfile_relocate): Delete unused variable.
5763 * maint.c (_initialize_maint_cmds): Delete unused variable.
5764 * demangle.c (_initialize_demangler): Delete unused variable.
5765 * corefile.c (reopen_exec_file): Delete unused variable.
5766 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5767 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5768
5769 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5770 * memattr.c (mem_delete): Delete unused variable.
5771 (invalidate_target_mem_regions): Delete unused variable.
5772 * mem-break.c (default_memory_insert_breakpoint):
5773 Delete unused variable.
5774 * target.c (target_get_osdata): Delete unused variable.
5775 * parse.c (length_of_subexp): Delete unused variable.
5776 (prefixify_subexp): Delete unused variable.
5777 (exp_iterate): Delete unused variable.
5778 * reverse.c (delete_bookmark_command): Delete unused variable.
5779
5780 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5781 * macroexp.c (gather_arguments): Delete unused variable.
5782 (substitute_args): Delete unused variable.
5783 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5784 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5785 (_initialize_gdbarch): Delete unused variable.
5786 * gdbarch.c, gdbarch.h: Regenerate.
5787 * arch-utils.c (initialize_current_architecture):
5788 Delete unused variable.
5789 (_initialize_gdbarch_utils): Delete unused variable.
5790 * gdbtypes.c (make_cv_type): Delete unused variable.
5791 (make_type_with_address_space): Delete unused variable.
5792
5793 * linespec.c (decode_compound): Delete unused variable.
5794 * dictionary.c (iterator_next_hashed): Delete unused variable.
5795 * infcall.c (call_function_by_hand): Delete unused variable.
5796 * infcmd.c (step_1): Delete unused variable.
5797 (registers_info): Delete unused variable.
5798 (attach_command): Delete unused variable.
5799 * infrun.c (follow_exec): Delete unused variable.
5800 (handle_step_into_function_backwards): Delete unused variable.
5801 (_initialize_infrun): Delete unused variable.
5802 * stack.c (parse_frame_specification_1): Delete unused variable.
5803 (frame_info): Delete unused variable.
5804 (backtrace_command_1): Delete unused variable.
5805 (catch_info): Delete unused variable.
5806
5807 * eval.c (evaluate_subexp_standard): Delete unused variable.
5808 * valops.c (value_cast_pointers): Delete unused variable.
5809 (value_dynamic_cast): Delete unused variable.
5810 (value_array): Delete unused variable.
5811 (find_overload_match): Delete unused variable.
5812 * valarith.c (value_subscript): Delete unused variable.
5813 (value_binop): Delete unused variable.
5814 * valprint.c (_initialize_valprint): Delete unused variable.
5815 * printcmd.c (print_command_1): Delete unused variable.
5816 (address_info): Delete unused variable.
5817 (printf_command): Delete unused variable.
5818
5819 * auxv.c (target_auxv_search): Delete unused variable.
5820 * blockframe.c (get_frame_block): Delete unused variable.
5821 * regcache.c (regcache_cpy): Delete unused variable.
5822 (regcache_cpy_no_passthrough): Delete unused variable.
5823 * charset.c (wchar_iterate): Delete unused variable.
5824 (find_charset_names): Delete unused variable.
5825 (_initialize_charset): Delete unused variable.
5826 * disasm.c (do_mixed_source_and_assembly):
5827 Delete unused variable.
5828 * source.c (set_default_source_symtab_and_line):
5829 Delete unused variable.
5830 (set_substitute_path_command): Delete unused variable.
5831 * value.c (preserve_values): Delete unused variable.
5832 (value_from_double): Delete unused variable.
5833
5834 2010-05-05 Michael Snyder <msnyder@vmware.com>
5835
5836 * psymtab.c (lookup_partial_symbol): Delete unused variable.
5837 (find_last_source_symtab_from_partial): Delete unused variable.
5838 * symfile.c (place_section): Delete unused variable.
5839 (default_symfile_offsets): Delete unused variable.
5840 (get_debug_link_info): Delete unused variable.
5841 (find_separate_debug_file_by_debuglink): Delete unused variable.
5842 (add_symbol_file_command): Delete unused variable.
5843 (symfile_find_segment_sections): Delete unused variable.
5844 * symmisc.c (free_symtab): Delete unused variable.
5845 (dump_symtab_1): Delete unused variable.
5846 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5847 (find_pc_sect_symtab): Delete unused variable.
5848 (skip_prologue_using_lineinfo): Delete unused variable.
5849 (sources_info): Delete unused variable.
5850 (completion_list_add_name): Delete unused variable.
5851 (expand_line_sal): Delete unused variable.
5852
5853 * breakpoint.c (validate_commands_for_breakpoint):
5854 Delete unused variables.
5855 (insert_catchpoint): Delete unused variable.
5856 (update_watchpoint): Delete unused variable.
5857 (insert_bp_location): Delete unused variable.
5858 (insert_breakpoint_locations): Delete unused variable.
5859 (remove_breakpoint_1): Delete unused variable.
5860 (software_breakpoint_inserted_here_p): Delete unused variable.
5861 (watchpoints_triggered): Delete unused variable.
5862 (bpstat_check_watchpoint): Delete unused variable.
5863 (bpstat_stop_status): Delete unused variable.
5864 (print_one_breakpoint_location): Delete unused variable.
5865 (allocate_bp_location): Delete unused variable.
5866 (create_breakpoint): Delete unused variable.
5867 (watch_command_1): Delete unused variable.
5868 (catch_exception_command_1): Delete unused variable.
5869 (catch_ada_exception_command): Delete unused variable.
5870 (delete_breakpoint): Delete unused variable.
5871 (breakpoint_re_set_one): Delete unused variable.
5872 (do_enable_breakpoint): Delete unused variable.
5873
5874 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5875
5876 * amd64-tdep.c: Include disasm.h.
5877 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5878 (amd64_insn_length): Moved to disasm.c and renamed.
5879 (fixup_riprel): Adjust.
5880 * disasm.c (do_ui_file_delete): New.
5881 (gdb_insn_length): New.
5882 (gdb_buffered_insn_length_fprintf)
5883 (gdb_buffered_insn_length_init_dis)
5884 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5885 renamed.
5886 * disasm.h (gdb_insn_length): Declare.
5887 (gdb_buffered_insn_length): Declare.
5888
5889 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5890
5891 * remote.c (clear_threads_parsing_context): New.
5892 (remote_threads_info): Delete unused null_cleanup. Install a
5893 cleanup to clear the threads_parsing_context in case parsing
5894 throws.
5895
5896 2010-05-05 Michael Snyder <msnyder@vmware.com>
5897
5898 * c-exp.y (parse_string_or_char): Delete unused variable.
5899 (c_lex): Delete unused variable.
5900 * cp-name-parser.y (cpname_lex): Delete unused variable.
5901 * ada-exp.y (find_primitive_type): Delete unused variable.
5902 (write_var_or_type): Delete unused variable.
5903 * jv-exp.y (java_parse): Delete unused variable.
5904 (push_expression_name): Delete unused variable.
5905 * p-exp.y (pascal_lex): Delete unused variable.
5906
5907 2010-05-05 Pedro Alves <pedro@codesourcery.com>
5908
5909 * remote.c (remote_threads_info): Really revert previous previous
5910 change.
5911
5912 2010-05-05 Michael Snyder <msnyder@vmware.com>
5913
5914 * elfread.c (elf_symtab_read): Delete unused variable.
5915 (find_separate_debug_file_by_buildid): Delete unused variables.
5916 (elf_symfile_read): Delete unused variable.
5917
5918 * coffread.c (coff_symfile_read): Delete unused variables.
5919
5920 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5921 (read_pe_exported_syms): Delete unused variable.
5922
5923 * stabsread.c (define_symbol): Delete unused variable.
5924
5925 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5926 (process_psymtab_comp_unit): Delete unused variable.
5927 (dwarf2_build_psymtabs_hard): Delete unused variable.
5928 (load_partial_comp_unit): Delete unused variable.
5929 (create_all_comp_units): Delete unused variable.
5930 (scan_partial_symbols): Delete unused variable.
5931 (add_partial_symbol): Delete unused variable.
5932 (add_partial_namespace): Delete unused variable.
5933 (add_partial_enumeration): Delete unused variable.
5934 (load_full_comp_unit): Delete unused variable.
5935 (process_full_comp_unit): Delete unused variable.
5936 (read_file_scope): Delete unused variable.
5937 (read_type_unit_scope): Delete unused variable.
5938 (process_structure_scope): Delete unused variable.
5939 (process_enumeration_scope): Delete unused variable.
5940 (read_tag_ptr_to_member_type): Delete unused variable.
5941 (read_typedef): Delete unused variable.
5942 (read_partial_die): Delete unused variable.
5943 (decode_locdesc): Delete unused variable.
5944 (zeroed_partial_die): Delete unused global variable.
5945
5946 * tui/tui-interp.c (_initialize_tui_interp):
5947 Delete unused variable.
5948 * tui/tui-regs.c tui_display_registers_from):
5949 Delete unused variable.
5950 (tui_check_register_values): Delete unused variable.
5951 (tui_register_format): Delete unused variable.
5952 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
5953 * tui/tui-windata.c (tui_display_data_from_line):
5954 Delete unused variables.
5955 (tui_vertical_data_scroll): Delete unused variables.
5956
5957 2010-05-05 Michael Snyder <msnyder@vmware.com>
5958
5959 * remote.c (remote_threads_info): Revert questionable part of
5960 the previous change.
5961
5962 2010-05-05 Michael Snyder <msnyder@vmware.com>
5963
5964 * mi/mi-out.c (mi_table_begin): Delete unused variable.
5965 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
5966 (mi_cmd_var_list_children): Delete unused variable.
5967 (varobj_update_one): Delete unused variable.
5968 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
5969 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
5970 Delete unused variable.
5971 (mi_cmd_stack_list_variables): Delete unused variable.
5972 (list_args_or_locals): Delete unused variable.
5973 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
5974 Delete unused variables.
5975 (mi_cmd_file_list_exec_source_files): Delete unused variable.
5976 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
5977 Delete unused variable.
5978 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
5979 (mi_cmd_interpreter_exec): Delete unused variable.
5980 (mi_on_normal_stop): Delete unused variable.
5981 * mi/mi-main.c (run_one_inferior): Delete unused variable.
5982 (print_one_inferior): Delete unused variables.
5983 (mi_execute_command): Delete unused variable.
5984 (mi_cmd_execute): Delete unused variable.
5985 (timestamp): Delete unused variable.
5986
5987 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
5988 (restore_binary_file): Delete unused variable.
5989 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
5990 * cli/cli-script.c (define_command): Delete unused variables.
5991 (recurse_read_control_structure): Delete unused variable.
5992 (script_from_file): Delete unused variable.
5993 * cli/cli-cmds.c (complete_command): Delete unused variable.
5994 (disassemble_command): Delete unused variable.
5995
5996 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
5997 * tracepoint.c (delete_trace_variable_command):
5998 Delete unused variables.
5999 (encode_actions_1): Delete unused variables.
6000 (start_tracing): Delete unused variable.
6001 (trace_status_mi): Delete unused variable.
6002 (tfind_1): Delete unused variable.
6003 (trace_find_pc_command): Delete unused variable.
6004 (trace_find_line_command): Delete unused variables.
6005 (trace_find_range_command): Delete unused variables.
6006 (trace_find_outside_command): Delete unused variables.
6007 (parse_tracepoint_definition): Delete unused variables.
6008 (tfile_fetch_registers): Delete unused variable.
6009
6010 * dcache.c (dcache_init): Delete unused variable.
6011 (dcache_info): Delete unused variable.
6012
6013 * remote.c (remote_threads_info): Delete unused variable.
6014 (process_stop_reply) :Delete unused variable.
6015 (remote_get_trace_status): Delete unused variables.
6016
6017 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
6018 (thread_from_lwp): Delete unused variable.
6019 (enable_thread_event_reporting): Delete unused variable.
6020 (check_for_thread_db): Delete unused variables.
6021 (thread_db_find_new_threads_2): Delete unused variable.
6022
6023 * linux-fork.c (info_checkpoints_command): Delete unused variables.
6024 (checkpoint_command): Delete unused variable.
6025 (linux_fork_context): Delete unused variables.
6026
6027 * linux-nat.c (linux_parent_pid): Delete unused global variable.
6028 (linux_tracefork_child): Delete unused variable.
6029 (linux_child_follow_fork): Delete unused variable.
6030 (linux_nat_detach): Delete unused variable.
6031 (linux_handle_extended_wait): Delete unused variable.
6032 (linux_nat_has_pending_sigint): Delete unused variable.
6033 (linux_nat_find_memory_regions): Delete unused variable.
6034 (linux_nat_make_corefile_notes): Delete unused variables.
6035 (linux_nat_info_proc_cmd): Delete unused variable.
6036 (linux_proc_pending_signals): Delete unused variable.
6037 (linux_nat_stop_lwp): Delete unused variables.
6038 (_initialize_linux_nat): Delete unused variable.
6039
6040 * ser-pipe.c (pipe_ops): Delete unused global variable.
6041
6042 * linux-record.c (record_linux_system_call):
6043 Delete unused variables.
6044
6045 * corelow.c (core_xfer_partial): Delete unused variables.
6046
6047 * solib-svr4.c (find_program_interpreter): Delete unused variable.
6048 (svr4_solib_create_inferior_hook): Add ifdef around
6049 conditionally-used variable declarations.
6050
6051 * solib.c (solib_find): Delete unused variable.
6052 (free_so_symbols): Delete unused variable.
6053 (info_sharedlibrary_command): Delete unused variable.
6054 (reload_shared_libraries_1): Delete unused variable.
6055 (_initialize_solib): Delete unused variable.
6056
6057 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
6058 (i386_collect_xstateregset): Delete unused variable.
6059 * i387-tdep.c (i387_print_float_info): Delete unused variable.
6060
6061 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
6062 Delete unused variable 'type'.
6063
6064 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6065
6066 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
6067 ada-lang.c: Remove comment mentioning these macros.
6068 * m2-exp.y: Delete commented out code.
6069
6070 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6071
6072 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
6073 for array types.
6074 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
6075
6076 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6077
6078 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
6079 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
6080 ATTRIBUTE_UNUSED.
6081 (cleanup_kernel_helper_return): Likewise.
6082 * arm-tdep.c (copy_unmodified): Likewise.
6083 (copy_preload): Likewise.
6084 (copy_copro_load_store): Likewise.
6085 (cleanup_branch): Likewise.
6086 (copy_b_bl_blx): Likewise.
6087 (copy_bx_blx_reg): Likewise.
6088 (copy_alu_imm): Likewise.
6089 (copy_alu_reg): Likewise.
6090 (copy_alu_shifted_reg): Likewise.
6091 (cleanup_load): Likewise.
6092 (cleanup_store): Likewise.
6093 (cleanup_block_load_pc): Likewise.
6094 (cleanup_svc): Likewise.
6095 (copy_undef): Likewise.
6096 (copy_unpred): Likewise.
6097 * remote.c (register_remote_support_xml): Likewise.
6098
6099 2010-05-05 Hui Zhu <teawater@gmail.com>
6100
6101 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
6102
6103 2010-05-04 Mark Kettenis <kettenis@gnu.org>
6104
6105 * remote.c (register_remote_support_xml)
6106 (remote_query_supported_append, remote_query_supported): Add cast
6107 to NULL used as sentinel.
6108 * tracepoint.c (tvariables_info_1): Likewise.
6109 * utils.c (add_internal_problem_command): Likewise.
6110
6111 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6112
6113 * dwarf2loc.c (read_pieced_value, write_pieced_value,
6114 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
6115 registers gracefully.
6116
6117 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6118
6119 * exec.c (print_section_info): Display entry point without arch
6120 specific parts.
6121
6122 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6123
6124 PR exp/11349.
6125 * printcmd.c (x_command): Only dereference once implicitly for
6126 TYPE_CODE_REF.
6127
6128 2010-05-03 Doug Evans <dje@google.com>
6129
6130 * event-loop.c (gdb_timer): Delete unused global.
6131 (create_timer): Update.
6132
6133 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6134
6135 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
6136 CURRENT->DECLARATION case.
6137 * cp-support.h (struct using_direct): Provide extended comment.
6138
6139 2010-05-03 Mark Kettenis <kettenis@gnu.org>
6140
6141 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
6142 HPPABSD_SIZEOF_GREGS.
6143 (HPPAOBSD_SIZEOF_FPREGS): New define.
6144 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
6145 (hppaobsd_supply_fpregset): New function.
6146 (hppaobsd_gregset): Renamed from hppabsd_gregset.
6147 (hppaobsd_fpregset): New variable.
6148 (hppaobsd_regset_from_core_section): Handle floating-point registers.
6149 (_initialize_hppabsd_tdep): Remove spurious blank line.
6150
6151 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6152
6153 PR pascal/11349.
6154 * p-valprint.c (pascal_value_print): Always dereference a value with
6155 type code TYPE_CODE_REF.
6156
6157 2010-05-03 Pedro Alves <pedro@codesourcery.com>
6158
6159 * remote.c (remote_notice_signals): New.
6160 (remote_start_remote): In non-stop mode, update the remote end on
6161 which signals it can silently pass.
6162 (init_remote_ops): Install remote_notice_signals.
6163
6164 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6165
6166 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
6167 * command.h (error_no_arg): ... here. Remove NORETURN, change
6168 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6169 * defs.h (NORETURN, ATTR_NORETURN): Remove.
6170 (perror_with_name, verror, error, error_stream, vfatal, fatal)
6171 (internal_verror, internal_error, nomem): Remove NORETURN, change
6172 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6173 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
6174 (throw_vfatal, throw_error): Remove NORETURN.
6175 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
6176 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
6177 (throw_error, deprecated_throw_reason): Remove NORETURN, change
6178 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6179 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
6180 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
6181 NORETURN.
6182 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
6183 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
6184 ATTRIBUTE_NORETURN.
6185 * target.c (tcomplain): Likewise.
6186 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
6187 ATTRIBUTE_NORETURN.
6188 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
6189 (internal_error, perror_with_name, nomem): Remove NORETURN.
6190 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
6191 ATTRIBUTE_NORETURN.
6192
6193 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6194
6195 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6196 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
6197 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
6198 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6199 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
6200 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6201 * complaints.h (complaint, internal_complaint): Likewise.
6202 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
6203 (ATTR_FORMAT): Remove.
6204 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
6205 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
6206 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
6207 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
6208 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
6209 (internal_error, internal_vwarning, internal_warning, warning)
6210 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6211 * disasm.c (fprintf_disasm): Likewise.
6212 * exceptions.c (throw_it): Likewise.
6213 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
6214 (throw_error): Likewise.
6215 * language.h (type_error, range_error): Likewise.
6216 * linespec.c (cplusplus_error): Likewise.
6217 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
6218 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
6219 * monitor.c (monitor_debug): Likewise.
6220 * parser-defs.h (parser_fprintf): Likewise.
6221 * serial.h (serial_printf): Likewise.
6222 * tui/tui-hooks.c (tui_query_hook): Likewise.
6223 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
6224 (uo_message): Likewise.
6225 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
6226 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
6227 Likewise.
6228 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
6229
6230 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6231
6232 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
6233 (cli_table_header, cli_begin, cli_end, cli_field_int)
6234 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
6235 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
6236 Delete forward declarations.
6237 (cli_ui_out_impl): Move below the callbacks.
6238 (_initialize_cli_out): Delete.
6239
6240 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6241
6242 * README: Use consistent `GDB' and `GDBserver' spellings.
6243
6244 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6245
6246 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
6247
6248 2010-05-01 Pedro Alves <pedro@codesourcery.com>
6249
6250 * infrun.c (prepare_for_detach): In non-stop, context switch to
6251 the thread that got the event before handling the event.
6252
6253 2010-04-30 Tom Tromey <tromey@redhat.com>
6254
6255 * symtab.c (symbol_set_names): Fix typo.
6256
6257 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6258
6259 * python/py-param.c (parm_constants): Avoid ARI warning
6260 by adding ARI comment.
6261 (parmpy_init): Likewise.
6262
6263 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6264
6265 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
6266 and created type for re-use.
6267
6268 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6269
6270 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
6271
6272 2010-04-29 Doug Evans <dje@google.com>
6273
6274 * ser-base.h (reschedule): Delete prototype.
6275 * ser-base.c (reschedule): Make static.
6276
6277 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6278
6279 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
6280 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
6281 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
6282 EABI.
6283 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
6284 use.
6285
6286 2010-04-29 Pedro Alves <pedro@codesourcery.com>
6287
6288 PR gdb/11557
6289
6290 * regcache.c (registers_changed): Rename to ...
6291 (registers_changed_ptid): ... this, and only delete register cache
6292 entries matching the ptid filter argument.
6293 (registers_changed): Reimplement on top of registers_changed_ptid.
6294 * regcache.h (registers_changed_ptid): Declare.
6295 * target.c (target_resume): Flush register caches.
6296
6297 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6298 Tom Tromey <tromey@redhat.com>
6299 Thiago Jung Bauermann <bauerman@br.ibm.com>
6300
6301 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
6302 (SUBDIR_PYTHON_SRCS): Likewise.
6303 (py-parameter.o): New rule.
6304 * python/py-parameter.c: New file.
6305 * python/python-internal.h (gdbpy_initialize_parameter)
6306 (gdbpy_parameter, gdbpy_parameter_value)
6307 (gdbpy_parse_command_name): Declare.
6308 * python/py-cmd.c (parse_command_name): Rename to
6309 gdbpy_parse_command_name.
6310 (gdbpy_parse_command_name): Accept a starting list parameter and
6311 use over cmdlist.
6312 (cmdpy_init): Use gdbpy_parse_command_name.
6313 * python/python.c (parameter_to_python): Rename to
6314 gdbpy_parameter_to_python. Accept enum var_types and value.
6315 (gdbpy_parameter): Use gdbpy_parameter_value.
6316 (_initialize_python): Call gdbpy_initialize_parameters.
6317
6318 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6319
6320 * MAINTAINERS: Add myself for write after approval privileges.
6321
6322 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6323
6324 D language support.
6325 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
6326 (COMMON_OBS): Add d-lang.o d-valprint.o.
6327 (HFILES_NO_SRCDIR): Add d-lang.h.
6328 * NEWS: Mention D language support.
6329 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
6330 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
6331 * d-lang.c: New file.
6332 * d-lang.h: New file.
6333 * d-valprint.c: New file.
6334 * defs.h (enum language): Add language_d.
6335 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
6336 * language.c (binop_result_type, integral_type, character_type)
6337 (string_type, boolean_type, structured_type): Add language_d.
6338 * symfile.c (init_filename_language_table): Add language_d.
6339 * symtab.c: Include d-lang.h.
6340 (symbol_init_language_specific, symbol_find_demangled_name)
6341 (symbol_natural_name, lookup_symbol_in_language)
6342 (symbol_demangled_name, symbol_matches_domain): Add language_d.
6343
6344 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6345
6346 * solib-svr4.c (solib_svr4_r_map): Expand function description.
6347
6348 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6349
6350 * symfile.c (init_filename_language_table): Register .dg files
6351 with language_ada.
6352
6353 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6354
6355 * gdbtypes.h (struct main_type): Expand comment about target_type
6356 field.
6357
6358 2010-04-27 Pedro Alves <pedro@codesourcery.com>
6359 Tristan Gingold <gingold@adacore.com>
6360
6361 * symfile.c (reread_symbols): Also search for file in libraries.
6362 Update comment.
6363
6364 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6365
6366 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
6367 in terms of configuration.
6368
6369 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6370
6371 * objfiles.c: Include solist.h.
6372 (free_all_objfiles): New variable so. Check stale solist objfiles.
6373 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
6374 and no_shared_libraries.
6375
6376 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6377
6378 ARI warning fix.
6379 * python/py-auto-load.c (source_section_scripts): Remove trailing
6380 new-line in i18n string.
6381
6382 2010-04-26 Doug Evans <dje@google.com>
6383
6384 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
6385
6386 2010-04-26 Tom Tromey <tromey@redhat.com>
6387
6388 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
6389 command list.
6390
6391 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6392
6393 Removal of config/i386/nm-i386sol2.h native configuration file.
6394 * config/i386/nm-i386sol2.h: Remove file.
6395 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
6396 * config/i386/sol2-64.mh: Idem.
6397 * config/djgpp/fnchange.lst: Remove reference to that file.
6398 * Makefile.in (HFILES_NO_SRCDIR): Idem.
6399
6400 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6401
6402 PR breakpoints/11531.
6403 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
6404 macro definition and related comment.
6405 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
6406 (resume): Remove code and comment related to this macro.
6407
6408 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6409
6410 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
6411 Fix whitespace.
6412
6413 2010-04-24 Pedro Alves <pedro@codesourcery.com>
6414
6415 * defs.h: Adjust comment.
6416 * filesystem.h, filesystem.c: New files.
6417 * Makefile.in (SFILES): Add filesystem.c.
6418 (COMMON_OBS): Add filesystem.o.
6419 * solib.c (solib_find): Handle DOS-based filesystems. Handle
6420 different target and host path flavours.
6421 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6422 has_dos_based_file_system on the gdbarch.
6423 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
6424 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
6425 * i386-tdep.c (i386_go32_init_abi): Ditto.
6426 * gdbarch.sh (has_dos_based_file_system): New.
6427 * gdbarch.h, gdbarch.c: Regenerate.
6428 * NEWS: Mention improved support for remote targets with DOS-based
6429 filesystems. Mention new `set/show target-file-system-kind'
6430 commands.
6431
6432 2010-04-23 Stan Shebs <stan@codesourcery.com>
6433
6434 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
6435 comments.
6436 (struct agent_reqs): Remove.
6437 (ax_reg_mask): Declare.
6438 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
6439 (free_agent_expr): Free reg_mask.
6440 (ax_print): Add scope and register mask info.
6441 (ax_reqs): Remove agent_reqs argument, use agent expression
6442 fields, and move part of register mask computation to...
6443 (ax_reg_mask): New function.
6444 * ax-gdb.c (gen_trace_static_fields): Call it.
6445 (gen_traced_pop): Ditto.
6446 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6447 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6448 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6449 (gen_eval_for_expr): Ditto, and require an rvalue.
6450 (agent_command): Call ax_reqs.
6451 (agent_eval_command): Ditto.
6452 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6453 (validate_action_line): Ditto.
6454 (collect_symbol): Ditto.
6455 (encode_actions_1): Ditto.
6456
6457 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
6458 Paul Pluzhnikov <ppluzhnikov@google.com>
6459 Jan Kratochvil <jan.kratochvil@redhat.com>
6460
6461 Fix deadlock on looped list of loaded shared objects.
6462 * solib-svr4.c (LM_PREV): New function.
6463 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6464 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
6465 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
6466 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6467
6468 2010-04-23 Doug Evans <dje@google.com>
6469
6470 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6471 python.
6472 * configure: Regenerate.
6473 * main.c: #include "python/python.h".
6474 (captured_main): Defer loading auto-loaded scripts until after
6475 local_gdbinit has been sourced.
6476 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6477 (load_auto_scripts_for_objfile): New function.
6478 (auto_load_new_objfile): Call it.
6479 * python/python.h (gdbpy_global_auto_load): Declare.
6480 (load_auto_scripts_for_objfile): Declare.
6481
6482 Add support for auto-loading scripts from .debug_gdb_scripts section.
6483 * NEWS: Add entry for .debug_gdb_scripts.
6484 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6485 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6486 (py-auto-load.o): New rule.
6487 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6488 * cli/cli-cmds.h (find_and_open_script): Update prototype.
6489 * python/py-auto-load.c: New file.
6490 * python/python-internal.h: #include <stdio.h>.
6491 (set_python_list, show_python_list): Declare.
6492 (gdbpy_initialize_auto_load): Declare.
6493 (source_python_script_for_objfile): Declare.
6494 * python/python.c: Remove #include of observer.h.
6495 (gdbpy_auto_load): Moved to py-auto-load.c.
6496 (GDBPY_AUTO_FILENAME): Ditto.
6497 (gdbpy_new_objfile): Delete.
6498 (source_python_script_for_objfile): New function.
6499 (set_python_list, show_python_list): Make externally visible.
6500 (_initialize_python): Move "auto-load" command to py-auto-load.c
6501 and observer_attach_new_objfile to py-auto-load.c.
6502
6503 2010-04-23 Jerome Guitton <guitton@adacore.com>
6504
6505 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6506 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6507 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6508 New constants.
6509 (alpha_heuristic_analyze_probing_loop): New function.
6510 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6511 and handle cases when a stack probe loop is generated.
6512 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6513 (alpha_mdebug_max_frame_size_exceeded): New function.
6514 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6515 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6516 Return 0 when the maximum debuggable frame size has been exceeded.
6517
6518 2010-04-23 Joel Brobecker <brobecker@adacore.com>
6519
6520 Fix ARI warning.
6521 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6522
6523 2010-04-20 Chris Moller <cmoller@redhat.com>
6524
6525 PR 10179
6526
6527 * symtab.c (rbreak_command): Added code to include a filename
6528 specification in the rbreak argument.
6529 * NEWS: Added a brief description of filename-qualified rbreak.
6530
6531 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6532
6533 Fix crashes on dangling display expressions.
6534 * ada-lang.c (ada_operator_check): New function.
6535 (ada_exp_descriptor): Fill-in the field operator_check.
6536 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6537 * jv-lang.c (exp_descriptor_java): Likewise.
6538 * m2-lang.c (exp_descriptor_modula2): Likewise.
6539 * scm-lang.c (exp_descriptor_scm): Likewise.
6540 * parse.c (exp_descriptor_standard): Likewise.
6541 (operator_check_standard): New function.
6542 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6543 * parser-defs.h (struct exp_descriptor): New field operator_check.
6544 (operator_check_standard, exp_uses_objfile): New declarations.
6545 * printcmd.c: Remove the inclusion of solib.h.
6546 (display_uses_solib_p): Remove the function.
6547 (clear_dangling_display_expressions): Call lookup_objfile_from_block
6548 and exp_uses_objfile instead of display_uses_solib_p.
6549 * solist.h (struct so_list) <objfile>: New comment.
6550 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6551 * symtab.h (lookup_objfile_from_block): New declaration.
6552 (struct general_symbol_info) <obj_section>: Extend the comment.
6553
6554 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6555 Thiago Jung Bauermann <bauerman@br.ibm.com>
6556
6557 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6558 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6559 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6560 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6561 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6562 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6563 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6564 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6565 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6566 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6567 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6568 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6569 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6570 Define, in case <ptrace.h> doesn't provide it.
6571 (booke_debug_info): New variable.
6572 (max_slots_number): Ditto.
6573 (hw_break_tuple): New struct.
6574 (thread_points): Ditto.
6575 (ppc_threads): New variable.
6576 (PPC_DEBUG_CURRENT_VERSION): New define.
6577 (have_ptrace_new_debug_booke): New function.
6578 (ppc_linux_check_watch_resources): Renamed to ...
6579 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
6580 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6581 (booke_cmp_hw_point): New function.
6582 (booke_find_thread_points_by_tid): Ditto.
6583 (booke_insert_point): Ditto.
6584 (booke_remove_point): Ditto.
6585 (ppc_linux_insert_hw_breakpoint): Ditto.
6586 (ppc_linux_remove_hw_breakpoint): Ditto.
6587 (get_trigger_type): Ditto.
6588 (ppc_linux_insert_watchpoint): Handle BookE processors.
6589 (ppc_linux_remove_watchpoint): Ditto.
6590 (ppc_linux_new_thread): Ditto.
6591 (ppc_linux_thread_exit): New function..
6592 (ppc_linux_stopped_data_address): Handle BookE processors.
6593 (ppc_linux_watchpoint_addr_within_range): Ditto.
6594 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6595 to_remove_hw_breakpoint fields of the target operations struct.
6596 Add observe for the thread_exit event.
6597
6598 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6599
6600 * i386-linux-nat.c (regmap): Removed.
6601 (fetch_register): Replace regmap with
6602 i386_linux_gregset_reg_offset.
6603 (store_register): Likewise.
6604 (supply_gregset): Likewise.
6605 (fill_gregset): Likewise.
6606
6607 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6608 global.
6609
6610 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6611
6612 2010-04-22 Chris Moller <cmoller@redhat.com>
6613
6614 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6615 method of popping recursion-detection stack with a method based on
6616 obstack_object_size(). (Similar to the PR9167 patch below, but for
6617 the static array obstack rather than the static member obstack.)
6618
6619 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6620
6621 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6622 (_initialize_amd64_linux_nat): Replace
6623 amd64_linux_gregset64_reg_offset with
6624 amd64_linux_gregset_reg_offset.
6625
6626 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6627 global.
6628
6629 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6630
6631 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6632
6633 PR stabs/11479.
6634 * stabsread.c (set_length_in_type_chain): New function.
6635 (read_struct_type): Call set_length_in_type_chain function.
6636 (read_enum_type): Idem.
6637
6638 2010-04-21 Stan Shebs <stan@codesourcery.com>
6639 Nathan Sidwell <nathan@codesourcery.com>
6640
6641 * tracepoint.c (trace_save): Open in binary mode.
6642
6643 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6644
6645 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6646 fields.
6647 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6648 builtin_char32 fields.
6649 * printcmd.c (decode_format): Set char size to '\0'
6650 for strings unless explicit size is given.
6651 (print_formatted): Correct calculation of NEXT_ADDRESS
6652 for 16 or 32 bit strings.
6653 (do_examine): Do not force byte size for strings.
6654 Use builtin_char16 and builtin_char32 types to display
6655 16 or 32 bit-wide strings.
6656 (x_command): Set LAST_SIZE to 'b' for string type.
6657
6658 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
6659
6660 PR corefiles/11523
6661 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6662 XCR0 first.
6663
6664 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6665 there is no .reg-xstate section.
6666 (i386_linux_core_read_description): Check XCR0 first.
6667
6668 2010-04-21 Mike Frysinger <vapier@gentoo.org>
6669
6670 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6671 for len <= 8.
6672
6673 2010-04-21 Chris Moller <cmoller@redhat.com>
6674
6675 PR 9167
6676 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6677 method of popping recursion-detection stack with a method based on
6678 obstack_object_size().
6679
6680 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6681
6682 PR pascal/11492.
6683 * p-valprint.c (pascal_val_print): Fix default printing of integer
6684 arrays.
6685
6686 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6687
6688 Fix compilation warning on gcc-4.1.2.
6689 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6690 local variable`pc' to zero.
6691
6692 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6693
6694 Implement thread support with core files on alpha-tru64.
6695 * dec-thread.c (dec_thread_find_new_threads): New function,
6696 extracted from resync_thread_list.
6697 (resync_thread_list): Add OPS parameter. Replace extracted-out
6698 code by call to dec_thread_find_new_threads.
6699 (dec_thread_wait): Update call to resync_thread_list.
6700 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6701
6702 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6703
6704 * ada-lang.c (value_pointer): New function.
6705 (make_array_descriptor): Call value_pointer to convert addresses to
6706 pointers.
6707
6708 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6709
6710 * rs6000-aix-tdep.c: #include exceptions.h.
6711 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6712 while reading the memory at ADDR, then ADDR cannot be a function
6713 descriptor.
6714
6715 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6716
6717 * ada-typeprint.c (ada_print_typedef): New function.
6718 * ada-lang.h (ada_print_typedef): Add declaration.
6719 * ada-lang.c (ada_language_defn): set la_print_typdef field
6720 to ada_print_typedef.
6721
6722 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6723
6724 * procfs.c (procfs_address_to_host_pointer): Only define when used.
6725
6726 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6727
6728 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6729 (iterate_over_mappings): Adjust function profile. Add declaration.
6730 (insert_dbx_link_bpt_in_region, info_mappings_callback):
6731 Adjust accordingly.
6732
6733 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6734
6735 * procfs.c (solib_mappings_callback): Move function up to avoid
6736 a compiler warning.
6737
6738 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6739
6740 * procfs.c (find_signalled_thread, find_stop_signal): Move
6741 these functions down to define them only when used.
6742
6743 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6744
6745 * valprint.c (common_val_print): Fix the value before extracting
6746 its contents.
6747 * ada-lang.c (ada_to_fixed_value): Make this function extern.
6748 * ada-lang.h (ada_to_fixed_value): New function declaration.
6749 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6750 to avoid code duplication and fix a bug in the handling of
6751 fixed types contents.
6752
6753 2010-04-20 Tom Tromey <tromey@redhat.com>
6754
6755 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6756 (read_partial_die): Likewise.
6757 (dwarf_attr_name): Likewise.
6758
6759 2010-04-20 Chris Moller <cmoller@redhat.com>
6760
6761 PR 10867
6762
6763 * cp-valprint.c (global): Adding new static array recursion
6764 detection obstack.
6765 (cp_print_value_fields, cp_print_static_field): Added new static
6766 array recursion detection code.
6767
6768 2010-04-20 Mark Kettenis <kettenis@gnu.org>
6769
6770 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6771 general-purpose register set should be 68 instead of 144.
6772 (i386_linux_sse_regset_sections): Likewise.
6773 (i386_linux_avx_regset_sections): Likewise.
6774
6775 2010-04-20 Stan Shebs <stan@codesourcery.com>
6776 Nathan Sidwell <nathan@codesourcery.com>
6777
6778 * dwarf2loc.c (struct axs_var_loc): New struct.
6779 (dwarf2_tracepoint_var_loc): New function.
6780 (dwarf2_tracepoint_var_access): New function.
6781 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6782 with DW_OP_piece.
6783 (locexpr_describe_location_piece): New function.
6784 (locexpr_describe_location_1): New function.
6785 (locexpr_describe_location): Call it, update signature.
6786 (loclist_describe_location): Rewrite to loop over locations,
6787 update signature.
6788 * symtab.h (struct symbol_computed_ops): Add address to
6789 describe_location arguments, return void.
6790 * printcmd.c (address_info): Get context PC, pass to computed
6791 location description.
6792 * tracepoint.c (scope_info): Ditto.
6793 * ax-gdb.c (trace_kludge): Export.
6794
6795 2010-04-20 Tom Tromey <tromey@redhat.com>
6796
6797 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6798 (struct dwarf2_cie) <segment_size>: New field.
6799 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6800 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6801 DW_FORM_exprloc.
6802 (read_attribute_value): Handle DW_FORM_flag_present,
6803 DW_FORM_sec_offset, DW_FORM_exprloc.
6804 (dump_die_shallow): Likewise.
6805 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6806 (dwarf2_const_value): Handle DW_FORM_exprloc.
6807 (attr_form_is_block): Likewise.
6808 (struct line_header) <maximum_ops_per_instruction>: New field.
6809 (dwarf_decode_line_header): Set new field.
6810 (dwarf_decode_lines): Handle new field.
6811
6812 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6813
6814 * f-exp.y: Add new production to recognize the `logical*8' type.
6815 (LOGICAL_S8_KEYWORD): New token.
6816 * f-lang.c (enum f_primitive_types)
6817 <f_primitive_type_logical_s8>: New field.
6818 (f_language_arch_info): Handling `logical*8' type.
6819 (build_fortran_types): Building `logical*8' type.
6820 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6821
6822 2010-04-19 Doug Evans <dje@google.com>
6823
6824 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6825 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6826 (pipe_close): Ditto.
6827
6828 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6829
6830 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6831
6832 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6833
6834 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6835 type to void function.
6836
6837 2010-04-19 Stan Shebs <stan@codesourcery.com>
6838 Vladimir Prus <vladimir@codesourcery.com>
6839
6840 * tracepoint.c (tfind_1): Add missing newline, report exit from
6841 tfind mode as such.
6842 * target.c (update_current_target): Make default
6843 to_trace_find return -1.
6844
6845 2010-04-19 Mike Frysinger <vapier@gentoo.org>
6846
6847 * objc-lang.c (find_methods): Move symname check up.
6848
6849 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6850
6851 * ada-lang.c (print_recreate_exception)
6852 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6853 not "catch unhandled".
6854
6855 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6856
6857 PR breakpoints/8554.
6858
6859 Implement `save-breakpoints'.
6860
6861 * breakpoint.c (save_cmdlist): New.
6862 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6863 to save_cmdlist.
6864 (print_recreate_catch_fork): New.
6865 (catch_fork_breakpoint_ops): Install it.
6866 (print_recreate_catch_vfork): New.
6867 (catch_vfork_breakpoint_ops): Install it.
6868 (print_recreate_catch_syscall): New.
6869 (catch_syscall_breakpoint_ops): Install it.
6870 (print_recreate_catch_exec): New.
6871 (catch_exec_breakpoint_ops): Install it.
6872 (print_recreate_exception_catchpoint): New.
6873 (gnu_v3_exception_catchpoint_ops): Install it.
6874 (save_breakpoints): New, based on tracepoint_save_command, but
6875 handle all breakpoint types.
6876 (save_breakpoints_command): New.
6877 (tracepoint_save_command): Rename to...
6878 (save_tracepoints_command): ... this, and reimplement using
6879 save_breakpoints.
6880 (save_command): New.
6881 (_initialize_breakpoints): Install the "save" command prefix.
6882 Install the "save breakpoints" command. Make "save-tracepoints" a
6883 deprecated alias for "save tracepoints".
6884 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6885 * ada-lang.c (print_recreate_exception): New.
6886 (print_recreate_catch_exception): New.
6887 (catch_exception_breakpoint_ops): Install it.
6888 (print_recreate_catch_exception_unhandled): New.
6889 (catch_exception_unhandled_breakpoint_ops): Install it.
6890 (print_recreate_catch_assert): New.
6891 (catch_assert_breakpoint_ops): Install it.
6892
6893 * NEWS: Mention the new `save breakpoints' command. Mention the
6894 new `save tracepoints' alias and that `save-tracepoints' is now
6895 deprecated.
6896
6897 2010-04-18 Pedro Alves <pedro@codesourcery.com>
6898
6899 PR tui/9217
6900
6901 * tui/tui-out.c: Include cli-out.h.
6902 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6903 (tui_begin, tui_end, tui_field_int, tui_field_skip)
6904 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6905 (tui_message, tui_wrap_hint, tui_flush): Delete forward
6906 declarations.
6907 (struct ui_out_data): Rename to...
6908 (struct tui_ui_out_data): ... this. Remove `stream' and
6909 `suppress_output' fields, and inherit cli_ui_out_data.
6910 (tui_out_data): New typedef.
6911 (tui_ui_out_impl): Don't initialize fields staticaly.
6912 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6913 (tui_begin, tui_end): Delete.
6914 (tui_field_int): Adjust to delegate most work to the base type.
6915 (tui_field_skip): Delete.
6916 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
6917 delegate most work to the base type.
6918 (tui_spaces): Delete.
6919 (tui_text): Adjust to delegate most work to the base type.
6920 (tui_message): Delete.
6921 (tui_wrap_hint): Delete.
6922 (tui_flush): Delete.
6923 (out_field_fmt): Delete.
6924 (field_separator): Delete.
6925 (tui_out_new): Adjust to initialize the base type.
6926 (_initialize_tui_out): Initialize tui_ui_out_impl.
6927 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6928 cli_ui_out_data.
6929 (cli_out_data): Adjust.
6930 (cli_ui_out_impl): Make extern.
6931 (cli_table_header, cli_field_int, cli_field_skip): Use
6932 uo_field_string instead of cli_field_string.
6933 (cli_redirect): Adjust to use cli_out_data.
6934 (cli_out_data_ctor): New.
6935 (cli_out_new): Use it.
6936 * cli-out.h (struct ui_file): Remove forward declaration.
6937 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6938 (cli_ui_out_impl): Declare.
6939 (cli_out_data_ctor): Declare.
6940 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6941 (uo_field_string): No longer static.
6942 (ui_out_data): Change return type to void pointer.
6943 (ui_out_new): Change `data' parameter type to void pointer.
6944 * ui-out.h (struct ui_out_data): Don't forward declare.
6945 (ui_out_data): Change return type to void pointer.
6946 (ui_out_new): Change `data' parameter type to void pointer.
6947 (uo_field_string): Declare.
6948
6949 2010-04-17 Pedro Alves <pedro@codesourcery.com>
6950
6951 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6952 instead of always false.
6953
6954 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6955
6956 PR corefiles/11511
6957 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6958 orig_rax.
6959
6960 2010-04-17 Pedro Alves <pedro@codesourcery.com>
6961
6962 * breakpoint.c (watchpoints_triggered): Use
6963 is_hardware_watchpoint.
6964 (watchpoints_triggered): Ditto.
6965 (bpstat_check_location): Use is_watchpoint and
6966 is_hardware_watchpoint.
6967 (bpstat_check_watchpoint): Use is_watchpoint and
6968 is_hardware_watchpoint.
6969 (bpstat_stop_status): Fix comment.
6970 (user_settable_breakpoint): Use is_watchpoint.
6971 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
6972 (disable_watchpoints_before_interactive_call_start): Use
6973 is_watchpoint.
6974 (enable_watchpoints_after_interactive_call_stop): Use
6975 is_watchpoint.
6976 (clear_command): Use is_watchpoint.
6977 (do_enable_breakpoint): Use is_watchpoint.
6978
6979 2010-04-16 Mike Frysinger <vapier@gentoo.org>
6980
6981 * solib-frv.c (enable_break1_done): Delete.
6982 (enable_break2): Do not check enable_break1_done. Move the
6983 enable_break2_done setting and call to
6984 remove_solib_event_breakpoints() to the end. Return without
6985 warning when the contents of _dl_debug_addr are 0.
6986 (enable_break): Do not set enable_break1_done.
6987 (frv_clear_solib): Likewise.
6988
6989 2010-04-16 Kevin Buettner <kevinb@redhat.com>
6990
6991 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
6992 instead of an error if no PLT entry is found. Return a
6993 potentially useful result.
6994 (m32c_m16c_pointer_to_address): Add code to search for function
6995 address when no .plt entry is found.
6996
6997 2010-04-16 Stan Shebs <stan@codesourcery.com>
6998
6999 * tracepoint.c (trace_variable_command): Run a cleanup.
7000
7001 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7002
7003 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
7004
7005 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7006
7007 Support for Windows OS Thread Information Block.
7008 * NEWS: Document new feature.
7009 * remote.c (PACKET_qGetTIBAddr): New enum element.
7010 (remote_get_tib_address): New function.
7011 (init_remote_ops): Set to_get_tib_address field
7012 to remote_get_tib_address.
7013 (_initialize_remote): Add add_packet_config_cmd
7014 for PACKET_qGetTIBAddr.
7015 * target.c (update_current_target): Set default value for
7016 new to_get_tib_address field.
7017 * target.h (target_ops): New field to_get_tib_address.
7018 (target_get_tib_address): New macro.
7019 * windows-nat.c (thread_info): Add thread_local_base field.
7020 (windows_add_thread): Add tlb argument of type 'void *'.
7021 (fake_create_process): Adapt windows_add_thread call.
7022 (get_windows_debug_event): Idem.
7023 (windows_get_tib_address): New function.
7024 (init_windows_ops): Set to_get_tib_address field
7025 to remote_get_tib_address.
7026 (_initialize_windows_nat): Replace info_w32_cmdlist
7027 initialization by a call to init_w32_command_list.
7028 (info_w32_command, info_w32_cmdlist): Removed from here...
7029 to windows-tdep.c file.
7030 * windows-tdep.h (info_w32_cmdlist): Declare.
7031 (init_w32_command_list): New external function
7032 declaration.
7033 * windows-tdep.c: Add several headers.
7034 (info_w32_cmdlist): to here, made global.
7035 (thread_information_32): New struct.
7036 (thread_information_64): New struct.
7037 (TIB_NAME): New char array.
7038 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
7039 (maint_display_all_tib): New static variable.
7040 (windows_get_tlb_type): New function.
7041 (tlb_value_read, tlb_value_write): New functions.
7042 (tlb_value_funcs): New static struct.
7043 (tlb_make_value): New function.
7044 (display_one_tib): New function.
7045 (display_tib): New function.
7046 (show_maint_show_all_tib):New function.
7047 (info_w32_command): Moved from windows-nat.c.
7048 (init_w32_command_list): New function.
7049 (_initialize_windows_tdep): New function.
7050 New "maint set/show show-all-tib" command
7051 New "$_tlb" internal variable.
7052
7053 2010-04-16 Joel Brobecker <brobecker@adacore.com>
7054
7055 * tui/tui-regs.c (tui_display_register): Add comment about
7056 a couple of casts.
7057 * tui/tui-stack.c (tui_show_locator_content): Ditto.
7058
7059 2010-04-15 Stan Shebs <stan@codesourcery.com>
7060
7061 * frame.c: Include tracepoint.h.
7062 (get_current_frame): Allow a trace frame to be an alternate source
7063 of stack frame data.
7064 * tracepoint.c (tfind_1): Don't try to get current stack frame if
7065 it won't succeed.
7066
7067 2010-04-15 Pedro Alves <pedro@codesourcery.com>
7068
7069 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
7070 flags.
7071 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
7072
7073 2010-04-15 Doug Evans <dje@google.com>
7074
7075 * NEWS: Add entry for python program space support.
7076 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
7077 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
7078 (py-progspace.o): New rule.
7079 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
7080 function.
7081 (find_pretty_printer_from_progspace): New function.
7082 (find_pretty_printer_from_gdb): New function.
7083 (find_pretty_printer): Rewrite.
7084 * python/py-progspace.c: New file.
7085 * python/python-internal.h (program_space): Add forward decl.
7086 (pspace_to_pspace_object, pspy_get_printers): Declare.
7087 (gdbpy_initialize_pspace): Declare.
7088 * python/python.c: #include "progspace.h".
7089 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
7090 (_initialize_python): Call gdbpy_initialize_pspace.
7091 (GdbMethods): Add current_progspace, progspaces.
7092
7093 Add -s option to source command.
7094 * NEWS: Document new option.
7095 * cli/cli-cmds.c (find_and_open_script): Add function comment.
7096 Delete from_tty and cleanupp args. Split filep arg into file and
7097 full_pathp. New arg search_path.
7098 (source_script_from_stream): New function.
7099 (source_script_with_search): New function.
7100 (source_script): Rewrite.
7101 (source_command): Parse "-s" option.
7102 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
7103 * python/python.c (source_python_script): Make file arg a const char *.
7104 Don't call fclose, leave for caller.
7105 * python/python.h (source_python_script): Update.
7106
7107 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7108 Pedro Alves <pedro@codesourcery.com>
7109
7110 Avoid rereading shared libraries that haven't changed.
7111
7112 * solib.c (free_so_symbols): New function, from ...
7113 (free_so): ... here. Call it.
7114 (solib_read_symbols): Don't warn here if symbols have already been
7115 loaded.
7116 (solib_add): Warn here instead, if a pattern was specified.
7117 (reload_shared_libraries_1): New.
7118 (reload_shared_libraries): Rewrite to not fetch the library list.
7119
7120 2010-04-14 Doug Evans <dje@google.com>
7121
7122 * source.c (openp): Strip DOS drive letter if present before
7123 concatenating string to search path.
7124
7125 2010-04-14 Pedro Alves <pedro@codesourcery.com>
7126
7127 * objfiles.h (gdb_bfd_close_or_warn): Declare.
7128 * objfiles.c (gdb_bfd_close_or_warn): New.
7129 * corelow.c: Include objfiles.h
7130 (core_close): Use gdb_bfd_close_or_warn.
7131 * elfread.c (build_id_verify): Ditto.
7132 * exec.c (exec_close, exec_close_1): Ditto.
7133
7134 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7135 Pedro Alves <pedro@codesourcery.com>
7136
7137 Group errors for many missing shared libraries.
7138
7139 * solist.h (struct so_list): Remove from_tty.
7140 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
7141 (solib_map_sections): Take so_list argument. Return 0 if we
7142 failed to open a BFD. Add target sections here.
7143 (symbol_add_stub): Delete.
7144 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
7145 not from_tty copied from the so_list. Don't warn a second time
7146 for a missing library.
7147 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
7148 add to the section table here. Print out a single warning for all
7149 missing libraries.
7150 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
7151 flags.
7152
7153 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
7154
7155 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
7156 error/warning messages. Capitalize and use complete sentences.
7157 (blpy_block_syms_iternext): Likewise.
7158 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
7159 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
7160 (frame_info_to_frame_object, frapy_read_var)
7161 (gdbpy_frame_stop_reason_string): Likewise.
7162 * python/py-lazy-string.c (stpy_convert_to_value)
7163 (gdbpy_create_lazy_string_object): Likewise.
7164 * python/py-objfile.c (objfpy_set_printers): Likewise.
7165 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
7166 * python/python.c (parameter_to_python): Likewise.
7167 * python/py-type.c (typy_range, typy_target): Likewise.
7168 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
7169 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
7170
7171
7172 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
7173
7174 PR python/11381
7175
7176 * python/py-prettyprint.c (pretty_print_one_value): Test for
7177 Py_None.
7178 (print_string_repr): Test for Py_None. Set flags accordingly.
7179 Return value depending on return type.
7180 (print_children): Take a value indicating whether data was printed
7181 before this function was called. Alter output accordingly.
7182 (apply_val_pretty_printer): Capture return value from
7183 print_string_repr and pass to print_children.
7184
7185 2010-04-13 Mark Kettenis <kettenis@gnu.org>
7186
7187 PR corefiles/11481
7188 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
7189 register note sections.
7190 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
7191 New variables.
7192 (i386_linux_init_abi): Install list of supported register note
7193 sections that matches the target description.
7194
7195 2010-04-13 Pedro Alves <pedro@codesourcery.com>
7196
7197 * remote.c (remote_get_noisy_reply): Don't error out on empty
7198 replies.
7199 (remote_start_remote): Update and merge tracepoints and trace
7200 state variables as long as the target supports tracepoints.
7201 (remote_trace_init): Fix prototype.
7202 (remote_download_trace_state_variable): Validate reply.
7203 (remote_trace_set_readonly_regions): Fix prototype.
7204 (remote_trace_start): Fix prototype. Check for empty reply.
7205 (remote_get_trace_status): Small cleanup.
7206 (remote_trace_stop): Fix prototype. Check for empty reply.
7207 (remote_trace_find): Check for empty reply.
7208 (remote_save_trace_data): Validate reply.
7209 (remote_set_disconnected_tracing): Check for empty reply, and
7210 validate reply.
7211 (remote_set_circular_trace_buffer): Ditto.
7212
7213 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
7214
7215 Suppress unused value warning during compilation.
7216 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
7217 calls to void.
7218 * tui/tui-stack.c (tui_show_locator_content): Likewise.
7219
7220 2010-04-12 Stan Shebs <stan@codesourcery.com>
7221
7222 * tracepoint.c (tfile_xfer_partial): Check read result.
7223
7224 2010-04-12 Mike Frysinger <vapier@gentoo.org>
7225
7226 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
7227 * remote-sim.c (gdbsim_files_info): Likewise.
7228
7229 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7230
7231 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
7232 * arm-linux-nat.c (arm_linux_vfp_register_count): New
7233 variable.
7234 (fetch_vfp_registers): New function to fetch VFP registers.
7235 (store_vfp_registers): New function to store VFP registers.
7236 (arm_linux_fetch_inferior_registers): Add support for VFP
7237 registers.
7238 (arm_linux_store_inferior_registers): Likewise.
7239 (arm_linux_read_description): Likewise.
7240 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
7241 until we need it.
7242
7243 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
7244
7245 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
7246 tdep.
7247 (amd64_collect_xstateregset): Likewise.
7248
7249 2010-04-09 Stan Shebs <stan@codesourcery.com>
7250
7251 * tracepoint.c (trace_status_mi): Report frames created.
7252
7253 * tracepoint.c (trace_dump_command): Include default-collect
7254 expressions.
7255
7256 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
7257
7258 * symtab.c (find_function_start_sal): Never return SAL pointing
7259 before function start address, even if line info is missing.
7260
7261 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7262
7263 * NEWS: Mention tracepoints support.
7264
7265 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7266
7267 * tracepoint.c (trace_status_mi): Report disconnected tracing and
7268 circular trace buffer statuses.
7269
7270 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7271
7272 * config/djgpp/fnchange.lst: Fix typo in translations for
7273 symbol-without-target_section.exp and symbol-without-target_section.c.
7274
7275 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7276
7277 * breakpoint.c (condition_command): Pass condition expression to
7278 set_breakpoint_condition stripped from breakpoint number.
7279
7280 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
7281 Thiago Jung Bauermann <bauerman@br.ibm.com>
7282 Tom Tromey <tromey@redhat.com>
7283
7284 * breakpoint.c (condition_command): Simplify. Move condition
7285 setting code to ...
7286 (set_breakpoint_condition): ... here. New function.
7287 * breakpoint.h (set_breakpoint_condition): Declare.
7288 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
7289 (SUBDIR_PYTHON_SRCS): Likewise.
7290 (py-breakpoint.o): New rule.
7291 * python/py-breakpoint.c: New file.
7292 * python/python-internal.h (gdbpy_breakpoints)
7293 (gdbpy_initialize_breakpoints): Declare.
7294 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
7295
7296 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7297
7298 * regformats/regdat.sh: Include server.h. Don't include
7299 regcache.h.
7300
7301 2010-04-08 Stan Shebs <stan@codesourcery.com>
7302 Pedro Alves <pedro@codesourcery.com>
7303
7304 * tracepoint.h (struct trace_status): New fields disconnected_tracing
7305 and circular_buffer.
7306 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
7307 * tracepoint.c (trace_status_command): Display target's status for
7308 disconnected tracing and circular buffer.
7309 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
7310 query for non-disconnected-tracing case, remove the stop_tracing
7311 call.
7312 (tfile_open): Clear disconnected and circular buffer status.
7313 (trace_save): Save disconnected and circular buffer status.
7314 (parse_trace_status): Parse disconnected and circular buffer status,
7315 also recognize disconnected as a stop reason.
7316 * remote.c (remote_set_disconnected_tracing): Only set
7317 QTDisconnected if the remote end supports disconnected tracing.
7318 Warn otherwise, if trying to enable disconnected tracing.
7319 * infcmd.c (detach_command): Update disconnect_tracing call.
7320 * cli/cli-cmds.c (quit_command): Ditto.
7321
7322 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7323
7324 * i387-tdep.c (i387_collect_xsave): Replace abort with
7325 internal_error.
7326
7327 2010-04-08 Stan Shebs <stan@codesourcery.com>
7328
7329 * breakpoint.c (default_collect_info): New function.
7330 (breakpoints_info): Call it.
7331 (maintenance_info_breakpoints): Ditto.
7332 (tracepoints_info): Ditto.
7333
7334 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7335
7336 * i387-tdep.c (i387_collect_xsave): Re-indent.
7337
7338 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7339
7340 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
7341 if HAVE_PTRACE_GETFPXREGS is defined.
7342 (i386_linux_read_description): Set have_ptrace_getfpxregs and
7343 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
7344
7345 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
7346 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
7347 if .reg-xfp section doesn't exist.
7348 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
7349
7350 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
7351
7352 * i386-tdep.c: Include "features/i386/i386-mmx.c".
7353 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
7354 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
7355 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
7356 (i386_gdbarch_init): Update comments.
7357 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
7358
7359 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
7360
7361 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
7362
7363 * features/Makefile (i386/i386-mmx-expedite): New.
7364 (i386/i386-mmx-linux-expedite): Likewise.
7365 ($(outdir)/i386/i386-mmx.dat): Likewise.
7366 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
7367
7368 * features/i386/i386-mmx-linux.c: New.
7369 * features/i386/i386-mmx-linux.xml: Likewise.
7370 * features/i386/i386-mmx.c: Likewise.
7371 * features/i386/i386-mmx.xml: Likewise.
7372 * regformats/i386/i386-mmx-linux.dat: Likewise.
7373 * regformats/i386/i386-mmx.dat: Likewise.
7374
7375 * features/Makefile (WHICH): Add i386/i386-mmx and
7376 i386/i386-mmx-linux.
7377
7378 2010-04-08 Doug Evans <dje@google.com>
7379
7380 * source.c (openp): Skip $cdir in PATH.
7381
7382 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
7383
7384 PR python/11417
7385 * python/py-lazy-string.c (stpy_convert_to_value): Check for
7386 a NULL address.
7387 (gdbpy_create_lazy_string_object): Allow strings with a NULL
7388 address and a zero length.
7389
7390 2010-04-08 Hui Zhu <teawater@gmail.com>
7391
7392 * i386-tdep.c (i386_process_record): Add support for insn
7393 rdtsc.
7394
7395 2010-04-07 Doug Evans <dje@google.com>
7396
7397 * python/python.c (source_python_script): Use ensure_python_env
7398 to prepare environment for script.
7399
7400 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7401
7402 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
7403 <sys/uio.h> and "i386-xstate.h".
7404 (PTRACE_GETREGSET): New.
7405 (PTRACE_SETREGSET): Likewise.
7406 (have_ptrace_getregset): Likewise.
7407 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
7408 registers.
7409 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
7410 registers.
7411 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
7412 (amd64_linux_store_inferior_registers): Likewise.
7413 (amd64_linux_read_description): Check and enable AVX target
7414 descriptions.
7415
7416 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
7417 and "features/i386/amd64-avx-linux.c".
7418 (amd64_linux_regset_sections): New.
7419 (amd64_linux_core_read_description): Check and enable AVX
7420 target description.
7421 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
7422 set_gdbarch_core_regset_sections.
7423 (_initialize_amd64_linux_tdep): Call
7424 initialize_tdesc_amd64_avx_linux.
7425
7426 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
7427 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
7428 (tdesc_amd64_avx_linux): New.
7429 (amd64_linux_update_xstateregset): Likewise.
7430
7431 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
7432 (amd64_ymm_names): New.
7433 (amd64_ymmh_names): Likewise.
7434 (amd64_register_name): Likewise.
7435 (amd64_supply_xstateregset): Likewise.
7436 (amd64_collect_xstateregset): Likewise.
7437 (amd64_supply_xsave): Likewise.
7438 (amd64_collect_xsave): Likewise.
7439 (AMD64_NUM_REGS): Removed.
7440 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
7441 %xmmN if AVX is available.
7442 (amd64_pseudo_register_name): Support pseudo YMM registers.
7443 (amd64_regset_from_core_section): Support .reg-xstate section.
7444 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7445 and ymm0h_regnum. Call set_gdbarch_register_name.
7446 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7447
7448 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7449 AMD64_YMM15H_REGNUM.
7450 (AMD64_NUM_REGS): New.
7451 (amd64_supply_xsave): Likewise.
7452 (amd64_collect_xsave): Likewise.
7453 (amd64_register_name): Removed.
7454 (amd64_register_type): Likewise.
7455
7456 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7457
7458 * i387-tdep.c: Include "i386-xstate.h".
7459 (XSAVE_XSTATE_BV_ADDR): New.
7460 (xsave_avxh_offset): Likewise.
7461 (XSAVE_AVXH_ADDR): Likewise.
7462 (i387_supply_xsave): Likewise.
7463 (i387_collect_xsave): Likewise.
7464
7465 * i387-tdep.h (I387_NUM_YMM_REGS): New.
7466 (I387_YMM0H_REGNUM): Likewise.
7467 (I387_YMMENDH_REGNUM): Likewise.
7468 (i387_supply_xsave): Likewise.
7469 (i387_collect_xsave): Likewise.
7470
7471 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7472
7473 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7474 <sys/uio.h> and "i386-xstate.h".
7475 (PTRACE_GETREGSET): New.
7476 (PTRACE_SETREGSET): Likewise.
7477 (fetch_xstateregs): Likewise.
7478 (store_xstateregs): Likewise.
7479 (GETXSTATEREGS_SUPPLIES): Likewise.
7480 (regmap): Include 8 upper YMM registers.
7481 (i386_linux_fetch_inferior_registers): Support XSAVE extended
7482 state.
7483 (i386_linux_store_inferior_registers): Likewise.
7484 (i386_linux_read_description): Check and enable AVX target
7485 descriptions.
7486
7487 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7488 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7489 (i386_linux_regset_sections): Add ".reg-xstate".
7490 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7491 (i386_linux_core_read_xcr0): New.
7492 (i386_linux_core_read_description): Check and enable AVX target
7493 description.
7494 (i386_linux_init_abi): Set xsave_xcr0_offset.
7495 (_initialize_i386_linux_tdep): Call
7496 initialize_tdesc_i386_avx_linux.
7497
7498 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7499 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7500 (i386_linux_core_read_xcr0): New.
7501 (tdesc_i386_avx_linux): Likewise.
7502 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7503
7504 * i386-tdep.c: Include "i386-xstate.h" and
7505 "features/i386/i386-avx.c".
7506 (i386_ymm_names): New.
7507 (i386_ymmh_names): Likewise.
7508 (i386_ymmh_regnum_p): Likewise.
7509 (i386_ymm_regnum_p): Likewise.
7510 (i386_xmm_regnum_p): Likewise.
7511 (i386_register_name): Likewise.
7512 (i386_ymm_type): Likewise.
7513 (i386_supply_xstateregset): Likewise.
7514 (i386_collect_xstateregset): Likewise.
7515 (i386_sse_regnum_p): Removed.
7516 (i386_pseudo_register_name): Support pseudo YMM registers.
7517 (i386_pseudo_register_type): Likewise.
7518 (i386_pseudo_register_read): Likewise.
7519 (i386_pseudo_register_write): Likewise.
7520 (i386_dbx_reg_to_regnum): Return %ymmN register number for
7521 %xmmN if AVX is available.
7522 (i386_regset_from_core_section): Support .reg-xstate section.
7523 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7524 (i386_process_record): Replace i386_sse_regnum_p with
7525 i386_xmm_regnum_p.
7526 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7527 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7528 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
7529 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
7530 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
7531 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7532 Set ymm0_regnum.
7533 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7534
7535 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7536 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7537 i386_ymm_type.
7538 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7539 (I386_AVX_NUM_REGS): New.
7540 (i386_xmm_regnum_p): Likewise.
7541 (i386_ymm_regnum_p): Likewise.
7542 (i386_ymmh_regnum_p): Likewise.
7543
7544 * common/i386-xstate.h: New.
7545
7546 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7547
7548 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7549
7550 * features/Makefile (WHICH): Add i386/i386-avx,
7551 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7552 (i386/i386-avx-expedite): New.
7553 (i386/i386-avx-linux-expedite): Likewise.
7554 (i386/x86-64-avx-expedite):Likewise.
7555 (i386/x86-64-avx-linux-expedite): Likewise.
7556 ($(outdir)/i386/i386-avx.dat): New dependency.
7557 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7558 ($(outdir)/i386/x86-avx-64.dat): Likewise.
7559 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7560
7561 * features/i386/32bit-avx.xml: New.
7562 * features/i386/64bit-avx.xml: Likewise.
7563 * features/i386/i386-avx-linux.c: Likewise.
7564 * features/i386/i386-avx-linux.xml: Likewise.
7565 * features/i386/i386-avx.c: Likewise.
7566 * features/i386/i386-avx.xml: Likewise.
7567 * features/i386/x86-64-avx-linux.c: Likewise.
7568 * features/i386/x86-64-avx-linux.xml: Likewise.
7569 * features/i386/x86-64-avx.c: Likewise.
7570 * features/i386/x86-64-avx.xml: Likewise.
7571 * regformats/i386/i386-avx-linux.dat: Likewise.
7572 * regformats/i386/i386-avx.dat: Likewise.
7573 * regformats/i386/x86-64-avx-linux.dat: Likewise.
7574 * regformats/i386/x86-64-avx.dat: Likewise.
7575
7576 2010-04-07 Doug Evans <dje@google.com>
7577
7578 * top.c (source_file_name): Make const char *.
7579 * top.h (source_file_name): Update.
7580 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7581 const char *.
7582 (script_from_file): Change `file' arg to const char *.
7583 * cli/cli-script.h (script_from_file): Update.
7584
7585 2010-04-06 Doug Evans <dje@google.com>
7586
7587 * cli/cli-cmds.c (source_command): Run cleanups.
7588
7589 2010-04-06 Stan Shebs <stan@codesourcery.com>
7590
7591 * defs.h (char_ptr): Move typedef here from...
7592 * ada-lang.c (char_ptr): Remove.
7593 * charset.c (char_ptr): Remove.
7594 * tracepoint.h (struct uploaded_string): Remove.
7595 (struct uploaded_tp): Use vectors for string arrays.
7596 * tracepoint.c (trace_save): Use vectors of actions.
7597 (parse_tracepoint_definition): Ditto.
7598 (get_uploaded_tp): Clear vectors.
7599 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7600 (next_cmd): Change to an int.
7601 (read_next_cmd): Use vector of command strings.
7602
7603 2010-04-06 Doug Evans <dje@google.com>
7604
7605 * top.h (source_script, cd_command): Delete.
7606 * main.c: #include "cli/cli-cmds.h"
7607
7608 2010-04-06 Kevin Buettner <kevinb@redhat.com>
7609
7610 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7611 type in bytes, not bits.
7612
7613 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7614
7615 * stabsread.c (define_symbol): Add support for char
7616 and string constants.
7617
7618 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7619
7620 Remove remaining "%ll" uses.
7621 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7622 hex_string call.
7623 * rs6000-nat.c (rs6000_ptrace64): Idem.
7624 * solib-pa64.c (pa64_current_sos): Idem.
7625 * solib-spu.c (spu_current_sos): Idem.
7626 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7627 plongest call.
7628 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7629 phex (VAR, 8) call.
7630 * sh64-tdep.c (sh64_show_media_regs): Idem.
7631
7632 2010-04-05 Stan Shebs <stan@codesourcery.com>
7633
7634 * tracepoint.c: Include gdbcore.h.
7635 (tfile_xfer_partial): Return partial results, also try reading
7636 from executable.
7637 (tfile_has_all_memory): New function.
7638 (init_tfile_ops): Use it.
7639
7640 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7641
7642 PR gdb/10736:
7643 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7644 the changes in data-directory.
7645 (init_sysinfo): Reload the syscall XML file if the data-directory
7646 has changed.
7647
7648 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7649
7650 Code cleanup.
7651 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7652
7653 2010-04-04 Stan Shebs <stan@codesourcery.com>
7654 Nathan Sidwell <nathan@codesourcery.com>
7655
7656 * breakpoint.c (breakpoint_1): Add filter argument, return number of
7657 breakpoints printed.
7658 (is_hardware_watchpoint): Make argument const.
7659 (is_watchpoint): Ditto.
7660 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7661 use it everywhere.
7662 (breakpoints_info): Pass NULL to breakpoint_1.
7663 (maintenance_info_breakpoints): Ditto.
7664 (watchpoints_info): New function.
7665 (tracepoints_info): Use breakpoint_1 filter.
7666 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7667 (_initialize_breakpoint): Make "info watchpoints" its own command.
7668 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7669 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7670
7671 2010-04-04 Stan Shebs <stan@codesourcery.com>
7672
7673 * tracepoint.c (tfile_fetch_registers): Add fallback case.
7674
7675 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7676
7677 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7678 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7679
7680 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7681
7682 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7683 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7684
7685 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7686
7687 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7688 code form.
7689
7690 2010-04-02 Hui Zhu <teawater@gmail.com>
7691
7692 * i386-tdep.c (OT_DQUAD): New enum.
7693 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7694 SSE3, SSSE3 and SSE4.
7695
7696 2010-04-02 Hui Zhu <teawater@gmail.com>
7697
7698 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7699 "*addr = 0".
7700
7701 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7702
7703 * tracepoint.c (trace_dump_actions): New, factored out from
7704 trace_dump_command, and adjusted to recurse into while-stepping's
7705 action list.
7706 (trace_dump_command): Use it.
7707
7708 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7709
7710 * breakpoint.h (struct counted_command_line): Moved definition to
7711 breakpoint.c, and forward declare.
7712 (breakpoint_commands): Declare.
7713 * breakpoint.c (struct counted_command_line): Moved here.
7714 (breakpoint_commands): New.
7715 * tracepoint.c (encode_actions): Use breakpoint_commands.
7716 * remote.c (remote_download_tracepoint): Ditto.
7717
7718 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7719
7720 * remote.c (remote_parse_stop_reply): Use hex_string instead
7721 of phex_nz for error.
7722
7723 2010-04-01 Stan Shebs <stan@codesourcery.com>
7724 Nathan Sidwell <nathan@codesourcery.com>
7725
7726 * tracepoint.h (enum actionline_type): Remove.
7727 (validate_actionline): Change return to void.
7728 * tracepoint.c (report_agent_reqs_errors): New function.
7729 (validate_actionline): Call it, change return to void, report errors
7730 more consistently.
7731 (collect_symbol): Call report_agent_reqs_errors.
7732 (encode_actions_1): Ditto.
7733 (encode_actions): Don't expect a result from validate_actionline.
7734
7735 2010-04-01 Stan Shebs <stan@codesourcery.com>
7736
7737 * tracepoint.c (trace_start_command): Confirm if trace is running.
7738 (trace_stop_command): Error if trace not running.
7739
7740 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7741
7742 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7743 (AMD64_NUM_LOWER_BYTE_REGS): New.
7744 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7745 (amd64_pseudo_register_write): Likewise.
7746 (amd64_init_abi): Set num_byte_regs to 20.
7747
7748 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7749
7750 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7751 (prev_breakpoint_count): New.
7752 (set_breakpoint_count): Adjust.
7753 (rbreak_start_breakpoint_count): New.
7754 (start_rbreak_breakpoints): Adjust.
7755 (end_rbreak_breakpoints): Adjust.
7756 (struct commands_info) <arg>: New field.
7757 (do_map_commands_command): Tweak output to include breakpoint spec
7758 range.
7759 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
7760 ARG was empty on entry. Set INFO's arg.
7761 (create_breakpoint): Adjust.
7762
7763 * NEWS: Clarify `commands' changes.
7764
7765 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7766
7767 * tracepoint.c: Include stack.h.
7768 (struct add_local_symbols_data): New.
7769 (do_collect_symbol): New.
7770 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7771 iterate_over_block_local_vars.
7772 * stack.c (print_block_frame_locals): Rewrite as ...
7773 (iterate_over_block_locals): ... this. Take a callback function
7774 pointer and generic data pointer, and call that instead of
7775 print_variable_and_value.
7776 (struct print_variable_and_value_data): New.
7777 (do_print_variable_and_value): New.
7778 (iterate_over_block_local_vars): New, abstracted out from
7779 print_frame_local_vars.
7780 (print_frame_local_vars): Rewrite using
7781 iterate_over_block_local_vars.
7782 (iterate_over_block_arg_vars): New, abstracted out from
7783 print_frame_arg_vars.
7784 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7785 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7786 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7787
7788 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
7789
7790 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7791 instructions. Use the PC+4 if the base of the TBB or TBH is the
7792 PC register.
7793
7794 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7795
7796 Fix crash on reading wrong function declaration DWARF.
7797 * dwarf2read.c (read_subroutine_type): New variable void_type.
7798 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
7799 more close to their use.
7800
7801 2010-03-31 Stan Shebs <stan@codesourcery.com>
7802
7803 * breakpoint.c (tracepoint_save_command): Include variables,
7804 conditionals, tracepoint types, and default-collect.
7805 * tracepoint.c (save_trace_state_variables): New function.
7806 * tracepoint.h (save_trace_state_variables): Declare it.
7807
7808 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
7809
7810 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7811
7812 2010-03-30 Keith Seitz <keiths@redhat.com>
7813
7814 * c-typeprint.c (c_type_print_args): Don't print "void"
7815 for java, regardless of whether it is TYPE_PROTOTYPED.
7816 Use the passed-in language instead of current_language.
7817 (c_type_print_varspec_suffix): Use current_language instead
7818 of assuming language_c.
7819 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7820 any return type specifier from the physname.
7821
7822 2010-03-30 Pedro Alves <pedro@codesourcery.com>
7823
7824 * tui/tui-interp.c (tui_is_toplevel): New.
7825 (tui_init): Set it.
7826 (tui_allowed_p): New.
7827 * tui/tui.c (tui_enable): Check if the TUI is allowed before
7828 enabling it.
7829 * tui/tui.h (tui_allowed_p): Declare.
7830
7831 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
7832
7833 * serial.h: Include winsock2.h before windows.h.
7834
7835 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
7836
7837 * NEWS: Mention xmlRegisters= in qSupported packet.
7838
7839 * i386-tdep.c: Include "remote.h".
7840 (_initialize_i386_tdep): Call register_remote_support_xml.
7841
7842 * remote.c (remote_support_xml): New.
7843 (register_remote_support_xml): Likewise.
7844 (remote_query_supported_append): Likewise.
7845 (remote_query_supported): Support remote_support_xml.
7846
7847 * remote.h (register_remote_support_xml): New.
7848
7849 2010-03-29 Stan Shebs <stan@codesourcery.com>
7850
7851 * tracepoint.c (trace_find_line_command): Remove dead code.
7852
7853 * tracepoint.h (struct uploaded_string): New struct.
7854 (struct uploaded_tp): New fields for source strings.
7855 * breakpoint.c (this_utp, next_cmd): New globals.
7856 (read_uploaded_action): New function.
7857 (create_tracepoint_from_upload): Fill in more parts
7858 of a tracepoint.
7859 * tracepoint.c (encode_source_string): New function.
7860 (trace_save): Write out source strings, fix error checks.
7861 (parse_tracepoint_definition): Add source string parsing.
7862 * remote.c (PACKET_TracepointSource): New packet type.
7863 (remote_download_command_source): New function.
7864 (remote_download_tracepoint): Download source pieces also.
7865 (_initialize_remote): Add packet config command.
7866
7867 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7868 expression handler.
7869
7870 * tracepoint.c (start_tracing): Check tracepoints before sending
7871 commands to target, don't start if all tracepoints disabled.
7872
7873 2010-03-28 Pedro Alves <pedro@codesourcery.com>
7874
7875 * cli/cli-script.c (process_next_line): Handle 'stepping'.
7876
7877 2010-03-26 Stan Shebs <stan@codesourcery.com>
7878
7879 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7880
7881 2010-03-26 Tom Tromey <tromey@redhat.com>
7882
7883 * breakpoint.c (commands_command_1): Duplicate 'arg'.
7884
7885 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7886
7887 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7888 (skip_prologue_sal): Remove local definition.
7889 (resolve_sal_pc): Remove now unnecessary code.
7890 * linespec.c (minsym_found): Call skip_prologue_sal.
7891 * symtab.c (find_function_start_pc): Remove.
7892 (find_function_start_sal): Extract prologue skipping into ...
7893 (skip_prologue_sal): ... this new function. Handle code both
7894 with and without debug info. Respect SAL's explicit_pc and
7895 explicit_line flags. Inline old find_function_start_pc.
7896 * symtab.h (find_function_start_pc): Remove.
7897 (skip_prologue_sal): Add prototype.
7898
7899 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7900
7901 * dwarf2read.c (read_func_scope): Also scan specification DIEs
7902 for DW_TAG_imported_module children.
7903
7904 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7905
7906 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7907 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7908 * completer.c (add_struct_fields): Fix inverted logic.
7909
7910 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7911
7912 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7913
7914 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7915
7916 * tracepoint.c (current_trace_status): Don't make sure error_desc
7917 is non-NULL here.
7918 (parse_trace_status): Release a previous error_desc string, and
7919 set it to NULL by default. If stop reason is tracepoint_error,
7920 make sure error_desc is not left NULL.
7921
7922 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7923
7924 * tracepoint.c (trace_save): Remove X from tracepoint error
7925 description.
7926
7927 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7928
7929 * tracepoint.c (parse_trace_status): Don't allow plain strings in
7930 the terror description. Don't expect an X prefix.
7931
7932 2010-03-25 Stan Shebs <stan@codesourcery.com>
7933
7934 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7935 (struct trace_status): New field error_desc.
7936 * tracepoint.c (stop_reason_names): Add terror.
7937 (current_trace_status): Ensure non-NULL error description.
7938 (trace_status_command): Add error report.
7939 (trace_status_mi): Ditto.
7940 (trace_save): Add special case for error description.
7941 (parse_trace_status): Add case for errors.
7942
7943 2010-03-25 Keith Seitz <keiths@redhat.com>
7944
7945 * dwarf2read.c (read_subroutine_type): If the compilation unit
7946 language is Java, mark any formal parameter named "this" as
7947 artificial (GCC/43521).
7948 (dwarf2_name): Add special handling for Java constructors.
7949
7950 2010-03-25 Tom Tromey <tromey@redhat.com>
7951
7952 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7953 * infrun.c (handle_inferior_event): Change initialization of
7954 stop_stack_dummy.
7955 (handle_inferior_event): Change assignment to stop_stack_dummy.
7956 (normal_stop): Update use of stop_stack_dummy.
7957 (struct inferior_status) <stop_stack_dummy>: Change type.
7958 * inferior.h (stop_stack_dummy): Update.
7959 * infcmd.c (stop_stack_dummy): Change type.
7960 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7961 function.
7962 (call_function_by_hand): Call set_std_terminate_breakpoint.
7963 Rewrite std::terminate handling.
7964 * breakpoint.h (enum bptype) <bp_std_terminate,
7965 bp_std_terminate_master>: New.
7966 (enum stop_stack_kind): New.
7967 (struct bpstat_what) <call_dummy>: Change type.
7968 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
7969 Declare.
7970 * breakpoint.c (create_std_terminate_master_breakpoint): New
7971 function.
7972 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
7973 Call create_std_terminate_master_breakpoint.
7974 (print_it_typical): Handle new breakpoint kinds.
7975 (bpstat_stop_status): Handle bp_std_terminate_master.
7976 (bpstat_what): Correctly set call_dummy field. Handle
7977 bp_std_terminate_master and bp_std_terminate.
7978 (print_one_breakpoint_location): Update.
7979 (allocate_bp_location): Update.
7980 (set_std_terminate_breakpoint): New function.
7981 (delete_std_terminate_breakpoint): Likewise.
7982 (create_thread_event_breakpoint): Update.
7983 (delete_command): Update.
7984 (breakpoint_re_set_one): Update.
7985 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
7986
7987 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7988
7989 * symfile.c (build_section_addr_info_from_bfd): New.
7990 (build_section_addr_info_from_objfile): Base it on
7991 build_section_addr_info_from_bfd.
7992 (addrs_section_compar, addrs_section_sort): New.
7993 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
7994 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
7995 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
7996
7997 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
7998
7999 * elfread.c (find_separate_debug_file_by_buildid):
8000 Remove unused local variable.
8001
8002 2010-03-24 Tom Tromey <tromey@redhat.com>
8003
8004 PR breakpoints/9352:
8005 * NEWS: Mention changes to `commands' and `rbreak'.
8006 * symtab.c (do_end_rbreak_breakpoints): New function.
8007 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
8008 end_rbreak_breakpoints.
8009 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
8010 (set_breakpoint_count): Likewise. Clear last_was_multi.
8011 (multi_start, multi_end, last_was_multi): New globals.
8012 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
8013 functions.
8014 (struct commands_info): New
8015 (do_map_commands_command): New function.
8016 (commands_command_1): New function.
8017 (commands_command): Use it.
8018 (commands_from_control_command): Likewise.
8019 (do_delete_breakpoint): New function.
8020 (delete_command): Use it.
8021 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
8022 (do_map_disable_breakpoint): New function.
8023 (disable_command): Use it.
8024 (do_map_enable_breakpoint): New function.
8025 (enable_command): Use it.
8026 (enable_once_breakpoint): Add argument.
8027 (enable_once_command): Update.
8028 (enable_delete_breakpoint): Add argument.
8029 (enable_delete_command): Update.
8030 (break_command_really): Set last_was_multi when needed.
8031 (check_tracepoint_command): Fix formatting.
8032 (validate_commands_for_breakpoint): New function.
8033 (breakpoint_set_commands): Use it.
8034 (tracepoint_save_command): Update.
8035 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
8036 Declare.
8037
8038 2010-03-24 Tom Tromey <tromey@redhat.com>
8039
8040 * breakpoint.h (struct counted_command_line): New struct.
8041 (struct breakpoint) <commands>: Change type.
8042 (struct bpstats) <commands>: Change type.
8043 <commands_left>: New field.
8044 * breakpoint.c (alloc_counted_command_line): New function.
8045 (incref_counted_command_line): Likewise.
8046 (decref_counted_command_line): Likewise.
8047 (do_cleanup_counted_command_line): Likewise.
8048 (make_cleanup_decref_counted_command_line): Likewise.
8049 (breakpoint_set_commands): Use decref_counted_command_line and
8050 alloc_counted_command_line.
8051 (commands_command): Don't error if breakpoint commands are
8052 executing.
8053 (commands_from_control_command): Likewise.
8054 (bpstat_free): Update.
8055 (bpstat_copy): Likewise.
8056 (bpstat_clear_actions): Likewise.
8057 (bpstat_do_actions_1): Likewise.
8058 (bpstat_stop_status): Likewise.
8059 (print_one_breakpoint_location): Likewise.
8060 (delete_breakpoint): Likewise.
8061 (bpstat_alloc): Initialize new field.
8062 (tracepoint_save_command): Update.
8063 * tracepoint.c (encode_actions): Update.
8064 (trace_dump_command): Update.
8065
8066 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8067
8068 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
8069 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
8070 (read_structure_type): For RealView, set TYPE_STUB on structures with
8071 no byte size and no children.
8072 (read_subroutine_type): Mark functions as prototyped by default.
8073 * symtab.c (producer_is_realview): New function.
8074 * symtab.h (expand_line_sal): Fix declaration formatting.
8075 (producer_is_realview): Declare.
8076
8077 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8078
8079 * arm-tdep.c (skip_prologue_function): New function.
8080 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
8081 (thumb_analyze_prologue): Document return value. Recognize more
8082 Thumb instructions, skippable calls, and some Thumb-2 instructions.
8083 Add debug output.
8084 (arm_skip_prologue): Remove call dummy check. Check the prologue
8085 for non-GNU compilers.
8086 (arm_instruction_changes_pc): New function.
8087 (arm_analyze_prologue): New function, broken out from
8088 arm_scan_prologue. Recognize more ARM instructions and skippable
8089 calls. Update comments. Handle NULL cache. Return the address
8090 of the first unrecognized instruction. Do not skip past other
8091 instructions which change control flow. Add debug output.
8092 (arm_scan_prologue): Use arm_analyze_prologue.
8093 (ARM_PC_32): Delete.
8094 (shifted_reg_val): Simplify ARM_PC_32 check.
8095
8096 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8097
8098 * tracepoint.c (tvariables_info_1): Actually compute
8099 the number of rows in the result.
8100
8101 2010-03-24 Pedro Alves <pedro@codesourcery.com>
8102
8103 * remote.c (crc32): Constify `buf' parameter.
8104 (remote_verify_memory): New, abstracted out from...
8105 (compare_sections_command): ... this. Remove hardcoded target
8106 checks.
8107 (init_remote_ops): Install remote_verify_memory.
8108 * target.c (target_verify_memory): New.
8109 * target.h (struct target_ops) <to_verify_memory>: New field.
8110 (target_verify_memory): Declare.
8111
8112 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8113
8114 Implement -trace-save.
8115
8116 * mi-cmds.h (mi_cmds_trace_save): Declare.
8117 * mi-cmds.c (mi_cmds): Register -trace-save.
8118 * mi/mi-main.c (mi_cmd_trace_save): New.
8119 * remote.c (remote_save_trace_data): Take const parameter.
8120 * target.h (struct target_ops::to_save_trace_data): Take
8121 const parameter.
8122 * target.c (update_current_target): Adjust to the above.
8123 * tracepoint.c (trave_save): New, extracted from
8124 (trace_save_command): ...this.
8125 (tfile_trace_find): Remove message that is unnecessary now
8126 that 'tfind' reports found frame.
8127 * tracepoint.h (trace_save): Declare.
8128
8129 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8130
8131 Implement -trace-find.
8132
8133 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
8134 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
8135 * mi/mi-main.c (mi_cmd_trace_find): New.
8136 * target.h (struct target_ops): Document to_trace_find.
8137 * tracepoint.h (tfind_1): Declare.
8138 * tracepoint.c (finish_tfind_command): Rename to...
8139 (tfind_1): ...this.
8140 * remote.c (remote_trace_find): Return -1 if target say
8141 there's no frame. Improve error diagnostics.
8142
8143 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8144
8145 -trace-define-variable and -trace-list-variables.
8146
8147 * tracepoint.c (create_trace_state_variable): Make
8148 private copy of name, as opposed to assuming the
8149 pointer lives forever.
8150 (tvariables_info_1): New.
8151 (tvariables_info): Use the above.
8152 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
8153 Declare.
8154 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
8155 and -trace-list-variables.
8156 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
8157 (mi_cmd_trace_list_variables): New.
8158 * mi/mi-main.c (mi_cmd_trace_define_variable)
8159 (mi_cmd_trace_list_variables): New.
8160
8161 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8162
8163 Implement -break-passcount.
8164
8165 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
8166 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
8167 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
8168
8169 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8170
8171 -trace-start/-trace-end/-trace-status.
8172
8173 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
8174 and -trace-stop.
8175 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
8176 (mi_cmd_trace_stop): Declare.
8177 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
8178 (mi_cmd_trace_stop): New.
8179 * tracepoint.c (start_tracing): New, extracted from...
8180 (trace_start_command): ...this.
8181 (trace_status_mi): New.
8182 * tracepoint.h (struct trace_status): Document
8183 stopping_tracepoint.
8184 (start_tracing, stop_tracing, trace_status_mi): Declare.
8185
8186 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8187
8188 Implement creating tracepoints with -break-insert.
8189
8190 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
8191 to mean that tracepoint should be created.
8192
8193 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8194
8195 * breakpoint.c (check_no_tracepoint_commands): Use
8196 current spelling of 'teval'.
8197
8198 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8199
8200 Unify actions and commands
8201
8202 * defs.h (read_command_lines, read_command_lines_1): New
8203 parameters validator and closure.
8204 * tracepoint.h (struct action_line): Remove.
8205 * breakpoint.h (struct breakpoint): Remove the 'actions'
8206 field.
8207 * defs.h (enum command_control_type): New value
8208 while_stepping_control.
8209 (struct command_line): Add comments.
8210 * breakpoint.c (breakoint_is_tracepoint): New.
8211 (breakpoint_set_commands): For tracepoints,
8212 verify the commands are permissible.
8213 (check_tracepoint_commands): New.
8214 (commands_command): Require that each new line is validated using
8215 check_tracepoint_command, if we set commands for a tracepoint.
8216 (create_tracepoint_from_upload): Likewise.
8217 (print_one_breakpoint_location): Remove the code to print
8218 actions specifically.
8219 (tracepoint_save_command): Relay to print_command_lines.
8220 * cli/cli-script.c (process_next_line): New parameters validator
8221 and closure. Handle 'while-stepping'. Call validator if not null.
8222 (read_command_lines, read_command_lines1): Likewise.
8223 (recurse_read_control_structure): New parameters validator and
8224 closure. Handle while_stepping_control.
8225 (print_command_lines): Handle while-stepping.
8226 (get_command_line, define_command, document_command): Adjust.
8227 * remote.c (remote_download_tracepoint): Adjust.
8228 * tracepoint.c (make_cleanup_free_actions, read_actions)
8229 (free_actions, do_free_actions_cleanup): Remove.
8230 (trace_actions_command): Use read_command_lines.
8231 (validate_actionline): Use error in one place.
8232 (encode_actions_1): New, extracted from...
8233 (encode_actions): ...this. Also use cleanups for exception
8234 safety.
8235 (trace_dump_command): Adjust.
8236 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
8237 it's tracepoint.
8238
8239 2010-03-23 Mike Frysinger <vapier@gentoo.org>
8240
8241 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
8242
8243 2010-03-22 Stan Shebs <stan@codesourcery.com>
8244
8245 * value.c (value_static_field): Be lazy about the field's value.
8246
8247 2010-03-22 Reid Kleckner <reid@kleckner.net>
8248
8249 PR gdb/11094
8250 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
8251 bp_jit_event.
8252 (disable_breakpoints_in_shlibs): Likewise.
8253
8254 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
8255
8256 * dwarf2read.c (partial_die_parent_scope): Work around buggy
8257 GCC 4.1 debug info generation (GCC PR c++/28460).
8258 (determine_prefix): Likewise.
8259
8260 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
8261
8262 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
8263 get_current_arch.
8264 * tui/tui-layout.c (extract_display_start_addr): Likewise.
8265
8266 2010-03-19 Stan Shebs <stan@codesourcery.com>
8267
8268 * ax-gdb.c (gen_fetch): Handle bool.
8269 (gen_usual_unary): Ditto.
8270 (gen_cast): Ditto.
8271 (gen_equal): New function.
8272 (gen_less): New function.
8273 (gen_expr_binop_rest): Call them, also return integer type from
8274 logical operations.
8275 (gen_expr): Ditto.
8276
8277 2010-03-19 Tom Tromey <tromey@redhat.com>
8278
8279 * jv-lang.c (jv_dynamics_objfile_data_key)
8280 (jv_type_objfile_data_key): New globals.
8281 (class_symtab): Move earlier.
8282 (jv_per_objfile_free): New function.
8283 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
8284 parameter.
8285 Remove ancient #if 1.
8286 (add_class_symbol): Remove redundant declaration.
8287 (java_lookup_class): Use alloc_type, not alloc_type_arch.
8288 (java_link_class_type): Mark as static. Update.
8289 (jv_clear_object_type): New function.
8290 (set_java_object_type): Likewise.
8291 (get_java_object_type): Use set_java_object_type.
8292 (is_object_type): Likewise.
8293 (_initialize_java_language): Register new objfile keys.
8294 (get_java_class_symtab): Add 'gdbarch' parameter.
8295 (add_class_symtab_symbol): Update.
8296 (type_from_class): Update.
8297
8298 2010-03-19 Stan Shebs <stan@codesourcery.com>
8299
8300 * ax-general.c (ax_const_l): Fix a sizing bug.
8301
8302 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8303
8304 GDB 7.1 released.
8305
8306 2010-03-18 Stan Shebs <stan@codesourcery.com>
8307 Pedro Alves <pedro@codesourcery.com>
8308
8309 * target.h (struct target_ops): New method
8310 to_set_circular_trace_buffer.
8311 (target_set_circular_trace_buffer): New macro.
8312 * target.c (update_current_target): Add
8313 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
8314 default behavior.
8315 * remote.c (remote_set_circular_trace_buffer): New function.
8316 (init_remote_ops): Add it to vector.
8317 * tracepoint.h (struct trace_status): New field traceframes_created,
8318 change buffer_size and buffer_free to int.
8319 * tracepoint.c (circular_trace_buffer): New global.
8320 (start_tracing): Send values of disconnected tracing and circular
8321 trace buffer settings.
8322 (set_circular_trace_buffer): New function.
8323 (parse_trace_state): Handle total space and frames created.
8324 (trace_status_command): Display total space and total frames
8325 created.
8326 (trace_save): Write out new status values.
8327 (parse_trace_status): Set traceframe_count, traceframes_created,
8328 buffer_free and buffer_size to -1 by default.
8329 (_initialize_tracepoint): New setshow for circular-trace-buffer.
8330 * NEWS: Mention the circular trace buffer option.
8331
8332 2010-03-18 Tom Tromey <tromey@redhat.com>
8333
8334 * infcmd.c (finish_command_continuation): Wrap print_return_value
8335 in TRY_CATCH.
8336
8337 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8338
8339 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
8340 DIE has a name before creating the associated partial symbol.
8341 (read_func_scope): Emit a complaint if the subprogram does not
8342 have a name or when we can't extract the subprogram PC bounds.
8343
8344 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
8345
8346 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
8347 instead of selected frame architecture.
8348
8349 2010-03-18 Pedro Alves <pedro@codesourcery.com>
8350
8351 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
8352 a valid selected thread, and that it is not running.
8353 (advance_command): Ditto.
8354 (finish_command): Ditto.
8355
8356 2010-03-17 Stan Shebs <stan@codesourcery.com>
8357
8358 * ax-gdb.c (require_rvalue): Disallow non-scalars.
8359
8360 * infcall.c: Include tracepoint.h.
8361 (call_function_by_hand): Disallow calls in tfind mode.
8362 * infcmd.c: Include tracepoint.h.
8363 (ensure_not_tfind_mode): New function.
8364 (continue_1): Call it.
8365 (step_1) Ditto.
8366 (jump_command): Ditto.
8367 (signal_command): Ditto.
8368 (advance_command): Ditto.
8369 (until_command): Ditto.
8370 (finish_command): Ditto.
8371 * tracepoint.h (disconnect_or_stop_tracing): Declare.
8372
8373 * ax-gdb.h (struct axs_value): New field optimized_out.
8374 (gen_trace_for_var): Add gdbarch argument.
8375 * ax-gdb.c (gen_trace_static_fields): New function.
8376 (gen_traced_pop): Call it, add gdbarch argument.
8377 (gen_trace_for_expr): Update call to it.
8378 (gen_trace_for_var): Ditto, and report optimized-out variables.
8379 (gen_struct_ref_recursive): Check for optimized-out value.
8380 (gen_struct_elt_for_reference): Ditto.
8381 (gen_static_field): Pass gdbarch instead of expression, assume
8382 optimization if field not found.
8383 (gen_var_ref): Set the optimized_out flag.
8384 (gen_expr): Error on optimized-out variable.
8385 * tracepoint.c (collect_symbol): Handle struct-valued vars as
8386 expressions, skip optimized-out variables with computed locations.
8387 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
8388 erroring out if location expression missing.
8389 (loclist_tracepoint_var_ref): Don't error out here.
8390
8391 2010-03-17 Tom Tromey <tromey@redhat.com>
8392
8393 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
8394 DWARF data is available.
8395
8396 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
8397
8398 * symfile.c (generic_load): Reset breakpoints after loading.
8399
8400 2010-03-17 Tom Tromey <tromey@redhat.com>
8401
8402 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
8403
8404 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8405
8406 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
8407 create_breakpoint call, adjust the parameters.
8408
8409 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8410 Chandru <chandru@in.ibm.com>
8411
8412 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
8413 * valarith.c (value_subscripted_rvalue): Suppress error if
8414 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
8415
8416 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
8417
8418 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
8419
8420 2010-03-16 Joel Brobecker <brobecker@adacore.com>
8421
8422 * ada-tasks.c (task_command_1): Check that the task ptid is valid
8423 before doing the associated thread switch.
8424
8425 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
8426
8427 * MAINTAINERS: Update my email address.
8428
8429 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
8430
8431 Simplify MI breakpoint setting.
8432
8433 * breakpoint.c (break_command_really): Make nonstatic and
8434 rename to...
8435 (create_breakpoint): ...this. Rename prior function by this name
8436 to...
8437 (create_breakpoint_sal): ...this.
8438 (create_breakpoints): Rename to...
8439 (create_breakpoints_sal): ...this.
8440 (set_breakpoint): Remove.
8441 * breakpoint.h: Adjust to above changes.
8442 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
8443
8444 2010-03-15 Stan Shebs <stan@codesourcery.com>
8445
8446 * ax-gdb.c: Include cp-support.h.
8447 (find_field): Remove.
8448 (gen_primitive_field): New function.
8449 (gen_struct_ref_recursive): New function.
8450 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8451 of find_field.
8452 (gen_static_field): New function.
8453 (gen_struct_elt_for_reference): New.
8454 (gen_namespace_elt): New.
8455 (gen_maybe_namespace_elt): New.
8456 (gen_aggregate_elt_ref): New.
8457 (gen_expr): Add OP_SCOPE, display opcode name in error message.
8458
8459 2010-03-15 Tom Tromey <tromey@redhat.com>
8460
8461 * dwarf2read.c (die_needs_namespace): Also return 0 for
8462 DW_TAG_subprogram.
8463
8464 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
8465
8466 PR c++/7936:
8467 * cp-support.h: Added char *declaration element to using_direct
8468 data struct.
8469 (cp_add_using): Added char *declaration argument.
8470 (cp_add_using_directive): Ditto.
8471 (cp_lookup_symbol_imports): made extern.
8472 * cp-namespace.c: Updated with the above changes.
8473 * dwarf2read.c (read_import_statement): Ditto.
8474 (read_namespace): Ditto.
8475 (read_import_statement): Support import declarations.
8476 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8477 declarations.
8478 Added support for 'declaration_only' search.
8479 (cp_lookup_symbol_namespace): Attempt to search for the name as
8480 is before consideration of imports.
8481 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8482 search at every block level search.
8483 Now takes language argument.
8484 (lookup_symbol_aux): Updated.
8485
8486 2010-03-15 Tom Tromey <tromey@redhat.com>
8487
8488 * c-exp.y (name_not_typename): Add 'operator' clause.
8489
8490 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
8491
8492 * configure.ac: Exit if ${gdb_target_obs}" is not set.
8493 * configure: Regenerate.
8494
8495 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8496
8497 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8498 and ".sdynbss". Update the comment.
8499
8500 2010-03-15 Jie Zhang <jie@codesourcery.com>
8501
8502 * MAINTAINERS: Update my email address.
8503
8504 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8505
8506 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8507
8508 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8509
8510 * charset.c [USE_WIN32API]: Include <windows.h>.
8511 (_initialize_charset): Correct type of w32_host_default_charset.
8512
8513 2010-03-14 Pedro Alves <pedro@codesourcery.com>
8514
8515 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8516
8517 2010-03-12 Tom Tromey <tromey@redhat.com>
8518
8519 PR c++/9708:
8520 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8521 in a lexical block does not need a namespace.
8522 (new_symbol) <DW_TAG_variable>: Put extern variables on
8523 list_in_scope in all cases.
8524
8525 2010-03-12 Stan Shebs <stan@codesourcery.com>
8526
8527 * ax-gdb.c (gen_expr): Add shift expressions.
8528 (gen_expr_binop_rest): Ditto.
8529
8530 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
8531
8532 * buildsym.c (finish_block): Reset using_directives pointer
8533 after block initialization.
8534
8535 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
8536
8537 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8538 * i386-tdep.c (i386_word_names): Likewise.
8539
8540 2010-03-12 Pedro Alves <pedro@codesourcery.com>
8541
8542 * target.c (memory_xfer_partial): Don't use the stack cache if
8543 inspecting trace frames.
8544 * tracepoint.c (finish_tfind_command): Invalidate the target
8545 dcache.
8546
8547 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8548
8549 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8550 for the PIC displacement, print also the displacement value.
8551 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
8552
8553 2010-03-10 Kevin Buettner <kevinb@redhat.com>
8554
8555 * remote-mips.c (close_ports, mips_initialize_cleanups)
8556 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8557 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8558 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8559 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8560 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8561 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8562 comments describing each of these functions.
8563 (mips_enter_debug, mips_exit_debug, common_open)
8564 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8565 blank line after the comment describing the function.
8566
8567 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8568
8569 * solib-svr4.c (svr4_exec_displacement): Return now success, new
8570 parameter displacementp. Update comment.
8571 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8572 element exists. Return if svr4_exec_displacement was not successful.
8573 Update comment.
8574
8575 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8576 Daniel Jacobowitz <dan@codesourcery.com>
8577
8578 * solib-svr4.c (read_program_header): Support type == -1 to read
8579 all program headers.
8580 (read_program_headers_from_bfd): New function.
8581 (svr4_static_exec_displacement): Remove and move the comment ...
8582 (svr4_exec_displacement): ... here. Remove variable found. New
8583 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
8584 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
8585 targets using read_program_headers_from_bfd. Remove the call of
8586 svr4_static_exec_displacement.
8587
8588 2010-03-10 Tom Tromey <tromey@redhat.com>
8589
8590 * dwarf2read.c (struct pubnames_header): Remove.
8591 (_PUBNAMES_HEADER): Remove.
8592 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8593 (struct aranges_header): Remove.
8594 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8595 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8596 (PUBNAMES_SECTION): Remove.
8597 (ARANGES_SECTION): Remove.
8598 (dwarf2_locate_sections): Don't handle pubnames or aranges.
8599 (dwarf2_build_psymtabs): Remove dead code.
8600 (dwarf2_build_psymtabs_easy): Remove.
8601
8602 2010-03-10 Tom Tromey <tromey@redhat.com>
8603
8604 * elfread.c (elf_symfile_read): Don't call
8605 dwarf2_build_frame_info.
8606 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8607 (struct dwarf2_per_objfile) <objfile>: New field.
8608 (dwarf2_has_info): Now idempotent. Set objfile field.
8609 (dwarf2_read_section): Check and set readin field. Call
8610 posix_madvise.
8611 (dwarf2_build_psymtabs): Don't read all sections.
8612 (read_type_comp_unit_head): Read types section.
8613 (create_debug_types_hash_table): Likewise.
8614 (init_cu_die_reader): Add asserts.
8615 (process_type_comp_unit): Add assert.
8616 (dwarf2_build_psymtabs_hard): Read info section.
8617 (load_partial_comp_unit): Add assert.
8618 (create_all_comp_units): Read info section.
8619 (load_full_comp_unit): Likewise.
8620 (dwarf2_ranges_read): Read ranges section.
8621 (dwarf2_record_block_ranges): Add assert.
8622 (dwarf2_read_abbrevs): Read abbrev section.
8623 (read_indirect_string): Read str section.
8624 (dwarf_decode_line_header): Read line section.
8625 (read_signatured_type_at_offset): Read types section.
8626 (dwarf_decode_macros): Read macinfo section.
8627 (dwarf2_symbol_mark_computed): Read loc section.
8628 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8629 dwarf2_build_frame_info.
8630 (dwarf2_build_frame_info): Unconditionally set
8631 dwarf2_frame_objfile_data on the objfile.
8632 * configure.ac: Check for posix_madvise.
8633 * config.in, configure: Rebuild.
8634
8635 2010-03-10 Tom Tromey <tromey@redhat.com>
8636
8637 * xcoffread.c (xcoff_start_psymtab): Update.
8638 (xcoff_end_psymtab): Update.
8639 * psymtab.c (allocate_psymtab): Remove dead code.
8640 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8641 void*.
8642 * mdebugread.c (parse_partial_symbols): Update.
8643 (new_psymtab): Likewise.
8644 * dwarf2read.c (process_psymtab_comp_unit): Update.
8645 (psymtab_to_symtab_1): Update.
8646 * dbxread.c (start_psymtab): Update.
8647 (end_psymtab): Likewise.
8648
8649 2010-03-10 Tom Tromey <tromey@redhat.com>
8650
8651 * xcoffread.c: Include psymtab.h.
8652 (xcoff_sym_fns): Update.
8653 * symtab.h (struct partial_symbol): Remove.
8654 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8655 (struct partial_symtab): Remove.
8656 (PSYMTAB_TO_SYMTAB): Remove.
8657 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8658 (find_pc_sect_psymtab): Remove.
8659 (find_pc_sect_symtab_via_partial): Declare.
8660 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8661 (find_main_psymtab): Remove.
8662 (find_main_filename): Declare.
8663 (fixup_psymbol_section): Remove.
8664 (fixup_section): Declare.
8665 * symtab.c: Include psymtab.h.
8666 (lookup_symtab): Use lookup_symtab method.
8667 (lookup_partial_symtab): Remove.
8668 (find_pc_sect_psymtab_closer): Remove.
8669 (find_pc_sect_psymtab): Remove.
8670 (find_pc_sect_symtab_via_partial): New function.
8671 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8672 (fixup_section): No longer static.
8673 (fixup_psymbol_section): Remove.
8674 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8675 (lookup_global_symbol_from_objfile): Likewise.
8676 (lookup_symbol_aux_psymtabs): Remove.
8677 (lookup_symbol_aux_quick): New function.
8678 (lookup_symbol_global): Use lookup_symbol_aux_quick.
8679 (lookup_partial_symbol): Remove.
8680 (basic_lookup_transparent_type_quick): New function.
8681 (basic_lookup_transparent_type): Use it.
8682 (find_main_psymtab): Remove.
8683 (find_main_filename): New function.
8684 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8685 (find_line_symtab): Use expand_symtabs_with_filename method.
8686 (output_partial_symbol_filename): New function.
8687 (sources_info): Use map_partial_symbol_filenames.
8688 (struct search_symbols_data): New type.
8689 (search_symbols_file_matches): New function.
8690 (search_symbols_name_matches): Likewise.
8691 (search_symbols): Use expand_symtabs_matching method.
8692 (struct add_name_data): Rename from add_macro_name_data.
8693 (add_macro_name): Update.
8694 (add_partial_symbol_name): New function.
8695 (default_make_symbol_completion_list): Use
8696 map_partial_symbol_names.
8697 (struct add_partial_symbol_name): New type.
8698 (maybe_add_partial_symtab_filename): New function.
8699 (make_source_files_completion_list): Use
8700 map_partial_symbol_filenames.
8701 (expand_line_sal): Use expand_symtabs_with_filename method.
8702 * symmisc.c: Include psymtab.h.
8703 (print_objfile_statistics): Use print_stats method.
8704 (dump_objfile): Use dump method.
8705 (dump_psymtab, maintenance_print_psymbols)
8706 (maintenance_info_psymtabs, maintenance_check_symtabs)
8707 (extend_psymbol_list): Remove.
8708 * symfile.h (struct quick_symbol_functions): New struct.
8709 (struct sym_fns) <qf>: New field.
8710 (sort_pst_symbols): Remove.
8711 (increment_reading_symtab): Declare.
8712 * symfile.c: Include psymtab.h.
8713 (compare_psymbols, sort_pst_symbols): Remove.
8714 (psymtab_to_symtab): Remove.
8715 (increment_reading_symtab): New function.
8716 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8717 method.
8718 (set_initial_language): Use find_main_filename.
8719 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8720 (free_named_symtabs): Remove unused code.
8721 (start_psymtab_common, add_psymbol_to_bcache)
8722 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8723 Remove.
8724 * stack.c: Include psymtab.h, symfile.h.
8725 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8726 * source.h (psymtab_to_fullname): Don't declare.
8727 * source.c: Include psymtab.h.
8728 (select_source_symtab): Use find_last_source_symtab method.
8729 (forget_cached_source_info): Use forget_cached_source_info
8730 method.
8731 (find_and_open_source): No longer static.
8732 (psymtab_to_fullname): Remove.
8733 * somread.c: Include psymtab.h.
8734 (som_sym_fns): Update.
8735 * psympriv.h: New file.
8736 * psymtab.h: New file.
8737 * psymtab.c: New file.
8738 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8739 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8740 * objfiles.c: Include psymtab.h.
8741 (objfile_relocate1): Use relocate method.
8742 (objfile_has_partial_symbols): Use has_symbols method.
8743 * mipsread.c: Include psymtab.h.
8744 (ecoff_sym_fns): Update.
8745 * mi/mi-cmd-file.c: Include psymtab.h.
8746 (print_partial_file_name): New function.
8747 (mi_cmd_file_list_exec_source_files): Use
8748 map_partial_symbol_filenames.
8749 * mdebugread.c: Include psympriv.h.
8750 * machoread.c: Include psympriv.h.
8751 (macho_sym_fns): Update.
8752 * m2-exp.y (yylex): Use lookup_symtab.
8753 * elfread.c: Include psympriv.h.
8754 (elf_sym_fns): Update.
8755 * dwarf2read.c: Include psympriv.h.
8756 * dbxread.c: Include psympriv.h.
8757 (aout_sym_fns): Update.
8758 * cp-support.c: Include psymtab.h.
8759 (read_in_psymtabs): Remove.
8760 (make_symbol_overload_list_qualified): Use
8761 expand_symtabs_for_function method.
8762 * coffread.c: Include psympriv.h.
8763 (coff_sym_fns): Update.
8764 * blockframe.c: Include psymtab.h.
8765 (find_pc_partial_function): Use find_pc_sect_symtab method.
8766 * ada-lang.h (ada_update_initial_language): Update.
8767 * ada-lang.c: Include psymtab.h.
8768 (ada_update_initial_language): Remove 'main_pst' argument.
8769 (ada_lookup_partial_symbol): Remove.
8770 (struct ada_psym_data): New type.
8771 (ada_add_psyms): New function.
8772 (ada_add_non_local_symbols): Use map_ada_symtabs method.
8773 (struct add_partial_datum): New type.
8774 (ada_add_partial_symbol_completions): New function.
8775 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8776 (ada_exception_support_info_sniffer): Update.
8777 * Makefile.in (SFILES): Add psymtab.c.
8778 (COMMON_OBS): Add psymtab.o.
8779 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8780
8781 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8782
8783 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8784
8785 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
8786
8787 PR C++/11236:
8788 * cp-namespace.c (cp_add_using): Deleted.
8789 (cp_add_using_directive): Use obstack allocations.
8790 Merged the function cp_add_using into this one.
8791 Added 'struct obstack *' argument.
8792 (cp_scan_for_anonymous_namespaces): Updated.
8793 * cp-support.h: Updated.
8794 * dwarf2read.c (read_import_statement): Updated.
8795 (read_namespace): Updated.
8796
8797 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8798
8799 * windows-nat.c (cygwin_conv_path): Remove old macro.
8800
8801 2010-03-10 Pedro Alves <pedro@codesourcery.com>
8802
8803 * breakpoint.c (condition_command): Handle watchpoint conditions.
8804 (is_hardware_watchpoint): Add comment.
8805 (is_watchpoint): New.
8806 (update_watchpoint): Don't reparse the watchpoint's condition
8807 unless necessary.
8808 (WP_IGNORE): New.
8809 (watchpoint_check): Use it.
8810 (bpstat_check_watchpoint): Handle it.
8811 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8812 conditions in a frame where it makes sense.
8813 (watch_command_1): Store the innermost block of the condition
8814 expression.
8815 (delete_breakpoint): Delete the watchpoint condition expression.
8816 * breakpoint.h (struct bp_location) <cond>: Update comment.
8817 (struct breakpoint): New field `cond_exp_valid_block'.
8818
8819 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8820
8821 Adjust handling of Ada DIEs after dwarf2_physname patch.
8822 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8823
8824 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
8825 Pierre Muller <muller@ics.u-strasbg.fr>
8826
8827 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8828 from/to posix/win32.
8829 (windows_make_so): Use non-Cygwin 1.7 specific function.
8830 (windows_create_inferior): Make sure that cygallargs points to
8831 original args in non Cygwin 1.7. case.
8832
8833 2010-03-09 Michael Snyder <msnyder@vmware.com>
8834
8835 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8836 after target_read_memory to get host byte order.
8837 (i386_process_record): Ditto.
8838
8839 2010-03-09 Keith Seitz <keiths@redhat.com>
8840
8841 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
8842 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8843 print out const or volatile qualifiers, too.
8844 (c_type_print_args): Add parameters show_artificial and language.
8845 Skip artificial parameters when requested.
8846 Use the appropriate language printer.
8847 (c_type_print_varspec): Tell c_type_print_args to skip artificial
8848 parameters and pass language_c.
8849 * dwarf2read.c (die_list): New file global.
8850 (struct partial_die_info): Update comments for name field.
8851 (pdi_needs_namespace): Renamed to ...
8852 (die_needs_namespace): ... this. Rewrite.
8853 (dwarf2_linkage_name): Remove.
8854 (add_partial_symbol): Do not predicate the call to
8855 partial_die_full_name based on pdi_needs_namespace.
8856 Remove call to cp_check_possible_namespace_symbols and associated
8857 outdated comments.
8858 (guess_structure_name): Do not inspect child subprogram DIEs.
8859 (dwarf2_fullname): Update comments.
8860 Use die_needs_namespace to assist in computing the name.
8861 (read_func_scope): Use dwarf2_name to get the DIE's name.
8862 Use dwarf2_physname to get the "linkage name" of the DIE.
8863 (dwarf2_add_member_field): Use dwarf2_physname instead of
8864 dwarf2_linkage_name.
8865 (read_structure_type): For structs and classes, set TYPE_NAME, too.
8866 (determine_class): Remove.
8867 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8868 except Ada.
8869 (new_symbol): Unconditionally call dwarf2_name.
8870 Compute the "linkage name" using dwarf2_physname.
8871 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8872 When determining to scan for anonymous C++ namespaces, ignore
8873 the linkage name.
8874 (dwarf2_physname): New function.
8875 (dwarf2_full_name): Move content to new function and call
8876 that.
8877 (dwarf2_compute_name): "New" function.
8878 (_initialize_dwarf2_read): Initialize die_list.
8879 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8880 physname.
8881 (gnu_v3_print_method_ptr): Use the physname for virtual methods
8882 without a demangled name.
8883 Print out type information for non-virtual methods.
8884 * linespec.c (decode_line_1): Force ANY string using "::" (or
8885 "." for java) to use decode_compound, and clean up any stray quoting.
8886 If we found a file symtab, re-evaluate whether the remainder is_quoted.
8887 (decode_compound): Stop consuming at an open parenthesis.
8888 Keep template parameters.
8889 Keep any overload information.
8890 Keep keywords like "const".
8891 Remove paren_pointer.
8892 Move is_quoted check from set_flags to here.
8893 Remove #if 0 code from 2000. Ten years is long enough.
8894 (find_method): Before comparing symbol names, canonicalize the string
8895 from the user.
8896 If a specific overload is requested, find it. Otherwise throw an error.
8897 (find_method_overload_end): New function.
8898 (set_flags): Remove.
8899 (decode_compound): Assume that parentheses are matched.
8900 It's a lot easier.
8901 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8902 to cplus_demangle.
8903 * linespec.c (decode_line_1): Keep important keywords like
8904 "const" and "volatile".
8905 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8906 * typeprint.h (c_type_print_args): Add declaration.
8907 * ui-file.c (do_ui_file_obsavestring): New function.
8908 (ui_file_obsavestring): New function.
8909 * ui-file.h (ui_file_obsavestring): Add declaration.
8910 * valops.c (find_overload_match): Resolve the object to
8911 a non-pointer type.
8912 If the object is a data member, search the object for the member
8913 and return with staticp set.
8914 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8915 Do not attempt to extract a function name from non-function types.
8916 If the extracted function name and the original name are the same,
8917 we don't have a C++ method.
8918
8919 From Jan Kratochvil <jan.kratochvil@redhat.com>:
8920 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
8921
8922 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8923 and arguments from symbol lookups.
8924 * ax-gdb.c (gen_expr): Likewise.
8925 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8926 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8927 lookup_possible_namespace_symbol): Likewise.
8928 * cp-support.c (read_in_psymtabs): Likewise.
8929 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8930 * language.h (la_lookup_symbol_nonlocal): Likewise.
8931 * scm-valprint.c (scm_inferior_print): Likewise.
8932 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8933 * solib-svr.c (elf_lookup_lib): Likewise.
8934 * solib.c (show_auto_solib_add): Likewise.
8935 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8936 * symmisc.c (maintenance_check_symtabs): Likewise.
8937 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8938 lookup_symbol_aux_local, lookup_symbol_aux_block,
8939 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8940 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8941 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8942 basic_lookup_transparent_type, find_main_psymtab,
8943 lookup_block_symbol): Likewise.
8944 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8945 lookup_symbol_global, lookup_symbol_aux_block,
8946 lookup_symbol_partial_symbol, lookup_block_symbol,
8947 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8948
8949 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
8950
8951 * python/python-internal.h: Include symtab.h.
8952
8953 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8954 Pierre Muller <muller@ics.u-strasbg.fr>
8955
8956 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8957 * p-valprint.c (pascal_val_print): Remove undeed block and fix
8958 indentation.
8959
8960 2010-03-08 Tom Tromey <tromey@redhat.com>
8961
8962 * breakpoint.c (breakpoint_1): Add "QUIT".
8963
8964 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
8965 Pedro Alves <pedro@codesourcery.com>
8966
8967 * solib.c (solib_find): Replace extension if
8968 solib_symbols_extension is set in the target gdbarch.
8969 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
8970 solib_symbols_extension to "sym".
8971 * gdbarch.sh (solib_symbols_extension): New variable.
8972 (pstring): New function.
8973 * gdbarch.h, gdbarch.c: Regenerate.
8974
8975 2010-03-08 Tom Tromey <tromey@redhat.com>
8976
8977 PR cli/9591:
8978 * NEWS: Update.
8979 * utils.c: Include main.h.
8980 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
8981 (defaulted_query): Use default answer if `batch_flag'.
8982 * main.h (batch_flag): Declare.
8983 * main.c (batch_flag): New global.
8984 (captured_main): Remove 'batch'. Update.
8985
8986 2010-03-08 Kevin Buettner <kevinb@redhat.com>
8987
8988 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
8989 and Kevin Buettner:
8990
8991 * remote-mips.c (rockhopper_ops): New target_ops struct.
8992 (MON_ROCKHOPPER): New mips_monitor_type.
8993 (read_hex_value): New function.
8994 (mips_request): Send 8-byte values with a 'T' packet. Read the
8995 packet argument as a string and use read_hex_value to parse it.
8996 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
8997 (rockhopper_open): New function.
8998 (mips_wait): Read the PC, FP and SP fields as strings. Use
8999 read_hex_value to parse them and mips_set_register to commit them.
9000 (mips_set_register): New function.
9001 (mips_fetch_registers): Do not cast register value to "unsigned"
9002 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
9003 (mips_store_registers): Use a 'T' packet to set registers when
9004 using MON_ROCKHOPPER.
9005 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
9006 and expect the total to be printed before the entry address.
9007 (_initialize_remote_mips): Initialize and add rockhopper_ops.
9008
9009 2010-03-08 Kevin Buettner <kevinb@redhat.com>
9010
9011 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
9012 Change return value to int. Store value fetched in location
9013 addressed by `val'. Use function's return value as success
9014 or failure indicator. Adjust all callers.
9015
9016 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
9017
9018 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
9019
9020 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9021 Hui Zhu <teawater@gmail.com>
9022
9023 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
9024 tmp_to_stopped_data_address.
9025 (record_open): Reset tmp_to_stopped_by_watchpoint and
9026 tmp_to_stopped_data_address.
9027 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
9028 to_stopped_data_address.
9029
9030 2010-03-08 Hui Zhu <teawater@gmail.com>
9031
9032 * i386-tdep.c (i386_process_record): Initialize regnum.
9033
9034 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9035
9036 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
9037 Do not warn on ".gnu.liblist" and ".gnu.conflict".
9038
9039 2010-03-08 Joel Brobecker <brobecker@adacore.com>
9040
9041 Memory error when reading wrong core file.
9042 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
9043 errors while reading the inferior memory, and return zero if
9044 an exception was raised.
9045
9046 2010-03-07 Michael Snyder <msnyder@vmware.com>
9047
9048 * record.c (record_restore): Rename tmpu8 to rectype.
9049
9050 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
9051 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
9052
9053 (i386_record_push): Rename local tmpulongest to addr.
9054
9055 (i386_process_record): Rename local tmpulongest to addr.
9056
9057 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
9058 addr64.
9059
9060 Rename local variable tmpu8 to opcode8 and regnum.
9061
9062 2010-03-07 Joel Brobecker <brobecker@adacore.com>
9063
9064 * remote.c (remote_get_ada_task_ptid): New function.
9065 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
9066
9067 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
9068
9069 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
9070 block. Define helper macros to reduce ifdefs in code.
9071 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
9072 size. Call unadorned GetModuleFileNameEx rather than
9073 GetModuleFileNameEx*.
9074 (windows_make_so): Use __PMAX to denote maximum buffer size and
9075 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
9076 appropriate.
9077 (get_image_name): Use __PMAX to denote maximum buffer size.
9078 (handle_load_dll): Likewise.
9079 (windows_pid_to_exec_file): Likewise.
9080 (windows_create_inferior): Add many accommodations for older Cygwin and
9081 non-Cygwin.
9082 (bad_GetModuleFileNameExW): Control inclusion of this function based on
9083 __USEWIDE conditional.
9084 (bad_GetModuleFileNameExA): Likewise.
9085 (_initialize_loadable): Just use real function names without the dyn_
9086 part since they are defined earlier.
9087
9088 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
9089 Tom Tromey <tromey@redhat.com>
9090
9091 * utils.c (host_char_to_target): Add 'gdbarch' argument.
9092 (parse_escape): Likewise.
9093 * python/py-utils.c (unicode_to_target_string): Update.
9094 (unicode_to_target_python_string): Update.
9095 (target_string_to_unicode): Update.
9096 * printcmd.c (printf_command): Update.
9097 * p-exp.y (yylex): Update.
9098 * objc-exp.y (yylex): Update.
9099 * mi/mi-parse.c: Include charset.h.
9100 (mi_parse_escape): New function.
9101 (mi_parse_argv): Use it.
9102 * jv-exp.y (yylex): Update.
9103 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
9104 function.
9105 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
9106 * gdbarch.sh (auto_charset, auto_wide_charset): New.
9107 * gdbarch.c: Rebuild.
9108 * gdbarch.h: Rebuild.
9109 * defs.h (parse_escape): Update.
9110 * cli/cli-setshow.c: Include arch-utils.h.
9111 (do_setshow_command): Update.
9112 * cli/cli-cmds.c (echo_command): Update.
9113 * charset.h (target_charset, target_wide_charset): Update.
9114 * charset.c: Include arch-utils.h.
9115 (target_charset_name): Default to "auto".
9116 (target_wide_charset_name): Likewise.
9117 (show_target_charset_name): Handle "auto".
9118 (show_target_wide_charset_name): Likewise.
9119 (be_le_arch): New global.
9120 (set_be_le_names): Add 'gdbarch' argument.
9121 (validate): Likewise. Don't call set_be_le_names.
9122 (set_charset_sfunc, set_host_charset_sfunc)
9123 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
9124 Update.
9125 (target_charset): Add 'gdbarch' argument.
9126 (target_wide_charset): Likewise. Remove 'byte_order' argument.
9127 (auto_target_charset_name): New global.
9128 (default_auto_charset, default_auto_wide_charset): New functions.
9129 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
9130 for target charsets. Copy result of nl_langinfo. Use GetACP if
9131 USE_WIN32API.
9132 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
9133 remove 'byte_order' argument. Update.
9134 (classify_type): Likewise.
9135 (c_emit_char): Update.
9136 (c_printchar): Update.
9137 (c_printstr): Update.
9138 (c_get_string): Update.
9139 (evaluate_subexp_c): Update.
9140 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
9141 Declare.
9142 * python/python.c (gdbpy_target_charset): New function.
9143 (gdbpy_target_wide_charset): Likewise.
9144 (GdbMethods): Update.
9145 * NEWS: Update.
9146
9147 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
9148
9149 * symfile.c (build_section_addr_info_from_objfile): Do not mask
9150 off high address bits.
9151
9152 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
9153
9154 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
9155 address as UnsignedLongLong, not LongLong.
9156
9157 2010-03-05 Kevin Buettner <kevinb@redhat.com>
9158 Pedro Alves <pedro@codesourcery.com>
9159
9160 * remote-mips.c (gdbthread.h): Include.
9161 (remote_mips_ptid): Declare.
9162 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
9163 (common_open): Set inferior_ptid, add it as an inferior, and
9164 as a thread too. Delete FIXME comment regarding start_remote().
9165 (mips_close): Invoke generic_mourn_inferior().
9166 (mips_kill): Make sure that target_mourn_inferior is invoked.
9167 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
9168 it's now invoked from mips_close().
9169 (mips_load): Don't null out inferior_ptid. Don't call
9170 clear_symtab_users().
9171 (mips_thread_alive, mips_pid_to_str): New functions.
9172 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
9173 to_thread_alive and to_pid_to_str operations.
9174
9175 2010-03-04 Tom Tromey <tromey@redhat.com>
9176
9177 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
9178 in DWARF 3 and later.
9179 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
9180
9181 2010-03-04 Keith Seitz <keiths@redhat.com>
9182
9183 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
9184 If the filename portion of the linespec was quoted, recheck the
9185 remainder for additional quoting.
9186 (locate_first_half): Skip over completer chars, too.
9187
9188 2010-03-04 Tom Tromey <tromey@redhat.com>
9189
9190 * printcmd.c (printf_command): Pass dummy argument to
9191 printf_filtered.
9192
9193 2010-03-04 Doug Evans <dje@google.com>
9194
9195 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
9196 unwound_fp.
9197
9198 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
9199
9200 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9201
9202 * breakpoint.c (update_watchpoint): Create a sentinel location if
9203 the software watchpoint isn't watching any memory.
9204 (breakpoint_address_bits): Skip dummy software watchpoint locations.
9205
9206 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9207
9208 * utils.c (fputs_maybe_filtered): Check if there's already a top
9209 level interpreter before dereferencing it. If there isn't one,
9210 don't paginate either.
9211
9212 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9213
9214 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
9215 the state right when single stepping.
9216 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
9217 Get the next PC along with the instruction state.
9218 (thumb_get_next_pc): Remove.
9219 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
9220
9221 2010-03-04 Hui Zhu <teawater@gmail.com>
9222
9223 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
9224
9225 2010-03-03 Pedro Alves <pedro@codesourcery.com>
9226
9227 * utils.c (fputs_maybe_filtered): Always disable pagination if the
9228 top level interpreter is MI.
9229
9230 2010-03-03 Stan Shebs <stan@codesourcery.com>
9231
9232 * remote.c (remote_download_tracepoint): Iterate over locations.
9233 * tracepoint.c (validate_actionline): Ditto.
9234 (encode_actions): Add location argument.
9235 (trace_dump_command): Check all locations to see if stepping
9236 frame.
9237
9238 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
9239 Eli Zaretskii <eliz@gnu.org>
9240
9241 * NEWS: Add X86 general purpose registers section.
9242
9243 2010-03-03 Tom Tromey <tromey@redhat.com>
9244
9245 PR mi/11098:
9246 * varobj.c (install_new_value): Handle case where new print_value
9247 is NULL.
9248
9249 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
9250
9251 PR gdb/11345:
9252 * printcmd.c (printf_command): Print end of format string using
9253 printf_filtered.
9254
9255 2010-03-02 Tom Tromey <tromey@redhat.com>
9256
9257 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
9258 * defs.h (read_command_lines_1): Add missing 'void'.
9259 * cli/cli-script.c (recurse_read_control_structure): Add missing
9260 'void'.
9261 (read_next_line): Likewise.
9262 (read_command_lines_1): Likewise.
9263
9264 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9265
9266 * spu-tdep.c (spu_analyze_prologue): Track instruction to
9267 store backchain as part of prologue.
9268
9269 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
9270
9271 * progspace.c (update_address_spaces): Update inferior address spaces
9272 also.
9273
9274 2010-03-02 Doug Evans <dje@google.com>
9275
9276 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
9277 lowpc,highpc args to addrmap_set_empty.
9278
9279 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
9280
9281 * amd64-tdep.c (amd64_byte_names): New.
9282 (amd64_word_names): Likewise.
9283 (amd64_dword_names): Likewise.
9284 (amd64_pseudo_register_name): Likewise.
9285 (amd64_pseudo_register_read): Likewise.
9286 (amd64_pseudo_register_write): Likewise.
9287 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
9288 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
9289 set_gdbarch_pseudo_register_write and
9290 set_tdesc_pseudo_register_name. Don't call
9291 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
9292
9293 * i386-tdep.c (i386_num_mmx_regs): Removed.
9294 (i386_num_pseudo_regs): Likewise.
9295 (i386_byte_names): New.
9296 (i386_word_names): Likewise.
9297 (i386_byte_regnum_p): Likewise.
9298 (i386_word_regnum_p): Likewise.
9299 (i386_mmx_regnum_p): Updated.
9300 (i386_pseudo_register_name): Make it global. Handle byte and
9301 word pseudo-registers.
9302 (i386_pseudo_register_read): Likewise.
9303 (i386_pseudo_register_write): Likewise.
9304 (i386_pseudo_register_type): Handle byte, word and dword
9305 pseudo-registers
9306 (i386_register_reggroup_p): Don't include pseudo
9307 registers, except for MXX, in any register groups. Don't
9308 include pseudo byte, word, dword registers in general_reggroup.
9309 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
9310 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
9311 pseudo-registers after word pseudo-registers. Call
9312 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
9313
9314 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
9315 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
9316 eax_regnum.
9317 (i386_byte_regnum_p): New.
9318 (i386_word_regnum_p): Likewise.
9319 (i386_dword_regnum_p): Likewise.
9320 (i386_pseudo_register_name): Likewise.
9321 (i386_pseudo_register_read): Likewise.
9322 (i386_pseudo_register_write): Likewise.
9323
9324 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9325
9326 * target-descriptions.c (tdesc_type): Remove
9327 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9328 (tdesc_predefined_types): Likewise.
9329 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
9330 if flag name is empty.
9331 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
9332
9333 * features/i386/32bit-core.xml: Define i386_eflags.
9334 * features/i386/64bit-core.xml: Likewise.
9335
9336 * features/i386/32bit-sse.xml: Define i386_mxcsr.
9337 * features/i386/64bit-sse.xml: Likewise.
9338
9339 * features/i386/amd64-linux.c: Regenerated.
9340 * features/i386/amd64.c: Likewise.
9341 * features/i386/i386-linux.c: Likewise.
9342 * features/i386/i386.c: Likewise.
9343
9344 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9345
9346 * gdbtypes.c (append_composite_type_field_raw): New.
9347 (append_composite_type_field_aligned): Use the new function.
9348 * gdbtypes.h (append_composite_type_field_raw): Declare.
9349 * target-descriptions.c (struct tdesc_type_field): Add start and end.
9350 (struct tdesc_type_flag): New type.
9351 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
9352 kind. Add size to u.u. Add u.f for flags.
9353 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
9354 (tdesc_free_type): Likewise.
9355 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
9356 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
9357 (tdesc_add_bitfield, tdesc_add_flag): New.
9358 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
9359 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
9360 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
9361 current_type. Add current_type_size and current_type_is_flags.
9362 (tdesc_start_union): Clear the new fields.
9363 (tdesc_start_struct, tdesc_start_flags): New.
9364 (tdesc_start_field): Handle struct fields, including bitfields.
9365 (field_attributes): Make type optional. Add start and end.
9366 (union_children): Rename to struct_union_children.
9367 (union_attributes): Rename to struct_union_attributes. Add optional
9368 size.
9369 (flags_attributes): New.
9370 (feature_children): Add struct and flags.
9371 * features/gdb-target.dtd: Add flags and struct to features.
9372 Make field type optional. Add field start and end.
9373
9374 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9375
9376 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
9377 (amd64_linux_read_description): Likewise.
9378 (_initialize_amd64_linux_nat): Set to_read_description to
9379 amd64_linux_read_description.
9380
9381 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
9382 (amd64_linux_register_name): Removed.
9383 (amd64_linux_register_type): Likewise.
9384 (amd64_linux_core_read_description): New.
9385 (amd64_linux_init_abi): Set target description to
9386 tdesc_amd64_linux if needed. Support orig_rax in target
9387 description. Don't call set_gdbarch_register_name nor
9388 set_gdbarch_register_type. Call
9389 set_gdbarch_core_read_description.
9390 (_initialize_amd64_linux_tdep): Call
9391 initialize_tdesc_amd64_linux.
9392
9393 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
9394
9395 * amd64-tdep.c: Include "features/i386/amd64.c".
9396 (amd64_register_names): Removed.
9397 (amd64_register_name): Likewise.
9398 (amd64_register_type): Likewise.
9399 (amd64_init_abi): Set num_core_regs and register_names. Set
9400 target description to tdesc_amd64 if needed. Don't call
9401 set_gdbarch_register_name nor set_gdbarch_register_type.
9402 (_initialize_amd64_tdep): New.
9403
9404 * i386-linux-nat.c (i386_linux_read_description): New.
9405 (_initialize_i386_linux_nat): Set to_read_description to
9406 i386_linux_read_description.
9407
9408 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
9409 (i386_linux_register_name): Removed.
9410 (i386_linux_core_read_description): New.
9411 (i386_linux_read_description): Likewise.
9412 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
9413 Set target description to tdesc_i386_linux if needed. Support
9414 orig_eax. Set register_reggroup_p. Call
9415 set_gdbarch_core_read_description.
9416 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
9417
9418 * i386-linux-tdep.h (tdesc_i386_linux): New.
9419
9420 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
9421 with I387_NUM_REGS.
9422
9423 * i386-tdep.c: Include "features/i386/i386.c".
9424 (i386_register_names): Make it const.
9425 (i386_mmx_names): Likewise.
9426 (i386_num_register_names): Removed.
9427 (i386_register_name): Likewise.
9428 (i386_eflags_type): Likewise.
9429 (i386_mxcsr_type): Likewise.
9430 (i386_sse_type): Likewise.
9431 (i386_register_type): Likewise.
9432 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
9433 (i386_pseudo_register_name): New.
9434 (i386_pseudo_register_type): Likewise.
9435 (i386_mmx_type): Make it static.
9436 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
9437 I387_NUM_REGS. Set num_core_regs and register_names. Don't
9438 call set_gdbarch_register_name nor set_gdbarch_register_type.
9439 Set register_reggroup_p. Set target description to tdesc_i386
9440 if needed. Call set_tdesc_pseudo_register_type,
9441 set_tdesc_pseudo_register_name and tdesc_use_registers.
9442 (_initialize_i386_tdep): Call initialize_tdesc_i386.
9443 initialize_tdesc_x86_64.
9444
9445 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9446 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
9447 register_names, tdesc and register_reggroup_p.
9448 (I386_NUM_FREGS): Removed.
9449 (i386_eflags_type): Likewise.
9450 (i386_mxcsr_type): Likewise.
9451 (i386_mmx_type): Likewise.
9452 (i386_sse_type): Likewise.
9453 (i386_register_name): Likewise.
9454 (i386_regnum): Add I386_MXCSR_REGNUM.
9455 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9456
9457 * i387-tdep.h (I387_NUM_REGS): New.
9458
9459 * regformats/i386/i386-linux.dat: Generated.
9460 * regformats/i386/i386.dat: Likewise.
9461 * regformats/i386/amd64-linux.dat: Likewise.
9462 * regformats/i386/amd64.dat: Likewise.
9463
9464 * regformats/reg-i386-linux.dat: Removed.
9465 * regformats/reg-i386.dat: Likewise.
9466 * regformats/reg-x86-64-linux.dat: Likewise.
9467 * regformats/reg-x86-64.dat: Likewise.
9468
9469 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
9470
9471 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9472 cygwin_conv_path API rather than the deprecated
9473 cygwin_conv_to_full_posix_path.
9474 * windows-nat.c:
9475 (GetModuleFileNameExA): Undefine for Cygwin.
9476 (GetModuleFileNameExW): Define for Cygwin.
9477 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9478 Call GetModuleFileNameExW and convert path to POSIX using
9479 cygwin_conv_path.
9480 (windows_make_so): Always define p. Drop unused variable m.
9481 Don't use Win32 functions to check file existance, rather use
9482 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
9483 Use canonicalize_file_name to get full path.
9484 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9485 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
9486 use correct target buffer size in call to WideCharToMultiByte.
9487 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9488 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9489 (windows_create_inferior): Convert all paths and arguments to wchar_t
9490 and use CreateProcessW on Cygwin.
9491 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9492 (bad_GetModuleFileNameExA): Undefine for Cygwin.
9493 (bad_GetModuleFileNameExW): Define for Cygwin.
9494 (_initialize_loadable): Load GetModuleFileNameExW into
9495 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
9496
9497 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9498
9499 PR python/11036
9500 * python/py-frame.c (frapy_read_var): Add block argument and logic
9501 to cope with user provided blocks.
9502
9503 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9504
9505 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9506 New comment.
9507
9508 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
9509
9510 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9511 (COMMON_OBS): ... to here since it's used unconditionally.
9512 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9513 (SFILES): To here.
9514
9515 2010-02-26 David Daney <ddaney@caviumnetworks.com>
9516
9517 * mips-linux-tdep.c: Update struct sigframe comments.
9518 (SIGFRAME_CODE_OFFSET): Delete macro.
9519 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9520 this_frame's sp.
9521 (mips_linux_n32n64_sigframe_init): Same.
9522
9523 2010-02-26 Kevin Buettner <kevinb@redhat.com>
9524
9525 * remote-mips.c (mips_load): Don't use pseudo-register when
9526 invalidating regcache.
9527
9528 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9529
9530 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9531
9532 2010-02-26 Pedro Alves <pedro@codesourcery.com>
9533
9534 * NEWS: Add "New targets" section, and mention ARM Symbian
9535 support.
9536
9537 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
9538
9539 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9540 add ADDR_SIZE member.
9541 (allocate_piece_closure): Update.
9542 (copy_pieced_value_closure): Likewise.
9543 (dwarf2_evaluate_loc_desc): Likewise.
9544 (read_pieced_value): Use DWARF address size instead of
9545 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9546
9547 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
9548 Tom Tromey <tromey@redhat.com>
9549
9550 * python/py-type.c (typy_lookup_typename): Add in block argument.
9551 If provided restrict lookup to specified blocks.
9552 (gdbpy_lookup_type): Likewise.
9553 (typy_lookup_type): Likewise.
9554
9555 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9556
9557 Symbian config
9558
9559 gdb/
9560 * arm-symbian-tdep.c: New.
9561 * configure.tgt (arm*-*-symbianelf*): New target.
9562 (*-*-symbianelf*): New OS.
9563 * osabi.c (gdb_osabi_names): Add Symbian.
9564 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9565 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9566 (ALLDEPFILES): Add arm-symbian-tdep.c.
9567
9568 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9569
9570 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9571
9572 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9573
9574 * mi/mi-main.c (mi_cmd_execute): Fix typo.
9575
9576 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9577 Tom Tromey <tromey@redhat.com>
9578 Thiago Jung Bauermann <bauerman@br.ibm.com>
9579
9580 * python/python.c (_initialize_python): Call
9581 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9582 gdbpy_initialize_blocks.
9583 * python/python-internal.h: Declare struct symbol, block and
9584 symtab_and_line. Declare block_object_type and
9585 symbol_object_type
9586 (gdbpy_lookup_symbol gdbpy_block_for_pc)
9587 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9588 (symbol_to_symbol_object, block_to_block_object)
9589 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9590 (gdbpy_initialize_blocks ): Declare.
9591 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9592 (frapy_select): Add methods.
9593 (frapy_read_var): Add symbol branch.
9594 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9595 py-block.
9596 (SUBDIR_PYTHON_SRCS): Likewise.
9597 (py-symbol.o): New rule.
9598 (py-symtab.o): Likewise.
9599 (py-block.o): Likewise.
9600 * python/py-symbol.c: New file.
9601 * python/py-symtab.c: Likewise.
9602 * python/py-block.c: Likewise.
9603
9604 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9605
9606 PR gdb/11321
9607
9608 * inferior.h (prepare_for_detach): Declare.
9609 (struct inferior) <detaching>: New field.
9610 * infrun.c (prepare_for_detach): New.
9611 (handle_inferior_event) <random signal>: Don't stop if detaching.
9612 * target.c (target_detach): Call prepare_for_detach.
9613
9614 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9615
9616 Per-process displaced stepping queue.
9617
9618 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9619 (displaced_step_gdbarch, displaced_step_closure,
9620 (displaced_step_original, displaced_step_copy): Move globals to
9621 this...
9622 (struct displaced_step_inferior_state): ... new structure.
9623 (displaced_step_inferior_states): New global.
9624 (get_displaced_stepping_state, add_displaced_stepping_state)
9625 (remove_displaced_stepping_state, infrun_inferior_exit): New
9626 functions.
9627 (displaced_step_clear): Add displaced_step_inferior_state
9628 parameter, and adjust to handle it.
9629 (displaced_step_clear_cleanup): Parameter is now a
9630 displaced_step_inferior_state. Adjust.
9631 (displaced_step_prepare): Adjust.
9632 (displaced_step_fixup, displaced_step_fixup)
9633 (infrun_thread_ptid_changed, resume): Adjust.
9634 (init_wait_for_inferior): Don't call displaced_step_clear.
9635 (infrun_thread_stop_requested): Rewrite.
9636 (_initialize_infrun): Install infrun_inferior_exit as
9637 inferior_exit observer.
9638
9639 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9640
9641 * inferior.h (ptid_match): Declare.
9642 * infrun.c (ptid_match): New.
9643 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9644 (handle_notification): Add debug output.
9645 * linux-nat.c (ptid_match): Delete.
9646
9647 2010-02-24 David S. Miller <davem@davemloft.net>
9648
9649 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9650 * syscalls/sparc-linux.xml: New.
9651 * syscalls/sparc64-linux.xml: New.
9652 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9653 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9654 (sparc32_linux_get_syscall_number): New function.
9655 (sparc32_linux_init_abi): Set syscall XML file name and hook up
9656 syscall number fetcher.
9657 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9658 (sparc64_linux_get_syscall_number): New function.
9659 (sparc64_linux_init_abi): Set syscall XML file name and hook up
9660 syscall number fetcher.
9661
9662 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9663
9664 Multiexec MI
9665
9666 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9667 * inferior.c (add_inferior_silent): Notify inferior_added
9668 observer.
9669 (delete_inferior_1): Notify inferior_removed observer.
9670 (exit_inferior_1): Pass inferior, not pid, to observer.
9671 (inferior_appeared): Likewise.
9672 (add_inferior_with_spaces): New.
9673 (add_inferior_command): Use the above.
9674 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9675 Declare.
9676
9677 * inflow.c (inflow_inferior_exit): Likewise.
9678 * jit.c (jit_inferior_exit_hook): Likewise.
9679
9680 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9681 remove-inferior.
9682 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9683 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9684 (report_initial_inferior): New.
9685 (mi_inferior_removed): Register the above. Make sure
9686 inferior_added observer is called on the first inferior.
9687 (mi_new_thread, mi_thread_exit): Thread group is now identified by
9688 inferior number, not pid.
9689 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9690 affected.
9691 * mi/mi-main.c (current_context): New.
9692 (proceed_thread_callback): Use typed closure.
9693 Proceed everything if pid is 0. Most implementation split into
9694 (proceed_thread): ... this.
9695 (run_one_inferior): New.
9696 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9697 Adjust for multiexec behaviour.
9698 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9699 (mi_cmd_execute): Handle the 'thread-group' option here.
9700 Do some extra checks.
9701 * mi-parse.c (mi_parse): Handle the --all and --thread-group
9702 options.
9703 * mi-parse.h (struct mi_parse): New fields all and thread_group.
9704
9705 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9706
9707 Make -exec-run a proper MI commands.
9708
9709 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9710 * mi/mi-cmds.c (mi_cmds): Adjust.
9711 * mi/mi-main.c (mi_cmd_exec_run): New.
9712
9713 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9714 Stan Shebs <stan@codesourcery.com>
9715
9716 * tracepoint.h (set_traceframe_number)
9717 (cleanup_restore_current_traceframe): Declare.
9718 * tracepoint.c (set_traceframe_number): New.
9719 (struct current_traceframe_cleanup): New.
9720 (do_restore_current_traceframe_cleanup)
9721 (restore_current_traceframe_cleanup_dtor)
9722 (make_cleanup_restore_current_traceframe): New.
9723 * infrun.c: Include tracepoint.h.
9724 (fetch_inferior_event): Switch out and in of tfind mode.
9725
9726 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9727
9728 * breakpoint.c (breakpoint_init_inferior): Also delete
9729 bp_shlib_event breakpoints.
9730 * solib-frv.c (enable_break): Remove call to
9731 remove_solib_event_breakpoints.
9732 * solib-svr4.c (enable_break): Ditto.
9733 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9734 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9735 * solib-som.c (som_solib_create_inferior_hook): Ditto.
9736 * solib-spu.c (spu_enable_break): Ditto.
9737
9738 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9739
9740 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9741
9742 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9743
9744 * varobj.c (varobj_update): Avoid non-constants in initializers.
9745
9746 2010-02-23 Tom Tromey <tromey@redhat.com>
9747
9748 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9749 handle big-endian values.
9750 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9751
9752 2010-02-22 Pedro Alves <pedro@codesourcery.com>
9753
9754 PR9605
9755
9756 gdb/
9757 * breakpoint.c (insert_bp_location): If inserting the read
9758 watchpoint failed, fallback to an access watchpoint.
9759 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9760 if the value changed, if not watching the same memory for writes.
9761 (watchpoint_locations_match): Add comment.
9762 (update_global_location_list): Copy the location's watchpoint type.
9763 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9764 handle read watchpoints here.
9765 (i386_insert_watchpoint): Read watchpoints aren't supported.
9766 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9767 packets.
9768 * target.h (target_insert_watchpoint): Update description.
9769
9770 2010-02-19 Tom Tromey <tromey@redhat.com>
9771
9772 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9773 * m2-typeprint.c (m2_print_type): Update.
9774 * gdbtypes.c (recursive_dump_type): Update.
9775 (copy_type_recursive): Update.
9776 * c-typeprint.c (c_type_print_varspec_prefix): Update.
9777 (c_type_print_base): Update.
9778 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9779 Remove.
9780 (struct cplus_struct_type) <ntemplate_args>: Remove.
9781 <struct template_arg>: Remove.
9782 <is_dynamic>: Move earlier.
9783 (TYPE_TEMPLATE_ARGS): Remove.
9784 (TYPE_NTEMPLATE_ARGS): Remove.
9785 (TYPE_TEMPLATE_ARG): Remove.
9786
9787 2010-02-19 Tom Tromey <tromey@redhat.com>
9788
9789 PR c++/8693, PR c++/9496:
9790 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9791 * c-exp.y (lex_one_token): Rename from yylex. Don't call
9792 write_dollar_variable. Don't try to classify NAME tokens.
9793 (token_and_value): New type.
9794 (token_fifo, popping, name_obstack): New globals.
9795 (classify_name): New function.
9796 (classify_inner_name): Likewise.
9797 (yylex): Likewise.
9798 (VARIABLE): Now has type sval.
9799 (exp : VARIABLE): Call write_dollar_variable.
9800 (qualified_name): Use TYPENAME, not typebase. Add production for
9801 multiple "::" instances.
9802 (variable): Use name_not_typename.
9803 (qualified_type): Remove.
9804 (typebase): Update.
9805
9806 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9807
9808 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
9809 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
9810 found by bfd_get_section_by_name.
9811 * symfile.h (struct section_addr_info) <sectindex>: New comment.
9812
9813 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9814
9815 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
9816 7.0 section" into "Changes in 7.1".
9817
9818 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9819
9820 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9821 * version.in: Bump version to 7.1.50.20100219-cvs.
9822
9823 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
9824
9825 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9826 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9827
9828 2010-02-17 Tom Tromey <tromey@redhat.com>
9829
9830 * NEWS: Add Python API Improvements section.
9831
9832 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9833
9834 * NEWS: Correct typo.
9835
9836 2010-02-17 Tom Tromey <tromey@redhat.com>
9837
9838 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9839
9840 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9841
9842 * symfile.c (build_section_addr_info_from_objfile): Include sections
9843 only if they are SEC_ALLOC or SEC_LOAD.
9844
9845 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
9846
9847 PR shlibs/11293
9848 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9849 of ULONGEST for address size.
9850
9851 2010-02-17 Tom Tromey <tromey@redhat.com>
9852
9853 * NEWS: Add C++ improvements section.
9854
9855 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
9856
9857 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9858 PyThreadState_Swap): Avoid "statement with no effect" warning.
9859
9860 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9861
9862 * solib-svr4.c (enable_break <target_auxv_search>): New variable
9863 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
9864
9865 2010-02-17 Tristan Gingold <gingold@adacore.com>
9866 Petr Hluzin <petr.hluzin@gmail.com>
9867
9868 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9869 gdb_assert. Fix info->size for SIG prologue.
9870
9871 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9872
9873 * infcmd.c (show_inferior_tty_command): Check for NULL.
9874 Correct output message.
9875
9876 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9877
9878 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9879 FUNCTION contains parentheses. Improve removal of a trailing
9880 single quote.
9881
9882 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9883
9884 * gcore.c (do_bfd_delete_cleanup): New function.
9885 (gcore_command): Use it. Discard the cleanup after success.
9886 (gcore_copy_callback): Delete dead code.
9887
9888 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9889
9890 * symfile.c (addr_info_make_relative): Always use
9891 find_lowest_section.
9892
9893 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
9894
9895 * NEWS: Added entry for namespace fixes.
9896
9897 2010-02-15 Tom Tromey <tromey@redhat.com>
9898
9899 * dwarf2read.c (guess_structure_name): Allocate name on the
9900 objfile obstack.
9901
9902 2010-02-15 Tom Tromey <tromey@redhat.com>
9903
9904 * c-typeprint.c (c_type_print_base): Reverse order of test.
9905
9906 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9907
9908 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
9909 initialize it from ELF BFD. Extend the prelink condition by it.
9910
9911 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9912
9913 * defs.h (parse_pid_to_attach): New.
9914 * utils.c (parse_pid_to_attach): New.
9915 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9916 * gnu-nat.c (gnu_attach): Likewise.
9917 * nto-procfs.c (procfs_attach): Likewise.
9918 * procfs.c (procfs_attach): Likewise.
9919 * windows-nat.c (windows_attach): Likewise.
9920 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
9921 * inf-ttrace.c (inf_ttrace_attach): Likewise.
9922 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
9923 check.
9924
9925 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
9926
9927 * MAINTAINERS: Add myself for write after approval privileges.
9928
9929 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9930
9931 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9932 block.
9933
9934 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9935
9936 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9937 only if INFO_VERBOSE.
9938
9939 2010-02-12 Tomas Holmberg <th@virtutech.com>
9940
9941 * mi/mi-main.c: Added the --reverse flag to the following MI
9942 commands: exec-continue, exec-finish, exec-next, exec-step,
9943 exec-next-instruction, exec-step-instruction. This is to
9944 support reverse execution over the MI interface to gdb.
9945
9946 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9947
9948 * tracepoint.c (_initialize_tracepoint): Specify that the address
9949 range of `tfind outsize' is exclusive, and that the address range
9950 of `tfind range' is inclusive, in the commands' help strings.
9951
9952 2010-02-12 Joel Brobecker <brobecker@adacore.com>
9953
9954 Spurious "dll not found" error messages on x64-windows.
9955 * windows-nat.c: Add include of complaints.h.
9956 (handle_unload_dll): Change dll-not-found error into a complaint.
9957
9958 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9959
9960 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9961 bp_tracepoint and bp_fast_tracepoint, not
9962 bp_loc_software_breakpoint.
9963 (update_global_location_list): Tracepoints are never duplicates of
9964 anything.
9965
9966 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9967
9968 * breakpoint.c (break_command_really): Change return type to int.
9969 Return false if no breakpoint was created, true otherwise.
9970 (trace_command): Don't set the tracepoint count if no tracepoint
9971 was created.
9972 (ftrace_command): Ditto.
9973 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
9974 created in the breakpoints table.
9975
9976 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9977 Ulrich Weigand <uweigand@de.ibm.com>
9978
9979 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
9980
9981 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9982
9983 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
9984 the offset value isn't of integral type.
9985
9986 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9987
9988 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
9989 New.
9990
9991 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9992
9993 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
9994 non-subscriptable types.
9995 * valarith.c (binop_types_user_defined_p): New, abstracted out
9996 from ...
9997 (binop_user_defined_p): ... this.
9998 * value.h (binop_types_user_defined_p): Declare.
9999
10000 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10001
10002 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
10003 Merge uploaded TSVs before merging uploaded tracepoints.
10004
10005 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10006
10007 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
10008
10009 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
10010
10011 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
10012 whitespace character after a dot in comment.
10013 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
10014 Likewise.
10015 (list_args_or_locals): For the 'all' (that is
10016 -stack-list-variables) case, always output list of tuples.
10017 Output 'arg' field if variable is argument.
10018
10019 2010-02-10 Tom Tromey <tromey@redhat.com>
10020
10021 * parser-defs.h (parser_debug): Declare.
10022 * parse.c (_initialize_parse): Install "debug parser" set/show
10023 command.
10024 (parser_debug): New global.
10025 (show_parserdebug): New function.
10026 * c-exp.y (c_parse): Set yydebug.
10027
10028 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
10029
10030 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
10031 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
10032 (tdesc_predefined_types): Add i387_ext, i386_eflags and
10033 i386_mxcsr.
10034 (tdesc_find_type): New.
10035 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
10036 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
10037
10038 * target-descriptions.h (tdesc_find_type): New.
10039
10040 2010-02-10 Michael Snyder <msnyder@vmware.com>
10041
10042 * gdb-gdb.py: Comment fix.
10043
10044 2010-02-09 Tristan Gingold <gingold@adacore.com>
10045
10046 * machoread.c (macho_symfile_relocate): New function.
10047 (macho_sym_fns): Use macho_symfile_relocate instead of
10048 default_symfile_relocate.
10049 (macho_oso_data): New type.
10050 (current_oso): New variable.
10051 (macho_add_oso_symfile): Do not compute section_addr_info, but
10052 instead set vma of sections.
10053 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
10054 Set and clear current_oso.
10055
10056 2010-02-09 Joel Brobecker <brobecker@adacore.com>
10057
10058 Wrong type description for tagged type parameter.
10059 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
10060 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
10061 reference to a tagged type.
10062
10063 2010-02-09 Tristan Gingold <gingold@adacore.com>
10064
10065 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
10066 brothers of the parent.
10067
10068 2010-02-08 Tom Tromey <tromey@redhat.com>
10069
10070 PR c++/8017:
10071 * value.h: Update.
10072 * valops.c (search_struct_field): Make 'name' const.
10073 (search_struct_method): Likewise.
10074 (find_method_list): Make 'method' const.
10075 (value_struct_elt): Make 'name' and 'err' const.
10076 (value_find_oload_method_list): Make 'method' const.
10077 (find_overload_match): Make 'name' const.
10078 * eval.c (evaluate_subexp_standard): New locals function,
10079 function_name.
10080 <OP_FUNCALL>: Handle OP_SCOPE specially.
10081
10082 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10083
10084 * infrun.c (handle_inferior_event): Do not look up regcache
10085 for exited processes.
10086
10087 2010-02-08 Chris Moller <moller@mollerware.com>
10088
10089 PR gdb/10728
10090 * valarith.c (value_ptrdiff): Added a test for a zero type length,
10091 warn if found, and assume length = 1.
10092
10093 2010-02-08 Chris Moller <cmoller@redhat.com>
10094
10095 PR gdb/9067
10096 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
10097 (cp_print_static_field) Fix use of obstacks.
10098
10099 2010-02-08 Pedro Alves <pedro@codesourcery.com>
10100
10101 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
10102 resumed LWPs as resumed.
10103 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
10104 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
10105 of throwing an internal error. If an LWP of a process we're not
10106 waiting for reports a signal, don't force collecting a SIGSTOP,
10107 and if it was breakpoint hit in non-stop mode, cancel it. Don't
10108 go through all LWPs cancelling breakpoints in non-stop mode.
10109 (resume_stopped_resumed_lwps): New.
10110 (linux_nat_wait): Use it.
10111
10112 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
10113
10114 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
10115 i386/amd64 and i386/amd64-linux.
10116 (i386/i386-expedite): New.
10117 (i386/i386-linux-expedite): Likewise.
10118 (i386/amd64-expedite):Likewise.
10119 (i386/amd64-linux-expedite): Likewise.
10120 ($(outdir)/i386/i386-linux.dat): Likewise.
10121 ($(outdir)/i386/amd64.dat): Likewise.
10122 ($(outdir)/i386/amd64-linux.dat): Likewise.
10123
10124 * features/i386/32bit-core.xml: New.
10125 * features/i386/32bit-linux.xml: Likewise.
10126 * features/i386/32bit-sse.xml: Likewise.
10127 * features/i386/64bit-core.xml: Likewise.
10128 * features/i386/64bit-linux.xml: Likewise.
10129 * features/i386/64bit-sse.xml: Likewise.
10130 * features/i386/i386-linux.xml: Likewise.
10131 * features/i386/i386.xml: Likewise.
10132 * features/i386/amd64-linux.xml: Likewise.
10133 * features/i386/amd64.xml: Likewise.
10134 * features/i386/i386-linux.c: Likewise.
10135 * features/i386/i386.c: Likewise.
10136 * features/i386/amd64-linux.c: Likewise.
10137 * features/i386/amd64.c: Likewise.
10138
10139 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
10140
10141 PR c++/7935:
10142 * cp-support.h: Added char* alias element to using_direct data
10143 struct.
10144 (cp_add_using): Added char* alias argument.
10145 (cp_add_using_directive): Ditto.
10146 * cp-namespace.c: Updated with the above changes.
10147 (cp_lookup_symbol_imports): Check for aliases.
10148 * dwarf2read.c (read_import_statement): Figure out local alias
10149 for the import and pass it on to cp_add_using.
10150 (read_namespace): Pass alias argument to cp_add_using.
10151
10152 2010-02-05 Hui Zhu <teawater@gmail.com>
10153
10154 * defs.h (gdb_bfd_errmsg): New extern.
10155 * exec.c (exec_file_attach): Change bfd_errmsg to
10156 gdb_bfd_errmsg.
10157 * utils.c (AMBIGUOUS_MESS1): New macro.
10158 (AMBIGUOUS_MESS2): New macro.
10159 (gdb_bfd_errmsg): New function.
10160
10161 2010-02-04 Doug Evans <dje@google.com>
10162
10163 * solib-svr4.c (enable_break): Add comment.
10164
10165 2010-02-04 Anthony Green <green@moxielogic.com>
10166
10167 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
10168 gracefully.
10169
10170 2010-02-04 Tom Tromey <tromey@redhat.com>
10171
10172 * valops.c (search_struct_field): Account for
10173 value_embedded_offset. Fix check for virtual base past the end of
10174 the object. Use value_copy when making a slice of the value.
10175
10176 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
10177
10178 PR tui/9622
10179 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
10180 only if gdb_stdout is a tty.
10181
10182 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
10183
10184 * target-descriptions.c: Include "osabi.h".
10185 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
10186 OSABI.
10187
10188 2010-02-04 Tristan Gingold <gingold@adacore.com>
10189
10190 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
10191 (macho_symtab_read): Adjust calls to macho_add_oso.
10192 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
10193 (macho_symfile_read): Adjust call to macho_oso_symfile.
10194 (macho_new_init): Move this function after declarations.
10195 (macho_symfile_init): Ditto.
10196 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
10197 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
10198
10199 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
10200
10201 Include MI command in remotelog.
10202
10203 * mi/mi-main.c (mi_execute_command): Call target_log_command.
10204
10205 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10206
10207 * remote.c (remote_state): Remove gdbarch.
10208 (init_remote_state): Don't set gdbarch.
10209 (remote_query_supported): Pass target_gdbarch instead of
10210 rs->gdbarch to gdbarch_qsupported.
10211
10212 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10213
10214 * gdbarch.sh: Add qsupported.
10215
10216 * gdbarch.c: Regenerated.
10217 * gdbarch.h: Likewise.
10218
10219 * remote.c (remote_state): Add gdbarch.
10220 (init_remote_state): Set gdbarch.
10221 (remote_query_supported): Support gdbarch_qsupported.
10222
10223 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
10224
10225 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
10226 __FreeBSD_kernel_version.
10227
10228 2010-02-03 Tristan Gingold <gingold@adacore.com>
10229
10230 * symfile.h (struct sym_fns): Add sym_relocate field.
10231 (default_symfile_relocate): New prototype.
10232 (symfile_relocate_debug_section): First argument is now an objfile.
10233 * symfile.c (default_symfile_relocate): Rename from
10234 symfile_relocate_debug_section, first argument is now an objfile.
10235 (symfile_relocate_debug_section): New function.
10236 * coffread.c (coff_sym_fns): Set sym_relocate field.
10237 * somread.c (som_sym_fns): Ditto.
10238 * mipsread.c (ecoff_sym_fns): Ditto.
10239 * machoread.c (macho_sym_fns): Ditto.
10240 * elfread.c (elf_sym_fns): Ditto.
10241 * dwarf2read.c (dwarf2_read_section): Ditto.
10242 * xcoffread.c (xcoff_sym_fns): Ditto.
10243 * dbxread.c (aout_sym_fns): Ditto.
10244 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
10245 (elfstab_build_psymtabs): Ditto.
10246
10247 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10248
10249 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
10250
10251 2010-02-02 Tom Tromey <tromey@redhat.com>
10252
10253 * valops.c (value_cast_structs): Try downcasting using the RTTI
10254 type.
10255
10256 2010-02-02 Tom Tromey <tromey@redhat.com>
10257
10258 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
10259 (gnuv2_baseclass_offset): Now static.
10260 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
10261 * gnu-v2-abi.h: Remove.
10262
10263 2010-02-02 Tom Tromey <tromey@redhat.com>
10264
10265 * m2-typeprint.c (m2_record_fields): Don't use
10266 TYPE_DECLARED_TYPE.
10267 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
10268 (struct main_type) <flag_declared_class>: New field.
10269 (struct cplus_struct_type) <declared_type>: Remove.
10270 <ntemplate_args>: Move earlier.
10271 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
10272 (DECLARED_TYPE_TEMPLATE): Remove.
10273 (TYPE_DECLARED_TYPE): Remove.
10274 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
10275 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
10276 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
10277 TYPE_DECLARED_TYPE.
10278
10279 2010-02-02 Tom Tromey <tromey@redhat.com>
10280
10281 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
10282 * valops.c (search_struct_field): Compute nbases after calling
10283 CHECK_TYPEDEF.
10284 (check_field): Call CHECK_TYPEDEF.
10285 * cp-valprint.c (cp_print_value): Pass correct address to
10286 baseclass_offset. Fix check for virtual base past the end of the
10287 object. Don't offset address passed to cp_print_value_fields or
10288 apply_val_pretty_printer.
10289 (cp_print_value_fields): Fix call to val_print.
10290 (cp_print_value_fields_rtti): New function.
10291 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
10292 * p-valprint.c (pascal_object_print_value_fields): Fix call to
10293 val_print.
10294 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
10295 offset to address.
10296 * language.h (struct language_defn) <la_val_print>: Document.
10297 * c-lang.h (cp_print_value_fields_rtti): Declare.
10298
10299 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10300
10301 PR libc/11214:
10302 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10303 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
10304 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10305
10306 2010-02-01 Michael Matz <matz@suse.de>
10307 Daniel Jacobowitz <dan@codesourcery.com>
10308
10309 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
10310 functions use a frame pointer.
10311
10312 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10313
10314 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
10315 by a conditional setting DYN_ADDR. Use DYN_ADDR.
10316 * config/djgpp/fnchange.lst: Add translations for
10317 symbol-without-target_section.exp and symbol-without-target_section.c.
10318
10319 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10320
10321 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
10322 (remote_breakpoint_for_pc): Correct invalid_p check.
10323 * gdbarch.c: Regenerated.
10324
10325 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10326
10327 * arm-tdep.c (arm_find_mapping_symbol): New function, from
10328 arm_pc_is_thumb.
10329 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
10330 (extend_buffer_earlier): New function.
10331 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
10332 (arm_adjust_breakpoint_address): New function.
10333 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
10334
10335 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10336
10337 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
10338 (arm_linux_thumb2_le_breakpoint): New constants.
10339 (arm_linux_init_abi): Set thumb2_breakpoint and
10340 thumb2_breakpoint_size.
10341 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
10342 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
10343 Implement support for single stepping through IT blocks if
10344 a 32-bit Thumb breakpoint instruction is available.
10345 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
10346 is available, use it when needed.
10347 (arm_remote_breakpoint_from_pc): New function.
10348 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
10349 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
10350 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
10351
10352 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10353
10354 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
10355 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
10356 * gdbarch.c, gdbarch.h: Regenerated.
10357 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
10358 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
10359 gdbarch_remote_breakpoint_from_pc.
10360
10361 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10362
10363 * infrun.c (prepare_to_proceed): Handle other signals which might
10364 match a breakpoint.
10365 (handle_inferior_event): Move the check for unusual breakpoint
10366 signals earlier.
10367
10368 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
10369
10370 amd64 - function returning record with field straddling 2 registers.
10371 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
10372 a record of length <= 16 in which a field straddles the two
10373 eightbytes.
10374
10375 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10376
10377 Implement return values on amd64-windows.
10378 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
10379 (amd64_windows_return_value): New function.
10380 (amd64_windows_init_abi): Call set_gdbarch_return_value with
10381 amd64_windows_return_value.
10382
10383 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10384
10385 amd64-windows: 32 bytes allocated on stack by caller for integer
10386 parameter registers.
10387 * i386-tdep.h (struct gdbarch_tdep): Add new field
10388 integer_param_regs_saved_in_caller_frame.
10389 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10390 tdep->integer_param_regs_saved_in_caller_frame to 1.
10391 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
10392 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
10393
10394 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10395
10396 amd64-windows: memory args passed by pointer during function calls.
10397 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
10398 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
10399 where tdep->memory_args_by_pointer is non-zero.
10400 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10401 tdep->memory_args_by_pointer to 1.
10402
10403 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10404
10405 amd64-windows: Integer parameters in function calls.
10406 * i386-tdep.h (enum amd64_reg_class): New, moved here from
10407 amd64-tdep.c.
10408 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
10409 call_dummy_integer_regs, and classify.
10410 * amd64-tdep.h (amd64_classify): Add declaration.
10411 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
10412 (amd64_reg_class): Delete, moved to i386-tdep.h.
10413 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
10414 Replace call to amd64_classify by call to tdep->classify.
10415 (amd64_push_arguments): Get the list of registers to use for
10416 passing integer parameters from the gdbarch tdep structure,
10417 rather than using a hardcoded one. Replace calls to amd64_classify
10418 by calls to tdep->classify.
10419 (amd64_push_dummy_call): Get the register number used for
10420 the "hidden" argument from tdep->call_dummy_integer_regs.
10421 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
10422 and tdep->call_dummy_integer_regs. Set tdep->classify.
10423 * amd64-windows-tdep.c: Add include of gdbtypes.h.
10424 (amd64_windows_dummy_call_integer_regs): New static global.
10425 (amd64_windows_classify): New function.
10426 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
10427 tdep->call_dummy_integer_regs and tdep->classify.
10428
10429 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
10430
10431 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
10432 for the new regcache. All callers updated.
10433 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
10434 (get_thread_arch_regcache): Do not set aspace here.
10435 * regcache.h (regcache_xmalloc): Update declaration.
10436
10437 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
10438 regcache_xmalloc updated.
10439
10440 2010-01-28 Joel Brobecker <brobecker@adacore.com>
10441
10442 Another -Wunused-function error in procfs.c (sparc-solaris)
10443 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
10444 Only define if SYS_syssgi is defined.
10445 (remove_dbx_link_breakpoint): Delete declaration. Move up.
10446 (dbx_link_addr, insert_dbx_link_bpt_in_file)
10447 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
10448 is itself defined.
10449
10450 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
10451
10452 * windows-nat.c (windows_initialization_done): New variable.
10453 (get_windows_debug_event): Issue error when process dies before
10454 completely initializing.
10455 (do_initial_windows_stuff): Set flag to indicate when we are done with
10456 the initial steps of attaching to the child.
10457
10458 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10459
10460 * symtab.h (struct symbol <symtab>): New comment on NULL values.
10461
10462 2010-01-27 Doug Evans <dje@google.com>
10463
10464 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10465
10466 * breakpoint.c (bpstat_stop_status): Delete useless code.
10467
10468 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10469
10470 * printcmd.c (display_uses_solib_p): Remove variable section. Access
10471 objfile via SYMBOL_SYMTAB.
10472
10473 2010-01-26 Tom Tromey <tromey@redhat.com>
10474
10475 PR exp/7643:
10476 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10477 coerce_array on result.
10478
10479 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10480
10481 * cp-namespace.c (cp_lookup_symbol_namespace): Added
10482 search_parent argument.
10483 (cp_add_using): Initialize 'searched' field.
10484 (reset_directive_searched): New function.
10485 * cp-support.h: Add 'searched' field to using_direct struct.
10486 (cp_lookup_symbol_imports): Ditto.
10487 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10488 Perform recursive search.
10489 Implement non parent search.
10490 * valops.c (value_maybe_namespace_elt): Updated.
10491
10492 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10493
10494 PR gdb/10929:
10495 * dwarf2read.c (read_lexical_block_scope): Create blocks for
10496 scopes which contain using directives even if they contain no
10497 declarations.
10498 * symtab.c (lookup_symbol_aux): Pass lowest level block to
10499 la_lookup_symbol_nonlocal.
10500 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10501 cp_lookup_symbol_namespace.
10502 (cp_lookup_symbol_namespace): Perform an import lookup at every
10503 block level.
10504 (cp_lookup_symbol_imports): New function.
10505 (cp_lookup_symbol_in_namespace): New function.
10506
10507 2010-01-25 Tom Tromey <tromey@redhat.com>
10508
10509 PR gdb/11049:
10510 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10511 result.
10512
10513 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10514
10515 * configure.ac: Only use host_os part when disabling TUI on osf.
10516 Use test to check variables, prefix strings with x.
10517 * configure: Regenerate.
10518
10519 * solib-osf.c (osf_current_sos): Initialize tail.
10520
10521 2010-01-25 gingold <gingold@adacore.com>
10522
10523 * windows-nat.c (windows_continue): Use %x to print thread id.
10524 (get_windows_debug_event): Ditto.
10525
10526 2010-01-22 Tom Tromey <tromey@redhat.com>
10527
10528 PR symtab/11199:
10529 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10530 type and arguments. Use smash_to_methodptr_type.
10531 (read_structure_type): Call quirk_gcc_member_function_pointer
10532 later.
10533 * gdbtypes.h (smash_to_methodptr_type): Declare.
10534 * gdbtypes.c (smash_to_methodptr_type): New function.
10535 (lookup_methodptr_type): Use it.
10536
10537 2010-01-21 Tom Tromey <tromey@redhat.com>
10538
10539 PR symtab/11198:
10540 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10541 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10542 * glibc-tdep.c (find_minsym_and_objfile): Remove.
10543 (glibc_skip_solib_resolver): Use
10544 lookup_minimal_symbol_and_objfile.
10545
10546 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
10547
10548 * inflow.c (check_syscall): Guard by #if clause for GO32 and
10549 WIN32 targets.
10550
10551 2010-01-20 Tom Tromey <tromey@redhat.com>
10552
10553 PR backtrace/10770:
10554 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10555 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
10556 * dwarf2expr.c (new_dwarf_expr_context): Allocate
10557 dwarf_stack_values, not CORE_ADDRs.
10558 (execute_stack_op): Change DW_OP_div and comparison operators to
10559 use signed operands.
10560
10561 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
10562
10563 Per-inferior args and tty and environment.
10564
10565 * infcmd.c (inferior_args): Rename to ...
10566 (inferior_args_scratch): ... this.
10567 (inferior_io_terminal): Rename to ...
10568 (inferior_io_terminal_scratch): ... this.
10569 (inferior_argc, inferior_argv): Remove.
10570 (set_inferior_io_terminal, get_inferior_io_terminal): Store
10571 inside current_inferior().
10572 (set_inferior_tty_command, show_inferior_tty_command): New.
10573 (get_inferior_args, set_inferior_args): Store inside
10574 current_inferior().
10575 (notice_args_set): Likewise and rename to...
10576 (set_args_command): ... this.
10577 (set_inferior_args_vector): Likewise.
10578 (notice_args_read): Rename to...
10579 (show_args_command): ...new.
10580 (tty_command): Remove.
10581 (run_command_1): Don't free old args, as they are freed by
10582 set_inferior_arg now.
10583 (run_no_args_command): Likewise.
10584 (inferior_environ): Remove.
10585 (run_command_1): Use environment of the current inferior.
10586 (environment_info, set_environment_command)
10587 (unset_environment_command, path_info, path_command): Likewise.
10588 (_initialize_infcmd): Adjust for function and variable renames.
10589 Do not init inferior_environ.
10590 * inferior.h (set_inferior_arg): Adjust prototype.
10591 (struct inferior): New fields args, argc, argv, terminal, environment.
10592 (inferior_environ): Remove declaration.
10593 * inferior.c (free_inferior): Free new fields.
10594 (add_inferior_silent): Initialize 'environment' field.
10595 * main.c (captured_main): Set arguments only after the initial
10596 inferior has been created. Set set_inferior_io_terminal,
10597 not tty_command.
10598 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10599 inferior.
10600 (_initialize_mi_cmd_env): Adjust for disappearance of global
10601 inferior_environ.
10602 * solib.c (solib_find): Use environment of the current inferior.
10603
10604 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10605
10606 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10607 HAVE_PYTHON.
10608 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10609
10610 2010-01-20 Joel Brobecker <brobecker@adacore.com>
10611
10612 Get rid of ada-lang.c:function_name_from_pc.
10613 * ada-lang.c: Add "stack.h" #include.
10614 (function_name_from_pc): Delete.
10615 (is_known_support_routine): Replace call to function_name_from_pc
10616 by call to find_frame_funname.
10617 (ada_unhandled_exception_name_addr_from_raise): Likewise.
10618
10619 2010-01-19 Tom Tromey <tromey@redhat.com>
10620
10621 PR c++/11026:
10622 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10623 objfile obstack.
10624
10625 2010-01-19 Tom Tromey <tromey@redhat.com>
10626
10627 * top.c (stop_sig, float_handler, do_nothing): Remove.
10628
10629 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10630
10631 * breakpoint.c (watchpoint_check): Check the call
10632 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10633 Extend the comment.
10634 * config/djgpp/fnchange.lst: Add translations for
10635 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10636 watchpoint-cond-gone-stripped.c.
10637
10638 2010-01-19 Tom Tromey <tromey@redhat.com>
10639
10640 PR c++/8000:
10641 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10642 into parent scope, and enumerator into grandparent scope.
10643
10644 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10645
10646 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10647
10648 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10649
10650 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10651 i[34567]86-*-solaris2.1[0-9]*.
10652 * configure.tgt: Likewise.
10653
10654 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10655
10656 * NEWS: Document the source command enhancement allowing it
10657 to load Python scripts. Document the "set/show script-extension"
10658 commands.
10659
10660 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10661
10662 Add -Wunused-function to compile flags.
10663 * configure.ac: Add -Wunused-function to build_warnings.
10664 * configure: Regenerate.
10665
10666 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10667
10668 "delete" ada-lex.c:input function, not used.
10669 * ada-lex.l: #define YY_NO_INPUT.
10670
10671 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10672
10673 Delete free_named_symtabs and associated cleanup.
10674 * symfile.h (free_named_symtabs): Delete declaration.
10675 * symfile.c: Remove some commented out code (clear_symtab_users_once).
10676 (cashier_psymtab): Comment function out.
10677 Delete declaration.
10678 (free_named_symtabs): Delete.
10679 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10680 * dbxread.c (end_psymtab): Likewise.
10681 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10682 * exec.c (exec_close_1): Ditto.
10683 * xcoffread.c (xcoff_end_psymtab): Likewise.
10684
10685 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10686
10687 * stack.c (print_block_frame_labels): Comment function out.
10688
10689 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10690
10691 Delete unused or undefined functions.
10692 * breakpoint.c (ep_parse_optional_filename): Delete.
10693 * dcache.c (dcache_write_line): Remove declaration.
10694 * infrun.c (build_infrun): Remove declaration.
10695 * tracepoint.c (tracepoint_save_command): Remove declaration.
10696 * linux-nat.c (init_lwp_list): Delete. No longer used.
10697 * event-loop.c (check_async_signal_handlers): Delete declaration.
10698 * infrun.c (init_execution_control_state): Delete.
10699 (proceed): Update comment to avoid mentioning
10700 init_execution_control_state.
10701 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10702 * ada-lang.c (ada_to_static_fixed_value): Delete.
10703 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10704 * cp-namespace.c (cp_copy_usings): Delete.
10705 * xml-syscall.c (xml_number_of_syscalls): Delete.
10706 * progspace.c (find_program_space_by_num): Delete.
10707 * inflow.c (handle_sigio): Delete declaration.
10708 * hppa-tdep.c (hppa_alignof): Delete.
10709 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10710 (mipsnbsd_core_osabi_sniffer): Delete.
10711
10712 2010-01-18 Tom Tromey <tromey@redhat.com>
10713
10714 PR c++/9680:
10715 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10716 (CONST_CAST): New tokens.
10717 (exp): Add new productions.
10718 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10719 reinterpret_cast.
10720 (is_cast_operator): New function.
10721 (yylex): Handle cast operators specially.
10722 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10723 UNOP_REINTERPRET_CAST>: New cases.
10724 * expprint.c (print_subexp_standard): Likewise.
10725 (op_name_standard): Likewise.
10726 (dump_subexp_body_standard): Likewise.
10727 * parse.c (operator_length_standard): Likewise.
10728 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10729 UNOP_REINTERPRET_CAST.
10730 * gdbtypes.c (class_types_same_p): New function.
10731 (is_ancestor): Use it.
10732 (is_public_ancestor): New function.
10733 (is_unique_ancestor_worker): Likewise.
10734 (is_unique_ancestor): Likewise.
10735 * gdbtypes.h (class_types_same_p, is_public_ancestor)
10736 (is_unique_ancestor): Declare.
10737 * valops.c (value_reinterpret_cast): New function.
10738 (dynamic_cast_check_1): Likewise.
10739 (dynamic_cast_check_2): Likewise.
10740 (value_dynamic_cast): Likewise.
10741 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10742
10743 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10744
10745 Fix build failure when building without Python support.
10746 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10747 is not defined.
10748
10749 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10750
10751 Use XVS field type instead of doing a parallel lookup.
10752 * ada-lang.c (ada_get_base_type): Follow the XVS field type
10753 if it is a reference type instead of doing a type lookup using
10754 the XVS field name.
10755
10756 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10757
10758 Trust PAD types instead of using PAD___XVS.
10759 * ada-lang.c (trust_pad_over_xvs): New static variable.
10760 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10761 parallel XVS type, follow the XVS type instead of the PAD type.
10762 (unwrap_value): Make sure that there is no parallel XVE type
10763 before returning the value as is.
10764 (set_ada_list, show_ada_list): New static variables.
10765 (set_ada_command, show_ada_command): New functions.
10766 (_initialize_ada_language): Add new "set/show ada" prefix commands.
10767 Add new "set/show ada trust-PAD-over-XVS" setting.
10768
10769 2010-01-18 Tom Tromey <tromey@redhat.com>
10770 Thiago Jung Bauermann <bauerman@br.ibm.com>
10771
10772 Allow "source" to load python scripts.
10773 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10774 * python/python.c (source_python_script): New function.
10775 * python/python.h (source_python_script): Add declaration.
10776 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10777 (script_ext_off, script_ext_soft, script_ext_strict)
10778 (script_ext_enums, script_ext_mode): New static constants.
10779 (show_script_ext_mode, find_and_open_script): New functions.
10780 (source_script): Enhance to handle Python scripts.
10781 (init_cli_cmds): Add set/show script-extension commands.
10782
10783 2010-01-16 Stan Shebs <stan@codesourcery.com>
10784
10785 * tracepoint.h (struct trace_status): Use unsigned long long
10786 instead of size_t.
10787 * tracepoint.c (trace_status_command): Fix printf directive.
10788 (trace_save_command): Check fwrite returns, fix printf directive.
10789 (trace_filename): New global.
10790 (tfile_open): Set it, check read returns.
10791 (tfile_close): Free trace_filename.
10792 (tfile_get_traceframe_address): Check read returns.
10793 (tfile_trace_find): Ditto.
10794 (tfile_fetch_registers): Ditto.
10795 (tfile_xfer_partial): Ditto.
10796 (tfile_get_trace_state_variable_value): Ditto.
10797
10798 2010-01-15 Stan Shebs <stan@codesourcery.com>
10799
10800 Add trace file support.
10801 * tracepoint.h (enum trace_stop_reason): New enum.
10802 (struct trace_status): New struct.
10803 (parse_trace_status): Declare.
10804 (struct uploaded_tp): Move here from remote.c,
10805 add fields for actions.
10806 (struct uploaded_tsv): New struct.
10807 * tracepoint.c (tfile_ops): New target vector.
10808 (trace_fd): New global.
10809 (tfile_open): New function.
10810 (tfile_close): New function.
10811 (tfile_files_info): New function.
10812 (tfile_get_trace_status): New function.
10813 (tfile_get_traceframe_address): New function.
10814 (tfile_trace_find): New function.
10815 (tfile_fetch_registers): New function.
10816 (tfile_xfer_partial): New function.
10817 (tfile_get_trace_state_variable_value): New function.
10818 (init_tfile_ops): New function.
10819 (_initialize_tracepoint): Call it, add tfile target.
10820 (trace_status): New global.
10821 (current_trace_status): New function.
10822 (trace_running_p): Remove, change all users to get from
10823 current_trace_status()->running.
10824 (get_trace_status): Remove.
10825 (trace_status_command): Call target_get_trace_status directly,
10826 report more detail including tracing stop reasons.
10827 (trace_find_command): Always allow tfind on a file.
10828 (trace_find_pc_command): Ditto.
10829 (trace_find_tracepoint_command): Ditto.
10830 (trace_find_line_command): Ditto.
10831 (trace_find_range_command): Ditto.
10832 (trace_find_outside_command): Ditto.
10833 (trace_frames_offset, cur_offset): Declare as off_t.
10834 (trace_regblock_size): Rename from reg_size, update users.
10835 (parse_trace_status): New function.
10836 (tfile_interp_line): New function.
10837 (disconnect_or_stop_tracing): Ensure current trace
10838 status before asking what to do.
10839 (stop_reason_names): New global.
10840 (trace_save_command): New command.
10841 (get_uploaded_tp): Move here from remote.c.
10842 (find_matching_tracepoint): Ditto.
10843 (merge_uploaded_tracepoints): New function.
10844 (parse_trace_status): Use stop_reason_names.
10845 (_initialize_tracepoint): Define tsave command.
10846 * target.h (target_ops): New fields to_save_trace_data,
10847 to_upload_tracepoints, to_upload_trace_state_variables,
10848 to_get_raw_trace_data, change to_get_trace_status
10849 to take a pointer to a status struct.
10850 (target_save_trace_data): New macro.
10851 (target_upload_tracepoints): New macro.
10852 (target_upload_trace_state_variables): New macro.
10853 (target_get_raw_trace_data): New macro.
10854 * target.c (update_current_target): Add new methods, change
10855 signature of to_get_trace_status.
10856 * remote.c (hex2bin): Make globally visible.
10857 (bin2hex): Ditto.
10858 (remote_download_trace_state_variable): Download name also.
10859 (remote_get_trace_status): Update parameter, use
10860 parse_trace_status.
10861 (remote_save_trace_data): New function.
10862 (remote_upload_tracepoints): New function.
10863 (remote_upload_trace_state_variables): New function.
10864 (remote_get_raw_trace_data): New function.
10865 (remote_start_remote): Use them.
10866 (_initialize_remote_ops): Add operations.
10867 * ax-gdb.c: Include breakpoint.h.
10868 * breakpoint.c (create_tracepoint_from_upload): Use
10869 break_command_really, return tracepoint, warn about unimplemented
10870 parts.
10871 * NEWS: Mention trace file addition.
10872
10873 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10874
10875 Fix compilation warning on gcc-3.4.
10876 * exec.c (print_section_info): Move the `displacement' variable
10877 initialization to its declaration.
10878
10879 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10880
10881 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10882 comparison.
10883
10884 2010-01-15 Eric Botcazou <botcazou@adacore.com>
10885
10886 "info tasks" broken by typedefs in ATCB type definitions.
10887 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10888 ada_check_typedef before retrieving the length of the type for
10889 regular fields.
10890
10891 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10892
10893 Do not use name-based lookup for unconstrained packed arrays.
10894 * ada-lang.c (find_parallel_type_by_descriptive_type):
10895 Limit the fallback to name-based lookups to the case where
10896 the type is a constrained packed array.
10897
10898 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10899
10900 Enhance gdb-gdb.py to handle main_type.type_specific.
10901 * gdb-gdb.py: Print the type-specific part of struct main_type.
10902
10903 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10904
10905 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10906 * configure: Regenerate.
10907 * config.in: Regenerate.
10908 * utils.c: Include sys/resource.h.
10909 (dump_core, can_dump_core): New.
10910 (internal_vproblem): Update the comment. Check can_dump_core while
10911 setting dump_core_p. Replace two abort calls by dump_core calls.
10912
10913 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10914 Eli Zaretskii <eliz@gnu.org>
10915
10916 * NEWS: Document the PIE support.
10917
10918 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10919
10920 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10921 (check_is_pie_binary, _initialize_linux_tdep): Remove.
10922
10923 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10924
10925 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10926 Replace exec_entry_point call by bfd_get_start_address.
10927
10928 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10929
10930 Support Valgrind attachments broken by the PIE support.
10931 * auxv.c: Include gdbcore.h.
10932 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
10933 parameters ops, object and annex. Remove their assertions.
10934 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10935 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
10936 (memory_xfer_auxv): ... here.
10937 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10938 memory_xfer_auxv.
10939 * procfs.c (procfs_xfer_partial): Likewise.
10940 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10941 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10942 (svr4_solib_create_inferior_hook): Conditionalize the
10943 svr4_relocate_main_executable call.
10944
10945 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10946
10947 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
10948 target_section. Find SECT in current_target_sections, gdb_assert it.
10949 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10950 New variable abfd.
10951 * symtab.c (lookup_objfile_from_block): Return the binary file instead
10952 of separate debug info file.
10953
10954 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10955
10956 Support PIEs with no symfile_objfile.
10957 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10958 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10959
10960 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10961
10962 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
10963 code part to ...
10964 (svr4_static_exec_displacement): ... a new function.
10965 (svr4_exec_displacement): New function.
10966 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
10967 new_offsets using alloca now. Remove variable old_chain and changed.
10968 Call objfile_relocate unconditionally now.
10969
10970 2010-01-14 Doug Evans <dje@google.com>
10971
10972 * gdbtypes.c (arch_flags_type): Fix comment.
10973 * gdbtypes.h (arch_composite_type): Fix comment.
10974
10975 2009-01-14 Tristan Gingold <gingold@adacore.com>
10976
10977 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
10978 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
10979 to symbol_file_add_from_bfd. Add OSO as separate objfile.
10980 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
10981 macho_add_oso_symfile.
10982 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
10983
10984 2010-01-14 Joel Brobecker <brobecker@adacore.com>
10985
10986 Tru64: Dead threads are never deleted.
10987 * dec-thread.c (dec_thread_ptid_is_alive): New function.
10988 (dec_thread_count_gdb_threads): Fix counter increment.
10989 (dec_thread_add_gdb_thread): Fix *listp increment.
10990 (resync_thread_list): Fix bug in deletion of dead threads that
10991 caused all threads to be deleted, instead of just the dead ones.
10992
10993 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
10994
10995 PR python/10705
10996
10997 * python/python-internal.h: Add lazy_string_object_type
10998 definition.
10999 (create_lazy_string_object, gdbpy_initialize_lazy_string)
11000 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
11001 * python/py-value.c (valpy_lazy_string): New function.
11002 (convert_value_from_python): Add lazy string conversion.
11003 * python/py-prettyprint.c (pretty_print_one_value): Check if
11004 return is also a lazy string.
11005 (print_string_repr): Add lazy string printing branch.
11006 (print_children): Likewise.
11007 * python/py-lazy-string.c: New file. Implement lazy strings.
11008 * python/python.c (_initialize_python): Call
11009 gdbpy_initialize_lazy_string.
11010 * varobj.c (value_get_print_value): Add lazy string printing
11011 branch. Account for encoding.
11012 * c-lang.c (c_printstr): Account for new encoding argument. If
11013 encoding is NULL, find encoding suited for type, otherwise use
11014 user encoding.
11015 * language.h (language_defn): Add encoding argument.
11016 (LA_PRINT_STRING): Likewise.
11017 * language.c (unk_lang_printstr): Update to reflect new encoding
11018 argument to language_defn.
11019 * ada-lang.h (ada_printstr): Likewise.
11020 * c-lang.h (c_printstr): Likewise.
11021 * p-lang.h (pascal_printstr);
11022 * f-lang.c (f_printstr): Likewise.
11023 * m2-lang.c (m2_printstr): Likewise.
11024 * objc-lang.c (objc_printstr): Likewise.
11025 * p-lang.c (pascal_printstr): Likewise.
11026 * scm-lang.c (scm_printstr): Likewise.
11027 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
11028 encoding argument.
11029 * ada-valprint.c (ada_printstr): Likewise.
11030 * f-valprint.c (f_val_print): Likewise
11031 * m2-valprint.c (m2_val_print): Likewise.
11032 * p-valprint.c (pascal_val_print): Likewise.
11033 * expprint.c (print_subexp_standard): Likewise.
11034 * valprint.c (val_print_string): Likewise.
11035 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
11036 (SUBDIR_PYTHON_SRCS): Likewise.
11037 (py-lazy-string.o): New rule.
11038
11039 2010-01-13 Doug Evans <dje@google.com>
11040
11041 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
11042 uninitialized" warning from gcc on local `tree'.
11043
11044 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
11045
11046 Implement core awareness.
11047
11048 * bcache.c (compare_ints): Remove
11049 (print_percentage): Use compare_positive_ints.
11050 * defs.h (compare_positive_ints): Declare.
11051 * linux-nat.h (struct lin_lwp): New field core.
11052 (linux_nat_core_of_thread_1): Declare.
11053 * linux-nat.c (add_lwp): Init the 'core' field.
11054 (linux_nat_wait_1): Record the core.
11055 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
11056 (linux_nat_add_target): Register the above.
11057 * linux-thread-db.c (update_thread_core): New.
11058 (thread_db_find_new_threads): Update core information for
11059 every thread.
11060 * remote.c (struct private_thread_info): New.
11061 (free_private_thread_info, demand_private_info): New.
11062 (PACKET_qXfer_threads, use_osdata_threads): New.
11063 (struct thread_item, threads_parsing_context
11064 (start_thread, end_thread, thread_attributes)
11065 (thread_children, threads_children, threads_elements): New.
11066 (remote_threads_info): Try qXfer:threads before anything
11067 else.
11068 (remote_protocol_packets): Register qXfer:threads.
11069 (remote_open_1): Init use_osdata_threads.
11070 (struct stop_reply): New field 'core'.
11071 (remote_parse_stop_reply): Parse core number.
11072 (process_stop_reply): Record core number.
11073 (remote_xfer_partial): Handle qXfer:threads.
11074 (remote_core_of_thread): New.
11075 (init_remote_ops): Register remote_core_of_thread.
11076 (_initialize_remote): Register qXfer:read.
11077 * target.c (target_core_of_thread): New
11078 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
11079 (struct target_ops): New field to_core_of_threads.
11080 (target_core_of_thread): Declare.
11081 * gdbthread.h (struct thread_info): New field private_dtor.
11082 * thread.c (print_thread_info): Report the core.
11083 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
11084 * utils.c (compare_positive_ints): New.
11085 * features/threads.dtd: New.
11086 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
11087 * mi/mi-main.c (struct collect_cores_data, collect_cores)
11088 (do_nothing, free_vector_of_osdata_items)
11089 (splay_tree_int_comparator, free_splay_tree): New.
11090 (print_one_inferior_data): Implemented printing of selected
11091 inferiors. Collect and print cores.
11092 (output_cores): New.
11093 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
11094 thread groups together with --available.
11095
11096 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11097
11098 * configure: Regenerate (for _STRUCTURED_PROC).
11099
11100 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11101
11102 Delete dead function.
11103 * ada-lang.c (extract_string): Delete. No longer used.
11104
11105 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11106
11107 Fix -Wunused warning in dec-thread.c.
11108 * dec-thread.c (dec_thread_count_gdb_threads)
11109 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
11110
11111 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11112
11113 * ada-valprint.c (ada_print_floating): Remove trailing space.
11114
11115 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11116
11117 Add support for DW_AT_GNAT_descriptive_type.
11118 * gdbtypes.h (enum type_specific_kind): New enum.
11119 (struct main_type) [type_specific_field]: New component.
11120 [type_specific]: Add new component "gnat_stuff".
11121 (struct gnat_aux_type): New type.
11122 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
11123 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
11124 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
11125 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
11126 (TYPE_SPECIFIC_FIELD): New macros.
11127 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
11128 type does not hold any cplus-specific data.
11129 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
11130 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
11131 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
11132 cplus-specific data.
11133 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
11134 Set new component TYPE_SPECIFIC_FIELD (type).
11135 (gnat_aux_default): New constant.
11136 (allocate_gnat_aux_type): New function.
11137 (init_type): Add initialization the type-specific stuff for
11138 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
11139 (print_gnat_stuff): New function.
11140 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
11141 specific data. Adjust code that prints the contents of the
11142 type-specific union using the TYPE_SPECIFIC_FIELD value.
11143 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
11144 the type cplus stuff for Ada types.
11145 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
11146 Error out if these routines are called with an Ada type.
11147 (read_structure_type, read_array_type, read_subrange_type):
11148 Add call to set_descriptive_type.
11149 (set_die_type): Initialize the gnat-specific data if necessary.
11150 (need_gnat_info, die_descriptive_type, set_descriptive_type):
11151 New functions.
11152 * ada-lang.c (decode_constrained_packed_array_type): Use
11153 decode_constrained_packed_array_type instead of doing a standard
11154 lookup to locate a parallel type.
11155 (find_parallel_type_by_descriptive_type): New function.
11156 (ada_find_parallel_type_with_name): New function.
11157 (ada_find_parallel_type): Reimplement using
11158 ada_find_parallel_type_with_name.
11159 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
11160 to check if type has a cplus stuff.
11161 * linespec.c (total_number_of_methods): Likewise.
11162 * mdebugread.c (new_type): Likewise.
11163
11164 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11165
11166 * NEWS: Document the 0b binary number prefix parsing.
11167
11168 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11169
11170 * objfiles.c (objfile_relocate1): Change the return type to int.
11171 Describe the new return value. Return non-zero if data changed.
11172 (objfile_relocate): New variable changed. Set it. Call
11173 breakpoint_re_set depending on CHANGED.
11174
11175 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11176
11177 Implement binary numbers parsing.
11178 * c-exp.y (parse_number): New case 'b' and 'B'.
11179
11180 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11181 Tristan Gingold <gingold@adacore.com>
11182
11183 * solib.c (info_sharedlibrary_command): Replace
11184 objfile_has_partial_symbols and objfile_has_full_symbols calls by
11185 objfile_has_symbols.
11186
11187 2010-01-10 Joel Brobecker <brobecker@adacore.com>
11188
11189 * NEWS: Document the improvements made to the mips-irix port.
11190
11191 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11192
11193 Fix the documentation of valprint.c:value_print.
11194 * valprint.c (value_print): Update the function description to
11195 mention that the syntax of the output follows the current_language,
11196 not necessarily C.
11197
11198 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11199
11200 Fix displacement of separate debug info files.
11201 * objfiles.c (objfile_relocate): Rename to ...
11202 (objfile_relocate1): ... here and make it static. Extend the comment.
11203 (objfile_relocate): New function.
11204 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
11205 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
11206 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
11207 allocated using alloca.
11208 * symfile.c (copy_section_addr_info): Remove.
11209 (build_section_addr_info_from_objfile): Make it global. New variables
11210 addr_bit and mask, use them.
11211 * symfile.h (build_section_addr_info_from_objfile): New prototype.
11212 (copy_section_addr_info): Remove.
11213
11214 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11215
11216 Signal unwinder for mips-irix N32.
11217 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
11218 tramp-frame.h.
11219 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
11220 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
11221 (SIGCONTEXT_LO_OFF): New macros.
11222 (mips_irix_n32_tramp_frame_init): New function.
11223 (mips_irix_n32_tramp_frame): New static constant.
11224 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
11225
11226 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11227
11228 Breakpoint in shared library does not work on mips-irix.
11229 * procfs.c: #include "observer.h".
11230 (procfs_inferior_created): New function, moving here the code
11231 which unsets the syssgi syscall-exit notifications.
11232 (procfs_create_inferior): Remove the code which unsets the syssgi
11233 syscall-exit notifications. It is too early to do this here.
11234 (_initialize_procfs): Attach the procfs_inferior_created observer.
11235
11236 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11237
11238 Wrong return convention for arrays (mips-irix).
11239 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
11240 128 bits or smaller are returned the same way as structs
11241 and unions of the the same size.
11242
11243 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11244
11245 Cannot set the PC on mips-irix.
11246 * irix5-nat.c (fill_gregset): Check regno against the raw PC
11247 register number, no the cooked one.
11248
11249 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11250
11251 Error while loading core file on mips-irix.
11252 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
11253 if debugging from a core file.
11254
11255 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11256
11257 GDB hangs when attaching to process on mips-irix.
11258 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
11259 attaching to a process.
11260
11261 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11262
11263 Use the correct breakpoint instruction on mips-irix.
11264 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
11265 containing the correct breakpoint instruction to use on mips-irix.
11266 Use it when the osabi is GDB_OSABI_IRIX.
11267
11268 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11269
11270 -Wunused warning in procfs.c (mips-irix only).
11271 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
11272 throughout instead of using praddset and prdelset respectively.
11273
11274 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11275
11276 GDB crash while stepping into function.
11277 * infrun.c (handle_inferior_event): Refetch the current frame
11278 after handling what.main_action, in case that pointer became
11279 dangling.
11280
11281 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11282
11283 Fix build failure of solaris-hosted cross debuggers.
11284 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
11285
11286 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
11287
11288 Fix build failure on sparc-solaris.
11289 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
11290
11291 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11292
11293 Move some symfile code into subroutines.
11294 * symfile.h (relative_addr_info_to_section_offsets)
11295 (addr_info_make_relative): New prototypes.
11296 * symfile.c (default_symfile_offsets): Move a part to ...
11297 (relative_addr_info_to_section_offsets): ... this new function.
11298 (default_symfile_offsets): Call it.
11299 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
11300 this part to ...
11301 (addr_info_make_relative): ... this new function.
11302
11303 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11304
11305 Add from_tty to solib_create_inferior_hook.
11306 * infcmd.c (post_create_inferior): Move solib_add after
11307 solib_create_inferior_hook. Pass from_tty to
11308 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
11309 0 from_tty and comment why.
11310 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
11311 * linux-nat.c (linux_child_follow_fork): Likewise.
11312 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
11313 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
11314 from_tty.
11315 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
11316 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
11317 * solib-null.c (null_solib_create_inferior_hook): Likewise.
11318 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
11319 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
11320 * solib-som.c (som_solib_create_inferior_hook): Likewise.
11321 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
11322 Pass it to svr4_so_ops.solib_create_inferior_hook.
11323 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
11324 from_tty.
11325 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
11326 solib_add.
11327 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
11328 enable_break.
11329 * solib-target.c (solib_target_solib_create_inferior_hook): New
11330 parameter from_tty.
11331 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
11332 it to ops->solib_create_inferior_hook.
11333 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
11334 Move solib_add after solib_create_inferior_hook, call it now with
11335 from_tty as 0. New comment there.
11336 * solib.h (solib_create_inferior_hook): New parameter from_tty.
11337 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
11338 Likewise.
11339
11340 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
11341
11342 Fix multiexec race.
11343 * infrun.c (handle_inferior_event): Use get_thread_regcache
11344 with events ptid, not get_current_regcache.
11345
11346 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11347
11348 GDB crash with empty executable name (MinGW).
11349 * source.c (openp): Add assert that parameter string is not NULL.
11350 if parameter string is an empty string, then return with a failure
11351 immediately.
11352
11353 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11354
11355 Get rid of support for VAX Floats.
11356 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11357 (ada_vax_float_print_function): Delete.
11358 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11359 (ada_vax_float_print_function): Delete.
11360 * ada-typeprint.c (print_vax_floating_point_type): Delete.
11361 (ada_print_type): Remove support for VAX floats.
11362 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
11363
11364 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11365
11366 * stabsread.c (read_args): Handle zero arguments.
11367
11368 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11369
11370 Cannot find in-tree libiconv.a after reconfigure.
11371 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
11372 that we can use, then cache the path to this archive.
11373 * configure: Regenerate.
11374
11375 2010-01-07 Stan Shebs <stan@codesourcery.com>
11376
11377 Make tracepoint operations go through target vector.
11378 * target.h (enum trace_find_type): New enum.
11379 (struct target_ops): New fields to_trace_init,
11380 to_download_tracepoint, to_download_trace_state_variable,
11381 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
11382 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
11383 to_set_disconnected_tracing.
11384 (target_trace_init): New macro.
11385 (target_download_tracepoint): New macro.
11386 (target_download_trace_state_variable): New macro.
11387 (target_trace_start): New macro.
11388 (target_trace_set_readonly_regions): New macro.
11389 (target_get_trace_status): New macro.
11390 (target_trace_stop): New macro.
11391 (target_trace_find): New macro.
11392 (target_get_trace_state_variable_value): New macro.
11393 (target_set_disconnected_tracing): New macro.
11394 * target.c (update_current_target): Inherit and set defaults for
11395 tracepoint operations.
11396 * tracepoint.c (default_collect): Make globally visible.
11397 (target_is_remote): Remove, along with all calls.
11398 (tvariables_info): Call target_get_trace_state_variable_value.
11399 (remote_set_transparent_ranges): Remove.
11400 (trace_start_command): Call target_trace_init,
11401 target_download_tracepoint, etc.
11402 (download_tracepoint): Remove.
11403 (trace_stop_command): Simplify.
11404 (stop_tracing): Call target_trace_stop.
11405 (get_trace_status): Call target_get_trace_status.
11406 (trace_status_command): Add case for targets that cannot trace.
11407 (finish_tfind_command): Change to take numerical arguments, call
11408 target_trace_find.
11409 (trace_find_command): Update call to finish_tfind_command.
11410 (trace_find_pc_command): Ditto.
11411 (trace_find_tracepoint_command): Ditto.
11412 (trace_find_line_command): Ditto.
11413 (trace_find_range_command): Ditto.
11414 (trace_find_outside_command): Ditto.
11415 (set_disconnected_tracing_value): Call
11416 target_set_disconnected_tracing.
11417 * remote.c: Add protocol encoding bits from tracepoint.c.
11418 (trace_error): Move from tracepoint.c.
11419 (remote_get_noisy_reply): Ditto.
11420 (free_actions_list_cleanup_wrapper): Ditto.
11421 (free_actions_list): Ditto.
11422 (remote_trace_init): New function.
11423 (remote_download_tracepoint): New function.
11424 (remote_download_trace_state_variable): New function.
11425 (remote_trace_set_readonly_regions): New function.
11426 (remote_trace_start): New function.
11427 (remote_get_trace_status): New function.
11428 (remote_trace_stop): New function.
11429 (remote_trace_find): New function.
11430 (remote_download_trace_state_variable): New function.
11431 (remote_set_disconnected_tracing): New function.
11432 (init_remote_ops): Add tracepoint operations.
11433
11434 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
11435
11436 2010-01-07 Tristan Gingold <gingold@adacore.com>
11437
11438 * symfile.c (build_section_addr_info_from_objfile): New function.
11439 (symbol_file_add_separate): Don't use offsets from objfile but
11440 built an addr info.
11441
11442 2010-01-06 Stan Shebs <stan@codesourcery.com>
11443
11444 Support disconnected tracing.
11445 * infcmd.c (detach_command): Ask whether to stop tracing.
11446 * cli/cli-cmds.c (quit_command): Ditto.
11447 * breakpoint.h (struct breakpoint): New field number_on_target.
11448 * breakpoint.c (create_tracepoint_from_upload): New function.
11449 (get_tracepoint_by_number_on_target): New function.
11450 * remote.c (struct remote): New field disconnected_tracing.
11451 (remote_disconnected_tracing_feature): New function.
11452 (remote_protocol_features): Add DisconnectedTracing.
11453 (struct uploaded_tp): New struct.
11454 (uploaded_tps): New global.
11455 (get_uploaded_tp): New function.
11456 (find_matching_tracepoint): New function.
11457 (remote_get_tracing_state): New function.
11458 (remote_start_remote): Call it.
11459 * tracepoint.c (disconnected_tracing): New global.
11460 (trace_start_command): Initialize number_on_target.
11461 (stop_tracing): New function, split out from...
11462 (trace_stop_command): Call stop_tracing.
11463 (get_trace_status): New function, split out from...
11464 (trace_status_command): Call get_trace_status, add info on
11465 disconnection behavior.
11466 (disconnect_or_stop_tracing): New function.
11467 (finish_tfind_command): Translate from number on target.
11468 (trace_find_tracepoint_command): Translate to number on target.
11469 (send_disconnected_tracing_value): New function.
11470 (set_disconnected_tracing): New function.
11471 (_initialize_tracepoint): Add disconnected-tracing variable.
11472 * NEWS: Mention disconnected tracing.
11473
11474 2010-01-06 Tristan Gingold <gingold@adacore.com>
11475
11476 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11477 parameter to main_objfile. Iterate on all separate debug objfiles.
11478 * symfile.h (symbol_file_add_separate)
11479 (find_separate_debug_file_by_debuglink): Remove parameter names.
11480 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11481 (reread_symbols): Use free_objfile_separate_debug.
11482 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11483 Adjust comment.
11484 (objfile_separate_debug_iterate, add_separate_debug_objfile)
11485 (free_objfile_separate_debug): New prototypes.
11486 * objfiles.c (objfile_separate_debug_iterate): New function.
11487 (add_separate_debug_objfile, free_objfile_separate_debug): New
11488 functions.
11489 (free_objfile): Use free_objfile_separate_debug. Adjust for
11490 multiple separate debug objfile.
11491 (objfile_has_symbols): Adjust comment. Iterate on all separate
11492 debug objfiles.
11493 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11494 debug objfile.
11495 (lookup_minimal_symbol_text): Ditto.
11496 (lookup_minimal_symbol_by_pc_name): Ditto.
11497 (lookup_minimal_symbol_solib_trampoline): Ditto.
11498 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11499 debug objfiles.
11500
11501 2010-01-05 Stan Shebs <stan@codesourcery.com>
11502
11503 Add fast tracepoints.
11504 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11505 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11506 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11507 * breakpoint.c (tracepoint_type): New function.
11508 (ALL_TRACEPOINTS): Use it.
11509 (should_be_inserted): Ditto.
11510 (bpstat_check_location): Ditto.
11511 (print_one_breakpoint_location): Ditto.
11512 (user_settable_breakpoint): Ditto.
11513 (set_breakpoint_location_function): Ditto.
11514 (disable_breakpoints_in_shlibs): Ditto.
11515 (delete_trace_command): Ditto.
11516 (print_it_typical): Add bp_fast_tracepoint case.
11517 (bpstat_what): Ditto.
11518 (print_one_breakpoint_location): Ditto.
11519 (allocate_bp_location): Ditto.
11520 (mention): Ditto.
11521 (breakpoint_re_set_one): Ditto.
11522 (disable_command): Ditto.
11523 (enable_command): Ditto.
11524 (check_fast_tracepoint_sals): New function.
11525 (break_command_really): Call it.
11526 (ftrace_command): New function.
11527 (_initialize_breakpoint): Add ftrace command.
11528 * gdbarch.sh (fast_tracepoint_valid_at): New.
11529 * gdbarch.h, gdbarch.c: Regenerate.
11530 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11531 (i386_gdbarch_init): Use it.
11532 * remote.c (struct remote_state): New field fast_tracepoints.
11533 (PACKET_FastTracepoints): New packet config type.
11534 (remote_fast_tracepoint_feature): New function.
11535 (remote_protocol_features): Add FastTracepoints.
11536 (remote_supports_fast_tracepoints): New function.
11537 (_initialize_remote): Add FastTracepoints.
11538 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11539 * NEWS: Mention fast tracepoints.
11540
11541 2010-01-06 Joel Brobecker <brobecker@adacore.com>
11542
11543 * gdb-gdb.py: New file.
11544
11545 2010-01-05 Michael Snyder <msnyder@vmware.com>
11546
11547 * infrun.c (handle_inferior_event): Fix typo in comment.
11548
11549 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11550
11551 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11552
11553 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11554
11555 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11556 and s390x-linux64.
11557 (s390-linux32-expedite): Define.
11558 (s390-linux64-expedite): Define.
11559 (s390x-linux64-expedite): Define.
11560 * features/s390-acr.xml: New file.
11561 * features/s390-fpr.xml: New file.
11562 * features/s390-core32.xml: New file.
11563 * features/s390-core64.xml: New file.
11564 * features/s390x-core64.xml: New file.
11565 * features/s390-linux32.xml: New file.
11566 * features/s390-linux64.xml: New file.
11567 * features/s390x-linux64.xml: New file.
11568 * features/s390-linux32.c: New generated file.
11569 * features/s390-linux64.c: New generated file.
11570 * features/s390x-linux64.c: New generated file.
11571
11572 * regformats/s390-linux32.dat: New generated file.
11573 * regformats/s390-linux64.dat: New generated file.
11574 * regformats/s390x-linux64.dat: New generated file.
11575 * regformats/reg-s390.dat: Remove.
11576 * regformats/reg-s390x.dat: Remove.
11577
11578 * s390-nat.c: Include "auxv.h" and <elf.h>.
11579 (HWCAP_S390_HIGH_GPRS): Define if undefined.
11580 (s390_target_wordsize): New function.
11581 (s390_auxv_parse): Likewise.
11582 (s390_get_hwcap): Likewise.
11583 (s390_read_description): Likewise.
11584 (_initialize_s390_nat): Install s390_auxv_parse and
11585 s390_read_description.
11586
11587 * s390-tdep.c: Include "features/s390-linux32.c",
11588 "features/s390-linux64.c", and "features/s390x-linux64.c".
11589 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11590 (s390_register_call_saved): New function.
11591 (s390_register_name): Remove.
11592 (s390_register_type): Remove.
11593 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11594 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11595 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11596 (s390_pseudo_register_name): New function.
11597 (s390_pseudo_register_type): New function.
11598 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11599 Handle full GPR pesudos and varying pseudo register numbers.
11600 (s390_pseudo_register_write): Likewise
11601 (s390x_pseudo_register_read): Remove.
11602 (s390x_pseudo_register_write): Likewise.
11603 (s390_register_group): Remove.
11604 (s390_pseudo_register_group): New function.
11605 (s390_regmap_gregset): Add GPR upper halves.
11606 (s390x_regmap_gregset): Likewise.
11607 (s390_regmap_fpregset): Likewise.
11608 (s390_regmap_upper): New global variable.
11609 (s390_upper_regset): New global variable.
11610 (s390_upper_regset_sections): New global variable.
11611 (s390_regset_from_core_section): Handle GPR upper halves.
11612 (s390_core_read_description): New function.
11613 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11614 register information. Handle varying pseudo register numbers.
11615 (s390_backchain_frame_unwind_cache): Likewise.
11616 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11617 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11618 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11619 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
11620 Handle varying pseudo register numbers.
11621 (s390_unwind_pc): Handle varying pseudo register numbers.
11622 (s390_dwarf2_prev_register): New function.
11623 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11624 register information. Handle varying pseudo register numbers.
11625 Install s390_dwarf2_prev_register to unwind full GPRs.
11626 (s390_gdbarch_init): Handle target descriptions. Assign varying
11627 pseudo register numbers. Install s390_adjust_frame_regnum.
11628 (_initialize_s390_tdep): Initialize target descriptions.
11629
11630 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11631 (S390_NUM_REGS): Redefine to include upper half registers.
11632 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11633 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11634 (tdesc_s390_linux32): Add declaration.
11635 (tdesc_s390_linux64): Likewise.
11636 (tdesc_s390x_linux64): Likewise.
11637
11638 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11639
11640 * regset.h (struct core_regset_section): Add HUMAN_NAME.
11641 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11642 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11643 (ppc_linux_vmx_regset_sections): Likewise.
11644 (ppc_linux_fp_regset_sections): Likewise.
11645
11646 * corelow.c (get_core_register_section): Constify arguments.
11647 (get_core_registers): Use gdbarch_core_regset_sections instead
11648 of hard-coded platform-specific register section names.
11649
11650 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11651
11652 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11653 a register, assume the least-significant part is used.
11654 (write_pieced_value): Likewise.
11655
11656 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11657
11658 * printcmd.c: Include "arch-utils.h".
11659 (do_one_display): Re-parse expression if current architecture changed.
11660
11661 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11662 Joel Brobecker <brobecker@adacore.com>
11663
11664 * gdbtypes.c (check_typedef): New comment on type length.
11665 * value.c (allocate_value_lazy): Remove the unused atype variable. New
11666 comment on type length.
11667 (value_primitive_field): Keep the original TYPE value, new comment.
11668
11669 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11670
11671 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11672 p_start. Change != comparisons to > and < comparisons.
11673
11674 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11675
11676 * cli/cli-script.c (process_next_line): Check P2 overrun.
11677
11678 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11679
11680 Update the copyright hearder to add year 2010 for most GDB files.
11681
11682 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11683
11684 Fix build failure in inf-ptrace.c.
11685 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11686
11687 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11688
11689 * top.c (print_gdb_version): Update copyright year.
11690
11691 2010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
11692
11693 Fix break *FUN'address thread NUM.
11694 * ada-lex.l (task): Expand rule to also match the thread keyword.
11695
11696 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11697
11698 Fix break *FUN'address task NUM.
11699 * ada-lex.l (task): New rule.
11700 * ada-lang.c (valid_task_id): Make sure the Ada task list has
11701 been built before using it.
11702
11703 For older changes see ChangeLog-2009.
11704 \f
11705 Local Variables:
11706 mode: change-log
11707 left-margin: 8
11708 fill-column: 74
11709 version-control: never
11710 coding: utf-8
11711 End:
This page took 0.338175 seconds and 4 git commands to generate.