* inferior.c (remove_inferior_command): Don't remove an active inferior.
[binutils-gdb.git] / gdb / ChangeLog
1 2010-12-22 Marc Khouzam <marc.khouzam@ericsson.com>
2
3 * inferior.c (remove_inferior_command): Don't remove an active inferior.
4 * mi/mi-main.c (mi_cmd_remove_inferior): Ditto.
5
6 2010-12-21 Tom Tromey <tromey@redhat.com>
7
8 * thread.c (print_thread_info): Make a ui-out table in CLI mode.
9
10 2010-12-20 Yao Qi <yao@codesourcery.com>
11
12 * arm-tdep.c (arm_register_reggroup_p): New.
13 (arm_gdbarch_init): Set arm_register_reggroup_p for hook
14 register_reggroup_p.
15
16 2010-12-20 Yao Qi <yao@codesourcery.com>
17
18 * features/arm-core.xml: Add attribute type to reg from r0 to r12.
19 * features/arm-with-iwmmxt.c: Regenerate.
20 * features/arm-with-neon.c: Regenerate.
21 * features/arm-with-vfpv2.c: Regenerate.
22 * features/arm-with-vfpv3.c: Regenerate.
23
24 2010-12-17 Marc Khouzam <marc.khouzam@ericsson.com>
25
26 * mi/mi-main.c (mi_cmd_remove_inferior): Don't delete current inferior.
27 (get_other_inferior): New.
28
29 2010-12-17 Marc Khouzam <marc.khouzam@ericsson.com>
30
31 * python/py-progspace.c (py_free_pspace): Obtain arch another
32 way to avoid dereferencing a null pointer.
33
34 2010-12-17 Michael Snyder <msnyder@vmware.com>
35
36 * utils.c (do_my_cleanups): Comment fix-up.
37
38 2010-12-17 Kevin Buettner <kevinb@redhat.com>
39
40 * mips-tdep.c (make_mips16_addr): New function.
41 (mips_elf_make_msymbol_special): Don't set the low bit in the
42 symbol's address.
43 (mips_read_pc, mips_unwind_pc, mips_addr_bits_remove): Strip bit
44 indicating mips16 address, if present.
45 (mips_write_pc): Set bit indicating mips16 address when in a mips16
46 function.
47 (mips_eabi_push_dummy_call, mips_o64_push_dummy_call): Likewise,
48 but for each function pointer argument to inferior function call.
49
50 2010-12-17 Tom Tromey <tromey@redhat.com>
51
52 * psympriv.h (struct partial_symtab) <readin>: Move field
53 earlier.
54
55 2010-12-16 Kevin Buettner <kevinb@redhat.com>
56
57 * mips-tdep.c (mips_convert_register_float_case_p)
58 (mips_convert_register_gpreg_case_p): New functions.
59 (mips_convert_register_p): Invoke new functions above.
60 (mips_register_to_value): Add case for fetching value shorter
61 than 64 bits from a 64-bit register.
62 (mips_value_to_register): Add case for storing value shorter
63 than 64 bits into a 64-bit register.
64
65 2010-12-16 Joel Borggrén-Franck <joel.borggren.franck@gmail.com>
66
67 * python/py-value.c (value_object_type) <tp_flags>: Add
68 Py_TPFLAGS_BASETYPE.
69
70 2010-12-16 Mike Frysinger <vapier@gentoo.org>
71
72 * NEWS: Mention new sim --map-info flag.
73
74 2010-12-15 Doug Evans <dje@google.com>
75
76 * dwarf2read.c (_initialize_dwarf2_read): Fix help text of
77 "save gdb-index" command.
78
79 2010-12-15 Tom Tromey <tromey@redhat.com>
80
81 * infrun.c (save_infcall_control_state): Handle the
82 exception-resume breakpoint.
83 (restore_infcall_control_state): Likewise.
84 (discard_infcall_control_state): Likewise.
85
86 2010-12-15 Kevin Buettner <kevinb@redhat.com>
87
88 * mips-tdep.c (mips_pseudo_register_write): Sign extend 32-bit
89 cooked values that are being transferred to 64-bit raw registers.
90 (mips_pseudo_register_read): Revise to preserve symmetry with
91 mips_pseudo_register_write().
92
93 2010-12-15 Greg Watson <g.watson@computer.org>
94
95 * f-exp.y (yylex): Check entire token against keywords.
96
97 2010-12-15 Doug Evans <dje@google.com>
98
99 Rename "maint set python auto-load" to "set auto-load-scripts".
100 * NEWS: Mention it.
101 * python/py-auto-load.c (auto_load_scripts): Renamed from
102 gdbpy_auto_load.
103 (load_auto_scripts_for_objfile): Update.
104 (gdbpy_initialize_auto_load): Rename "maint set python auto-load" to
105 "set auto-load-scripts".
106
107 2010-12-14 Kevin Buettner <kevinb@redhat.com>
108
109 * mips-tdep.c (mips_eabi_push_dummy_call): Place signed, rather
110 than unsigned, values in registers.
111
112 2010-12-14 Ken Werner <ken.werner@de.ibm.com>
113
114 * valops.c (value_one): Use get_array_bounds to compute the number
115 of array elements instead of dividing the length of the array by the
116 length of the element types.
117 * valarith.c (value_complement, value_neg): Likewise.
118
119 2010-12-14 Joel Brobecker <brobecker@adacore.com>
120
121 * irix5-nat.c: Replace fp_r, fp_regs and fp_scr by __fp_r, __fp_regs
122 and __fp_scr respectively throughout.
123 * configure.ac: Compile with -Dsiginfo=__siginfo if building with
124 Python using GCC on IRIX.
125 * configure: Regenerate.
126
127 2010-12-13 Kevin Buettner <kevinb@redhat.com>
128
129 * solib-svr4.c (enable_break): Don't attempt to place breakpoints,
130 when attaching, on the names in bkpt_names: _start, __start, and
131 main.
132
133 2010-12-12 Stan Shebs <stan@codesourcery.com>
134
135 * value.c (value_of_internalvar): Add case for trace state
136 variables.
137
138 2010-12-12 Doug Evans <dje@google.com>
139
140 * dwarf2read.c (dwarf2_per_objfile): New member quick_file_names_table.
141 (dwarf2_per_cu_quick_data): Move definition down to "quick functions"
142 section. Delete members lines full_names. Rename read_lines to
143 no_file_data.
144 (quick_file_names): New struct.
145 (hash_file_name_entry, eq_file_name_entry): New functions.
146 (delete_file_name_entry, create_quick_file_names_table): New functions.
147 (dwarf2_read_index): Initialize quick_file_names_table.
148 (dw2_get_file_names): Renamed from dw2_require_line_header.
149 Return pointer to quick_file_names entry. All callers updated.
150 (dw2_get_real_path): Renamed from dw2_require_full_path.
151 Replace per_cu arg with pointer to quick_file_names entry.
152 All callers updated.
153 (dw2_free_cached_file_names): New function.
154 (dw2_forget_cached_source_info): Call it (via htab_traverse_noresize).
155 (dwarf2_initialize_objfile): Initialize quick_file_names_table in
156 the OBJF_READNOW case.
157 (dwarf2_free_objfile): Rewrite freeing of quick file names tables.
158
159 2010-12-12 Mark Kettenis <kettenis@gnu.org>
160
161 * mips64obsd-tdep.c (floatformats_mips64_quad): New define.
162 (mips64obsd_init_abi): Set long_double_bit and long_double_format.
163
164 2010-12-12 Mark Kettenis <kettenis@gnu.org>
165
166 * sparc-tdep.c: Fix typo in comment.
167
168 2010-12-10 Doug Evans <dje@google.com>
169
170 * dwarf2read.c: Whitespace cleanup, plus comment additions.
171 No code changes.
172
173 2010-12-10 Tom Tromey <tromey@redhat.com>
174
175 * NEWS: Document exception-handling change.
176
177 2010-12-09 Marc Khouzam <marc.khouzam@ericsson.com>
178
179 * mi/mi-parse.c (mi_parse): Wrong error message.
180
181 2010-12-09 Doug Evans <dje@google.com>
182
183 * symfile.h (quick_symbol_functions): Clarify usage of
184 map_symbol_filenames.
185
186 2010-12-09 Tom Tromey <tromey@redhat.com>
187
188 * mi/mi-parse.h (mi_parse): Update.
189 * mi/mi-parse.c (mi_parse_cleanup): New function.
190 (mi_parse): Add 'token' argument. Throw exception on error.
191 * mi/mi-main.c (mi_print_exception): New function.
192 (mi_execute_command): Use mi_print_exception. Catch exceptions
193 from mi_parse.
194
195 2010-12-09 Tom Tromey <tromey@redhat.com>
196
197 PR c++/9593:
198 * thread.c (clear_thread_inferior_resources): Call
199 delete_longjmp_breakpoint.
200 * infrun.c (handle_inferior_event): Handle exception breakpoints.
201 (handle_inferior_event): Likewise.
202 (insert_exception_resume_breakpoint): New function.
203 (check_exception_resume): Likewise.
204 * inferior.h (delete_longjmp_breakpoint_cleanup): Declare.
205 * infcmd.c (delete_longjmp_breakpoint_cleanup): No longer static.
206 (step_1): Set thread's initiating frame.
207 (until_next_continuation): New function.
208 (until_next_command): Support exception breakpoints.
209 (finish_command_continuation): Delete longjmp breakpoint.
210 (finish_forward): Support exception breakpoints.
211 * gdbthread.h (struct thread_info) <initiating_frame>: New field.
212 * breakpoint.h (enum bptype) <bp_exception, bp_exception_resume,
213 bp_exception_master>: New constants.
214 (struct bpstat_what) <is_longjmp>: New field.
215 (set_longjmp_breakpoint): Update.
216 * breakpoint.c (create_exception_master_breakpoint): New function.
217 (update_breakpoints_after_exec): Handle bp_exception_master. Call
218 create_exception_master_breakpoint.
219 (print_it_typical): Handle bp_exception_master, bp_exception.
220 (bpstat_stop_status): Handle bp_exception_master.
221 (bpstat_what): Handle bp_exception_master, bp_exception,
222 bp_exception_resume.
223 (bptype_string): Likewise.
224 (print_one_breakpoint_location): Likewise.
225 (allocate_bp_location): Likewise.
226 (set_longjmp_breakpoint): Handle exception breakpoints. Change
227 interface.
228 (delete_longjmp_breakpoint): Handle exception breakpoints.
229 (mention): Likewise.
230 (struct until_break_command_continuation_args) <thread_num>: New
231 field.
232 (until_break_command_continuation): Call
233 delete_longjmp_breakpoint.
234 (until_break_command): Support exception breakpoints.
235 (delete_command): Likewise.
236 (breakpoint_re_set_one): Likewise.
237 (breakpoint_re_set): Likewise.
238
239 2010-12-08 Doug Evans <dje@google.com>
240
241 * gdbtypes.h (TYPE_IS_OPAQUE): Reformat.
242
243 * gdbtypes.c (check_typedef): Tweak comment.
244
245 PR symtab/12302
246 * dwarf2read.c (struct psymtab_cu_index_map): New struct.
247 (hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
248 (struct addrmap_index_data): New struct.
249 (add_address_entry): Remove arg `pst', new args `start', `end'.
250 (add_address_entry_worker, write_address_map): New functions.
251 (write_psymtabs_to_index): Address table generation moved to
252 write_address_map. Build a table mapping psymtab to CU index
253 to pass to it.
254
255 * dwarf2read.c (write_psymtabs_to_index): When stat fails, pass file
256 name to perror.
257
258 * symfile.h (quick_symbol_functions): Clarify usage of
259 expand_symtabs_with_filename.
260 * dwarf2read.c (dw2_expand_symtabs_with_filename): Only iterate over
261 comp units, ignore type units.
262
263 * dwarf2read.c (dw2_expand_symtabs_with_filename): Use FILENAME_CMP.
264
265 2010-12-07 Doug Evans <dje@google.com>
266
267 * dwarf2read.c (dw2_lookup_symtab): Remove duplicate call to
268 gdb_realpath.
269
270 PR python/12227
271 * NEWS: Mention -data-directory.
272 * main.c (captured_main): Recognize -data-directory.
273
274 2010-12-06 Marc Khouzam <marc.khouzam@ericsson.com>
275
276 * mi/mi-parse.c (mi_parse): Missing else.
277
278 2010-12-04 Masaki Muranaka <monaka@monami-software.com>
279
280 * configure.tgt: Accept microblaze*-*-linux* for linux target
281 and microblaze*-*-* for as target.
282
283 2010-12-02 Keith Seitz <keiths@redhat.com>
284
285 * linespec.c (find_method): Move name canonicalization outside
286 the loop.
287 Be paranoid and use a cleanup.
288
289 2010-12-01 Doug Evans <dje@google.com>
290
291 * dwarf2read.c (save_gdb_index_command): Add comment.
292
293 2010-12-01 Ulrich Weigand <uweigand@de.ibm.com>
294
295 * valops.c (value_assign): Returned value is never lazy. If a
296 C++ class type is returned, fix incorrect enclosing type / embedded
297 offset. If internal variable is returned, allocate new internalvar
298 value using value_of_internalvar.
299
300 * NEWS: Document changes in behavior of "print x = 0" and similar
301 expressions.
302
303 2010-11-29 Doug Evans <dje@google.com>
304
305 * python/lib/gdb/printing.py (register_pretty_printer): Change
306 printer-name:subprinter-name to printer-name;subprinter-name.
307 * python/lib/gdb/command/pretty_printers.py (parse_printer_regexps):
308 Ditto.
309 (InfoPrettyPrinter, EnablePrettyPrinter, DisablePrettyPrinter): Ditto.
310
311 2010-11-29 Tom Tromey <tromey@redhat.com>
312
313 * opencl-lang.c (lval_func_check_synthetic_pointer): New
314 function.
315 * value.h (struct lval_funcs) <indirect, check_synthetic_pointer>:
316 New fields.
317 (value_bits_synthetic_pointer): Declare.
318 * value.c (value_bits_synthetic_pointer): New function.
319 * valprint.c (valprint_check_validity): Handle synthetic
320 pointers.
321 * valops.c (value_ind): Use new 'indirect' lval_funcs method.
322 * valarith.c (value_ptradd): Use set_value_component_location.
323 * p-valprint.c (pascal_object_print_value_fields): Handle
324 synthetic pointers.
325 * jv-valprint.c (java_print_value_fields): Handle synthetic
326 pointers.
327 * dwarf2read.c (dwarf_stack_op_name): Add
328 DW_OP_GNU_implicit_pointer.
329 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
330 arguments. Handle location lists.
331 (fill_in_loclist_baton): New function.
332 (dwarf2_symbol_mark_computed): Use it.
333 * dwarf2loc.h (dwarf2_find_location_expression): Declare.
334 (dwarf2_fetch_die_location_block): Add get_frame_pc, baton
335 arguments.
336 * dwarf2loc.c (dwarf2_find_location_expression): Rename from
337 find_location_expression. No longer static. Update all callers.
338 (dwarf_expr_frame_pc): New function.
339 (per_cu_dwarf_call): Add get_frame_pc, baton arguments. Update
340 all callers.
341 (struct piece_closure) <per_cu>: New field.
342 (allocate_piece_closure): Add per_cu argument.
343 (read_pieced_value): Handle DWARF_VALUE_IMPLICIT_POINTER.
344 (check_pieced_value_bits): Remove validity argument, add check_for
345 argument. Handle DWARF_VALUE_IMPLICIT_POINTER.
346 (check_pieced_value_validity, check_pieced_value_invalid):
347 Update.
348 (check_pieced_synthetic_pointer): New function.
349 (get_frame_address_in_block_wrapper): New function.
350 (indirect_pieced_value): New function.
351 (pieced_value_funcs): Update.
352 (invalid_synthetic_pointer): New function.
353 (dwarf2_evaluate_loc_desc_full): Rename from
354 dwarf2_evaluate_loc_desc. Add byte_offset argument.
355 (dwarf2_evaluate_loc_desc): Rewrite.
356 (dwarf2_loc_desc_needs_frame): Set new field on context.
357 (get_ax_pc): New function.
358 (disassemble_dwarf_expression): Handle
359 DW_OP_GNU_implicit_pointer.
360 * dwarf2expr.h (enum dwarf_value_location)
361 <DWARF_VALUE_IMPLICIT_POINTER>: New constant.
362 (struct dwarf_expr_context) <get_frame_pc>: New field.
363 (struct dwarf_expr_piece) <v.ptr>: New field.
364 * dwarf2expr.c (add_piece): Handle DWARF_VALUE_IMPLICIT_POINTER.
365 (execute_stack_op): Handle DW_OP_GNU_implicit_pointer.
366 * dwarf2-frame.c (no_get_frame_pc): New function.
367 (execute_stack_op): Set new field on context.
368 * cp-valprint.c (cp_print_value_fields): Handle synthetic
369 pointers.
370
371 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
372
373 PR python/12199
374
375 * python/py-breakpoint.c (bppy_delete_breakpoint): New function.
376
377 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
378
379 Fix step_resume_breakpoint unsaved during an infcall.
380 * gdbthread.h (struct thread_control_state): Move here field
381 step_resume_breakpoint ...
382 (struct thread_info): ... from here.
383 * infrun.c (save_infcall_control_state): Reset
384 control.step_resume_breakpoint to NULL.
385 (restore_infcall_control_state, discard_infcall_control_state): Delete
386 control.step_resume_breakpoint.
387 * arm-linux-tdep.c, infrun.c, thread.c: Update all the references to
388 the moved field.
389
390 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
391
392 Rename and move inferior_thread_state and inferior_status.
393 * gdbthread.h (struct thread_control_state): New struct, move fields
394 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
395 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
396 stop_step and stop_bpstat here from struct thread_info.
397 (struct thread_suspend_state): New struct, move field stop_signal here
398 from struct thread_info.
399 (struct thread_info): Move the fields above from this struct.
400 * inferior.h: Move the inferior_thread_state and inferior_status
401 declarations comment to their definitions at infrun.c.
402 (struct inferior_control_state): New struct, move field stop_soon from
403 struct inferior here.
404 (struct inferior_suspend_state): New empty struct.
405 (struct inferior): New fields control and suspend. Move out field
406 stop_soon.
407 * infrun.c (struct inferior_thread_state): Rename to ...
408 (infcall_suspend_state): ... here. Replace field stop_signal by
409 fields thread_suspend and inferior_suspend.
410 (save_inferior_thread_state): Rename to ...
411 (save_infcall_suspend_state): ... here. New variable inf. Update the
412 code for new fields.
413 (restore_inferior_thread_state): Rename to ...
414 (restore_infcall_suspend_state): ... here. New variable inf. Update
415 the code for new fields.
416 (do_restore_inferior_thread_state_cleanup): Rename to ...
417 (do_restore_infcall_suspend_state_cleanup): ... here.
418 (make_cleanup_restore_inferior_thread_state): Rename to ...
419 (make_cleanup_restore_infcall_suspend_state): ... here.
420 (discard_inferior_thread_state): Rename to ...
421 (discard_infcall_suspend_state): ... here.
422 (get_inferior_thread_state_regcache): Rename to ...
423 (get_infcall_suspend_state_regcache): ... here.
424 (struct inferior_status): Rename to ...
425 (struct infcall_control_state): ... here. Replace fields
426 step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
427 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
428 stop_step, stop_bpstat and stop_soon by fields thread_control and
429 inferior_control.
430 (save_inferior_status): Rename to ...
431 (save_infcall_control_state): ... here. Update the code for new
432 fields.
433 (restore_inferior_status): Rename to ...
434 (restore_infcall_control_state): ... here. Update the code for new
435 fields.
436 (do_restore_inferior_status_cleanup): Rename to ...
437 (do_restore_infcall_control_state_cleanup): ... here.
438 (make_cleanup_restore_inferior_status): Rename to ...
439 (make_cleanup_restore_infcall_control_state): ... here.
440 (discard_inferior_status): Rename to ...
441 (discard_infcall_control_state): ... here.
442 * alpha-tdep.c, breakpoint.c, dummy-frame.c, dummy-frame.h,
443 exceptions.c, fbsd-nat.c, gdbthread.h, infcall.c, infcmd.c,
444 inferior.c, inferior.h, infrun.c, linux-nat.c, mi/mi-interp.c,
445 mips-tdep.c, procfs.c, solib-irix.c, solib-osf.c, solib-spu.c,
446 solib-sunos.c, solib-svr4.c, thread.c, windows-nat.c: Update all the
447 references to the moved fields and renamed functions.
448
449 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
450
451 * infcall.c (struct inferior_thread_state) <siginfo_gdbarch>: Fix up
452 the comment.
453 (save_inferior_thread_state): Reset tp->stop_signal.
454
455 2010-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
456
457 * infcall.c (call_function_by_hand): Remove variable
458 caller_state_cleanup.
459
460 2010-11-25 Marc Khouzam <marc.khouzam@ericsson.com>
461
462 PR breakpoints/12217
463
464 * breakpoint.c (is_marker_spec): Check for NULL.
465
466 2010-11-25 Pedro Alves <pedro@codesourcery.com>
467
468 * breakpoint.h: No longer include python.h or python-internal.h.
469 (struct breakpoint_object): Forward declare.
470 * defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
471 * varobj.c (PyObject) [!HAVE_PYTHON]: Define.
472 * python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
473 PyObject pointer.
474 (gdbpy_breakpoint_created): Remove casts around py_bp_object
475 accesses.
476
477 2010-11-24 Joel Brobecker <brobecker@adacore.com>
478
479 * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
480 only if HAVE_ELF is defined.
481
482 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
483
484 Code cleanup.
485 * infrun.c (struct inferior_status) <stepping_over_breakpoint>
486 (save_inferior_status) <stepping_over_breakpoint>
487 (restore_inferior_status) <stepping_over_breakpoint>: Rename to
488 trap_expected.
489 (struct inferior_status) <step_resume_break_address>: Remove.
490
491 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
492
493 Code cleanup.
494 * infrun.c (struct inferior_status, save_inferior_status)
495 (restore_inferior_status): Group and reorder the fields, comment their
496 groups.
497
498 2010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
499
500 Code cleanup.
501 * dictionary.c
502 (struct dict_vector) <iter_match_first, iter_match_next>
503 (iter_match_first_hashed, iter_match_next_hashed)
504 (iter_match_first_linear, iter_match_next_linear)
505 (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
506 (iter_match_next_hashed, iter_match_first_linear)
507 (iter_match_next_linear): Use symbol_compare_ftype.
508 * dictionary.h: Include symfile.h.
509 (dict_iter_match_first, dict_iter_match_next): Use
510 symbol_compare_ftype.
511 * dwarf2read.c (dw2_map_matching_symbols): Likewise.
512 * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
513 (map_matching_symbols_psymtab): Likewise.
514 * symfile.h (symbol_compare_ftype): New typedef.
515 (struct quick_symbol_functions) <map_matching_symbols): Use
516 symbol_compare_ftype.
517
518 2010-11-23 Tom Tromey <tromey@redhat.com>
519
520 * configure: Rebuild.
521 * configure.ac (READLINE_TEXI_INCFLAG): New subst.
522
523 2010-11-19 Tom Tromey <tromey@redhat.com>
524
525 * Makefile.in (SUBDIRS): Add doc.
526 * configure: Rebuild.
527 * configure.ac: Don't configure in doc. Create doc/Makefile.
528
529 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
530
531 PR python/12212
532
533 * python/py-inferior.c (find_thread_object): Check if PIDGET
534 returns 0.
535
536 010-11-22 Joel Brobecker <brobecker@adacore.com>
537
538 * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
539
540 2010-11-22 Joel Brobecker <brobecker@adacore.com>
541
542 * ada-lang.c (ada_to_fixed_type): Expand function documentation.
543 Return the original type if the main type portions match rather
544 than when the type themselves match.
545
546 2010-11-22 Joel Brobecker <brobecker@adacore.com>
547
548 * ada-lang.c (ada_template_to_fixed_record_type_1):
549 For dynamic fields, check the field size against the maximum
550 object size.
551
552 2010-11-22 Joel Brobecker <brobecker@adacore.com>
553
554 * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
555 function.
556 (mips_irix_n32_stack_tramp_frame): New static global.
557 (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
558 list of unwinder.
559
560 2010-11-22 Jerome Guitton <guitton@adacore.com>
561
562 * ada-tasks.c (get_tcb_types_info): Use C lookups to get
563 ATCB symbols.
564
565 2010-11-22 Joel Brobecker <brobecker@adacore.com>
566
567 * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
568 if type1 is a typedef.
569
570 2010-11-22 Joel Brobecker <brobecker@adacore.com>
571
572 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
573 "_finalizer" to the list.
574
575 2010-11-22 Joel Brobecker <brobecker@adacore.com>
576
577 * symfile.c: Remove all "#if 0"/"#endif" blocks.
578
579 2010-11-22 Joel Brobecker <brobecker@adacore.com>
580
581 * symfile.c: Add missing second space after period in various comments.
582
583 2010-11-22 Joel Brobecker <brobecker@adacore.com>
584
585 * ada-typeprint.c (print_array_type): Fix formatting in comment.
586 (print_selected_record_field_types): Fix formatting in function
587 documentation.
588
589 2010-11-22 Joel Brobecker <brobecker@adacore.com>
590
591 * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
592 in name of "show ravenscar" prefix command name.
593
594 2010-11-22 Joel Brobecker <brobecker@adacore.com>
595
596 * ravenscar-thread.c (show_ravenscar_task_switching_command):
597 Add missing '\n' in output.
598
599 2010-11-22 Joel Brobecker <brobecker@adacore.com>
600
601 * ravenscar-thread.c (running_thread_name): Change value.
602 (read_thread_id): Remove advance declaration.
603 (get_running_thread_msymbol): New function.
604 (has_ravenscar_runtime): Use get_running_thread_msymbol to
605 compute msym_running_thread.
606 (get_running_thread_id): Renames read_thread_id. Slight modifications
607 to not take any argument anymore, using get_running_thread_msymbol
608 to determine which symbol to use instead.
609 (ravenscar_running_thread): Use get_running_thread_id instead of
610 read_thread_id.
611
612 2010-11-22 Joel Brobecker <brobecker@adacore.com>
613
614 * ravenscar-sparc-thread.c (supply_register_at_address):
615 Fix passing of buf in call to regcache_raw_supply.
616
617 2010-11-22 Jan Kratochvil <jan.kratochvil@redhat.com>
618
619 * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
620
621 2010-11-22 Tom Tromey <tromey@redhat.com>
622
623 * Makefile.in (.PRECIOUS): Reference ada-lex.c.
624
625 2010-11-19 Keith Seitz <keiths@redhat.com>
626
627 * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
628 Remove extraneous '/' after $(DESTDIR).
629 (PYTHON_INSTALL_DIR): Likewise.
630
631 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
632
633 Fix stale memory references.
634 * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
635 xfree, new comment.
636
637 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
638 Tom Tromey <tromey@redhat.com>
639
640 * Makefile.in (.y.c): Directly create $@ from YLWRAP.
641 (.PHONY): Remove for .y outputs.
642
643 2010-11-19 Will Drewry <wad@google.com>
644 Tavis Ormandy <taviso@google.com>
645 Jan Kratochvil <jan.kratochvil@redhat.com>
646
647 * dwarf2read.c (decode_locdesc): Enforce location description stack
648 boundaries.
649
650 2010-11-18 Pierre Muller <muller@ics.u-strasbg.fr>
651
652 * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
653 instruction is found.
654
655 2010-11-17 Tom Tromey <tromey@redhat.com>
656
657 * value.c (value_entirely_optimized_out): Check the
658 'check_any_valid' field.
659
660 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
661
662 * ada-lang.c (modify_general_field): Remove.
663 (make_array_descriptor): Replace all modify_general_field calls by
664 modify_field.
665 * value.c (modify_field): Update comment. New variable bytesize.
666 Normalize BITPOS. Initialize BYTESIZE, use it.
667
668 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
669
670 * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
671 elements after xfree.
672
673 2010-11-16 Tom Tromey <tromey@redhat.com>
674
675 * gdb-add-index.sh: Really remove.
676
677 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
678
679 Code cleanup.
680 * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
681 (init_one_comp_unit): ... this one.
682 (prepare_one_comp_unit): New prototype.
683 (dw2_require_line_header, process_psymtab_comp_unit): Use
684 init_one_comp_unit.
685 (process_psymtab_comp_unit): Use prepare_one_comp_unit.
686 (load_partial_comp_unit): Remove variable attr. Use
687 init_one_comp_unit with xmalloc. Use prepare_one_comp_unit.
688 (load_full_comp_unit): Use init_one_comp_unit with xmalloc. Use
689 prepare_one_comp_unit.
690 (read_signatured_type): Remove variable attr. Use init_one_comp_unit.
691 Use prepare_one_comp_unit.
692 (alloc_one_comp_unit): Rename to ...
693 (init_one_comp_unit): ... here and remove there calloc, new parameter
694 cu.
695 (prepare_one_comp_unit): New function.
696
697 2010-11-14 Pierre Muller <muller@ics.u-strasbg.fr>
698
699 * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
700 possible used of uninitialized variable.
701
702 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
703
704 * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
705 (rs6000_gdbarch_init): Call it.
706
707 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
708
709 * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
710 instructions if debugging an E500 binary.
711
712 2010-11-12 Tom Tromey <tromey@redhat.com>
713
714 * varobj.c (value_get_print_value): Rearrange. Pass stream to
715 apply_varobj_pretty_printer.
716 * c-lang.c: Include exceptions.h.
717 (c_get_string): Throw MEMORY_ERROR when appropriate.
718 * python/py-prettyprint.c (enum string_repr_result): New.
719 (print_stack_unless_memory_error): New function.
720 (print_string_repr): Change return type. Use
721 print_stack_unless_memory_error.
722 (print_children): Use print_stack_unless_memory_error.
723 (apply_val_pretty_printer): Update. Don't print children if
724 string representation threw an exception.
725 (apply_varobj_pretty_printer): Add 'stream' argument. Use
726 print_stack_unless_memory_error.
727 * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
728 globals.
729 (_initialize_python): Initialize them.
730 * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
731 gdbpy_convert_exception.
732 (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
733 (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
734 (gdbpy_convert_exception): Declare.
735 (apply_varobj_pretty_printer): Update.
736 * python/py-utils.c (gdbpy_convert_exception): New function.
737
738 2010-11-12 Marc Khouzam <marc.khouzam@ericsson.com>
739
740 * mi/mi-main.c (mi_cmd_target_detach): Accept new
741 thread-group id format.
742
743 2010-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
744
745 * spu-tdep.c (spu_catch_start): Fix compilation error typo.
746
747 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
748
749 * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
750 NULL.
751 (BPPY_SET_REQUIRE_VALID): Ditto.
752 (bpnum_is_valid): Delete function.
753 (bppy_get_visibility): New function.
754 (bppy_new): Parse for, and validate internal keyword. Pass
755 internal keyword to breakpoint or watchpoint functions.
756 (build_bp_list): New function.
757 (gdbpy_breakpoints): Rewrite. Use build_bp_list and
758 iterate_over_breakpoints.
759 (gdbpy_breakpoint_created): Rewrite. Do not store breakpoints in a
760 look-aside vector.
761 (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
762 to internal breakpoint chain.
763
764 * breakpoint.c (set_breakpoint_number): New function.
765 (breakpoint_1): Check if breakpoint number is more than zero.
766 (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
767 (create_breakpoint_sal): Take a new parameter called internal.
768 Call set_breakpoint_number with internal parameter. Do not
769 mention internal breakpoints. All callers updated.
770 (create_breakpoint): Ditto.
771 (create_breakpoints_sal): Ditto.
772 (watch_command_1): Ditto.
773 (watch_command_wrapper): Take a new parameter called internal.
774 All callers updated.
775 (rwatch_command_wrapper): Ditto.
776 (awatch_command_wrapper): Ditto.
777 (save_breakpoints): Update breakpoint save condition check.
778 (iterate_over_breakpoints): New function.
779 * breakpoint.h: Add conditional python includes. Add py_bp_object
780 and comment to struct breakpoint. Update all callers.
781 * defs.h: Add PyObject definition for GDB builds without Python.
782
783 2010-11-10 Doug Evans <dje@google.com>
784
785 * python/lib/gdb/command/pretty_printers.py
786 (do_enable_pretty_printer_1): Handle printer.subprinters is None.
787
788 * value.c (set_value_enclosing_type): Renamed from
789 value_change_enclosing_type. All callers updated.
790 * value.h (set_value_enclosing_type): Update.
791 * valops.c (value_full_object): Always return a copy if we need to
792 make changes to the input value.
793
794 2010-11-09 Pedro Alves <pedro@codesourcery.com>
795
796 * breakpoint.c (watch_command_1): Get a pointer of the lazy
797 version of the expression's value, even if reading the value from
798 memory fails. When creating a -location watchpoint, get the
799 value's address from the lazy value pointer.
800
801 2010-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
802
803 * infrun.c (restore_inferior_thread_state): Use
804 discard_inferior_thread_state to free the data.
805 (discard_inferior_thread_state): xfree also siginfo_data.
806
807 2010-11-05 Doug Evans <dje@google.com>
808
809 Make gdb.parameter("directories") work.
810 New command "set directories".
811 * NEWS: Document them.
812 * source.c (set_directories_command): New function.
813 (show_directories_1): Renamed from show_directories.
814 All callers updated.
815 (show_directories_command): New function.
816 (_initialize_source): Install "directories" as a set/show
817 variable instead of just a show command.
818
819 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
820
821 * NEWS: Mention OpenCL C language support.
822 * Makefile.in (SFILES): Add opencl-lang.c.
823 (COMMON_OBS): Add opencl-lang.o.
824 * opencl-lang.c: New File
825 * defs.h (enum language): Add language_opencl.
826 * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
827 IBM XL C OpenCL compiler.
828 * c-lang.h: Include "parser-defs.h".
829 (evaluate_subexp_c): Declare.
830 * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
831 (c_op_print_tab): Add declaration.
832 * eval.c (binop_promote): Handle language_opencl.
833 * c-exp.y: Lookup the primitive types instead of referring to the
834 builtins.
835
836 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
837
838 Fix configure --enable-plugins --without-python.
839 * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
840 * configure: Regenerate.
841
842 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
843
844 * solib.c (solib_read_symbols): Call exception_fprintf even without
845 FROM_TTY. Print also so->so_name.
846
847 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
848
849 * gdbtypes.h (struct rank): Created subrank.
850 * gdbtypes.c: Initialized subrank for all
851 'BADNESS' constants.
852 (distance_to_ancestor): New function.
853 (is_ancestor): Use distance_to_ancestor.
854 (is_public_ancestor): Ditto.
855 (sum_ranks): Handle subrank.
856 (compare_ranks): Ditto.
857 (rank_one_type): Subrank base conversions.
858
859 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
860
861 * gdbtypes.h: Create struct rank.
862 Convert all 'BADNESS' macros to const struct rank declarations.
863 (sum_ranks): New function.
864 (compare_ranks): New function.
865 * valops.c (find_oload_champ): Updated.
866 (classify_oload_match): Use compare_ranks.
867 Improved comments.
868 (compare_parameters): Use compare_ranks.
869 * gdbtypes.c: Initialize 'BADNESS' constants.
870 (sum_ranks): New function.
871 (compare_ranks): New function.
872 (compare_badness): Use compare_ranks.
873 (rank_function): Use global constants instead of literals.
874 (rank_one_type): Ditto.
875 Return struct rank.
876 Use sum_ranks.
877
878 2010-11-04 Doug Evans <dje@google.com>
879
880 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
881 (find_pretty_printer): Fix comments.
882
883 2010-11-04 Hui Zhu <teawater@gmail.com>
884
885 * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
886
887 2010-11-03 Joel Brobecker <brobecker@adacore.com>
888
889 * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
890 and `len' declaration and computation inside block where they
891 are being used.
892
893 2010-11-03 Joel Brobecker <brobecker@adacore.com>
894
895 * valprint.c (val_print_array_elements): Put back handling of
896 empty arrays.
897
898 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
899
900 * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
901 DIE and set the length of the type.
902 * gdbtypes.h (get_array_bounds): Move here from valprint.h.
903 * gdbtypes.c (get_array_bounds): Move here from valprint.c and
904 return 0 if the corresponding bounds of the type are undefined.
905 * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
906 * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
907 (val_print_array_elements): Use get_array_bounds to compute the number
908 of array elements instead of dividing the length of the array by the
909 length of the element types.
910 * valarith.c (vector_binop): Likewise.
911 * valops.c (value_cast): Likewise.
912 * c-valprint.c (c_val_print): Likewise.
913 * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
914
915 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
916
917 * valarith.c (value_pos, value_neg, value_complement): Handle
918 vector types.
919 * valops.c (value_one): Likewise.
920
921 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
922
923 * value.h (value_non_lval): Declare.
924 * value.c (value_non_lval): New function.
925 * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
926 UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
927 non-lvalue.
928
929 2010-11-02 Doug Evans <dje@google.com>
930
931 New python module gdb.printing, and new commands info pretty-printer,
932 enable pretty-printer, disable pretty-printer.
933 * NEWS: Mention them.
934 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
935 gdb/command/__init__.py, gdb/command/pretty_printers.py.
936 * python/lib/gdb/__init__.py: Install pretty-printer commands.
937 * python/lib/gdb/printing.py: New file.
938 * python/lib/gdb/command/__init__.py: New file.
939 * python/lib/gdb/command/pretty_printers.py: New file.
940
941 2010-11-02 Tom Tromey <tromey@redhat.com>
942
943 * NEWS: Mention Guile removal.
944 * defs.h (enum language) <language_scm>: Remove.
945 * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
946 scm-valprint.c.
947 (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
948 (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
949 * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
950 Remove.
951
952 2010-11-02 Doug Evans <dje@google.com>
953
954 * top.c: #include "python/python.h".
955 (gdb_init): Add a comment regarding initialize_all_files.
956 Call finish_python_initialization at the end.
957 * python/python.h (finish_python_initialization): Declare.
958 * python/python.c (finish_python_initialization): New function.
959 (_initialize_python): Move python-implemented initialization there
960 and call it.
961 (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
962
963 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
964
965 Revert:
966 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
967 Pedro Alves <pedro@codesourcery.com>
968 * gdbthread.h (currently_stepping): New declaration.
969 * infrun.c (currently_stepping): Remove the forward declaration.
970 (currently_stepping): Make it global.
971 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
972 variables tp and step, initialized them. Pass STEP to to_resume.
973 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
974 * remote.c (currently_stepping_callback): New.
975 (remote_vcont_resume)
976 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
977 New variable tp. Call currently_stepping_callback and step such
978 thread.
979
980 2010-11-01 Hui Zhu <teawater@gmail.com>
981
982 * tracepoint.c (tfile_xfer_partial): Change lma to vma.
983
984 2010-10-28 Hui Zhu <teawater@gmail.com>
985
986 * tracepoint.c (trace_save): Change utp->actions to
987 utp->step_actions.
988
989 2010-10-26 Joel Brobecker <brobecker@adacore.com>
990
991 * (_FILE_OFFSET_BITS): Fix typo in comment.
992
993 2010-10-26 Joel Brobecker <brobecker@adacore.com>
994
995 * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
996 (PyEval_InitThreads): Remove duplicate. Define as nothing.
997 (PyEval_ReleaseLock): Define as nothing.
998
999 2010-10-26 Joel Brobecker <brobecker@adacore.com>
1000
1001 * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
1002 by call to FILENAME_CMP.
1003
1004 2010-10-26 Joel Brobecker <brobecker@adacore.com>
1005
1006 * dictionary.c (dict_hash): Move assignment out of if condition.
1007
1008 2010-10-22 Jie Zhang <jie@codesourcery.com>
1009
1010 * Makefile.in (install): Remove dependency of install-only and
1011 recursively invoke make for install-only.
1012 * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
1013 (install): Pass FLAGS_TO_PASS when recursively make install-only.
1014
1015 2010-10-20 Hui Zhu <teawater@gmail.com>
1016
1017 * tracepoint.c (tfile_get_traceframe_address): Call
1018 extract_signed_integer.
1019 (tfile_trace_find): Call extract_signed_integer and
1020 extract_unsigned_integer. Change data_size to unsigned int.
1021 (tfile_fetch_registers): Call extract_unsigned_integer.
1022 (tfile_xfer_partial): Ditto.
1023 (tfile_get_trace_state_variable_value): Call
1024 extract_signed_integer and extract_unsigned_integer.
1025
1026 2010-10-20 Vladimir Prus <vladimir@codesourcery.com>
1027
1028 * remote.c (remote_get_threadlist): If we got empty
1029 response, bail out immediately, and don't emit any
1030 warnings.
1031
1032 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1033
1034 * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
1035 for "mov pc, REG" as well.
1036 (thumb_instruction_changes_pc): Likewise.
1037
1038 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1039
1040 PR C++/11500:
1041 * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
1042 * eval.c (evaluate_subexp_standard): Check for overload of
1043 'operator->'.
1044 * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
1045 (value_x_unop): Ditto.
1046 * valops.c: Include "exceptions.h".
1047 (find_overload_match): Throw NOT_FOUND_ERROR.
1048 (value_struct_elt): Ditto.
1049
1050 2010-10-19 Tom Tromey <tromey@redhat.com>
1051
1052 * python/py-cmd.c (cmdpy_function): Unreference exception state.
1053
1054 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1055
1056 * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
1057 * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
1058 for conversion.
1059 Make all other conversions illegal.
1060
1061 2010-10-18 Doug Evans <dje@google.com>
1062
1063 * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
1064 assumptions of when this case happens. Print "<unnamed typedef>".
1065
1066 2010-10-18 Tom Tromey <tromey@redhat.com>
1067
1068 * valprint.c (val_print_string): Pass 'encoding' to
1069 LA_PRINT_STRING.
1070
1071 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1072
1073 Fix the `stopped language detection' testcase for gcc-4.5.
1074 * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
1075 * symfile.c (set_initial_language): Move variable filename to a more
1076 inner block. Prefer LANGUAGE_OF_MAIN.
1077 * symtab.c (language_of_main): New variable.
1078 (set_main_name): Always reset LANGUAGE_OF_MAIN.
1079 * symtab.h (language_of_main): New declaration.
1080
1081 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1082 Pedro Alves <pedro@codesourcery.com>
1083
1084 * gdbthread.h (currently_stepping): New declaration.
1085 * infrun.c (currently_stepping): Remove the forward declaration.
1086 (currently_stepping): Make it global.
1087 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
1088 variables tp and step, initialized them. Pass STEP to to_resume.
1089 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
1090 * remote.c (currently_stepping_callback): New.
1091 (remote_vcont_resume)
1092 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
1093 New variable tp. Call currently_stepping_callback and step such
1094 thread.
1095
1096 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1097
1098 * infrun.c (follow_exec): Replace symbol_file_add_main by
1099 symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
1100 breakpoint_re_set.
1101 * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
1102 clear_symtab_users.
1103 * objfiles.c (free_all_objfiles): Likewise.
1104 * remote-m32r-sdi.c (m32r_load): Likewise.
1105 * solib-som.c (som_solib_create_inferior_hook): Likewise.
1106 * symfile.c (new_symfile_objfile): New comment for add_flags. Call
1107 clear_symtab_users with ADD_FLAGS.
1108 (reread_symbols): Use parameter 0 for clear_symtab_users.
1109 (clear_symtab_users): New parameter add_flags. Do not call
1110 breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
1111 (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
1112 * symtab.h (clear_symtab_users): New parameter add_flags.
1113
1114 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1115
1116 Fix GCC false warning.
1117 * varobj.c (value_get_print_value) <str_addr>: Initialize it.
1118
1119 2010-10-16 Pierre Muller <muller@ics.u-strasbg.fr>
1120
1121 * p-typeprint.c (pascal_type_print_method_args): Fix problem in
1122 display of type of method arguments.
1123
1124 2010-10-15 Tom Tromey <tromey@redhat.com>
1125
1126 PR python/11948:
1127 * varobj.c (value_get_print_value): Use val_print_string to print
1128 lazy strings.
1129 * python/py-prettyprint.c (print_string_repr): Use
1130 val_print_string to print lazy strings. Fix cleanup logic.
1131 (print_children): Likewise.
1132 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
1133 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
1134 Change return type to 'void', add 'addr' argument.
1135 * value.h (val_print_string): Update.
1136 * valprint.c (val_print_string): Add 'encoding' argument.
1137 * printcmd.c (print_formatted): Update.
1138 * p-valprint.c (pascal_val_print): Update.
1139 * m2-valprint.c (print_unpacked_pointer): Update.
1140 (m2_print_array_contents): Likewise.
1141 * jv-valprint.c (java_value_print): Update.
1142 * f-valprint.c (f_val_print): Update.
1143 * c-valprint.c (c_val_print): Update.
1144 * auxv.c (fprint_target_auxv): Update.
1145
1146 2010-10-15 Doug Evans <dje@google.com>
1147 Jan Kratochvil <jan.kratochvil@redhat.com>
1148
1149 PR exp/12117
1150 * gdbtypes.c (check_typedef): Clean up function comment.
1151 Keep track of instance flags as we strip typedefs and create a new
1152 type to preserve them if necessary.
1153 * gdbtypes.h (type) <instance_flags>: Extend the comment.
1154
1155 2010-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
1156
1157 * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
1158
1159 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1160
1161 * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
1162 * gdbtypes.c (rank_one_type): Move type comparison code out of here
1163 to...
1164 (types_equal): ...here. And changed it as follows:
1165 Outside of typedefs type must be of the same TYPE_CODE.
1166 When compairing two pointers or references they are equal if their
1167 targets are equal.
1168 Correct pointer conversions.
1169
1170 2010-10-14 Pierre Muller <muller@ics.u-strasbg.fr>
1171
1172 * p-lang.c (is_pascal_string_type): Avoid crashes on structures
1173 having fields without names.
1174
1175 2010-10-13 Tom Tromey <tromey@redhat.com>
1176
1177 * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
1178
1179 2010-10-13 Doug Evans <dje@google.com>
1180
1181 New python module gdb.types.
1182 * NEWS: Document it.
1183 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
1184 * python/lib/gdb/types.py: New file.
1185
1186 * c-typeprint.c: Whitespace cleanup.
1187 (cp_type_print_method_args): Remove unnecessary forward decl.
1188 (cp_type_print_derivation_info): Ditto.
1189 (c_type_print_varspec_prefix): Mark as static at definition.
1190 (c_type_print_modifier): Fix arg descriptions.
1191
1192 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1193
1194 * python/py-breakpoint.c (bppy_set_condition): New comment.
1195 * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
1196 failed PyUnicode_Decode.
1197 (cmdpy_completer): Skip element for failed
1198 python_string_to_host_string.
1199 (cmdpy_init): Return -1 on failed python_string_to_host_string.
1200 * python/py-frame.c (frapy_read_var): Extend the function comment.
1201 * python/py-function.c (fnpy_init): Return -1 on failed
1202 python_string_to_host_string.
1203 * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
1204 the function comment.
1205 (infpy_search_memory): Extend the function comment. Remove the
1206 PyErr_SetString call on already set error state.
1207 * python/py-param.c (set_parameter_value): Extend the function
1208 comment. Return -1 on failed python_string_to_host_string, twice.
1209 (set_attr): Extend the function comment.
1210 (compute_enum_values): Extend the function comment. New variable
1211 back_to. Protect self->enumeration by BACK_TO cleanups. Return 0 on
1212 failed python_string_to_host_string.
1213 (get_doc_string): Call gdbpy_print_stack on failed
1214 python_string_to_host_string.
1215 (parmpy_init): Extend the function comment.
1216 * python/py-prettyprint.c (pretty_print_one_value): Likewise.
1217 (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
1218 failed python_string_to_host_string.
1219 * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
1220 (valpy_binop, valpy_richcompare): Extend the function comment.
1221 * python/python.c
1222 (struct python_env) <error_type, error_value, error_traceback>: New
1223 fields.
1224 (restore_python_env): Handle PyErr_Occurred. Call PyErr_Restore.
1225 (ensure_python_env): Call PyErr_Fetch.
1226 * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
1227 failed convert_value_from_python.
1228 (value_get_print_value): Call gdbpy_print_stack on failed
1229 python_string_to_target_python_string.
1230
1231 2010-10-12 Tom Tromey <tromey@redhat.com>
1232
1233 * python/py-prettyprint.c (search_pp_list): Fix error checking.
1234
1235 2010-10-12 Sami Wagiaalla <swagiaal@redhat.com>
1236
1237 * gdbtypes.c (do_is_ancestor): New function.
1238 (is_ancestor): Use do_is_ancestor.
1239 (is_public_ancestor): Use do_is_ancestor.
1240
1241 2010-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
1242
1243 * ser-go32.c (struct dos_ops): Add missing fdopen field.
1244
1245 2010-10-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1246
1247 * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
1248
1249 2010-10-11 Doug Evans <dje@google.com>
1250
1251 * c-typeprint.c (c_type_print_modifier): Add note that this prints
1252 the address space id too.
1253
1254 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1255
1256 Fix attaching to re-prelinked executables on ppc64.
1257 * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
1258 initialize it, try to adjust FILESZ field by it.
1259
1260 2010-10-08 Daniel Jacobowitz <dan@codesourcery.com>
1261
1262 * tracepoint.c (merge_uploaded_trace_state_variables): Only print
1263 messages if info_verbose.
1264
1265 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1266
1267 * valops.c (value_cast): Handle vector types.
1268 * valarith.c (value_binop): Widen scalar to vector if appropriate.
1269
1270 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1271
1272 * arm-tdep.c (thumb_expand_immediate): New function.
1273 (thumb_instruction_changes_pc): Likewise.
1274 (thumb2_instruction_changes_pc): Likewise.
1275 (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
1276 prologue parsing. Improved support for optimized code.
1277 (thumb_scan_prologue): Do not reply on line-number information,
1278 use same heuristics as arm_scan_prologue insead.
1279 (skip_prologue_function): Accept functions
1280 "__tls_get_addr" and "__aeabi_read_tp".
1281
1282 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1283 Daniel Jacobowitz <dan@codesourcery.com>
1284
1285 * arm-tdep.c (thumb_in_function_epilogue_p)
1286 (arm_in_function_epilogue_p): New.
1287 (arm_gdbarch_init): Install arm_in_function_epilogue_p as
1288 gdbarch_in_function_epilogue_p callback.
1289
1290 2010-10-07 Doug Evans <dje@google.com>
1291
1292 * cc-with-index.sh (output_file): Default to a.out.
1293
1294 * dwarf2read.c (mapped_index): Rename member index_table to
1295 symbol_table and index_table_slots to symbol_table_slots.
1296 All uses updated.
1297 (create_symbol_hash_table): Renamed from create_index_table.
1298 All callers updated.
1299 (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
1300 (write_hash_table): Rename local index_table to symbol_hash_table.
1301
1302 * addrmap.h (addrmap_foreach_fn): New typedef.
1303 (addrmap_foreach): Declare.
1304 * addrmap.c (struct addrmap_funcs): New member foreach.
1305 (addrmap_foreach): New function.
1306 (addrmap_fixed_foreach): New function.
1307 (addrmap_fixed_funcs): Update.
1308 (struct mutable_foreach_data): New struct.
1309 (addrmap_mutable_foreach_worker): New function.
1310 (addrmap_mutable_foreach): New function.
1311 (addrmap_mutable_funcs): Update.
1312
1313 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1314
1315 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
1316 more cases.
1317
1318 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
1319
1320 * ada-lang.c (full_match): Declare.
1321 (ada_match_name): Rename to match_name (we should avoid prefixing static
1322 symbols with "ada_").
1323 (match_name): New name for ada_match_name.
1324 (struct ada_psym_data): Remove and replace with...
1325 (struct match_data): User data for map_matching_symbols.
1326 (ada_add_psyms): Remove.
1327 (aux_add_nonlocal_symbols): New function, used as callback for
1328 map_matching_symbols.
1329 (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
1330 symbols.
1331 (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
1332 (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
1333 Rework to use map_matching_symbols instead of map_ada_symtabs.
1334 (ada_lookup_symbol_list): Use add_nonlocal_symbols.
1335 * psymtab.c: Include dependency on dictionary.h.
1336 (match_partial_symbol): New function.
1337 (ada_lookup_partial_symbol): Remove.
1338 (map_block): New function, auxiliary to map_matching_symbols_psymtab.
1339 (map_matching_symbols_psymtab): New function.
1340 (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
1341 * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
1342
1343 2010-10-06 Paul Hilfinger <hilfinger@adacore.com>
1344
1345 * ada-lang.c (ada_match_name): Use new API for wild_match.
1346 (wild_match): Change API to be consistent with that of strcmp_iw;
1347 return 0 for a match, and switch operand order.
1348 (full_match): New function.
1349 (ada_add_block_symbols): Use dict_iter_match_{first,next} for
1350 matching to allow use of hashing.
1351 * dictionary.c (struct dict_vector): Generalize iter_name_first,
1352 iter_name_next ot iter_match_first, iter_match_next.
1353 (iter_name_first_hashed): Replace with iter_match_first_hashed.
1354 (iter_name_next_hashed): Replace with iter_match_next_hashed.
1355 (iter_name_first_linear): Replace with iter_match_first_linear.
1356 (iter_name_next_linear): Replace with iter_match_next_linear.
1357 (dict_iter_name_first): Re-implement to use dict_iter_match_first.
1358 (dict_iter_name_next): Re-implement to use dict_iter_match_next.
1359 (dict_iter_match_first): New function.
1360 (dict_iter_match_next): New function.
1361 (dict_hash): New function.
1362 * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
1363 * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
1364
1365 2010-10-06 Doug Evans <dje@google.com>
1366
1367 * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
1368
1369 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1370
1371 * dwarf2read.c (read_tag_const_type): Handle const arrays.
1372
1373 2010-10-06 Doug Evans <dje@google.com>
1374
1375 * Makefile.in (REQUIRED_SUBDIRS): New var.
1376 (subdir_do): Verify required subdir Makefiles exist.
1377
1378 Create subdir data-directory.
1379 * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
1380 data-directory/Makefile.in.
1381 (SUBDIRS): Add data-directory.
1382 (all): Remove xml-syscall-copy dependency.
1383 (xml-syscall-copy): Moved to data-directory/Makefile.in as
1384 stamp-syscalls.
1385 (xml-syscall-install): Moved to data-directory/Makefile.in as
1386 install-syscalls.
1387 (install-only): Remove xml-syscall-install dependency.
1388 (all-data-directory): New rule.
1389 (data-directory/Makefile): New rule.
1390 * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
1391 * configure: Regenerate.
1392 * data-directory/Makefile.in: New file.
1393 * python/lib/gdb/__init__.py: New file.
1394
1395 2010-10-06 Joel Brobecker <brobecker@adacore.com>
1396
1397 Fix ARI warnings in advance_wild_match.
1398 * ada-lang.c (advance_wild_match): Delete local variable t2.
1399 Adjust code accordingly. Minor reformatting.
1400
1401 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1402
1403 * gdbtypes.h (struct main_type): Remove flag_nottext.
1404 (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
1405 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
1406 (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
1407 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
1408 of TYPE_FLAG_NOTTEXT.
1409 (init_type): Remove the initialization of the flag_nottext field.
1410 (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
1411 TYPE_FLAG_NOTTEXT.
1412 * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
1413
1414 2010-10-04 Doug Evans <dje@google.com>
1415
1416 * cc-with-index.sh: New file.
1417
1418 * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
1419 function comment.
1420 (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
1421 (create_cus_from_index, create_addrmap_from_index): Ditto.
1422 (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
1423 (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
1424 (dw2_do_expand_symtabs_matching): Ditto.
1425 (eq_strtab_entry, create_strtab, add_string): Ditto.
1426 (hash_strtab_entry): Ditto.
1427 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
1428 (create_index_table, create_mapped_symtab, find_slot): Ditto.
1429 (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
1430 (write_hash_table, add_address_entry, write_psymbols): Ditto.
1431 (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
1432 (write_psymtabs_to_index): Ditto.
1433
1434 2010-10-04 Joel Brobecker <brobecker@adacore.com>
1435
1436 * ada-lang.c: #include "value.h".
1437 (ensure_lval): Delete advance declaration. Remove gdbarch and sp
1438 arguments. Implement using value_allocate_space_in_inferior
1439 instead of allocating memory from the stack.
1440 (make_array_descriptor): Remove gdbarch and sp parameters. Update
1441 calls to ensure_lval.
1442 (ada_convert_actual): Remove gdbarch and sp parameters. Update
1443 calls to make_array_descriptor and ensure_lval.
1444 * ada-lang.h (ada_convert_actual): Update declaration.
1445 * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
1446
1447 2010-10-04 Doug Evans <dje@google.com>
1448
1449 * python/python.c (_initialize_python): Define new function
1450 GdbSetPythonDirectory in python. Use it to update sys.path and
1451 gdb.__path__.
1452
1453 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1454
1455 * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
1456 incorporating and generalizing print_record_field_types.
1457 (print_record_field_types): Change return value and update comment.
1458 Re-implement using print_selected_record_field_types.
1459 (print_choices): Print "=>" here.
1460 Handle case of unencoded variant branch.
1461 (print_variant_clauses): Reformat comment.
1462 Special-case unencoded variant branch.
1463
1464 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
1465
1466 * ada-lang.c (wild_match): Reimplement.
1467 Change API to eliminate unused length argument, reverse arguments and
1468 make 0 the 'true' return value.
1469 (advance_wild_match): New auxiliary function for wild_match to improve
1470 readability.
1471 (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
1472 * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
1473 API for wild_match.
1474 * symfile.h (map_ada_symtabs): Modify declaration to use new API for
1475 wild_match.
1476 * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
1477
1478 2010-10-01 Doug Evans <dje@google.com>
1479
1480 * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1481 for `save gdb-index' command.
1482
1483 2010-10-01 Tom Tromey <tromey@redhat.com>
1484
1485 * symfile.h (allocate_symtab): Update.
1486 * symfile.c (allocate_symtab): Make 'filename' const.
1487 * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1488 (add_psymbol_to_list): Likewise.
1489 * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1490 const.
1491 (add_psymbol_to_list): Update.
1492 * mdebugread.c (new_symtab): Make 'name' const.
1493 (psymtab_to_symtab_1): Make 'filename' const.
1494 * elfread.c (elfstab_offset_sections): Update.
1495 * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1496 (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1497 (psymtab_include_file_name): Update.
1498 * dbxread.c (find_stab_function_addr): Make 'filename' const.
1499 * buildsym.h (start_subfile): Update.
1500 * buildsym.c (start_subfile): Make arguments const.
1501
1502 2010-09-30 Ali Lakhia <lakhia@alumni.utexas.net>
1503
1504 * fork-child.c (breakup_args): Fix crash if shell forking is
1505 disabled at compile time.
1506
1507 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1508
1509 * ada-lang.c (desc_bounds): Add handling of the case where
1510 the P_BOUNDS field is a pointer to a stub.
1511 (desc_data_target_type): Same for P_ARRAY field.
1512 (ada_check_typedef): Strip the typedef layers from the type
1513 found by ada_find_any_type.
1514
1515 2010-10-01 Joel Brobecker <brobecker@adacore.com>
1516
1517 * sparc-tdep.c (sparc32_frame_align): New function.
1518 (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1519 * sparc64-tdep.c (sparc64_frame_align): New function.
1520 (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1521
1522 2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
1523
1524 * defs.h (MAX_REGISTER_SIZE): Set to 64.
1525
1526 2010-09-30 Tom Tromey <tromey@redhat.com>
1527
1528 * symfile.h (struct sym_fns) <next>: Remove.
1529 (add_symtab_fns): Update.
1530 * symfile.c (sym_fns_ptr): New typedef.
1531 (symtab_fns): Now a VEC.
1532 (add_symtab_fns): Update. Change argument type.
1533 (find_sym_fns): Update. Change return type.
1534 (get_symfile_segment_data): Update.
1535 * objfiles.h (struct objfile) <sf>: Now const.
1536 * somread.c (som_sym_fns): Now const. Update.
1537 * xcoffread.c (xcoff_sym_fns): Now const. Update.
1538 * mipsread.c (ecoff_sym_fns): Now const. Update.
1539 * machoread.c (macho_sym_fns): Now const. Update.
1540 * elfread.c (elf_sym_fns): Now const. Update.
1541 (elf_sym_fns_gdb_index): Likewise.
1542 * dbxread.c (aout_sym_fns): Now const. Update.
1543 * coffread.c (coff_sym_fns): Now const. Update.
1544
1545 2010-09-30 Tom Tromey <tromey@redhat.com>
1546
1547 * value.c (value_primitive_field): Take 'offset' into account for
1548 packed field.
1549
1550 2010-09-30 Tom Tromey <tromey@redhat.com>
1551
1552 * completer.c (count_struct_fields): Handle anonymous structs and
1553 unions.
1554 (add_struct_fields): Likewise.
1555
1556 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1557
1558 Fix printing parameters of inlined functions.
1559 * ada-lang.c (is_known_support_routine)
1560 (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1561 for find_frame_funname.
1562 * python/py-frame.c (frapy_name): Likewise.
1563 * stack.c (find_frame_funname): New parameter funcp. Update the
1564 function comment. Fill it in.
1565 (print_frame): New variable func. Initialize it by
1566 find_frame_funname. Print arguments only if FUNC is not NULL. Use
1567 FUNC as the parameter of print_args_stub.
1568 * stack.h (find_frame_funname): New parameter funcp. Remove the
1569 function declaration comment.
1570
1571 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1572
1573 PR corefiles/12071.
1574 * inferior.c (have_live_inferiors): New variables old_chain, inf and
1575 tp. Iterate INFERIOR_LIST and call target_has_execution.
1576
1577 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1578
1579 Fix GDB crash on inferior calls with self-referencing classes.
1580 * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1581 member fields.
1582
1583 2010-09-29 Doug Evans <dje@google.com>
1584
1585 Workaround for gcc/45682.
1586 * dwarf2read.c (partial_die_info): New fields fixup_called,
1587 linkage_name.
1588 (guess_partial_die_structure_name): Renamed from guess_structure_name.
1589 Move definition next to use. Use linkage_name to determine if class
1590 is in a namespace. All callers updated.
1591 (fixup_partial_die): Return early if already called.
1592 Set fixup_called when done.
1593 (guess_full_die_structure_name): New function.
1594 (determine_prefix): Call it for class/struct/union dies if c++ and
1595 .debug_types section is present and parent is DW_TAG_compile_unit.
1596
1597 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1598
1599 * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1600 (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1601
1602 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1603
1604 * NEWS: Announce Ravenscar Profile support.
1605
1606 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1607 Jerome Guitton <guitton@adacore.com>
1608
1609 * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1610 New files.
1611 * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1612 ravenscar-sparc-thread.o to gdb_target_obs.
1613
1614 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1615
1616 * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1617 * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1618
1619 2010-09-27 Pierre Muller <muller@ics.u-strasbg.fr>
1620
1621 * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1622 (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1623 skip_main_prologue method.
1624
1625 2010-09-27 Tom Tromey <tromey@redhat.com>
1626
1627 * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1628 (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1629 Only emit a given psymbol once.
1630 (struct signatured_type_index_data) <psyms_seen>: New field.
1631 (write_one_signatured_type): Update.
1632 (cleanup_htab): New function.
1633 (write_psymtabs_to_index): Update. Create psyms_seen hash. Bump
1634 version to 3.
1635 (save_gdb_index_command): Update index documentation.
1636
1637 2010-09-27 Tom Tromey <tromey@redhat.com>
1638
1639 * bcache.c (expand_hash_table): Use hash_function, not hash.
1640
1641 2010-09-27 Tom Tromey <tromey@redhat.com>
1642
1643 * gdb_wchar.h: Change minimum libiconv to 0x108.
1644
1645 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1646
1647 Fix lost siginfo_t for inferior calls.
1648 * infrun.c
1649 (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1650 (save_inferior_thread_state): New variables regcache, gdbarch and
1651 siginfo_data. Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1652 Move INF_STATE allocation later, pre-clear it. Initialize REGISTERS
1653 using REGCACHE.
1654 (restore_inferior_thread_state): New variables regcache and gdbarch.
1655 Restore SIGINFO_DATA for matching GDBARCH. Restore REGISTERS using
1656 REGCACHE. Free also SIGINFO_DATA.
1657
1658 2010-09-24 Tom Tromey <tromey@redhat.com>
1659
1660 * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1661 MAYBE_SWAPs.
1662 (dw2_map_symbol_names): Likewise.
1663
1664 2010-09-24 Sami Wagiaalla <swagiaal@redhat.com>
1665
1666 * valops.c (find_oload_champ_namespace_loop): replace incorrect
1667 discard_cleanups do_cleanups.
1668
1669 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1670
1671 PR gdb/11842
1672
1673 * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1674 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1675 si_code is < 0. Check for si_code == SI_TIMER before checking for
1676 si_code < 0.
1677
1678 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1679
1680 * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1681
1682 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1683
1684 * ada-tasks.c (read_atcb): Do not compute the task ptid when
1685 debugging a core file.
1686
1687 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1688
1689 Code cleanup.
1690 * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1691 (free_objfile) <objfile->name != NULL>: Remove the conditional around
1692 xfree.
1693 * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1694 * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1695 Remove.
1696 * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1697 Remove the conditional.
1698 * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1699
1700 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1701
1702 * main.c: Include objfiles.h.
1703 (captured_main): New variable objfile. Call
1704 load_auto_scripts_for_objfile for ALL_OBJFILES.
1705
1706 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1707
1708 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1709 DW_TAG_constant.
1710
1711 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1712
1713 * dwarf2read.c (scan_partial_symbols): Add handling of
1714 DW_TAG_constant DIEs.
1715 (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1716
1717 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1718
1719 * configure.ac: Add support for --enable-gdbserver.
1720 * configure: Regenerate.
1721
1722 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1723
1724 PR C++/12028
1725 * valops.c (find_oload_champ_namespace_loop): removed incorrect
1726 'old_cleanups' reassignment.
1727
1728 2010-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1729
1730 * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1731 characters.
1732
1733 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1734
1735 PR mi/11407
1736 * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1737 read_var_value and common_val_print and print a warning.
1738
1739 2010-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1740
1741 * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1742 keep the list in alphabetical order. Use longer e-mail address.
1743
1744 2010-09-15 Tom Tromey <tromey@redhat.com>
1745
1746 * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1747
1748 2010-09-15 Tom Tromey <tromey@redhat.com>
1749
1750 * charset.c (iconv_open): New define.
1751 (iconv): Likewise.
1752 (iconv_close): Likewise.
1753 (phony_iconv_open): Add "phony_" prefix.
1754 (phony_iconv_close): Likewise.
1755 (phony_iconv): Likewise.
1756 * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1757 Change how INTERMEDIATE_ENCODING is defined.
1758
1759 2010-09-15 Doug Evans <dje@google.com>
1760
1761 * dwarf2read.c (struct die_info): Fix comment.
1762
1763 2010-09-15 Alan Modra <amodra@gmail.com>
1764
1765 PR 4606
1766 * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1767 than setting SEC_NEVER_LOAD on sections that need not be copied.
1768
1769 2010-09-14 Tom Tromey <tromey@redhat.com>
1770
1771 * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1772 (start_psymtab_common, allocate_psymtab, discard_psymtab):
1773 Declare.
1774 * symfile.h (extend_psymbol_list): Remove.
1775 (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1776 (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1777 * psymtab.c (extend_psymbol_list): Move earlier. Now static.
1778
1779 2010-09-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1780
1781 * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1782 Update the comment.
1783
1784 2010-09-14 Tom Tromey <tromey@redhat.com>
1785
1786 PR symtab/8399:
1787 * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1788 for unrecognized frame base expression.
1789
1790 2010-09-14 Tom Tromey <tromey@redhat.com>
1791
1792 PR exp/11803:
1793 * value.c (value_static_field): Use value_of_variable.
1794
1795 2010-09-14 Pierre Muller <muller@ics.u-strasbg.fr>
1796
1797 * m32r-rom.c: Replace winsock.h with winsock2.h header.
1798 * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1799
1800 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1801
1802 PR symtab/11992:
1803 * c-exp.y (classify_name): Check is_a_member_of_this before returning
1804 UNKNOWN_CPP_NAME.
1805
1806 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1807
1808 * NEWS: Add x86-lynxos to the list of platforms supported by
1809 gdbserver.
1810
1811 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1812
1813 * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1814
1815 2010-09-13 Tom Tromey <tromey@redhat.com>
1816
1817 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1818
1819 2010-09-13 H.J. Lu <hongjiu.lu@intel.com>
1820
1821 * i386-tdep.c (i386_ymm_type): Set type name to
1822 builtin_type_vec256i.
1823
1824 2010-09-12 Michael Snyder <msnyder@vmware.com>
1825
1826 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1827
1828 2010-09-12 H.J. Lu <hongjiu.lu@intel.com>
1829
1830 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1831
1832 2010-09-11 H.J. Lu <hongjiu.lu@intel.com>
1833
1834 * amd64-tdep.c (amd64_register_name): Removed.
1835 (amd64_init_abi): Don't call set_gdbarch_register_name.
1836
1837 * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1838
1839 * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1840
1841 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1842 Paul Bolle <pebolle@tiscali.nl>
1843
1844 Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1845 * cli-logging.c (struct saved_output_files) <targerr>: New.
1846 (set_logging_redirect, pop_output_files, handle_redirections):
1847 Redirect also gdb_stdtargerr.
1848 * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1849 declarations.
1850 * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1851 also gdb_stdtargerr.
1852 * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1853 to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1854 Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1855 * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1856 * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1857 New functions.
1858
1859 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1860
1861 * hppa-tdep.c (unwind_command): Use host_address_to_string function
1862 to display a host address.
1863 * monitor.c (monitor_read_memory): Likewise.
1864 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1865
1866 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1867
1868 * coffread.c (struct coff_symbol): Change c_value type from `long' to
1869 `CORE_ADDRESS' as it might contain target addresses.
1870
1871 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1872
1873 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1874 before cast to pointer to avoid warning.
1875
1876 2010-09-09 Kevin Buettner <kevinb@redhat.com>
1877
1878 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1879 type to be signed.
1880
1881 2010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
1882
1883 * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1884 anonymous class partial DIEs.
1885
1886 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1887
1888 * dwarf2read.c (dwarf2_compute_name): Check that the first
1889 argument is a pointer.
1890
1891 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1892
1893 * dwarf2read.c (read_func_scope, read_structure_type)
1894 (read_common_block): Check for a NULL return from new_symbol.
1895
1896 2010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1897
1898 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1899
1900 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1901
1902 * dwarf2read.c (read_structure_type): Move processing of
1903 fields and member functions from here...
1904 (process_structure_scope): ... to here.
1905
1906 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1907
1908 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1909 the domain type.
1910 (gnuv3_make_method_ptr): Likewise.
1911
1912 2010-09-08 Tom Tromey <tromey@redhat.com>
1913
1914 * breakpoint.c (create_breakpoint): Add missing _().
1915
1916 2010-09-08 Doug Evans <dje@google.com>
1917
1918 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1919
1920 2010-09-08 Tom Tromey <tromey@redhat.com>
1921
1922 Revert:
1923 2010-09-01 Tom Tromey <tromey@redhat.com>
1924 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1925 symtab.h: Revert earlier change.
1926
1927 2010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
1928
1929 * psymtab.c (add_psymbol_to_bcache): Initialize
1930 obj_section.
1931 memset psymbol.ginfo.value to 0.
1932
1933 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1934
1935 * infrun.c (resume): Extend comment on ignoring single-step
1936 requests on vfork parents waiting for a vfork-done.
1937
1938 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1939 Pedro Alves <pedro@codesourcery.com>
1940
1941 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1942 is NULL.
1943 * fork-child.c (startup_inferior) <resume_signal>: Use enum
1944 target_signal type.
1945 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1946 calling strsignal. Use enum target_signal type for saved_signo.
1947 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1948 (linux_nat_wait_1): Use enum target_signal type for signo. Use
1949 target_signal_to_host before calling strsignal.
1950 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1951 TARGET_SIGNAL_0.
1952
1953 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1954 Jan Kratochvil <jan.kratochvil@redhat.com>
1955
1956 * common/signals.c (ANY): Remove.
1957 (SET): No longer use ANY.
1958
1959 2010-09-06 Yao Qi <yao@codesourcery.com>
1960
1961 * infrunc(resume): When inferior is waiting_for_vfork_done,
1962 clear step and don't use displaced stepping.
1963
1964 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1965
1966 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1967 value specially.
1968
1969 2010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1970
1971 Code cleanup - split print_stop_reason.
1972 * infrun.c (enum inferior_stop_reason): Remove.
1973 (print_stop_reason): Remove by splitting into ...
1974 (print_exited_reason, print_signal_exited_reason)
1975 (print_no_history_reason, print_signal_received_reason)
1976 (print_end_stepping_range_reason): ... these new functions. Update
1977 the preceding comment.
1978 (handle_inferior_event): Change the calls to print_exited_reason,
1979 print_signal_exited_reason, print_no_history_reason,
1980 print_signal_received_reason, print_end_stepping_range_reason.
1981 (handle_step_into_function, handle_step_into_function_backward):
1982 Change the calls to print_end_stepping_range_reason.
1983
1984 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1985
1986 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1987 * cli-out.c: Include vec.h.
1988 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1989 variable stream, initialize it, use it.
1990 (cli_redirect): New function comment. Replace the stream and
1991 original_stream fields by the new streams field. Remove the
1992 original_stream != NULL conditional, assert error on NULL instead.
1993 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1994 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
1995 original_stream fields by the new streams field.
1996 (cli_out_set_stream): Replace the stream field by the new streams
1997 field.
1998 * cli-out.h: Include vec.h.
1999 (ui_filep): New typedef, call DEF_VEC_P for it.
2000 (struct cli_ui_out_data): Replace the stream and original_stream
2001 fields by the new streams field.
2002 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
2003 NULL first. Extend the comment.
2004 (handle_redirections): Call ui_out_redirect with output.
2005 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
2006 calls outside of the TRY_CATCH block.
2007
2008 2010-09-03 Joel Brobecker <brobecker@adacore.com>
2009
2010 GDB 7.2 released.
2011
2012 2010-09-02 Joel Brobecker <brobecker@adacore.com>
2013
2014 Back out the following change:
2015 | 2010-06-29 Hui Zhu <teawater@gmail.com>
2016 | * record.c (set_record_pic_cmdlist,
2017 | show_record_pic_cmdlist): New variables.
2018 | (set_record_pic_command,
2019 | show_record_pic_command): New functions.
2020 | (record_pic_function, record_pic_line, record_pic_enum,
2021 | set_record_pic_type, record_pic_hide_nofunction,
2022 | record_pic_hide_nosource, record_pic_hide_same): New variables.
2023 | (record_pic_fputs): New function.
2024 | (function_list, node_list, edge_list): New struct.
2025 | (function_list, node_list, edge_list): New variables.
2026 | (record_pic_cleanups, record_pic_node,
2027 | record_pic_edge, cmd_record_pic): New functions.
2028 | (_initialize_record): Add new commands for record pic.
2029
2030 2010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2031
2032 * config.in, configure: Regenerated.
2033 * configure.ac: Check for waitpid.
2034 * ser-pipe.c (pipe_close): Wait for the program to exit.
2035
2036 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2037
2038 * cli/cli-logging.c: Include gdb_assert.h.
2039 (set_logging_overwrite): New function.
2040 (logging_redirect): New comment.
2041 (logging_no_redirect_file, set_logging_redirect)
2042 (pop_output_files) <logging_no_redirect_file>: New.
2043 (handle_redirections) <!logging_redirect>: New variable
2044 no_redirect_file. Remove file autoclose for tee_file_new. No longer
2045 discard cleanup for the close of former OUTPUT. Set
2046 LOGGING_NO_REDIRECT_FILE.
2047 (handle_redirections) <logging_redirect>: gdb_assert
2048 LOGGING_NO_REDIRECT_FILE.
2049 (show_logging_command) <logging_redirect handling>: Adjust messages
2050 for SAVED_FILENAME not NULL.
2051 (_initialize_cli_logging): Install set_logging_overwrite and
2052 set_logging_redirect.
2053
2054 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2055
2056 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
2057
2058 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2059
2060 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
2061 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
2062 add $(GDB_WARN_CFLAGS_NO_FORMAT).
2063 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
2064
2065 2010-09-02 Yao Qi <yao@codesourcery.com>
2066
2067 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
2068 number from a WIFSIGNALED status.
2069
2070 2010-09-01 Tom Tromey <tromey@redhat.com>
2071
2072 * symtab.h (lookup_type_symbol): Declare.
2073 * symtab.c (lookup_symbol_in_language_full): Rename from
2074 lookup_symbol_in_language. Add 'for_type' argument.
2075 (lookup_symbol_in_language): New function.
2076 (lookup_type_symbol): Likewise.
2077 (lookup_symbol_aux): Add 'for_type' argument.
2078 (match_symbol_aux): New function.
2079 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
2080 (match_transparent_type): New function.
2081 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
2082 * symfile.h (struct quick_symbol_functions)
2083 <pre_expand_symtabs_matching>: Remove.
2084 <expand_one_symtab_matching>: New field.
2085 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
2086 (pre_expand_symtabs_matching_psymtabs): Remove.
2087 (psym_functions): Update.
2088 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
2089 * dwarf2read.c (dw2_lookup_symbol): Update comment.
2090 (dw2_pre_expand_symtabs_matching): Remove.
2091 (dw2_expand_one_symtab_matching): New function.
2092 (dwarf2_gdb_index_functions): Update.
2093
2094 2010-09-01 Joel Brobecker <brobecker@adacore.com>
2095
2096 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
2097
2098 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2099
2100 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
2101 as a feature reported by -list-target-features.
2102
2103 2010-09-01 Joel Brobecker <brobecker@adacore.com>
2104
2105 * features/Makefile (WHICH): Add rs6000/powerpc-32.
2106 (powerpc-32.o, powerpc-32.c): New rules.
2107 (clean): Also remove powerpc-32.c.
2108 * regformats/rs6000/powerpc-32.dat: Generate.
2109
2110 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
2111
2112 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
2113 psymbol_bcache_init.
2114 * psymtab.h (psymbol_bcache_init): New function prototype.
2115 (psymbol_bcache_free): New function prototype.
2116 (psymbol_bcache_get_bcache): New function prototype.
2117 * psymtab.c (psymbol_bcache_init): New function.
2118 (psymbol_bcache_free): New function.
2119 (psymbol_bcache_full): New function.
2120 (psymbol_bcache_get_bcache): New function.
2121 (add_psymbol_to_bcache): use psymbol_bcache_full.
2122 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
2123 psymbol_bcache.
2124 * symmisc.c (print_symbol_bcache_statistics): Updated.
2125 (print_objfile_statistics): Updated.
2126 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
2127 psymbol_cache.
2128 (free_objfile): Use psymbol_bcache_free.
2129
2130 2010-08-31 Tom Tromey <tromey@redhat.com>
2131
2132 PR c++/11961:
2133 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
2134 Don't set TYPE_NAME on the type.
2135
2136 2010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2137
2138 * infrun.c (set_exec_direction_func): Error out if target does not
2139 support reverse execution.
2140
2141 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2142
2143 Make linux_get_siginfo_type `type *' unique.
2144 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
2145 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
2146 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
2147 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
2148 (_initialize_linux_tdep): New.
2149
2150 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2151
2152 Code cleanup.
2153 * defs.h (find_memory_region_ftype): New typedef.
2154 (exec_set_find_memory_regions): Use it.
2155 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
2156 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
2157 * gcore.c (objfile_find_memory_regions): Likewise.
2158 * gnu-nat.c (gnu_find_memory_regions): Likewise.
2159 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
2160 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
2161 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
2162 find_memory_region_ftype.
2163 (insert_dbx_link_bpt_in_region): Likewise.
2164 (iterate_over_mappings): Likewise. Drop the comment part about the
2165 function prototype.
2166 (find_memory_regions_callback): Use find_memory_region_ftype.
2167 (proc_find_memory_regions): Likewise.
2168 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
2169 find_memory_region_ftype.
2170 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
2171 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
2172
2173 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
2174
2175 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
2176 'static partial_symbol psymbol'.
2177 (psymbol_hash): New function.
2178 (psymbol_compare): New function.
2179 * bcache.c (hash_continue): New.
2180 (hash): Use hash_continue.
2181 * bcache.c: Add hash_function and compare_function
2182 pointers to bcache struct.
2183 (bcache_full): Use bcache->hash_function, and
2184 bcache->compare_function.
2185 (bcache_compare): New function.
2186 (bcache_xmalloc): Take hash_function and
2187 compare_function arguments and initialize the
2188 bcach's pointers.
2189 Updated comment.
2190 * objfiles.c (allocate_objfile): Updated.
2191 * symfile.c (reread_symbols): Updated.
2192 * python/py-type.c (typy_richcompare): Updated.
2193
2194 2010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
2195 Tom Tromey <tromey@redhat.com>
2196
2197 PR python/11792:
2198 * python/py-value.c (valpy_get_dynamic_type): New function.
2199 (value_object_getset): Add "dynamic_type".
2200 (valpy_get_type): Fail on error.
2201
2202 2010-08-30 Yao Qi <yao@codesourcery.com>
2203
2204 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
2205 (arm_linux_syscall_next_pc): New.
2206 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
2207 (arm_linux_init_abi): Initialize syscall_next_pc.
2208 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
2209 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
2210 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
2211 Declare arm_frame_is_thumb.
2212
2213 2010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2214
2215 Code cleanup.
2216 * breakpoint.c (bpstat_alloc): Remove unused prototype.
2217 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
2218 code.
2219 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
2220 calls of bpstat_alloc. Remove explicit bs chain termination.
2221
2222 2010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2223
2224 Code cleanup.
2225 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
2226 (my_waitpid): Likewise.
2227
2228 2010-08-27 Doug Evans <dje@google.com>
2229
2230 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
2231 as appropriate.
2232
2233 2010-08-27 Tom Tromey <tromey@redhat.com>
2234
2235 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
2236 TYPE_FIELD_IGNORE_BITS.
2237
2238 2010-08-27 Doug Evans <dje@google.com>
2239
2240 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
2241 the order they're defined in. munmap .debug_types buffer.
2242
2243 2010-08-26 Doug Evans <dje@google.com>
2244
2245 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
2246 (dw2_forget_cached_source_info): Rename local cu to per_cu.
2247 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
2248 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
2249 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
2250 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
2251 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
2252 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
2253 (write_psymtabs_to_index): Ditto.
2254
2255 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2256
2257 * NEWS: Mention libthread_db debugging with core files.
2258
2259 2010-08-26 Doug Evans <dje@google.com>
2260
2261 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
2262 forward decl. Pass pst->dirname to dwarf_decode_lines.
2263 (psymtab_include_file_name): New function.
2264 (dwarf_decode_lines): Call it. Update comments.
2265
2266 2010-08-25 Pedro Alves <pedro@codesourcery.com>
2267
2268 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
2269 compilation unit being different from target die's.
2270
2271 2010-08-24 Doug Evans <dje@google.com>
2272
2273 PR symtab/11942
2274 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
2275 debug_types_type_hash.
2276 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
2277 All uses updated.
2278 (lookup_die_type): Renamed from tag_type_to_tag. First look in
2279 appropriate type_hash table. All callers updated.
2280 (allocate_signatured_type_table): Renamed from
2281 allocate_signatured_type_hash_table. All callers updated.
2282 (create_signatured_type_table_from_index): Renamed from
2283 create_signatured_type_hash_from_index. All callers updated.
2284 (read_die_type): Add comment. Move actual reading to ...
2285 (read_die_type_1): ... here. New function.
2286 (follow_die_ref_or_sig): Tweak comment.
2287 (set_die_type): Rewrite to use appropriate choice of
2288 debug_info_type_hash or debug_types_type_hash.
2289 (get_die_type_at_offset): New function.
2290 (get_die_type): Call it.
2291
2292 2010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2293
2294 * python/py-type.c (typy_richcompare): Initialize worklist.
2295
2296 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2297 Kazu Hirata <kazu@codesourcery.com>
2298 Jonathan Larmour <jifl@eCosCentric.com>
2299
2300 * arm-tdep.c: Include features/arm-with-m.c.
2301 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
2302 call this function.
2303 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
2304 Check is_m after force-mode.
2305 (arm_gdbarch_init): Check the binary before the target description.
2306 Add check for M profile attribute. If we have an M-profile device,
2307 but no target register description, use arm-with-m. Recognize the
2308 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
2309 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
2310 * arm-tdep.h (XPSR_T): Define.
2311 (struct gdbarch_tdep): Add is_m member.
2312 * features/arm-m-profile.xml, features/arm-with-m.c,
2313 features/arm-with-m.xml: New files.
2314
2315 2010-08-23 Doug Evans <dje@google.com>
2316
2317 * dwarf2read.c (read_structure_type): Add comment.
2318 (read_enumeration_type): Add comment.
2319 (process_enumeration_scope): Move definition of some locals
2320 closer to their use.
2321 (read_namespace_type): Add comment.
2322 (set_die_type): Fix typo in comment.
2323
2324 2010-08-23 Tom Tromey <tromey@redhat.com>
2325
2326 PR python/11145:
2327 * python/py-value.c: Include expression.h.
2328 (valpy_do_cast): New function.
2329 (valpy_cast): Use it.
2330 (valpy_dynamic_cast): New function.
2331 (valpy_reinterpret_cast): Likewise.
2332 (value_object_methods): Add dynamic_cast, reinterpret_cast.
2333
2334 2010-08-23 Tom Tromey <tromey@redhat.com>
2335
2336 PR python/11391:
2337 * python/py-value.c (valpy_nonzero): Don't throw error for other
2338 Value types.
2339
2340 2010-08-23 Tom Tromey <tromey@redhat.com>
2341
2342 PR python/10676:
2343 * python/py-type.c: Include bcache.h, vec.h.
2344 (struct type_equality_entry): New.
2345 (compare_strings): New function.
2346 (check_types_equal): Likewise.
2347 (check_types_worklist): Likewise.
2348 (typy_richcompare): Likewise.
2349 (type_object_type): Set tp_richcompare field.
2350
2351 2010-08-23 Tom Tromey <tromey@redhat.com>
2352
2353 PR python/10953:
2354 * python/py-type.c (typy_fields): Call check_typedef.
2355 (typy_template_argument): Add TRY_CATCH.
2356
2357 2010-08-23 Tom Tromey <tromey@redhat.com>
2358
2359 PR python/11915:
2360 * python/py-type.c (typy_array): New function.
2361 (type_object_methods): Add "array".
2362
2363 2010-08-20 Pedro Alves <pedro@codesourcery.com>
2364
2365 * python/python.c: Include "serial.h".
2366 (gdbpy_event_fds): Change type to `struct serial *' a array from
2367 int array.
2368 (gdbpy_run_events): Change parameters. Use serial_readchar in
2369 place of read.
2370 (gdbpy_post_event): Use serial_write in place of write.
2371 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
2372 serial_async in place of add_file_handler.
2373
2374 2010-08-20 Pedro Alves <pedro@codesourcery.com>
2375
2376 * serial.h (gdb_pipe, serial_pipe): Declare.
2377 * serial.c (serial_interface_lookup): Take a const char pointer.
2378 (serial_fdopen): Rename to ...
2379 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
2380 Call the OPS' fdopen function if there is one.
2381 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
2382 (serial_pipe): New.
2383 (struct serial_ops) <fdopen>: New field.
2384
2385 * ser-mingw.c (free_pipe_state):
2386 (free_pipe_state): Close output on non-pex pipes.
2387 (pipe_windows_fdopen): New.
2388 (gdb_pipe): New.
2389 (_initialize_ser_windows): Register pipe_windows_fdopen.
2390 * ser-go32.c (gdb_pipe): New.
2391 * ser-pipe.c (pipe_close): Close file descriptor even if there's
2392 no state pointer.
2393 (pipe_ops): Delete.
2394 (gdb_pipe): New.
2395
2396 2010-08-20 Keith Seitz <keiths@redhat.com>
2397
2398 PR symtab/11465:
2399 * dwarf2read.c (struct delayed_method_info): New struct.
2400 (struct dwarf2_cu): Add vector method_list.
2401 (scan_partial_symbols): Count methods for union, class, structure,
2402 and interface types.
2403 (add_to_method_list): New function.
2404 (free_delayed_list): New function.
2405 (compute_delayed_physnames): New function.
2406 (process_full_comp_unit): Make a cleanup for the CU's delayed
2407 physname list, compute the delayed physnames, and free the
2408 the list.
2409 (dwarf2_add_member_fn): For C++ and Java, delay the computation
2410 of the physname until after the CU is read.
2411
2412 * dwarf2read.c (read_structure_type): Check if the current
2413 DIE's type was already completed after dwarf2_full_name
2414 was called.
2415
2416 2010-08-19 Stan Shebs <stan@codesourcery.com>
2417
2418 * NEWS: Mention some additional changes.
2419
2420 2010-08-19 Tom Tromey <tromey@redhat.com>
2421
2422 * Makefile.in (install-python): Add DESTDIR.
2423
2424 2010-08-19 Doug Evans <dje@google.com>
2425
2426 PR exp/11926
2427 * parser-defs.h (parse_float, parse_c_float): Declare.
2428 * parse.c (parse_float, parse_c_float): New function.
2429 * c-exp.y (parse_number): Call parse_c_float.
2430 * objc-exp.y (parse_number): Ditto.
2431 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
2432 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
2433
2434 2010-08-19 Joel Brobecker <brobecker@adacore.com>
2435
2436 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
2437 the arguments in the correct order.
2438 * symtab.c (maybe_add_partial_symtab_filename): Declare
2439 the arguments in the correct order.
2440
2441 2010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2442
2443 * varobj.c (varobj_create): Replace variable old_fi with old_id,
2444 initialize it by null_frame_id, wrap its usage by get_frame_id,
2445 frame_id_p and frame_find_by_id.
2446
2447 2010-08-18 Tom Tromey <tromey@redhat.com>
2448
2449 PR python/11900:
2450 * configure: Rebuild.
2451 * configure.ac: Add install-python to CONFIG_INSTALL.
2452 * Makefile.in (install-python): New.
2453
2454 2010-08-18 Doug Evans <dje@google.com>
2455
2456 * gdb_assert.h (gdb_assert_not_reached): New macro.
2457 (gdb_assert_fail): Fix typo in comment.
2458 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
2459 gdb_assert (0).
2460 * darwin-nat.c (darwin_check_new_threads): Ditto.
2461 * dwarf2read.c (dwarf2_get_section_info): Ditto.
2462 (munmap_section_buffer): Ditto.
2463 * m32c-tdep.c (make_types): Ditto.
2464 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
2465 * macroexp.c (get_character_constant): Ditto.
2466 (get_string_literal): Ditto.
2467 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
2468 (mep_pseudo_cr_index, mep_register_type): Ditto.
2469 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
2470 (mep_get_insn, mep_analyze_prologue): Ditto.
2471 * objfiles.c (qsort_cmp): Ditto.
2472 * prologue-value.c (pv_is_identical): Ditto.
2473 * record.c (record_get_loc): Ditto.
2474 * value.c (value_static_field): Ditto.
2475 * xtensa-tdep.c (call0_track_op): Ditto.
2476
2477 2010-08-18 Tom Tromey <tromey@redhat.com>
2478
2479 PR symtab/11919:
2480 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2481 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
2482 name-copying lower. Document exception behavior.
2483 * completer.c (expression_completer): Catch exceptions from
2484 parse_field_expression.
2485
2486 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2487
2488 PR corefile/8210
2489
2490 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2491 workaround on core files.
2492 (try_thread_db_load_1): Don't try enabling thread event reporting
2493 on core files.
2494 (thread_db_load): Allow thread_db on core files.
2495 (attach_thread): Don't check thread signals on core files, nor try
2496 really attaching to the thread, nor enabling thread event event
2497 reporting.
2498 (thread_db_detach): Don't try disabing thread event reporting or
2499 removing thread event breakpoints when debugging a core file.
2500 (find_new_threads_callback): Don't try enabling thread event
2501 reporting on core files.
2502 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2503 debugging a core file.
2504 (thread_db_find_new_threads): Don't update thread
2505 cores (processors) when debugging a core (dump).
2506
2507 2010-08-18 Pedro Alves <pedro@codesourcery.com>
2508
2509 PR corefile/8210
2510
2511 * corelow.c (add_to_thread_list): Don't use
2512 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
2513 (get_core_register_section): Don't use
2514 gdbarch_core_reg_section_encodes_pid.
2515
2516 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2517 * gdbarch.h, gdbarch.c: Regenerate.
2518 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2519 gdbarch_core_reg_section_encodes_pid.
2520 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2521 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2522 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2523
2524 2010-08-18 Yao Qi <yao@codesourcery.com>
2525
2526 * MAINTAINERS : Add myself under Write After Approval.
2527
2528 2010-08-17 Tom Tromey <tromey@redhat.com>
2529
2530 * NEWS: Mention template parameter support.
2531
2532 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2533
2534 PR breakpoints/11371
2535
2536 * breakpoint.c (decref_bp_location): Assert the reference count is
2537 sane.
2538
2539 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2540
2541 PR breakpoints/11371
2542
2543 * breakpoint.c (breakpoint_init_inferior): Decrement the
2544 location's reference count instead of deleting right away.
2545 (bpstat_free): Decrement the location's reference count. Make
2546 static.
2547 (bpstat_copy): Increment the location's reference count.
2548 (bpstat_find_breakpoint): Adjust.
2549 (bpstat_num): Adjust.
2550 (print_it_typical): Adjust. Use the breakpoint pointer in the
2551 bpstat instead of the location's owner.
2552 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2553 Adjust to record the location's owner in the bpstat.
2554 (watchpoint_check): Use the breakpoint pointer in the bpstat
2555 instead of the location's owner.
2556 (bpstat_check_breakpoint_conditions): Don't handle
2557 bp_watchpoint_scope here. Use the breakpoint pointer in the
2558 bpstat instead of the location's owner.
2559 (bpstat_stop_status): Defer inferior function calls to after
2560 building the bpstat list. Handle bp_watchpoint_scope here. Use
2561 the breakpoint pointer in the bpstat instead of the location's
2562 owner.
2563 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2564 the location's owner.
2565 (free_bp_location): Don't walk bpstats clearing locations.
2566 (incref_bp_location): New.
2567 (decref_bp_location): New.
2568 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2569 instead of the location's owner.
2570 (update_global_location_list): Clear the location's owner, and
2571 decrement the location's reference count instead of deleting it
2572 right away.
2573 (breakpoint_retire_moribund): Decrement the location's reference
2574 count instead of deleting it right away.
2575 (bpstat_remove_bp_location): Delete.
2576 (bpstat_remove_breakpoint): New.
2577 (bpstat_remove_bp_location_callback): Delete.
2578 (bpstat_remove_breakpoint_callback): New.
2579 (delete_breakpoint): Iterate over all threads' stop_bpstat's
2580 clearing references to the breakpoint that is being deleted.
2581
2582 * breakpoint.h (struct bp_location) <refc>: New field.
2583 <owner>: Update comments.
2584 (bpstat_free): Delete declaration.
2585 (struct bpstats): Change the type of the breakpoint_at field to
2586 struct breakpoint point, from struct bp_location pointer. Add new
2587 field bp_location_at.
2588
2589 2010-08-16 Tom Tromey <tromey@redhat.com>
2590
2591 * NEWS: Fix typo.
2592
2593 2010-08-16 Tom Tromey <tromey@redhat.com>
2594
2595 * NEWS: Mention watch -location.
2596
2597 2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
2600 EXP_STRING_REPARSE to EXP_STRING.
2601 (watch_command_1): Set also EXP_STRING_REPARSE.
2602 (delete_breakpoint): Free also EXP_STRING_REPARSE.
2603 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2604 Update comment for exp_string.
2605
2606 2010-08-16 Tom Tromey <tromey@redhat.com>
2607
2608 * value.c (release_value): Clear 'next' pointer.
2609 * breakpoint.c (watch_command_1): Add 'just_location' argument.
2610 (watch_command_wrapper): Update.
2611 (watch_maybe_just_location): New function.
2612 (watch_command): Update.
2613 (rwatch_command_wrapper): Update.
2614 (rwatch_command): Update.
2615 (awatch_command_wrapper): Update.
2616 (awatch_command): Update.
2617 (check_for_argument): New function.
2618 (_initialize_breakpoint): Update help text.
2619
2620 2010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
2621
2622 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2623 typedef'ed function types correctly.
2624
2625 2010-08-13 Tom Tromey <tromey@redhat.com>
2626
2627 * python/python-internal.h (gdbpy_get_hook_function): Don't
2628 declare.
2629
2630 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2633 static.
2634
2635 2010-08-13 Ken Werner <ken.werner@de.ibm.com>
2636
2637 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2638 the format strings to be compatible with Python 2.4.
2639
2640 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2641
2642 Easier and more stubborn MI memory read commands.
2643
2644 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2645 and data-write-memory-bytes.
2646 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2647 (mi_cmd_data_write_memory_bytes): New.
2648 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2649 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2650 New.
2651 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2652 * target.c (target_read_until_error): Remove.
2653 (read_whatever_is_readable, free_memory_read_result_vector)
2654 (read_memory_robust): New.
2655 * target.h (target_read_until_error): Remove.
2656 (struct memory_read_result, free_memory_read_result_vector)
2657 (read_memory_robust): New.
2658
2659 2010-08-13 Hui Zhu <teawater@gmail.com>
2660
2661 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2662 (read_comp_unit): Initialize back_to.
2663
2664 2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2665 Pedro Alves <pedro@codesourcery.com>
2666
2667 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2668 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2669 (struct partial_die_info) <has_template_arguments>: New field.
2670 <num_attrs>: Change type to unsigned char.
2671 <building_fullname>: New field.
2672 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
2673 allocate a CU if we don't have one already. Add a cleanup for the
2674 CU.
2675 (partial_die_full_name): Handle template arguments not in
2676 DW_AT_name.
2677 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2678 (load_full_comp_unit): Only allocate a CU if we don't have one
2679 already.
2680 (do_ui_file_peek_last): New.
2681 (dwarf2_compute_name): Handle template parameters not in
2682 DW_AT_name.
2683 (read_comp_unit): Read and free abbrevs if not read yet.
2684 (load_partial_dies): Handle template arguments not in DW_AT_name.
2685 (find_partial_die): If we have a CU, but no a partial dies yet,
2686 also read in the CU.
2687 (dwarf2_const_value_attr): New, abstracted out from
2688 dwarf2_const_value.
2689 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2690 dwarf2_const_value_attr.
2691 (determine_prefix): Detect and break loops created by RCVT's debug
2692 info.
2693 (maybe_queue_comp_unit): Bail out early if reading partial
2694 symbols.
2695 (follow_die_offset): Load full CU if we have no dies.
2696 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2697 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2698
2699 2010-08-11 Tom Tromey <tromey@redhat.com>
2700 Phil Muldoon <pmuldoon@redhat.com>
2701
2702 * python/python.c (gdbpy_run_events): New function.
2703 (gdbpy_post_event): Likewise.
2704 (gdbpy_initialize_events): Likewise.
2705 (_initialize_python): Call gdbpy_initialize_events.
2706
2707 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2708
2709 * gdb/valarith.c (vector_binop): New function.
2710 (scalar_binop): Likewise.
2711 (value_binop): Call scalar_binop or vector_binop depending on the types.
2712 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2713 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2714 to pointers.
2715 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2716
2717 2010-08-11 Brad Roberts <braddr@puremagic.com>
2718
2719 * d-lang.c (extract_identifiers): Handle multiple digits.
2720
2721 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2722
2723 Code cleanup.
2724 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2725 Rename to dummy_frame_unwind.
2726 (dummy_frame_unwind): Remove.
2727 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2728 * frame-unwind.c (frame_unwind_init): Use address of
2729 dummy_frame_unwind and inline_frame_unwind.
2730 * frame.c (create_sentinel_frame): Use address of
2731 sentinel_frame_unwind.
2732 * inline-frame.c (inline_frame_unwinder): Rename to
2733 inline_frame_unwind.
2734 (inline_frame_unwind): Remove.
2735 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2736 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2737 sentinel_frame_unwind.
2738 (sentinel_frame_unwind): Remove.
2739 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2740 struct.
2741
2742 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2743
2744 Code cleanup.
2745 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2746 and returned value. New comment from frame-unwind.h.
2747 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2748 Extend the comment.
2749 * frame.c (get_frame_id, frame_unwind_register_value)
2750 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2751 (get_frame_type, frame_unwind_arch): Do not use the return value of
2752 frame_unwind_find_by_frame.
2753
2754 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2755 Thiago Jung Bauermann <bauerman@br.ibm.com>
2756 Tom Tromey <tromey@redhat.com>
2757
2758 * python/python.c (gdbpy_solib_address): New function.
2759 (gdbpy_decode_line): Likewise.
2760
2761 2010-08-10 Tom Tromey <tromey@redhat.com>
2762
2763 Revert gdb-add-index addition:
2764 * Makefile.in (install-only): Don't install gdb-add-index.
2765 * gdb-add-index.sh: Remove.
2766
2767 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2768
2769 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2770 `target_has_execution' check with `to_has_memory' check.
2771 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2772 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2773 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2774
2775 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2776
2777 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2778 (resume_siggnal, resume_step): Move these static globals...
2779 (struct sim_inferior_data): ...into this new struct.
2780 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2781 New static globals.
2782 (gdb_callback, callbacks_initialized): Move these globals to
2783 a point earlier in the file.
2784 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2785 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2786 (gdbsim_close_inferior, gdbsim_resume_inferior)
2787 (gdbsim_stop_inferior): New functions.
2788 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2789 New constants.
2790 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2791 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2792 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2793 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2794 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2795 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2796 new local variable `sim_data' in each of these functions. Use
2797 `sim_data' to reference former globals `program_loaded',
2798 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2799 `resume_step'.
2800 (gdbsim_open): Remove local variable `argv'. Put results of call
2801 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
2802 make a cleanup for it. Free it though when a sim instance cannot
2803 be obtained.
2804 (gdbsim_close): Free sim_argv and null it out as appropriate.
2805 Close sim instances in all inferiors.
2806 (gdbsim_cntrl_c): Stop all inferiors.
2807 (gdbsim_wait):
2808 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2809
2810 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2811
2812 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2813 function after symbol construction is complete.
2814 Do the same for template symbol addition to template_symbols list.
2815
2816 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2817
2818 * symtab.c (symbol_get_demangled_name): Remove assertion and
2819 return NULL when language_specific.cplus_specific is not initialized.
2820 * stabsread.c (define_symbol): Set the name before calling
2821 cp_scan_for_anonymous_namespaces.
2822
2823 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2824
2825 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2826 SYMBOL_SET_LANGUAGE.
2827 (symbol_init_language_specific): Renamed to symbol_set_language.
2828 * symtab.c (symbol_init_language_specific): Removed redundant check
2829 for language_cplus.
2830 Renamed to symbol_set_language.
2831 * stabsread.c (define_symbol): Updated.
2832 (read_enum_type): Updated
2833 * psymtab.c (add_psymbol_to_bcache): Updated.
2834 * minsyms.c (install_minimal_symbols): Updated.
2835 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2836 SYMBOL_LANGUAGE to set the language.
2837 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2838 * mdebugread.c (new_symbol): Ditto.
2839 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2840 * dwarf2read.c (new_symbol_full): Ditto.
2841 * jv-lang.c (add_class_symbol): Ditto.
2842
2843 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2844
2845 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2846 (make_cleanup_restore_page_info)
2847 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2848 * gdbcmd.h (execute_command_to_string): New declaration.
2849 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2850 (make_cleanup_restore_ui_file): Move to utils.c
2851 (execute_gdb_command) <to_string>: Move ...
2852 * top.c (execute_command_to_string): ... here. Call
2853 set_batch_flag_and_make_cleanup_restore_page_info.
2854 * utils.c (make_cleanup_restore_integer): New source file blank line.
2855 (make_cleanup_restore_uinteger): New.
2856 (struct restore_ui_file_closure, do_restore_ui_file)
2857 (make_cleanup_restore_ui_file): Move here from python/python.c.
2858 (init_page_info) <batch_flag>
2859 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2860 (set_batch_flag_and_make_cleanup_restore_page_info): New.
2861
2862 2010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
2863
2864 * thread.c (add_thread_silent): Use null_ptid instead of
2865 minus_one_ptid while getting rid of stale inferior_ptid.
2866
2867 2010-08-06 Corinna Vinschen <vinschen@redhat.com>
2868
2869 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2870 Throughout, call read_encoded_value with ptr_size rather than addr_size.
2871 (decode_frame_entry_1): Remove redundant setting of
2872 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2873 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
2874 on examined frame section. Add comment to explain why.
2875 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
2876 comment to explain usage.
2877 * gdbarch.c: Regenerate.
2878 * gdbarch.h: Regenerate.
2879
2880 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2881
2882 2010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2883
2884 Code cleanup.
2885 * varobj.c (varobj_create): Move variables fi, old_fi and block to
2886 a more inner block.
2887
2888 2010-08-05 Pedro Alves <pedro@codesourcery.com>
2889
2890 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2891 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2892 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2893 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2894 linux-tdep.o to gdb_target_obs.
2895
2896 2010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
2897
2898 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
2899 argument.
2900
2901 2010-08-05 Hui Zhu <teawater@gmail.com>
2902
2903 * mips-linux-tdep.c(regset.h): New include.
2904 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2905 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2906 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2907 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2908 mips_linux_regset_from_core_section): New functions.
2909 (fetch_core_registers, regset_core_fns): Deleted.
2910 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2911 Deleted regset_core_fns.
2912 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2913 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2914 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2915 and fpregset64.
2916
2917 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2918
2919 * s390-tdep.c: Include linux-tdep.h.
2920 (s390_gdbarch_init): Call linux_init_abi.
2921
2922 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2923
2924 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2925 instead of printing "Thread" here.
2926 * linux-tdep.c: Include inferior.h.
2927 (linux_core_pid_to_str): New.
2928 (linux_init_abi): New.
2929 * linux-tdep.h (linux_init_abi): Declare.
2930 * alpha-linux-tdep.c: Include linux-tdep.h.
2931 (alpha_linux_init_abi): Call linux_init_abi.
2932 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2933 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2934 * frv-linux-tdep.c: Include linux-tdep.h
2935 (frv_linux_init_abi): Call linux_init_abi.
2936 * hppa-linux-tdep.c: Include linux-tdep.h
2937 (hppa_linux_init_abi): Call linux_init_abi.
2938 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2939 * ia64-linux-tdep.c: Include linux-tdep.h.
2940 (ia64_linux_init_abi): Call linux_init_abi.
2941 * m32r-linux-tdep.c: Include linux-tdep.h.
2942 (m32r_linux_init_abi): Call linux_init_abi.
2943 * m68klinux-tdep.c: Include linux-tdep.h.
2944 (m68k_linux_init_abi): Call linux_init_abi.
2945 * microblaze-linux-tdep.c: Include linux-tdep.h.
2946 (microblaze_linux_init_abi): Call linux_init_abi.
2947 * mips-linux-tdep.c: Include linux-tdep.h.
2948 (mips_linux_init_abi): Call linux_init_abi.
2949 * mn10300-linux-tdep.c: Include linux-tdep.h.
2950 (am33_linux_init_osabi): Call linux_init_abi. Rename the
2951 'gdbinfo' parameter to 'info'.
2952 * ppc-linux-tdep.c: Include linux-tdep.h.
2953 (ppc_linux_init_abi): Call linux_init_abi.
2954 * sh-linux-tdep.c: Include linux-tdep.h.
2955 (sh_linux_init_abi): Call linux_init_abi.
2956 * sparc-linux-tdep.c: Include linux-tdep.h.
2957 (sparc32_linux_init_abi): Call linux_init_abi.
2958 * sparc64-linux-tdep.c: Include linux-tdep.h.
2959 (sparc64_linux_init_abi): Call linux_init_abi.
2960 * xtensa-linux-tdep.c: Include linux-tdep.h.
2961 (xtensa_linux_init_abi): Call linux_init_abi.
2962 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2963 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2964 callback.
2965
2966 2010-08-03 Doug Evans <dje@google.com>
2967
2968 * breakpoint.c (bpdisp_text): Constify bpdisps.
2969 * solib-svr4.c (solib_break_names): Constify.
2970 (bkpt_names, main_name_list): Constify.
2971 (match_main): Constify soname arg.
2972 (bfd_lookup_symbol): Remove unnecessary forward decl.
2973 Constify symname arg.
2974 (enable_break): Constify bkpt_namep.
2975 * symtab.c (search_symbols): Constify types, types2, types3, types4.
2976 (symtab_symbol_info): Constify classnames.
2977
2978 2010-08-03 Phil Muldoon <pmuldoon@redhat.com>
2979
2980 * NEWS: Document Python value inferior function calls.
2981
2982 2010-08-02 Doug Evans <dje@google.com>
2983
2984 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2985
2986 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2987
2988 * linux-thread-db.c (libthread_db_debug): New variable.
2989 (thread_db_find_new_threads_silently): Control verbosity with it.
2990 (try_thread_db_load_1, try_thread_db_load): Likewise.
2991 (find_new_threads_once): Likewise.
2992 (_initialize_thread_db): Set/show it.
2993
2994 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2995
2996 * common/signals.c (signals): Move the content to signals.def.
2997 Include it. Remove the INDENT comments.
2998
2999 2010-07-30 Tom Tromey <tromey@redhat.com>
3000
3001 * Makefile.in (install-only): Install gdb-add-index.
3002 * gdb-add-index.sh: New file.
3003
3004 2010-07-31 Renquan Cheng <crq@gcc.gnu.org>
3005
3006 * MAINTAINERS: Add myself for write after approval privileges.
3007
3008 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3009
3010 * symfile.c (addr_section_name): New function.
3011 (addrs_section_compar): Use it.
3012 (addr_info_make_relative): Use it. Move variable sect_name into a more
3013 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
3014
3015 2010-07-30 Tom Tromey <tromey@redhat.com>
3016
3017 * configure: Rebuild.
3018 * configure.ac: Add missing case for Python 2.7.
3019
3020 2010-07-29 DJ Delorie <dj@redhat.com>
3021
3022 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
3023 conditions.
3024
3025 2010-07-29 Pedro Alves <pedro@codesourcery.com>
3026
3027 * PROBLEMS: Remove mention of all problems.
3028
3029 2010-07-28 Pedro Alves <pedro@codesourcery.com>
3030
3031 PR build/11848
3032 * configure.ac: Check for wresize.
3033 * configure, config.in: Regenerate.
3034 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
3035 with HAVE_WRESIZE.
3036
3037 2010-07-28 Tom Tromey <tromey@redhat.com>
3038
3039 PR python/11060:
3040 * python/py-type.c (typy_legacy_template_argument): New function,
3041 extracted from typy_template_argument.
3042 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
3043 value when needed.
3044
3045 2010-07-28 Oleg Nesterov <oleg@redhat.com>
3046
3047 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
3048
3049 2010-07-27 Tom Tromey <tromey@redhat.com>
3050
3051 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
3052
3053 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3054
3055 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
3056 handling DW_AT_object_pointer, and workaround GCC PR 43053.
3057
3058 2010-07-28 Tom Tromey <tromey@redhat.com>
3059
3060 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
3061
3062 2010-07-28 Joel Brobecker <brobecker@adacore.com>
3063
3064 * remote.c (remote_download_tracepoint): Add missing gettext markup.
3065 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
3066
3067 2010-07-28 Joel Brobecker <brobecker@adacore.com>
3068
3069 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
3070 down, just before the block that parse the breakpoint addr_string.
3071
3072 2010-07-28 Tom Tromey <tromey@redhat.com>
3073
3074 PR c++/9946:
3075 * symfile.c (reread_symbols): Clear template_symbols.
3076 * symtab.h (struct symbol) <is_cplus_template_function>: New
3077 field.
3078 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
3079 (struct template_symbol): New.
3080 * symtab.c (lookup_symbol_aux_local): Use
3081 cp_lookup_symbol_imports_or_template.
3082 * objfiles.h (struct objfile) <template_symbols>: New field.
3083 * objfiles.c (relocate_one_symbol): New function.
3084 (objfile_relocate1): Use it. Relocate isolated symbols.
3085 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
3086 template_arguments>: New fields.
3087 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
3088 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
3089 (TYPE_TEMPLATE_ARGUMENT): Likewise.
3090 (lookup_typename): Update.
3091 * gdbtypes.c (lookup_typename): Constify "block" argument.
3092 * dwarf2read.c: Include vec.h.
3093 (symbolp): New typedef.
3094 (read_func_scope): Read template arguments. Allocate a
3095 template_symbol when needed.
3096 (read_structure_type): Read template arguments.
3097 (new_symbol_full): New function, from new_symbol. Handle
3098 DW_TAG_template_type_param and DW_TAG_template_value_param.
3099 (new_symbol): Rewrite as wrapper.
3100 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
3101 * cp-namespace.c: Include language.h.
3102 (search_symbol_list): New function.
3103 (cp_lookup_symbol_imports_or_template): Likewise.
3104
3105 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3106
3107 * tui/tui-win.c (make_visible_with_new_height): Resize and move
3108 the command window to the new size and position.
3109
3110 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3111
3112 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
3113 coordinates.
3114
3115 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
3116
3117 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
3118 after a detecting a resize.
3119 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
3120 call.
3121
3122 2010-07-28 Pedro Alves <pedro@codesourcery.com>
3123
3124 * configure.ac: Check for resize_term.
3125 * configure, config.in: Regenerate.
3126
3127 2010-07-27 Joel Brobecker <brobecker@adacore.com>
3128
3129 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
3130
3131 2010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3132
3133 * dwarf2read.c (read_string): Rename to ...
3134 (read_direct_string): ... this.
3135 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
3136 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
3137
3138 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3139
3140 * linux-nat.c (linux_nat_lp_status_is_event): New function.
3141 (count_events_callback, select_event_lwp_callback)
3142 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
3143
3144 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3145
3146 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
3147 (_initialize_ia64_linux_nat): Install it.
3148 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
3149 (linux_nat_set_status_is_event): New.
3150 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
3151 cancel_breakpoints_callback, linux_nat_filter_event)
3152 (linux_nat_wait_1): Use linux_nat_status_is_event.
3153 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
3154
3155 2010-07-27 Tom Tromey <tromey@redhat.com>
3156
3157 * NEWS: Mention labels, .gdb_index.
3158
3159 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3160
3161 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
3162 "start,+length" form of arguments.
3163 * NEWS: Add "Changed commands" (disassemble) section for "Changes
3164 since GDB 7.1"; and merge two separated paragraphs of disassemble
3165 description in "Changes in GDB 7.0".
3166
3167 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3168
3169 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
3170 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
3171 (fputs_maybe_filtered): Do not do filtering also on
3172 ! INPUT_FROM_TERMINAL_P.
3173
3174 2010-07-27 Joel Brobecker <brobecker@adacore.com>
3175
3176 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
3177 in warning message.
3178
3179 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3180
3181 * python/py-value.c (valpy_call): New Function.
3182
3183 2010-07-27 Ken Werner <ken.werner@de.ibm.com>
3184
3185 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
3186 types_list_elements variables.
3187
3188 2010-07-26 Tom Tromey <tromey@redhat.com>
3189
3190 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
3191 TLS with DW_OP_const4u or DW_OP_const8u.
3192
3193 2010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3194
3195 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
3196 VSX registers contents.
3197
3198 2010-07-26 Jerome Guitton <guitton@adacore.com>
3199
3200 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
3201 its adress is null. Add comment to explain why.
3202 (new_symbol): Ditto.
3203
3204 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3205
3206 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
3207 the host signal first.
3208
3209 2010-07-23 Tom Tromey <tromey@redhat.com>
3210
3211 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
3212 type_comp_units>: New fields.
3213 (dw2_get_cu): New function.
3214 (create_cus_from_index): Remove unused argument.
3215 (create_signatured_type_hash_from_index): New function.
3216 (create_addrmap_from_index): Update.
3217 (dwarf2_read_index): Handle version 2.
3218 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
3219 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
3220 (dw2_print_stats, dw2_expand_all_symtabs)
3221 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
3222 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
3223 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
3224 (allocate_signatured_type_hash_table): New function.
3225 (add_signatured_type_cu_to_list): Likewise.
3226 (create_debug_types_hash_table): Use them. Set type_comp_units.
3227 (read_signatured_type): Ensure section data is available.
3228 (add_address_entry): Don't record empty ranges.
3229 (struct signatured_type_index_data): New.
3230 (write_one_signatured_type): New function.
3231 (write_psymtabs_to_index): Write type CUs.
3232 (save_gdb_index_command): Update comment.
3233 (process_type_comp_unit): Move inititalization of
3234 from_debug_types...
3235 (create_debug_types_hash_table): ... here.
3236
3237 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3238
3239 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
3240 cleanup and generating of gdb script to it.
3241 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
3242 and terminal size. Convert $tmpfile to a series of -ex-es.
3243
3244 2010-07-23 Keith Seitz <keiths@redhat.com>
3245
3246 * symtab.c (basic_lookup_transparent_type): Call pre-expand
3247 hook for STATIC_BLOCK types, too.
3248
3249 2010-07-23 Keith Seitz <keiths@redhat.com>
3250
3251 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
3252 and vector definition.
3253
3254 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3255
3256 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
3257
3258 2010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3259
3260 * dwarf2read.c: Include completer.h.
3261 (save_gdb_index_command): Use matching usage command name.
3262 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
3263 Set filename_completer for it.
3264
3265 2010-07-22 Tom Tromey <tromey@redhat.com>
3266
3267 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
3268 type signature's per-CU data.
3269
3270 2010-07-22 Pedro Alves <pedro@codesourcery.com>
3271
3272 * NEWS: Mention target reported shared libraries support by
3273 default.
3274
3275 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3276
3277 PR symtab/11827
3278
3279 Revert:
3280 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3281 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
3282 and DW_TAG_volatile_type.
3283 (new_symbol): Likewise.
3284
3285 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3286
3287 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
3288 function symbols before overload resolution.
3289
3290 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3291
3292 * breakpoint.c (bptype_string): New, abstracted out from
3293 print_one_breakpoint_location.
3294 (print_one_breakpoint_location): Adjust.
3295 (breakpoint_1): Adjust the type column width dynamically.
3296
3297 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3298
3299 * symfile.c (find_separate_debug_file_by_debuglink): Remove
3300 a gdb_assert call, new comment.
3301
3302 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3303
3304 * linux-nat.c (linux_handle_extended_wait): Handle case when
3305 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
3306
3307 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3308
3309 Code cleanup.
3310 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
3311 linux_nat_wait_1. Use always LP->STATUS afterwards.
3312
3313 2010-07-20 Hui Zhu <teawater@gmail.com>
3314
3315 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
3316 (inf_ptrace_attach): Ditto.
3317
3318 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3319
3320 Make core files the process_stratum.
3321 * corefile.c (core_target): New variable.
3322 (core_file_command): Remove variable t, use core_target.
3323 * corelow.c (core_ops): Make it static.
3324 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
3325 * defs.h (make_cleanup_unpush_target): New prototype.
3326 * gdbarch.h: Regenerate.
3327 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
3328 * gdbcore.h (core_target): New declaration.
3329 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
3330 variables ops_already_pushed and back_to. Use push_target,
3331 make_cleanup_unpush_target and discard_cleanups calls.
3332 * record.c (record_open): Replace core_stratum by a core_bfd check.
3333 * target.c (target_is_pushed): New function.
3334 (find_core_target): Remove.
3335 * target.h (enum strata) <core_stratum>: Remove.
3336 (target_is_pushed): New declaration.
3337 (find_core_target): Remove declaration.
3338 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
3339 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
3340
3341 2010-07-19 Hui Zhu <teawater@gmail.com>
3342
3343 * breakpoint.c (single_step_breakpoints_inserted): New
3344 function.
3345 * breakpoint.h (single_step_breakpoints_inserted): Extern.
3346 * infrun.c (maybe_software_singlestep): Add check code.
3347 * record.c (record_resume): Add code for software single step.
3348 (record_wait): Ditto.
3349
3350 2010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3351
3352 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
3353 a more inner block. Remove its unused declaration initializer.
3354
3355 2010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3356
3357 * NEWS: Mention support for the new ptrace interface and hardware
3358 accelerated watchpoint conditions on powerpc-linux.
3359
3360 2010-07-16 Ozkan Sezer <sezeroz@gmail.com>
3361
3362 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
3363 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
3364 and host_address_to_string() and %s for pointers.
3365 (debug_to_remove_breakpoint): Likewise.
3366 (debug_to_region_ok_for_hw_watchpoint): Likewise.
3367 (debug_to_can_accel_watchpoint_condition): Likewise.
3368 (debug_to_stopped_data_address): Likewise.
3369 (debug_to_watchpoint_addr_within_range): Likewise.
3370 (debug_to_insert_hw_breakpoint): Likewise.
3371 (debug_to_remove_hw_breakpoint): Likewise.
3372 (debug_to_insert_watchpoint): Likewise.
3373 (debug_to_remove_watchpoint): Likewise.
3374
3375 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3376
3377 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
3378 argument.
3379 (cplus_specific): New struct.
3380 * symtab.c (symbol_set_demangled_name): Updated.
3381 Use cplus_specific for cplus symbols.
3382 (symbol_get_demangled_name): Retrive the name from the cplus_specific
3383 struct for cplus symbols.
3384 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
3385 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
3386 * symtab.c (symbol_init_cplus_specific): New function.
3387
3388 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3389
3390 * symtab.h (symbol_set_demangled_name): New function.
3391 (symbol_get_demangled_name): New function.
3392 * symtab.c (symbol_set_demangled_name): New function.
3393 (symbol_get_demangled_name): New function.
3394 (symbol_init_language_specific): Use demangled_name setter and getter.
3395 (symbol_set_names): Ditto.
3396 (symbol_natural_name): Ditto.
3397 (symbol_demangled_name): Ditto.
3398 * dwarf2read.c (new_symbol): Ditto.
3399
3400 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
3401
3402 * symtab.h: Renamed cplus_specific to mangled_lang.
3403 * symtab.c (symbol_init_language_specific): Updated.
3404 (symbol_set_names): Updated.
3405 (symbol_natural_name): Updated.
3406 (symbol_demangled_name): Updated.
3407 * ada-lang.c (ada_decode_symbol): Updated.
3408 * dwarf2read.c (new_symbol): Updated.
3409
3410 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3411
3412 * valops.c (value_assign): Do not call to value_coerce_to_target.
3413 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
3414
3415 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3416
3417 * MAINTAINERS: Add myself for write after approval privileges.
3418
3419 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
3420
3421 * c-valprint.c (c_val_print): Add embedded_offset to address in
3422 call to val_print_array_elements.
3423
3424 2010-07-13 Tom Tromey <tromey@redhat.com>
3425
3426 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
3427
3428 2010-07-13 Tom Tromey <tromey@redhat.com>
3429
3430 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
3431 objfile.
3432
3433 2010-07-13 Tom Tromey <tromey@redhat.com>
3434
3435 * symfile.c (set_initial_language): Update.
3436 (deduce_language_from_filename): Argument type now const.
3437 * symtab.h (find_main_filename): Update.
3438 (deduce_language_from_filename): Update.
3439 * symtab.c (find_main_filename): Make result const.
3440 * dwarf2read.c (dw2_find_symbol_file): Change return type.
3441 * psymtab.c (find_symbol_file_from_partial): Change return type.
3442 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3443 Make result const.
3444
3445 2010-07-13 Tom Tromey <tromey@redhat.com>
3446
3447 * breakpoint.c (save_cmdlist): No longer static.
3448 * gdbcmd.h (save_cmdlist): Declare.
3449 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
3450 OBJF_READNOW on objfile if readnow_symbol_files.
3451 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
3452 (elf_sym_fns_gdb_index): New global.
3453 * dwarf2read.c: Include exceptions.h.
3454 (offset_type): New.
3455 (struct mapped_index): New.
3456 (dwarf2_per_cu_data_ptr): New typedef.
3457 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
3458 New fields.
3459 (GDB_INDEX_SECTION): New define.
3460 (struct dwarf2_per_cu_quick_data): New.
3461 (struct dwarf2_per_cu_data) <objfile>: New field.
3462 <psymtab>: Removed.
3463 <v>: New field.
3464 (byte_swap): New function.
3465 (MAYBE_SWAP): New macro.
3466 (INDEX_SUFFIX): New macro.
3467 (dw2_do_instantiate_symtab): New function.
3468 (dw2_instantiate_symtab): Likewise.
3469 (create_cus_from_index): Likewise.
3470 (create_addrmap_from_index): Likewise.
3471 (mapped_index_string_hash): Likewise.
3472 (find_slot_in_mapped_hash): Likewise.
3473 (dwarf2_read_index): Likewise.
3474 (dw2_setup): Likewise.
3475 (dw2_require_line_header): Likewise.
3476 (dw2_require_full_path): Likewise.
3477 (dw2_find_last_source_symtab): Likewise.
3478 (dw2_forget_cached_source_info): Likewise.
3479 (dw2_lookup_symtab): Likewise.
3480 (dw2_lookup_symbol): Likewise.
3481 (dw2_do_expand_symtabs_matching): Likewise.
3482 (dw2_pre_expand_symtabs_matching): Likewise.
3483 (dw2_print_stats): Likewise.
3484 (dw2_dump): Likewise.
3485 (dw2_relocate): Likewise.
3486 (dw2_expand_symtabs_for_function): Likewise.
3487 (dw2_expand_all_symtabs): Likewise.
3488 (dw2_expand_symtabs_with_filename): Likewise.
3489 (dw2_find_symbol_file): Likewise.
3490 (dw2_map_ada_symtabs): Likewise.
3491 (dw2_expand_symtabs_matching): Likewise.
3492 (dw2_find_pc_sect_symtab): Likewise.
3493 (dw2_map_symbol_names): Likewise.
3494 (dw2_map_symbol_filenames): Likewise.
3495 (dw2_has_symbols): Likewise.
3496 (dwarf2_gdb_index_functions): New global.
3497 (dwarf2_initialize_objfile): New function.
3498 (process_psymtab_comp_unit): Update.
3499 (add_partial_subprogram): Likewise.
3500 (dwarf2_psymtab_to_symtab): Likewise.
3501 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3502 (process_full_comp_unit): Update.
3503 (find_file_and_directory): New function.
3504 (read_file_scope): Use find_file_and_directory.
3505 (dwarf2_per_cu_objfile): Update.
3506 (dwarf2_per_cu_addr_size): Update.
3507 (dwarf2_per_cu_offset_size): Update.
3508 (dwarf2_free_objfile): Free the index, if needed.
3509 (dwarf2_per_objfile_free): Unmap the index, if needed.
3510 (struct strtab_entry): New.
3511 (hash_strtab_entry): New function.
3512 (eq_strtab_entry): Likewise.
3513 (create_strtab): Likewise.
3514 (add_string): Likewise.
3515 (struct symtab_index_entry): New.
3516 (struct mapped_symtab): New.
3517 (hash_symtab_entry): New function.
3518 (eq_symtab_entry): Likewise.
3519 (delete_symtab_entry): Likewise.
3520 (create_index_table): Likewise.
3521 (create_mapped_symtab): Likewise.
3522 (cleanup_mapped_symtab): Likewise.
3523 (find_slot): Likewise.
3524 (hash_expand): Likewise.
3525 (add_index_entry): Likewise.
3526 (add_indices_to_cpool): Likewise.
3527 (write_hash_table): Likewise.
3528 (add_address_entry): Likewise.
3529 (write_psymbols): Likewise.
3530 (write_obstack): Likewise.
3531 (unlink_if_set): Likewise.
3532 (write_psymtabs_to_index): Likewise.
3533 (save_gdb_index_command): Likewise.
3534 (_initialize_dwarf2_read): Install "save gdb-index"
3535 command.
3536 (create_all_comp_units): Initialize 'objfile' field of CU.
3537 (dwarf2_locate_sections): Check for .gdb_index.
3538 * psymtab.h (dwarf2_gdb_index_functions): Declare.
3539 * symfile.h (dwarf2_initialize_objfile): Declare.
3540
3541 2010-07-13 Tom Tromey <tromey@redhat.com>
3542
3543 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3544 (basic_lookup_transparent_type): Likewise.
3545 * symfile.h (struct quick_symbol_functions)
3546 <pre_expand_symtabs_matching>: New field.
3547 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3548 (psym_functions): Update.
3549
3550 2010-07-13 Tom Tromey <tromey@redhat.com>
3551
3552 PR breakpoints/8357:
3553 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3554 * linespec.c (decode_line_1): Update comment. Call decode_label.
3555 (decode_label): New function.
3556 (symbol_found): Handle LOC_LABEL.
3557 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3558 domain. Call add_symbol_to_list.
3559
3560 2010-07-13 Tom Tromey <tromey@redhat.com>
3561
3562 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3563 * dwarf2loc.c (find_location_expression): Use
3564 dwarf2_per_cu_text_offset.
3565 (dwarf2_evaluate_loc_desc): Likewise.
3566 (dwarf2_loc_desc_needs_frame): Likewise.
3567 (compile_dwarf_to_ax): Likewise.
3568 (loclist_describe_location): Likewise.
3569 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3570 (dwarf2_per_cu_objfile): Update comment.
3571
3572 2010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3573
3574 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3575 * p-lang.c (pascal_printstr): Likewise.
3576
3577 2010-07-09 Tom Tromey <tromey@redhat.com>
3578
3579 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3580 'hint' if it is NULL.
3581
3582 2010-07-09 Hui Zhu <teawater@gmail.com>
3583
3584 * source.c (print_source_lines_base): Add check for noprint.
3585
3586 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3587
3588 * python/python-config.py: Resync with Python 2.7 version of this
3589 script.
3590
3591 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3592
3593 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3594
3595 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3596
3597 * NEWS: Create a new section for the next release branch.
3598 Rename the section of the current branch, now that it has
3599 been cut.
3600
3601 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3602
3603 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3604 * version.in: Bump version to 7.2.50.20100707-cvs.
3605
3606 2010-07-07 Tom Tromey <tromey@redhat.com>
3607
3608 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3609 LOC_COMPUTED symbol.
3610 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3611 (dwarf2_loc_desc_needs_frame): Likewise.
3612 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3613 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3614 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3615 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
3616 'offset' argument.
3617 (struct dwarf2_frame_cache) <text_offset>: New field.
3618 (dwarf2_frame_cache): Set new field.
3619 (dwarf2_frame_prev_register): Update.
3620 (dwarf2_frame_sniffer): Update.
3621 (dwarf2_frame_base_sniffer): Update.
3622 (dwarf2_frame_find_fde): Add 'out_offset' argument.
3623
3624 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3625 Thiago Jung Bauermann <bauerman@br.ibm.com>
3626
3627 Support for hw accelerated condition watchpoints in booke powerpc.
3628
3629 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3630 and move to eval.c. Change callers.
3631 (insert_bp_location): Pass watchpoint condition in
3632 target_insert_watchpoint.
3633 (remove_breakpoint_1) Pass watchpoint condition in
3634 target_remove_watchpoint.
3635 (watchpoint_locations_match): Call
3636 target_can_accel_watchpoint_condition.
3637 * eval.c: Include wrapper.h.
3638 (fetch_subexp_value): Moved from breakpoint.c.
3639 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3640 Formatting fix.
3641 (can_use_watchpoint_cond_accel): New function.
3642 (calculate_dvc): Likewise.
3643 (num_memory_accesses): Likewise.
3644 (check_condition): Likewise.
3645 (ppc_linux_can_accel_watchpoint_condition): Likewise
3646 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3647 check_condition and calculate_dvc.
3648 (ppc_linux_remove_watchpoint): Likewise.
3649 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3650 ppc_linux_can_accel_watchpoint_condition
3651 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3652 condition.
3653 (debug_to_remove_watchpoint): Likewise.
3654 (debug_to_can_accel_watchpoint_condition): New function.
3655 (update_current_target): Set to_can_accel_watchpoint_condition.
3656 (setup_target_debug): Set to_can_accel_watchpoint_condition.
3657 * target.h: Add opaque declaration for struct expression.
3658 (struct target_ops) <to_insert_watchpoint>,
3659 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3660 <to_can_accel_watchpoint_condition>: New member.
3661 condition. Update all callers and implementations.
3662 (target_can_accel_watchpoint_condition): New macro.
3663 * value.c (free_value_chain): New function.
3664 * value.h (fetch_subexp_value): New prototype.
3665 (free_value_chain): Likewise.
3666
3667 2010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
3668
3669 * linux-nat.c (linux_nat_do_thread_registers): Use section size
3670 from gdbarch_core_regset_sections also for .reg if present.
3671
3672 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3673 section size for .reg.
3674 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3675 (ppc_linux_vmx_regset_sections): Likewise.
3676 (ppc_linux_fp_regset_sections): Likewise.
3677 (ppc64_linux_vsx_regset_sections): New variable.
3678 (ppc64_linux_vmx_regset_sections): Likewise.
3679 (ppc64_linux_fp_regset_sections): Likewise.
3680 (ppc_linux_init_abi): Install core_regset_section lists appropriate
3681 for current word size.
3682
3683 2010-07-06 Joel Brobecker <brobecker@adacore.com>
3684
3685 * server.c (myresume): Make static.
3686
3687 2010-07-06 Tom Tromey <tromey@redhat.com>
3688
3689 * configure, config.in: Rebuild.
3690 * configure.ac (HAVE_LIBPYTHON2_7): New define.
3691 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3692
3693 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3694
3695 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3696 "clear".
3697
3698 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
3699
3700 * gdbtypes.h (floatformats_ieee_half): Add declaration.
3701 * gdbtypes.c (floatformats_ieee_half): New variable.
3702 * doublest.c (floatformat_from_length): Set format to
3703 gdbarch_half_format if length matches.
3704 * gdbarch.sh (half_bit): New architecture method.
3705 (half_format): Likewise.
3706 * gdbarch.h: Regenerate.
3707 * gdbarch.c: Likewise.
3708
3709 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3710 Joel Brobecker <brobecker@adacore.com>
3711
3712 Fix re-run of PIE executable, PR shlibs/11776.
3713 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3714 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3715
3716 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3717 Joel Brobecker <brobecker@adacore.com>
3718
3719 * auxv.c (memory_xfer_auxv): Update attach comment.
3720 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3721 svr4_relocate_main_executable.
3722 (svr4_solib_create_inferior_hook): Make the call to
3723 svr4_relocate_main_executable unconditional.
3724
3725 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3726 Joel Brobecker <brobecker@adacore.com>
3727
3728 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3729
3730 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3731 Joel Brobecker <brobecker@adacore.com>
3732
3733 Fix attaching to PIEs prelinked on the disk after the process was
3734 started.
3735 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3736 Verify it against bfd_get_arch_size. Try to match arbitrary
3737 displacement for the phdrs comparison.
3738
3739 2010-07-02 Tom Tromey <tromey@redhat.com>
3740
3741 PR exp/11780:
3742 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3743 value as optimized-out.
3744
3745 2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3746 Thiago Jung Bauermann <bauerman@br.ibm.com>
3747
3748 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3749 represent?" question in comment. Change comment to a proper sentence.
3750
3751 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
3752
3753 * c-valprint.c (c_val_print): Fix printing of character vectors.
3754
3755 2010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3756
3757 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3758 create_breakpoint prototype.
3759
3760 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3761
3762 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3763 usefulness suggestion of multiple breakpoints at same location.
3764
3765 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3766
3767 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3768
3769 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3770
3771 * dwarf2loc.c (locexpr_tracepoint_var_ref)
3772 (loclist_tracepoint_var_ref): Handle optimized out values.
3773
3774 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3775
3776 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3777 unnecessary space in string.
3778 * filesystem.c (_initialize_filesystem): Ditto.
3779 * frame.c (_initialize_frame): Ditto.
3780 * infcmd.c (step_once): Ditto.
3781 * infrun.c (_initialize_infrun): Ditto.
3782 * linux-nat.c (linux_child_follow_fork): Ditto.
3783 * maint.c (maintenance_deprecate): Ditto.
3784 * memattr.c (_initialize_mem): Ditto.
3785 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3786 * monitor.c (monitor_open): Ditto.
3787 * procfs.c (procfs_xfer_memory): Ditto.
3788 * reverse.c (bookmarks_info): Ditto.
3789 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3790 * stack.c (_initialize_stack): Ditto.
3791 * tracepoint.c (_initialize_tracepoint): Ditto.
3792 * xtensa-tdep.c (xtensa_supply_gregset,
3793 xtensa_regset_from_core_section): Ditto.
3794
3795 2010-07-01 Tom Tromey <tromey@redhat.com>
3796
3797 * value.h (struct lval_funcs) <check_any_valid>: Rename from
3798 check_all_valid.
3799 * value.c (value_entirely_optimized_out): Invert result. Update
3800 for new function name.
3801
3802 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3803
3804 Static tracepoints support.
3805
3806 * NEWS: Mention new support for static tracepoints.
3807 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3808 qXfer:statictrace:read.
3809 (New features in the GDB remote stub, GDBserver): Mention static
3810 tracepoints support using an UST based backend.
3811 (New commands): Mention "info static-tracepoint-markers" and
3812 "strace".
3813 * breakpoint.c (is_marker_spec): New.
3814 (is_tracepoint): Handle static tracepoints.
3815 (validate_commands_for_breakpoint): Static tracepoints can't do
3816 while-stepping.
3817 (static_tracepoints_here): New.
3818 (bpstat_what): Handle static tracepoints.
3819 (print_one_breakpoint_location, allocate_bp_location, mention):
3820 Ditto.
3821 (create_breakpoint_sal): Ditto.
3822 (decode_static_tracepoint_spec): New.
3823 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3824 `type_wanted'. Adjust. Handle static tracepoint marker
3825 locations.
3826 (break_command_1): Adjust.
3827 (update_static_tracepoint): New.
3828 (update_breakpoint_locations): Handle static tracepoints.
3829 (breakpoint_re_set_one): Handle static tracepoint marker
3830 locations.
3831 (disable_command, enable_command): Handle static tracepoints.
3832 (trace_command, ftrace_command): Adjust.
3833 (strace_command): New.
3834 (create_tracepoint_from_upload): Adjust.
3835 (save_breakpoints): Handle static tracepoints.
3836 (_initialize_breakpoint): Install the "strace" command.
3837 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3838 (struct breakpoint): New fields static_trace_marker_id and
3839 static_trace_marker_id_idx.
3840 (breakpoints_here_p): Declare.
3841 (create_breakpoint): Adjust.
3842 (static_tracepoints_here): Declare.
3843 * remote.c (struct remote_state) <static_tracepoints>: New field.
3844 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3845 (remote_static_tracepoint_marker_at): New.
3846 (remote_static_tracepoint_markers_by_strid): New.
3847 (remote_static_tracepoint_feature): New.
3848 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3849 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3850 (remote_supports_static_tracepoints): New.
3851 (remote_download_tracepoint): Download static tracepoints.
3852 (init_remote_ops): Install remote_static_tracepoint_marker_at and
3853 remote_static_tracepoint_markers_by_strid.
3854 (_initialize_remote): Install set|show remote static-tracepoints,
3855 and set|show remote read-sdata-object commands.
3856 * target.c (update_current_target): Inherit and default
3857 to_static_tracepoint_marker_at, and
3858 to_static_tracepoint_markers_by_strid.
3859 * target.h (static_tracepoint_marker): Forward declare.
3860 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3861 (static_tracepoint_marker_p): New typedef.
3862 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3863 (struct target_ops): New fields to_static_tracepoint_marker_at and
3864 to_static_tracepoint_markers_by_strid.
3865 (target_static_tracepoint_marker_at)
3866 (target_static_tracepoint_markers_by_strid): New.
3867 * tracepoint.c: Include source.h.
3868 (validate_actionline): Handle $_sdata.
3869 (struct collection_list): New field strace_data.
3870 (add_static_trace_data): New.
3871 (clear_collection_list): Clear strace_data.
3872 (stringify_collection_list): Account for a possible static trace
3873 data collection.
3874 (encode_actions_1): Encode an $_sdata collection.
3875 (parse_tracepoint_definition): Handle static tracepoints.
3876 (parse_static_tracepoint_marker_definition): New.
3877 (release_static_tracepoint_marker): New.
3878 (print_one_static_tracepoint_marker): New.
3879 (info_static_tracepoint_markers_command): New.
3880 (sdata_make_value): New.
3881 (_initialize_tracepoint): Create the $_sdata convenience variable.
3882 Add the "info static-tracepoint-markers" command.
3883 Mention $_sdata in the "collect" command's help output.
3884 * tracepoint.h (struct static_tracepoint_marker): New.
3885 (parse_static_tracepoint_marker_definition)
3886 (release_static_tracepoint_marker): Declare.
3887 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3888 * python/py-breakpoint.c (bppy_new): Adjust.
3889
3890 2010-06-30 Joel Brobecker <brobecker@adacore.com>
3891
3892 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3893 including Python.h.
3894
3895 2010-06-29 Doug Evans <dje@google.com>
3896
3897 PR gdb/11702
3898 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3899 DW_AT_external is present.
3900
3901 PR gdb/11702
3902 * NEWS: Add entry.
3903 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3904 create a symbol for the field and record the value.
3905 (new_symbol): Handle DW_TAG_member.
3906 * gdbtypes.c (field_is_static): Remove FIXME.
3907 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3908 only ignore LOC_CONST symbols that are enums.
3909
3910 * dwarf2read.c: Remove trailing whitespace.
3911
3912 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3913 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3914 (struct main_type, field loc): Delete dwarf_block.
3915 (FIELD_DWARF_BLOCK): Delete.
3916 (SET_FIELD_DWARF_BLOCK): Delete.
3917 (TYPE_FIELD_DWARF_BLOCK): Delete.
3918 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3919 Update.
3920
3921 2010-06-29 Hui Zhu <teawater@gmail.com>
3922
3923 * record.c (set_record_pic_cmdlist,
3924 show_record_pic_cmdlist): New variables.
3925 (set_record_pic_command,
3926 show_record_pic_command): New functions.
3927 (record_pic_function, record_pic_line, record_pic_enum,
3928 set_record_pic_type, record_pic_hide_nofunction,
3929 record_pic_hide_nosource, record_pic_hide_same): New variables.
3930 (record_pic_fputs): New function.
3931 (function_list, node_list, edge_list): New struct.
3932 (function_list, node_list, edge_list): New variables.
3933 (record_pic_cleanups, record_pic_node,
3934 record_pic_edge, cmd_record_pic): New functions.
3935 (_initialize_record): Add new commands for record pic.
3936
3937 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3938
3939 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3940 ALLOCATE_CPLUS_STRUCT_TYPE.
3941
3942 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3943 Tom Tromey <tromey@redhat.com>
3944 Thiago Jung Bauermann <bauerman@br.ibm.com>
3945
3946 * value.c (pack_unsigned_long): New function.
3947 (value_from_ulongest): New function.
3948 * value.h (value_from_ulongest): Declare.
3949 * python/python.c (_initialize_python): Call
3950 gdbpy_initialize_thread and gdbpy_initialize_inferior.
3951 * python/python-internal.h: Define thread_object.
3952 (gdbpy_inferiors, gdbpy_selected_thread)
3953 (frame_info_to_frame_object, create_thread_object)
3954 (find_thread_object, find_inferior_object)
3955 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3956 (gdbpy_is_value_object, get_addr_from_python): Declare.
3957 * python/py-value.c (builtin_type_upylong): Define.
3958 (convert_value_from_python): Add logic for ulongest.
3959 (gdbpy_is_value_object): New function.
3960 * python/py-utils.c (get_addr_from_python): New function.
3961 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3962 (gdbpy_selected_frame): Use PyObject over frame_info.
3963 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3964 py-infthread.
3965 (SUBDIR_PYTHON_SRCS): Likewise.
3966 (py-inferior.o): New Rule.
3967 (py-infthread.o): New Rule.
3968 * python/py-inferior.c: New File.
3969 * python/py-infthread.c: New File.
3970
3971 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3972
3973 * c-typeprint.c (c_type_print_base): For no fields check include also
3974 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
3975 * dwarf2read.c (struct typedef_field_list)
3976 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3977 (dwarf2_add_typedef): New.
3978 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3979 Copy also FI.TYPEDEF_FIELD_LIST.
3980 * gdbtypes.h (struct typedef_field)
3981 (struct cplus_struct_type) <typedef_field, typedef_field_count>
3982 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3983 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3984
3985 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3986
3987 * cp-namespace.c (cp_lookup_nested_type): New variable
3988 concatenated_name. Turn the current return condition into a reverse
3989 one. Call also lookup_static_symbol_aux on the constructed qualified
3990 name.
3991 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3992 other files into a called ...
3993 (lookup_static_symbol_aux): ... new function here.
3994 * symtab.h (lookup_static_symbol_aux): New prototype.
3995 * valops.c (value_maybe_namespace_elt): Call also
3996 lookup_static_symbol_aux if we failed otherwise.
3997
3998 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3999
4000 Fix PR c++/11703 and PR gdb/1448.
4001 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
4002 FIRST_ITER check.
4003
4004 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4005
4006 Fix modification of cplus_struct_default.
4007 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
4008 Call ALLOCATE_CPLUS_STRUCT_TYPE.
4009 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
4010
4011 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4012
4013 * NEWS: Add entry announcing the python directory.
4014
4015 2010-06-28 Tom Tromey <tromey@redhat.com>
4016
4017 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
4018
4019 2010-06-28 Doug Evans <dje@google.com>
4020
4021 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
4022 All callers updated.
4023
4024 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4025
4026 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
4027 obstack_begin after each obstack_free.
4028
4029 2010-06-27 Doug Evans <dje@google.com>
4030
4031 * value.c (value_static_field): Use `switch' instead of `if'.
4032 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
4033
4034 * valops.c (search_struct_field): Fix typo in error message.
4035
4036 2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
4037
4038 * dwarf2expr.c (execute_stack_op): Place preprocessor
4039 directives at the start of the source line.
4040
4041 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
4042
4043 * defs.h (make_command_stats_cleanup): Declare.
4044 (set_display_time): Declare.
4045 (set_display_space): Declare.
4046 * event-top.c (command_handler): Use make_command_stats_cleanup.
4047 * main.c (display_time, display_space): Move definitions to utils.c.
4048 (captured_main): Use make_command_stats_cleanup to get start-up
4049 statistics.
4050 Use set_display_time and set_display_space for processing OPT_STATISTICS
4051 case.
4052 * maint.c (maintenance_time_display): Use set_display_time.
4053 (maintenance_space_display): Use set_display_space.
4054 * top.c (execute_command): Remove obsolete 'maint time' code.
4055 (command_loop): Use make_command_stats_cleanup.
4056 * utils.c (struct cmd_stats): Structure for storing initial time
4057 and space usage.
4058 (display_time, display_space): Move definitions here from utils.c.
4059 (set_display_time): New function.
4060 (set_display_space): New function.
4061 (make_command_stats_cleanup): New function.
4062 (report_command_stats): New auxiliary function for
4063 make_command_stats_cleanup.
4064
4065 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4066
4067 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
4068 hosts where CORE_ADDR is long long.
4069
4070 2010-06-25 Tom Tromey <tromey@redhat.com>
4071
4072 PR python/10808:
4073 * python/python.c (execute_gdb_command): Add keywords. Accept
4074 "to_string" argument.
4075 (struct restore_ui_file_closure): New.
4076 (restore_ui_file): New function.
4077 (make_cleanup_restore_ui_file): Likewise.
4078 (GdbMethods) <execute>: Update.
4079
4080 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4081
4082 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
4083 during inferior call stack frame setup.
4084
4085 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
4086
4087 * solib-spu.c: Include "exception.h".
4088 (ocl_program_data_key): New variable.
4089 (append_ocl_sos): New function.
4090 (ocl_enable_break): Likewise.
4091 (spu_current_sos): Call append_ocl_sos.
4092 (spu_solib_loaded): Call ocl_enable_break.
4093 (_initialize_spu_solib): Register ocl_program_data_key.
4094
4095 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4096
4097 * cp-support.c (reset_directive_searched): New function.
4098 (make_symbol_overload_list_using): Prevent recursive calls.
4099
4100 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
4101
4102 * printcmd.c (print_variable_and_value): Print error message on
4103 caught exception.
4104
4105 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
4106
4107 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
4108 of stack values.
4109 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
4110 "value" member.
4111 (dwarf_expr_push): Change input type to ULONGEST.
4112 (dwarf_expr_fetch): Change return type to ULONGEST.
4113 (dwarf_expr_fetch_address): Add prototype.
4114 (dwarf2_read_address): Remove prototype.
4115 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
4116 Truncate stack values to ctx->addr_size bytes.
4117 (dwarf_expr_fetch): Change return value to ULONGEST.
4118 (dwarf_expr_fetch_address): New function.
4119 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
4120 when appropriate. Update for struct dwarf_expr_piece changes.
4121 (dwarf2_read_address): Remove.
4122 (unsigned_address_type): Remove.
4123 (signed_address_type): Remove.
4124 (execute_stack_op): Use dwarf_expr_fetch_address instead of
4125 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
4126 values. Perform operations on ULONGEST instead of on GDB values,
4127 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
4128 values and DW_OP_deref results as unsigned integers.
4129 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
4130 changes.
4131 (write_pieced_value): Likewise.
4132 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
4133 dwarf_expr_fetch when appropriate.
4134 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
4135 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
4136 instead of dwarf_expr_fetch when appropriate.
4137
4138 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
4139
4140 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
4141
4142 2010-06-24 Joel Brobecker <brobecker@adacore.com>
4143
4144 * python/python.c (_initialize_python): Add new "constant"
4145 PYTHONDIR in gdb module. Insert this path at the head of
4146 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
4147 exec its __init__.py script if it exists in that directory.
4148
4149 2010-06-24 Kevin Buettner <kevinb@redhat.com>
4150
4151 * rx-tdep.c (RX_ACC_REGNUM): Define.
4152 (RX_NUM_REGS): Redefine to 26.
4153 (rx_register_name): Add register "acc". Change order of several
4154 registers. Change name of "vct" register to "fintv" to match RX
4155 documentation.
4156 (rx_register_type): Add case for RX_ACC_REGNUM.
4157
4158 2010-06-24 Tom Tromey <tromey@redhat.com>
4159
4160 * psymtab.c (lookup_partial_symbol): Mark definition as static.
4161
4162 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4163 Tom Tromey <tromey@redhat.com>
4164
4165 Fix GDB startup on readonly filesystem.
4166 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
4167
4168 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4169 Pedro Alves <pedro@codesourcery.com>
4170
4171 Fix PR 9436.
4172 * breakpoint.c (handle_jit_event): New function.
4173 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
4174 jit, err, table and bs_class. New variables shlib_event, jit_event,
4175 this_action and bptype. Change bs_class assignments to this_action
4176 assignments. new unhandled bptype internal error. Move here
4177 shlib_event and jit_event handling from handle_inferior_event.
4178 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
4179 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
4180 BPSTAT_WHAT_CHECK_JIT.
4181 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
4182 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
4183 (handle_inferior_event): Reinitialize frame and gdbarch after
4184 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
4185 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
4186 gdbarch when frame gets reinitialized.
4187
4188 2010-06-24 Hui Zhu <teawater@gmail.com>
4189
4190 * printcmd.c (ui_printf): New function.
4191 (printf_command): Call ui_printf.
4192 (_initialize_printcmd): New command "eval".
4193
4194 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
4195
4196 * infrun.c (handle_inferior_event): Handle presence of single-step
4197 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
4198 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
4199 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
4200 * breakpoint.c (detach_single_step_breakpoints): New function.
4201 (detach_breakpoints): Call it.
4202 (cancel_single_step_breakpoints): New function.
4203 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
4204
4205 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
4206 (spu_gdbarch_init): Install it.
4207
4208 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4209
4210 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
4211 * configure: Regenerate.
4212
4213 2010-06-22 Hui Zhu <teawater@gmail.com>
4214
4215 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
4216 (i386_process_record): Ditto.
4217 * record.c (record_memory_query): New variable.
4218 (_initialize_record): New command "set record memory-query".
4219 * record.h (record_memory_query): New extern.
4220
4221 2010-06-21 Doug Evans <dje@google.com>
4222
4223 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
4224 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
4225 (i386_syscall_p): Change type of lengthp to int.
4226 (i386_displaced_step_fixup): Handle kernels that run one past a
4227 syscall insn.
4228 * i386-linux-tdep.c (i386_linux_init_abi): Use
4229 i386_displaced_step_copy_insn instead of
4230 simple_displaced_step_copy_insn.
4231
4232 2010-06-21 Tom Tromey <tromey@redhat.com>
4233
4234 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
4235 (dwarf_type_encoding_name): Likewise.
4236
4237 2010-06-21 Tom Tromey <tromey@redhat.com>
4238
4239 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
4240 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
4241 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
4242 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
4243 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
4244 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
4245 * dwarf2read.c (tag_type_to_type): Create a new error type on
4246 failure.
4247 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
4248 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
4249
4250 2010-06-21 Michael Snyder <msnyder@vmware.com>
4251
4252 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
4253 not add_abbrev_prefix_cmd, for "enable breakpoints".
4254
4255 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
4256
4257 * dwarf2loc.c (find_location_expression): Add relocation offset
4258 to base-address-selection entry base addresses. Read addresses
4259 (and offsets) as signed/unsigned integers, depending on the
4260 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
4261 (loclist_describe_location): Likewise.
4262 (disassemble_dwarf_expression): Read DW_OP_addr operand as
4263 unsigned integer. Do not call dwarf2_read_address.
4264 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
4265
4266 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
4267
4268 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
4269 value instead of hard-coded SPU_LS_SIZE.
4270 (spu_software_single_step): Likewise.
4271 * spu-tdep.h (SPU_LS_SIZE): Remove.
4272
4273 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
4274
4275 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
4276 limit on local store memory accesses.
4277 * spu-linux-nat.c (spu_xfer_partial): Likewise.
4278 * spu-tdep.c (spu_lslr): Remove.
4279 (spu_pointer_to_address): Do not truncate addresses.
4280 (spu_integer_to_address): Likewise.
4281 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
4282 * spu-tdep.h: Add comments.
4283 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
4284 (SPU_OVERLAY_LMA): Define.
4285
4286 2010-06-18 Stan Shebs <stan@codesourcery.com>
4287
4288 * osdata.c (get_osdata): Warn separately if target does not report
4289 type list.
4290 (info_osdata_command): Allow empty type, report error if target
4291 does not return available types of OS data.
4292 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
4293 types if no annex supplied.
4294
4295 * thread.c (thread_id_make_value): Make a value representing the
4296 current thread.
4297 (_initialize_thread): Create $_thread.
4298
4299 2010-06-17 Joel Brobecker <brobecker@adacore.com>
4300
4301 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
4302 last local variable declaration. No real code change.
4303
4304 2010-06-17 Tom Tromey <tromey@redhat.com>
4305
4306 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
4307 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
4308 temporary obstack.
4309
4310 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
4311 Jan Kratochvil <jan.kratochvil@redhat.com>
4312
4313 * breakpoint.c: Include parser-defs.h.
4314 (watchpoint_exp_is_const): New function.
4315 (watch_command_1): Call watchpoint_exp_is_const to check
4316 if the expression is constant.
4317
4318 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
4319
4320 * configure.ac: Check for RDYNAMIC also for cross builds.
4321 * configure: Regenerate.
4322
4323 2010-06-15 Pedro Alves <pedro@codesourcery.com>
4324
4325 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
4326 (SFILES): Remove solib-null.c, add solib-target.c.
4327 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
4328 (ALLDEPFILES): Remove solib-target.c.
4329 * solib-target.c (_initialize_solib_target): Set
4330 current_target_so_ops to solib_target_so_ops if not already set.
4331 * solib-null.c: Delete.
4332
4333 2010-06-14 Pedro Alves <pedro@codesourcery.com>
4334
4335 * NEWS: Mention GDBserver's JIT compilation of tracepoint
4336 bytecode.
4337
4338 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4339
4340 * cp-valprint.c (cp_print_static_field): Members of
4341 dont_print_stat_array_obstack are of type "struct type *".
4342 (_initialize_cp_valprint): Likewise.
4343
4344 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
4345
4346 * frame.c (frame_register_unwind): Do not access contents
4347 of "optimized out" unwound register value.
4348
4349 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4350
4351 * ada-lang.h (ada_print_type): Make varstring const.
4352 * ada-typeprint.c (print_func_type): Make name const.
4353 (ada_print_type): Make varstring const.
4354 * c-lang.h (c_print_type): Make varstring const.
4355 * c-typeprint.c (c_print_type): Likewise.
4356 * f-lang.h (f_print_type): Likewise.
4357 * f-typeprint.c (f_print_type): Likewise.
4358 * jv-lang.h (java_print_type): Likewise.
4359 * jv-typeprint.c (java_print_type): Likewise.
4360 * language.c (unk_lang_print_type): Likewise.
4361 * language.h (struct language_defn) <la_print_type>: Likewise.
4362 * m2-lang.h (m2_print_type): Likewise.
4363 * m2-typeprint.c (m2_print_type): Likewise.
4364 * p-lang.h (pascal_print_type): Likewise.
4365 * p-typeprint.c (pascal_print_type): Likewise.
4366
4367 2010-06-11 Stan Shebs <stan@codesourcery.com>
4368
4369 Add per-operation permission flags.
4370
4371 * target.h (struct target_ops): New method to_set_permissions.
4372 (target_set_permissions): New macro.
4373 (target_insert_breakpoint): Change macro to function.
4374 (target_remove_breakpoint): Ditto.
4375 (target_stop): Ditto.
4376 (may_write_registers): Declare.
4377 (may_write_memory): Declare.
4378 (may_insert_breakpoints): Declare.
4379 (may_insert_tracepoints): Declare.
4380 (may_insert_fast_tracepoints): Declare.
4381 (may_stop): Declare.
4382 * target.c (may_write_registers, may_write_registers_1): New globals.
4383 (may_write_memory, may_write_memory_1): New globals.
4384 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
4385 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
4386 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
4387 globals.
4388 (may_stop, may_stop_1): New global.
4389 (target_xfer_partial): Test for write permission.
4390 (target_store_registers): Ditto.
4391 (target_insert_breakpoint): New function.
4392 (target_remove_breakpoint): New function.
4393 (target_stop): New function.
4394 (_initialize_targets): Add new set/show variables.
4395 (set_write_memory_permission): New function.
4396 (update_target_permissions): New function.
4397 (set_target_permissions): New function.
4398 (update_current_target): Default to_set_permissions.
4399 (_initialize_targets): Use new globals and setter function.
4400 * tracepoint.c (start_tracing): Test for permission.
4401 * inferior.h (update_observer_mode): Declare.
4402 * infrun.c (non_stop_1): Define earlier.
4403 (observer_mode, observer_mode_1): New globals.
4404 (set_observer_mode, show_observer_mode): New functions.
4405 (update_observer_mode): New function.
4406 (_initialize_infrun): Define "set observer" command.
4407 * remote.c (PACKET_QAllow): New optional packet.
4408 (remote_protocol_features): Add QAllow.
4409 (remote_set_permissions): New function.
4410 (remote_start_remote): Call it.
4411 (init_remote_ops): Add it to target vector.
4412 (_initialize_remote): Add config command for QAllow.
4413
4414 2010-06-11 Tom Tromey <tromey@redhat.com>
4415
4416 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
4417 DW_AT_vtable_elem_location even when GCC extension is seen.
4418
4419 2010-06-11 Tom Tromey <tromey@redhat.com>
4420
4421 PR gdb/9977, PR exp/11636:
4422 * value.h (value_offset): Update.
4423 (struct lval_funcs) <check_validity>: New field.
4424 <copy_closure>: Make argument const.
4425 (value_computed_closure): Update.
4426 (value_contents_for_printing): Declare.
4427 (value_bits_valid): Likewise.
4428 (val_print): Likewise.
4429 (set_value_component_location): Update.
4430 (value_entirely_optimized_out): Declare.
4431 * value.c (value_offset): Argument now const.
4432 (require_not_optimized_out): New function.
4433 (value_contents_for_printing): New function.
4434 (value_contents_all): Call require_not_optimized_out.
4435 (value_contents): Likewise.
4436 (value_bits_valid): New function.
4437 (value_computed_closure): Argument now const.
4438 (set_value_component_location): Make 'whole' argument const.
4439 (value_entirely_optimized_out): New function.
4440 (value_bitsize): Argument now 'const'.
4441 (value_bitpos): Likewise.
4442 (value_type): Likewise.
4443 * valprint.h (val_print_array_elements): Update.
4444 * valprint.c (val_print): Add 'val' argument. Use
4445 valprint_check_validity.
4446 (valprint_check_validity): New function.
4447 (value_check_printable): Use value_entirely_optimized_out.
4448 (common_val_print): Update.
4449 (value_print): Likewise.
4450 (val_print_array_elements): Add 'val' argument.
4451 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
4452 value_bits_valid. Reinit frame cache for lval_computed.
4453 * sh64-tdep.c (sh64_do_register): Update.
4454 * scm-valprint.c (scm_val_print): Add 'val' argument.
4455 * scm-lang.h (scm_val_print): Update.
4456 * python/python.h (apply_val_pretty_printer): Update.
4457 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
4458 argument. Call set_value_component_location.
4459 * printcmd.c (print_scalar_formatted): Update.
4460 * p-valprint.c (pascal_val_print): Add 'val' argument.
4461 (pascal_object_print_value_fields): Likewise.
4462 (pascal_object_print_value): Likewise.
4463 (pascal_object_print_static_field): Update.
4464 * p-lang.h (pascal_val_print): Update.
4465 (pascal_object_print_value_fields): Update.
4466 * mt-tdep.c (mt_registers_info): Update.
4467 * mi/mi-main.c (get_register): Update.
4468 (mi_cmd_data_evaluate_expression): Use common_val_print.
4469 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
4470 (m2_print_unbounded_array): Likewise.
4471 (m2_val_print): Likewise.
4472 * m2-lang.h (m2_val_print): Update.
4473 * language.h (struct language_defn) <la_val_print>: Add 'val'
4474 argument.
4475 (LA_VAL_PRINT): Likewise.
4476 * language.c (unk_lang_val_print): Add 'val' argument.
4477 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
4478 (java_val_print): Likewise.
4479 * jv-lang.h (java_val_print): Add 'val' argument.
4480 * infcmd.c (default_print_registers_info): Update.
4481 * f-valprint.c (f77_print_array_1): Add 'val' argument.
4482 (f77_print_array): Likewise.
4483 (f_val_print): Likewise.
4484 * f-lang.h (f_val_print): Add 'val' argument.
4485 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4486 value_bitpos.
4487 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
4488 set_value_optimized_out.
4489 (write_pieced_value): Use value_bitsize and value_bitpos.
4490 <default>: Don't exit loop.
4491 (check_pieced_value_validity): New function.
4492 (pieced_value_funcs): Reference check_pieced_value_validity,
4493 check_pieced_value_invalid.
4494 (copy_pieced_value_closure): Update.
4495 (check_pieced_value_bits): New function.
4496 (check_pieced_value_invalid): New function.
4497 * d-valprint.c (dynamic_array_type): Add 'val' argument.
4498 (d_val_print): Likewise.
4499 * d-lang.h (d_val_print): Update.
4500 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4501 (cp_print_value_fields_rtti): Likewise.
4502 (cp_print_value): Likewise.
4503 (cp_print_static_field): Update.
4504 * c-valprint.c (c_val_print): Add 'val' argument.
4505 (c_value_print): Update.
4506 * c-lang.h (c_val_print): Update.
4507 (cp_print_value_fields): Likewise.
4508 (cp_print_value_fields_rtti): Likewise.
4509 * ada-valprint.c (struct ada_val_print_args): Remove.
4510 (val_print_packed_array_elements): Add 'val' argument.
4511 (ada_val_print): Likewise. Rewrite.
4512 (ada_val_print_stub): Remove.
4513 (ada_val_print_array): Add 'val' argument.
4514 (ada_val_print_1): Likewise.
4515 (print_variant_part): Likewise.
4516 (ada_value_print): Update.
4517 (print_record): Add 'val' argument.
4518 (print_field_values): Likewise.
4519 * ada-lang.h (ada_val_print): Update.
4520
4521 2010-06-11 Tom Tromey <tromey@redhat.com>
4522
4523 * vec.h (VEC_cleanup): New macro.
4524 (DEF_VEC_ALLOC_FUNC_I): Update.
4525 (DEF_VEC_ALLOC_FUNC_P): Likewise.
4526 (DEF_VEC_ALLOC_FUNC_O): Likewise.
4527 * dwarf2loc.c (struct axs_var_loc): Remove.
4528 (unimplemented): New function.
4529 (translate_register): Likewise.
4530 (access_memory): Likewise.
4531 (compile_dwarf_to_ax): Likewise.
4532 (dwarf2_tracepoint_var_loc): Remove.
4533 (dwarf2_tracepoint_var_access): Likewise.
4534 (dwarf2_tracepoint_var_ref): Likewise.
4535 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4536 (loclist_tracepoint_var_ref): Likewise.
4537 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4538 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4539 require_composition. No longer static.
4540 (execute_stack_op): Update.
4541 * ax-gdb.h (trace_kludge): Declare.
4542
4543 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4544
4545 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4546 (should_be_inserted): Return zero also on NULL OWNER.
4547 (breakpoint_program_space_exit): New OWNER comment.
4548 (insert_breakpoint_locations): Extend comment for OWNER.
4549 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4550 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4551 New OWNER comment.
4552 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4553 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4554 (bpstat_check_location): New assert on OWNER.
4555 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4556 and B initializations to the code block. New assert on them.
4557 (print_one_breakpoint_location): New OWNER comment.
4558 (watchpoint_locations_match): Assert on OWNER.
4559 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4560 initializations to the code block. New assert on OWNER.
4561 (set_breakpoint_location_function): New assert on OWNER.
4562 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4563 (bp_location_compare, update_global_location_list)
4564 (update_global_location_list): New OWNER comment.
4565
4566 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4567
4568 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4569
4570 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4571
4572 * config/nm-linux.h (struct target_ops): Remove forward declaration.
4573 (lin_thread_get_thread_signals): Remove prototype.
4574 (GET_THREAD_SIGNALS): Remove.
4575 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4576 * linux-thread-db.c (check_thread_signals): Directly call
4577 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4578
4579 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4580
4581 * gregset.h (GDB_FPXREGSET_T): Remove.
4582 (gdb_fpxregset_t): Likewise.
4583 (supply_fpxregset): Remove prototype.
4584 (fill_fpxregset): Likewise.
4585 * i386-linux-nat.c (supply_fpxregset): Remove.
4586 (fill_fpxregset): Likewise.
4587 (fetch_fpxregs): Inline supply_fpxregset call.
4588 (store_fpxregs): Inline fill_fpxregset call.
4589
4590 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4591 * config/i386/nm-linux.h: Remove file.
4592
4593 2010-06-09 Michael Snyder <msnyder@vmware.com>
4594
4595 * target.c (update_current_target): Fix spelling error in comment.
4596 (target_mourn_inferior): Fix spelling error in error message.
4597
4598 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
4599
4600 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4601 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4602
4603 2010-06-08 Michael Snyder <msnyder@vmware.com>
4604
4605 * remote.c (remote_close): Set inferior_ptid to null_ptid.
4606
4607 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4608
4609 * configure.ac <"${have_libpython}" != no>: New workaround of
4610 python#4434.
4611 * configure: Regenerate.
4612
4613 2010-06-08 Hui Zhu <teawater@gmail.com>
4614
4615 * record.c (record_wait): Move signal out of replay code.
4616
4617 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4618
4619 Fix PR 10640.
4620 * dwarf2-frame.c (no_dwarf_call): New function.
4621 (execute_stack_op): Set CTX->DWARF_CALL.
4622 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4623 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4624 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4625 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4626 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4627 (needs_frame_dwarf_call): New function.
4628 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4629 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4630 Update the comment. Move variables die, offset and error call to ...
4631 (follow_die_ref): ... a new function.
4632 (dwarf2_fetch_die_location_block): New function.
4633 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4634
4635 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4636
4637 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4638 (dwarf_expr_tls_address): Use per_cu instead of objfile.
4639 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4640 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
4641 this change.
4642 (struct needs_frame_baton): New field per_cu.
4643 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4644 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4645
4646 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4647
4648 * cp-support.c (make_symbol_overload_list_namespace): Only search
4649 static and global blocks.
4650 (make_symbol_overload_list_block): New function.
4651 (make_symbol_overload_list): Separate namespace search from block
4652 search.
4653 (make_symbol_overload_list_qualified): Use
4654 make_symbol_overload_list_block.
4655
4656 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4657
4658 * value.h: Created oload_search_type enum.
4659 (find_overload_match): Use oload_search_type enum.
4660 * valops.c (find_overload_match): Support combined member and
4661 non-member search.
4662 * eval.c (evaluate_subexp_standard): Calls to
4663 find_overload_match now use oload_search_type enum.
4664 (oload_method_static): Verify index is a proper value.
4665 * valarith.c (value_user_defined_cpp_op): Search for and handle
4666 both member and non-member operators.
4667 (value_user_defined_cpp_op): New function.
4668 (value_user_defined_op): New function.
4669 (value_x_unop): Use value_user_defined_op.
4670 (value_x_binop): Ditto.
4671 * cp-support.c (make_symbol_overload_list_using): Added block
4672 iteration.
4673 Add check for namespace aliases and imported declarations.
4674
4675 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4676
4677 * breakpoint.h (owner): Extend the comment.
4678
4679 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4680
4681 Clear stale specific bp_location from former whole breakpoint.
4682 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4683 code ...
4684 (free_bp_location): ... here. Rename there the called function to
4685 bpstat_remove_bp_location_callback.
4686 (bpstat_remove_breakpoint_callback): Rename to ...
4687 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4688 to struct bp_location. Change the called function to
4689 bpstat_remove_bp_location. Create new declaration for the function.
4690 (bpstat_remove_breakpoint): Rename to ...
4691 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4692 code for the new parameter type.
4693
4694 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
4695
4696 * README: Make version-agnostic.
4697
4698 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4699
4700 Fix duplicate types for single DIE.
4701 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4702 set_die_type.
4703 (read_array_type): Remove type initialization. Recheck get_die_type
4704 after initial die_type. Move set_die_type before set_descriptive_type.
4705 (read_set_type): New variable domain_type. Recheck get_die_type after
4706 initial die_type. Move attr initialization later.
4707 (read_tag_pointer_type, read_tag_reference_type): New variable
4708 target_type. Recheck get_die_type after initial die_type.
4709 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4710 die_type and die_containing_type.
4711 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4712 Recheck get_die_type after initial die_type.
4713 (read_subrange_type): Recheck get_die_type after initial die_type.
4714 Move set_die_type before set_descriptive_type.
4715 (set_die_type): Extend the function comment. Call complaint if DIE has
4716 some type already set.
4717
4718 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
4719
4720 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4721 for current naming of thread groups (iN, not N).
4722
4723 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4724
4725 * ada-lang.c (ada_operator_length): Constify `struct expression'.
4726 * parse.c (operator_length): Likewise.
4727 (operator_length_standard): Likewise.
4728 * parser-defs.h (operator_length): Likewise.
4729 (operator_length_standard): Likewise.
4730 (struct exp_descriptor <operator_length>): Likewise.
4731
4732 2010-06-04 Doug Evans <dje@google.com>
4733
4734 Add support for enabling/disabling individual pretty-printers.
4735 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4736 * python/python-internal.h (gdbpy_enabled_cst): Declare.
4737 * python/python.c (gdbpy_enabled_cst): Define.
4738 (_initialize_python): Initialize gdbpy_enabled_cst.
4739 * NEWS: Add entry.
4740
4741 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4742
4743 * breakpoint.c (update_global_location_list): Fix comment typo.
4744
4745 2010-06-04 Hui Zhu <teawater@gmail.com>
4746
4747 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4748
4749 2010-06-03 Doug Evans <dje@google.com>
4750
4751 * configure.ac: Don't fail if python is unusable when
4752 configured with --with-python=auto.
4753 * configure: Regenerate.
4754
4755 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
4756
4757 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4758
4759 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
4760
4761 * valprint.h (get_array_bounds): Change low and high parameter types
4762 to LONGEST *.
4763 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4764 compute bounds.
4765 (val_print_array_elements): Adapt to change above.
4766 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4767 * p-valprint.c (pascal_val_print): Likewise.
4768
4769 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4770
4771 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4772 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4773 .F08.
4774
4775 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4776
4777 Support DW_TAG_module as separate namespaces.
4778 * dwarf2read.c (typename_concat): New parameter physname.
4779 (read_module_type): New function and declaration.
4780 (scan_partial_symbols): Scan also DW_TAG_module children.
4781 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4782 to typename_concat backward compatible physname value 0.
4783 (partial_die_full_name, read_namespace_type): Pass to typename_concat
4784 backward compatible physname value 0.
4785 (add_partial_module, read_module): Remove FIXME comment.
4786 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4787 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4788 DIEs under DW_TAG_module.
4789 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4790 DW_AT_MIPS_linkage_name first, extend it for language_fortran
4791 && physname and return there instead of just setting NAME. Extend
4792 the main block for language_fortran. Pass physname parameter to the
4793 typename_concat call.
4794 (read_import_statement, read_func_scope, get_scope_pc_bounds)
4795 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4796 (new_symbol): Fill in cplus_specific.demangled_name if it is still
4797 missing from SYMBOL_SET_NAMES in the language_fortran case.
4798 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4799 variables.
4800 (read_type_die) <DW_TAG_module>: New.
4801 (MAX_SEP_LEN): Increase to 7.
4802 (typename_concat): New parameter physname. New variable lead. Support
4803 also language_fortran.
4804 * f-exp.y (yylex): Consider : also as a symbol name character class.
4805 * f-lang.c: Include cp-support.h.
4806 (f_word_break_characters, f_make_symbol_completion_list): New functions.
4807 (f_language_defn): Use cp_lookup_symbol_nonlocal,
4808 f_word_break_characters and f_make_symbol_completion_list.
4809 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4810 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4811 * symtab.c (symbol_init_language_specific): Support language_fortran.
4812 (symbol_find_demangled_name): New comment on language_fortran.
4813 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4814 for language_fortran.
4815 (lookup_symbol_aux_local): Check imports also for language_fortran.
4816 (default_make_symbol_completion_list): Rename to ...
4817 (default_make_symbol_completion_list_break_on): ... this name. New
4818 parameter break_on, use it.
4819 (default_make_symbol_completion_list): New stub.
4820 * symtab.h (default_make_symbol_completion_list_break_on): New
4821 prototype.
4822
4823 2010-06-02 Joel Brobecker <brobecker@adacore.com>
4824
4825 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4826 to error.
4827
4828 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4829
4830 * dwarf2read.c (typename_concat): Add const to the variable sep.
4831
4832 2010-06-02 Tom Tromey <tromey@redhat.com>
4833
4834 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4835 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
4836 type is const. Add 'def' argument. Add missing operators, remove
4837 unhandled ones.
4838 (decode_locdesc): Update.
4839 (dwarf2_always_disassemble): New global.
4840 (show_dwarf2_always_disassemble): New function.
4841 (_initialize_dwarf2_read): Add always-disassemble.
4842 (dwarf2_per_cu_offset_size): New function.
4843 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4844 (piece_end_p): New function.
4845 (locexpr_describe_location_piece): Replace 'size' argument with
4846 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
4847 some constants. Remove errors.
4848 (disassemble_dwarf_expression): New function.
4849 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4850 Add 'offset_size' argument.
4851 (loclist_describe_location): Change output formatting.
4852 * dwarf2expr.h (dwarf_stack_op_name): Declare.
4853
4854 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4855
4856 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4857 anonymous type case.
4858
4859 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
4860
4861 * dwarf2read.c (read_subrange_type): Handle missing base type
4862 according to Dwarf-2 specifications.
4863
4864 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
4865
4866 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4867 BINOP_EXCL.
4868 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4869 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4870 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4871 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4872 UNOP_CHMAX, UNOP_CHMIN.
4873 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4874 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4875 UNOP_CHMIN>: Remove opcodes.
4876
4877 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
4878
4879 * dwarf2read.c (read_func_scope): Do not complain for
4880 external function if bounds are not found.
4881
4882 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4883
4884 * NEWS: Mention gdbserver fast tracepoints support.
4885
4886 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
4887
4888 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4889 New macros.
4890 (windows_set_console_info): New function.
4891 (windows_create_inferior): Call windows_set_console_info
4892 if NEW_CONSOLE is true.
4893 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4894 (_initialize_loadable): Initialize GetConsoleFontSize and
4895 GetCurrentConsoleFont.
4896
4897 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4898
4899 * Makefile.in (RDYNAMIC): New.
4900 (SFILES): Add proc-service.list.
4901 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4902 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4903 * config/arm/linux.mh: Likewise.
4904 * config/i386/linux.mh: Likewise.
4905 * config/i386/linux64.mh: Likewise.
4906 * config/ia64/linux.mh: Likewise.
4907 * config/m32r/linux.mh: Likewise.
4908 * config/m68k/linux.mh: Likewise.
4909 * config/mips/linux.mh: Likewise.
4910 * config/pa/linux.mh: Likewise.
4911 * config/powerpc/linux.mh: Likewise.
4912 * config/powerpc/ppc64-linux.mh: Likewise.
4913 * config/s390/s390.mh: Likewise.
4914 * config/sparc/linux.mh: Likewise.
4915 * config/sparc/linux64.mh: Likewise.
4916 * config/xtensa/linux.mh: Likewise.
4917 * configure.ac: New RDYNAMIC on native host and GCC.
4918 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4919 * configure: Regenerate.
4920 * proc-service.list: New.
4921
4922 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4923
4924 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4925 CONTENT.
4926
4927 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4928
4929 * linux-nat.c (linux_nat_wait_1): Do not call
4930 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4931 TARGET_WAITKIND_SIGNALLED.
4932
4933 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4934
4935 * ada-lang.c (ada_inferior_data): New struct.
4936 (ada_inferior_data): New static global.
4937 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4938 (ada_get_tsd_type): New functions.
4939 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4940 to look the tsd type up.
4941 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4942 event. Set ada_inferior_data.
4943
4944 2010-05-27 Pedro Alves <pedro@codesourcery.com>
4945
4946 * remote.c (unpack_varlen_hex): Remove forward declaration.
4947 (remote_console_output): Make static, and add forward declaration.
4948 * remote.h: Drop FIXME comment.
4949 (unpack_varlen_hex): Declare.
4950 (remote_console_output, remote_cisco_objfile_relocate)
4951 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4952 Delete declarations.
4953 * tracepoint.c: Include "remote.h".
4954 (unpack_varlen_hex): Delete declaration.
4955
4956 2010-05-27 Tom Tromey <tromey@redhat.com>
4957
4958 * dwarf2loc.c (struct piece_closure) <refc>: New field.
4959 (allocate_piece_closure): Initialize refc.
4960 (copy_pieced_value_closure): Use refc.
4961 (free_pieced_value_closure): Likewise.
4962
4963 2010-05-27 Tom Tromey <tromey@redhat.com>
4964
4965 * arm-tdep.c (push_stack_item): 'contents' now const.
4966 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
4967 value_contents_writeable. Introduce new temporary.
4968
4969 2010-05-27 Tom Tromey <tromey@redhat.com>
4970
4971 * findcmd.c (parse_find_args): Use value_contents, not
4972 value_contents_raw.
4973
4974 2010-05-27 Tom Tromey <tromey@redhat.com>
4975
4976 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4977 const. Use value_contents, not value_contents_writeable.
4978
4979 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4980
4981 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4982 by call to value_contents.
4983
4984 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
4985
4986 * MAINTAINERS: Add myself for write after approval privileges.
4987
4988 2010-05-26 Doug Evans <dje@google.com>
4989
4990 Allow python to find its files if moved from original location.
4991 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4992 (GDB_AC_WITH_DIR): Call it.
4993 * configure.ac: Define WITH_PYTHON_PATH if we can find the
4994 python installation directory.
4995 * config.in: Regenerate.
4996 * configure: Regenerate.
4997 * defs.h (python_libdir): Declare.
4998 * main.c (python_libdir): Define.
4999 (captured_main): Initialize python_libdir.
5000 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
5001 call Py_SetProgramName to make sure python can find its libraries
5002 and modules.
5003
5004 * configure.ac: Try to use python's distutils to fetch compilation
5005 parameters.
5006 * configure: Regenerate.
5007 * python/python-config.py: New file.
5008
5009 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
5010
5011 * ser-tcp.c (net_open): Check error return from socket() call by its
5012 equality to -1 not by it being negative.
5013 (net_close): Likewise.
5014
5015 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5016
5017 * NEWS: Mention the `qRelocInsn' feature.
5018 * gdbarch.sh (relocate_instruction): New.
5019 * amd64-tdep.c (rip_relative_offset): New.
5020 (append_insns): New.
5021 (amd64_relocate_instruction): New.
5022 (amd64_init_abi): Install it.
5023 * i386-tdep.c (append_insns): New.
5024 (i386_relocate_instruction): New.
5025 (i386_gdbarch_init): Install it.
5026 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
5027 * gdbarch.h, gdbarch.c: Regenerate.
5028
5029 2010-05-26 Tom Tromey <tromey@redhat.com>
5030
5031 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
5032 (struct dwarf2_loclist_baton) <data>: Likewise.
5033 * dwarf2loc.c (find_location_expression): Constify return type.
5034 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
5035 (dwarf2_loc_desc_needs_frame): Likewise.
5036 (loclist_read_variable): Constify.
5037 (loclist_describe_location): Likewise.
5038 (loclist_tracepoint_var_ref): Likewise.
5039
5040 2010-05-25 Tom Tromey <tromey@redhat.com>
5041
5042 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
5043 (dwarf_expr_frame_base_1): Likewise.
5044 (read_pieced_value): Update.
5045 (needs_frame_frame_base): Constify.
5046 (dwarf2_tracepoint_var_loc): Likewise.
5047 (dwarf2_tracepoint_var_access): Likewise.
5048 (locexpr_describe_location_piece): Likewise.
5049 (locexpr_describe_location_1): Likewise.
5050 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
5051 Constify.
5052 (data): Now const.
5053 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
5054 (dwarf_expr_eval, read_uleb128, read_sleb128)
5055 (dwarf2_read_address): Update.
5056 * dwarf2expr.c (dwarf_expr_eval): Constify.
5057 (read_uleb128): Likewise.
5058 (read_sleb128): Likewise.
5059 (dwarf2_read_address): Likewise.
5060 (require_composition): Likewise.
5061 (execute_stack_op): Likewise.
5062 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
5063 "const gdb_byte *".
5064 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
5065 Now const.
5066 (no_get_frame_base): Constify.
5067 (execute_stack_op): Likewise.
5068 (execute_cfa_program): Likewise.
5069 (read_encoded_value): Likewise.
5070
5071 2010-05-25 Doug Evans <dje@google.com>
5072
5073 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
5074
5075 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
5076 * event-loop.c: ... here.
5077 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
5078 `error' for clarity.
5079 (tui_getc): Pass correct value for `error' parameter to
5080 tui_readline_output.
5081
5082 Add python gdb.GdbError and gdb.string_to_argv.
5083 * NEWS: Document them.
5084 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
5085 the exception is gdb.GdbError. Print a second traceback if there's
5086 an error computing the error message.
5087 (gdbpy_string_to_argv): New function.
5088 * python/py-utils.c (gdbpy_obj_to_string): New function.
5089 (gdbpy_exception_to_string): New function.
5090 * python/python-internal.h (gdbpy_string_to_argv): Declare.
5091 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
5092 (gdbpy_gdberror_exc): Declare.
5093 * python/python.c (gdbpy_gdberror_exc): New global.
5094 (_initialize_python): Initialize gdbpy_gdberror_exc and create
5095 gdb.GdbError.
5096 (GdbMethods): Add string_to_argv.
5097
5098 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5099
5100 * windows-nat.c (display_selector): Call GetLastError to give better
5101 failure explanation.
5102
5103 2010-05-24 Pedro Alves <pedro@codesourcery.com>
5104
5105 * config.in: Regenerate.
5106
5107 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 Code cleanup.
5110 * target.c (push_target): Return only void. Remove the return value
5111 comment.
5112 * target.h (push_target): Return only void.
5113
5114 2010-05-23 Pedro Alves <pedro@codesourcery.com>
5115
5116 Update gnulib from latest git.
5117 (250b80067c1e1d8faa0c42fb572f721975b929c5)
5118
5119 * gnulib/memcmp.c: Removed.
5120 * gnulib/memchr.valgrind: New.
5121 * gnulib/stddef.in.h: New.
5122 * gnulib/Makefile.am: Updated.
5123 * gnulib/memchr.c: Updated.
5124 * gnulib/memmem.c: Updated.
5125 * gnulib/stdint.in.h: Updated.
5126 * gnulib/str-two-way.h: Updated.
5127 * gnulib/string.in.h: Updated.
5128 * gnulib/wchar.in.h: Updated.
5129
5130 * gnulib/extra/link-warning.h: Removed.
5131 * gnulib/extra/c++defs.h: New.
5132 * gnulib/extra/warn-on-use.h: New.
5133 * gnulib/extra/arg-nonnull.h: Updated.
5134
5135 * gnulib/m4/extensions.m4: Updated.
5136 * gnulib/m4/gnulib-cache.m4: Updated.
5137 * gnulib/m4/gnulib-common.m4: Updated.
5138 * gnulib/m4/gnulib-comp.m4: Updated.
5139 * gnulib/m4/gnulib-tool.m4: Updated.
5140 * gnulib/m4/include_next.m4: Updated.
5141 * gnulib/m4/longlong.m4: Updated.
5142 * gnulib/m4/memchr.m4: Updated.
5143 * gnulib/m4/memmem.m4: Updated.
5144 * gnulib/m4/stdint.m4: Updated.
5145 * gnulib/m4/string_h.m4: Updated.
5146 * gnulib/m4/memcmp.m4: Removed.
5147 * gnulib/m4/onceonly_2_57.m4: Removed.
5148 * gnulib/m4/00gnulib.m4: New.
5149 * gnulib/m4/mmap-anon.m4: New.
5150 * gnulib/m4/multiarch.m4: New.
5151 * gnulib/m4/onceonly.m4: New.
5152 * gnulib/m4/stddef_h.m4: New.
5153 * gnulib/m4/warn-on-use.m4: New.
5154 * gnulib/m4/wchar.m4: Removed.
5155 * gnulib/m4/wchar_h.m4: New.
5156 * gnulib/m4/wchar_t.m4: New.
5157 * gnulib/m4/wint_t.m4: New.
5158
5159 * aclocal.m4: Regenerate.
5160 * config.in: Likewise.
5161 * configure: Likewise.
5162 * gnulib/Makefile.in: Likewise.
5163
5164 2010-05-21 Tom Tromey <tromey@redhat.com>
5165
5166 * dwarf2loc.c (extract_bits_primitive): New function.
5167 (extract_bits): Likewise.
5168 (insert_bits): Likewise.
5169 (copy_bitwise): Likewise.
5170 (read_pieced_value): Do all operations in bits.
5171 (write_pieced_value): Likewise.
5172 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
5173 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
5174 Always use xrealloc to resize piece array.
5175 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
5176 <DW_OP_piece>: Update.
5177 <DW_OP_bit_piece>: New case.
5178
5179 2010-05-21 Tom Tromey <tromey@redhat.com>
5180
5181 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
5182 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
5183 * dwarf2expr.h (enum dwarf_value_location)
5184 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
5185 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
5186 (add_piece): Handle empty piece.
5187 (execute_stack_op) <DW_OP_piece>: Handle
5188 DWARF_VALUE_OPTIMIZED_OUT.
5189
5190 2010-05-21 Tom Tromey <tromey@redhat.com>
5191
5192 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
5193 evaluate_subexp, not evaluate_subexp_with_coercion.
5194
5195 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5196
5197 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
5198 attribute.
5199
5200 2010-05-21 Tom Tromey <tromey@redhat.com>
5201
5202 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
5203 offset.
5204 (write_pieced_value): Likewise.
5205
5206 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
5207
5208 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
5209 and DW_TAG_volatile_type.
5210 (new_symbol): Likewise.
5211
5212 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
5213
5214 * p-valprint.c (pascal_val_print): Call get_array_bounds
5215 to obtain the number of elements in an array.
5216
5217 2010-05-19 Doug Evans <dje@google.com>
5218
5219 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
5220
5221 * python.c (source_python_script): Add comment.
5222 (source_python_script_for_objfile): Remove unnecessary call to
5223 gdbpy_print_stack.
5224
5225 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5226 Sergio Durigan Junior <sergiodj@redhat.com>
5227
5228 Code cleanup.
5229 * parse.c (exp_iterate): Use operator_length wrapper function.
5230
5231 2010-05-18 Michael Snyder <msnyder@vmware.com>
5232
5233 * ada-lang.c: White space.
5234 * ada-typeprint.c: White space.
5235 * ada-valprint.c: White space.
5236 * addrmap.c: White space.
5237 * auxv.c: White space.
5238 * ax-gdb.c: White space.
5239
5240 2010-05-18 Hui Zhu <teawater@gmail.com>
5241
5242 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
5243 for oldfp.
5244 (inferior_call_waitpid): Move make_cleanup out of check.
5245 Check the return of waitpid.
5246 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
5247
5248 2010-05-17 Michael Snyder <msnyder@vmware.com>
5249
5250 * tui/tui.c: White space.
5251 * tui/tui-data.c: White space.
5252 * tui/tui-disasm.c: White space.
5253 * tui/tui-file.c: White space.
5254 * tui/tui-interp.c: White space.
5255 * tui/tui-main.c: White space.
5256 * tui/tui-out.c: White space.
5257 * tui/tui-regs.c: White space.
5258 * tui/tui-source.c: White space.
5259 * tui/tui-stack.c: White space.
5260 * tui/tui-win.c: White space.
5261 * tui/tui-winsource.c: White space.
5262
5263 * procfs.c: White space.
5264
5265 * python/py-auto-load.c: White space.
5266 * python/py-block.c: White space.
5267 * python/py-breakpoint.c: White space.
5268 * python/py-cmd.c: White space.
5269 * python/py-function.c: White space.
5270 * python/py-lazy-string.c: White space.
5271 * python/py-objfile.c: White space.
5272 * python/py-param.c: White space.
5273 * python/py-prettyprint.c: White space.
5274 * python/py-progspace.c: White space.
5275 * python/py-symtab.c: White space.
5276 * python/python.c: White space.
5277 * python/py-type.c: White space.
5278 * python/py-utils.c: White space.
5279 * python/py-value.c: White space.
5280
5281 * mi/mi-cmd-break.c: White space.
5282 * mi/mi-cmd-env.c: White space.
5283 * mi/mi-cmds.c: White space.
5284 * mi/mi-cmd-stack.c: White space.
5285 * mi/mi-cmd-var.c: White space.
5286 * mi/mi-console.c: White space.
5287 * mi/mi-getopt.c: White space.
5288 * mi/mi-interp.c: White space.
5289 * mi/mi-main.c: White space.
5290 * mi/mi-out.c: White space.
5291 * mi/mi-parse.c: White space.
5292
5293 * cli/cli-cmds.c: White space.
5294 * cli/cli-decode.c: White space.
5295 * cli/cli-dump.c: White space.
5296 * cli/cli-interp.c: White space.
5297 * cli/cli-logging.c: White space.
5298 * cli/cli-script.c: White space.
5299 * cli/cli-setshow.c: White space.
5300
5301 * valarith.c: White space.
5302 * valops.c: White space.
5303 * valprint.c: White space.
5304 * value.c: White space.
5305 * varobj.c: White space.
5306 * xcoffread.c: White space.
5307 * xml-support.c: White space.
5308 * xml-tdesc.c: White space.
5309
5310 2010-05-17 Andreas Schwab <schwab@redhat.com>
5311
5312 PR gdb/11092
5313 * c-lang.c (c_printstr): Compute real length of NUL terminated
5314 string at first.
5315
5316 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5317
5318 * parse.c (parse_exp_in_context): When block is not NULL, use
5319 its associated language to parse the expression instead of
5320 the current_language.
5321
5322 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5323
5324 * jv-lang.c (java_lookup_class): Remove commented out code.
5325 (type_from_class): Likewise.
5326 (java_op_print_tab): Remove commented-out elements.
5327
5328 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5329
5330 * ada-lang.c (to_fixed_range_type): The the raw index type as
5331 argument instead of the raw type name. Remove orig_type parameter.
5332 Update calls throughout.
5333 (ada_fixup_array_indexes_type): New function.
5334 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
5335 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
5336 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
5337 Remove name parameter.
5338 (print_array_type): Add call to ada_fixup_array_indexes_type.
5339 Update calls to print_range_type.
5340 (ada_print_type): Update calls to print_range_type.
5341
5342 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5343
5344 * dwarf2read.c (read_set_type): Set type length if
5345 DW_AT_byte_size attribute is present.
5346
5347 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
5348
5349 * p-valprint.c (pascal_val_print): Handle set type if range limits
5350 are undefined but size is known.
5351
5352 2010-05-17 Pedro Alves <pedro@codesourcery.com>
5353
5354 * procfs.c: Reformat.
5355
5356 2010-05-16 Michael Snyder <msnyder@vmware.com>
5357
5358 * target.c: White space.
5359 * target-descriptions.c: White space.
5360 * target-memory.c: White space.
5361 * thread.c: White space.
5362 * top.c: White space.
5363 * tracepoint.c: White space.
5364 * trad-frame.c: White space.
5365 * tramp-frame.c: White space.
5366 * ui-file.c: White space.
5367 * ui-out.c: White space.
5368 * user-regs.c: White space.
5369 * utils.c: White space.
5370
5371 * scm-exp.c: White space.
5372 * scm-lang.c: White space.
5373 * scm-valprint.c: White space.
5374 * sentinel-frame.c: White space.
5375 * ser-base.c: White space.
5376 * ser-go32.c: White space.
5377 * serial.c: White space.
5378 * ser-mingw.c: White space.
5379 * ser-pipe.c: White space.
5380 * ser-tcp.c: White space.
5381 * ser-unix.c: White space.
5382 * solib.c: White space.
5383 * solib-darwin.c: White space.
5384 * solib-frv.c: White space.
5385 * solib-irix.c: White space.
5386 * solib-osf.c: White space.
5387 * solib-pa64.c: White space.
5388 * solib-som.c: White space.
5389 * solib-spu.c: White space.
5390 * solib-svr4.c: White space.
5391 * solib-target.c: White space.
5392 * source.c: White space.
5393 * stabsread.c: White space.
5394 * stack.c: White space.
5395 * std-regs.c: White space.
5396 * symfile.c: White space.
5397 * symmisc.c: White space.
5398 * symtab.c: White space.
5399
5400 2010-05-16 Michael Snyder <msnyder@vmware.com>
5401
5402 * source.c (_initialize_source): Add "rev" as an abbreviation
5403 for the "reverse-search" command.
5404
5405 2010-05-16 Michael Snyder <msnyder@vmware.com>
5406
5407 * record.c: White space.
5408 * regcache.c: White space.
5409 * reggroups.c: White space.
5410 * remote-fileio.c: White space.
5411 * remote-m32r-sdi.c: White space.
5412 * remote-mips.c: White space.
5413 * remote-sim.c: White space.
5414 * remote.c: White space.
5415 (process_g_packet): Remove orphan braces.
5416
5417 2010-05-15 Michael Snyder <msnyder@vmware.com>
5418
5419 * parse.c: White space.
5420 * p-lang.c: White space.
5421 * posix-hdep.c: White space.
5422 * printcmd.c: White space.
5423 * progspace.c: White space.
5424 * prologue-value.c: White space.
5425 * psymtab.c: White space.
5426 * p-typeprint.c: White space.
5427 * p-valprint.c: White space.
5428
5429 * objc-lang.c: White space.
5430 * objfiles.c: White space.
5431 * observer.c: White space.
5432 * osabi.c: White space.
5433 * osdata.c: White space.
5434
5435 * m2-lang.c: White space.
5436 * m2-valprint.c: White space.
5437 * macrocmd.c: White space.
5438 * macroexp.c: White space.
5439 * macroscope.c: White space.
5440 * macrotab.c: White space.
5441 * main.c: White space.
5442 * maint.c: White space.
5443 * mdebugread.c: White space.
5444 * memattr.c: White space.
5445 * minsyms.c: White space.
5446 * monitor.c: White space.
5447
5448 2010-05-14 Michael Snyder <msnyder@vmware.com>
5449
5450 * jv-lang.c: White space.
5451 * jv-typeprint.c: White space.
5452 * jv-valprint.c: White space.
5453 * language.c: White space.
5454 * libunwind-frame.c: White space.
5455 * linespec.c: White space.
5456 * linux-nat.c: White space.
5457 * linux-record.c: White space.
5458 * linux-thread-db.c: White space.
5459
5460 * infcall.c: White space.
5461 * inf-child.c: White space.
5462 * infcmd.c: White space.
5463 * inferior.c: White space.
5464 * inf-loop.c: White space.
5465 * inflow.c: White space.
5466 * inline-frame.c: White space.
5467 * interps.c: White space.
5468
5469 * gcore.c: White space.
5470 * gdb.c: White space.
5471 * gdbtypes.c: White space.
5472 * gnu-nat.c: White space.
5473 * gnu-v2-abi.c: White space.
5474 * gnu-v3-abi.c: White space.
5475
5476 * findcmd.c: White space.
5477 * findvar.c: White space.
5478 * fork-child.c: White space.
5479 * frame-base.c: White space.
5480 * frame.c: White space.
5481 * frame-unwind.c: White space.
5482 * f-valprint.c: White space.
5483
5484 * elfread.c: White space.
5485 * environ.c: White space.
5486 * eval.c: White space.
5487 * event-loop.c: White space.
5488 * event-top.c: White space.
5489 * exceptions.c: White space.
5490 * exec.c: White space.
5491 * expprint.c: White space.
5492
5493 * dbxread.c: White space.
5494 * dcache.c: White space.
5495 * disasm.c: White space.
5496 * doublest.c: White space.
5497 * dsrec.c: White space.
5498 * dummy-frame.c: White space.
5499 * dwarf2expr.c: White space.
5500 * dwarf2-frame.c: White space.
5501 * dwarf2loc.c: White space.
5502 * dwarf2read.c: White space.
5503
5504 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
5505
5506 PR python/11482
5507
5508 * python/py-value.c (valpy_hash): New function.
5509 (value_object_type): Register valpy_hash.
5510
5511 2010-05-14 Hui Zhu <teawater@gmail.com>
5512 Michael Snyder <msnyder@vmware.com>
5513
5514 * linux-fork.c (gdbthread.h): New include.
5515 (fork_info): Add parent_ptid.
5516 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5517 functions.
5518 (delete_checkpoint_command): Call inferior_call_waitpid.
5519 (checkpoint_command): Set parent_ptid.
5520
5521 2010-05-13 Michael Snyder <msnyder@vmware.com>
5522
5523 * dictionary.c: Re-indent to GNU coding standard.
5524
5525 * charset.c: White space.
5526 * c-lang.c: White space.
5527 * cli-out.c: White space.
5528 * coffread.c: White space.
5529 * complaints.c: White space.
5530 * completer.c: White space.
5531 * corefile.c: White space.
5532 * corelow.c: White space.
5533 * cp-abi.c: White space.
5534 * cp-namespace.c: White space.
5535 * cp-support.c: White space.
5536 * cp-valprint.c: White space.
5537 * c-typeprint.c: White space.
5538 * c-valprint.c: White space.
5539 * blockframe.c: White space.
5540 * breakpoint.c: White space.
5541 * buildsym.c: White space.
5542 * blockframe.c: White space.
5543 * bcache.c: White space.
5544 * gdbarch.sh: White space, add blank lines.
5545 * arch-utils.c: Ditto.
5546 * gdbarch.c: Regenerate.
5547 * frame.c: White space, add blank lines.
5548 * stack.c: White space, add blank lines.
5549 (initialize_stack): Remove long-dead code.
5550
5551 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5552
5553 Code cleanup.
5554 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5555 (locexpr_read_variable, loclist_read_variable): Update the callers.
5556
5557 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5558
5559 Code cleanup.
5560 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5561 Remove check of NULL returned by tag_type_to_type.
5562 (die_containing_type): Remove variable type. Remove type_die variable
5563 initialization. Remove check of NULL returned by tag_type_to_type.
5564
5565 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5566
5567 PR exp/11530.
5568 * gdbtypes.c (lookup_struct_elt_type): Also lookup
5569 names of unnamed structures or unions.
5570
5571 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5572
5573 * procfs.c (proc_watchpoint_address): New function.
5574 (procfs_stopped_by_watchpoint): Remove useless check after
5575 find_procinfo_or_die call.
5576 (procfs_stopped_data_address): New function.
5577 (procfs_use_watchpoints): Register new watchpoint related function.
5578
5579 2010-05-11 Tom Tromey <tromey@redhat.com>
5580
5581 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5582
5583 2010-05-10 Michael Snyder <msnyder@vmware.com>
5584
5585 * utils.c: White space cleanup.
5586
5587 2010-05-10 Tom Tromey <tromey@redhat.com>
5588
5589 * eval.c (ptrmath_type_p): Add 'lang' argument.
5590 (evaluate_subexp_standard): Update.
5591 (evaluate_subexp_with_coercion): Update.
5592 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5593
5594 2010-05-10 Michael Snyder <msnyder@vmware.com>
5595
5596 * utils.c (do_fclose_cleanup) Restore local variable.
5597
5598 2010-05-09 Doug Evans <dje@google.com>
5599
5600 * record.c (init_record_core_ops): Rename record_core to record-core.
5601
5602 2010-05-08 Joel Brobecker <brobecker@adacore.com>
5603
5604 Implement task switching on pa-hpux.
5605 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5606 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5607
5608 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5609
5610 * valops.c (find_overload_match): Add missing i18n markup.
5611
5612 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5613
5614 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5615
5616 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5617
5618 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5619 list for the obconcat call.
5620 * mdebugread.c (parse_symbol): Likewise.
5621 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5622 Likewise.
5623 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5624 New variable ap. Remove variables len and val.
5625 * symfile.h (obconcat): Likewise for the prototype.
5626
5627 2010-05-07 Michael Snyder <msnyder@vmware.com>
5628
5629 * python/python.c (execute_gdb_command): Remove unused variables.
5630 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5631 * python/py-breakpoint.c (gdbpy_breakpoint_created):
5632 Remove unused variable.
5633 * python/py-cmd.c (cmdpy_function): Remove unused variable.
5634 (cmdpy_completer): Remove unused variable.
5635 * python/py-frame.c (frapy_find_sal): Remove unused variable.
5636 * python/py-function.c (fnpy_call): Remove unused variable.
5637 * python/py-objfile.c (objfile_to_objfile_object):
5638 Remove unused variable.
5639 * python/py-param.c (parmpy_init): Remove unused variable.
5640 * python/py-prettyprint.c (apply_varobj_pretty_printer):
5641 Remove unused variable.
5642 (gdbpy_default_visualizer): Remove unused variable.
5643 * python/py-progspace.c (pspace_to_pspace_object):
5644 Remove unused variable.
5645 * python/py-symtab.c (symtab_and_line_to_sal_object):
5646 Remove unused variable.
5647 * python/py-type.c (typy_template_argument):
5648 Remove unused variable.
5649 * python/py-value.c (valpy_string): Remove unused variable.
5650 (convert_value_from_python): Remove unused variables.
5651
5652 2010-05-07 Michael Snyder <msnyder@vmware.com>
5653
5654 * valops.c (value_cast_pointers): Restore unused variable 'type1',
5655 and use it to compute variable 't1'.
5656
5657 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5658
5659 * ada-lang.c (assign_aggregate): Remove unused variable.
5660
5661 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5662
5663 PR C++/7943:
5664 * valops.c (find_overload_match): Handle fsym == NULL case.
5665 Add int no_adl argument.
5666 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5667 when appropriate.
5668 Add int no_adl argument.
5669 (find_oload_champ_namespace): Add int no_adl argument.
5670 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5671 expression.
5672 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5673 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5674 Evaluate arguments and use them to perform ADL lookup.
5675 Pass no_adl argument to find_overload_match.
5676 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5677 * cp-support.h: Added prototype for
5678 make_symbol_overload_list_namespace.
5679 * cp-support.c (make_symbol_overload_list_namespace): New function.
5680 (make_symbol_overload_list_adl_namespace): New function.
5681 (make_symbol_overload_list_adl): New function.
5682 (make_symbol_overload_list_using): Moved code to add function to
5683 overload set to make_symbol_overload_list_namespace.
5684 * c-exp.y: create UNKNOWN_CPP_NAME token.
5685 Add parse rule for ADL functions.
5686 (classify_name): Recognize an UNKNOWN_CPP_NAME.
5687
5688 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5689
5690 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5691 sentinel.
5692
5693 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5694
5695 Implement task switching on solaris targets.
5696 * sol-thread.c (thread_db_find_thread_from_tid)
5697 (sol_get_ada_task_ptid): New functions.
5698 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5699
5700 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5701
5702 * remote.c (remote_query_supported_append): Use reconcat.
5703 (remote_query_supported): Install a cleanup. Use reconcat.
5704
5705 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5706
5707 * gdbarch.sh (qsupported): Delete.
5708 * gdbarch.h, gdbarch.c: Regenerate.
5709 * remote.c (remote_query_supported): Remove use of
5710 gdbarch_qsupported.
5711
5712 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
5713
5714 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5715 function.
5716
5717 2010-05-06 Michael Snyder <msnyder@vmware.com>
5718
5719 * xml-support.c (xinclude_start_include): Delete unused variable.
5720 (xml_process_xincludes): Delete unused variable.
5721 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5722 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5723 (tdesc_find_arch_register): Delete unused variable.
5724 (tdesc_use_registers): Delete unused variable.
5725 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5726 * inferior.c (print_inferior): Delete unused variable.
5727 * record.c (record_open_1): Delete unused variable.
5728 (record_restore): Delete unused variable.
5729 (cmd_record_save): Delete unused variable.
5730 * gcore.c (derive_heap_segment): Delete unused variable.
5731 (objfile_find_memory_regions): Use unused variable.
5732 * jit.c (jit_inferior_init): Delete unused variable.
5733 * progspace.c (clone_program_space): Delete unused variable.
5734 (pspace_empty_p): Delete unused variable.
5735
5736 * frame-unwind.c (frame_unwind_find_by_frame):
5737 Delete unused variable.
5738 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5739 * cp-support.c (mangled_name_to_comp): Delete unused variable.
5740 (method_name_from_physname): Delete unused variable.
5741 (cp_func_name): Delete unused variable.
5742 (cp_validate_operator): Delete unused variable.
5743 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5744 Delete unused variable.
5745 * trad-frame.c (trad_frame_get_prev_register):
5746 Delete unused variable.
5747 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5748
5749 * serial.c (serial_for_fd): Delete unused variable.
5750 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5751 * top.c (execute_command): Delete unused variable.
5752 (init_main): Delete unused variable.
5753 * utils.c (do_fclose_cleanup): Delete unused variable.
5754 (do_all_inferior_continuations): Delete unused variable.
5755 (initialize_utils): Delete unused variable.
5756 (internal_problem_mode): Delete unused global.
5757 * frame.c (get_prev_frame): Delete unused global.
5758 (get_frame_locals_address): Delete unused global.
5759 (get_frame_args_address): Delete unused global.
5760
5761 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5762 (pascal_type_print_varspec_prefix): Delete unused variable.
5763 * f-typeprint.c (f_type_print_base): Delete unused variable.
5764 (f_type_print_varspec_suffix): Delete unused variable.
5765 * m2-typeprint.c (m2_print_type): Delete unused variable.
5766 (m2_long_set): Delete unused variable.
5767 * ada-valprint.c (ada_val_print_1): Delete unused variable.
5768 * d-valprint.c (dynamic_array_type): Delete unused variable.
5769 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5770 Delete unused variable.
5771 (f77_create_arrayprint_offset_tbl): Delete unused variable.
5772 * m2-valprint.c (m2_val_print): Delete unused variable.
5773
5774 * ui-out.c (ui_out_field_int): Delete unused variable.
5775 (ui_out_field_fmt_int): Delete unused variable.
5776 * varobj.c (varobj_list_children): Delete unused variable.
5777 (varobj_set_value): Delete unused variable.
5778 (install_new_value_visualizer): Delete unused variable.
5779 (varobj_set_visualizer): Delete unused variable.
5780 (varobj_update): Delete unused variable.
5781 (varobj_editable_p): Delete unused variable.
5782 (c_value_of_root): Delete unused variable.
5783 (cplus_describe_child): Delete unused variable.
5784
5785 * ada-lang.c (add_defn_to_vec): Delete unused variable.
5786 (decode_constrained_packed_array_type): Delete unused variable.
5787 (add_defn_to_vec): Delete unused variable.
5788 (symbol_completion_match): Delete unused variable.
5789 (value_tag_from_contents_and_address): Delete unused variable.
5790 (ada_evaluate_subexp): Delete unused variable.
5791 * c-lang.c (classify_type): Delete unused variable.
5792 * f-lang.c (f_printstr): Delete unused variable.
5793 * objc-lang.c (objc_printstr): Delete unused variable.
5794 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5795 * jv-lang.c (type_from_class): ifdef unused variable.
5796 (java_class_name_from_physname): Delete unused variable.
5797 * m2-lang.c (m2_printstr): Delete unused variable.
5798
5799 * objfiles.c (objfile_relocate): Delete unused variable.
5800 * maint.c (_initialize_maint_cmds): Delete unused variable.
5801 * demangle.c (_initialize_demangler): Delete unused variable.
5802 * corefile.c (reopen_exec_file): Delete unused variable.
5803 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5804 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5805
5806 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5807 * memattr.c (mem_delete): Delete unused variable.
5808 (invalidate_target_mem_regions): Delete unused variable.
5809 * mem-break.c (default_memory_insert_breakpoint):
5810 Delete unused variable.
5811 * target.c (target_get_osdata): Delete unused variable.
5812 * parse.c (length_of_subexp): Delete unused variable.
5813 (prefixify_subexp): Delete unused variable.
5814 (exp_iterate): Delete unused variable.
5815 * reverse.c (delete_bookmark_command): Delete unused variable.
5816
5817 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5818 * macroexp.c (gather_arguments): Delete unused variable.
5819 (substitute_args): Delete unused variable.
5820 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5821 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5822 (_initialize_gdbarch): Delete unused variable.
5823 * gdbarch.c, gdbarch.h: Regenerate.
5824 * arch-utils.c (initialize_current_architecture):
5825 Delete unused variable.
5826 (_initialize_gdbarch_utils): Delete unused variable.
5827 * gdbtypes.c (make_cv_type): Delete unused variable.
5828 (make_type_with_address_space): Delete unused variable.
5829
5830 * linespec.c (decode_compound): Delete unused variable.
5831 * dictionary.c (iterator_next_hashed): Delete unused variable.
5832 * infcall.c (call_function_by_hand): Delete unused variable.
5833 * infcmd.c (step_1): Delete unused variable.
5834 (registers_info): Delete unused variable.
5835 (attach_command): Delete unused variable.
5836 * infrun.c (follow_exec): Delete unused variable.
5837 (handle_step_into_function_backwards): Delete unused variable.
5838 (_initialize_infrun): Delete unused variable.
5839 * stack.c (parse_frame_specification_1): Delete unused variable.
5840 (frame_info): Delete unused variable.
5841 (backtrace_command_1): Delete unused variable.
5842 (catch_info): Delete unused variable.
5843
5844 * eval.c (evaluate_subexp_standard): Delete unused variable.
5845 * valops.c (value_cast_pointers): Delete unused variable.
5846 (value_dynamic_cast): Delete unused variable.
5847 (value_array): Delete unused variable.
5848 (find_overload_match): Delete unused variable.
5849 * valarith.c (value_subscript): Delete unused variable.
5850 (value_binop): Delete unused variable.
5851 * valprint.c (_initialize_valprint): Delete unused variable.
5852 * printcmd.c (print_command_1): Delete unused variable.
5853 (address_info): Delete unused variable.
5854 (printf_command): Delete unused variable.
5855
5856 * auxv.c (target_auxv_search): Delete unused variable.
5857 * blockframe.c (get_frame_block): Delete unused variable.
5858 * regcache.c (regcache_cpy): Delete unused variable.
5859 (regcache_cpy_no_passthrough): Delete unused variable.
5860 * charset.c (wchar_iterate): Delete unused variable.
5861 (find_charset_names): Delete unused variable.
5862 (_initialize_charset): Delete unused variable.
5863 * disasm.c (do_mixed_source_and_assembly):
5864 Delete unused variable.
5865 * source.c (set_default_source_symtab_and_line):
5866 Delete unused variable.
5867 (set_substitute_path_command): Delete unused variable.
5868 * value.c (preserve_values): Delete unused variable.
5869 (value_from_double): Delete unused variable.
5870
5871 2010-05-05 Michael Snyder <msnyder@vmware.com>
5872
5873 * psymtab.c (lookup_partial_symbol): Delete unused variable.
5874 (find_last_source_symtab_from_partial): Delete unused variable.
5875 * symfile.c (place_section): Delete unused variable.
5876 (default_symfile_offsets): Delete unused variable.
5877 (get_debug_link_info): Delete unused variable.
5878 (find_separate_debug_file_by_debuglink): Delete unused variable.
5879 (add_symbol_file_command): Delete unused variable.
5880 (symfile_find_segment_sections): Delete unused variable.
5881 * symmisc.c (free_symtab): Delete unused variable.
5882 (dump_symtab_1): Delete unused variable.
5883 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5884 (find_pc_sect_symtab): Delete unused variable.
5885 (skip_prologue_using_lineinfo): Delete unused variable.
5886 (sources_info): Delete unused variable.
5887 (completion_list_add_name): Delete unused variable.
5888 (expand_line_sal): Delete unused variable.
5889
5890 * breakpoint.c (validate_commands_for_breakpoint):
5891 Delete unused variables.
5892 (insert_catchpoint): Delete unused variable.
5893 (update_watchpoint): Delete unused variable.
5894 (insert_bp_location): Delete unused variable.
5895 (insert_breakpoint_locations): Delete unused variable.
5896 (remove_breakpoint_1): Delete unused variable.
5897 (software_breakpoint_inserted_here_p): Delete unused variable.
5898 (watchpoints_triggered): Delete unused variable.
5899 (bpstat_check_watchpoint): Delete unused variable.
5900 (bpstat_stop_status): Delete unused variable.
5901 (print_one_breakpoint_location): Delete unused variable.
5902 (allocate_bp_location): Delete unused variable.
5903 (create_breakpoint): Delete unused variable.
5904 (watch_command_1): Delete unused variable.
5905 (catch_exception_command_1): Delete unused variable.
5906 (catch_ada_exception_command): Delete unused variable.
5907 (delete_breakpoint): Delete unused variable.
5908 (breakpoint_re_set_one): Delete unused variable.
5909 (do_enable_breakpoint): Delete unused variable.
5910
5911 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5912
5913 * amd64-tdep.c: Include disasm.h.
5914 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5915 (amd64_insn_length): Moved to disasm.c and renamed.
5916 (fixup_riprel): Adjust.
5917 * disasm.c (do_ui_file_delete): New.
5918 (gdb_insn_length): New.
5919 (gdb_buffered_insn_length_fprintf)
5920 (gdb_buffered_insn_length_init_dis)
5921 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5922 renamed.
5923 * disasm.h (gdb_insn_length): Declare.
5924 (gdb_buffered_insn_length): Declare.
5925
5926 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5927
5928 * remote.c (clear_threads_parsing_context): New.
5929 (remote_threads_info): Delete unused null_cleanup. Install a
5930 cleanup to clear the threads_parsing_context in case parsing
5931 throws.
5932
5933 2010-05-05 Michael Snyder <msnyder@vmware.com>
5934
5935 * c-exp.y (parse_string_or_char): Delete unused variable.
5936 (c_lex): Delete unused variable.
5937 * cp-name-parser.y (cpname_lex): Delete unused variable.
5938 * ada-exp.y (find_primitive_type): Delete unused variable.
5939 (write_var_or_type): Delete unused variable.
5940 * jv-exp.y (java_parse): Delete unused variable.
5941 (push_expression_name): Delete unused variable.
5942 * p-exp.y (pascal_lex): Delete unused variable.
5943
5944 2010-05-05 Pedro Alves <pedro@codesourcery.com>
5945
5946 * remote.c (remote_threads_info): Really revert previous previous
5947 change.
5948
5949 2010-05-05 Michael Snyder <msnyder@vmware.com>
5950
5951 * elfread.c (elf_symtab_read): Delete unused variable.
5952 (find_separate_debug_file_by_buildid): Delete unused variables.
5953 (elf_symfile_read): Delete unused variable.
5954
5955 * coffread.c (coff_symfile_read): Delete unused variables.
5956
5957 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5958 (read_pe_exported_syms): Delete unused variable.
5959
5960 * stabsread.c (define_symbol): Delete unused variable.
5961
5962 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5963 (process_psymtab_comp_unit): Delete unused variable.
5964 (dwarf2_build_psymtabs_hard): Delete unused variable.
5965 (load_partial_comp_unit): Delete unused variable.
5966 (create_all_comp_units): Delete unused variable.
5967 (scan_partial_symbols): Delete unused variable.
5968 (add_partial_symbol): Delete unused variable.
5969 (add_partial_namespace): Delete unused variable.
5970 (add_partial_enumeration): Delete unused variable.
5971 (load_full_comp_unit): Delete unused variable.
5972 (process_full_comp_unit): Delete unused variable.
5973 (read_file_scope): Delete unused variable.
5974 (read_type_unit_scope): Delete unused variable.
5975 (process_structure_scope): Delete unused variable.
5976 (process_enumeration_scope): Delete unused variable.
5977 (read_tag_ptr_to_member_type): Delete unused variable.
5978 (read_typedef): Delete unused variable.
5979 (read_partial_die): Delete unused variable.
5980 (decode_locdesc): Delete unused variable.
5981 (zeroed_partial_die): Delete unused global variable.
5982
5983 * tui/tui-interp.c (_initialize_tui_interp):
5984 Delete unused variable.
5985 * tui/tui-regs.c tui_display_registers_from):
5986 Delete unused variable.
5987 (tui_check_register_values): Delete unused variable.
5988 (tui_register_format): Delete unused variable.
5989 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
5990 * tui/tui-windata.c (tui_display_data_from_line):
5991 Delete unused variables.
5992 (tui_vertical_data_scroll): Delete unused variables.
5993
5994 2010-05-05 Michael Snyder <msnyder@vmware.com>
5995
5996 * remote.c (remote_threads_info): Revert questionable part of
5997 the previous change.
5998
5999 2010-05-05 Michael Snyder <msnyder@vmware.com>
6000
6001 * mi/mi-out.c (mi_table_begin): Delete unused variable.
6002 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
6003 (mi_cmd_var_list_children): Delete unused variable.
6004 (varobj_update_one): Delete unused variable.
6005 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
6006 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
6007 Delete unused variable.
6008 (mi_cmd_stack_list_variables): Delete unused variable.
6009 (list_args_or_locals): Delete unused variable.
6010 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
6011 Delete unused variables.
6012 (mi_cmd_file_list_exec_source_files): Delete unused variable.
6013 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
6014 Delete unused variable.
6015 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
6016 (mi_cmd_interpreter_exec): Delete unused variable.
6017 (mi_on_normal_stop): Delete unused variable.
6018 * mi/mi-main.c (run_one_inferior): Delete unused variable.
6019 (print_one_inferior): Delete unused variables.
6020 (mi_execute_command): Delete unused variable.
6021 (mi_cmd_execute): Delete unused variable.
6022 (timestamp): Delete unused variable.
6023
6024 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
6025 (restore_binary_file): Delete unused variable.
6026 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
6027 * cli/cli-script.c (define_command): Delete unused variables.
6028 (recurse_read_control_structure): Delete unused variable.
6029 (script_from_file): Delete unused variable.
6030 * cli/cli-cmds.c (complete_command): Delete unused variable.
6031 (disassemble_command): Delete unused variable.
6032
6033 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
6034 * tracepoint.c (delete_trace_variable_command):
6035 Delete unused variables.
6036 (encode_actions_1): Delete unused variables.
6037 (start_tracing): Delete unused variable.
6038 (trace_status_mi): Delete unused variable.
6039 (tfind_1): Delete unused variable.
6040 (trace_find_pc_command): Delete unused variable.
6041 (trace_find_line_command): Delete unused variables.
6042 (trace_find_range_command): Delete unused variables.
6043 (trace_find_outside_command): Delete unused variables.
6044 (parse_tracepoint_definition): Delete unused variables.
6045 (tfile_fetch_registers): Delete unused variable.
6046
6047 * dcache.c (dcache_init): Delete unused variable.
6048 (dcache_info): Delete unused variable.
6049
6050 * remote.c (remote_threads_info): Delete unused variable.
6051 (process_stop_reply) :Delete unused variable.
6052 (remote_get_trace_status): Delete unused variables.
6053
6054 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
6055 (thread_from_lwp): Delete unused variable.
6056 (enable_thread_event_reporting): Delete unused variable.
6057 (check_for_thread_db): Delete unused variables.
6058 (thread_db_find_new_threads_2): Delete unused variable.
6059
6060 * linux-fork.c (info_checkpoints_command): Delete unused variables.
6061 (checkpoint_command): Delete unused variable.
6062 (linux_fork_context): Delete unused variables.
6063
6064 * linux-nat.c (linux_parent_pid): Delete unused global variable.
6065 (linux_tracefork_child): Delete unused variable.
6066 (linux_child_follow_fork): Delete unused variable.
6067 (linux_nat_detach): Delete unused variable.
6068 (linux_handle_extended_wait): Delete unused variable.
6069 (linux_nat_has_pending_sigint): Delete unused variable.
6070 (linux_nat_find_memory_regions): Delete unused variable.
6071 (linux_nat_make_corefile_notes): Delete unused variables.
6072 (linux_nat_info_proc_cmd): Delete unused variable.
6073 (linux_proc_pending_signals): Delete unused variable.
6074 (linux_nat_stop_lwp): Delete unused variables.
6075 (_initialize_linux_nat): Delete unused variable.
6076
6077 * ser-pipe.c (pipe_ops): Delete unused global variable.
6078
6079 * linux-record.c (record_linux_system_call):
6080 Delete unused variables.
6081
6082 * corelow.c (core_xfer_partial): Delete unused variables.
6083
6084 * solib-svr4.c (find_program_interpreter): Delete unused variable.
6085 (svr4_solib_create_inferior_hook): Add ifdef around
6086 conditionally-used variable declarations.
6087
6088 * solib.c (solib_find): Delete unused variable.
6089 (free_so_symbols): Delete unused variable.
6090 (info_sharedlibrary_command): Delete unused variable.
6091 (reload_shared_libraries_1): Delete unused variable.
6092 (_initialize_solib): Delete unused variable.
6093
6094 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
6095 (i386_collect_xstateregset): Delete unused variable.
6096 * i387-tdep.c (i387_print_float_info): Delete unused variable.
6097
6098 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
6099 Delete unused variable 'type'.
6100
6101 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6102
6103 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
6104 ada-lang.c: Remove comment mentioning these macros.
6105 * m2-exp.y: Delete commented out code.
6106
6107 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6108
6109 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
6110 for array types.
6111 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
6112
6113 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6114
6115 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
6116 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
6117 ATTRIBUTE_UNUSED.
6118 (cleanup_kernel_helper_return): Likewise.
6119 * arm-tdep.c (copy_unmodified): Likewise.
6120 (copy_preload): Likewise.
6121 (copy_copro_load_store): Likewise.
6122 (cleanup_branch): Likewise.
6123 (copy_b_bl_blx): Likewise.
6124 (copy_bx_blx_reg): Likewise.
6125 (copy_alu_imm): Likewise.
6126 (copy_alu_reg): Likewise.
6127 (copy_alu_shifted_reg): Likewise.
6128 (cleanup_load): Likewise.
6129 (cleanup_store): Likewise.
6130 (cleanup_block_load_pc): Likewise.
6131 (cleanup_svc): Likewise.
6132 (copy_undef): Likewise.
6133 (copy_unpred): Likewise.
6134 * remote.c (register_remote_support_xml): Likewise.
6135
6136 2010-05-05 Hui Zhu <teawater@gmail.com>
6137
6138 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
6139
6140 2010-05-04 Mark Kettenis <kettenis@gnu.org>
6141
6142 * remote.c (register_remote_support_xml)
6143 (remote_query_supported_append, remote_query_supported): Add cast
6144 to NULL used as sentinel.
6145 * tracepoint.c (tvariables_info_1): Likewise.
6146 * utils.c (add_internal_problem_command): Likewise.
6147
6148 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6149
6150 * dwarf2loc.c (read_pieced_value, write_pieced_value,
6151 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
6152 registers gracefully.
6153
6154 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6155
6156 * exec.c (print_section_info): Display entry point without arch
6157 specific parts.
6158
6159 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6160
6161 PR exp/11349.
6162 * printcmd.c (x_command): Only dereference once implicitly for
6163 TYPE_CODE_REF.
6164
6165 2010-05-03 Doug Evans <dje@google.com>
6166
6167 * event-loop.c (gdb_timer): Delete unused global.
6168 (create_timer): Update.
6169
6170 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6171
6172 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
6173 CURRENT->DECLARATION case.
6174 * cp-support.h (struct using_direct): Provide extended comment.
6175
6176 2010-05-03 Mark Kettenis <kettenis@gnu.org>
6177
6178 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
6179 HPPABSD_SIZEOF_GREGS.
6180 (HPPAOBSD_SIZEOF_FPREGS): New define.
6181 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
6182 (hppaobsd_supply_fpregset): New function.
6183 (hppaobsd_gregset): Renamed from hppabsd_gregset.
6184 (hppaobsd_fpregset): New variable.
6185 (hppaobsd_regset_from_core_section): Handle floating-point registers.
6186 (_initialize_hppabsd_tdep): Remove spurious blank line.
6187
6188 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6189
6190 PR pascal/11349.
6191 * p-valprint.c (pascal_value_print): Always dereference a value with
6192 type code TYPE_CODE_REF.
6193
6194 2010-05-03 Pedro Alves <pedro@codesourcery.com>
6195
6196 * remote.c (remote_notice_signals): New.
6197 (remote_start_remote): In non-stop mode, update the remote end on
6198 which signals it can silently pass.
6199 (init_remote_ops): Install remote_notice_signals.
6200
6201 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6202
6203 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
6204 * command.h (error_no_arg): ... here. Remove NORETURN, change
6205 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6206 * defs.h (NORETURN, ATTR_NORETURN): Remove.
6207 (perror_with_name, verror, error, error_stream, vfatal, fatal)
6208 (internal_verror, internal_error, nomem): Remove NORETURN, change
6209 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6210 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
6211 (throw_vfatal, throw_error): Remove NORETURN.
6212 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
6213 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
6214 (throw_error, deprecated_throw_reason): Remove NORETURN, change
6215 ATTR_NORETURN to ATTRIBUTE_NORETURN.
6216 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
6217 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
6218 NORETURN.
6219 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
6220 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
6221 ATTRIBUTE_NORETURN.
6222 * target.c (tcomplain): Likewise.
6223 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
6224 ATTRIBUTE_NORETURN.
6225 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
6226 (internal_error, perror_with_name, nomem): Remove NORETURN.
6227 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
6228 ATTRIBUTE_NORETURN.
6229
6230 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6231
6232 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6233 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
6234 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
6235 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6236 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
6237 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6238 * complaints.h (complaint, internal_complaint): Likewise.
6239 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
6240 (ATTR_FORMAT): Remove.
6241 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
6242 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
6243 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
6244 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
6245 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
6246 (internal_error, internal_vwarning, internal_warning, warning)
6247 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
6248 * disasm.c (fprintf_disasm): Likewise.
6249 * exceptions.c (throw_it): Likewise.
6250 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
6251 (throw_error): Likewise.
6252 * language.h (type_error, range_error): Likewise.
6253 * linespec.c (cplusplus_error): Likewise.
6254 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
6255 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
6256 * monitor.c (monitor_debug): Likewise.
6257 * parser-defs.h (parser_fprintf): Likewise.
6258 * serial.h (serial_printf): Likewise.
6259 * tui/tui-hooks.c (tui_query_hook): Likewise.
6260 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
6261 (uo_message): Likewise.
6262 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
6263 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
6264 Likewise.
6265 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
6266
6267 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6268
6269 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
6270 (cli_table_header, cli_begin, cli_end, cli_field_int)
6271 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
6272 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
6273 Delete forward declarations.
6274 (cli_ui_out_impl): Move below the callbacks.
6275 (_initialize_cli_out): Delete.
6276
6277 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6278
6279 * README: Use consistent `GDB' and `GDBserver' spellings.
6280
6281 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6282
6283 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
6284
6285 2010-05-01 Pedro Alves <pedro@codesourcery.com>
6286
6287 * infrun.c (prepare_for_detach): In non-stop, context switch to
6288 the thread that got the event before handling the event.
6289
6290 2010-04-30 Tom Tromey <tromey@redhat.com>
6291
6292 * symtab.c (symbol_set_names): Fix typo.
6293
6294 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6295
6296 * python/py-param.c (parm_constants): Avoid ARI warning
6297 by adding ARI comment.
6298 (parmpy_init): Likewise.
6299
6300 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6301
6302 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
6303 and created type for re-use.
6304
6305 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
6306
6307 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
6308
6309 2010-04-29 Doug Evans <dje@google.com>
6310
6311 * ser-base.h (reschedule): Delete prototype.
6312 * ser-base.c (reschedule): Make static.
6313
6314 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6315
6316 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
6317 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
6318 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
6319 EABI.
6320 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
6321 use.
6322
6323 2010-04-29 Pedro Alves <pedro@codesourcery.com>
6324
6325 PR gdb/11557
6326
6327 * regcache.c (registers_changed): Rename to ...
6328 (registers_changed_ptid): ... this, and only delete register cache
6329 entries matching the ptid filter argument.
6330 (registers_changed): Reimplement on top of registers_changed_ptid.
6331 * regcache.h (registers_changed_ptid): Declare.
6332 * target.c (target_resume): Flush register caches.
6333
6334 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6335 Tom Tromey <tromey@redhat.com>
6336 Thiago Jung Bauermann <bauerman@br.ibm.com>
6337
6338 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
6339 (SUBDIR_PYTHON_SRCS): Likewise.
6340 (py-parameter.o): New rule.
6341 * python/py-parameter.c: New file.
6342 * python/python-internal.h (gdbpy_initialize_parameter)
6343 (gdbpy_parameter, gdbpy_parameter_value)
6344 (gdbpy_parse_command_name): Declare.
6345 * python/py-cmd.c (parse_command_name): Rename to
6346 gdbpy_parse_command_name.
6347 (gdbpy_parse_command_name): Accept a starting list parameter and
6348 use over cmdlist.
6349 (cmdpy_init): Use gdbpy_parse_command_name.
6350 * python/python.c (parameter_to_python): Rename to
6351 gdbpy_parameter_to_python. Accept enum var_types and value.
6352 (gdbpy_parameter): Use gdbpy_parameter_value.
6353 (_initialize_python): Call gdbpy_initialize_parameters.
6354
6355 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6356
6357 * MAINTAINERS: Add myself for write after approval privileges.
6358
6359 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6360
6361 D language support.
6362 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
6363 (COMMON_OBS): Add d-lang.o d-valprint.o.
6364 (HFILES_NO_SRCDIR): Add d-lang.h.
6365 * NEWS: Mention D language support.
6366 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
6367 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
6368 * d-lang.c: New file.
6369 * d-lang.h: New file.
6370 * d-valprint.c: New file.
6371 * defs.h (enum language): Add language_d.
6372 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
6373 * language.c (binop_result_type, integral_type, character_type)
6374 (string_type, boolean_type, structured_type): Add language_d.
6375 * symfile.c (init_filename_language_table): Add language_d.
6376 * symtab.c: Include d-lang.h.
6377 (symbol_init_language_specific, symbol_find_demangled_name)
6378 (symbol_natural_name, lookup_symbol_in_language)
6379 (symbol_demangled_name, symbol_matches_domain): Add language_d.
6380
6381 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6382
6383 * solib-svr4.c (solib_svr4_r_map): Expand function description.
6384
6385 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6386
6387 * symfile.c (init_filename_language_table): Register .dg files
6388 with language_ada.
6389
6390 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6391
6392 * gdbtypes.h (struct main_type): Expand comment about target_type
6393 field.
6394
6395 2010-04-27 Pedro Alves <pedro@codesourcery.com>
6396 Tristan Gingold <gingold@adacore.com>
6397
6398 * symfile.c (reread_symbols): Also search for file in libraries.
6399 Update comment.
6400
6401 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6402
6403 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
6404 in terms of configuration.
6405
6406 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6407
6408 * objfiles.c: Include solist.h.
6409 (free_all_objfiles): New variable so. Check stale solist objfiles.
6410 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
6411 and no_shared_libraries.
6412
6413 2010-04-27 Joel Brobecker <brobecker@adacore.com>
6414
6415 ARI warning fix.
6416 * python/py-auto-load.c (source_section_scripts): Remove trailing
6417 new-line in i18n string.
6418
6419 2010-04-26 Doug Evans <dje@google.com>
6420
6421 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
6422
6423 2010-04-26 Tom Tromey <tromey@redhat.com>
6424
6425 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
6426 command list.
6427
6428 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6429
6430 Removal of config/i386/nm-i386sol2.h native configuration file.
6431 * config/i386/nm-i386sol2.h: Remove file.
6432 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
6433 * config/i386/sol2-64.mh: Idem.
6434 * config/djgpp/fnchange.lst: Remove reference to that file.
6435 * Makefile.in (HFILES_NO_SRCDIR): Idem.
6436
6437 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6438
6439 PR breakpoints/11531.
6440 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
6441 macro definition and related comment.
6442 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
6443 (resume): Remove code and comment related to this macro.
6444
6445 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6446
6447 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
6448 Fix whitespace.
6449
6450 2010-04-24 Pedro Alves <pedro@codesourcery.com>
6451
6452 * defs.h: Adjust comment.
6453 * filesystem.h, filesystem.c: New files.
6454 * Makefile.in (SFILES): Add filesystem.c.
6455 (COMMON_OBS): Add filesystem.o.
6456 * solib.c (solib_find): Handle DOS-based filesystems. Handle
6457 different target and host path flavours.
6458 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6459 has_dos_based_file_system on the gdbarch.
6460 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
6461 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
6462 * i386-tdep.c (i386_go32_init_abi): Ditto.
6463 * gdbarch.sh (has_dos_based_file_system): New.
6464 * gdbarch.h, gdbarch.c: Regenerate.
6465 * NEWS: Mention improved support for remote targets with DOS-based
6466 filesystems. Mention new `set/show target-file-system-kind'
6467 commands.
6468
6469 2010-04-23 Stan Shebs <stan@codesourcery.com>
6470
6471 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
6472 comments.
6473 (struct agent_reqs): Remove.
6474 (ax_reg_mask): Declare.
6475 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
6476 (free_agent_expr): Free reg_mask.
6477 (ax_print): Add scope and register mask info.
6478 (ax_reqs): Remove agent_reqs argument, use agent expression
6479 fields, and move part of register mask computation to...
6480 (ax_reg_mask): New function.
6481 * ax-gdb.c (gen_trace_static_fields): Call it.
6482 (gen_traced_pop): Ditto.
6483 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6484 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6485 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6486 (gen_eval_for_expr): Ditto, and require an rvalue.
6487 (agent_command): Call ax_reqs.
6488 (agent_eval_command): Ditto.
6489 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6490 (validate_action_line): Ditto.
6491 (collect_symbol): Ditto.
6492 (encode_actions_1): Ditto.
6493
6494 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
6495 Paul Pluzhnikov <ppluzhnikov@google.com>
6496 Jan Kratochvil <jan.kratochvil@redhat.com>
6497
6498 Fix deadlock on looped list of loaded shared objects.
6499 * solib-svr4.c (LM_PREV): New function.
6500 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6501 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
6502 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
6503 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6504
6505 2010-04-23 Doug Evans <dje@google.com>
6506
6507 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6508 python.
6509 * configure: Regenerate.
6510 * main.c: #include "python/python.h".
6511 (captured_main): Defer loading auto-loaded scripts until after
6512 local_gdbinit has been sourced.
6513 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6514 (load_auto_scripts_for_objfile): New function.
6515 (auto_load_new_objfile): Call it.
6516 * python/python.h (gdbpy_global_auto_load): Declare.
6517 (load_auto_scripts_for_objfile): Declare.
6518
6519 Add support for auto-loading scripts from .debug_gdb_scripts section.
6520 * NEWS: Add entry for .debug_gdb_scripts.
6521 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6522 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6523 (py-auto-load.o): New rule.
6524 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6525 * cli/cli-cmds.h (find_and_open_script): Update prototype.
6526 * python/py-auto-load.c: New file.
6527 * python/python-internal.h: #include <stdio.h>.
6528 (set_python_list, show_python_list): Declare.
6529 (gdbpy_initialize_auto_load): Declare.
6530 (source_python_script_for_objfile): Declare.
6531 * python/python.c: Remove #include of observer.h.
6532 (gdbpy_auto_load): Moved to py-auto-load.c.
6533 (GDBPY_AUTO_FILENAME): Ditto.
6534 (gdbpy_new_objfile): Delete.
6535 (source_python_script_for_objfile): New function.
6536 (set_python_list, show_python_list): Make externally visible.
6537 (_initialize_python): Move "auto-load" command to py-auto-load.c
6538 and observer_attach_new_objfile to py-auto-load.c.
6539
6540 2010-04-23 Jerome Guitton <guitton@adacore.com>
6541
6542 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6543 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6544 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6545 New constants.
6546 (alpha_heuristic_analyze_probing_loop): New function.
6547 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6548 and handle cases when a stack probe loop is generated.
6549 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6550 (alpha_mdebug_max_frame_size_exceeded): New function.
6551 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6552 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6553 Return 0 when the maximum debuggable frame size has been exceeded.
6554
6555 2010-04-23 Joel Brobecker <brobecker@adacore.com>
6556
6557 Fix ARI warning.
6558 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6559
6560 2010-04-20 Chris Moller <cmoller@redhat.com>
6561
6562 PR 10179
6563
6564 * symtab.c (rbreak_command): Added code to include a filename
6565 specification in the rbreak argument.
6566 * NEWS: Added a brief description of filename-qualified rbreak.
6567
6568 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6569
6570 Fix crashes on dangling display expressions.
6571 * ada-lang.c (ada_operator_check): New function.
6572 (ada_exp_descriptor): Fill-in the field operator_check.
6573 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6574 * jv-lang.c (exp_descriptor_java): Likewise.
6575 * m2-lang.c (exp_descriptor_modula2): Likewise.
6576 * scm-lang.c (exp_descriptor_scm): Likewise.
6577 * parse.c (exp_descriptor_standard): Likewise.
6578 (operator_check_standard): New function.
6579 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6580 * parser-defs.h (struct exp_descriptor): New field operator_check.
6581 (operator_check_standard, exp_uses_objfile): New declarations.
6582 * printcmd.c: Remove the inclusion of solib.h.
6583 (display_uses_solib_p): Remove the function.
6584 (clear_dangling_display_expressions): Call lookup_objfile_from_block
6585 and exp_uses_objfile instead of display_uses_solib_p.
6586 * solist.h (struct so_list) <objfile>: New comment.
6587 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6588 * symtab.h (lookup_objfile_from_block): New declaration.
6589 (struct general_symbol_info) <obj_section>: Extend the comment.
6590
6591 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6592 Thiago Jung Bauermann <bauerman@br.ibm.com>
6593
6594 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6595 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6596 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6597 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6598 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6599 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6600 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6601 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6602 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6603 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6604 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6605 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6606 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6607 Define, in case <ptrace.h> doesn't provide it.
6608 (booke_debug_info): New variable.
6609 (max_slots_number): Ditto.
6610 (hw_break_tuple): New struct.
6611 (thread_points): Ditto.
6612 (ppc_threads): New variable.
6613 (PPC_DEBUG_CURRENT_VERSION): New define.
6614 (have_ptrace_new_debug_booke): New function.
6615 (ppc_linux_check_watch_resources): Renamed to ...
6616 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
6617 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6618 (booke_cmp_hw_point): New function.
6619 (booke_find_thread_points_by_tid): Ditto.
6620 (booke_insert_point): Ditto.
6621 (booke_remove_point): Ditto.
6622 (ppc_linux_insert_hw_breakpoint): Ditto.
6623 (ppc_linux_remove_hw_breakpoint): Ditto.
6624 (get_trigger_type): Ditto.
6625 (ppc_linux_insert_watchpoint): Handle BookE processors.
6626 (ppc_linux_remove_watchpoint): Ditto.
6627 (ppc_linux_new_thread): Ditto.
6628 (ppc_linux_thread_exit): New function..
6629 (ppc_linux_stopped_data_address): Handle BookE processors.
6630 (ppc_linux_watchpoint_addr_within_range): Ditto.
6631 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6632 to_remove_hw_breakpoint fields of the target operations struct.
6633 Add observe for the thread_exit event.
6634
6635 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6636
6637 * i386-linux-nat.c (regmap): Removed.
6638 (fetch_register): Replace regmap with
6639 i386_linux_gregset_reg_offset.
6640 (store_register): Likewise.
6641 (supply_gregset): Likewise.
6642 (fill_gregset): Likewise.
6643
6644 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6645 global.
6646
6647 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6648
6649 2010-04-22 Chris Moller <cmoller@redhat.com>
6650
6651 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6652 method of popping recursion-detection stack with a method based on
6653 obstack_object_size(). (Similar to the PR9167 patch below, but for
6654 the static array obstack rather than the static member obstack.)
6655
6656 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6657
6658 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6659 (_initialize_amd64_linux_nat): Replace
6660 amd64_linux_gregset64_reg_offset with
6661 amd64_linux_gregset_reg_offset.
6662
6663 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6664 global.
6665
6666 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6667
6668 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6669
6670 PR stabs/11479.
6671 * stabsread.c (set_length_in_type_chain): New function.
6672 (read_struct_type): Call set_length_in_type_chain function.
6673 (read_enum_type): Idem.
6674
6675 2010-04-21 Stan Shebs <stan@codesourcery.com>
6676 Nathan Sidwell <nathan@codesourcery.com>
6677
6678 * tracepoint.c (trace_save): Open in binary mode.
6679
6680 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6681
6682 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6683 fields.
6684 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6685 builtin_char32 fields.
6686 * printcmd.c (decode_format): Set char size to '\0'
6687 for strings unless explicit size is given.
6688 (print_formatted): Correct calculation of NEXT_ADDRESS
6689 for 16 or 32 bit strings.
6690 (do_examine): Do not force byte size for strings.
6691 Use builtin_char16 and builtin_char32 types to display
6692 16 or 32 bit-wide strings.
6693 (x_command): Set LAST_SIZE to 'b' for string type.
6694
6695 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
6696
6697 PR corefiles/11523
6698 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6699 XCR0 first.
6700
6701 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6702 there is no .reg-xstate section.
6703 (i386_linux_core_read_description): Check XCR0 first.
6704
6705 2010-04-21 Mike Frysinger <vapier@gentoo.org>
6706
6707 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6708 for len <= 8.
6709
6710 2010-04-21 Chris Moller <cmoller@redhat.com>
6711
6712 PR 9167
6713 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6714 method of popping recursion-detection stack with a method based on
6715 obstack_object_size().
6716
6717 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6718
6719 PR pascal/11492.
6720 * p-valprint.c (pascal_val_print): Fix default printing of integer
6721 arrays.
6722
6723 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6724
6725 Fix compilation warning on gcc-4.1.2.
6726 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6727 local variable`pc' to zero.
6728
6729 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6730
6731 Implement thread support with core files on alpha-tru64.
6732 * dec-thread.c (dec_thread_find_new_threads): New function,
6733 extracted from resync_thread_list.
6734 (resync_thread_list): Add OPS parameter. Replace extracted-out
6735 code by call to dec_thread_find_new_threads.
6736 (dec_thread_wait): Update call to resync_thread_list.
6737 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6738
6739 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6740
6741 * ada-lang.c (value_pointer): New function.
6742 (make_array_descriptor): Call value_pointer to convert addresses to
6743 pointers.
6744
6745 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6746
6747 * rs6000-aix-tdep.c: #include exceptions.h.
6748 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6749 while reading the memory at ADDR, then ADDR cannot be a function
6750 descriptor.
6751
6752 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6753
6754 * ada-typeprint.c (ada_print_typedef): New function.
6755 * ada-lang.h (ada_print_typedef): Add declaration.
6756 * ada-lang.c (ada_language_defn): set la_print_typdef field
6757 to ada_print_typedef.
6758
6759 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6760
6761 * procfs.c (procfs_address_to_host_pointer): Only define when used.
6762
6763 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6764
6765 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6766 (iterate_over_mappings): Adjust function profile. Add declaration.
6767 (insert_dbx_link_bpt_in_region, info_mappings_callback):
6768 Adjust accordingly.
6769
6770 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6771
6772 * procfs.c (solib_mappings_callback): Move function up to avoid
6773 a compiler warning.
6774
6775 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6776
6777 * procfs.c (find_signalled_thread, find_stop_signal): Move
6778 these functions down to define them only when used.
6779
6780 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6781
6782 * valprint.c (common_val_print): Fix the value before extracting
6783 its contents.
6784 * ada-lang.c (ada_to_fixed_value): Make this function extern.
6785 * ada-lang.h (ada_to_fixed_value): New function declaration.
6786 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6787 to avoid code duplication and fix a bug in the handling of
6788 fixed types contents.
6789
6790 2010-04-20 Tom Tromey <tromey@redhat.com>
6791
6792 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6793 (read_partial_die): Likewise.
6794 (dwarf_attr_name): Likewise.
6795
6796 2010-04-20 Chris Moller <cmoller@redhat.com>
6797
6798 PR 10867
6799
6800 * cp-valprint.c (global): Adding new static array recursion
6801 detection obstack.
6802 (cp_print_value_fields, cp_print_static_field): Added new static
6803 array recursion detection code.
6804
6805 2010-04-20 Mark Kettenis <kettenis@gnu.org>
6806
6807 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6808 general-purpose register set should be 68 instead of 144.
6809 (i386_linux_sse_regset_sections): Likewise.
6810 (i386_linux_avx_regset_sections): Likewise.
6811
6812 2010-04-20 Stan Shebs <stan@codesourcery.com>
6813 Nathan Sidwell <nathan@codesourcery.com>
6814
6815 * dwarf2loc.c (struct axs_var_loc): New struct.
6816 (dwarf2_tracepoint_var_loc): New function.
6817 (dwarf2_tracepoint_var_access): New function.
6818 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6819 with DW_OP_piece.
6820 (locexpr_describe_location_piece): New function.
6821 (locexpr_describe_location_1): New function.
6822 (locexpr_describe_location): Call it, update signature.
6823 (loclist_describe_location): Rewrite to loop over locations,
6824 update signature.
6825 * symtab.h (struct symbol_computed_ops): Add address to
6826 describe_location arguments, return void.
6827 * printcmd.c (address_info): Get context PC, pass to computed
6828 location description.
6829 * tracepoint.c (scope_info): Ditto.
6830 * ax-gdb.c (trace_kludge): Export.
6831
6832 2010-04-20 Tom Tromey <tromey@redhat.com>
6833
6834 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6835 (struct dwarf2_cie) <segment_size>: New field.
6836 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6837 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6838 DW_FORM_exprloc.
6839 (read_attribute_value): Handle DW_FORM_flag_present,
6840 DW_FORM_sec_offset, DW_FORM_exprloc.
6841 (dump_die_shallow): Likewise.
6842 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6843 (dwarf2_const_value): Handle DW_FORM_exprloc.
6844 (attr_form_is_block): Likewise.
6845 (struct line_header) <maximum_ops_per_instruction>: New field.
6846 (dwarf_decode_line_header): Set new field.
6847 (dwarf_decode_lines): Handle new field.
6848
6849 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6850
6851 * f-exp.y: Add new production to recognize the `logical*8' type.
6852 (LOGICAL_S8_KEYWORD): New token.
6853 * f-lang.c (enum f_primitive_types)
6854 <f_primitive_type_logical_s8>: New field.
6855 (f_language_arch_info): Handling `logical*8' type.
6856 (build_fortran_types): Building `logical*8' type.
6857 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6858
6859 2010-04-19 Doug Evans <dje@google.com>
6860
6861 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6862 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6863 (pipe_close): Ditto.
6864
6865 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6866
6867 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6868
6869 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6870
6871 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6872 type to void function.
6873
6874 2010-04-19 Stan Shebs <stan@codesourcery.com>
6875 Vladimir Prus <vladimir@codesourcery.com>
6876
6877 * tracepoint.c (tfind_1): Add missing newline, report exit from
6878 tfind mode as such.
6879 * target.c (update_current_target): Make default
6880 to_trace_find return -1.
6881
6882 2010-04-19 Mike Frysinger <vapier@gentoo.org>
6883
6884 * objc-lang.c (find_methods): Move symname check up.
6885
6886 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6887
6888 * ada-lang.c (print_recreate_exception)
6889 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6890 not "catch unhandled".
6891
6892 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6893
6894 PR breakpoints/8554.
6895
6896 Implement `save-breakpoints'.
6897
6898 * breakpoint.c (save_cmdlist): New.
6899 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6900 to save_cmdlist.
6901 (print_recreate_catch_fork): New.
6902 (catch_fork_breakpoint_ops): Install it.
6903 (print_recreate_catch_vfork): New.
6904 (catch_vfork_breakpoint_ops): Install it.
6905 (print_recreate_catch_syscall): New.
6906 (catch_syscall_breakpoint_ops): Install it.
6907 (print_recreate_catch_exec): New.
6908 (catch_exec_breakpoint_ops): Install it.
6909 (print_recreate_exception_catchpoint): New.
6910 (gnu_v3_exception_catchpoint_ops): Install it.
6911 (save_breakpoints): New, based on tracepoint_save_command, but
6912 handle all breakpoint types.
6913 (save_breakpoints_command): New.
6914 (tracepoint_save_command): Rename to...
6915 (save_tracepoints_command): ... this, and reimplement using
6916 save_breakpoints.
6917 (save_command): New.
6918 (_initialize_breakpoints): Install the "save" command prefix.
6919 Install the "save breakpoints" command. Make "save-tracepoints" a
6920 deprecated alias for "save tracepoints".
6921 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6922 * ada-lang.c (print_recreate_exception): New.
6923 (print_recreate_catch_exception): New.
6924 (catch_exception_breakpoint_ops): Install it.
6925 (print_recreate_catch_exception_unhandled): New.
6926 (catch_exception_unhandled_breakpoint_ops): Install it.
6927 (print_recreate_catch_assert): New.
6928 (catch_assert_breakpoint_ops): Install it.
6929
6930 * NEWS: Mention the new `save breakpoints' command. Mention the
6931 new `save tracepoints' alias and that `save-tracepoints' is now
6932 deprecated.
6933
6934 2010-04-18 Pedro Alves <pedro@codesourcery.com>
6935
6936 PR tui/9217
6937
6938 * tui/tui-out.c: Include cli-out.h.
6939 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6940 (tui_begin, tui_end, tui_field_int, tui_field_skip)
6941 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6942 (tui_message, tui_wrap_hint, tui_flush): Delete forward
6943 declarations.
6944 (struct ui_out_data): Rename to...
6945 (struct tui_ui_out_data): ... this. Remove `stream' and
6946 `suppress_output' fields, and inherit cli_ui_out_data.
6947 (tui_out_data): New typedef.
6948 (tui_ui_out_impl): Don't initialize fields staticaly.
6949 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6950 (tui_begin, tui_end): Delete.
6951 (tui_field_int): Adjust to delegate most work to the base type.
6952 (tui_field_skip): Delete.
6953 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
6954 delegate most work to the base type.
6955 (tui_spaces): Delete.
6956 (tui_text): Adjust to delegate most work to the base type.
6957 (tui_message): Delete.
6958 (tui_wrap_hint): Delete.
6959 (tui_flush): Delete.
6960 (out_field_fmt): Delete.
6961 (field_separator): Delete.
6962 (tui_out_new): Adjust to initialize the base type.
6963 (_initialize_tui_out): Initialize tui_ui_out_impl.
6964 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6965 cli_ui_out_data.
6966 (cli_out_data): Adjust.
6967 (cli_ui_out_impl): Make extern.
6968 (cli_table_header, cli_field_int, cli_field_skip): Use
6969 uo_field_string instead of cli_field_string.
6970 (cli_redirect): Adjust to use cli_out_data.
6971 (cli_out_data_ctor): New.
6972 (cli_out_new): Use it.
6973 * cli-out.h (struct ui_file): Remove forward declaration.
6974 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6975 (cli_ui_out_impl): Declare.
6976 (cli_out_data_ctor): Declare.
6977 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6978 (uo_field_string): No longer static.
6979 (ui_out_data): Change return type to void pointer.
6980 (ui_out_new): Change `data' parameter type to void pointer.
6981 * ui-out.h (struct ui_out_data): Don't forward declare.
6982 (ui_out_data): Change return type to void pointer.
6983 (ui_out_new): Change `data' parameter type to void pointer.
6984 (uo_field_string): Declare.
6985
6986 2010-04-17 Pedro Alves <pedro@codesourcery.com>
6987
6988 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6989 instead of always false.
6990
6991 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6992
6993 PR corefiles/11511
6994 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6995 orig_rax.
6996
6997 2010-04-17 Pedro Alves <pedro@codesourcery.com>
6998
6999 * breakpoint.c (watchpoints_triggered): Use
7000 is_hardware_watchpoint.
7001 (watchpoints_triggered): Ditto.
7002 (bpstat_check_location): Use is_watchpoint and
7003 is_hardware_watchpoint.
7004 (bpstat_check_watchpoint): Use is_watchpoint and
7005 is_hardware_watchpoint.
7006 (bpstat_stop_status): Fix comment.
7007 (user_settable_breakpoint): Use is_watchpoint.
7008 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
7009 (disable_watchpoints_before_interactive_call_start): Use
7010 is_watchpoint.
7011 (enable_watchpoints_after_interactive_call_stop): Use
7012 is_watchpoint.
7013 (clear_command): Use is_watchpoint.
7014 (do_enable_breakpoint): Use is_watchpoint.
7015
7016 2010-04-16 Mike Frysinger <vapier@gentoo.org>
7017
7018 * solib-frv.c (enable_break1_done): Delete.
7019 (enable_break2): Do not check enable_break1_done. Move the
7020 enable_break2_done setting and call to
7021 remove_solib_event_breakpoints() to the end. Return without
7022 warning when the contents of _dl_debug_addr are 0.
7023 (enable_break): Do not set enable_break1_done.
7024 (frv_clear_solib): Likewise.
7025
7026 2010-04-16 Kevin Buettner <kevinb@redhat.com>
7027
7028 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
7029 instead of an error if no PLT entry is found. Return a
7030 potentially useful result.
7031 (m32c_m16c_pointer_to_address): Add code to search for function
7032 address when no .plt entry is found.
7033
7034 2010-04-16 Stan Shebs <stan@codesourcery.com>
7035
7036 * tracepoint.c (trace_variable_command): Run a cleanup.
7037
7038 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7039
7040 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
7041
7042 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7043
7044 Support for Windows OS Thread Information Block.
7045 * NEWS: Document new feature.
7046 * remote.c (PACKET_qGetTIBAddr): New enum element.
7047 (remote_get_tib_address): New function.
7048 (init_remote_ops): Set to_get_tib_address field
7049 to remote_get_tib_address.
7050 (_initialize_remote): Add add_packet_config_cmd
7051 for PACKET_qGetTIBAddr.
7052 * target.c (update_current_target): Set default value for
7053 new to_get_tib_address field.
7054 * target.h (target_ops): New field to_get_tib_address.
7055 (target_get_tib_address): New macro.
7056 * windows-nat.c (thread_info): Add thread_local_base field.
7057 (windows_add_thread): Add tlb argument of type 'void *'.
7058 (fake_create_process): Adapt windows_add_thread call.
7059 (get_windows_debug_event): Idem.
7060 (windows_get_tib_address): New function.
7061 (init_windows_ops): Set to_get_tib_address field
7062 to remote_get_tib_address.
7063 (_initialize_windows_nat): Replace info_w32_cmdlist
7064 initialization by a call to init_w32_command_list.
7065 (info_w32_command, info_w32_cmdlist): Removed from here...
7066 to windows-tdep.c file.
7067 * windows-tdep.h (info_w32_cmdlist): Declare.
7068 (init_w32_command_list): New external function
7069 declaration.
7070 * windows-tdep.c: Add several headers.
7071 (info_w32_cmdlist): to here, made global.
7072 (thread_information_32): New struct.
7073 (thread_information_64): New struct.
7074 (TIB_NAME): New char array.
7075 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
7076 (maint_display_all_tib): New static variable.
7077 (windows_get_tlb_type): New function.
7078 (tlb_value_read, tlb_value_write): New functions.
7079 (tlb_value_funcs): New static struct.
7080 (tlb_make_value): New function.
7081 (display_one_tib): New function.
7082 (display_tib): New function.
7083 (show_maint_show_all_tib):New function.
7084 (info_w32_command): Moved from windows-nat.c.
7085 (init_w32_command_list): New function.
7086 (_initialize_windows_tdep): New function.
7087 New "maint set/show show-all-tib" command
7088 New "$_tlb" internal variable.
7089
7090 2010-04-16 Joel Brobecker <brobecker@adacore.com>
7091
7092 * tui/tui-regs.c (tui_display_register): Add comment about
7093 a couple of casts.
7094 * tui/tui-stack.c (tui_show_locator_content): Ditto.
7095
7096 2010-04-15 Stan Shebs <stan@codesourcery.com>
7097
7098 * frame.c: Include tracepoint.h.
7099 (get_current_frame): Allow a trace frame to be an alternate source
7100 of stack frame data.
7101 * tracepoint.c (tfind_1): Don't try to get current stack frame if
7102 it won't succeed.
7103
7104 2010-04-15 Pedro Alves <pedro@codesourcery.com>
7105
7106 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
7107 flags.
7108 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
7109
7110 2010-04-15 Doug Evans <dje@google.com>
7111
7112 * NEWS: Add entry for python program space support.
7113 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
7114 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
7115 (py-progspace.o): New rule.
7116 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
7117 function.
7118 (find_pretty_printer_from_progspace): New function.
7119 (find_pretty_printer_from_gdb): New function.
7120 (find_pretty_printer): Rewrite.
7121 * python/py-progspace.c: New file.
7122 * python/python-internal.h (program_space): Add forward decl.
7123 (pspace_to_pspace_object, pspy_get_printers): Declare.
7124 (gdbpy_initialize_pspace): Declare.
7125 * python/python.c: #include "progspace.h".
7126 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
7127 (_initialize_python): Call gdbpy_initialize_pspace.
7128 (GdbMethods): Add current_progspace, progspaces.
7129
7130 Add -s option to source command.
7131 * NEWS: Document new option.
7132 * cli/cli-cmds.c (find_and_open_script): Add function comment.
7133 Delete from_tty and cleanupp args. Split filep arg into file and
7134 full_pathp. New arg search_path.
7135 (source_script_from_stream): New function.
7136 (source_script_with_search): New function.
7137 (source_script): Rewrite.
7138 (source_command): Parse "-s" option.
7139 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
7140 * python/python.c (source_python_script): Make file arg a const char *.
7141 Don't call fclose, leave for caller.
7142 * python/python.h (source_python_script): Update.
7143
7144 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7145 Pedro Alves <pedro@codesourcery.com>
7146
7147 Avoid rereading shared libraries that haven't changed.
7148
7149 * solib.c (free_so_symbols): New function, from ...
7150 (free_so): ... here. Call it.
7151 (solib_read_symbols): Don't warn here if symbols have already been
7152 loaded.
7153 (solib_add): Warn here instead, if a pattern was specified.
7154 (reload_shared_libraries_1): New.
7155 (reload_shared_libraries): Rewrite to not fetch the library list.
7156
7157 2010-04-14 Doug Evans <dje@google.com>
7158
7159 * source.c (openp): Strip DOS drive letter if present before
7160 concatenating string to search path.
7161
7162 2010-04-14 Pedro Alves <pedro@codesourcery.com>
7163
7164 * objfiles.h (gdb_bfd_close_or_warn): Declare.
7165 * objfiles.c (gdb_bfd_close_or_warn): New.
7166 * corelow.c: Include objfiles.h
7167 (core_close): Use gdb_bfd_close_or_warn.
7168 * elfread.c (build_id_verify): Ditto.
7169 * exec.c (exec_close, exec_close_1): Ditto.
7170
7171 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7172 Pedro Alves <pedro@codesourcery.com>
7173
7174 Group errors for many missing shared libraries.
7175
7176 * solist.h (struct so_list): Remove from_tty.
7177 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
7178 (solib_map_sections): Take so_list argument. Return 0 if we
7179 failed to open a BFD. Add target sections here.
7180 (symbol_add_stub): Delete.
7181 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
7182 not from_tty copied from the so_list. Don't warn a second time
7183 for a missing library.
7184 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
7185 add to the section table here. Print out a single warning for all
7186 missing libraries.
7187 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
7188 flags.
7189
7190 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
7191
7192 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
7193 error/warning messages. Capitalize and use complete sentences.
7194 (blpy_block_syms_iternext): Likewise.
7195 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
7196 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
7197 (frame_info_to_frame_object, frapy_read_var)
7198 (gdbpy_frame_stop_reason_string): Likewise.
7199 * python/py-lazy-string.c (stpy_convert_to_value)
7200 (gdbpy_create_lazy_string_object): Likewise.
7201 * python/py-objfile.c (objfpy_set_printers): Likewise.
7202 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
7203 * python/python.c (parameter_to_python): Likewise.
7204 * python/py-type.c (typy_range, typy_target): Likewise.
7205 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
7206 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
7207
7208
7209 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
7210
7211 PR python/11381
7212
7213 * python/py-prettyprint.c (pretty_print_one_value): Test for
7214 Py_None.
7215 (print_string_repr): Test for Py_None. Set flags accordingly.
7216 Return value depending on return type.
7217 (print_children): Take a value indicating whether data was printed
7218 before this function was called. Alter output accordingly.
7219 (apply_val_pretty_printer): Capture return value from
7220 print_string_repr and pass to print_children.
7221
7222 2010-04-13 Mark Kettenis <kettenis@gnu.org>
7223
7224 PR corefiles/11481
7225 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
7226 register note sections.
7227 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
7228 New variables.
7229 (i386_linux_init_abi): Install list of supported register note
7230 sections that matches the target description.
7231
7232 2010-04-13 Pedro Alves <pedro@codesourcery.com>
7233
7234 * remote.c (remote_get_noisy_reply): Don't error out on empty
7235 replies.
7236 (remote_start_remote): Update and merge tracepoints and trace
7237 state variables as long as the target supports tracepoints.
7238 (remote_trace_init): Fix prototype.
7239 (remote_download_trace_state_variable): Validate reply.
7240 (remote_trace_set_readonly_regions): Fix prototype.
7241 (remote_trace_start): Fix prototype. Check for empty reply.
7242 (remote_get_trace_status): Small cleanup.
7243 (remote_trace_stop): Fix prototype. Check for empty reply.
7244 (remote_trace_find): Check for empty reply.
7245 (remote_save_trace_data): Validate reply.
7246 (remote_set_disconnected_tracing): Check for empty reply, and
7247 validate reply.
7248 (remote_set_circular_trace_buffer): Ditto.
7249
7250 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
7251
7252 Suppress unused value warning during compilation.
7253 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
7254 calls to void.
7255 * tui/tui-stack.c (tui_show_locator_content): Likewise.
7256
7257 2010-04-12 Stan Shebs <stan@codesourcery.com>
7258
7259 * tracepoint.c (tfile_xfer_partial): Check read result.
7260
7261 2010-04-12 Mike Frysinger <vapier@gentoo.org>
7262
7263 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
7264 * remote-sim.c (gdbsim_files_info): Likewise.
7265
7266 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7267
7268 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
7269 * arm-linux-nat.c (arm_linux_vfp_register_count): New
7270 variable.
7271 (fetch_vfp_registers): New function to fetch VFP registers.
7272 (store_vfp_registers): New function to store VFP registers.
7273 (arm_linux_fetch_inferior_registers): Add support for VFP
7274 registers.
7275 (arm_linux_store_inferior_registers): Likewise.
7276 (arm_linux_read_description): Likewise.
7277 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
7278 until we need it.
7279
7280 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
7281
7282 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
7283 tdep.
7284 (amd64_collect_xstateregset): Likewise.
7285
7286 2010-04-09 Stan Shebs <stan@codesourcery.com>
7287
7288 * tracepoint.c (trace_status_mi): Report frames created.
7289
7290 * tracepoint.c (trace_dump_command): Include default-collect
7291 expressions.
7292
7293 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
7294
7295 * symtab.c (find_function_start_sal): Never return SAL pointing
7296 before function start address, even if line info is missing.
7297
7298 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7299
7300 * NEWS: Mention tracepoints support.
7301
7302 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7303
7304 * tracepoint.c (trace_status_mi): Report disconnected tracing and
7305 circular trace buffer statuses.
7306
7307 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7308
7309 * config/djgpp/fnchange.lst: Fix typo in translations for
7310 symbol-without-target_section.exp and symbol-without-target_section.c.
7311
7312 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7313
7314 * breakpoint.c (condition_command): Pass condition expression to
7315 set_breakpoint_condition stripped from breakpoint number.
7316
7317 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
7318 Thiago Jung Bauermann <bauerman@br.ibm.com>
7319 Tom Tromey <tromey@redhat.com>
7320
7321 * breakpoint.c (condition_command): Simplify. Move condition
7322 setting code to ...
7323 (set_breakpoint_condition): ... here. New function.
7324 * breakpoint.h (set_breakpoint_condition): Declare.
7325 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
7326 (SUBDIR_PYTHON_SRCS): Likewise.
7327 (py-breakpoint.o): New rule.
7328 * python/py-breakpoint.c: New file.
7329 * python/python-internal.h (gdbpy_breakpoints)
7330 (gdbpy_initialize_breakpoints): Declare.
7331 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
7332
7333 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7334
7335 * regformats/regdat.sh: Include server.h. Don't include
7336 regcache.h.
7337
7338 2010-04-08 Stan Shebs <stan@codesourcery.com>
7339 Pedro Alves <pedro@codesourcery.com>
7340
7341 * tracepoint.h (struct trace_status): New fields disconnected_tracing
7342 and circular_buffer.
7343 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
7344 * tracepoint.c (trace_status_command): Display target's status for
7345 disconnected tracing and circular buffer.
7346 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
7347 query for non-disconnected-tracing case, remove the stop_tracing
7348 call.
7349 (tfile_open): Clear disconnected and circular buffer status.
7350 (trace_save): Save disconnected and circular buffer status.
7351 (parse_trace_status): Parse disconnected and circular buffer status,
7352 also recognize disconnected as a stop reason.
7353 * remote.c (remote_set_disconnected_tracing): Only set
7354 QTDisconnected if the remote end supports disconnected tracing.
7355 Warn otherwise, if trying to enable disconnected tracing.
7356 * infcmd.c (detach_command): Update disconnect_tracing call.
7357 * cli/cli-cmds.c (quit_command): Ditto.
7358
7359 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7360
7361 * i387-tdep.c (i387_collect_xsave): Replace abort with
7362 internal_error.
7363
7364 2010-04-08 Stan Shebs <stan@codesourcery.com>
7365
7366 * breakpoint.c (default_collect_info): New function.
7367 (breakpoints_info): Call it.
7368 (maintenance_info_breakpoints): Ditto.
7369 (tracepoints_info): Ditto.
7370
7371 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7372
7373 * i387-tdep.c (i387_collect_xsave): Re-indent.
7374
7375 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7376
7377 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
7378 if HAVE_PTRACE_GETFPXREGS is defined.
7379 (i386_linux_read_description): Set have_ptrace_getfpxregs and
7380 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
7381
7382 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
7383 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
7384 if .reg-xfp section doesn't exist.
7385 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
7386
7387 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
7388
7389 * i386-tdep.c: Include "features/i386/i386-mmx.c".
7390 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
7391 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
7392 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
7393 (i386_gdbarch_init): Update comments.
7394 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
7395
7396 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
7397
7398 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
7399
7400 * features/Makefile (i386/i386-mmx-expedite): New.
7401 (i386/i386-mmx-linux-expedite): Likewise.
7402 ($(outdir)/i386/i386-mmx.dat): Likewise.
7403 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
7404
7405 * features/i386/i386-mmx-linux.c: New.
7406 * features/i386/i386-mmx-linux.xml: Likewise.
7407 * features/i386/i386-mmx.c: Likewise.
7408 * features/i386/i386-mmx.xml: Likewise.
7409 * regformats/i386/i386-mmx-linux.dat: Likewise.
7410 * regformats/i386/i386-mmx.dat: Likewise.
7411
7412 * features/Makefile (WHICH): Add i386/i386-mmx and
7413 i386/i386-mmx-linux.
7414
7415 2010-04-08 Doug Evans <dje@google.com>
7416
7417 * source.c (openp): Skip $cdir in PATH.
7418
7419 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
7420
7421 PR python/11417
7422 * python/py-lazy-string.c (stpy_convert_to_value): Check for
7423 a NULL address.
7424 (gdbpy_create_lazy_string_object): Allow strings with a NULL
7425 address and a zero length.
7426
7427 2010-04-08 Hui Zhu <teawater@gmail.com>
7428
7429 * i386-tdep.c (i386_process_record): Add support for insn
7430 rdtsc.
7431
7432 2010-04-07 Doug Evans <dje@google.com>
7433
7434 * python/python.c (source_python_script): Use ensure_python_env
7435 to prepare environment for script.
7436
7437 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7438
7439 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
7440 <sys/uio.h> and "i386-xstate.h".
7441 (PTRACE_GETREGSET): New.
7442 (PTRACE_SETREGSET): Likewise.
7443 (have_ptrace_getregset): Likewise.
7444 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
7445 registers.
7446 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
7447 registers.
7448 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
7449 (amd64_linux_store_inferior_registers): Likewise.
7450 (amd64_linux_read_description): Check and enable AVX target
7451 descriptions.
7452
7453 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
7454 and "features/i386/amd64-avx-linux.c".
7455 (amd64_linux_regset_sections): New.
7456 (amd64_linux_core_read_description): Check and enable AVX
7457 target description.
7458 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
7459 set_gdbarch_core_regset_sections.
7460 (_initialize_amd64_linux_tdep): Call
7461 initialize_tdesc_amd64_avx_linux.
7462
7463 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
7464 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
7465 (tdesc_amd64_avx_linux): New.
7466 (amd64_linux_update_xstateregset): Likewise.
7467
7468 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
7469 (amd64_ymm_names): New.
7470 (amd64_ymmh_names): Likewise.
7471 (amd64_register_name): Likewise.
7472 (amd64_supply_xstateregset): Likewise.
7473 (amd64_collect_xstateregset): Likewise.
7474 (amd64_supply_xsave): Likewise.
7475 (amd64_collect_xsave): Likewise.
7476 (AMD64_NUM_REGS): Removed.
7477 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
7478 %xmmN if AVX is available.
7479 (amd64_pseudo_register_name): Support pseudo YMM registers.
7480 (amd64_regset_from_core_section): Support .reg-xstate section.
7481 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7482 and ymm0h_regnum. Call set_gdbarch_register_name.
7483 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7484
7485 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7486 AMD64_YMM15H_REGNUM.
7487 (AMD64_NUM_REGS): New.
7488 (amd64_supply_xsave): Likewise.
7489 (amd64_collect_xsave): Likewise.
7490 (amd64_register_name): Removed.
7491 (amd64_register_type): Likewise.
7492
7493 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7494
7495 * i387-tdep.c: Include "i386-xstate.h".
7496 (XSAVE_XSTATE_BV_ADDR): New.
7497 (xsave_avxh_offset): Likewise.
7498 (XSAVE_AVXH_ADDR): Likewise.
7499 (i387_supply_xsave): Likewise.
7500 (i387_collect_xsave): Likewise.
7501
7502 * i387-tdep.h (I387_NUM_YMM_REGS): New.
7503 (I387_YMM0H_REGNUM): Likewise.
7504 (I387_YMMENDH_REGNUM): Likewise.
7505 (i387_supply_xsave): Likewise.
7506 (i387_collect_xsave): Likewise.
7507
7508 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7509
7510 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7511 <sys/uio.h> and "i386-xstate.h".
7512 (PTRACE_GETREGSET): New.
7513 (PTRACE_SETREGSET): Likewise.
7514 (fetch_xstateregs): Likewise.
7515 (store_xstateregs): Likewise.
7516 (GETXSTATEREGS_SUPPLIES): Likewise.
7517 (regmap): Include 8 upper YMM registers.
7518 (i386_linux_fetch_inferior_registers): Support XSAVE extended
7519 state.
7520 (i386_linux_store_inferior_registers): Likewise.
7521 (i386_linux_read_description): Check and enable AVX target
7522 descriptions.
7523
7524 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7525 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7526 (i386_linux_regset_sections): Add ".reg-xstate".
7527 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7528 (i386_linux_core_read_xcr0): New.
7529 (i386_linux_core_read_description): Check and enable AVX target
7530 description.
7531 (i386_linux_init_abi): Set xsave_xcr0_offset.
7532 (_initialize_i386_linux_tdep): Call
7533 initialize_tdesc_i386_avx_linux.
7534
7535 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7536 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7537 (i386_linux_core_read_xcr0): New.
7538 (tdesc_i386_avx_linux): Likewise.
7539 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7540
7541 * i386-tdep.c: Include "i386-xstate.h" and
7542 "features/i386/i386-avx.c".
7543 (i386_ymm_names): New.
7544 (i386_ymmh_names): Likewise.
7545 (i386_ymmh_regnum_p): Likewise.
7546 (i386_ymm_regnum_p): Likewise.
7547 (i386_xmm_regnum_p): Likewise.
7548 (i386_register_name): Likewise.
7549 (i386_ymm_type): Likewise.
7550 (i386_supply_xstateregset): Likewise.
7551 (i386_collect_xstateregset): Likewise.
7552 (i386_sse_regnum_p): Removed.
7553 (i386_pseudo_register_name): Support pseudo YMM registers.
7554 (i386_pseudo_register_type): Likewise.
7555 (i386_pseudo_register_read): Likewise.
7556 (i386_pseudo_register_write): Likewise.
7557 (i386_dbx_reg_to_regnum): Return %ymmN register number for
7558 %xmmN if AVX is available.
7559 (i386_regset_from_core_section): Support .reg-xstate section.
7560 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7561 (i386_process_record): Replace i386_sse_regnum_p with
7562 i386_xmm_regnum_p.
7563 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7564 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7565 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
7566 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
7567 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
7568 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7569 Set ymm0_regnum.
7570 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7571
7572 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7573 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7574 i386_ymm_type.
7575 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7576 (I386_AVX_NUM_REGS): New.
7577 (i386_xmm_regnum_p): Likewise.
7578 (i386_ymm_regnum_p): Likewise.
7579 (i386_ymmh_regnum_p): Likewise.
7580
7581 * common/i386-xstate.h: New.
7582
7583 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7584
7585 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7586
7587 * features/Makefile (WHICH): Add i386/i386-avx,
7588 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7589 (i386/i386-avx-expedite): New.
7590 (i386/i386-avx-linux-expedite): Likewise.
7591 (i386/x86-64-avx-expedite):Likewise.
7592 (i386/x86-64-avx-linux-expedite): Likewise.
7593 ($(outdir)/i386/i386-avx.dat): New dependency.
7594 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7595 ($(outdir)/i386/x86-avx-64.dat): Likewise.
7596 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7597
7598 * features/i386/32bit-avx.xml: New.
7599 * features/i386/64bit-avx.xml: Likewise.
7600 * features/i386/i386-avx-linux.c: Likewise.
7601 * features/i386/i386-avx-linux.xml: Likewise.
7602 * features/i386/i386-avx.c: Likewise.
7603 * features/i386/i386-avx.xml: Likewise.
7604 * features/i386/x86-64-avx-linux.c: Likewise.
7605 * features/i386/x86-64-avx-linux.xml: Likewise.
7606 * features/i386/x86-64-avx.c: Likewise.
7607 * features/i386/x86-64-avx.xml: Likewise.
7608 * regformats/i386/i386-avx-linux.dat: Likewise.
7609 * regformats/i386/i386-avx.dat: Likewise.
7610 * regformats/i386/x86-64-avx-linux.dat: Likewise.
7611 * regformats/i386/x86-64-avx.dat: Likewise.
7612
7613 2010-04-07 Doug Evans <dje@google.com>
7614
7615 * top.c (source_file_name): Make const char *.
7616 * top.h (source_file_name): Update.
7617 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7618 const char *.
7619 (script_from_file): Change `file' arg to const char *.
7620 * cli/cli-script.h (script_from_file): Update.
7621
7622 2010-04-06 Doug Evans <dje@google.com>
7623
7624 * cli/cli-cmds.c (source_command): Run cleanups.
7625
7626 2010-04-06 Stan Shebs <stan@codesourcery.com>
7627
7628 * defs.h (char_ptr): Move typedef here from...
7629 * ada-lang.c (char_ptr): Remove.
7630 * charset.c (char_ptr): Remove.
7631 * tracepoint.h (struct uploaded_string): Remove.
7632 (struct uploaded_tp): Use vectors for string arrays.
7633 * tracepoint.c (trace_save): Use vectors of actions.
7634 (parse_tracepoint_definition): Ditto.
7635 (get_uploaded_tp): Clear vectors.
7636 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7637 (next_cmd): Change to an int.
7638 (read_next_cmd): Use vector of command strings.
7639
7640 2010-04-06 Doug Evans <dje@google.com>
7641
7642 * top.h (source_script, cd_command): Delete.
7643 * main.c: #include "cli/cli-cmds.h"
7644
7645 2010-04-06 Kevin Buettner <kevinb@redhat.com>
7646
7647 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7648 type in bytes, not bits.
7649
7650 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7651
7652 * stabsread.c (define_symbol): Add support for char
7653 and string constants.
7654
7655 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7656
7657 Remove remaining "%ll" uses.
7658 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7659 hex_string call.
7660 * rs6000-nat.c (rs6000_ptrace64): Idem.
7661 * solib-pa64.c (pa64_current_sos): Idem.
7662 * solib-spu.c (spu_current_sos): Idem.
7663 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7664 plongest call.
7665 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7666 phex (VAR, 8) call.
7667 * sh64-tdep.c (sh64_show_media_regs): Idem.
7668
7669 2010-04-05 Stan Shebs <stan@codesourcery.com>
7670
7671 * tracepoint.c: Include gdbcore.h.
7672 (tfile_xfer_partial): Return partial results, also try reading
7673 from executable.
7674 (tfile_has_all_memory): New function.
7675 (init_tfile_ops): Use it.
7676
7677 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7678
7679 PR gdb/10736:
7680 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7681 the changes in data-directory.
7682 (init_sysinfo): Reload the syscall XML file if the data-directory
7683 has changed.
7684
7685 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7686
7687 Code cleanup.
7688 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7689
7690 2010-04-04 Stan Shebs <stan@codesourcery.com>
7691 Nathan Sidwell <nathan@codesourcery.com>
7692
7693 * breakpoint.c (breakpoint_1): Add filter argument, return number of
7694 breakpoints printed.
7695 (is_hardware_watchpoint): Make argument const.
7696 (is_watchpoint): Ditto.
7697 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7698 use it everywhere.
7699 (breakpoints_info): Pass NULL to breakpoint_1.
7700 (maintenance_info_breakpoints): Ditto.
7701 (watchpoints_info): New function.
7702 (tracepoints_info): Use breakpoint_1 filter.
7703 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7704 (_initialize_breakpoint): Make "info watchpoints" its own command.
7705 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7706 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7707
7708 2010-04-04 Stan Shebs <stan@codesourcery.com>
7709
7710 * tracepoint.c (tfile_fetch_registers): Add fallback case.
7711
7712 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7713
7714 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7715 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7716
7717 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7718
7719 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7720 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7721
7722 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7723
7724 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7725 code form.
7726
7727 2010-04-02 Hui Zhu <teawater@gmail.com>
7728
7729 * i386-tdep.c (OT_DQUAD): New enum.
7730 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7731 SSE3, SSSE3 and SSE4.
7732
7733 2010-04-02 Hui Zhu <teawater@gmail.com>
7734
7735 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7736 "*addr = 0".
7737
7738 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7739
7740 * tracepoint.c (trace_dump_actions): New, factored out from
7741 trace_dump_command, and adjusted to recurse into while-stepping's
7742 action list.
7743 (trace_dump_command): Use it.
7744
7745 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7746
7747 * breakpoint.h (struct counted_command_line): Moved definition to
7748 breakpoint.c, and forward declare.
7749 (breakpoint_commands): Declare.
7750 * breakpoint.c (struct counted_command_line): Moved here.
7751 (breakpoint_commands): New.
7752 * tracepoint.c (encode_actions): Use breakpoint_commands.
7753 * remote.c (remote_download_tracepoint): Ditto.
7754
7755 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7756
7757 * remote.c (remote_parse_stop_reply): Use hex_string instead
7758 of phex_nz for error.
7759
7760 2010-04-01 Stan Shebs <stan@codesourcery.com>
7761 Nathan Sidwell <nathan@codesourcery.com>
7762
7763 * tracepoint.h (enum actionline_type): Remove.
7764 (validate_actionline): Change return to void.
7765 * tracepoint.c (report_agent_reqs_errors): New function.
7766 (validate_actionline): Call it, change return to void, report errors
7767 more consistently.
7768 (collect_symbol): Call report_agent_reqs_errors.
7769 (encode_actions_1): Ditto.
7770 (encode_actions): Don't expect a result from validate_actionline.
7771
7772 2010-04-01 Stan Shebs <stan@codesourcery.com>
7773
7774 * tracepoint.c (trace_start_command): Confirm if trace is running.
7775 (trace_stop_command): Error if trace not running.
7776
7777 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7778
7779 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7780 (AMD64_NUM_LOWER_BYTE_REGS): New.
7781 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7782 (amd64_pseudo_register_write): Likewise.
7783 (amd64_init_abi): Set num_byte_regs to 20.
7784
7785 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7786
7787 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7788 (prev_breakpoint_count): New.
7789 (set_breakpoint_count): Adjust.
7790 (rbreak_start_breakpoint_count): New.
7791 (start_rbreak_breakpoints): Adjust.
7792 (end_rbreak_breakpoints): Adjust.
7793 (struct commands_info) <arg>: New field.
7794 (do_map_commands_command): Tweak output to include breakpoint spec
7795 range.
7796 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
7797 ARG was empty on entry. Set INFO's arg.
7798 (create_breakpoint): Adjust.
7799
7800 * NEWS: Clarify `commands' changes.
7801
7802 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7803
7804 * tracepoint.c: Include stack.h.
7805 (struct add_local_symbols_data): New.
7806 (do_collect_symbol): New.
7807 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7808 iterate_over_block_local_vars.
7809 * stack.c (print_block_frame_locals): Rewrite as ...
7810 (iterate_over_block_locals): ... this. Take a callback function
7811 pointer and generic data pointer, and call that instead of
7812 print_variable_and_value.
7813 (struct print_variable_and_value_data): New.
7814 (do_print_variable_and_value): New.
7815 (iterate_over_block_local_vars): New, abstracted out from
7816 print_frame_local_vars.
7817 (print_frame_local_vars): Rewrite using
7818 iterate_over_block_local_vars.
7819 (iterate_over_block_arg_vars): New, abstracted out from
7820 print_frame_arg_vars.
7821 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7822 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7823 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7824
7825 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
7826
7827 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7828 instructions. Use the PC+4 if the base of the TBB or TBH is the
7829 PC register.
7830
7831 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7832
7833 Fix crash on reading wrong function declaration DWARF.
7834 * dwarf2read.c (read_subroutine_type): New variable void_type.
7835 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
7836 more close to their use.
7837
7838 2010-03-31 Stan Shebs <stan@codesourcery.com>
7839
7840 * breakpoint.c (tracepoint_save_command): Include variables,
7841 conditionals, tracepoint types, and default-collect.
7842 * tracepoint.c (save_trace_state_variables): New function.
7843 * tracepoint.h (save_trace_state_variables): Declare it.
7844
7845 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
7846
7847 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7848
7849 2010-03-30 Keith Seitz <keiths@redhat.com>
7850
7851 * c-typeprint.c (c_type_print_args): Don't print "void"
7852 for java, regardless of whether it is TYPE_PROTOTYPED.
7853 Use the passed-in language instead of current_language.
7854 (c_type_print_varspec_suffix): Use current_language instead
7855 of assuming language_c.
7856 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7857 any return type specifier from the physname.
7858
7859 2010-03-30 Pedro Alves <pedro@codesourcery.com>
7860
7861 * tui/tui-interp.c (tui_is_toplevel): New.
7862 (tui_init): Set it.
7863 (tui_allowed_p): New.
7864 * tui/tui.c (tui_enable): Check if the TUI is allowed before
7865 enabling it.
7866 * tui/tui.h (tui_allowed_p): Declare.
7867
7868 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
7869
7870 * serial.h: Include winsock2.h before windows.h.
7871
7872 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
7873
7874 * NEWS: Mention xmlRegisters= in qSupported packet.
7875
7876 * i386-tdep.c: Include "remote.h".
7877 (_initialize_i386_tdep): Call register_remote_support_xml.
7878
7879 * remote.c (remote_support_xml): New.
7880 (register_remote_support_xml): Likewise.
7881 (remote_query_supported_append): Likewise.
7882 (remote_query_supported): Support remote_support_xml.
7883
7884 * remote.h (register_remote_support_xml): New.
7885
7886 2010-03-29 Stan Shebs <stan@codesourcery.com>
7887
7888 * tracepoint.c (trace_find_line_command): Remove dead code.
7889
7890 * tracepoint.h (struct uploaded_string): New struct.
7891 (struct uploaded_tp): New fields for source strings.
7892 * breakpoint.c (this_utp, next_cmd): New globals.
7893 (read_uploaded_action): New function.
7894 (create_tracepoint_from_upload): Fill in more parts
7895 of a tracepoint.
7896 * tracepoint.c (encode_source_string): New function.
7897 (trace_save): Write out source strings, fix error checks.
7898 (parse_tracepoint_definition): Add source string parsing.
7899 * remote.c (PACKET_TracepointSource): New packet type.
7900 (remote_download_command_source): New function.
7901 (remote_download_tracepoint): Download source pieces also.
7902 (_initialize_remote): Add packet config command.
7903
7904 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7905 expression handler.
7906
7907 * tracepoint.c (start_tracing): Check tracepoints before sending
7908 commands to target, don't start if all tracepoints disabled.
7909
7910 2010-03-28 Pedro Alves <pedro@codesourcery.com>
7911
7912 * cli/cli-script.c (process_next_line): Handle 'stepping'.
7913
7914 2010-03-26 Stan Shebs <stan@codesourcery.com>
7915
7916 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7917
7918 2010-03-26 Tom Tromey <tromey@redhat.com>
7919
7920 * breakpoint.c (commands_command_1): Duplicate 'arg'.
7921
7922 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7923
7924 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7925 (skip_prologue_sal): Remove local definition.
7926 (resolve_sal_pc): Remove now unnecessary code.
7927 * linespec.c (minsym_found): Call skip_prologue_sal.
7928 * symtab.c (find_function_start_pc): Remove.
7929 (find_function_start_sal): Extract prologue skipping into ...
7930 (skip_prologue_sal): ... this new function. Handle code both
7931 with and without debug info. Respect SAL's explicit_pc and
7932 explicit_line flags. Inline old find_function_start_pc.
7933 * symtab.h (find_function_start_pc): Remove.
7934 (skip_prologue_sal): Add prototype.
7935
7936 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7937
7938 * dwarf2read.c (read_func_scope): Also scan specification DIEs
7939 for DW_TAG_imported_module children.
7940
7941 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7942
7943 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7944 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7945 * completer.c (add_struct_fields): Fix inverted logic.
7946
7947 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7948
7949 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7950
7951 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7952
7953 * tracepoint.c (current_trace_status): Don't make sure error_desc
7954 is non-NULL here.
7955 (parse_trace_status): Release a previous error_desc string, and
7956 set it to NULL by default. If stop reason is tracepoint_error,
7957 make sure error_desc is not left NULL.
7958
7959 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7960
7961 * tracepoint.c (trace_save): Remove X from tracepoint error
7962 description.
7963
7964 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7965
7966 * tracepoint.c (parse_trace_status): Don't allow plain strings in
7967 the terror description. Don't expect an X prefix.
7968
7969 2010-03-25 Stan Shebs <stan@codesourcery.com>
7970
7971 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7972 (struct trace_status): New field error_desc.
7973 * tracepoint.c (stop_reason_names): Add terror.
7974 (current_trace_status): Ensure non-NULL error description.
7975 (trace_status_command): Add error report.
7976 (trace_status_mi): Ditto.
7977 (trace_save): Add special case for error description.
7978 (parse_trace_status): Add case for errors.
7979
7980 2010-03-25 Keith Seitz <keiths@redhat.com>
7981
7982 * dwarf2read.c (read_subroutine_type): If the compilation unit
7983 language is Java, mark any formal parameter named "this" as
7984 artificial (GCC/43521).
7985 (dwarf2_name): Add special handling for Java constructors.
7986
7987 2010-03-25 Tom Tromey <tromey@redhat.com>
7988
7989 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7990 * infrun.c (handle_inferior_event): Change initialization of
7991 stop_stack_dummy.
7992 (handle_inferior_event): Change assignment to stop_stack_dummy.
7993 (normal_stop): Update use of stop_stack_dummy.
7994 (struct inferior_status) <stop_stack_dummy>: Change type.
7995 * inferior.h (stop_stack_dummy): Update.
7996 * infcmd.c (stop_stack_dummy): Change type.
7997 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7998 function.
7999 (call_function_by_hand): Call set_std_terminate_breakpoint.
8000 Rewrite std::terminate handling.
8001 * breakpoint.h (enum bptype) <bp_std_terminate,
8002 bp_std_terminate_master>: New.
8003 (enum stop_stack_kind): New.
8004 (struct bpstat_what) <call_dummy>: Change type.
8005 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
8006 Declare.
8007 * breakpoint.c (create_std_terminate_master_breakpoint): New
8008 function.
8009 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
8010 Call create_std_terminate_master_breakpoint.
8011 (print_it_typical): Handle new breakpoint kinds.
8012 (bpstat_stop_status): Handle bp_std_terminate_master.
8013 (bpstat_what): Correctly set call_dummy field. Handle
8014 bp_std_terminate_master and bp_std_terminate.
8015 (print_one_breakpoint_location): Update.
8016 (allocate_bp_location): Update.
8017 (set_std_terminate_breakpoint): New function.
8018 (delete_std_terminate_breakpoint): Likewise.
8019 (create_thread_event_breakpoint): Update.
8020 (delete_command): Update.
8021 (breakpoint_re_set_one): Update.
8022 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
8023
8024 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8025
8026 * symfile.c (build_section_addr_info_from_bfd): New.
8027 (build_section_addr_info_from_objfile): Base it on
8028 build_section_addr_info_from_bfd.
8029 (addrs_section_compar, addrs_section_sort): New.
8030 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
8031 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
8032 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
8033
8034 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
8035
8036 * elfread.c (find_separate_debug_file_by_buildid):
8037 Remove unused local variable.
8038
8039 2010-03-24 Tom Tromey <tromey@redhat.com>
8040
8041 PR breakpoints/9352:
8042 * NEWS: Mention changes to `commands' and `rbreak'.
8043 * symtab.c (do_end_rbreak_breakpoints): New function.
8044 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
8045 end_rbreak_breakpoints.
8046 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
8047 (set_breakpoint_count): Likewise. Clear last_was_multi.
8048 (multi_start, multi_end, last_was_multi): New globals.
8049 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
8050 functions.
8051 (struct commands_info): New
8052 (do_map_commands_command): New function.
8053 (commands_command_1): New function.
8054 (commands_command): Use it.
8055 (commands_from_control_command): Likewise.
8056 (do_delete_breakpoint): New function.
8057 (delete_command): Use it.
8058 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
8059 (do_map_disable_breakpoint): New function.
8060 (disable_command): Use it.
8061 (do_map_enable_breakpoint): New function.
8062 (enable_command): Use it.
8063 (enable_once_breakpoint): Add argument.
8064 (enable_once_command): Update.
8065 (enable_delete_breakpoint): Add argument.
8066 (enable_delete_command): Update.
8067 (break_command_really): Set last_was_multi when needed.
8068 (check_tracepoint_command): Fix formatting.
8069 (validate_commands_for_breakpoint): New function.
8070 (breakpoint_set_commands): Use it.
8071 (tracepoint_save_command): Update.
8072 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
8073 Declare.
8074
8075 2010-03-24 Tom Tromey <tromey@redhat.com>
8076
8077 * breakpoint.h (struct counted_command_line): New struct.
8078 (struct breakpoint) <commands>: Change type.
8079 (struct bpstats) <commands>: Change type.
8080 <commands_left>: New field.
8081 * breakpoint.c (alloc_counted_command_line): New function.
8082 (incref_counted_command_line): Likewise.
8083 (decref_counted_command_line): Likewise.
8084 (do_cleanup_counted_command_line): Likewise.
8085 (make_cleanup_decref_counted_command_line): Likewise.
8086 (breakpoint_set_commands): Use decref_counted_command_line and
8087 alloc_counted_command_line.
8088 (commands_command): Don't error if breakpoint commands are
8089 executing.
8090 (commands_from_control_command): Likewise.
8091 (bpstat_free): Update.
8092 (bpstat_copy): Likewise.
8093 (bpstat_clear_actions): Likewise.
8094 (bpstat_do_actions_1): Likewise.
8095 (bpstat_stop_status): Likewise.
8096 (print_one_breakpoint_location): Likewise.
8097 (delete_breakpoint): Likewise.
8098 (bpstat_alloc): Initialize new field.
8099 (tracepoint_save_command): Update.
8100 * tracepoint.c (encode_actions): Update.
8101 (trace_dump_command): Update.
8102
8103 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8104
8105 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
8106 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
8107 (read_structure_type): For RealView, set TYPE_STUB on structures with
8108 no byte size and no children.
8109 (read_subroutine_type): Mark functions as prototyped by default.
8110 * symtab.c (producer_is_realview): New function.
8111 * symtab.h (expand_line_sal): Fix declaration formatting.
8112 (producer_is_realview): Declare.
8113
8114 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8115
8116 * arm-tdep.c (skip_prologue_function): New function.
8117 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
8118 (thumb_analyze_prologue): Document return value. Recognize more
8119 Thumb instructions, skippable calls, and some Thumb-2 instructions.
8120 Add debug output.
8121 (arm_skip_prologue): Remove call dummy check. Check the prologue
8122 for non-GNU compilers.
8123 (arm_instruction_changes_pc): New function.
8124 (arm_analyze_prologue): New function, broken out from
8125 arm_scan_prologue. Recognize more ARM instructions and skippable
8126 calls. Update comments. Handle NULL cache. Return the address
8127 of the first unrecognized instruction. Do not skip past other
8128 instructions which change control flow. Add debug output.
8129 (arm_scan_prologue): Use arm_analyze_prologue.
8130 (ARM_PC_32): Delete.
8131 (shifted_reg_val): Simplify ARM_PC_32 check.
8132
8133 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8134
8135 * tracepoint.c (tvariables_info_1): Actually compute
8136 the number of rows in the result.
8137
8138 2010-03-24 Pedro Alves <pedro@codesourcery.com>
8139
8140 * remote.c (crc32): Constify `buf' parameter.
8141 (remote_verify_memory): New, abstracted out from...
8142 (compare_sections_command): ... this. Remove hardcoded target
8143 checks.
8144 (init_remote_ops): Install remote_verify_memory.
8145 * target.c (target_verify_memory): New.
8146 * target.h (struct target_ops) <to_verify_memory>: New field.
8147 (target_verify_memory): Declare.
8148
8149 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8150
8151 Implement -trace-save.
8152
8153 * mi-cmds.h (mi_cmds_trace_save): Declare.
8154 * mi-cmds.c (mi_cmds): Register -trace-save.
8155 * mi/mi-main.c (mi_cmd_trace_save): New.
8156 * remote.c (remote_save_trace_data): Take const parameter.
8157 * target.h (struct target_ops::to_save_trace_data): Take
8158 const parameter.
8159 * target.c (update_current_target): Adjust to the above.
8160 * tracepoint.c (trave_save): New, extracted from
8161 (trace_save_command): ...this.
8162 (tfile_trace_find): Remove message that is unnecessary now
8163 that 'tfind' reports found frame.
8164 * tracepoint.h (trace_save): Declare.
8165
8166 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8167
8168 Implement -trace-find.
8169
8170 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
8171 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
8172 * mi/mi-main.c (mi_cmd_trace_find): New.
8173 * target.h (struct target_ops): Document to_trace_find.
8174 * tracepoint.h (tfind_1): Declare.
8175 * tracepoint.c (finish_tfind_command): Rename to...
8176 (tfind_1): ...this.
8177 * remote.c (remote_trace_find): Return -1 if target say
8178 there's no frame. Improve error diagnostics.
8179
8180 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8181
8182 -trace-define-variable and -trace-list-variables.
8183
8184 * tracepoint.c (create_trace_state_variable): Make
8185 private copy of name, as opposed to assuming the
8186 pointer lives forever.
8187 (tvariables_info_1): New.
8188 (tvariables_info): Use the above.
8189 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
8190 Declare.
8191 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
8192 and -trace-list-variables.
8193 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
8194 (mi_cmd_trace_list_variables): New.
8195 * mi/mi-main.c (mi_cmd_trace_define_variable)
8196 (mi_cmd_trace_list_variables): New.
8197
8198 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8199
8200 Implement -break-passcount.
8201
8202 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
8203 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
8204 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
8205
8206 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8207
8208 -trace-start/-trace-end/-trace-status.
8209
8210 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
8211 and -trace-stop.
8212 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
8213 (mi_cmd_trace_stop): Declare.
8214 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
8215 (mi_cmd_trace_stop): New.
8216 * tracepoint.c (start_tracing): New, extracted from...
8217 (trace_start_command): ...this.
8218 (trace_status_mi): New.
8219 * tracepoint.h (struct trace_status): Document
8220 stopping_tracepoint.
8221 (start_tracing, stop_tracing, trace_status_mi): Declare.
8222
8223 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8224
8225 Implement creating tracepoints with -break-insert.
8226
8227 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
8228 to mean that tracepoint should be created.
8229
8230 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8231
8232 * breakpoint.c (check_no_tracepoint_commands): Use
8233 current spelling of 'teval'.
8234
8235 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
8236
8237 Unify actions and commands
8238
8239 * defs.h (read_command_lines, read_command_lines_1): New
8240 parameters validator and closure.
8241 * tracepoint.h (struct action_line): Remove.
8242 * breakpoint.h (struct breakpoint): Remove the 'actions'
8243 field.
8244 * defs.h (enum command_control_type): New value
8245 while_stepping_control.
8246 (struct command_line): Add comments.
8247 * breakpoint.c (breakoint_is_tracepoint): New.
8248 (breakpoint_set_commands): For tracepoints,
8249 verify the commands are permissible.
8250 (check_tracepoint_commands): New.
8251 (commands_command): Require that each new line is validated using
8252 check_tracepoint_command, if we set commands for a tracepoint.
8253 (create_tracepoint_from_upload): Likewise.
8254 (print_one_breakpoint_location): Remove the code to print
8255 actions specifically.
8256 (tracepoint_save_command): Relay to print_command_lines.
8257 * cli/cli-script.c (process_next_line): New parameters validator
8258 and closure. Handle 'while-stepping'. Call validator if not null.
8259 (read_command_lines, read_command_lines1): Likewise.
8260 (recurse_read_control_structure): New parameters validator and
8261 closure. Handle while_stepping_control.
8262 (print_command_lines): Handle while-stepping.
8263 (get_command_line, define_command, document_command): Adjust.
8264 * remote.c (remote_download_tracepoint): Adjust.
8265 * tracepoint.c (make_cleanup_free_actions, read_actions)
8266 (free_actions, do_free_actions_cleanup): Remove.
8267 (trace_actions_command): Use read_command_lines.
8268 (validate_actionline): Use error in one place.
8269 (encode_actions_1): New, extracted from...
8270 (encode_actions): ...this. Also use cleanups for exception
8271 safety.
8272 (trace_dump_command): Adjust.
8273 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
8274 it's tracepoint.
8275
8276 2010-03-23 Mike Frysinger <vapier@gentoo.org>
8277
8278 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
8279
8280 2010-03-22 Stan Shebs <stan@codesourcery.com>
8281
8282 * value.c (value_static_field): Be lazy about the field's value.
8283
8284 2010-03-22 Reid Kleckner <reid@kleckner.net>
8285
8286 PR gdb/11094
8287 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
8288 bp_jit_event.
8289 (disable_breakpoints_in_shlibs): Likewise.
8290
8291 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
8292
8293 * dwarf2read.c (partial_die_parent_scope): Work around buggy
8294 GCC 4.1 debug info generation (GCC PR c++/28460).
8295 (determine_prefix): Likewise.
8296
8297 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
8298
8299 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
8300 get_current_arch.
8301 * tui/tui-layout.c (extract_display_start_addr): Likewise.
8302
8303 2010-03-19 Stan Shebs <stan@codesourcery.com>
8304
8305 * ax-gdb.c (gen_fetch): Handle bool.
8306 (gen_usual_unary): Ditto.
8307 (gen_cast): Ditto.
8308 (gen_equal): New function.
8309 (gen_less): New function.
8310 (gen_expr_binop_rest): Call them, also return integer type from
8311 logical operations.
8312 (gen_expr): Ditto.
8313
8314 2010-03-19 Tom Tromey <tromey@redhat.com>
8315
8316 * jv-lang.c (jv_dynamics_objfile_data_key)
8317 (jv_type_objfile_data_key): New globals.
8318 (class_symtab): Move earlier.
8319 (jv_per_objfile_free): New function.
8320 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
8321 parameter.
8322 Remove ancient #if 1.
8323 (add_class_symbol): Remove redundant declaration.
8324 (java_lookup_class): Use alloc_type, not alloc_type_arch.
8325 (java_link_class_type): Mark as static. Update.
8326 (jv_clear_object_type): New function.
8327 (set_java_object_type): Likewise.
8328 (get_java_object_type): Use set_java_object_type.
8329 (is_object_type): Likewise.
8330 (_initialize_java_language): Register new objfile keys.
8331 (get_java_class_symtab): Add 'gdbarch' parameter.
8332 (add_class_symtab_symbol): Update.
8333 (type_from_class): Update.
8334
8335 2010-03-19 Stan Shebs <stan@codesourcery.com>
8336
8337 * ax-general.c (ax_const_l): Fix a sizing bug.
8338
8339 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8340
8341 GDB 7.1 released.
8342
8343 2010-03-18 Stan Shebs <stan@codesourcery.com>
8344 Pedro Alves <pedro@codesourcery.com>
8345
8346 * target.h (struct target_ops): New method
8347 to_set_circular_trace_buffer.
8348 (target_set_circular_trace_buffer): New macro.
8349 * target.c (update_current_target): Add
8350 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
8351 default behavior.
8352 * remote.c (remote_set_circular_trace_buffer): New function.
8353 (init_remote_ops): Add it to vector.
8354 * tracepoint.h (struct trace_status): New field traceframes_created,
8355 change buffer_size and buffer_free to int.
8356 * tracepoint.c (circular_trace_buffer): New global.
8357 (start_tracing): Send values of disconnected tracing and circular
8358 trace buffer settings.
8359 (set_circular_trace_buffer): New function.
8360 (parse_trace_state): Handle total space and frames created.
8361 (trace_status_command): Display total space and total frames
8362 created.
8363 (trace_save): Write out new status values.
8364 (parse_trace_status): Set traceframe_count, traceframes_created,
8365 buffer_free and buffer_size to -1 by default.
8366 (_initialize_tracepoint): New setshow for circular-trace-buffer.
8367 * NEWS: Mention the circular trace buffer option.
8368
8369 2010-03-18 Tom Tromey <tromey@redhat.com>
8370
8371 * infcmd.c (finish_command_continuation): Wrap print_return_value
8372 in TRY_CATCH.
8373
8374 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8375
8376 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
8377 DIE has a name before creating the associated partial symbol.
8378 (read_func_scope): Emit a complaint if the subprogram does not
8379 have a name or when we can't extract the subprogram PC bounds.
8380
8381 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
8382
8383 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
8384 instead of selected frame architecture.
8385
8386 2010-03-18 Pedro Alves <pedro@codesourcery.com>
8387
8388 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
8389 a valid selected thread, and that it is not running.
8390 (advance_command): Ditto.
8391 (finish_command): Ditto.
8392
8393 2010-03-17 Stan Shebs <stan@codesourcery.com>
8394
8395 * ax-gdb.c (require_rvalue): Disallow non-scalars.
8396
8397 * infcall.c: Include tracepoint.h.
8398 (call_function_by_hand): Disallow calls in tfind mode.
8399 * infcmd.c: Include tracepoint.h.
8400 (ensure_not_tfind_mode): New function.
8401 (continue_1): Call it.
8402 (step_1) Ditto.
8403 (jump_command): Ditto.
8404 (signal_command): Ditto.
8405 (advance_command): Ditto.
8406 (until_command): Ditto.
8407 (finish_command): Ditto.
8408 * tracepoint.h (disconnect_or_stop_tracing): Declare.
8409
8410 * ax-gdb.h (struct axs_value): New field optimized_out.
8411 (gen_trace_for_var): Add gdbarch argument.
8412 * ax-gdb.c (gen_trace_static_fields): New function.
8413 (gen_traced_pop): Call it, add gdbarch argument.
8414 (gen_trace_for_expr): Update call to it.
8415 (gen_trace_for_var): Ditto, and report optimized-out variables.
8416 (gen_struct_ref_recursive): Check for optimized-out value.
8417 (gen_struct_elt_for_reference): Ditto.
8418 (gen_static_field): Pass gdbarch instead of expression, assume
8419 optimization if field not found.
8420 (gen_var_ref): Set the optimized_out flag.
8421 (gen_expr): Error on optimized-out variable.
8422 * tracepoint.c (collect_symbol): Handle struct-valued vars as
8423 expressions, skip optimized-out variables with computed locations.
8424 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
8425 erroring out if location expression missing.
8426 (loclist_tracepoint_var_ref): Don't error out here.
8427
8428 2010-03-17 Tom Tromey <tromey@redhat.com>
8429
8430 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
8431 DWARF data is available.
8432
8433 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
8434
8435 * symfile.c (generic_load): Reset breakpoints after loading.
8436
8437 2010-03-17 Tom Tromey <tromey@redhat.com>
8438
8439 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
8440
8441 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8442
8443 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
8444 create_breakpoint call, adjust the parameters.
8445
8446 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8447 Chandru <chandru@in.ibm.com>
8448
8449 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
8450 * valarith.c (value_subscripted_rvalue): Suppress error if
8451 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
8452
8453 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
8454
8455 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
8456
8457 2010-03-16 Joel Brobecker <brobecker@adacore.com>
8458
8459 * ada-tasks.c (task_command_1): Check that the task ptid is valid
8460 before doing the associated thread switch.
8461
8462 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
8463
8464 * MAINTAINERS: Update my email address.
8465
8466 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
8467
8468 Simplify MI breakpoint setting.
8469
8470 * breakpoint.c (break_command_really): Make nonstatic and
8471 rename to...
8472 (create_breakpoint): ...this. Rename prior function by this name
8473 to...
8474 (create_breakpoint_sal): ...this.
8475 (create_breakpoints): Rename to...
8476 (create_breakpoints_sal): ...this.
8477 (set_breakpoint): Remove.
8478 * breakpoint.h: Adjust to above changes.
8479 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
8480
8481 2010-03-15 Stan Shebs <stan@codesourcery.com>
8482
8483 * ax-gdb.c: Include cp-support.h.
8484 (find_field): Remove.
8485 (gen_primitive_field): New function.
8486 (gen_struct_ref_recursive): New function.
8487 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8488 of find_field.
8489 (gen_static_field): New function.
8490 (gen_struct_elt_for_reference): New.
8491 (gen_namespace_elt): New.
8492 (gen_maybe_namespace_elt): New.
8493 (gen_aggregate_elt_ref): New.
8494 (gen_expr): Add OP_SCOPE, display opcode name in error message.
8495
8496 2010-03-15 Tom Tromey <tromey@redhat.com>
8497
8498 * dwarf2read.c (die_needs_namespace): Also return 0 for
8499 DW_TAG_subprogram.
8500
8501 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
8502
8503 PR c++/7936:
8504 * cp-support.h: Added char *declaration element to using_direct
8505 data struct.
8506 (cp_add_using): Added char *declaration argument.
8507 (cp_add_using_directive): Ditto.
8508 (cp_lookup_symbol_imports): made extern.
8509 * cp-namespace.c: Updated with the above changes.
8510 * dwarf2read.c (read_import_statement): Ditto.
8511 (read_namespace): Ditto.
8512 (read_import_statement): Support import declarations.
8513 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8514 declarations.
8515 Added support for 'declaration_only' search.
8516 (cp_lookup_symbol_namespace): Attempt to search for the name as
8517 is before consideration of imports.
8518 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8519 search at every block level search.
8520 Now takes language argument.
8521 (lookup_symbol_aux): Updated.
8522
8523 2010-03-15 Tom Tromey <tromey@redhat.com>
8524
8525 * c-exp.y (name_not_typename): Add 'operator' clause.
8526
8527 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
8528
8529 * configure.ac: Exit if ${gdb_target_obs}" is not set.
8530 * configure: Regenerate.
8531
8532 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8533
8534 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8535 and ".sdynbss". Update the comment.
8536
8537 2010-03-15 Jie Zhang <jie@codesourcery.com>
8538
8539 * MAINTAINERS: Update my email address.
8540
8541 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8542
8543 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8544
8545 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8546
8547 * charset.c [USE_WIN32API]: Include <windows.h>.
8548 (_initialize_charset): Correct type of w32_host_default_charset.
8549
8550 2010-03-14 Pedro Alves <pedro@codesourcery.com>
8551
8552 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8553
8554 2010-03-12 Tom Tromey <tromey@redhat.com>
8555
8556 PR c++/9708:
8557 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8558 in a lexical block does not need a namespace.
8559 (new_symbol) <DW_TAG_variable>: Put extern variables on
8560 list_in_scope in all cases.
8561
8562 2010-03-12 Stan Shebs <stan@codesourcery.com>
8563
8564 * ax-gdb.c (gen_expr): Add shift expressions.
8565 (gen_expr_binop_rest): Ditto.
8566
8567 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
8568
8569 * buildsym.c (finish_block): Reset using_directives pointer
8570 after block initialization.
8571
8572 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
8573
8574 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8575 * i386-tdep.c (i386_word_names): Likewise.
8576
8577 2010-03-12 Pedro Alves <pedro@codesourcery.com>
8578
8579 * target.c (memory_xfer_partial): Don't use the stack cache if
8580 inspecting trace frames.
8581 * tracepoint.c (finish_tfind_command): Invalidate the target
8582 dcache.
8583
8584 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8585
8586 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8587 for the PIC displacement, print also the displacement value.
8588 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
8589
8590 2010-03-10 Kevin Buettner <kevinb@redhat.com>
8591
8592 * remote-mips.c (close_ports, mips_initialize_cleanups)
8593 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8594 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8595 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8596 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8597 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8598 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8599 comments describing each of these functions.
8600 (mips_enter_debug, mips_exit_debug, common_open)
8601 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8602 blank line after the comment describing the function.
8603
8604 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8605
8606 * solib-svr4.c (svr4_exec_displacement): Return now success, new
8607 parameter displacementp. Update comment.
8608 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8609 element exists. Return if svr4_exec_displacement was not successful.
8610 Update comment.
8611
8612 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8613 Daniel Jacobowitz <dan@codesourcery.com>
8614
8615 * solib-svr4.c (read_program_header): Support type == -1 to read
8616 all program headers.
8617 (read_program_headers_from_bfd): New function.
8618 (svr4_static_exec_displacement): Remove and move the comment ...
8619 (svr4_exec_displacement): ... here. Remove variable found. New
8620 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
8621 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
8622 targets using read_program_headers_from_bfd. Remove the call of
8623 svr4_static_exec_displacement.
8624
8625 2010-03-10 Tom Tromey <tromey@redhat.com>
8626
8627 * dwarf2read.c (struct pubnames_header): Remove.
8628 (_PUBNAMES_HEADER): Remove.
8629 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8630 (struct aranges_header): Remove.
8631 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8632 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8633 (PUBNAMES_SECTION): Remove.
8634 (ARANGES_SECTION): Remove.
8635 (dwarf2_locate_sections): Don't handle pubnames or aranges.
8636 (dwarf2_build_psymtabs): Remove dead code.
8637 (dwarf2_build_psymtabs_easy): Remove.
8638
8639 2010-03-10 Tom Tromey <tromey@redhat.com>
8640
8641 * elfread.c (elf_symfile_read): Don't call
8642 dwarf2_build_frame_info.
8643 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8644 (struct dwarf2_per_objfile) <objfile>: New field.
8645 (dwarf2_has_info): Now idempotent. Set objfile field.
8646 (dwarf2_read_section): Check and set readin field. Call
8647 posix_madvise.
8648 (dwarf2_build_psymtabs): Don't read all sections.
8649 (read_type_comp_unit_head): Read types section.
8650 (create_debug_types_hash_table): Likewise.
8651 (init_cu_die_reader): Add asserts.
8652 (process_type_comp_unit): Add assert.
8653 (dwarf2_build_psymtabs_hard): Read info section.
8654 (load_partial_comp_unit): Add assert.
8655 (create_all_comp_units): Read info section.
8656 (load_full_comp_unit): Likewise.
8657 (dwarf2_ranges_read): Read ranges section.
8658 (dwarf2_record_block_ranges): Add assert.
8659 (dwarf2_read_abbrevs): Read abbrev section.
8660 (read_indirect_string): Read str section.
8661 (dwarf_decode_line_header): Read line section.
8662 (read_signatured_type_at_offset): Read types section.
8663 (dwarf_decode_macros): Read macinfo section.
8664 (dwarf2_symbol_mark_computed): Read loc section.
8665 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8666 dwarf2_build_frame_info.
8667 (dwarf2_build_frame_info): Unconditionally set
8668 dwarf2_frame_objfile_data on the objfile.
8669 * configure.ac: Check for posix_madvise.
8670 * config.in, configure: Rebuild.
8671
8672 2010-03-10 Tom Tromey <tromey@redhat.com>
8673
8674 * xcoffread.c (xcoff_start_psymtab): Update.
8675 (xcoff_end_psymtab): Update.
8676 * psymtab.c (allocate_psymtab): Remove dead code.
8677 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8678 void*.
8679 * mdebugread.c (parse_partial_symbols): Update.
8680 (new_psymtab): Likewise.
8681 * dwarf2read.c (process_psymtab_comp_unit): Update.
8682 (psymtab_to_symtab_1): Update.
8683 * dbxread.c (start_psymtab): Update.
8684 (end_psymtab): Likewise.
8685
8686 2010-03-10 Tom Tromey <tromey@redhat.com>
8687
8688 * xcoffread.c: Include psymtab.h.
8689 (xcoff_sym_fns): Update.
8690 * symtab.h (struct partial_symbol): Remove.
8691 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8692 (struct partial_symtab): Remove.
8693 (PSYMTAB_TO_SYMTAB): Remove.
8694 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8695 (find_pc_sect_psymtab): Remove.
8696 (find_pc_sect_symtab_via_partial): Declare.
8697 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8698 (find_main_psymtab): Remove.
8699 (find_main_filename): Declare.
8700 (fixup_psymbol_section): Remove.
8701 (fixup_section): Declare.
8702 * symtab.c: Include psymtab.h.
8703 (lookup_symtab): Use lookup_symtab method.
8704 (lookup_partial_symtab): Remove.
8705 (find_pc_sect_psymtab_closer): Remove.
8706 (find_pc_sect_psymtab): Remove.
8707 (find_pc_sect_symtab_via_partial): New function.
8708 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8709 (fixup_section): No longer static.
8710 (fixup_psymbol_section): Remove.
8711 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8712 (lookup_global_symbol_from_objfile): Likewise.
8713 (lookup_symbol_aux_psymtabs): Remove.
8714 (lookup_symbol_aux_quick): New function.
8715 (lookup_symbol_global): Use lookup_symbol_aux_quick.
8716 (lookup_partial_symbol): Remove.
8717 (basic_lookup_transparent_type_quick): New function.
8718 (basic_lookup_transparent_type): Use it.
8719 (find_main_psymtab): Remove.
8720 (find_main_filename): New function.
8721 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8722 (find_line_symtab): Use expand_symtabs_with_filename method.
8723 (output_partial_symbol_filename): New function.
8724 (sources_info): Use map_partial_symbol_filenames.
8725 (struct search_symbols_data): New type.
8726 (search_symbols_file_matches): New function.
8727 (search_symbols_name_matches): Likewise.
8728 (search_symbols): Use expand_symtabs_matching method.
8729 (struct add_name_data): Rename from add_macro_name_data.
8730 (add_macro_name): Update.
8731 (add_partial_symbol_name): New function.
8732 (default_make_symbol_completion_list): Use
8733 map_partial_symbol_names.
8734 (struct add_partial_symbol_name): New type.
8735 (maybe_add_partial_symtab_filename): New function.
8736 (make_source_files_completion_list): Use
8737 map_partial_symbol_filenames.
8738 (expand_line_sal): Use expand_symtabs_with_filename method.
8739 * symmisc.c: Include psymtab.h.
8740 (print_objfile_statistics): Use print_stats method.
8741 (dump_objfile): Use dump method.
8742 (dump_psymtab, maintenance_print_psymbols)
8743 (maintenance_info_psymtabs, maintenance_check_symtabs)
8744 (extend_psymbol_list): Remove.
8745 * symfile.h (struct quick_symbol_functions): New struct.
8746 (struct sym_fns) <qf>: New field.
8747 (sort_pst_symbols): Remove.
8748 (increment_reading_symtab): Declare.
8749 * symfile.c: Include psymtab.h.
8750 (compare_psymbols, sort_pst_symbols): Remove.
8751 (psymtab_to_symtab): Remove.
8752 (increment_reading_symtab): New function.
8753 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8754 method.
8755 (set_initial_language): Use find_main_filename.
8756 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8757 (free_named_symtabs): Remove unused code.
8758 (start_psymtab_common, add_psymbol_to_bcache)
8759 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8760 Remove.
8761 * stack.c: Include psymtab.h, symfile.h.
8762 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8763 * source.h (psymtab_to_fullname): Don't declare.
8764 * source.c: Include psymtab.h.
8765 (select_source_symtab): Use find_last_source_symtab method.
8766 (forget_cached_source_info): Use forget_cached_source_info
8767 method.
8768 (find_and_open_source): No longer static.
8769 (psymtab_to_fullname): Remove.
8770 * somread.c: Include psymtab.h.
8771 (som_sym_fns): Update.
8772 * psympriv.h: New file.
8773 * psymtab.h: New file.
8774 * psymtab.c: New file.
8775 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8776 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8777 * objfiles.c: Include psymtab.h.
8778 (objfile_relocate1): Use relocate method.
8779 (objfile_has_partial_symbols): Use has_symbols method.
8780 * mipsread.c: Include psymtab.h.
8781 (ecoff_sym_fns): Update.
8782 * mi/mi-cmd-file.c: Include psymtab.h.
8783 (print_partial_file_name): New function.
8784 (mi_cmd_file_list_exec_source_files): Use
8785 map_partial_symbol_filenames.
8786 * mdebugread.c: Include psympriv.h.
8787 * machoread.c: Include psympriv.h.
8788 (macho_sym_fns): Update.
8789 * m2-exp.y (yylex): Use lookup_symtab.
8790 * elfread.c: Include psympriv.h.
8791 (elf_sym_fns): Update.
8792 * dwarf2read.c: Include psympriv.h.
8793 * dbxread.c: Include psympriv.h.
8794 (aout_sym_fns): Update.
8795 * cp-support.c: Include psymtab.h.
8796 (read_in_psymtabs): Remove.
8797 (make_symbol_overload_list_qualified): Use
8798 expand_symtabs_for_function method.
8799 * coffread.c: Include psympriv.h.
8800 (coff_sym_fns): Update.
8801 * blockframe.c: Include psymtab.h.
8802 (find_pc_partial_function): Use find_pc_sect_symtab method.
8803 * ada-lang.h (ada_update_initial_language): Update.
8804 * ada-lang.c: Include psymtab.h.
8805 (ada_update_initial_language): Remove 'main_pst' argument.
8806 (ada_lookup_partial_symbol): Remove.
8807 (struct ada_psym_data): New type.
8808 (ada_add_psyms): New function.
8809 (ada_add_non_local_symbols): Use map_ada_symtabs method.
8810 (struct add_partial_datum): New type.
8811 (ada_add_partial_symbol_completions): New function.
8812 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8813 (ada_exception_support_info_sniffer): Update.
8814 * Makefile.in (SFILES): Add psymtab.c.
8815 (COMMON_OBS): Add psymtab.o.
8816 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8817
8818 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8819
8820 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8821
8822 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
8823
8824 PR C++/11236:
8825 * cp-namespace.c (cp_add_using): Deleted.
8826 (cp_add_using_directive): Use obstack allocations.
8827 Merged the function cp_add_using into this one.
8828 Added 'struct obstack *' argument.
8829 (cp_scan_for_anonymous_namespaces): Updated.
8830 * cp-support.h: Updated.
8831 * dwarf2read.c (read_import_statement): Updated.
8832 (read_namespace): Updated.
8833
8834 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8835
8836 * windows-nat.c (cygwin_conv_path): Remove old macro.
8837
8838 2010-03-10 Pedro Alves <pedro@codesourcery.com>
8839
8840 * breakpoint.c (condition_command): Handle watchpoint conditions.
8841 (is_hardware_watchpoint): Add comment.
8842 (is_watchpoint): New.
8843 (update_watchpoint): Don't reparse the watchpoint's condition
8844 unless necessary.
8845 (WP_IGNORE): New.
8846 (watchpoint_check): Use it.
8847 (bpstat_check_watchpoint): Handle it.
8848 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8849 conditions in a frame where it makes sense.
8850 (watch_command_1): Store the innermost block of the condition
8851 expression.
8852 (delete_breakpoint): Delete the watchpoint condition expression.
8853 * breakpoint.h (struct bp_location) <cond>: Update comment.
8854 (struct breakpoint): New field `cond_exp_valid_block'.
8855
8856 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8857
8858 Adjust handling of Ada DIEs after dwarf2_physname patch.
8859 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8860
8861 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
8862 Pierre Muller <muller@ics.u-strasbg.fr>
8863
8864 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8865 from/to posix/win32.
8866 (windows_make_so): Use non-Cygwin 1.7 specific function.
8867 (windows_create_inferior): Make sure that cygallargs points to
8868 original args in non Cygwin 1.7. case.
8869
8870 2010-03-09 Michael Snyder <msnyder@vmware.com>
8871
8872 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8873 after target_read_memory to get host byte order.
8874 (i386_process_record): Ditto.
8875
8876 2010-03-09 Keith Seitz <keiths@redhat.com>
8877
8878 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
8879 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8880 print out const or volatile qualifiers, too.
8881 (c_type_print_args): Add parameters show_artificial and language.
8882 Skip artificial parameters when requested.
8883 Use the appropriate language printer.
8884 (c_type_print_varspec): Tell c_type_print_args to skip artificial
8885 parameters and pass language_c.
8886 * dwarf2read.c (die_list): New file global.
8887 (struct partial_die_info): Update comments for name field.
8888 (pdi_needs_namespace): Renamed to ...
8889 (die_needs_namespace): ... this. Rewrite.
8890 (dwarf2_linkage_name): Remove.
8891 (add_partial_symbol): Do not predicate the call to
8892 partial_die_full_name based on pdi_needs_namespace.
8893 Remove call to cp_check_possible_namespace_symbols and associated
8894 outdated comments.
8895 (guess_structure_name): Do not inspect child subprogram DIEs.
8896 (dwarf2_fullname): Update comments.
8897 Use die_needs_namespace to assist in computing the name.
8898 (read_func_scope): Use dwarf2_name to get the DIE's name.
8899 Use dwarf2_physname to get the "linkage name" of the DIE.
8900 (dwarf2_add_member_field): Use dwarf2_physname instead of
8901 dwarf2_linkage_name.
8902 (read_structure_type): For structs and classes, set TYPE_NAME, too.
8903 (determine_class): Remove.
8904 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8905 except Ada.
8906 (new_symbol): Unconditionally call dwarf2_name.
8907 Compute the "linkage name" using dwarf2_physname.
8908 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8909 When determining to scan for anonymous C++ namespaces, ignore
8910 the linkage name.
8911 (dwarf2_physname): New function.
8912 (dwarf2_full_name): Move content to new function and call
8913 that.
8914 (dwarf2_compute_name): "New" function.
8915 (_initialize_dwarf2_read): Initialize die_list.
8916 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8917 physname.
8918 (gnu_v3_print_method_ptr): Use the physname for virtual methods
8919 without a demangled name.
8920 Print out type information for non-virtual methods.
8921 * linespec.c (decode_line_1): Force ANY string using "::" (or
8922 "." for java) to use decode_compound, and clean up any stray quoting.
8923 If we found a file symtab, re-evaluate whether the remainder is_quoted.
8924 (decode_compound): Stop consuming at an open parenthesis.
8925 Keep template parameters.
8926 Keep any overload information.
8927 Keep keywords like "const".
8928 Remove paren_pointer.
8929 Move is_quoted check from set_flags to here.
8930 Remove #if 0 code from 2000. Ten years is long enough.
8931 (find_method): Before comparing symbol names, canonicalize the string
8932 from the user.
8933 If a specific overload is requested, find it. Otherwise throw an error.
8934 (find_method_overload_end): New function.
8935 (set_flags): Remove.
8936 (decode_compound): Assume that parentheses are matched.
8937 It's a lot easier.
8938 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8939 to cplus_demangle.
8940 * linespec.c (decode_line_1): Keep important keywords like
8941 "const" and "volatile".
8942 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8943 * typeprint.h (c_type_print_args): Add declaration.
8944 * ui-file.c (do_ui_file_obsavestring): New function.
8945 (ui_file_obsavestring): New function.
8946 * ui-file.h (ui_file_obsavestring): Add declaration.
8947 * valops.c (find_overload_match): Resolve the object to
8948 a non-pointer type.
8949 If the object is a data member, search the object for the member
8950 and return with staticp set.
8951 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8952 Do not attempt to extract a function name from non-function types.
8953 If the extracted function name and the original name are the same,
8954 we don't have a C++ method.
8955
8956 From Jan Kratochvil <jan.kratochvil@redhat.com>:
8957 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
8958
8959 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8960 and arguments from symbol lookups.
8961 * ax-gdb.c (gen_expr): Likewise.
8962 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8963 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8964 lookup_possible_namespace_symbol): Likewise.
8965 * cp-support.c (read_in_psymtabs): Likewise.
8966 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8967 * language.h (la_lookup_symbol_nonlocal): Likewise.
8968 * scm-valprint.c (scm_inferior_print): Likewise.
8969 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8970 * solib-svr.c (elf_lookup_lib): Likewise.
8971 * solib.c (show_auto_solib_add): Likewise.
8972 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8973 * symmisc.c (maintenance_check_symtabs): Likewise.
8974 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8975 lookup_symbol_aux_local, lookup_symbol_aux_block,
8976 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8977 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8978 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8979 basic_lookup_transparent_type, find_main_psymtab,
8980 lookup_block_symbol): Likewise.
8981 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8982 lookup_symbol_global, lookup_symbol_aux_block,
8983 lookup_symbol_partial_symbol, lookup_block_symbol,
8984 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8985
8986 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
8987
8988 * python/python-internal.h: Include symtab.h.
8989
8990 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8991 Pierre Muller <muller@ics.u-strasbg.fr>
8992
8993 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8994 * p-valprint.c (pascal_val_print): Remove undeed block and fix
8995 indentation.
8996
8997 2010-03-08 Tom Tromey <tromey@redhat.com>
8998
8999 * breakpoint.c (breakpoint_1): Add "QUIT".
9000
9001 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
9002 Pedro Alves <pedro@codesourcery.com>
9003
9004 * solib.c (solib_find): Replace extension if
9005 solib_symbols_extension is set in the target gdbarch.
9006 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
9007 solib_symbols_extension to "sym".
9008 * gdbarch.sh (solib_symbols_extension): New variable.
9009 (pstring): New function.
9010 * gdbarch.h, gdbarch.c: Regenerate.
9011
9012 2010-03-08 Tom Tromey <tromey@redhat.com>
9013
9014 PR cli/9591:
9015 * NEWS: Update.
9016 * utils.c: Include main.h.
9017 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
9018 (defaulted_query): Use default answer if `batch_flag'.
9019 * main.h (batch_flag): Declare.
9020 * main.c (batch_flag): New global.
9021 (captured_main): Remove 'batch'. Update.
9022
9023 2010-03-08 Kevin Buettner <kevinb@redhat.com>
9024
9025 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
9026 and Kevin Buettner:
9027
9028 * remote-mips.c (rockhopper_ops): New target_ops struct.
9029 (MON_ROCKHOPPER): New mips_monitor_type.
9030 (read_hex_value): New function.
9031 (mips_request): Send 8-byte values with a 'T' packet. Read the
9032 packet argument as a string and use read_hex_value to parse it.
9033 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
9034 (rockhopper_open): New function.
9035 (mips_wait): Read the PC, FP and SP fields as strings. Use
9036 read_hex_value to parse them and mips_set_register to commit them.
9037 (mips_set_register): New function.
9038 (mips_fetch_registers): Do not cast register value to "unsigned"
9039 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
9040 (mips_store_registers): Use a 'T' packet to set registers when
9041 using MON_ROCKHOPPER.
9042 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
9043 and expect the total to be printed before the entry address.
9044 (_initialize_remote_mips): Initialize and add rockhopper_ops.
9045
9046 2010-03-08 Kevin Buettner <kevinb@redhat.com>
9047
9048 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
9049 Change return value to int. Store value fetched in location
9050 addressed by `val'. Use function's return value as success
9051 or failure indicator. Adjust all callers.
9052
9053 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
9054
9055 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
9056
9057 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9058 Hui Zhu <teawater@gmail.com>
9059
9060 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
9061 tmp_to_stopped_data_address.
9062 (record_open): Reset tmp_to_stopped_by_watchpoint and
9063 tmp_to_stopped_data_address.
9064 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
9065 to_stopped_data_address.
9066
9067 2010-03-08 Hui Zhu <teawater@gmail.com>
9068
9069 * i386-tdep.c (i386_process_record): Initialize regnum.
9070
9071 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9072
9073 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
9074 Do not warn on ".gnu.liblist" and ".gnu.conflict".
9075
9076 2010-03-08 Joel Brobecker <brobecker@adacore.com>
9077
9078 Memory error when reading wrong core file.
9079 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
9080 errors while reading the inferior memory, and return zero if
9081 an exception was raised.
9082
9083 2010-03-07 Michael Snyder <msnyder@vmware.com>
9084
9085 * record.c (record_restore): Rename tmpu8 to rectype.
9086
9087 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
9088 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
9089
9090 (i386_record_push): Rename local tmpulongest to addr.
9091
9092 (i386_process_record): Rename local tmpulongest to addr.
9093
9094 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
9095 addr64.
9096
9097 Rename local variable tmpu8 to opcode8 and regnum.
9098
9099 2010-03-07 Joel Brobecker <brobecker@adacore.com>
9100
9101 * remote.c (remote_get_ada_task_ptid): New function.
9102 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
9103
9104 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
9105
9106 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
9107 block. Define helper macros to reduce ifdefs in code.
9108 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
9109 size. Call unadorned GetModuleFileNameEx rather than
9110 GetModuleFileNameEx*.
9111 (windows_make_so): Use __PMAX to denote maximum buffer size and
9112 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
9113 appropriate.
9114 (get_image_name): Use __PMAX to denote maximum buffer size.
9115 (handle_load_dll): Likewise.
9116 (windows_pid_to_exec_file): Likewise.
9117 (windows_create_inferior): Add many accommodations for older Cygwin and
9118 non-Cygwin.
9119 (bad_GetModuleFileNameExW): Control inclusion of this function based on
9120 __USEWIDE conditional.
9121 (bad_GetModuleFileNameExA): Likewise.
9122 (_initialize_loadable): Just use real function names without the dyn_
9123 part since they are defined earlier.
9124
9125 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
9126 Tom Tromey <tromey@redhat.com>
9127
9128 * utils.c (host_char_to_target): Add 'gdbarch' argument.
9129 (parse_escape): Likewise.
9130 * python/py-utils.c (unicode_to_target_string): Update.
9131 (unicode_to_target_python_string): Update.
9132 (target_string_to_unicode): Update.
9133 * printcmd.c (printf_command): Update.
9134 * p-exp.y (yylex): Update.
9135 * objc-exp.y (yylex): Update.
9136 * mi/mi-parse.c: Include charset.h.
9137 (mi_parse_escape): New function.
9138 (mi_parse_argv): Use it.
9139 * jv-exp.y (yylex): Update.
9140 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
9141 function.
9142 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
9143 * gdbarch.sh (auto_charset, auto_wide_charset): New.
9144 * gdbarch.c: Rebuild.
9145 * gdbarch.h: Rebuild.
9146 * defs.h (parse_escape): Update.
9147 * cli/cli-setshow.c: Include arch-utils.h.
9148 (do_setshow_command): Update.
9149 * cli/cli-cmds.c (echo_command): Update.
9150 * charset.h (target_charset, target_wide_charset): Update.
9151 * charset.c: Include arch-utils.h.
9152 (target_charset_name): Default to "auto".
9153 (target_wide_charset_name): Likewise.
9154 (show_target_charset_name): Handle "auto".
9155 (show_target_wide_charset_name): Likewise.
9156 (be_le_arch): New global.
9157 (set_be_le_names): Add 'gdbarch' argument.
9158 (validate): Likewise. Don't call set_be_le_names.
9159 (set_charset_sfunc, set_host_charset_sfunc)
9160 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
9161 Update.
9162 (target_charset): Add 'gdbarch' argument.
9163 (target_wide_charset): Likewise. Remove 'byte_order' argument.
9164 (auto_target_charset_name): New global.
9165 (default_auto_charset, default_auto_wide_charset): New functions.
9166 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
9167 for target charsets. Copy result of nl_langinfo. Use GetACP if
9168 USE_WIN32API.
9169 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
9170 remove 'byte_order' argument. Update.
9171 (classify_type): Likewise.
9172 (c_emit_char): Update.
9173 (c_printchar): Update.
9174 (c_printstr): Update.
9175 (c_get_string): Update.
9176 (evaluate_subexp_c): Update.
9177 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
9178 Declare.
9179 * python/python.c (gdbpy_target_charset): New function.
9180 (gdbpy_target_wide_charset): Likewise.
9181 (GdbMethods): Update.
9182 * NEWS: Update.
9183
9184 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
9185
9186 * symfile.c (build_section_addr_info_from_objfile): Do not mask
9187 off high address bits.
9188
9189 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
9190
9191 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
9192 address as UnsignedLongLong, not LongLong.
9193
9194 2010-03-05 Kevin Buettner <kevinb@redhat.com>
9195 Pedro Alves <pedro@codesourcery.com>
9196
9197 * remote-mips.c (gdbthread.h): Include.
9198 (remote_mips_ptid): Declare.
9199 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
9200 (common_open): Set inferior_ptid, add it as an inferior, and
9201 as a thread too. Delete FIXME comment regarding start_remote().
9202 (mips_close): Invoke generic_mourn_inferior().
9203 (mips_kill): Make sure that target_mourn_inferior is invoked.
9204 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
9205 it's now invoked from mips_close().
9206 (mips_load): Don't null out inferior_ptid. Don't call
9207 clear_symtab_users().
9208 (mips_thread_alive, mips_pid_to_str): New functions.
9209 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
9210 to_thread_alive and to_pid_to_str operations.
9211
9212 2010-03-04 Tom Tromey <tromey@redhat.com>
9213
9214 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
9215 in DWARF 3 and later.
9216 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
9217
9218 2010-03-04 Keith Seitz <keiths@redhat.com>
9219
9220 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
9221 If the filename portion of the linespec was quoted, recheck the
9222 remainder for additional quoting.
9223 (locate_first_half): Skip over completer chars, too.
9224
9225 2010-03-04 Tom Tromey <tromey@redhat.com>
9226
9227 * printcmd.c (printf_command): Pass dummy argument to
9228 printf_filtered.
9229
9230 2010-03-04 Doug Evans <dje@google.com>
9231
9232 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
9233 unwound_fp.
9234
9235 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
9236
9237 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9238
9239 * breakpoint.c (update_watchpoint): Create a sentinel location if
9240 the software watchpoint isn't watching any memory.
9241 (breakpoint_address_bits): Skip dummy software watchpoint locations.
9242
9243 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9244
9245 * utils.c (fputs_maybe_filtered): Check if there's already a top
9246 level interpreter before dereferencing it. If there isn't one,
9247 don't paginate either.
9248
9249 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9250
9251 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
9252 the state right when single stepping.
9253 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
9254 Get the next PC along with the instruction state.
9255 (thumb_get_next_pc): Remove.
9256 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
9257
9258 2010-03-04 Hui Zhu <teawater@gmail.com>
9259
9260 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
9261
9262 2010-03-03 Pedro Alves <pedro@codesourcery.com>
9263
9264 * utils.c (fputs_maybe_filtered): Always disable pagination if the
9265 top level interpreter is MI.
9266
9267 2010-03-03 Stan Shebs <stan@codesourcery.com>
9268
9269 * remote.c (remote_download_tracepoint): Iterate over locations.
9270 * tracepoint.c (validate_actionline): Ditto.
9271 (encode_actions): Add location argument.
9272 (trace_dump_command): Check all locations to see if stepping
9273 frame.
9274
9275 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
9276 Eli Zaretskii <eliz@gnu.org>
9277
9278 * NEWS: Add X86 general purpose registers section.
9279
9280 2010-03-03 Tom Tromey <tromey@redhat.com>
9281
9282 PR mi/11098:
9283 * varobj.c (install_new_value): Handle case where new print_value
9284 is NULL.
9285
9286 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
9287
9288 PR gdb/11345:
9289 * printcmd.c (printf_command): Print end of format string using
9290 printf_filtered.
9291
9292 2010-03-02 Tom Tromey <tromey@redhat.com>
9293
9294 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
9295 * defs.h (read_command_lines_1): Add missing 'void'.
9296 * cli/cli-script.c (recurse_read_control_structure): Add missing
9297 'void'.
9298 (read_next_line): Likewise.
9299 (read_command_lines_1): Likewise.
9300
9301 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9302
9303 * spu-tdep.c (spu_analyze_prologue): Track instruction to
9304 store backchain as part of prologue.
9305
9306 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
9307
9308 * progspace.c (update_address_spaces): Update inferior address spaces
9309 also.
9310
9311 2010-03-02 Doug Evans <dje@google.com>
9312
9313 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
9314 lowpc,highpc args to addrmap_set_empty.
9315
9316 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
9317
9318 * amd64-tdep.c (amd64_byte_names): New.
9319 (amd64_word_names): Likewise.
9320 (amd64_dword_names): Likewise.
9321 (amd64_pseudo_register_name): Likewise.
9322 (amd64_pseudo_register_read): Likewise.
9323 (amd64_pseudo_register_write): Likewise.
9324 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
9325 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
9326 set_gdbarch_pseudo_register_write and
9327 set_tdesc_pseudo_register_name. Don't call
9328 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
9329
9330 * i386-tdep.c (i386_num_mmx_regs): Removed.
9331 (i386_num_pseudo_regs): Likewise.
9332 (i386_byte_names): New.
9333 (i386_word_names): Likewise.
9334 (i386_byte_regnum_p): Likewise.
9335 (i386_word_regnum_p): Likewise.
9336 (i386_mmx_regnum_p): Updated.
9337 (i386_pseudo_register_name): Make it global. Handle byte and
9338 word pseudo-registers.
9339 (i386_pseudo_register_read): Likewise.
9340 (i386_pseudo_register_write): Likewise.
9341 (i386_pseudo_register_type): Handle byte, word and dword
9342 pseudo-registers
9343 (i386_register_reggroup_p): Don't include pseudo
9344 registers, except for MXX, in any register groups. Don't
9345 include pseudo byte, word, dword registers in general_reggroup.
9346 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
9347 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
9348 pseudo-registers after word pseudo-registers. Call
9349 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
9350
9351 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
9352 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
9353 eax_regnum.
9354 (i386_byte_regnum_p): New.
9355 (i386_word_regnum_p): Likewise.
9356 (i386_dword_regnum_p): Likewise.
9357 (i386_pseudo_register_name): Likewise.
9358 (i386_pseudo_register_read): Likewise.
9359 (i386_pseudo_register_write): Likewise.
9360
9361 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9362
9363 * target-descriptions.c (tdesc_type): Remove
9364 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9365 (tdesc_predefined_types): Likewise.
9366 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
9367 if flag name is empty.
9368 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
9369
9370 * features/i386/32bit-core.xml: Define i386_eflags.
9371 * features/i386/64bit-core.xml: Likewise.
9372
9373 * features/i386/32bit-sse.xml: Define i386_mxcsr.
9374 * features/i386/64bit-sse.xml: Likewise.
9375
9376 * features/i386/amd64-linux.c: Regenerated.
9377 * features/i386/amd64.c: Likewise.
9378 * features/i386/i386-linux.c: Likewise.
9379 * features/i386/i386.c: Likewise.
9380
9381 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9382
9383 * gdbtypes.c (append_composite_type_field_raw): New.
9384 (append_composite_type_field_aligned): Use the new function.
9385 * gdbtypes.h (append_composite_type_field_raw): Declare.
9386 * target-descriptions.c (struct tdesc_type_field): Add start and end.
9387 (struct tdesc_type_flag): New type.
9388 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
9389 kind. Add size to u.u. Add u.f for flags.
9390 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
9391 (tdesc_free_type): Likewise.
9392 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
9393 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
9394 (tdesc_add_bitfield, tdesc_add_flag): New.
9395 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
9396 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
9397 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
9398 current_type. Add current_type_size and current_type_is_flags.
9399 (tdesc_start_union): Clear the new fields.
9400 (tdesc_start_struct, tdesc_start_flags): New.
9401 (tdesc_start_field): Handle struct fields, including bitfields.
9402 (field_attributes): Make type optional. Add start and end.
9403 (union_children): Rename to struct_union_children.
9404 (union_attributes): Rename to struct_union_attributes. Add optional
9405 size.
9406 (flags_attributes): New.
9407 (feature_children): Add struct and flags.
9408 * features/gdb-target.dtd: Add flags and struct to features.
9409 Make field type optional. Add field start and end.
9410
9411 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9412
9413 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
9414 (amd64_linux_read_description): Likewise.
9415 (_initialize_amd64_linux_nat): Set to_read_description to
9416 amd64_linux_read_description.
9417
9418 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
9419 (amd64_linux_register_name): Removed.
9420 (amd64_linux_register_type): Likewise.
9421 (amd64_linux_core_read_description): New.
9422 (amd64_linux_init_abi): Set target description to
9423 tdesc_amd64_linux if needed. Support orig_rax in target
9424 description. Don't call set_gdbarch_register_name nor
9425 set_gdbarch_register_type. Call
9426 set_gdbarch_core_read_description.
9427 (_initialize_amd64_linux_tdep): Call
9428 initialize_tdesc_amd64_linux.
9429
9430 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
9431
9432 * amd64-tdep.c: Include "features/i386/amd64.c".
9433 (amd64_register_names): Removed.
9434 (amd64_register_name): Likewise.
9435 (amd64_register_type): Likewise.
9436 (amd64_init_abi): Set num_core_regs and register_names. Set
9437 target description to tdesc_amd64 if needed. Don't call
9438 set_gdbarch_register_name nor set_gdbarch_register_type.
9439 (_initialize_amd64_tdep): New.
9440
9441 * i386-linux-nat.c (i386_linux_read_description): New.
9442 (_initialize_i386_linux_nat): Set to_read_description to
9443 i386_linux_read_description.
9444
9445 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
9446 (i386_linux_register_name): Removed.
9447 (i386_linux_core_read_description): New.
9448 (i386_linux_read_description): Likewise.
9449 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
9450 Set target description to tdesc_i386_linux if needed. Support
9451 orig_eax. Set register_reggroup_p. Call
9452 set_gdbarch_core_read_description.
9453 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
9454
9455 * i386-linux-tdep.h (tdesc_i386_linux): New.
9456
9457 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
9458 with I387_NUM_REGS.
9459
9460 * i386-tdep.c: Include "features/i386/i386.c".
9461 (i386_register_names): Make it const.
9462 (i386_mmx_names): Likewise.
9463 (i386_num_register_names): Removed.
9464 (i386_register_name): Likewise.
9465 (i386_eflags_type): Likewise.
9466 (i386_mxcsr_type): Likewise.
9467 (i386_sse_type): Likewise.
9468 (i386_register_type): Likewise.
9469 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
9470 (i386_pseudo_register_name): New.
9471 (i386_pseudo_register_type): Likewise.
9472 (i386_mmx_type): Make it static.
9473 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
9474 I387_NUM_REGS. Set num_core_regs and register_names. Don't
9475 call set_gdbarch_register_name nor set_gdbarch_register_type.
9476 Set register_reggroup_p. Set target description to tdesc_i386
9477 if needed. Call set_tdesc_pseudo_register_type,
9478 set_tdesc_pseudo_register_name and tdesc_use_registers.
9479 (_initialize_i386_tdep): Call initialize_tdesc_i386.
9480 initialize_tdesc_x86_64.
9481
9482 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9483 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
9484 register_names, tdesc and register_reggroup_p.
9485 (I386_NUM_FREGS): Removed.
9486 (i386_eflags_type): Likewise.
9487 (i386_mxcsr_type): Likewise.
9488 (i386_mmx_type): Likewise.
9489 (i386_sse_type): Likewise.
9490 (i386_register_name): Likewise.
9491 (i386_regnum): Add I386_MXCSR_REGNUM.
9492 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9493
9494 * i387-tdep.h (I387_NUM_REGS): New.
9495
9496 * regformats/i386/i386-linux.dat: Generated.
9497 * regformats/i386/i386.dat: Likewise.
9498 * regformats/i386/amd64-linux.dat: Likewise.
9499 * regformats/i386/amd64.dat: Likewise.
9500
9501 * regformats/reg-i386-linux.dat: Removed.
9502 * regformats/reg-i386.dat: Likewise.
9503 * regformats/reg-x86-64-linux.dat: Likewise.
9504 * regformats/reg-x86-64.dat: Likewise.
9505
9506 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
9507
9508 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9509 cygwin_conv_path API rather than the deprecated
9510 cygwin_conv_to_full_posix_path.
9511 * windows-nat.c:
9512 (GetModuleFileNameExA): Undefine for Cygwin.
9513 (GetModuleFileNameExW): Define for Cygwin.
9514 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9515 Call GetModuleFileNameExW and convert path to POSIX using
9516 cygwin_conv_path.
9517 (windows_make_so): Always define p. Drop unused variable m.
9518 Don't use Win32 functions to check file existance, rather use
9519 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
9520 Use canonicalize_file_name to get full path.
9521 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9522 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
9523 use correct target buffer size in call to WideCharToMultiByte.
9524 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9525 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9526 (windows_create_inferior): Convert all paths and arguments to wchar_t
9527 and use CreateProcessW on Cygwin.
9528 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9529 (bad_GetModuleFileNameExA): Undefine for Cygwin.
9530 (bad_GetModuleFileNameExW): Define for Cygwin.
9531 (_initialize_loadable): Load GetModuleFileNameExW into
9532 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
9533
9534 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9535
9536 PR python/11036
9537 * python/py-frame.c (frapy_read_var): Add block argument and logic
9538 to cope with user provided blocks.
9539
9540 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9541
9542 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9543 New comment.
9544
9545 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
9546
9547 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9548 (COMMON_OBS): ... to here since it's used unconditionally.
9549 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9550 (SFILES): To here.
9551
9552 2010-02-26 David Daney <ddaney@caviumnetworks.com>
9553
9554 * mips-linux-tdep.c: Update struct sigframe comments.
9555 (SIGFRAME_CODE_OFFSET): Delete macro.
9556 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9557 this_frame's sp.
9558 (mips_linux_n32n64_sigframe_init): Same.
9559
9560 2010-02-26 Kevin Buettner <kevinb@redhat.com>
9561
9562 * remote-mips.c (mips_load): Don't use pseudo-register when
9563 invalidating regcache.
9564
9565 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9566
9567 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9568
9569 2010-02-26 Pedro Alves <pedro@codesourcery.com>
9570
9571 * NEWS: Add "New targets" section, and mention ARM Symbian
9572 support.
9573
9574 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
9575
9576 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9577 add ADDR_SIZE member.
9578 (allocate_piece_closure): Update.
9579 (copy_pieced_value_closure): Likewise.
9580 (dwarf2_evaluate_loc_desc): Likewise.
9581 (read_pieced_value): Use DWARF address size instead of
9582 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9583
9584 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
9585 Tom Tromey <tromey@redhat.com>
9586
9587 * python/py-type.c (typy_lookup_typename): Add in block argument.
9588 If provided restrict lookup to specified blocks.
9589 (gdbpy_lookup_type): Likewise.
9590 (typy_lookup_type): Likewise.
9591
9592 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9593
9594 Symbian config
9595
9596 gdb/
9597 * arm-symbian-tdep.c: New.
9598 * configure.tgt (arm*-*-symbianelf*): New target.
9599 (*-*-symbianelf*): New OS.
9600 * osabi.c (gdb_osabi_names): Add Symbian.
9601 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9602 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9603 (ALLDEPFILES): Add arm-symbian-tdep.c.
9604
9605 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9606
9607 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9608
9609 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9610
9611 * mi/mi-main.c (mi_cmd_execute): Fix typo.
9612
9613 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9614 Tom Tromey <tromey@redhat.com>
9615 Thiago Jung Bauermann <bauerman@br.ibm.com>
9616
9617 * python/python.c (_initialize_python): Call
9618 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9619 gdbpy_initialize_blocks.
9620 * python/python-internal.h: Declare struct symbol, block and
9621 symtab_and_line. Declare block_object_type and
9622 symbol_object_type
9623 (gdbpy_lookup_symbol gdbpy_block_for_pc)
9624 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9625 (symbol_to_symbol_object, block_to_block_object)
9626 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9627 (gdbpy_initialize_blocks ): Declare.
9628 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9629 (frapy_select): Add methods.
9630 (frapy_read_var): Add symbol branch.
9631 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9632 py-block.
9633 (SUBDIR_PYTHON_SRCS): Likewise.
9634 (py-symbol.o): New rule.
9635 (py-symtab.o): Likewise.
9636 (py-block.o): Likewise.
9637 * python/py-symbol.c: New file.
9638 * python/py-symtab.c: Likewise.
9639 * python/py-block.c: Likewise.
9640
9641 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9642
9643 PR gdb/11321
9644
9645 * inferior.h (prepare_for_detach): Declare.
9646 (struct inferior) <detaching>: New field.
9647 * infrun.c (prepare_for_detach): New.
9648 (handle_inferior_event) <random signal>: Don't stop if detaching.
9649 * target.c (target_detach): Call prepare_for_detach.
9650
9651 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9652
9653 Per-process displaced stepping queue.
9654
9655 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9656 (displaced_step_gdbarch, displaced_step_closure,
9657 (displaced_step_original, displaced_step_copy): Move globals to
9658 this...
9659 (struct displaced_step_inferior_state): ... new structure.
9660 (displaced_step_inferior_states): New global.
9661 (get_displaced_stepping_state, add_displaced_stepping_state)
9662 (remove_displaced_stepping_state, infrun_inferior_exit): New
9663 functions.
9664 (displaced_step_clear): Add displaced_step_inferior_state
9665 parameter, and adjust to handle it.
9666 (displaced_step_clear_cleanup): Parameter is now a
9667 displaced_step_inferior_state. Adjust.
9668 (displaced_step_prepare): Adjust.
9669 (displaced_step_fixup, displaced_step_fixup)
9670 (infrun_thread_ptid_changed, resume): Adjust.
9671 (init_wait_for_inferior): Don't call displaced_step_clear.
9672 (infrun_thread_stop_requested): Rewrite.
9673 (_initialize_infrun): Install infrun_inferior_exit as
9674 inferior_exit observer.
9675
9676 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9677
9678 * inferior.h (ptid_match): Declare.
9679 * infrun.c (ptid_match): New.
9680 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9681 (handle_notification): Add debug output.
9682 * linux-nat.c (ptid_match): Delete.
9683
9684 2010-02-24 David S. Miller <davem@davemloft.net>
9685
9686 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9687 * syscalls/sparc-linux.xml: New.
9688 * syscalls/sparc64-linux.xml: New.
9689 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9690 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9691 (sparc32_linux_get_syscall_number): New function.
9692 (sparc32_linux_init_abi): Set syscall XML file name and hook up
9693 syscall number fetcher.
9694 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9695 (sparc64_linux_get_syscall_number): New function.
9696 (sparc64_linux_init_abi): Set syscall XML file name and hook up
9697 syscall number fetcher.
9698
9699 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9700
9701 Multiexec MI
9702
9703 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9704 * inferior.c (add_inferior_silent): Notify inferior_added
9705 observer.
9706 (delete_inferior_1): Notify inferior_removed observer.
9707 (exit_inferior_1): Pass inferior, not pid, to observer.
9708 (inferior_appeared): Likewise.
9709 (add_inferior_with_spaces): New.
9710 (add_inferior_command): Use the above.
9711 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9712 Declare.
9713
9714 * inflow.c (inflow_inferior_exit): Likewise.
9715 * jit.c (jit_inferior_exit_hook): Likewise.
9716
9717 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9718 remove-inferior.
9719 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9720 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9721 (report_initial_inferior): New.
9722 (mi_inferior_removed): Register the above. Make sure
9723 inferior_added observer is called on the first inferior.
9724 (mi_new_thread, mi_thread_exit): Thread group is now identified by
9725 inferior number, not pid.
9726 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9727 affected.
9728 * mi/mi-main.c (current_context): New.
9729 (proceed_thread_callback): Use typed closure.
9730 Proceed everything if pid is 0. Most implementation split into
9731 (proceed_thread): ... this.
9732 (run_one_inferior): New.
9733 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9734 Adjust for multiexec behaviour.
9735 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9736 (mi_cmd_execute): Handle the 'thread-group' option here.
9737 Do some extra checks.
9738 * mi-parse.c (mi_parse): Handle the --all and --thread-group
9739 options.
9740 * mi-parse.h (struct mi_parse): New fields all and thread_group.
9741
9742 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9743
9744 Make -exec-run a proper MI commands.
9745
9746 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9747 * mi/mi-cmds.c (mi_cmds): Adjust.
9748 * mi/mi-main.c (mi_cmd_exec_run): New.
9749
9750 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9751 Stan Shebs <stan@codesourcery.com>
9752
9753 * tracepoint.h (set_traceframe_number)
9754 (cleanup_restore_current_traceframe): Declare.
9755 * tracepoint.c (set_traceframe_number): New.
9756 (struct current_traceframe_cleanup): New.
9757 (do_restore_current_traceframe_cleanup)
9758 (restore_current_traceframe_cleanup_dtor)
9759 (make_cleanup_restore_current_traceframe): New.
9760 * infrun.c: Include tracepoint.h.
9761 (fetch_inferior_event): Switch out and in of tfind mode.
9762
9763 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9764
9765 * breakpoint.c (breakpoint_init_inferior): Also delete
9766 bp_shlib_event breakpoints.
9767 * solib-frv.c (enable_break): Remove call to
9768 remove_solib_event_breakpoints.
9769 * solib-svr4.c (enable_break): Ditto.
9770 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9771 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9772 * solib-som.c (som_solib_create_inferior_hook): Ditto.
9773 * solib-spu.c (spu_enable_break): Ditto.
9774
9775 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9776
9777 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9778
9779 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9780
9781 * varobj.c (varobj_update): Avoid non-constants in initializers.
9782
9783 2010-02-23 Tom Tromey <tromey@redhat.com>
9784
9785 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9786 handle big-endian values.
9787 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9788
9789 2010-02-22 Pedro Alves <pedro@codesourcery.com>
9790
9791 PR9605
9792
9793 gdb/
9794 * breakpoint.c (insert_bp_location): If inserting the read
9795 watchpoint failed, fallback to an access watchpoint.
9796 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9797 if the value changed, if not watching the same memory for writes.
9798 (watchpoint_locations_match): Add comment.
9799 (update_global_location_list): Copy the location's watchpoint type.
9800 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9801 handle read watchpoints here.
9802 (i386_insert_watchpoint): Read watchpoints aren't supported.
9803 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9804 packets.
9805 * target.h (target_insert_watchpoint): Update description.
9806
9807 2010-02-19 Tom Tromey <tromey@redhat.com>
9808
9809 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9810 * m2-typeprint.c (m2_print_type): Update.
9811 * gdbtypes.c (recursive_dump_type): Update.
9812 (copy_type_recursive): Update.
9813 * c-typeprint.c (c_type_print_varspec_prefix): Update.
9814 (c_type_print_base): Update.
9815 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9816 Remove.
9817 (struct cplus_struct_type) <ntemplate_args>: Remove.
9818 <struct template_arg>: Remove.
9819 <is_dynamic>: Move earlier.
9820 (TYPE_TEMPLATE_ARGS): Remove.
9821 (TYPE_NTEMPLATE_ARGS): Remove.
9822 (TYPE_TEMPLATE_ARG): Remove.
9823
9824 2010-02-19 Tom Tromey <tromey@redhat.com>
9825
9826 PR c++/8693, PR c++/9496:
9827 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9828 * c-exp.y (lex_one_token): Rename from yylex. Don't call
9829 write_dollar_variable. Don't try to classify NAME tokens.
9830 (token_and_value): New type.
9831 (token_fifo, popping, name_obstack): New globals.
9832 (classify_name): New function.
9833 (classify_inner_name): Likewise.
9834 (yylex): Likewise.
9835 (VARIABLE): Now has type sval.
9836 (exp : VARIABLE): Call write_dollar_variable.
9837 (qualified_name): Use TYPENAME, not typebase. Add production for
9838 multiple "::" instances.
9839 (variable): Use name_not_typename.
9840 (qualified_type): Remove.
9841 (typebase): Update.
9842
9843 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9844
9845 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
9846 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
9847 found by bfd_get_section_by_name.
9848 * symfile.h (struct section_addr_info) <sectindex>: New comment.
9849
9850 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9851
9852 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
9853 7.0 section" into "Changes in 7.1".
9854
9855 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9856
9857 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9858 * version.in: Bump version to 7.1.50.20100219-cvs.
9859
9860 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
9861
9862 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9863 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9864
9865 2010-02-17 Tom Tromey <tromey@redhat.com>
9866
9867 * NEWS: Add Python API Improvements section.
9868
9869 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9870
9871 * NEWS: Correct typo.
9872
9873 2010-02-17 Tom Tromey <tromey@redhat.com>
9874
9875 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9876
9877 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9878
9879 * symfile.c (build_section_addr_info_from_objfile): Include sections
9880 only if they are SEC_ALLOC or SEC_LOAD.
9881
9882 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
9883
9884 PR shlibs/11293
9885 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9886 of ULONGEST for address size.
9887
9888 2010-02-17 Tom Tromey <tromey@redhat.com>
9889
9890 * NEWS: Add C++ improvements section.
9891
9892 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
9893
9894 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9895 PyThreadState_Swap): Avoid "statement with no effect" warning.
9896
9897 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9898
9899 * solib-svr4.c (enable_break <target_auxv_search>): New variable
9900 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
9901
9902 2010-02-17 Tristan Gingold <gingold@adacore.com>
9903 Petr Hluzin <petr.hluzin@gmail.com>
9904
9905 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9906 gdb_assert. Fix info->size for SIG prologue.
9907
9908 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9909
9910 * infcmd.c (show_inferior_tty_command): Check for NULL.
9911 Correct output message.
9912
9913 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9914
9915 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9916 FUNCTION contains parentheses. Improve removal of a trailing
9917 single quote.
9918
9919 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9920
9921 * gcore.c (do_bfd_delete_cleanup): New function.
9922 (gcore_command): Use it. Discard the cleanup after success.
9923 (gcore_copy_callback): Delete dead code.
9924
9925 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9926
9927 * symfile.c (addr_info_make_relative): Always use
9928 find_lowest_section.
9929
9930 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
9931
9932 * NEWS: Added entry for namespace fixes.
9933
9934 2010-02-15 Tom Tromey <tromey@redhat.com>
9935
9936 * dwarf2read.c (guess_structure_name): Allocate name on the
9937 objfile obstack.
9938
9939 2010-02-15 Tom Tromey <tromey@redhat.com>
9940
9941 * c-typeprint.c (c_type_print_base): Reverse order of test.
9942
9943 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9944
9945 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
9946 initialize it from ELF BFD. Extend the prelink condition by it.
9947
9948 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9949
9950 * defs.h (parse_pid_to_attach): New.
9951 * utils.c (parse_pid_to_attach): New.
9952 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9953 * gnu-nat.c (gnu_attach): Likewise.
9954 * nto-procfs.c (procfs_attach): Likewise.
9955 * procfs.c (procfs_attach): Likewise.
9956 * windows-nat.c (windows_attach): Likewise.
9957 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
9958 * inf-ttrace.c (inf_ttrace_attach): Likewise.
9959 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
9960 check.
9961
9962 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
9963
9964 * MAINTAINERS: Add myself for write after approval privileges.
9965
9966 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9967
9968 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9969 block.
9970
9971 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9972
9973 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9974 only if INFO_VERBOSE.
9975
9976 2010-02-12 Tomas Holmberg <th@virtutech.com>
9977
9978 * mi/mi-main.c: Added the --reverse flag to the following MI
9979 commands: exec-continue, exec-finish, exec-next, exec-step,
9980 exec-next-instruction, exec-step-instruction. This is to
9981 support reverse execution over the MI interface to gdb.
9982
9983 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9984
9985 * tracepoint.c (_initialize_tracepoint): Specify that the address
9986 range of `tfind outsize' is exclusive, and that the address range
9987 of `tfind range' is inclusive, in the commands' help strings.
9988
9989 2010-02-12 Joel Brobecker <brobecker@adacore.com>
9990
9991 Spurious "dll not found" error messages on x64-windows.
9992 * windows-nat.c: Add include of complaints.h.
9993 (handle_unload_dll): Change dll-not-found error into a complaint.
9994
9995 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9996
9997 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9998 bp_tracepoint and bp_fast_tracepoint, not
9999 bp_loc_software_breakpoint.
10000 (update_global_location_list): Tracepoints are never duplicates of
10001 anything.
10002
10003 2010-02-12 Pedro Alves <pedro@codesourcery.com>
10004
10005 * breakpoint.c (break_command_really): Change return type to int.
10006 Return false if no breakpoint was created, true otherwise.
10007 (trace_command): Don't set the tracepoint count if no tracepoint
10008 was created.
10009 (ftrace_command): Ditto.
10010 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
10011 created in the breakpoints table.
10012
10013 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10014 Ulrich Weigand <uweigand@de.ibm.com>
10015
10016 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
10017
10018 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10019
10020 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
10021 the offset value isn't of integral type.
10022
10023 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10024
10025 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
10026 New.
10027
10028 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10029
10030 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
10031 non-subscriptable types.
10032 * valarith.c (binop_types_user_defined_p): New, abstracted out
10033 from ...
10034 (binop_user_defined_p): ... this.
10035 * value.h (binop_types_user_defined_p): Declare.
10036
10037 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10038
10039 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
10040 Merge uploaded TSVs before merging uploaded tracepoints.
10041
10042 2010-02-11 Pedro Alves <pedro@codesourcery.com>
10043
10044 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
10045
10046 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
10047
10048 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
10049 whitespace character after a dot in comment.
10050 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
10051 Likewise.
10052 (list_args_or_locals): For the 'all' (that is
10053 -stack-list-variables) case, always output list of tuples.
10054 Output 'arg' field if variable is argument.
10055
10056 2010-02-10 Tom Tromey <tromey@redhat.com>
10057
10058 * parser-defs.h (parser_debug): Declare.
10059 * parse.c (_initialize_parse): Install "debug parser" set/show
10060 command.
10061 (parser_debug): New global.
10062 (show_parserdebug): New function.
10063 * c-exp.y (c_parse): Set yydebug.
10064
10065 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
10066
10067 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
10068 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
10069 (tdesc_predefined_types): Add i387_ext, i386_eflags and
10070 i386_mxcsr.
10071 (tdesc_find_type): New.
10072 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
10073 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
10074
10075 * target-descriptions.h (tdesc_find_type): New.
10076
10077 2010-02-10 Michael Snyder <msnyder@vmware.com>
10078
10079 * gdb-gdb.py: Comment fix.
10080
10081 2010-02-09 Tristan Gingold <gingold@adacore.com>
10082
10083 * machoread.c (macho_symfile_relocate): New function.
10084 (macho_sym_fns): Use macho_symfile_relocate instead of
10085 default_symfile_relocate.
10086 (macho_oso_data): New type.
10087 (current_oso): New variable.
10088 (macho_add_oso_symfile): Do not compute section_addr_info, but
10089 instead set vma of sections.
10090 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
10091 Set and clear current_oso.
10092
10093 2010-02-09 Joel Brobecker <brobecker@adacore.com>
10094
10095 Wrong type description for tagged type parameter.
10096 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
10097 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
10098 reference to a tagged type.
10099
10100 2010-02-09 Tristan Gingold <gingold@adacore.com>
10101
10102 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
10103 brothers of the parent.
10104
10105 2010-02-08 Tom Tromey <tromey@redhat.com>
10106
10107 PR c++/8017:
10108 * value.h: Update.
10109 * valops.c (search_struct_field): Make 'name' const.
10110 (search_struct_method): Likewise.
10111 (find_method_list): Make 'method' const.
10112 (value_struct_elt): Make 'name' and 'err' const.
10113 (value_find_oload_method_list): Make 'method' const.
10114 (find_overload_match): Make 'name' const.
10115 * eval.c (evaluate_subexp_standard): New locals function,
10116 function_name.
10117 <OP_FUNCALL>: Handle OP_SCOPE specially.
10118
10119 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10120
10121 * infrun.c (handle_inferior_event): Do not look up regcache
10122 for exited processes.
10123
10124 2010-02-08 Chris Moller <moller@mollerware.com>
10125
10126 PR gdb/10728
10127 * valarith.c (value_ptrdiff): Added a test for a zero type length,
10128 warn if found, and assume length = 1.
10129
10130 2010-02-08 Chris Moller <cmoller@redhat.com>
10131
10132 PR gdb/9067
10133 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
10134 (cp_print_static_field) Fix use of obstacks.
10135
10136 2010-02-08 Pedro Alves <pedro@codesourcery.com>
10137
10138 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
10139 resumed LWPs as resumed.
10140 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
10141 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
10142 of throwing an internal error. If an LWP of a process we're not
10143 waiting for reports a signal, don't force collecting a SIGSTOP,
10144 and if it was breakpoint hit in non-stop mode, cancel it. Don't
10145 go through all LWPs cancelling breakpoints in non-stop mode.
10146 (resume_stopped_resumed_lwps): New.
10147 (linux_nat_wait): Use it.
10148
10149 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
10150
10151 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
10152 i386/amd64 and i386/amd64-linux.
10153 (i386/i386-expedite): New.
10154 (i386/i386-linux-expedite): Likewise.
10155 (i386/amd64-expedite):Likewise.
10156 (i386/amd64-linux-expedite): Likewise.
10157 ($(outdir)/i386/i386-linux.dat): Likewise.
10158 ($(outdir)/i386/amd64.dat): Likewise.
10159 ($(outdir)/i386/amd64-linux.dat): Likewise.
10160
10161 * features/i386/32bit-core.xml: New.
10162 * features/i386/32bit-linux.xml: Likewise.
10163 * features/i386/32bit-sse.xml: Likewise.
10164 * features/i386/64bit-core.xml: Likewise.
10165 * features/i386/64bit-linux.xml: Likewise.
10166 * features/i386/64bit-sse.xml: Likewise.
10167 * features/i386/i386-linux.xml: Likewise.
10168 * features/i386/i386.xml: Likewise.
10169 * features/i386/amd64-linux.xml: Likewise.
10170 * features/i386/amd64.xml: Likewise.
10171 * features/i386/i386-linux.c: Likewise.
10172 * features/i386/i386.c: Likewise.
10173 * features/i386/amd64-linux.c: Likewise.
10174 * features/i386/amd64.c: Likewise.
10175
10176 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
10177
10178 PR c++/7935:
10179 * cp-support.h: Added char* alias element to using_direct data
10180 struct.
10181 (cp_add_using): Added char* alias argument.
10182 (cp_add_using_directive): Ditto.
10183 * cp-namespace.c: Updated with the above changes.
10184 (cp_lookup_symbol_imports): Check for aliases.
10185 * dwarf2read.c (read_import_statement): Figure out local alias
10186 for the import and pass it on to cp_add_using.
10187 (read_namespace): Pass alias argument to cp_add_using.
10188
10189 2010-02-05 Hui Zhu <teawater@gmail.com>
10190
10191 * defs.h (gdb_bfd_errmsg): New extern.
10192 * exec.c (exec_file_attach): Change bfd_errmsg to
10193 gdb_bfd_errmsg.
10194 * utils.c (AMBIGUOUS_MESS1): New macro.
10195 (AMBIGUOUS_MESS2): New macro.
10196 (gdb_bfd_errmsg): New function.
10197
10198 2010-02-04 Doug Evans <dje@google.com>
10199
10200 * solib-svr4.c (enable_break): Add comment.
10201
10202 2010-02-04 Anthony Green <green@moxielogic.com>
10203
10204 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
10205 gracefully.
10206
10207 2010-02-04 Tom Tromey <tromey@redhat.com>
10208
10209 * valops.c (search_struct_field): Account for
10210 value_embedded_offset. Fix check for virtual base past the end of
10211 the object. Use value_copy when making a slice of the value.
10212
10213 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
10214
10215 PR tui/9622
10216 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
10217 only if gdb_stdout is a tty.
10218
10219 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
10220
10221 * target-descriptions.c: Include "osabi.h".
10222 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
10223 OSABI.
10224
10225 2010-02-04 Tristan Gingold <gingold@adacore.com>
10226
10227 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
10228 (macho_symtab_read): Adjust calls to macho_add_oso.
10229 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
10230 (macho_symfile_read): Adjust call to macho_oso_symfile.
10231 (macho_new_init): Move this function after declarations.
10232 (macho_symfile_init): Ditto.
10233 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
10234 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
10235
10236 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
10237
10238 Include MI command in remotelog.
10239
10240 * mi/mi-main.c (mi_execute_command): Call target_log_command.
10241
10242 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10243
10244 * remote.c (remote_state): Remove gdbarch.
10245 (init_remote_state): Don't set gdbarch.
10246 (remote_query_supported): Pass target_gdbarch instead of
10247 rs->gdbarch to gdbarch_qsupported.
10248
10249 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10250
10251 * gdbarch.sh: Add qsupported.
10252
10253 * gdbarch.c: Regenerated.
10254 * gdbarch.h: Likewise.
10255
10256 * remote.c (remote_state): Add gdbarch.
10257 (init_remote_state): Set gdbarch.
10258 (remote_query_supported): Support gdbarch_qsupported.
10259
10260 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
10261
10262 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
10263 __FreeBSD_kernel_version.
10264
10265 2010-02-03 Tristan Gingold <gingold@adacore.com>
10266
10267 * symfile.h (struct sym_fns): Add sym_relocate field.
10268 (default_symfile_relocate): New prototype.
10269 (symfile_relocate_debug_section): First argument is now an objfile.
10270 * symfile.c (default_symfile_relocate): Rename from
10271 symfile_relocate_debug_section, first argument is now an objfile.
10272 (symfile_relocate_debug_section): New function.
10273 * coffread.c (coff_sym_fns): Set sym_relocate field.
10274 * somread.c (som_sym_fns): Ditto.
10275 * mipsread.c (ecoff_sym_fns): Ditto.
10276 * machoread.c (macho_sym_fns): Ditto.
10277 * elfread.c (elf_sym_fns): Ditto.
10278 * dwarf2read.c (dwarf2_read_section): Ditto.
10279 * xcoffread.c (xcoff_sym_fns): Ditto.
10280 * dbxread.c (aout_sym_fns): Ditto.
10281 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
10282 (elfstab_build_psymtabs): Ditto.
10283
10284 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
10285
10286 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
10287
10288 2010-02-02 Tom Tromey <tromey@redhat.com>
10289
10290 * valops.c (value_cast_structs): Try downcasting using the RTTI
10291 type.
10292
10293 2010-02-02 Tom Tromey <tromey@redhat.com>
10294
10295 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
10296 (gnuv2_baseclass_offset): Now static.
10297 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
10298 * gnu-v2-abi.h: Remove.
10299
10300 2010-02-02 Tom Tromey <tromey@redhat.com>
10301
10302 * m2-typeprint.c (m2_record_fields): Don't use
10303 TYPE_DECLARED_TYPE.
10304 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
10305 (struct main_type) <flag_declared_class>: New field.
10306 (struct cplus_struct_type) <declared_type>: Remove.
10307 <ntemplate_args>: Move earlier.
10308 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
10309 (DECLARED_TYPE_TEMPLATE): Remove.
10310 (TYPE_DECLARED_TYPE): Remove.
10311 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
10312 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
10313 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
10314 TYPE_DECLARED_TYPE.
10315
10316 2010-02-02 Tom Tromey <tromey@redhat.com>
10317
10318 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
10319 * valops.c (search_struct_field): Compute nbases after calling
10320 CHECK_TYPEDEF.
10321 (check_field): Call CHECK_TYPEDEF.
10322 * cp-valprint.c (cp_print_value): Pass correct address to
10323 baseclass_offset. Fix check for virtual base past the end of the
10324 object. Don't offset address passed to cp_print_value_fields or
10325 apply_val_pretty_printer.
10326 (cp_print_value_fields): Fix call to val_print.
10327 (cp_print_value_fields_rtti): New function.
10328 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
10329 * p-valprint.c (pascal_object_print_value_fields): Fix call to
10330 val_print.
10331 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
10332 offset to address.
10333 * language.h (struct language_defn) <la_val_print>: Document.
10334 * c-lang.h (cp_print_value_fields_rtti): Declare.
10335
10336 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10337
10338 PR libc/11214:
10339 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10340 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
10341 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
10342
10343 2010-02-01 Michael Matz <matz@suse.de>
10344 Daniel Jacobowitz <dan@codesourcery.com>
10345
10346 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
10347 functions use a frame pointer.
10348
10349 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10350
10351 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
10352 by a conditional setting DYN_ADDR. Use DYN_ADDR.
10353 * config/djgpp/fnchange.lst: Add translations for
10354 symbol-without-target_section.exp and symbol-without-target_section.c.
10355
10356 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10357
10358 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
10359 (remote_breakpoint_for_pc): Correct invalid_p check.
10360 * gdbarch.c: Regenerated.
10361
10362 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10363
10364 * arm-tdep.c (arm_find_mapping_symbol): New function, from
10365 arm_pc_is_thumb.
10366 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
10367 (extend_buffer_earlier): New function.
10368 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
10369 (arm_adjust_breakpoint_address): New function.
10370 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
10371
10372 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10373
10374 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
10375 (arm_linux_thumb2_le_breakpoint): New constants.
10376 (arm_linux_init_abi): Set thumb2_breakpoint and
10377 thumb2_breakpoint_size.
10378 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
10379 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
10380 Implement support for single stepping through IT blocks if
10381 a 32-bit Thumb breakpoint instruction is available.
10382 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
10383 is available, use it when needed.
10384 (arm_remote_breakpoint_from_pc): New function.
10385 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
10386 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
10387 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
10388
10389 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10390
10391 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
10392 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
10393 * gdbarch.c, gdbarch.h: Regenerated.
10394 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
10395 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
10396 gdbarch_remote_breakpoint_from_pc.
10397
10398 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10399
10400 * infrun.c (prepare_to_proceed): Handle other signals which might
10401 match a breakpoint.
10402 (handle_inferior_event): Move the check for unusual breakpoint
10403 signals earlier.
10404
10405 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
10406
10407 amd64 - function returning record with field straddling 2 registers.
10408 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
10409 a record of length <= 16 in which a field straddles the two
10410 eightbytes.
10411
10412 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10413
10414 Implement return values on amd64-windows.
10415 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
10416 (amd64_windows_return_value): New function.
10417 (amd64_windows_init_abi): Call set_gdbarch_return_value with
10418 amd64_windows_return_value.
10419
10420 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10421
10422 amd64-windows: 32 bytes allocated on stack by caller for integer
10423 parameter registers.
10424 * i386-tdep.h (struct gdbarch_tdep): Add new field
10425 integer_param_regs_saved_in_caller_frame.
10426 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10427 tdep->integer_param_regs_saved_in_caller_frame to 1.
10428 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
10429 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
10430
10431 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10432
10433 amd64-windows: memory args passed by pointer during function calls.
10434 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
10435 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
10436 where tdep->memory_args_by_pointer is non-zero.
10437 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
10438 tdep->memory_args_by_pointer to 1.
10439
10440 2010-01-29 Joel Brobecker <brobecker@adacore.com>
10441
10442 amd64-windows: Integer parameters in function calls.
10443 * i386-tdep.h (enum amd64_reg_class): New, moved here from
10444 amd64-tdep.c.
10445 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
10446 call_dummy_integer_regs, and classify.
10447 * amd64-tdep.h (amd64_classify): Add declaration.
10448 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
10449 (amd64_reg_class): Delete, moved to i386-tdep.h.
10450 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
10451 Replace call to amd64_classify by call to tdep->classify.
10452 (amd64_push_arguments): Get the list of registers to use for
10453 passing integer parameters from the gdbarch tdep structure,
10454 rather than using a hardcoded one. Replace calls to amd64_classify
10455 by calls to tdep->classify.
10456 (amd64_push_dummy_call): Get the register number used for
10457 the "hidden" argument from tdep->call_dummy_integer_regs.
10458 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
10459 and tdep->call_dummy_integer_regs. Set tdep->classify.
10460 * amd64-windows-tdep.c: Add include of gdbtypes.h.
10461 (amd64_windows_dummy_call_integer_regs): New static global.
10462 (amd64_windows_classify): New function.
10463 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
10464 tdep->call_dummy_integer_regs and tdep->classify.
10465
10466 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
10467
10468 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
10469 for the new regcache. All callers updated.
10470 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
10471 (get_thread_arch_regcache): Do not set aspace here.
10472 * regcache.h (regcache_xmalloc): Update declaration.
10473
10474 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
10475 regcache_xmalloc updated.
10476
10477 2010-01-28 Joel Brobecker <brobecker@adacore.com>
10478
10479 Another -Wunused-function error in procfs.c (sparc-solaris)
10480 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
10481 Only define if SYS_syssgi is defined.
10482 (remove_dbx_link_breakpoint): Delete declaration. Move up.
10483 (dbx_link_addr, insert_dbx_link_bpt_in_file)
10484 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
10485 is itself defined.
10486
10487 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
10488
10489 * windows-nat.c (windows_initialization_done): New variable.
10490 (get_windows_debug_event): Issue error when process dies before
10491 completely initializing.
10492 (do_initial_windows_stuff): Set flag to indicate when we are done with
10493 the initial steps of attaching to the child.
10494
10495 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10496
10497 * symtab.h (struct symbol <symtab>): New comment on NULL values.
10498
10499 2010-01-27 Doug Evans <dje@google.com>
10500
10501 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10502
10503 * breakpoint.c (bpstat_stop_status): Delete useless code.
10504
10505 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10506
10507 * printcmd.c (display_uses_solib_p): Remove variable section. Access
10508 objfile via SYMBOL_SYMTAB.
10509
10510 2010-01-26 Tom Tromey <tromey@redhat.com>
10511
10512 PR exp/7643:
10513 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10514 coerce_array on result.
10515
10516 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10517
10518 * cp-namespace.c (cp_lookup_symbol_namespace): Added
10519 search_parent argument.
10520 (cp_add_using): Initialize 'searched' field.
10521 (reset_directive_searched): New function.
10522 * cp-support.h: Add 'searched' field to using_direct struct.
10523 (cp_lookup_symbol_imports): Ditto.
10524 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10525 Perform recursive search.
10526 Implement non parent search.
10527 * valops.c (value_maybe_namespace_elt): Updated.
10528
10529 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10530
10531 PR gdb/10929:
10532 * dwarf2read.c (read_lexical_block_scope): Create blocks for
10533 scopes which contain using directives even if they contain no
10534 declarations.
10535 * symtab.c (lookup_symbol_aux): Pass lowest level block to
10536 la_lookup_symbol_nonlocal.
10537 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10538 cp_lookup_symbol_namespace.
10539 (cp_lookup_symbol_namespace): Perform an import lookup at every
10540 block level.
10541 (cp_lookup_symbol_imports): New function.
10542 (cp_lookup_symbol_in_namespace): New function.
10543
10544 2010-01-25 Tom Tromey <tromey@redhat.com>
10545
10546 PR gdb/11049:
10547 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10548 result.
10549
10550 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10551
10552 * configure.ac: Only use host_os part when disabling TUI on osf.
10553 Use test to check variables, prefix strings with x.
10554 * configure: Regenerate.
10555
10556 * solib-osf.c (osf_current_sos): Initialize tail.
10557
10558 2010-01-25 gingold <gingold@adacore.com>
10559
10560 * windows-nat.c (windows_continue): Use %x to print thread id.
10561 (get_windows_debug_event): Ditto.
10562
10563 2010-01-22 Tom Tromey <tromey@redhat.com>
10564
10565 PR symtab/11199:
10566 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10567 type and arguments. Use smash_to_methodptr_type.
10568 (read_structure_type): Call quirk_gcc_member_function_pointer
10569 later.
10570 * gdbtypes.h (smash_to_methodptr_type): Declare.
10571 * gdbtypes.c (smash_to_methodptr_type): New function.
10572 (lookup_methodptr_type): Use it.
10573
10574 2010-01-21 Tom Tromey <tromey@redhat.com>
10575
10576 PR symtab/11198:
10577 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10578 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10579 * glibc-tdep.c (find_minsym_and_objfile): Remove.
10580 (glibc_skip_solib_resolver): Use
10581 lookup_minimal_symbol_and_objfile.
10582
10583 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
10584
10585 * inflow.c (check_syscall): Guard by #if clause for GO32 and
10586 WIN32 targets.
10587
10588 2010-01-20 Tom Tromey <tromey@redhat.com>
10589
10590 PR backtrace/10770:
10591 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10592 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
10593 * dwarf2expr.c (new_dwarf_expr_context): Allocate
10594 dwarf_stack_values, not CORE_ADDRs.
10595 (execute_stack_op): Change DW_OP_div and comparison operators to
10596 use signed operands.
10597
10598 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
10599
10600 Per-inferior args and tty and environment.
10601
10602 * infcmd.c (inferior_args): Rename to ...
10603 (inferior_args_scratch): ... this.
10604 (inferior_io_terminal): Rename to ...
10605 (inferior_io_terminal_scratch): ... this.
10606 (inferior_argc, inferior_argv): Remove.
10607 (set_inferior_io_terminal, get_inferior_io_terminal): Store
10608 inside current_inferior().
10609 (set_inferior_tty_command, show_inferior_tty_command): New.
10610 (get_inferior_args, set_inferior_args): Store inside
10611 current_inferior().
10612 (notice_args_set): Likewise and rename to...
10613 (set_args_command): ... this.
10614 (set_inferior_args_vector): Likewise.
10615 (notice_args_read): Rename to...
10616 (show_args_command): ...new.
10617 (tty_command): Remove.
10618 (run_command_1): Don't free old args, as they are freed by
10619 set_inferior_arg now.
10620 (run_no_args_command): Likewise.
10621 (inferior_environ): Remove.
10622 (run_command_1): Use environment of the current inferior.
10623 (environment_info, set_environment_command)
10624 (unset_environment_command, path_info, path_command): Likewise.
10625 (_initialize_infcmd): Adjust for function and variable renames.
10626 Do not init inferior_environ.
10627 * inferior.h (set_inferior_arg): Adjust prototype.
10628 (struct inferior): New fields args, argc, argv, terminal, environment.
10629 (inferior_environ): Remove declaration.
10630 * inferior.c (free_inferior): Free new fields.
10631 (add_inferior_silent): Initialize 'environment' field.
10632 * main.c (captured_main): Set arguments only after the initial
10633 inferior has been created. Set set_inferior_io_terminal,
10634 not tty_command.
10635 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10636 inferior.
10637 (_initialize_mi_cmd_env): Adjust for disappearance of global
10638 inferior_environ.
10639 * solib.c (solib_find): Use environment of the current inferior.
10640
10641 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10642
10643 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10644 HAVE_PYTHON.
10645 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10646
10647 2010-01-20 Joel Brobecker <brobecker@adacore.com>
10648
10649 Get rid of ada-lang.c:function_name_from_pc.
10650 * ada-lang.c: Add "stack.h" #include.
10651 (function_name_from_pc): Delete.
10652 (is_known_support_routine): Replace call to function_name_from_pc
10653 by call to find_frame_funname.
10654 (ada_unhandled_exception_name_addr_from_raise): Likewise.
10655
10656 2010-01-19 Tom Tromey <tromey@redhat.com>
10657
10658 PR c++/11026:
10659 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10660 objfile obstack.
10661
10662 2010-01-19 Tom Tromey <tromey@redhat.com>
10663
10664 * top.c (stop_sig, float_handler, do_nothing): Remove.
10665
10666 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10667
10668 * breakpoint.c (watchpoint_check): Check the call
10669 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10670 Extend the comment.
10671 * config/djgpp/fnchange.lst: Add translations for
10672 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10673 watchpoint-cond-gone-stripped.c.
10674
10675 2010-01-19 Tom Tromey <tromey@redhat.com>
10676
10677 PR c++/8000:
10678 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10679 into parent scope, and enumerator into grandparent scope.
10680
10681 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10682
10683 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10684
10685 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10686
10687 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10688 i[34567]86-*-solaris2.1[0-9]*.
10689 * configure.tgt: Likewise.
10690
10691 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10692
10693 * NEWS: Document the source command enhancement allowing it
10694 to load Python scripts. Document the "set/show script-extension"
10695 commands.
10696
10697 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10698
10699 Add -Wunused-function to compile flags.
10700 * configure.ac: Add -Wunused-function to build_warnings.
10701 * configure: Regenerate.
10702
10703 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10704
10705 "delete" ada-lex.c:input function, not used.
10706 * ada-lex.l: #define YY_NO_INPUT.
10707
10708 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10709
10710 Delete free_named_symtabs and associated cleanup.
10711 * symfile.h (free_named_symtabs): Delete declaration.
10712 * symfile.c: Remove some commented out code (clear_symtab_users_once).
10713 (cashier_psymtab): Comment function out.
10714 Delete declaration.
10715 (free_named_symtabs): Delete.
10716 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10717 * dbxread.c (end_psymtab): Likewise.
10718 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10719 * exec.c (exec_close_1): Ditto.
10720 * xcoffread.c (xcoff_end_psymtab): Likewise.
10721
10722 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10723
10724 * stack.c (print_block_frame_labels): Comment function out.
10725
10726 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10727
10728 Delete unused or undefined functions.
10729 * breakpoint.c (ep_parse_optional_filename): Delete.
10730 * dcache.c (dcache_write_line): Remove declaration.
10731 * infrun.c (build_infrun): Remove declaration.
10732 * tracepoint.c (tracepoint_save_command): Remove declaration.
10733 * linux-nat.c (init_lwp_list): Delete. No longer used.
10734 * event-loop.c (check_async_signal_handlers): Delete declaration.
10735 * infrun.c (init_execution_control_state): Delete.
10736 (proceed): Update comment to avoid mentioning
10737 init_execution_control_state.
10738 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10739 * ada-lang.c (ada_to_static_fixed_value): Delete.
10740 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10741 * cp-namespace.c (cp_copy_usings): Delete.
10742 * xml-syscall.c (xml_number_of_syscalls): Delete.
10743 * progspace.c (find_program_space_by_num): Delete.
10744 * inflow.c (handle_sigio): Delete declaration.
10745 * hppa-tdep.c (hppa_alignof): Delete.
10746 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10747 (mipsnbsd_core_osabi_sniffer): Delete.
10748
10749 2010-01-18 Tom Tromey <tromey@redhat.com>
10750
10751 PR c++/9680:
10752 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10753 (CONST_CAST): New tokens.
10754 (exp): Add new productions.
10755 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10756 reinterpret_cast.
10757 (is_cast_operator): New function.
10758 (yylex): Handle cast operators specially.
10759 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10760 UNOP_REINTERPRET_CAST>: New cases.
10761 * expprint.c (print_subexp_standard): Likewise.
10762 (op_name_standard): Likewise.
10763 (dump_subexp_body_standard): Likewise.
10764 * parse.c (operator_length_standard): Likewise.
10765 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10766 UNOP_REINTERPRET_CAST.
10767 * gdbtypes.c (class_types_same_p): New function.
10768 (is_ancestor): Use it.
10769 (is_public_ancestor): New function.
10770 (is_unique_ancestor_worker): Likewise.
10771 (is_unique_ancestor): Likewise.
10772 * gdbtypes.h (class_types_same_p, is_public_ancestor)
10773 (is_unique_ancestor): Declare.
10774 * valops.c (value_reinterpret_cast): New function.
10775 (dynamic_cast_check_1): Likewise.
10776 (dynamic_cast_check_2): Likewise.
10777 (value_dynamic_cast): Likewise.
10778 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10779
10780 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10781
10782 Fix build failure when building without Python support.
10783 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10784 is not defined.
10785
10786 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10787
10788 Use XVS field type instead of doing a parallel lookup.
10789 * ada-lang.c (ada_get_base_type): Follow the XVS field type
10790 if it is a reference type instead of doing a type lookup using
10791 the XVS field name.
10792
10793 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10794
10795 Trust PAD types instead of using PAD___XVS.
10796 * ada-lang.c (trust_pad_over_xvs): New static variable.
10797 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10798 parallel XVS type, follow the XVS type instead of the PAD type.
10799 (unwrap_value): Make sure that there is no parallel XVE type
10800 before returning the value as is.
10801 (set_ada_list, show_ada_list): New static variables.
10802 (set_ada_command, show_ada_command): New functions.
10803 (_initialize_ada_language): Add new "set/show ada" prefix commands.
10804 Add new "set/show ada trust-PAD-over-XVS" setting.
10805
10806 2010-01-18 Tom Tromey <tromey@redhat.com>
10807 Thiago Jung Bauermann <bauerman@br.ibm.com>
10808
10809 Allow "source" to load python scripts.
10810 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10811 * python/python.c (source_python_script): New function.
10812 * python/python.h (source_python_script): Add declaration.
10813 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10814 (script_ext_off, script_ext_soft, script_ext_strict)
10815 (script_ext_enums, script_ext_mode): New static constants.
10816 (show_script_ext_mode, find_and_open_script): New functions.
10817 (source_script): Enhance to handle Python scripts.
10818 (init_cli_cmds): Add set/show script-extension commands.
10819
10820 2010-01-16 Stan Shebs <stan@codesourcery.com>
10821
10822 * tracepoint.h (struct trace_status): Use unsigned long long
10823 instead of size_t.
10824 * tracepoint.c (trace_status_command): Fix printf directive.
10825 (trace_save_command): Check fwrite returns, fix printf directive.
10826 (trace_filename): New global.
10827 (tfile_open): Set it, check read returns.
10828 (tfile_close): Free trace_filename.
10829 (tfile_get_traceframe_address): Check read returns.
10830 (tfile_trace_find): Ditto.
10831 (tfile_fetch_registers): Ditto.
10832 (tfile_xfer_partial): Ditto.
10833 (tfile_get_trace_state_variable_value): Ditto.
10834
10835 2010-01-15 Stan Shebs <stan@codesourcery.com>
10836
10837 Add trace file support.
10838 * tracepoint.h (enum trace_stop_reason): New enum.
10839 (struct trace_status): New struct.
10840 (parse_trace_status): Declare.
10841 (struct uploaded_tp): Move here from remote.c,
10842 add fields for actions.
10843 (struct uploaded_tsv): New struct.
10844 * tracepoint.c (tfile_ops): New target vector.
10845 (trace_fd): New global.
10846 (tfile_open): New function.
10847 (tfile_close): New function.
10848 (tfile_files_info): New function.
10849 (tfile_get_trace_status): New function.
10850 (tfile_get_traceframe_address): New function.
10851 (tfile_trace_find): New function.
10852 (tfile_fetch_registers): New function.
10853 (tfile_xfer_partial): New function.
10854 (tfile_get_trace_state_variable_value): New function.
10855 (init_tfile_ops): New function.
10856 (_initialize_tracepoint): Call it, add tfile target.
10857 (trace_status): New global.
10858 (current_trace_status): New function.
10859 (trace_running_p): Remove, change all users to get from
10860 current_trace_status()->running.
10861 (get_trace_status): Remove.
10862 (trace_status_command): Call target_get_trace_status directly,
10863 report more detail including tracing stop reasons.
10864 (trace_find_command): Always allow tfind on a file.
10865 (trace_find_pc_command): Ditto.
10866 (trace_find_tracepoint_command): Ditto.
10867 (trace_find_line_command): Ditto.
10868 (trace_find_range_command): Ditto.
10869 (trace_find_outside_command): Ditto.
10870 (trace_frames_offset, cur_offset): Declare as off_t.
10871 (trace_regblock_size): Rename from reg_size, update users.
10872 (parse_trace_status): New function.
10873 (tfile_interp_line): New function.
10874 (disconnect_or_stop_tracing): Ensure current trace
10875 status before asking what to do.
10876 (stop_reason_names): New global.
10877 (trace_save_command): New command.
10878 (get_uploaded_tp): Move here from remote.c.
10879 (find_matching_tracepoint): Ditto.
10880 (merge_uploaded_tracepoints): New function.
10881 (parse_trace_status): Use stop_reason_names.
10882 (_initialize_tracepoint): Define tsave command.
10883 * target.h (target_ops): New fields to_save_trace_data,
10884 to_upload_tracepoints, to_upload_trace_state_variables,
10885 to_get_raw_trace_data, change to_get_trace_status
10886 to take a pointer to a status struct.
10887 (target_save_trace_data): New macro.
10888 (target_upload_tracepoints): New macro.
10889 (target_upload_trace_state_variables): New macro.
10890 (target_get_raw_trace_data): New macro.
10891 * target.c (update_current_target): Add new methods, change
10892 signature of to_get_trace_status.
10893 * remote.c (hex2bin): Make globally visible.
10894 (bin2hex): Ditto.
10895 (remote_download_trace_state_variable): Download name also.
10896 (remote_get_trace_status): Update parameter, use
10897 parse_trace_status.
10898 (remote_save_trace_data): New function.
10899 (remote_upload_tracepoints): New function.
10900 (remote_upload_trace_state_variables): New function.
10901 (remote_get_raw_trace_data): New function.
10902 (remote_start_remote): Use them.
10903 (_initialize_remote_ops): Add operations.
10904 * ax-gdb.c: Include breakpoint.h.
10905 * breakpoint.c (create_tracepoint_from_upload): Use
10906 break_command_really, return tracepoint, warn about unimplemented
10907 parts.
10908 * NEWS: Mention trace file addition.
10909
10910 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10911
10912 Fix compilation warning on gcc-3.4.
10913 * exec.c (print_section_info): Move the `displacement' variable
10914 initialization to its declaration.
10915
10916 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10917
10918 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10919 comparison.
10920
10921 2010-01-15 Eric Botcazou <botcazou@adacore.com>
10922
10923 "info tasks" broken by typedefs in ATCB type definitions.
10924 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10925 ada_check_typedef before retrieving the length of the type for
10926 regular fields.
10927
10928 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10929
10930 Do not use name-based lookup for unconstrained packed arrays.
10931 * ada-lang.c (find_parallel_type_by_descriptive_type):
10932 Limit the fallback to name-based lookups to the case where
10933 the type is a constrained packed array.
10934
10935 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10936
10937 Enhance gdb-gdb.py to handle main_type.type_specific.
10938 * gdb-gdb.py: Print the type-specific part of struct main_type.
10939
10940 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10941
10942 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10943 * configure: Regenerate.
10944 * config.in: Regenerate.
10945 * utils.c: Include sys/resource.h.
10946 (dump_core, can_dump_core): New.
10947 (internal_vproblem): Update the comment. Check can_dump_core while
10948 setting dump_core_p. Replace two abort calls by dump_core calls.
10949
10950 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10951 Eli Zaretskii <eliz@gnu.org>
10952
10953 * NEWS: Document the PIE support.
10954
10955 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10956
10957 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10958 (check_is_pie_binary, _initialize_linux_tdep): Remove.
10959
10960 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10961
10962 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10963 Replace exec_entry_point call by bfd_get_start_address.
10964
10965 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10966
10967 Support Valgrind attachments broken by the PIE support.
10968 * auxv.c: Include gdbcore.h.
10969 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
10970 parameters ops, object and annex. Remove their assertions.
10971 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10972 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
10973 (memory_xfer_auxv): ... here.
10974 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10975 memory_xfer_auxv.
10976 * procfs.c (procfs_xfer_partial): Likewise.
10977 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10978 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10979 (svr4_solib_create_inferior_hook): Conditionalize the
10980 svr4_relocate_main_executable call.
10981
10982 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10983
10984 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
10985 target_section. Find SECT in current_target_sections, gdb_assert it.
10986 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10987 New variable abfd.
10988 * symtab.c (lookup_objfile_from_block): Return the binary file instead
10989 of separate debug info file.
10990
10991 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10992
10993 Support PIEs with no symfile_objfile.
10994 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10995 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10996
10997 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10998
10999 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
11000 code part to ...
11001 (svr4_static_exec_displacement): ... a new function.
11002 (svr4_exec_displacement): New function.
11003 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
11004 new_offsets using alloca now. Remove variable old_chain and changed.
11005 Call objfile_relocate unconditionally now.
11006
11007 2010-01-14 Doug Evans <dje@google.com>
11008
11009 * gdbtypes.c (arch_flags_type): Fix comment.
11010 * gdbtypes.h (arch_composite_type): Fix comment.
11011
11012 2009-01-14 Tristan Gingold <gingold@adacore.com>
11013
11014 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
11015 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
11016 to symbol_file_add_from_bfd. Add OSO as separate objfile.
11017 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
11018 macho_add_oso_symfile.
11019 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
11020
11021 2010-01-14 Joel Brobecker <brobecker@adacore.com>
11022
11023 Tru64: Dead threads are never deleted.
11024 * dec-thread.c (dec_thread_ptid_is_alive): New function.
11025 (dec_thread_count_gdb_threads): Fix counter increment.
11026 (dec_thread_add_gdb_thread): Fix *listp increment.
11027 (resync_thread_list): Fix bug in deletion of dead threads that
11028 caused all threads to be deleted, instead of just the dead ones.
11029
11030 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
11031
11032 PR python/10705
11033
11034 * python/python-internal.h: Add lazy_string_object_type
11035 definition.
11036 (create_lazy_string_object, gdbpy_initialize_lazy_string)
11037 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
11038 * python/py-value.c (valpy_lazy_string): New function.
11039 (convert_value_from_python): Add lazy string conversion.
11040 * python/py-prettyprint.c (pretty_print_one_value): Check if
11041 return is also a lazy string.
11042 (print_string_repr): Add lazy string printing branch.
11043 (print_children): Likewise.
11044 * python/py-lazy-string.c: New file. Implement lazy strings.
11045 * python/python.c (_initialize_python): Call
11046 gdbpy_initialize_lazy_string.
11047 * varobj.c (value_get_print_value): Add lazy string printing
11048 branch. Account for encoding.
11049 * c-lang.c (c_printstr): Account for new encoding argument. If
11050 encoding is NULL, find encoding suited for type, otherwise use
11051 user encoding.
11052 * language.h (language_defn): Add encoding argument.
11053 (LA_PRINT_STRING): Likewise.
11054 * language.c (unk_lang_printstr): Update to reflect new encoding
11055 argument to language_defn.
11056 * ada-lang.h (ada_printstr): Likewise.
11057 * c-lang.h (c_printstr): Likewise.
11058 * p-lang.h (pascal_printstr);
11059 * f-lang.c (f_printstr): Likewise.
11060 * m2-lang.c (m2_printstr): Likewise.
11061 * objc-lang.c (objc_printstr): Likewise.
11062 * p-lang.c (pascal_printstr): Likewise.
11063 * scm-lang.c (scm_printstr): Likewise.
11064 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
11065 encoding argument.
11066 * ada-valprint.c (ada_printstr): Likewise.
11067 * f-valprint.c (f_val_print): Likewise
11068 * m2-valprint.c (m2_val_print): Likewise.
11069 * p-valprint.c (pascal_val_print): Likewise.
11070 * expprint.c (print_subexp_standard): Likewise.
11071 * valprint.c (val_print_string): Likewise.
11072 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
11073 (SUBDIR_PYTHON_SRCS): Likewise.
11074 (py-lazy-string.o): New rule.
11075
11076 2010-01-13 Doug Evans <dje@google.com>
11077
11078 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
11079 uninitialized" warning from gcc on local `tree'.
11080
11081 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
11082
11083 Implement core awareness.
11084
11085 * bcache.c (compare_ints): Remove
11086 (print_percentage): Use compare_positive_ints.
11087 * defs.h (compare_positive_ints): Declare.
11088 * linux-nat.h (struct lin_lwp): New field core.
11089 (linux_nat_core_of_thread_1): Declare.
11090 * linux-nat.c (add_lwp): Init the 'core' field.
11091 (linux_nat_wait_1): Record the core.
11092 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
11093 (linux_nat_add_target): Register the above.
11094 * linux-thread-db.c (update_thread_core): New.
11095 (thread_db_find_new_threads): Update core information for
11096 every thread.
11097 * remote.c (struct private_thread_info): New.
11098 (free_private_thread_info, demand_private_info): New.
11099 (PACKET_qXfer_threads, use_osdata_threads): New.
11100 (struct thread_item, threads_parsing_context
11101 (start_thread, end_thread, thread_attributes)
11102 (thread_children, threads_children, threads_elements): New.
11103 (remote_threads_info): Try qXfer:threads before anything
11104 else.
11105 (remote_protocol_packets): Register qXfer:threads.
11106 (remote_open_1): Init use_osdata_threads.
11107 (struct stop_reply): New field 'core'.
11108 (remote_parse_stop_reply): Parse core number.
11109 (process_stop_reply): Record core number.
11110 (remote_xfer_partial): Handle qXfer:threads.
11111 (remote_core_of_thread): New.
11112 (init_remote_ops): Register remote_core_of_thread.
11113 (_initialize_remote): Register qXfer:read.
11114 * target.c (target_core_of_thread): New
11115 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
11116 (struct target_ops): New field to_core_of_threads.
11117 (target_core_of_thread): Declare.
11118 * gdbthread.h (struct thread_info): New field private_dtor.
11119 * thread.c (print_thread_info): Report the core.
11120 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
11121 * utils.c (compare_positive_ints): New.
11122 * features/threads.dtd: New.
11123 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
11124 * mi/mi-main.c (struct collect_cores_data, collect_cores)
11125 (do_nothing, free_vector_of_osdata_items)
11126 (splay_tree_int_comparator, free_splay_tree): New.
11127 (print_one_inferior_data): Implemented printing of selected
11128 inferiors. Collect and print cores.
11129 (output_cores): New.
11130 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
11131 thread groups together with --available.
11132
11133 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11134
11135 * configure: Regenerate (for _STRUCTURED_PROC).
11136
11137 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11138
11139 Delete dead function.
11140 * ada-lang.c (extract_string): Delete. No longer used.
11141
11142 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11143
11144 Fix -Wunused warning in dec-thread.c.
11145 * dec-thread.c (dec_thread_count_gdb_threads)
11146 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
11147
11148 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11149
11150 * ada-valprint.c (ada_print_floating): Remove trailing space.
11151
11152 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11153
11154 Add support for DW_AT_GNAT_descriptive_type.
11155 * gdbtypes.h (enum type_specific_kind): New enum.
11156 (struct main_type) [type_specific_field]: New component.
11157 [type_specific]: Add new component "gnat_stuff".
11158 (struct gnat_aux_type): New type.
11159 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
11160 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
11161 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
11162 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
11163 (TYPE_SPECIFIC_FIELD): New macros.
11164 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
11165 type does not hold any cplus-specific data.
11166 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
11167 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
11168 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
11169 cplus-specific data.
11170 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
11171 Set new component TYPE_SPECIFIC_FIELD (type).
11172 (gnat_aux_default): New constant.
11173 (allocate_gnat_aux_type): New function.
11174 (init_type): Add initialization the type-specific stuff for
11175 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
11176 (print_gnat_stuff): New function.
11177 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
11178 specific data. Adjust code that prints the contents of the
11179 type-specific union using the TYPE_SPECIFIC_FIELD value.
11180 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
11181 the type cplus stuff for Ada types.
11182 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
11183 Error out if these routines are called with an Ada type.
11184 (read_structure_type, read_array_type, read_subrange_type):
11185 Add call to set_descriptive_type.
11186 (set_die_type): Initialize the gnat-specific data if necessary.
11187 (need_gnat_info, die_descriptive_type, set_descriptive_type):
11188 New functions.
11189 * ada-lang.c (decode_constrained_packed_array_type): Use
11190 decode_constrained_packed_array_type instead of doing a standard
11191 lookup to locate a parallel type.
11192 (find_parallel_type_by_descriptive_type): New function.
11193 (ada_find_parallel_type_with_name): New function.
11194 (ada_find_parallel_type): Reimplement using
11195 ada_find_parallel_type_with_name.
11196 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
11197 to check if type has a cplus stuff.
11198 * linespec.c (total_number_of_methods): Likewise.
11199 * mdebugread.c (new_type): Likewise.
11200
11201 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11202
11203 * NEWS: Document the 0b binary number prefix parsing.
11204
11205 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11206
11207 * objfiles.c (objfile_relocate1): Change the return type to int.
11208 Describe the new return value. Return non-zero if data changed.
11209 (objfile_relocate): New variable changed. Set it. Call
11210 breakpoint_re_set depending on CHANGED.
11211
11212 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11213
11214 Implement binary numbers parsing.
11215 * c-exp.y (parse_number): New case 'b' and 'B'.
11216
11217 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11218 Tristan Gingold <gingold@adacore.com>
11219
11220 * solib.c (info_sharedlibrary_command): Replace
11221 objfile_has_partial_symbols and objfile_has_full_symbols calls by
11222 objfile_has_symbols.
11223
11224 2010-01-10 Joel Brobecker <brobecker@adacore.com>
11225
11226 * NEWS: Document the improvements made to the mips-irix port.
11227
11228 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11229
11230 Fix the documentation of valprint.c:value_print.
11231 * valprint.c (value_print): Update the function description to
11232 mention that the syntax of the output follows the current_language,
11233 not necessarily C.
11234
11235 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11236
11237 Fix displacement of separate debug info files.
11238 * objfiles.c (objfile_relocate): Rename to ...
11239 (objfile_relocate1): ... here and make it static. Extend the comment.
11240 (objfile_relocate): New function.
11241 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
11242 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
11243 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
11244 allocated using alloca.
11245 * symfile.c (copy_section_addr_info): Remove.
11246 (build_section_addr_info_from_objfile): Make it global. New variables
11247 addr_bit and mask, use them.
11248 * symfile.h (build_section_addr_info_from_objfile): New prototype.
11249 (copy_section_addr_info): Remove.
11250
11251 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11252
11253 Signal unwinder for mips-irix N32.
11254 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
11255 tramp-frame.h.
11256 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
11257 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
11258 (SIGCONTEXT_LO_OFF): New macros.
11259 (mips_irix_n32_tramp_frame_init): New function.
11260 (mips_irix_n32_tramp_frame): New static constant.
11261 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
11262
11263 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11264
11265 Breakpoint in shared library does not work on mips-irix.
11266 * procfs.c: #include "observer.h".
11267 (procfs_inferior_created): New function, moving here the code
11268 which unsets the syssgi syscall-exit notifications.
11269 (procfs_create_inferior): Remove the code which unsets the syssgi
11270 syscall-exit notifications. It is too early to do this here.
11271 (_initialize_procfs): Attach the procfs_inferior_created observer.
11272
11273 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11274
11275 Wrong return convention for arrays (mips-irix).
11276 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
11277 128 bits or smaller are returned the same way as structs
11278 and unions of the the same size.
11279
11280 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11281
11282 Cannot set the PC on mips-irix.
11283 * irix5-nat.c (fill_gregset): Check regno against the raw PC
11284 register number, no the cooked one.
11285
11286 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11287
11288 Error while loading core file on mips-irix.
11289 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
11290 if debugging from a core file.
11291
11292 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11293
11294 GDB hangs when attaching to process on mips-irix.
11295 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
11296 attaching to a process.
11297
11298 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11299
11300 Use the correct breakpoint instruction on mips-irix.
11301 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
11302 containing the correct breakpoint instruction to use on mips-irix.
11303 Use it when the osabi is GDB_OSABI_IRIX.
11304
11305 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11306
11307 -Wunused warning in procfs.c (mips-irix only).
11308 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
11309 throughout instead of using praddset and prdelset respectively.
11310
11311 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11312
11313 GDB crash while stepping into function.
11314 * infrun.c (handle_inferior_event): Refetch the current frame
11315 after handling what.main_action, in case that pointer became
11316 dangling.
11317
11318 2010-01-09 Joel Brobecker <brobecker@adacore.com>
11319
11320 Fix build failure of solaris-hosted cross debuggers.
11321 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
11322
11323 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
11324
11325 Fix build failure on sparc-solaris.
11326 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
11327
11328 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11329
11330 Move some symfile code into subroutines.
11331 * symfile.h (relative_addr_info_to_section_offsets)
11332 (addr_info_make_relative): New prototypes.
11333 * symfile.c (default_symfile_offsets): Move a part to ...
11334 (relative_addr_info_to_section_offsets): ... this new function.
11335 (default_symfile_offsets): Call it.
11336 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
11337 this part to ...
11338 (addr_info_make_relative): ... this new function.
11339
11340 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11341
11342 Add from_tty to solib_create_inferior_hook.
11343 * infcmd.c (post_create_inferior): Move solib_add after
11344 solib_create_inferior_hook. Pass from_tty to
11345 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
11346 0 from_tty and comment why.
11347 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
11348 * linux-nat.c (linux_child_follow_fork): Likewise.
11349 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
11350 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
11351 from_tty.
11352 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
11353 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
11354 * solib-null.c (null_solib_create_inferior_hook): Likewise.
11355 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
11356 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
11357 * solib-som.c (som_solib_create_inferior_hook): Likewise.
11358 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
11359 Pass it to svr4_so_ops.solib_create_inferior_hook.
11360 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
11361 from_tty.
11362 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
11363 solib_add.
11364 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
11365 enable_break.
11366 * solib-target.c (solib_target_solib_create_inferior_hook): New
11367 parameter from_tty.
11368 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
11369 it to ops->solib_create_inferior_hook.
11370 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
11371 Move solib_add after solib_create_inferior_hook, call it now with
11372 from_tty as 0. New comment there.
11373 * solib.h (solib_create_inferior_hook): New parameter from_tty.
11374 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
11375 Likewise.
11376
11377 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
11378
11379 Fix multiexec race.
11380 * infrun.c (handle_inferior_event): Use get_thread_regcache
11381 with events ptid, not get_current_regcache.
11382
11383 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11384
11385 GDB crash with empty executable name (MinGW).
11386 * source.c (openp): Add assert that parameter string is not NULL.
11387 if parameter string is an empty string, then return with a failure
11388 immediately.
11389
11390 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11391
11392 Get rid of support for VAX Floats.
11393 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11394 (ada_vax_float_print_function): Delete.
11395 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
11396 (ada_vax_float_print_function): Delete.
11397 * ada-typeprint.c (print_vax_floating_point_type): Delete.
11398 (ada_print_type): Remove support for VAX floats.
11399 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
11400
11401 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11402
11403 * stabsread.c (read_args): Handle zero arguments.
11404
11405 2009-01-08 Joel Brobecker <brobecker@adacore.com>
11406
11407 Cannot find in-tree libiconv.a after reconfigure.
11408 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
11409 that we can use, then cache the path to this archive.
11410 * configure: Regenerate.
11411
11412 2010-01-07 Stan Shebs <stan@codesourcery.com>
11413
11414 Make tracepoint operations go through target vector.
11415 * target.h (enum trace_find_type): New enum.
11416 (struct target_ops): New fields to_trace_init,
11417 to_download_tracepoint, to_download_trace_state_variable,
11418 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
11419 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
11420 to_set_disconnected_tracing.
11421 (target_trace_init): New macro.
11422 (target_download_tracepoint): New macro.
11423 (target_download_trace_state_variable): New macro.
11424 (target_trace_start): New macro.
11425 (target_trace_set_readonly_regions): New macro.
11426 (target_get_trace_status): New macro.
11427 (target_trace_stop): New macro.
11428 (target_trace_find): New macro.
11429 (target_get_trace_state_variable_value): New macro.
11430 (target_set_disconnected_tracing): New macro.
11431 * target.c (update_current_target): Inherit and set defaults for
11432 tracepoint operations.
11433 * tracepoint.c (default_collect): Make globally visible.
11434 (target_is_remote): Remove, along with all calls.
11435 (tvariables_info): Call target_get_trace_state_variable_value.
11436 (remote_set_transparent_ranges): Remove.
11437 (trace_start_command): Call target_trace_init,
11438 target_download_tracepoint, etc.
11439 (download_tracepoint): Remove.
11440 (trace_stop_command): Simplify.
11441 (stop_tracing): Call target_trace_stop.
11442 (get_trace_status): Call target_get_trace_status.
11443 (trace_status_command): Add case for targets that cannot trace.
11444 (finish_tfind_command): Change to take numerical arguments, call
11445 target_trace_find.
11446 (trace_find_command): Update call to finish_tfind_command.
11447 (trace_find_pc_command): Ditto.
11448 (trace_find_tracepoint_command): Ditto.
11449 (trace_find_line_command): Ditto.
11450 (trace_find_range_command): Ditto.
11451 (trace_find_outside_command): Ditto.
11452 (set_disconnected_tracing_value): Call
11453 target_set_disconnected_tracing.
11454 * remote.c: Add protocol encoding bits from tracepoint.c.
11455 (trace_error): Move from tracepoint.c.
11456 (remote_get_noisy_reply): Ditto.
11457 (free_actions_list_cleanup_wrapper): Ditto.
11458 (free_actions_list): Ditto.
11459 (remote_trace_init): New function.
11460 (remote_download_tracepoint): New function.
11461 (remote_download_trace_state_variable): New function.
11462 (remote_trace_set_readonly_regions): New function.
11463 (remote_trace_start): New function.
11464 (remote_get_trace_status): New function.
11465 (remote_trace_stop): New function.
11466 (remote_trace_find): New function.
11467 (remote_download_trace_state_variable): New function.
11468 (remote_set_disconnected_tracing): New function.
11469 (init_remote_ops): Add tracepoint operations.
11470
11471 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
11472
11473 2010-01-07 Tristan Gingold <gingold@adacore.com>
11474
11475 * symfile.c (build_section_addr_info_from_objfile): New function.
11476 (symbol_file_add_separate): Don't use offsets from objfile but
11477 built an addr info.
11478
11479 2010-01-06 Stan Shebs <stan@codesourcery.com>
11480
11481 Support disconnected tracing.
11482 * infcmd.c (detach_command): Ask whether to stop tracing.
11483 * cli/cli-cmds.c (quit_command): Ditto.
11484 * breakpoint.h (struct breakpoint): New field number_on_target.
11485 * breakpoint.c (create_tracepoint_from_upload): New function.
11486 (get_tracepoint_by_number_on_target): New function.
11487 * remote.c (struct remote): New field disconnected_tracing.
11488 (remote_disconnected_tracing_feature): New function.
11489 (remote_protocol_features): Add DisconnectedTracing.
11490 (struct uploaded_tp): New struct.
11491 (uploaded_tps): New global.
11492 (get_uploaded_tp): New function.
11493 (find_matching_tracepoint): New function.
11494 (remote_get_tracing_state): New function.
11495 (remote_start_remote): Call it.
11496 * tracepoint.c (disconnected_tracing): New global.
11497 (trace_start_command): Initialize number_on_target.
11498 (stop_tracing): New function, split out from...
11499 (trace_stop_command): Call stop_tracing.
11500 (get_trace_status): New function, split out from...
11501 (trace_status_command): Call get_trace_status, add info on
11502 disconnection behavior.
11503 (disconnect_or_stop_tracing): New function.
11504 (finish_tfind_command): Translate from number on target.
11505 (trace_find_tracepoint_command): Translate to number on target.
11506 (send_disconnected_tracing_value): New function.
11507 (set_disconnected_tracing): New function.
11508 (_initialize_tracepoint): Add disconnected-tracing variable.
11509 * NEWS: Mention disconnected tracing.
11510
11511 2010-01-06 Tristan Gingold <gingold@adacore.com>
11512
11513 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11514 parameter to main_objfile. Iterate on all separate debug objfiles.
11515 * symfile.h (symbol_file_add_separate)
11516 (find_separate_debug_file_by_debuglink): Remove parameter names.
11517 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11518 (reread_symbols): Use free_objfile_separate_debug.
11519 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11520 Adjust comment.
11521 (objfile_separate_debug_iterate, add_separate_debug_objfile)
11522 (free_objfile_separate_debug): New prototypes.
11523 * objfiles.c (objfile_separate_debug_iterate): New function.
11524 (add_separate_debug_objfile, free_objfile_separate_debug): New
11525 functions.
11526 (free_objfile): Use free_objfile_separate_debug. Adjust for
11527 multiple separate debug objfile.
11528 (objfile_has_symbols): Adjust comment. Iterate on all separate
11529 debug objfiles.
11530 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11531 debug objfile.
11532 (lookup_minimal_symbol_text): Ditto.
11533 (lookup_minimal_symbol_by_pc_name): Ditto.
11534 (lookup_minimal_symbol_solib_trampoline): Ditto.
11535 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11536 debug objfiles.
11537
11538 2010-01-05 Stan Shebs <stan@codesourcery.com>
11539
11540 Add fast tracepoints.
11541 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11542 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11543 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11544 * breakpoint.c (tracepoint_type): New function.
11545 (ALL_TRACEPOINTS): Use it.
11546 (should_be_inserted): Ditto.
11547 (bpstat_check_location): Ditto.
11548 (print_one_breakpoint_location): Ditto.
11549 (user_settable_breakpoint): Ditto.
11550 (set_breakpoint_location_function): Ditto.
11551 (disable_breakpoints_in_shlibs): Ditto.
11552 (delete_trace_command): Ditto.
11553 (print_it_typical): Add bp_fast_tracepoint case.
11554 (bpstat_what): Ditto.
11555 (print_one_breakpoint_location): Ditto.
11556 (allocate_bp_location): Ditto.
11557 (mention): Ditto.
11558 (breakpoint_re_set_one): Ditto.
11559 (disable_command): Ditto.
11560 (enable_command): Ditto.
11561 (check_fast_tracepoint_sals): New function.
11562 (break_command_really): Call it.
11563 (ftrace_command): New function.
11564 (_initialize_breakpoint): Add ftrace command.
11565 * gdbarch.sh (fast_tracepoint_valid_at): New.
11566 * gdbarch.h, gdbarch.c: Regenerate.
11567 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11568 (i386_gdbarch_init): Use it.
11569 * remote.c (struct remote_state): New field fast_tracepoints.
11570 (PACKET_FastTracepoints): New packet config type.
11571 (remote_fast_tracepoint_feature): New function.
11572 (remote_protocol_features): Add FastTracepoints.
11573 (remote_supports_fast_tracepoints): New function.
11574 (_initialize_remote): Add FastTracepoints.
11575 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11576 * NEWS: Mention fast tracepoints.
11577
11578 2010-01-06 Joel Brobecker <brobecker@adacore.com>
11579
11580 * gdb-gdb.py: New file.
11581
11582 2010-01-05 Michael Snyder <msnyder@vmware.com>
11583
11584 * infrun.c (handle_inferior_event): Fix typo in comment.
11585
11586 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11587
11588 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11589
11590 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11591
11592 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11593 and s390x-linux64.
11594 (s390-linux32-expedite): Define.
11595 (s390-linux64-expedite): Define.
11596 (s390x-linux64-expedite): Define.
11597 * features/s390-acr.xml: New file.
11598 * features/s390-fpr.xml: New file.
11599 * features/s390-core32.xml: New file.
11600 * features/s390-core64.xml: New file.
11601 * features/s390x-core64.xml: New file.
11602 * features/s390-linux32.xml: New file.
11603 * features/s390-linux64.xml: New file.
11604 * features/s390x-linux64.xml: New file.
11605 * features/s390-linux32.c: New generated file.
11606 * features/s390-linux64.c: New generated file.
11607 * features/s390x-linux64.c: New generated file.
11608
11609 * regformats/s390-linux32.dat: New generated file.
11610 * regformats/s390-linux64.dat: New generated file.
11611 * regformats/s390x-linux64.dat: New generated file.
11612 * regformats/reg-s390.dat: Remove.
11613 * regformats/reg-s390x.dat: Remove.
11614
11615 * s390-nat.c: Include "auxv.h" and <elf.h>.
11616 (HWCAP_S390_HIGH_GPRS): Define if undefined.
11617 (s390_target_wordsize): New function.
11618 (s390_auxv_parse): Likewise.
11619 (s390_get_hwcap): Likewise.
11620 (s390_read_description): Likewise.
11621 (_initialize_s390_nat): Install s390_auxv_parse and
11622 s390_read_description.
11623
11624 * s390-tdep.c: Include "features/s390-linux32.c",
11625 "features/s390-linux64.c", and "features/s390x-linux64.c".
11626 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11627 (s390_register_call_saved): New function.
11628 (s390_register_name): Remove.
11629 (s390_register_type): Remove.
11630 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11631 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11632 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11633 (s390_pseudo_register_name): New function.
11634 (s390_pseudo_register_type): New function.
11635 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11636 Handle full GPR pesudos and varying pseudo register numbers.
11637 (s390_pseudo_register_write): Likewise
11638 (s390x_pseudo_register_read): Remove.
11639 (s390x_pseudo_register_write): Likewise.
11640 (s390_register_group): Remove.
11641 (s390_pseudo_register_group): New function.
11642 (s390_regmap_gregset): Add GPR upper halves.
11643 (s390x_regmap_gregset): Likewise.
11644 (s390_regmap_fpregset): Likewise.
11645 (s390_regmap_upper): New global variable.
11646 (s390_upper_regset): New global variable.
11647 (s390_upper_regset_sections): New global variable.
11648 (s390_regset_from_core_section): Handle GPR upper halves.
11649 (s390_core_read_description): New function.
11650 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11651 register information. Handle varying pseudo register numbers.
11652 (s390_backchain_frame_unwind_cache): Likewise.
11653 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11654 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11655 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11656 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
11657 Handle varying pseudo register numbers.
11658 (s390_unwind_pc): Handle varying pseudo register numbers.
11659 (s390_dwarf2_prev_register): New function.
11660 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11661 register information. Handle varying pseudo register numbers.
11662 Install s390_dwarf2_prev_register to unwind full GPRs.
11663 (s390_gdbarch_init): Handle target descriptions. Assign varying
11664 pseudo register numbers. Install s390_adjust_frame_regnum.
11665 (_initialize_s390_tdep): Initialize target descriptions.
11666
11667 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11668 (S390_NUM_REGS): Redefine to include upper half registers.
11669 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11670 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11671 (tdesc_s390_linux32): Add declaration.
11672 (tdesc_s390_linux64): Likewise.
11673 (tdesc_s390x_linux64): Likewise.
11674
11675 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11676
11677 * regset.h (struct core_regset_section): Add HUMAN_NAME.
11678 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11679 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11680 (ppc_linux_vmx_regset_sections): Likewise.
11681 (ppc_linux_fp_regset_sections): Likewise.
11682
11683 * corelow.c (get_core_register_section): Constify arguments.
11684 (get_core_registers): Use gdbarch_core_regset_sections instead
11685 of hard-coded platform-specific register section names.
11686
11687 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11688
11689 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11690 a register, assume the least-significant part is used.
11691 (write_pieced_value): Likewise.
11692
11693 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11694
11695 * printcmd.c: Include "arch-utils.h".
11696 (do_one_display): Re-parse expression if current architecture changed.
11697
11698 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11699 Joel Brobecker <brobecker@adacore.com>
11700
11701 * gdbtypes.c (check_typedef): New comment on type length.
11702 * value.c (allocate_value_lazy): Remove the unused atype variable. New
11703 comment on type length.
11704 (value_primitive_field): Keep the original TYPE value, new comment.
11705
11706 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11707
11708 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11709 p_start. Change != comparisons to > and < comparisons.
11710
11711 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11712
11713 * cli/cli-script.c (process_next_line): Check P2 overrun.
11714
11715 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11716
11717 Update the copyright hearder to add year 2010 for most GDB files.
11718
11719 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11720
11721 Fix build failure in inf-ptrace.c.
11722 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11723
11724 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11725
11726 * top.c (print_gdb_version): Update copyright year.
11727
11728 2010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
11729
11730 Fix break *FUN'address thread NUM.
11731 * ada-lex.l (task): Expand rule to also match the thread keyword.
11732
11733 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11734
11735 Fix break *FUN'address task NUM.
11736 * ada-lex.l (task): New rule.
11737 * ada-lang.c (valid_task_id): Make sure the Ada task list has
11738 been built before using it.
11739
11740 For older changes see ChangeLog-2009.
11741 \f
11742 Local Variables:
11743 mode: change-log
11744 left-margin: 8
11745 fill-column: 74
11746 version-control: never
11747 coding: utf-8
11748 End: