Wrong value printed by info locals for dynamic object.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
2
3         * valprint.c (common_val_print): Fix the value before extracting
4         its contents.
5         * ada-lang.c (ada_to_fixed_value): Make this function extern.
6         * ada-lang.h (ada_to_fixed_value): New function declaration.
7         * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
8         to avoid code duplication and fix a bug in the handling of
9         fixed types contents.
10
11 2010-04-20  Tom Tromey  <tromey@redhat.com>
12
13         * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
14         (read_partial_die): Likewise.
15         (dwarf_attr_name): Likewise.
16
17 2010-04-20  Chris Moller  <cmoller@redhat.com>
18         
19         PR 10867
20
21         * cp-valprint.c (global): Adding new static array recursion
22         detection obstack.
23         (cp_print_value_fields, cp_print_static_field): Added new static
24         array recursion detection code.
25
26 2010-04-20  Mark Kettenis  <kettenis@gnu.org>
27
28         * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
29         general-purpose register set should be 68 instead of 144.
30         (i386_linux_sse_regset_sections): Likewise.
31         (i386_linux_avx_regset_sections): Likewise.
32
33 2010-04-20  Stan Shebs  <stan@codesourcery.com>
34             Nathan Sidwell  <nathan@codesourcery.com>
35
36         * dwarf2loc.c (struct axs_var_loc): New struct.
37         (dwarf2_tracepoint_var_loc): New function.
38         (dwarf2_tracepoint_var_access): New function.
39         (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
40         with DW_OP_piece.
41         (locexpr_describe_location_piece): New function.
42         (locexpr_describe_location_1): New function.
43         (locexpr_describe_location): Call it, update signature.
44         (loclist_describe_location): Rewrite to loop over locations,
45         update signature.
46         * symtab.h (struct symbol_computed_ops): Add address to
47         describe_location arguments, return void.
48         * printcmd.c (address_info): Get context PC, pass to computed
49         location description.
50         * tracepoint.c (scope_info): Ditto.
51         * ax-gdb.c (trace_kludge): Export.
52
53 2010-04-20  Tom Tromey  <tromey@redhat.com>
54
55         * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
56         (struct dwarf2_cie) <segment_size>: New field.
57         * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
58         (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
59         DW_FORM_exprloc.
60         (read_attribute_value): Handle DW_FORM_flag_present,
61         DW_FORM_sec_offset, DW_FORM_exprloc.
62         (dump_die_shallow): Likewise.
63         (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
64         (dwarf2_const_value): Handle DW_FORM_exprloc.
65         (attr_form_is_block): Likewise.
66         (struct line_header) <maximum_ops_per_instruction>: New field.
67         (dwarf_decode_line_header): Set new field.
68         (dwarf_decode_lines): Handle new field.
69
70 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
71
72         * f-exp.y: Add new production to recognize the `logical*8' type.
73         (LOGICAL_S8_KEYWORD): New token.
74         * f-lang.c (enum f_primitive_types)
75         <f_primitive_type_logical_s8>: New field.
76         (f_language_arch_info): Handling `logical*8' type.
77         (build_fortran_types): Building `logical*8' type.
78         * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
79
80 2010-04-19  Doug Evans  <dje@google.com>
81
82         * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
83         * ser-pipe.c (pipe_open): Fix file descriptor leaks.
84         (pipe_close): Ditto.
85
86 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
87
88         * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
89
90 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
91
92         * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
93         type to void function.
94
95 2010-04-19  Stan Shebs  <stan@codesourcery.com>
96             Vladimir Prus  <vladimir@codesourcery.com>
97
98         * tracepoint.c (tfind_1): Add missing newline, report exit from
99         tfind mode as such.
100         * target.c (update_current_target): Make default
101         to_trace_find return -1.
102
103 2010-04-19  Mike Frysinger  <vapier@gentoo.org>
104
105         * objc-lang.c (find_methods): Move symname check up.
106
107 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
108
109         * ada-lang.c (print_recreate_exception)
110         <ex_catch_exception_unhandled>: It's "catch exception unhandled",
111         not "catch unhandled".
112
113 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
114
115         PR breakpoints/8554.
116
117         Implement `save-breakpoints'.
118
119         * breakpoint.c (save_cmdlist): New.
120         (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
121         to save_cmdlist.
122         (print_recreate_catch_fork): New.
123         (catch_fork_breakpoint_ops): Install it.
124         (print_recreate_catch_vfork): New.
125         (catch_vfork_breakpoint_ops): Install it.
126         (print_recreate_catch_syscall): New.
127         (catch_syscall_breakpoint_ops): Install it.
128         (print_recreate_catch_exec): New.
129         (catch_exec_breakpoint_ops): Install it.
130         (print_recreate_exception_catchpoint): New.
131         (gnu_v3_exception_catchpoint_ops): Install it.
132         (save_breakpoints): New, based on tracepoint_save_command, but
133         handle all breakpoint types.
134         (save_breakpoints_command): New.
135         (tracepoint_save_command): Rename to...
136         (save_tracepoints_command): ... this, and reimplement using
137         save_breakpoints.
138         (save_command): New.
139         (_initialize_breakpoints): Install the "save" command prefix.
140         Install the "save breakpoints" command.  Make "save-tracepoints" a
141         deprecated alias for "save tracepoints".
142         * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
143         * ada-lang.c (print_recreate_exception): New.
144         (print_recreate_catch_exception): New.
145         (catch_exception_breakpoint_ops): Install it.
146         (print_recreate_catch_exception_unhandled): New.
147         (catch_exception_unhandled_breakpoint_ops): Install it.
148         (print_recreate_catch_assert): New.
149         (catch_assert_breakpoint_ops): Install it.
150
151         * NEWS: Mention the new `save breakpoints' command.  Mention the
152         new `save tracepoints' alias and that `save-tracepoints' is now
153         deprecated.
154
155 2010-04-18  Pedro Alves  <pedro@codesourcery.com>
156
157         PR tui/9217
158
159         * tui/tui-out.c: Include cli-out.h.
160         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
161         (tui_begin, tui_end, tui_field_int, tui_field_skip)
162         (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
163         (tui_message, tui_wrap_hint, tui_flush): Delete forward
164         declarations.
165         (struct ui_out_data): Rename to...
166         (struct tui_ui_out_data): ... this.  Remove `stream' and
167         `suppress_output' fields, and inherit cli_ui_out_data.
168         (tui_out_data): New typedef.
169         (tui_ui_out_impl): Don't initialize fields staticaly.
170         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
171         (tui_begin, tui_end): Delete.
172         (tui_field_int): Adjust to delegate most work to the base type.
173         (tui_field_skip): Delete.
174         (tui_field_string, tui_field_fmt): Adjust comment.  Adjust to
175         delegate most work to the base type.
176         (tui_spaces): Delete.
177         (tui_text): Adjust to delegate most work to the base type.
178         (tui_message): Delete.
179         (tui_wrap_hint): Delete.
180         (tui_flush): Delete.
181         (out_field_fmt): Delete.
182         (field_separator): Delete.
183         (tui_out_new): Adjust to initialize the base type.
184         (_initialize_tui_out): Initialize tui_ui_out_impl.
185         * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
186         cli_ui_out_data.
187         (cli_out_data): Adjust.
188         (cli_ui_out_impl): Make extern.
189         (cli_table_header, cli_field_int, cli_field_skip): Use
190         uo_field_string instead of cli_field_string.
191         (cli_redirect): Adjust to use cli_out_data.
192         (cli_out_data_ctor): New.
193         (cli_out_new): Use it.
194         * cli-out.h (struct ui_file): Remove forward declaration.
195         (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
196         (cli_ui_out_impl): Declare.
197         (cli_out_data_ctor): Declare.
198         * ui-out.c (struct ui_out) <data>: Change type to void pointer.
199         (uo_field_string): No longer static.
200         (ui_out_data): Change return type to void pointer.
201         (ui_out_new): Change `data' parameter type to void pointer.
202         * ui-out.h (struct ui_out_data): Don't forward declare.
203         (ui_out_data): Change return type to void pointer.
204         (ui_out_new): Change `data' parameter type to void pointer.
205         (uo_field_string): Declare.
206
207 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
208
209         * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
210         instead of always false.
211
212 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
213
214         PR corefiles/11511
215         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
216         orig_rax.
217
218 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
219
220         * breakpoint.c (watchpoints_triggered): Use
221         is_hardware_watchpoint.
222         (watchpoints_triggered): Ditto.
223         (bpstat_check_location): Use is_watchpoint and
224         is_hardware_watchpoint.
225         (bpstat_check_watchpoint): Use is_watchpoint and
226         is_hardware_watchpoint.
227         (bpstat_stop_status): Fix comment.
228         (user_settable_breakpoint): Use is_watchpoint.
229         (hw_watchpoint_used_count): Use is_hardware_watchpoint.
230         (disable_watchpoints_before_interactive_call_start): Use
231         is_watchpoint.
232         (enable_watchpoints_after_interactive_call_stop): Use
233         is_watchpoint.
234         (clear_command): Use is_watchpoint.
235         (do_enable_breakpoint): Use is_watchpoint.
236
237 2010-04-16  Mike Frysinger  <vapier@gentoo.org>
238
239         * solib-frv.c (enable_break1_done): Delete.
240         (enable_break2): Do not check enable_break1_done.  Move the
241         enable_break2_done setting and call to
242         remove_solib_event_breakpoints() to the end.  Return without
243         warning when the contents of _dl_debug_addr are 0.
244         (enable_break): Do not set enable_break1_done.
245         (frv_clear_solib): Likewise.
246
247 2010-04-16  Kevin Buettner  <kevinb@redhat.com>
248
249         * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
250         instead of an error if no PLT entry is found.  Return a
251         potentially useful result.
252         (m32c_m16c_pointer_to_address): Add code to search for function
253         address when no .plt entry is found.
254
255 2010-04-16  Stan Shebs  <stan@codesourcery.com>
256
257         * tracepoint.c (trace_variable_command): Run a cleanup.
258
259 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
260
261         * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
262
263 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
264
265         Support for Windows OS Thread Information Block.
266         * NEWS: Document new feature.
267         * remote.c (PACKET_qGetTIBAddr): New enum element.
268         (remote_get_tib_address): New function.
269         (init_remote_ops): Set to_get_tib_address field
270         to remote_get_tib_address.
271         (_initialize_remote): Add add_packet_config_cmd
272         for PACKET_qGetTIBAddr.
273         * target.c (update_current_target): Set default value for
274         new to_get_tib_address field.
275         * target.h (target_ops): New field to_get_tib_address.
276         (target_get_tib_address): New macro.
277         * windows-nat.c (thread_info): Add thread_local_base field.
278         (windows_add_thread): Add tlb argument of type 'void *'.
279         (fake_create_process): Adapt windows_add_thread call.
280         (get_windows_debug_event): Idem.
281         (windows_get_tib_address): New function.
282         (init_windows_ops): Set to_get_tib_address field
283         to remote_get_tib_address.
284         (_initialize_windows_nat): Replace info_w32_cmdlist
285         initialization by a call to init_w32_command_list.
286         (info_w32_command, info_w32_cmdlist): Removed from here...
287         to windows-tdep.c file.
288         * windows-tdep.h (info_w32_cmdlist): Declare.
289         (init_w32_command_list): New external function 
290         declaration.
291         * windows-tdep.c: Add several headers.
292         (info_w32_cmdlist): to here, made global.
293         (thread_information_32): New struct.
294         (thread_information_64): New struct.
295         (TIB_NAME): New char array.
296         (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
297         (maint_display_all_tib): New static variable.
298         (windows_get_tlb_type): New function.
299         (tlb_value_read, tlb_value_write): New functions.
300         (tlb_value_funcs): New static struct.
301         (tlb_make_value): New function.
302         (display_one_tib): New function.
303         (display_tib): New function.
304         (show_maint_show_all_tib):New function.
305         (info_w32_command): Moved from windows-nat.c.
306         (init_w32_command_list): New function.
307         (_initialize_windows_tdep): New function.
308         New "maint set/show show-all-tib" command
309         New "$_tlb" internal variable.
310
311 2010-04-16  Joel Brobecker  <brobecker@adacore.com>
312
313         * tui/tui-regs.c (tui_display_register): Add comment about
314         a couple of casts.
315         * tui/tui-stack.c (tui_show_locator_content): Ditto.
316
317 2010-04-15  Stan Shebs  <stan@codesourcery.com>
318
319         * frame.c: Include tracepoint.h.
320         (get_current_frame): Allow a trace frame to be an alternate source
321         of stack frame data.
322         * tracepoint.c (tfind_1): Don't try to get current stack frame if
323         it won't succeed.
324
325 2010-04-15  Pedro Alves  <pedro@codesourcery.com>
326
327         * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
328         flags.
329         * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
330
331 2010-04-15  Doug Evans  <dje@google.com>
332
333         * NEWS: Add entry for python program space support.
334         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
335         (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
336         (py-progspace.o): New rule.
337         * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
338         function.
339         (find_pretty_printer_from_progspace): New function.
340         (find_pretty_printer_from_gdb): New function.
341         (find_pretty_printer): Rewrite.
342         * python/py-progspace.c: New file.
343         * python/python-internal.h (program_space): Add forward decl.
344         (pspace_to_pspace_object, pspy_get_printers): Declare.
345         (gdbpy_initialize_pspace): Declare.
346         * python/python.c: #include "progspace.h".
347         (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
348         (_initialize_python): Call gdbpy_initialize_pspace.
349         (GdbMethods): Add current_progspace, progspaces.
350
351         Add -s option to source command.
352         * NEWS: Document new option.
353         * cli/cli-cmds.c (find_and_open_script): Add function comment.
354         Delete from_tty and cleanupp args.  Split filep arg into file and
355         full_pathp.  New arg search_path.
356         (source_script_from_stream): New function.
357         (source_script_with_search): New function.
358         (source_script): Rewrite.
359         (source_command): Parse "-s" option.
360         (init_cli_cmds): Add "-s" docs to source command help, and reformat.
361         * python/python.c (source_python_script): Make file arg a const char *.
362         Don't call fclose, leave for caller.
363         * python/python.h (source_python_script): Update.
364
365 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
366             Pedro Alves  <pedro@codesourcery.com>
367
368         Avoid rereading shared libraries that haven't changed.
369
370         * solib.c (free_so_symbols): New function, from ...
371         (free_so): ... here.  Call it.
372         (solib_read_symbols): Don't warn here if symbols have already been
373         loaded.
374         (solib_add): Warn here instead, if a pattern was specified.
375         (reload_shared_libraries_1): New.
376         (reload_shared_libraries): Rewrite to not fetch the library list.
377
378 2010-04-14  Doug Evans  <dje@google.com>
379
380         * source.c (openp): Strip DOS drive letter if present before
381         concatenating string to search path.
382
383 2010-04-14  Pedro Alves  <pedro@codesourcery.com>
384
385         * objfiles.h (gdb_bfd_close_or_warn): Declare.
386         * objfiles.c (gdb_bfd_close_or_warn): New.
387         * corelow.c: Include objfiles.h
388         (core_close): Use gdb_bfd_close_or_warn.
389         * elfread.c (build_id_verify): Ditto.
390         * exec.c (exec_close, exec_close_1): Ditto.
391
392 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
393             Pedro Alves  <pedro@codesourcery.com>
394
395         Group errors for many missing shared libraries.
396
397         * solist.h (struct so_list): Remove from_tty.
398         * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
399         (solib_map_sections): Take so_list argument.  Return 0 if we
400         failed to open a BFD.  Add target sections here.
401         (symbol_add_stub): Delete.
402         (solib_read_symbols): Inline symbol_add_stub.  Use current flags,
403         not from_tty copied from the so_list.  Don't warn a second time
404         for a missing library.
405         (update_solib_list): Don't save from_tty.  Use TRY_CATCH.  Do not
406         add to the section table here.  Print out a single warning for all
407         missing libraries.
408         * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
409         flags.
410
411 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
412
413         * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
414         error/warning messages.  Capitalize and use complete sentences.
415         (blpy_block_syms_iternext): Likewise.
416         * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
417         * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
418         (frame_info_to_frame_object, frapy_read_var)
419         (gdbpy_frame_stop_reason_string): Likewise.
420         * python/py-lazy-string.c (stpy_convert_to_value)
421         (gdbpy_create_lazy_string_object): Likewise.
422         * python/py-objfile.c (objfpy_set_printers): Likewise.
423         * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
424         * python/python.c (parameter_to_python): Likewise.
425         * python/py-type.c (typy_range, typy_target): Likewise.
426         * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
427         (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
428
429
430 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
431
432         PR python/11381
433
434         * python/py-prettyprint.c (pretty_print_one_value): Test for
435         Py_None.
436         (print_string_repr): Test for Py_None.  Set flags accordingly.
437         Return value depending on return type.
438         (print_children): Take a value indicating whether data was printed
439         before this function was called.  Alter output accordingly.
440         (apply_val_pretty_printer): Capture return value from
441         print_string_repr and pass to print_children.
442
443 2010-04-13  Mark Kettenis  <kettenis@gnu.org>
444
445         PR corefiles/11481
446         * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
447         register note sections.
448         (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
449         New variables.
450         (i386_linux_init_abi): Install list of supported register note
451         sections that matches the target description.
452
453 2010-04-13  Pedro Alves  <pedro@codesourcery.com>
454
455         * remote.c (remote_get_noisy_reply): Don't error out on empty
456         replies.
457         (remote_start_remote): Update and merge tracepoints and trace
458         state variables as long as the target supports tracepoints.
459         (remote_trace_init): Fix prototype.
460         (remote_download_trace_state_variable): Validate reply.
461         (remote_trace_set_readonly_regions): Fix prototype.
462         (remote_trace_start): Fix prototype.  Check for empty reply.
463         (remote_get_trace_status): Small cleanup.
464         (remote_trace_stop): Fix prototype.  Check for empty reply.
465         (remote_trace_find): Check for empty reply.
466         (remote_save_trace_data): Validate reply.
467         (remote_set_disconnected_tracing): Check for empty reply, and
468         validate reply.
469         (remote_set_circular_trace_buffer): Ditto.
470
471 2010-04-13  Pierre Muller  <muller@ics.u-strasbg.fr>
472
473         Suppress unused value warning during compilation.
474         * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
475         calls to void.
476         * tui/tui-stack.c (tui_show_locator_content): Likewise.
477
478 2010-04-12  Stan Shebs  <stan@codesourcery.com>
479
480         * tracepoint.c (tfile_xfer_partial): Check read result.
481
482 2010-04-12  Mike Frysinger  <vapier@gentoo.org>
483
484         * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
485         * remote-sim.c (gdbsim_files_info): Likewise.
486
487 2010-04-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
488
489         * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
490         * arm-linux-nat.c (arm_linux_vfp_register_count): New
491         variable.
492         (fetch_vfp_registers): New function to fetch VFP registers.
493         (store_vfp_registers): New function to store VFP registers.
494         (arm_linux_fetch_inferior_registers): Add support for VFP
495         registers.
496         (arm_linux_store_inferior_registers): Likewise.
497         (arm_linux_read_description): Likewise.
498         (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
499         until we need it.
500
501 2010-04-11  H.J. Lu  <hongjiu.lu@intel.com>
502
503         * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
504         tdep.
505         (amd64_collect_xstateregset): Likewise.
506
507 2010-04-09  Stan Shebs  <stan@codesourcery.com>
508
509         * tracepoint.c (trace_status_mi): Report frames created.
510
511         * tracepoint.c (trace_dump_command): Include default-collect
512         expressions.
513
514 2010-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
515
516         * symtab.c (find_function_start_sal): Never return SAL pointing
517         before function start address, even if line info is missing.
518
519 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
520
521         * NEWS: Mention tracepoints support.
522
523 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
524
525         * tracepoint.c (trace_status_mi): Report disconnected tracing and
526         circular trace buffer statuses.
527
528 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
529
530         * config/djgpp/fnchange.lst: Fix typo in translations for
531         symbol-without-target_section.exp and symbol-without-target_section.c.
532
533 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
534
535         * breakpoint.c (condition_command): Pass condition expression to
536         set_breakpoint_condition stripped from breakpoint number.
537
538 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
539             Thiago Jung Bauermann  <bauerman@br.ibm.com>
540             Tom Tromey  <tromey@redhat.com>
541
542         * breakpoint.c (condition_command): Simplify.  Move condition
543         setting code to ...
544         (set_breakpoint_condition): ... here.  New function.
545         * breakpoint.h  (set_breakpoint_condition): Declare.
546         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
547         (SUBDIR_PYTHON_SRCS): Likewise.
548         (py-breakpoint.o): New rule.
549         * python/py-breakpoint.c: New file.
550         * python/python-internal.h (gdbpy_breakpoints)
551         (gdbpy_initialize_breakpoints): Declare.
552         (GDB_PY_SET_HANDLE_EXCEPTION) Define.
553
554 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
555
556         * regformats/regdat.sh: Include server.h.  Don't include
557         regcache.h.
558
559 2010-04-08  Stan Shebs  <stan@codesourcery.com>
560             Pedro Alves  <pedro@codesourcery.com>
561
562         * tracepoint.h (struct trace_status): New fields disconnected_tracing
563         and circular_buffer.
564         (disconnect_tracing): Rename from disconnect_or_stop_tracing.
565         * tracepoint.c (trace_status_command): Display target's status for
566         disconnected tracing and circular buffer.
567         (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
568         query for non-disconnected-tracing case, remove the stop_tracing
569         call.
570         (tfile_open): Clear disconnected and circular buffer status.
571         (trace_save): Save disconnected and circular buffer status.
572         (parse_trace_status): Parse disconnected and circular buffer status,
573         also recognize disconnected as a stop reason.
574         * remote.c (remote_set_disconnected_tracing): Only set
575         QTDisconnected if the remote end supports disconnected tracing.
576         Warn otherwise, if trying to enable disconnected tracing.
577         * infcmd.c (detach_command): Update disconnect_tracing call.
578         * cli/cli-cmds.c (quit_command): Ditto.
579
580 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
581
582         * i387-tdep.c (i387_collect_xsave): Replace abort with
583         internal_error.
584
585 2010-04-08  Stan Shebs  <stan@codesourcery.com>
586
587         * breakpoint.c (default_collect_info): New function.
588         (breakpoints_info): Call it.
589         (maintenance_info_breakpoints): Ditto.
590         (tracepoints_info): Ditto.
591
592 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
593
594         * i387-tdep.c (i387_collect_xsave): Re-indent.
595
596 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
597
598         * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
599         if HAVE_PTRACE_GETFPXREGS is defined.
600         (i386_linux_read_description): Set have_ptrace_getfpxregs and
601         have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
602
603         * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
604         (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
605         if .reg-xfp section doesn't exist.
606         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
607
608         * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
609
610         * i386-tdep.c: Include "features/i386/i386-mmx.c".
611         (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
612         (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional.  Set
613         xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
614         (i386_gdbarch_init): Update comments.
615         (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
616
617         * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
618
619         * config/djgpp/fnchange.lst: Add i386 MMX XML files.
620
621         * features/Makefile (i386/i386-mmx-expedite): New.
622         (i386/i386-mmx-linux-expedite): Likewise.
623         ($(outdir)/i386/i386-mmx.dat): Likewise.
624         ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
625
626         * features/i386/i386-mmx-linux.c: New.
627         * features/i386/i386-mmx-linux.xml: Likewise.
628         * features/i386/i386-mmx.c: Likewise.
629         * features/i386/i386-mmx.xml: Likewise.
630         * regformats/i386/i386-mmx-linux.dat: Likewise.
631         * regformats/i386/i386-mmx.dat: Likewise.
632
633         * features/Makefile (WHICH): Add i386/i386-mmx and
634         i386/i386-mmx-linux.
635
636 2010-04-08  Doug Evans  <dje@google.com>
637
638         * source.c (openp): Skip $cdir in PATH.
639
640 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
641
642         PR python/11417
643         * python/py-lazy-string.c (stpy_convert_to_value): Check for
644         a NULL address.
645         (gdbpy_create_lazy_string_object): Allow strings with a NULL
646         address and a zero length.
647
648 2010-04-08  Hui Zhu  <teawater@gmail.com>
649
650         * i386-tdep.c (i386_process_record): Add support for insn
651         rdtsc.
652
653 2010-04-07  Doug Evans  <dje@google.com>
654
655         * python/python.c (source_python_script): Use ensure_python_env
656         to prepare environment for script.
657
658 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
659
660         * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
661         <sys/uio.h> and "i386-xstate.h".
662         (PTRACE_GETREGSET): New.
663         (PTRACE_SETREGSET): Likewise.
664         (have_ptrace_getregset): Likewise.
665         (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
666         registers.
667         (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
668         registers.
669         (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
670         (amd64_linux_store_inferior_registers): Likewise.
671         (amd64_linux_read_description): Check and enable AVX target
672         descriptions.
673
674         * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
675         and "features/i386/amd64-avx-linux.c".
676         (amd64_linux_regset_sections): New.
677         (amd64_linux_core_read_description): Check and enable AVX
678         target description.
679         (amd64_linux_init_abi): Set xsave_xcr0_offset.  Call
680         set_gdbarch_core_regset_sections.
681         (_initialize_amd64_linux_tdep): Call
682         initialize_tdesc_amd64_avx_linux.
683
684         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
685         AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
686         (tdesc_amd64_avx_linux): New.
687         (amd64_linux_update_xstateregset): Likewise.
688
689         * amd64-tdep.c: Include "features/i386/amd64-avx.c".
690         (amd64_ymm_names): New.
691         (amd64_ymmh_names): Likewise.
692         (amd64_register_name): Likewise.
693         (amd64_supply_xstateregset): Likewise.
694         (amd64_collect_xstateregset): Likewise.
695         (amd64_supply_xsave): Likewise.
696         (amd64_collect_xsave): Likewise.
697         (AMD64_NUM_REGS): Removed.
698         (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
699         %xmmN if AVX is available.
700         (amd64_pseudo_register_name): Support pseudo YMM registers.
701         (amd64_regset_from_core_section): Support .reg-xstate section.
702         (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
703         and ymm0h_regnum.  Call set_gdbarch_register_name.
704         (amd64_init_abi): Call initialize_tdesc_amd64_avx.
705
706         * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
707         AMD64_YMM15H_REGNUM.
708         (AMD64_NUM_REGS): New.
709         (amd64_supply_xsave): Likewise.
710         (amd64_collect_xsave): Likewise.
711         (amd64_register_name): Removed.
712         (amd64_register_type): Likewise.
713
714 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
715
716         * i387-tdep.c: Include "i386-xstate.h".
717         (XSAVE_XSTATE_BV_ADDR): New.
718         (xsave_avxh_offset): Likewise.
719         (XSAVE_AVXH_ADDR): Likewise.
720         (i387_supply_xsave): Likewise.
721         (i387_collect_xsave): Likewise.
722
723         * i387-tdep.h (I387_NUM_YMM_REGS): New.
724         (I387_YMM0H_REGNUM): Likewise.
725         (I387_YMMENDH_REGNUM): Likewise.
726         (i387_supply_xsave): Likewise.
727         (i387_collect_xsave): Likewise.
728
729 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
730
731         * i386-linux-nat.c: Include "regset.h", "elf/common.h",
732         <sys/uio.h> and "i386-xstate.h".
733         (PTRACE_GETREGSET): New.
734         (PTRACE_SETREGSET): Likewise.
735         (fetch_xstateregs): Likewise.
736         (store_xstateregs): Likewise.
737         (GETXSTATEREGS_SUPPLIES): Likewise.
738         (regmap): Include 8 upper YMM registers.
739         (i386_linux_fetch_inferior_registers): Support XSAVE extended
740         state.
741         (i386_linux_store_inferior_registers): Likewise.
742         (i386_linux_read_description): Check and enable AVX target
743         descriptions.
744
745         * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
746         "i386-xstate.h" and "features/i386/i386-avx-linux.c".
747         (i386_linux_regset_sections): Add ".reg-xstate".
748         (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
749         (i386_linux_core_read_xcr0): New.
750         (i386_linux_core_read_description): Check and enable AVX target
751         description.
752         (i386_linux_init_abi): Set xsave_xcr0_offset.
753         (_initialize_i386_linux_tdep): Call
754         initialize_tdesc_i386_avx_linux.
755
756         * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
757         I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
758         (i386_linux_core_read_xcr0): New.
759         (tdesc_i386_avx_linux): Likewise.
760         (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
761
762         * i386-tdep.c: Include "i386-xstate.h" and
763         "features/i386/i386-avx.c".
764         (i386_ymm_names): New.
765         (i386_ymmh_names): Likewise.
766         (i386_ymmh_regnum_p): Likewise.
767         (i386_ymm_regnum_p): Likewise.
768         (i386_xmm_regnum_p): Likewise.
769         (i386_register_name): Likewise.
770         (i386_ymm_type): Likewise.
771         (i386_supply_xstateregset): Likewise.
772         (i386_collect_xstateregset): Likewise.
773         (i386_sse_regnum_p): Removed.
774         (i386_pseudo_register_name): Support pseudo YMM registers.
775         (i386_pseudo_register_type): Likewise.
776         (i386_pseudo_register_read): Likewise.
777         (i386_pseudo_register_write): Likewise.
778         (i386_dbx_reg_to_regnum): Return %ymmN register number for
779         %xmmN if AVX is available.
780         (i386_regset_from_core_section): Support .reg-xstate section.
781         (i386_register_reggroup_p): Supper upper YMM and YMM registers.
782         (i386_process_record): Replace i386_sse_regnum_p with
783         i386_xmm_regnum_p.
784         (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
785         Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
786         (i386_gdbarch_init): Set xstateregset.  Set xsave_xcr0_offset.
787         Call set_gdbarch_register_name.  Replace I386_SSE_NUM_REGS with
788         I386_AVX_NUM_REGS.  Set ymmh_register_names, ymm0h_regnum and
789         num_ymm_regs.  Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
790         Set ymm0_regnum.
791         (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
792
793         * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
794         xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
795         i386_ymm_type.
796         (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
797         (I386_AVX_NUM_REGS): New.
798         (i386_xmm_regnum_p): Likewise.
799         (i386_ymm_regnum_p): Likewise.
800         (i386_ymmh_regnum_p): Likewise.
801
802         * common/i386-xstate.h: New.
803
804 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
805
806         * config/djgpp/fnchange.lst: Add x86 AVX XML files.
807
808         * features/Makefile (WHICH): Add i386/i386-avx,
809         i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
810         (i386/i386-avx-expedite): New.
811         (i386/i386-avx-linux-expedite): Likewise.
812         (i386/x86-64-avx-expedite):Likewise.
813         (i386/x86-64-avx-linux-expedite): Likewise.
814         ($(outdir)/i386/i386-avx.dat): New dependency.
815         ($(outdir)/i386/i386-avx-linux.dat): Likewise.
816         ($(outdir)/i386/x86-avx-64.dat): Likewise.
817         ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
818
819         * features/i386/32bit-avx.xml: New.
820         * features/i386/64bit-avx.xml: Likewise.
821         * features/i386/i386-avx-linux.c: Likewise.
822         * features/i386/i386-avx-linux.xml: Likewise.
823         * features/i386/i386-avx.c: Likewise.
824         * features/i386/i386-avx.xml: Likewise.
825         * features/i386/x86-64-avx-linux.c: Likewise.
826         * features/i386/x86-64-avx-linux.xml: Likewise.
827         * features/i386/x86-64-avx.c: Likewise.
828         * features/i386/x86-64-avx.xml: Likewise.
829         * regformats/i386/i386-avx-linux.dat: Likewise.
830         * regformats/i386/i386-avx.dat: Likewise.
831         * regformats/i386/x86-64-avx-linux.dat: Likewise.
832         * regformats/i386/x86-64-avx.dat: Likewise.
833
834 2010-04-07  Doug Evans  <dje@google.com>
835
836         * top.c (source_file_name): Make const char *.
837         * top.h (source_file_name): Update.
838         * cli/cli-script.c (source_cleanup_lines_args): Make old_file
839         const char *.
840         (script_from_file): Change `file' arg to const char *.
841         * cli/cli-script.h (script_from_file): Update.
842
843 2010-04-06  Doug Evans  <dje@google.com>
844
845         * cli/cli-cmds.c (source_command): Run cleanups.
846
847 2010-04-06  Stan Shebs  <stan@codesourcery.com>
848
849         * defs.h (char_ptr): Move typedef here from...
850         * ada-lang.c (char_ptr): Remove.
851         * charset.c (char_ptr): Remove.
852         * tracepoint.h (struct uploaded_string): Remove.
853         (struct uploaded_tp): Use vectors for string arrays.
854         * tracepoint.c (trace_save): Use vectors of actions.
855         (parse_tracepoint_definition): Ditto.
856         (get_uploaded_tp): Clear vectors.
857         * breakpoint.c (create_tracepoint_from_upload): Use vectors.
858         (next_cmd): Change to an int.
859         (read_next_cmd): Use vector of command strings.
860
861 2010-04-06  Doug Evans  <dje@google.com>
862
863         * top.h (source_script, cd_command): Delete.
864         * main.c: #include "cli/cli-cmds.h"
865
866 2010-04-06  Kevin Buettner  <kevinb@redhat.com>
867
868         * m32c-tdep.c (make_types): When calling `arch_type', pass size of
869         type in bytes, not bits.
870
871 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
872
873         * stabsread.c (define_symbol): Add support for char
874         and string constants.
875
876 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
877
878         Remove remaining "%ll" uses.
879         * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
880         hex_string call.
881         * rs6000-nat.c (rs6000_ptrace64): Idem.
882         * solib-pa64.c (pa64_current_sos): Idem.
883         * solib-spu.c (spu_current_sos): Idem.
884         * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
885         plongest call.
886         * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
887         phex (VAR, 8) call.
888         * sh64-tdep.c (sh64_show_media_regs): Idem.
889
890 2010-04-05  Stan Shebs  <stan@codesourcery.com>
891
892         * tracepoint.c: Include gdbcore.h.
893         (tfile_xfer_partial): Return partial results, also try reading
894         from executable.
895         (tfile_has_all_memory): New function.
896         (init_tfile_ops): Use it.
897
898 2010-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
899
900         PR gdb/10736:
901         * xml-syscall.c (my_gdb_datadir): New variable to keep track of
902         the changes in data-directory.
903         (init_sysinfo): Reload the syscall XML file if the data-directory
904         has changed.
905
906 2010-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
907
908         Code cleanup.
909         * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
910
911 2010-04-04  Stan Shebs  <stan@codesourcery.com>
912             Nathan Sidwell  <nathan@codesourcery.com>
913
914         * breakpoint.c (breakpoint_1): Add filter argument, return number of
915         breakpoints printed.
916         (is_hardware_watchpoint): Make argument const.
917         (is_watchpoint): Ditto.
918         (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
919         use it everywhere.
920         (breakpoints_info): Pass NULL to breakpoint_1.
921         (maintenance_info_breakpoints): Ditto.
922         (watchpoints_info): New function.
923         (tracepoints_info): Use breakpoint_1 filter.
924         (set_ignore_count): Warn that tracepoint ignore count will be ignored.
925         (_initialize_breakpoint): Make "info watchpoints" its own command.
926         * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
927         * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
928
929 2010-04-04  Stan Shebs  <stan@codesourcery.com>
930
931         * tracepoint.c (tfile_fetch_registers): Add fallback case.
932
933 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
934
935         * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
936         * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
937
938 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
939
940         * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
941         * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
942
943 2010-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
944
945         * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
946         code form.
947
948 2010-04-02  Hui Zhu  <teawater@gmail.com>
949
950         * i386-tdep.c (OT_DQUAD): New enum.
951         (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
952         SSE3, SSSE3 and SSE4.
953
954 2010-04-02  Hui Zhu  <teawater@gmail.com>
955
956         * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
957         "*addr = 0".
958
959 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
960
961         * tracepoint.c (trace_dump_actions): New, factored out from
962         trace_dump_command, and adjusted to recurse into while-stepping's
963         action list.
964         (trace_dump_command): Use it.
965
966 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
967
968         * breakpoint.h (struct counted_command_line): Moved definition to
969         breakpoint.c, and forward declare.
970         (breakpoint_commands): Declare.
971         * breakpoint.c (struct counted_command_line): Moved here.
972         (breakpoint_commands): New.
973         * tracepoint.c (encode_actions): Use breakpoint_commands.
974         * remote.c (remote_download_tracepoint): Ditto.
975
976 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
977
978         * remote.c (remote_parse_stop_reply): Use hex_string instead
979         of phex_nz for error.
980
981 2010-04-01  Stan Shebs  <stan@codesourcery.com>
982             Nathan Sidwell  <nathan@codesourcery.com>
983
984         * tracepoint.h (enum actionline_type): Remove.
985         (validate_actionline): Change return to void.
986         * tracepoint.c (report_agent_reqs_errors): New function.
987         (validate_actionline): Call it, change return to void, report errors
988         more consistently.
989         (collect_symbol): Call report_agent_reqs_errors.
990         (encode_actions_1): Ditto.
991         (encode_actions): Don't expect a result from validate_actionline.
992
993 2010-04-01  Stan Shebs  <stan@codesourcery.com>
994
995         * tracepoint.c (trace_start_command): Confirm if trace is running.
996         (trace_stop_command): Error if trace not running.
997
998 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
999
1000         * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
1001         (AMD64_NUM_LOWER_BYTE_REGS): New.
1002         (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
1003         (amd64_pseudo_register_write): Likewise.
1004         (amd64_init_abi): Set num_byte_regs to 20.
1005
1006 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
1007
1008         * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
1009         (prev_breakpoint_count): New.
1010         (set_breakpoint_count): Adjust.
1011         (rbreak_start_breakpoint_count): New.
1012         (start_rbreak_breakpoints): Adjust.
1013         (end_rbreak_breakpoints): Adjust.
1014         (struct commands_info) <arg>: New field.
1015         (do_map_commands_command): Tweak output to include breakpoint spec
1016         range.
1017         (commands_command_1): Adjust.  Avoid setting an xfree cleanup if
1018         ARG was empty on entry.  Set INFO's arg.
1019         (create_breakpoint): Adjust.
1020
1021         * NEWS: Clarify `commands' changes.
1022
1023 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
1024
1025         * tracepoint.c: Include stack.h.
1026         (struct add_local_symbols_data): New.
1027         (do_collect_symbol): New.
1028         (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
1029         iterate_over_block_local_vars.
1030         * stack.c (print_block_frame_locals): Rewrite as ...
1031         (iterate_over_block_locals): ... this.  Take a callback function
1032         pointer and generic data pointer, and call that instead of
1033         print_variable_and_value.
1034         (struct print_variable_and_value_data): New.
1035         (do_print_variable_and_value): New.
1036         (iterate_over_block_local_vars): New, abstracted out from
1037         print_frame_local_vars.
1038         (print_frame_local_vars): Rewrite using
1039         iterate_over_block_local_vars.
1040         (iterate_over_block_arg_vars): New, abstracted out from
1041         print_frame_arg_vars.
1042         (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
1043         * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
1044         (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
1045
1046 2010-03-31  Richard Earnshaw  <rearnsha@arm.com>
1047
1048         * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
1049         instructions.  Use the PC+4 if the base of the TBB or TBH is the
1050         PC register.
1051
1052 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1053
1054         Fix crash on reading wrong function declaration DWARF.
1055         * dwarf2read.c (read_subroutine_type): New variable void_type.
1056         Pre-fill all TYPE_FIELD_TYPEs.  Move nparams and iparams initialization
1057         more close to their use.
1058
1059 2010-03-31  Stan Shebs  <stan@codesourcery.com>
1060
1061         * breakpoint.c (tracepoint_save_command): Include variables,
1062         conditionals, tracepoint types, and default-collect.
1063         * tracepoint.c (save_trace_state_variables): New function.
1064         * tracepoint.h (save_trace_state_variables): Declare it.
1065
1066 2010-03-31  Pierre Muller  <muller@ics.u-strasbg.fr>
1067
1068         * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
1069
1070 2010-03-30  Keith Seitz  <keiths@redhat.com>
1071
1072         * c-typeprint.c (c_type_print_args): Don't print "void"
1073         for java, regardless of whether it is TYPE_PROTOTYPED.
1074         Use the passed-in language instead of current_language.
1075         (c_type_print_varspec_suffix): Use current_language instead
1076         of assuming language_c.
1077         * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
1078         any return type specifier from the physname.
1079
1080 2010-03-30  Pedro Alves  <pedro@codesourcery.com>
1081
1082         * tui/tui-interp.c (tui_is_toplevel): New.
1083         (tui_init): Set it.
1084         (tui_allowed_p): New.
1085         * tui/tui.c (tui_enable): Check if the TUI is allowed before
1086         enabling it.
1087         * tui/tui.h (tui_allowed_p): Declare.
1088
1089 2010-03-30  Ozkan Sezer  <sezeroz@gmail.com>
1090
1091         * serial.h: Include winsock2.h before windows.h.
1092
1093 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1094
1095         * NEWS: Mention xmlRegisters= in qSupported packet.
1096
1097         * i386-tdep.c: Include "remote.h".
1098         (_initialize_i386_tdep): Call register_remote_support_xml.
1099
1100         * remote.c (remote_support_xml): New.
1101         (register_remote_support_xml): Likewise.
1102         (remote_query_supported_append): Likewise.
1103         (remote_query_supported): Support remote_support_xml.
1104
1105         * remote.h (register_remote_support_xml): New.
1106
1107 2010-03-29  Stan Shebs  <stan@codesourcery.com>
1108
1109         * tracepoint.c (trace_find_line_command): Remove dead code.
1110
1111         * tracepoint.h (struct uploaded_string): New struct.
1112         (struct uploaded_tp): New fields for source strings.
1113         * breakpoint.c (this_utp, next_cmd): New globals.
1114         (read_uploaded_action): New function.
1115         (create_tracepoint_from_upload): Fill in more parts
1116         of a tracepoint.
1117         * tracepoint.c (encode_source_string): New function.
1118         (trace_save): Write out source strings, fix error checks.
1119         (parse_tracepoint_definition): Add source string parsing.
1120         * remote.c (PACKET_TracepointSource): New packet type.
1121         (remote_download_command_source): New function.
1122         (remote_download_tracepoint): Download source pieces also.
1123         (_initialize_remote): Add packet config command.
1124
1125         * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
1126         expression handler.
1127
1128         * tracepoint.c (start_tracing): Check tracepoints before sending
1129         commands to target, don't start if all tracepoints disabled.
1130
1131 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
1132
1133         * cli/cli-script.c (process_next_line): Handle 'stepping'.
1134
1135 2010-03-26  Stan Shebs  <stan@codesourcery.com>
1136
1137         * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
1138
1139 2010-03-26  Tom Tromey  <tromey@redhat.com>
1140
1141         * breakpoint.c (commands_command_1): Duplicate 'arg'.
1142
1143 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
1144
1145         * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
1146         (skip_prologue_sal): Remove local definition.
1147         (resolve_sal_pc): Remove now unnecessary code.
1148         * linespec.c (minsym_found): Call skip_prologue_sal.
1149         * symtab.c (find_function_start_pc): Remove.
1150         (find_function_start_sal): Extract prologue skipping into ...
1151         (skip_prologue_sal): ... this new function.  Handle code both
1152         with and without debug info.  Respect SAL's explicit_pc and
1153         explicit_line flags.  Inline old find_function_start_pc.
1154         * symtab.h (find_function_start_pc): Remove.
1155         (skip_prologue_sal): Add prototype.
1156
1157 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
1158
1159         * dwarf2read.c (read_func_scope): Also scan specification DIEs
1160         for DW_TAG_imported_module children.
1161
1162 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
1163
1164         * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
1165         ignoring spurious DW_AT_name attributes for unnamed structs or unions.
1166         * completer.c (add_struct_fields): Fix inverted logic.
1167
1168 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
1169
1170         * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
1171
1172 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
1173
1174         * tracepoint.c (current_trace_status): Don't make sure error_desc
1175         is non-NULL here.
1176         (parse_trace_status): Release a previous error_desc string, and
1177         set it to NULL by default.  If stop reason is tracepoint_error,
1178         make sure error_desc is not left NULL.
1179
1180 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
1181
1182         * tracepoint.c (trace_save): Remove X from tracepoint error
1183         description.
1184
1185 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
1186
1187         * tracepoint.c (parse_trace_status): Don't allow plain strings in
1188         the terror description.  Don't expect an X prefix.
1189
1190 2010-03-25  Stan Shebs  <stan@codesourcery.com>
1191
1192         * tracepoint.h (trace_stop_reason): Add tracepoint_error.
1193         (struct trace_status): New field error_desc.
1194         * tracepoint.c (stop_reason_names): Add terror.
1195         (current_trace_status): Ensure non-NULL error description.
1196         (trace_status_command): Add error report.
1197         (trace_status_mi): Ditto.
1198         (trace_save): Add special case for error description.
1199         (parse_trace_status): Add case for errors.
1200
1201 2010-03-25  Keith Seitz  <keiths@redhat.com>
1202
1203         * dwarf2read.c (read_subroutine_type): If the compilation unit
1204         language is Java, mark any formal parameter named "this" as
1205         artificial (GCC/43521).
1206         (dwarf2_name): Add special handling for Java constructors.
1207
1208 2010-03-25  Tom Tromey  <tromey@redhat.com>
1209
1210         PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
1211         * infrun.c (handle_inferior_event): Change initialization of
1212         stop_stack_dummy.
1213         (handle_inferior_event): Change assignment to stop_stack_dummy.
1214         (normal_stop): Update use of stop_stack_dummy.
1215         (struct inferior_status) <stop_stack_dummy>: Change type.
1216         * inferior.h (stop_stack_dummy): Update.
1217         * infcmd.c (stop_stack_dummy): Change type.
1218         * infcall.c (cleanup_delete_std_terminate_breakpoint): New
1219         function.
1220         (call_function_by_hand): Call set_std_terminate_breakpoint.
1221         Rewrite std::terminate handling.
1222         * breakpoint.h (enum bptype) <bp_std_terminate,
1223         bp_std_terminate_master>: New.
1224         (enum stop_stack_kind): New.
1225         (struct bpstat_what) <call_dummy>: Change type.
1226         (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
1227         Declare.
1228         * breakpoint.c (create_std_terminate_master_breakpoint): New
1229         function.
1230         (update_breakpoints_after_exec): Handle bp_std_terminate_master.
1231         Call create_std_terminate_master_breakpoint.
1232         (print_it_typical): Handle new breakpoint kinds.
1233         (bpstat_stop_status): Handle bp_std_terminate_master.
1234         (bpstat_what): Correctly set call_dummy field.  Handle
1235         bp_std_terminate_master and bp_std_terminate.
1236         (print_one_breakpoint_location): Update.
1237         (allocate_bp_location): Update.
1238         (set_std_terminate_breakpoint): New function.
1239         (delete_std_terminate_breakpoint): Likewise.
1240         (create_thread_event_breakpoint): Update.
1241         (delete_command): Update.
1242         (breakpoint_re_set_one): Update.
1243         (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
1244
1245 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1246
1247         * symfile.c (build_section_addr_info_from_bfd): New.
1248         (build_section_addr_info_from_objfile): Base it on
1249         build_section_addr_info_from_bfd.
1250         (addrs_section_compar, addrs_section_sort): New.
1251         (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
1252         addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs.  Build
1253         addrs_to_abfd_addrs.  Use it for recalculating ADDRS.
1254
1255 2010-03-24  Michael Snyder  <msnyder@localhost.localdomain>
1256
1257         * elfread.c (find_separate_debug_file_by_buildid):
1258         Remove unused local variable.
1259
1260 2010-03-24  Tom Tromey  <tromey@redhat.com>
1261
1262         PR breakpoints/9352:
1263         * NEWS: Mention changes to `commands' and `rbreak'.
1264         * symtab.c (do_end_rbreak_breakpoints): New function.
1265         (rbreak_command): Call start_rbreak_breakpoints; arrange to call
1266         end_rbreak_breakpoints.
1267         * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
1268         (set_breakpoint_count): Likewise.  Clear last_was_multi.
1269         (multi_start, multi_end, last_was_multi): New globals.
1270         (start_rbreak_breakpoints, end_rbreak_breakpoints): New
1271         functions.
1272         (struct commands_info): New
1273         (do_map_commands_command): New function.
1274         (commands_command_1): New function.
1275         (commands_command): Use it.
1276         (commands_from_control_command): Likewise.
1277         (do_delete_breakpoint): New function.
1278         (delete_command): Use it.
1279         (map_breakpoint_numbers): Add 'data' argument.  Pass to callback.
1280         (do_map_disable_breakpoint): New function.
1281         (disable_command): Use it.
1282         (do_map_enable_breakpoint): New function.
1283         (enable_command): Use it.
1284         (enable_once_breakpoint): Add argument.
1285         (enable_once_command): Update.
1286         (enable_delete_breakpoint): Add argument.
1287         (enable_delete_command): Update.
1288         (break_command_really): Set last_was_multi when needed.
1289         (check_tracepoint_command): Fix formatting.
1290         (validate_commands_for_breakpoint): New function.
1291         (breakpoint_set_commands): Use it.
1292         (tracepoint_save_command): Update.
1293         * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
1294         Declare.
1295
1296 2010-03-24  Tom Tromey  <tromey@redhat.com>
1297
1298         * breakpoint.h (struct counted_command_line): New struct.
1299         (struct breakpoint) <commands>: Change type.
1300         (struct bpstats) <commands>: Change type.
1301         <commands_left>: New field.
1302         * breakpoint.c (alloc_counted_command_line): New function.
1303         (incref_counted_command_line): Likewise.
1304         (decref_counted_command_line): Likewise.
1305         (do_cleanup_counted_command_line): Likewise.
1306         (make_cleanup_decref_counted_command_line): Likewise.
1307         (breakpoint_set_commands): Use decref_counted_command_line and
1308         alloc_counted_command_line.
1309         (commands_command): Don't error if breakpoint commands are
1310         executing.
1311         (commands_from_control_command): Likewise.
1312         (bpstat_free): Update.
1313         (bpstat_copy): Likewise.
1314         (bpstat_clear_actions): Likewise.
1315         (bpstat_do_actions_1): Likewise.
1316         (bpstat_stop_status): Likewise.
1317         (print_one_breakpoint_location): Likewise.
1318         (delete_breakpoint): Likewise.
1319         (bpstat_alloc): Initialize new field.
1320         (tracepoint_save_command): Update.
1321         * tracepoint.c (encode_actions): Update.
1322         (trace_dump_command): Update.
1323
1324 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
1325
1326         * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
1327         * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
1328         (read_structure_type): For RealView, set TYPE_STUB on structures with
1329         no byte size and no children.
1330         (read_subroutine_type): Mark functions as prototyped by default.
1331         * symtab.c (producer_is_realview): New function.
1332         * symtab.h (expand_line_sal): Fix declaration formatting.
1333         (producer_is_realview): Declare.
1334
1335 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
1336
1337         * arm-tdep.c (skip_prologue_function): New function.
1338         (submask, bit, bits, sbits, BranchDest): Move higher in the file.
1339         (thumb_analyze_prologue): Document return value.  Recognize more
1340         Thumb instructions, skippable calls, and some Thumb-2 instructions.
1341         Add debug output.
1342         (arm_skip_prologue): Remove call dummy check.  Check the prologue
1343         for non-GNU compilers.
1344         (arm_instruction_changes_pc): New function.
1345         (arm_analyze_prologue): New function, broken out from
1346         arm_scan_prologue.  Recognize more ARM instructions and skippable
1347         calls.  Update comments.  Handle NULL cache.  Return the address
1348         of the first unrecognized instruction.  Do not skip past other
1349         instructions which change control flow.  Add debug output.
1350         (arm_scan_prologue): Use arm_analyze_prologue.
1351         (ARM_PC_32): Delete.
1352         (shifted_reg_val): Simplify ARM_PC_32 check.
1353
1354 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
1355
1356         * tracepoint.c (tvariables_info_1): Actually compute
1357         the number of rows in the result.
1358
1359 2010-03-24  Pedro Alves  <pedro@codesourcery.com>
1360
1361         * remote.c (crc32): Constify `buf' parameter.
1362         (remote_verify_memory): New, abstracted out from...
1363         (compare_sections_command): ... this.  Remove hardcoded target
1364         checks.
1365         (init_remote_ops): Install remote_verify_memory.
1366         * target.c (target_verify_memory): New.
1367         * target.h (struct target_ops) <to_verify_memory>: New field.
1368         (target_verify_memory): Declare.
1369
1370 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
1371
1372         Implement -trace-save.
1373
1374         * mi-cmds.h (mi_cmds_trace_save): Declare.
1375         * mi-cmds.c (mi_cmds): Register -trace-save.
1376         * mi/mi-main.c (mi_cmd_trace_save): New.
1377         * remote.c (remote_save_trace_data): Take const parameter.
1378         * target.h (struct target_ops::to_save_trace_data): Take
1379         const parameter.
1380         * target.c (update_current_target): Adjust to the above.
1381         * tracepoint.c (trave_save): New, extracted from
1382         (trace_save_command): ...this.
1383         (tfile_trace_find): Remove message that is unnecessary now
1384         that 'tfind' reports found frame.
1385         * tracepoint.h (trace_save): Declare.
1386
1387 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
1388
1389         Implement -trace-find.
1390
1391         * mi/mi-cmds.c (mi_cmds): Register -trace-find.
1392         * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
1393         * mi/mi-main.c (mi_cmd_trace_find): New.
1394         * target.h (struct target_ops): Document to_trace_find.
1395         * tracepoint.h (tfind_1): Declare.
1396         * tracepoint.c (finish_tfind_command): Rename to...
1397         (tfind_1): ...this.
1398         * remote.c (remote_trace_find): Return -1 if target say
1399         there's no frame.  Improve error diagnostics.
1400
1401 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
1402
1403         -trace-define-variable and -trace-list-variables.
1404
1405         * tracepoint.c (create_trace_state_variable): Make
1406         private copy of name, as opposed to assuming the
1407         pointer lives forever.
1408         (tvariables_info_1): New.
1409         (tvariables_info): Use the above.
1410         * tracepoint.h (create_trace_state_variable, tvariables_info_1):
1411         Declare.
1412         * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
1413         and -trace-list-variables.
1414         * mi/mi-cmds.h (mi_cmd_trace_define_variable)
1415         (mi_cmd_trace_list_variables): New.
1416         * mi/mi-main.c (mi_cmd_trace_define_variable)
1417         (mi_cmd_trace_list_variables): New.
1418
1419 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
1420
1421         Implement -break-passcount.
1422
1423         * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
1424         * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
1425         * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
1426
1427 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
1428
1429         -trace-start/-trace-end/-trace-status.
1430
1431         * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
1432         and -trace-stop.
1433         * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
1434         (mi_cmd_trace_stop): Declare.
1435         * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
1436         (mi_cmd_trace_stop): New.
1437         * tracepoint.c (start_tracing): New, extracted from...
1438         (trace_start_command): ...this.
1439         (trace_status_mi): New.
1440         * tracepoint.h (struct trace_status): Document
1441         stopping_tracepoint.
1442         (start_tracing, stop_tracing, trace_status_mi): Declare.
1443
1444 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
1445
1446         Implement creating tracepoints with -break-insert.
1447
1448         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
1449         to mean that tracepoint should be created.
1450
1451 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
1452
1453         * breakpoint.c (check_no_tracepoint_commands): Use
1454         current spelling of 'teval'.
1455
1456 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
1457
1458         Unify actions and commands
1459
1460         * defs.h (read_command_lines, read_command_lines_1): New
1461         parameters validator and closure.
1462         * tracepoint.h (struct action_line): Remove.
1463         * breakpoint.h (struct breakpoint): Remove the 'actions'
1464         field.
1465         * defs.h (enum command_control_type): New value
1466         while_stepping_control.
1467         (struct command_line): Add comments.
1468         * breakpoint.c (breakoint_is_tracepoint): New.
1469         (breakpoint_set_commands): For tracepoints,
1470         verify the commands are permissible.
1471         (check_tracepoint_commands): New.
1472         (commands_command): Require that each new line is validated using
1473         check_tracepoint_command, if we set commands for a tracepoint.
1474         (create_tracepoint_from_upload): Likewise.
1475         (print_one_breakpoint_location): Remove the code to print
1476         actions specifically.
1477         (tracepoint_save_command): Relay to print_command_lines.
1478         * cli/cli-script.c (process_next_line): New parameters validator
1479         and closure. Handle 'while-stepping'. Call validator if not null.
1480         (read_command_lines, read_command_lines1): Likewise.
1481         (recurse_read_control_structure): New parameters validator and
1482         closure. Handle while_stepping_control.
1483         (print_command_lines): Handle while-stepping.
1484         (get_command_line, define_command, document_command): Adjust.
1485         * remote.c (remote_download_tracepoint): Adjust.
1486         * tracepoint.c (make_cleanup_free_actions, read_actions)
1487         (free_actions, do_free_actions_cleanup): Remove.
1488         (trace_actions_command): Use read_command_lines.
1489         (validate_actionline): Use error in one place.
1490         (encode_actions_1): New, extracted from...
1491         (encode_actions): ...this. Also use cleanups for exception
1492         safety.
1493         (trace_dump_command): Adjust.
1494         * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
1495         it's tracepoint.
1496
1497 2010-03-23  Mike Frysinger  <vapier@gentoo.org>
1498
1499         * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
1500
1501 2010-03-22  Stan Shebs  <stan@codesourcery.com>
1502
1503         * value.c (value_static_field): Be lazy about the field's value.
1504
1505 2010-03-22  Reid Kleckner  <reid@kleckner.net>
1506
1507         PR gdb/11094
1508         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
1509         bp_jit_event.
1510         (disable_breakpoints_in_shlibs): Likewise.
1511
1512 2010-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
1513
1514         * dwarf2read.c (partial_die_parent_scope): Work around buggy
1515         GCC 4.1 debug info generation (GCC PR c++/28460).
1516         (determine_prefix): Likewise.
1517
1518 2010-03-20  Daniel Jacobowitz  <dan@codesourcery.com>
1519
1520         * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
1521         get_current_arch.
1522         * tui/tui-layout.c (extract_display_start_addr): Likewise.
1523
1524 2010-03-19  Stan Shebs  <stan@codesourcery.com>
1525
1526         * ax-gdb.c (gen_fetch): Handle bool.
1527         (gen_usual_unary): Ditto.
1528         (gen_cast): Ditto.
1529         (gen_equal): New function.
1530         (gen_less): New function.
1531         (gen_expr_binop_rest): Call them, also return integer type from
1532         logical operations.
1533         (gen_expr): Ditto.
1534
1535 2010-03-19  Tom Tromey  <tromey@redhat.com>
1536
1537         * jv-lang.c (jv_dynamics_objfile_data_key)
1538         (jv_type_objfile_data_key): New globals.
1539         (class_symtab): Move earlier.
1540         (jv_per_objfile_free): New function.
1541         (get_dynamics_objfile): Call set_objfile_data.  Add 'gdbarch'
1542         parameter.
1543         Remove ancient #if 1.
1544         (add_class_symbol): Remove redundant declaration.
1545         (java_lookup_class): Use alloc_type, not alloc_type_arch.
1546         (java_link_class_type): Mark as static.  Update.
1547         (jv_clear_object_type): New function.
1548         (set_java_object_type): Likewise.
1549         (get_java_object_type): Use set_java_object_type.
1550         (is_object_type): Likewise.
1551         (_initialize_java_language): Register new objfile keys.
1552         (get_java_class_symtab): Add 'gdbarch' parameter.
1553         (add_class_symtab_symbol): Update.
1554         (type_from_class): Update.
1555
1556 2010-03-19  Stan Shebs  <stan@codesourcery.com>
1557
1558         * ax-general.c (ax_const_l): Fix a sizing bug.
1559
1560 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
1561
1562         GDB 7.1 released.
1563
1564 2010-03-18  Stan Shebs  <stan@codesourcery.com>
1565             Pedro Alves  <pedro@codesourcery.com>
1566
1567         * target.h (struct target_ops): New method
1568         to_set_circular_trace_buffer.
1569         (target_set_circular_trace_buffer): New macro.
1570         * target.c (update_current_target): Add
1571         to_set_circular_trace_buffer, fix to_set_disconnected_tracing
1572         default behavior.
1573         * remote.c (remote_set_circular_trace_buffer): New function.
1574         (init_remote_ops): Add it to vector.
1575         * tracepoint.h (struct trace_status): New field traceframes_created,
1576         change buffer_size and buffer_free to int.
1577         * tracepoint.c (circular_trace_buffer): New global.
1578         (start_tracing): Send values of disconnected tracing and circular
1579         trace buffer settings.
1580         (set_circular_trace_buffer): New function.
1581         (parse_trace_state): Handle total space and frames created.
1582         (trace_status_command): Display total space and total frames
1583         created.
1584         (trace_save): Write out new status values.
1585         (parse_trace_status): Set traceframe_count, traceframes_created,
1586         buffer_free and buffer_size to -1 by default.
1587         (_initialize_tracepoint): New setshow for circular-trace-buffer.
1588         * NEWS: Mention the circular trace buffer option.
1589
1590 2010-03-18  Tom Tromey  <tromey@redhat.com>
1591
1592         * infcmd.c (finish_command_continuation): Wrap print_return_value
1593         in TRY_CATCH.
1594
1595 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
1596
1597         * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
1598         DIE has a name before creating the associated partial symbol.
1599         (read_func_scope): Emit a complaint if the subprogram does not
1600         have a name or when we can't extract the subprogram PC bounds.
1601
1602 2010-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
1603
1604         * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
1605         instead of selected frame architecture.
1606
1607 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
1608
1609         * infcmd.c (until_command): Use ERROR_NO_INFERIOR.  Ensure there's
1610         a valid selected thread, and that it is not running.
1611         (advance_command): Ditto.
1612         (finish_command): Ditto.
1613
1614 2010-03-17 Stan Shebs  <stan@codesourcery.com>
1615
1616         * ax-gdb.c (require_rvalue): Disallow non-scalars.
1617
1618         * infcall.c: Include tracepoint.h.
1619         (call_function_by_hand): Disallow calls in tfind mode.
1620         * infcmd.c: Include tracepoint.h.
1621         (ensure_not_tfind_mode): New function.
1622         (continue_1): Call it.
1623         (step_1) Ditto.
1624         (jump_command): Ditto.
1625         (signal_command): Ditto.
1626         (advance_command): Ditto.
1627         (until_command): Ditto.
1628         (finish_command): Ditto.
1629         * tracepoint.h (disconnect_or_stop_tracing): Declare.
1630
1631         * ax-gdb.h (struct axs_value): New field optimized_out.
1632         (gen_trace_for_var): Add gdbarch argument.
1633         * ax-gdb.c (gen_trace_static_fields): New function.
1634         (gen_traced_pop): Call it, add gdbarch argument.
1635         (gen_trace_for_expr): Update call to it.
1636         (gen_trace_for_var): Ditto, and report optimized-out variables.
1637         (gen_struct_ref_recursive): Check for optimized-out value.
1638         (gen_struct_elt_for_reference): Ditto.
1639         (gen_static_field): Pass gdbarch instead of expression, assume
1640         optimization if field not found.
1641         (gen_var_ref): Set the optimized_out flag.
1642         (gen_expr): Error on optimized-out variable.
1643         * tracepoint.c (collect_symbol): Handle struct-valued vars as
1644         expressions, skip optimized-out variables with computed locations.
1645         * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
1646         erroring out if location expression missing.
1647         (loclist_tracepoint_var_ref): Don't error out here.
1648
1649 2010-03-17  Tom Tromey  <tromey@redhat.com>
1650
1651         * dwarf2read.c (dwarf2_get_section_info): Handle case where no
1652         DWARF data is available.
1653
1654 2010-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
1655
1656         * symfile.c (generic_load): Reset breakpoints after loading.
1657
1658 2010-03-17  Tom Tromey  <tromey@redhat.com>
1659
1660         * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
1661
1662 2010-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1663
1664         * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
1665         create_breakpoint call, adjust the parameters.
1666
1667 2010-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1668             Chandru <chandru@in.ibm.com>
1669
1670         * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
1671         * valarith.c (value_subscripted_rvalue): Suppress error if
1672         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
1673
1674 2010-03-16  Holger Hans Peter Freyther  <zecke@selfish.org>
1675
1676         * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
1677
1678 2010-03-16  Joel Brobecker  <brobecker@adacore.com>
1679
1680         * ada-tasks.c (task_command_1): Check that the task ptid is valid
1681         before doing the associated thread switch.
1682
1683 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1684
1685         * MAINTAINERS: Update my email address.
1686
1687 2010-03-16  Vladimir Prus  <vladimir@codesourcery.com>
1688
1689         Simplify MI breakpoint setting.
1690
1691         * breakpoint.c (break_command_really): Make nonstatic and
1692         rename to...
1693         (create_breakpoint): ...this. Rename prior function by this name
1694         to...
1695         (create_breakpoint_sal): ...this.
1696         (create_breakpoints): Rename to...
1697         (create_breakpoints_sal): ...this.
1698         (set_breakpoint): Remove.
1699         * breakpoint.h: Adjust to above changes.
1700         * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
1701
1702 2010-03-15 Stan Shebs  <stan@codesourcery.com>
1703
1704         * ax-gdb.c: Include cp-support.h.
1705         (find_field): Remove.
1706         (gen_primitive_field): New function.
1707         (gen_struct_ref_recursive): New function.
1708         (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
1709         of find_field.
1710         (gen_static_field): New function.
1711         (gen_struct_elt_for_reference): New.
1712         (gen_namespace_elt): New.
1713         (gen_maybe_namespace_elt): New.
1714         (gen_aggregate_elt_ref): New.
1715         (gen_expr): Add OP_SCOPE, display opcode name in error message.
1716
1717 2010-03-15  Tom Tromey  <tromey@redhat.com>
1718
1719         * dwarf2read.c (die_needs_namespace): Also return 0 for
1720         DW_TAG_subprogram.
1721
1722 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
1723
1724         PR c++/7936:
1725         * cp-support.h: Added char *declaration element to using_direct
1726         data struct.
1727         (cp_add_using): Added char *declaration argument.
1728         (cp_add_using_directive): Ditto.
1729         (cp_lookup_symbol_imports): made extern.
1730         * cp-namespace.c: Updated with the above changes.
1731         * dwarf2read.c (read_import_statement): Ditto.
1732         (read_namespace): Ditto.
1733         (read_import_statement): Support import declarations.
1734         * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
1735         declarations.
1736         Added support for 'declaration_only' search.
1737         (cp_lookup_symbol_namespace): Attempt to search for the name as
1738         is before consideration of imports.
1739         * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
1740         search at every block level search.
1741         Now takes language argument.
1742         (lookup_symbol_aux): Updated.
1743
1744 2010-03-15  Tom Tromey  <tromey@redhat.com>
1745
1746         * c-exp.y (name_not_typename): Add 'operator' clause.
1747
1748 2010-03-15  Ralf Corsepius  <ralf.corsepius@rtems.org>  (tiny change)
1749
1750         * configure.ac: Exit if ${gdb_target_obs}" is not set.
1751         * configure: Regenerate.
1752
1753 2010-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1754
1755         * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
1756         and ".sdynbss".  Update the comment.
1757
1758 2010-03-15  Jie Zhang  <jie@codesourcery.com>
1759
1760         * MAINTAINERS: Update my email address.
1761
1762 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
1763
1764         * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
1765
1766 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
1767
1768         * charset.c [USE_WIN32API]: Include <windows.h>.
1769          (_initialize_charset): Correct type of w32_host_default_charset.
1770
1771 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
1772
1773         * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
1774
1775 2010-03-12  Tom Tromey  <tromey@redhat.com>
1776
1777         PR c++/9708:
1778         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
1779         in a lexical block does not need a namespace.
1780         (new_symbol) <DW_TAG_variable>: Put extern variables on
1781         list_in_scope in all cases.
1782
1783 2010-03-12 Stan Shebs  <stan@codesourcery.com>
1784
1785         * ax-gdb.c (gen_expr): Add shift expressions.
1786         (gen_expr_binop_rest): Ditto.
1787
1788 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
1789
1790         * buildsym.c (finish_block): Reset using_directives pointer
1791         after block initialization.
1792
1793 2010-03-12  H.J. Lu  <hongjiu.lu@intel.com>
1794
1795         * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
1796         * i386-tdep.c (i386_word_names): Likewise.
1797
1798 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
1799
1800         * target.c (memory_xfer_partial): Don't use the stack cache if
1801         inspecting trace frames.
1802         * tracepoint.c (finish_tfind_command): Invalidate the target
1803         dcache.
1804
1805 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1806
1807         * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
1808         for the PIC displacement, print also the displacement value.
1809         (svr4_exec_displacement):  Print DISPLACEMENT if INFO_VERBOSE.
1810
1811 2010-03-10  Kevin Buettner  <kevinb@redhat.com>
1812
1813         * remote-mips.c (close_ports, mips_initialize_cleanups)
1814         (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
1815         (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
1816         (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
1817         (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
1818         (pmon_check_entry_address, pmon_check_total, pmon_end_download)
1819         (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
1820         comments describing each of these functions.
1821         (mips_enter_debug, mips_exit_debug, common_open)
1822         (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
1823         blank line after the comment describing the function.
1824
1825 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1826
1827         * solib-svr4.c (svr4_exec_displacement): Return now success, new
1828         parameter displacementp.  Update comment.
1829         (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
1830         element exists.  Return if svr4_exec_displacement was not successful.
1831         Update comment.
1832
1833 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1834             Daniel Jacobowitz  <dan@codesourcery.com>
1835
1836         * solib-svr4.c (read_program_header): Support type == -1 to read
1837         all program headers.
1838         (read_program_headers_from_bfd): New function.
1839         (svr4_static_exec_displacement): Remove and move the comment ...
1840         (svr4_exec_displacement): ... here.  Remove variable found.  New
1841         variable displacement.  Check also DYNAMIC.  Verify DISPLACEMENT
1842         alignment for ELF targets.  Compare target vs. exec_bfd PHDRs for ELF
1843         targets using read_program_headers_from_bfd.  Remove the call of
1844         svr4_static_exec_displacement.
1845
1846 2010-03-10  Tom Tromey  <tromey@redhat.com>
1847
1848         * dwarf2read.c (struct pubnames_header): Remove.
1849         (_PUBNAMES_HEADER): Remove.
1850         (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
1851         (struct aranges_header): Remove.
1852         (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
1853         (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
1854         (PUBNAMES_SECTION): Remove.
1855         (ARANGES_SECTION): Remove.
1856         (dwarf2_locate_sections): Don't handle pubnames or aranges.
1857         (dwarf2_build_psymtabs): Remove dead code.
1858         (dwarf2_build_psymtabs_easy): Remove.
1859
1860 2010-03-10  Tom Tromey  <tromey@redhat.com>
1861
1862         * elfread.c (elf_symfile_read): Don't call
1863         dwarf2_build_frame_info.
1864         * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
1865         (struct dwarf2_per_objfile) <objfile>: New field.
1866         (dwarf2_has_info): Now idempotent.  Set objfile field.
1867         (dwarf2_read_section): Check and set readin field.  Call
1868         posix_madvise.
1869         (dwarf2_build_psymtabs): Don't read all sections.
1870         (read_type_comp_unit_head): Read types section.
1871         (create_debug_types_hash_table): Likewise.
1872         (init_cu_die_reader): Add asserts.
1873         (process_type_comp_unit): Add assert.
1874         (dwarf2_build_psymtabs_hard): Read info section.
1875         (load_partial_comp_unit): Add assert.
1876         (create_all_comp_units): Read info section.
1877         (load_full_comp_unit): Likewise.
1878         (dwarf2_ranges_read): Read ranges section.
1879         (dwarf2_record_block_ranges): Add assert.
1880         (dwarf2_read_abbrevs): Read abbrev section.
1881         (read_indirect_string): Read str section.
1882         (dwarf_decode_line_header): Read line section.
1883         (read_signatured_type_at_offset): Read types section.
1884         (dwarf_decode_macros): Read macinfo section.
1885         (dwarf2_symbol_mark_computed): Read loc section.
1886         * dwarf2-frame.c (dwarf2_frame_find_fde): Call
1887         dwarf2_build_frame_info.
1888         (dwarf2_build_frame_info): Unconditionally set
1889         dwarf2_frame_objfile_data on the objfile.
1890         * configure.ac: Check for posix_madvise.
1891         * config.in, configure: Rebuild.
1892
1893 2010-03-10  Tom Tromey  <tromey@redhat.com>
1894
1895         * xcoffread.c (xcoff_start_psymtab): Update.
1896         (xcoff_end_psymtab): Update.
1897         * psymtab.c (allocate_psymtab): Remove dead code.
1898         * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
1899         void*.
1900         * mdebugread.c (parse_partial_symbols): Update.
1901         (new_psymtab): Likewise.
1902         * dwarf2read.c (process_psymtab_comp_unit): Update.
1903         (psymtab_to_symtab_1): Update.
1904         * dbxread.c (start_psymtab): Update.
1905         (end_psymtab): Likewise.
1906
1907 2010-03-10  Tom Tromey  <tromey@redhat.com>
1908
1909         * xcoffread.c: Include psymtab.h.
1910         (xcoff_sym_fns): Update.
1911         * symtab.h (struct partial_symbol): Remove.
1912         (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
1913         (struct partial_symtab): Remove.
1914         (PSYMTAB_TO_SYMTAB): Remove.
1915         (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
1916         (find_pc_sect_psymtab): Remove.
1917         (find_pc_sect_symtab_via_partial): Declare.
1918         (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
1919         (find_main_psymtab): Remove.
1920         (find_main_filename): Declare.
1921         (fixup_psymbol_section): Remove.
1922         (fixup_section): Declare.
1923         * symtab.c: Include psymtab.h.
1924         (lookup_symtab): Use lookup_symtab method.
1925         (lookup_partial_symtab): Remove.
1926         (find_pc_sect_psymtab_closer): Remove.
1927         (find_pc_sect_psymtab): Remove.
1928         (find_pc_sect_symtab_via_partial): New function.
1929         (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
1930         (fixup_section): No longer static.
1931         (fixup_psymbol_section): Remove.
1932         (lookup_symbol_aux): Use lookup_symbol_aux_quick.
1933         (lookup_global_symbol_from_objfile): Likewise.
1934         (lookup_symbol_aux_psymtabs): Remove.
1935         (lookup_symbol_aux_quick): New function.
1936         (lookup_symbol_global): Use lookup_symbol_aux_quick.
1937         (lookup_partial_symbol): Remove.
1938         (basic_lookup_transparent_type_quick): New function.
1939         (basic_lookup_transparent_type): Use it.
1940         (find_main_psymtab): Remove.
1941         (find_main_filename): New function.
1942         (find_pc_sect_symtab): Use find_pc_sect_symtab method.
1943         (find_line_symtab): Use expand_symtabs_with_filename method.
1944         (output_partial_symbol_filename): New function.
1945         (sources_info): Use map_partial_symbol_filenames.
1946         (struct search_symbols_data): New type.
1947         (search_symbols_file_matches): New function.
1948         (search_symbols_name_matches): Likewise.
1949         (search_symbols): Use expand_symtabs_matching method.
1950         (struct add_name_data): Rename from add_macro_name_data.
1951         (add_macro_name): Update.
1952         (add_partial_symbol_name): New function.
1953         (default_make_symbol_completion_list): Use
1954         map_partial_symbol_names.
1955         (struct add_partial_symbol_name): New type.
1956         (maybe_add_partial_symtab_filename): New function.
1957         (make_source_files_completion_list): Use
1958         map_partial_symbol_filenames.
1959         (expand_line_sal): Use expand_symtabs_with_filename method.
1960         * symmisc.c: Include psymtab.h.
1961         (print_objfile_statistics): Use print_stats method.
1962         (dump_objfile): Use dump method.
1963         (dump_psymtab, maintenance_print_psymbols)
1964         (maintenance_info_psymtabs, maintenance_check_symtabs)
1965         (extend_psymbol_list): Remove.
1966         * symfile.h (struct quick_symbol_functions): New struct.
1967         (struct sym_fns) <qf>: New field.
1968         (sort_pst_symbols): Remove.
1969         (increment_reading_symtab): Declare.
1970         * symfile.c: Include psymtab.h.
1971         (compare_psymbols, sort_pst_symbols): Remove.
1972         (psymtab_to_symtab): Remove.
1973         (increment_reading_symtab): New function.
1974         (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
1975         method.
1976         (set_initial_language): Use find_main_filename.
1977         (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
1978         (free_named_symtabs): Remove unused code.
1979         (start_psymtab_common, add_psymbol_to_bcache)
1980         (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
1981         Remove.
1982         * stack.c: Include psymtab.h, symfile.h.
1983         (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
1984         * source.h (psymtab_to_fullname): Don't declare.
1985         * source.c: Include psymtab.h.
1986         (select_source_symtab): Use find_last_source_symtab method.
1987         (forget_cached_source_info): Use forget_cached_source_info
1988         method.
1989         (find_and_open_source): No longer static.
1990         (psymtab_to_fullname): Remove.
1991         * somread.c: Include psymtab.h.
1992         (som_sym_fns): Update.
1993         * psympriv.h: New file.
1994         * psymtab.h: New file.
1995         * psymtab.c: New file.
1996         * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
1997         (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
1998         * objfiles.c: Include psymtab.h.
1999         (objfile_relocate1): Use relocate method.
2000         (objfile_has_partial_symbols): Use has_symbols method.
2001         * mipsread.c: Include psymtab.h.
2002         (ecoff_sym_fns): Update.
2003         * mi/mi-cmd-file.c: Include psymtab.h.
2004         (print_partial_file_name): New function.
2005         (mi_cmd_file_list_exec_source_files): Use
2006         map_partial_symbol_filenames.
2007         * mdebugread.c: Include psympriv.h.
2008         * machoread.c: Include psympriv.h.
2009         (macho_sym_fns): Update.
2010         * m2-exp.y (yylex): Use lookup_symtab.
2011         * elfread.c: Include psympriv.h.
2012         (elf_sym_fns): Update.
2013         * dwarf2read.c: Include psympriv.h.
2014         * dbxread.c: Include psympriv.h.
2015         (aout_sym_fns): Update.
2016         * cp-support.c: Include psymtab.h.
2017         (read_in_psymtabs): Remove.
2018         (make_symbol_overload_list_qualified): Use
2019         expand_symtabs_for_function method.
2020         * coffread.c: Include psympriv.h.
2021         (coff_sym_fns): Update.
2022         * blockframe.c: Include psymtab.h.
2023         (find_pc_partial_function): Use find_pc_sect_symtab method.
2024         * ada-lang.h (ada_update_initial_language): Update.
2025         * ada-lang.c: Include psymtab.h.
2026         (ada_update_initial_language): Remove 'main_pst' argument.
2027         (ada_lookup_partial_symbol): Remove.
2028         (struct ada_psym_data): New type.
2029         (ada_add_psyms): New function.
2030         (ada_add_non_local_symbols): Use map_ada_symtabs method.
2031         (struct add_partial_datum): New type.
2032         (ada_add_partial_symbol_completions): New function.
2033         (ada_make_symbol_completion_list): Use map_partial_symbol_names.
2034         (ada_exception_support_info_sniffer): Update.
2035         * Makefile.in (SFILES): Add psymtab.c.
2036         (COMMON_OBS): Add psymtab.o.
2037         (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
2038
2039 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
2040
2041         * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
2042
2043 2010-03-10  Sami Wagiaalla  <swagiaal@redhat.com>
2044
2045         PR C++/11236:
2046         * cp-namespace.c (cp_add_using): Deleted.
2047         (cp_add_using_directive): Use obstack allocations.
2048         Merged the function cp_add_using into this one.
2049         Added 'struct obstack *' argument.
2050         (cp_scan_for_anonymous_namespaces): Updated.
2051         * cp-support.h: Updated.
2052         * dwarf2read.c (read_import_statement): Updated.
2053         (read_namespace): Updated.
2054
2055 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
2056
2057         * windows-nat.c (cygwin_conv_path): Remove old macro.
2058
2059 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
2060
2061         * breakpoint.c (condition_command): Handle watchpoint conditions.
2062         (is_hardware_watchpoint): Add comment.
2063         (is_watchpoint): New.
2064         (update_watchpoint): Don't reparse the watchpoint's condition
2065         unless necessary.
2066         (WP_IGNORE): New.
2067         (watchpoint_check): Use it.
2068         (bpstat_check_watchpoint): Handle it.
2069         (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
2070         conditions in a frame where it makes sense.
2071         (watch_command_1): Store the innermost block of the condition
2072         expression.
2073         (delete_breakpoint): Delete the watchpoint condition expression.
2074         * breakpoint.h (struct bp_location) <cond>: Update comment.
2075         (struct breakpoint): New field `cond_exp_valid_block'.
2076
2077 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
2078
2079         Adjust handling of Ada DIEs after dwarf2_physname patch.
2080         * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
2081
2082 2010-03-09  Christopher Faylor  <me+cygwin@cgf.cx>
2083             Pierre Muller  <muller@ics.u-strasbg.fr>
2084
2085         * windows-nat.c (cygwin_conv_path): Redefine to properly convert
2086         from/to posix/win32.
2087         (windows_make_so): Use non-Cygwin 1.7 specific function.
2088         (windows_create_inferior): Make sure that cygallargs points to
2089         original args in non Cygwin 1.7. case.
2090
2091 2010-03-09  Michael Snyder  <msnyder@vmware.com>
2092
2093         * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
2094         after target_read_memory to get host byte order.
2095         (i386_process_record): Ditto.
2096
2097 2010-03-09  Keith Seitz  <keiths@redhat.com>
2098
2099         Based on work from Daniel Jacobowitz  <dan@codesourcery.com>
2100         * c-typeprint.c (cp_type_print_method_args): For non-static methods,
2101         print out const or volatile qualifiers, too.
2102         (c_type_print_args): Add parameters show_artificial and language.
2103         Skip artificial parameters when requested.
2104         Use the appropriate language printer.
2105         (c_type_print_varspec): Tell c_type_print_args to skip artificial
2106         parameters and pass language_c.
2107         * dwarf2read.c (die_list): New file global.
2108         (struct partial_die_info): Update comments for name field.
2109         (pdi_needs_namespace): Renamed to ...
2110         (die_needs_namespace): ... this. Rewrite.
2111         (dwarf2_linkage_name): Remove.
2112         (add_partial_symbol): Do not predicate the call to
2113         partial_die_full_name based on pdi_needs_namespace.
2114         Remove call to cp_check_possible_namespace_symbols and associated
2115         outdated comments.
2116         (guess_structure_name): Do not inspect child subprogram DIEs.
2117         (dwarf2_fullname): Update comments.
2118         Use die_needs_namespace to assist in computing the name.
2119         (read_func_scope): Use dwarf2_name to get the DIE's name.
2120         Use dwarf2_physname to get the "linkage name" of the DIE.
2121         (dwarf2_add_member_field): Use dwarf2_physname instead of
2122         dwarf2_linkage_name.
2123         (read_structure_type): For structs and classes, set TYPE_NAME, too.
2124         (determine_class): Remove.
2125         (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
2126         except Ada.
2127         (new_symbol): Unconditionally call dwarf2_name.
2128         Compute the "linkage name" using dwarf2_physname.
2129         Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
2130         When determining to scan for anonymous C++ namespaces, ignore
2131         the linkage name.
2132         (dwarf2_physname): New function.
2133         (dwarf2_full_name): Move content to new function and call
2134         that.
2135         (dwarf2_compute_name): "New" function.
2136         (_initialize_dwarf2_read): Initialize die_list.
2137         * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
2138         physname.
2139         (gnu_v3_print_method_ptr): Use the physname for virtual methods
2140         without a demangled name.
2141         Print out type information for non-virtual methods.
2142         * linespec.c (decode_line_1): Force ANY string using "::" (or
2143         "." for java) to use decode_compound, and clean up any stray quoting.
2144         If we found a file symtab, re-evaluate whether the remainder is_quoted.
2145         (decode_compound): Stop consuming at an open parenthesis.
2146         Keep template parameters.
2147         Keep any overload information.
2148         Keep keywords like "const".
2149         Remove paren_pointer.
2150         Move is_quoted check from set_flags to here.
2151         Remove #if 0 code from 2000. Ten years is long enough.
2152         (find_method): Before comparing symbol names, canonicalize the string
2153         from the user.
2154         If a specific overload is requested, find it. Otherwise throw an error.
2155         (find_method_overload_end): New function.
2156         (set_flags): Remove.
2157         (decode_compound): Assume that parentheses are matched.
2158         It's a lot easier.
2159         * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
2160         to cplus_demangle.
2161         * linespec.c (decode_line_1): Keep important keywords like
2162         "const" and "volatile".
2163         * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
2164         * typeprint.h (c_type_print_args): Add declaration.
2165         * ui-file.c (do_ui_file_obsavestring): New function.
2166         (ui_file_obsavestring): New function.
2167         * ui-file.h (ui_file_obsavestring): Add declaration.
2168         * valops.c (find_overload_match): Resolve the object to
2169         a non-pointer type.
2170         If the object is a data member, search the object for the member
2171         and return with staticp set.
2172         Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
2173         Do not attempt to extract a function name from non-function types.
2174         If the extracted function name and the original name are the same,
2175         we don't have a C++ method.
2176
2177         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
2178         * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
2179
2180         * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
2181         and arguments from symbol lookups.
2182         * ax-gdb.c (gen_expr): Likewise.
2183         * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
2184         cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
2185         lookup_possible_namespace_symbol): Likewise.
2186         * cp-support.c (read_in_psymtabs): Likewise.
2187         * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
2188         * language.h (la_lookup_symbol_nonlocal): Likewise.
2189         * scm-valprint.c (scm_inferior_print): Likewise.
2190         * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
2191         * solib-svr.c (elf_lookup_lib): Likewise.
2192         * solib.c (show_auto_solib_add): Likewise.
2193         * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
2194         * symmisc.c (maintenance_check_symtabs): Likewise.
2195         * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
2196         lookup_symbol_aux_local, lookup_symbol_aux_block,
2197         lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
2198         lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
2199         lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
2200         basic_lookup_transparent_type, find_main_psymtab,
2201         lookup_block_symbol): Likewise.
2202         * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
2203         lookup_symbol_global, lookup_symbol_aux_block,
2204         lookup_symbol_partial_symbol, lookup_block_symbol,
2205         lookup_global_symbol, value_maybe_namespace_elt): Likewise.
2206
2207 2010-03-09  Pierre Muller  <muller@ics.u-strasbg.fr>
2208
2209         * python/python-internal.h: Include symtab.h.
2210
2211 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
2212             Pierre Muller  <muller@ics.u-strasbg.fr>
2213
2214         * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
2215         * p-valprint.c (pascal_val_print): Remove undeed block and fix
2216         indentation.
2217
2218 2010-03-08  Tom Tromey  <tromey@redhat.com>
2219
2220         * breakpoint.c (breakpoint_1): Add "QUIT".
2221
2222 2010-03-08  Daniel Jacobowitz  <dan@codesourcery.com>
2223             Pedro Alves  <pedro@codesourcery.com>
2224
2225         * solib.c (solib_find): Replace extension if
2226         solib_symbols_extension is set in the target gdbarch.
2227         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
2228         solib_symbols_extension to "sym".
2229         * gdbarch.sh (solib_symbols_extension): New variable.
2230         (pstring): New function.
2231         * gdbarch.h, gdbarch.c: Regenerate.
2232
2233 2010-03-08  Tom Tromey  <tromey@redhat.com>
2234
2235         PR cli/9591:
2236         * NEWS: Update.
2237         * utils.c: Include main.h.
2238         (fputs_maybe_filtered): Don't paginate if `batch_flag'.
2239         (defaulted_query): Use default answer if `batch_flag'.
2240         * main.h (batch_flag): Declare.
2241         * main.c (batch_flag): New global.
2242         (captured_main): Remove 'batch'.  Update.
2243
2244 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
2245
2246         From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
2247         and Kevin Buettner:
2248
2249         * remote-mips.c (rockhopper_ops): New target_ops struct.
2250         (MON_ROCKHOPPER): New mips_monitor_type.
2251         (read_hex_value): New function.
2252         (mips_request): Send 8-byte values with a 'T' packet.  Read the
2253         packet argument as a string and use read_hex_value to parse it.
2254         (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
2255         (rockhopper_open): New function.
2256         (mips_wait): Read the PC, FP and SP fields as strings.  Use
2257         read_hex_value to parse them and mips_set_register to commit them.
2258         (mips_set_register): New function.
2259         (mips_fetch_registers): Do not cast register value to "unsigned"
2260         when reading a MON_ROCKHOPPER 't' packet.  Use mips_set_register.
2261         (mips_store_registers): Use a 'T' packet to set registers when
2262         using MON_ROCKHOPPER.
2263         (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
2264         and expect the total to be printed before the entry address.
2265         (_initialize_remote_mips): Initialize and add rockhopper_ops.
2266
2267 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
2268
2269         * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
2270         Change return value to int.  Store value fetched in location
2271         addressed by `val'.  Use function's return value as success
2272         or failure indicator.  Adjust all callers.
2273
2274 2010-03-08  Pierre Muller  <muller@ics.u-strasbg.fr>
2275
2276         * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
2277
2278 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2279             Hui Zhu  <teawater@gmail.com>
2280
2281         * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
2282         tmp_to_stopped_data_address.
2283         (record_open): Reset tmp_to_stopped_by_watchpoint and
2284         tmp_to_stopped_data_address.
2285         * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
2286         to_stopped_data_address.
2287
2288 2010-03-08  Hui Zhu  <teawater@gmail.com>
2289
2290         * i386-tdep.c (i386_process_record): Initialize regnum.
2291
2292 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2293
2294         * symfile.c (addr_info_make_relative): New variable sect_name, use it.
2295         Do not warn on ".gnu.liblist" and ".gnu.conflict".
2296
2297 2010-03-08  Joel Brobecker  <brobecker@adacore.com>
2298
2299         Memory error when reading wrong core file.
2300         * solib-svr4.c (solib_svr4_r_map): catch and print all exception
2301         errors while reading the inferior memory, and return zero if
2302         an exception was raised.
2303
2304 2010-03-07  Michael Snyder  <msnyder@vmware.com>
2305
2306         * record.c (record_restore): Rename tmpu8 to rectype.
2307
2308         * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
2309         tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
2310
2311         (i386_record_push): Rename local tmpulongest to addr.
2312
2313         (i386_process_record): Rename local tmpulongest to addr.
2314
2315         Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
2316         addr64.
2317
2318         Rename local variable tmpu8 to opcode8 and regnum.
2319
2320 2010-03-07  Joel Brobecker  <brobecker@adacore.com>
2321
2322         * remote.c (remote_get_ada_task_ptid): New function.
2323         (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
2324
2325 2010-03-06  Christopher Faylor  <me+cygwin@cgf.cx>
2326
2327         * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
2328         block.  Define helper macros to reduce ifdefs in code.
2329         (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
2330         size.  Call unadorned GetModuleFileNameEx rather than
2331         GetModuleFileNameEx*.
2332         (windows_make_so): Use __PMAX to denote maximum buffer size and
2333         cygwin_buf_t for buffer type.  Use GetSystemDirectory{W,A} as
2334         appropriate.
2335         (get_image_name): Use __PMAX to denote maximum buffer size.
2336         (handle_load_dll): Likewise.
2337         (windows_pid_to_exec_file): Likewise.
2338         (windows_create_inferior): Add many accommodations for older Cygwin and
2339         non-Cygwin.
2340         (bad_GetModuleFileNameExW): Control inclusion of this function based on
2341         __USEWIDE conditional.
2342         (bad_GetModuleFileNameExA): Likewise.
2343         (_initialize_loadable): Just use real function names without the dyn_
2344         part since they are defined earlier.
2345
2346 2010-03-05  Corinna Vinschen  <vinschen@redhat.com>
2347             Tom Tromey  <tromey@redhat.com>
2348
2349         * utils.c (host_char_to_target): Add 'gdbarch' argument.
2350         (parse_escape): Likewise.
2351         * python/py-utils.c (unicode_to_target_string): Update.
2352         (unicode_to_target_python_string): Update.
2353         (target_string_to_unicode): Update.
2354         * printcmd.c (printf_command): Update.
2355         * p-exp.y (yylex): Update.
2356         * objc-exp.y (yylex): Update.
2357         * mi/mi-parse.c: Include charset.h.
2358         (mi_parse_escape): New function.
2359         (mi_parse_argv): Use it.
2360         * jv-exp.y (yylex): Update.
2361         * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
2362         function.
2363         (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
2364         * gdbarch.sh (auto_charset, auto_wide_charset): New.
2365         * gdbarch.c: Rebuild.
2366         * gdbarch.h: Rebuild.
2367         * defs.h (parse_escape): Update.
2368         * cli/cli-setshow.c: Include arch-utils.h.
2369         (do_setshow_command): Update.
2370         * cli/cli-cmds.c (echo_command): Update.
2371         * charset.h (target_charset, target_wide_charset): Update.
2372         * charset.c: Include arch-utils.h.
2373         (target_charset_name): Default to "auto".
2374         (target_wide_charset_name): Likewise.
2375         (show_target_charset_name): Handle "auto".
2376         (show_target_wide_charset_name): Likewise.
2377         (be_le_arch): New global.
2378         (set_be_le_names): Add 'gdbarch' argument.
2379         (validate): Likewise.  Don't call set_be_le_names.
2380         (set_charset_sfunc, set_host_charset_sfunc)
2381         (set_target_charset_sfunc, set_target_wide_charset_sfunc):
2382         Update.
2383         (target_charset): Add 'gdbarch' argument.
2384         (target_wide_charset): Likewise.  Remove 'byte_order' argument.
2385         (auto_target_charset_name): New global.
2386         (default_auto_charset, default_auto_wide_charset): New functions.
2387         (_initialize_charset): Set auto_target_charset_name.  Allow "auto"
2388         for target charsets.  Copy result of nl_langinfo.  Use GetACP if
2389         USE_WIN32API.
2390         * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
2391         remove 'byte_order' argument.  Update.
2392         (classify_type): Likewise.
2393         (c_emit_char): Update.
2394         (c_printchar): Update.
2395         (c_printstr): Update.
2396         (c_get_string): Update.
2397         (evaluate_subexp_c): Update.
2398         * arch-utils.h (default_auto_charset, default_auto_wide_charset):
2399         Declare.
2400         * python/python.c (gdbpy_target_charset): New function.
2401         (gdbpy_target_wide_charset): Likewise.
2402         (GdbMethods): Update.
2403         * NEWS: Update.
2404
2405 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
2406
2407         * symfile.c (build_section_addr_info_from_objfile): Do not mask
2408         off high address bits.
2409
2410 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
2411
2412         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
2413         address as UnsignedLongLong, not LongLong.
2414
2415 2010-03-05  Kevin Buettner  <kevinb@redhat.com>
2416             Pedro Alves  <pedro@codesourcery.com>
2417
2418         * remote-mips.c (gdbthread.h): Include.
2419         (remote_mips_ptid): Declare.
2420         (mips_error): Only mourn the inferior when inferior_ptid is non-null.
2421         (common_open): Set inferior_ptid, add it as an inferior, and
2422         as a thread too.  Delete FIXME comment regarding start_remote().
2423         (mips_close): Invoke generic_mourn_inferior().
2424         (mips_kill): Make sure that target_mourn_inferior is invoked.
2425         (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
2426         it's now invoked from mips_close().
2427         (mips_load): Don't null out inferior_ptid.  Don't call
2428         clear_symtab_users().
2429         (mips_thread_alive, mips_pid_to_str): New functions.
2430         (_initialize_remote_mips): Initialize remote_mips_ptid.  Initialize
2431         to_thread_alive and to_pid_to_str operations.
2432
2433 2010-03-04  Tom Tromey  <tromey@redhat.com>
2434
2435         * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
2436         in DWARF 3 and later.
2437         (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
2438
2439 2010-03-04  Keith Seitz  <keiths@redhat.com>
2440
2441         * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
2442         If the filename portion of the linespec was quoted, recheck the
2443         remainder for additional quoting.
2444         (locate_first_half): Skip over completer chars, too.
2445
2446 2010-03-04  Tom Tromey  <tromey@redhat.com>
2447
2448         * printcmd.c (printf_command): Pass dummy argument to
2449         printf_filtered.
2450
2451 2010-03-04  Doug Evans  <dje@google.com>
2452
2453         * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
2454         unwound_fp.
2455
2456         * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
2457
2458 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
2459
2460         * breakpoint.c (update_watchpoint): Create a sentinel location if
2461         the software watchpoint isn't watching any memory.
2462         (breakpoint_address_bits): Skip dummy software watchpoint locations.
2463
2464 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
2465
2466         * utils.c (fputs_maybe_filtered): Check if there's already a top
2467         level interpreter before dereferencing it.  If there isn't one,
2468         don't paginate either.
2469
2470 2010-03-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2471
2472         * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
2473         the state right when single stepping.
2474         (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
2475         Get the next PC along with the instruction state.
2476         (thumb_get_next_pc): Remove.
2477         (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
2478
2479 2010-03-04  Hui Zhu  <teawater@gmail.com>
2480
2481         * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
2482
2483 2010-03-03  Pedro Alves  <pedro@codesourcery.com>
2484
2485         * utils.c (fputs_maybe_filtered): Always disable pagination if the
2486         top level interpreter is MI.
2487
2488 2010-03-03 Stan Shebs  <stan@codesourcery.com>
2489
2490         * remote.c (remote_download_tracepoint): Iterate over locations.
2491         * tracepoint.c (validate_actionline): Ditto.
2492         (encode_actions): Add location argument.
2493         (trace_dump_command): Check all locations to see if stepping
2494         frame.
2495
2496 2010-03-03  H.J. Lu  <hongjiu.lu@intel.com>
2497             Eli Zaretskii  <eliz@gnu.org>
2498
2499         * NEWS: Add X86 general purpose registers section.
2500
2501 2010-03-03  Tom Tromey  <tromey@redhat.com>
2502
2503         PR mi/11098:
2504         * varobj.c (install_new_value): Handle case where new print_value
2505         is NULL.
2506
2507 2010-03-03  Dainis Jonitis  <jonitis@gmail.com>
2508
2509         PR gdb/11345:
2510         * printcmd.c (printf_command): Print end of format string using
2511         printf_filtered.
2512
2513 2010-03-02  Tom Tromey  <tromey@redhat.com>
2514
2515         * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
2516         * defs.h (read_command_lines_1): Add missing 'void'.
2517         * cli/cli-script.c (recurse_read_control_structure): Add missing
2518         'void'.
2519         (read_next_line): Likewise.
2520         (read_command_lines_1): Likewise.
2521
2522 2010-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
2523
2524         * spu-tdep.c (spu_analyze_prologue): Track instruction to
2525         store backchain as part of prologue.
2526
2527 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
2528
2529         * progspace.c (update_address_spaces): Update inferior address spaces
2530         also.
2531
2532 2010-03-02  Doug Evans  <dje@google.com>
2533
2534         * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
2535         lowpc,highpc args to addrmap_set_empty.
2536
2537 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
2538
2539         * amd64-tdep.c (amd64_byte_names): New.
2540         (amd64_word_names): Likewise.
2541         (amd64_dword_names): Likewise.
2542         (amd64_pseudo_register_name): Likewise.
2543         (amd64_pseudo_register_read): Likewise.
2544         (amd64_pseudo_register_write): Likewise.
2545         (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
2546         and num_mmx_regs.  Call set_gdbarch_pseudo_register_read,
2547         set_gdbarch_pseudo_register_write and
2548         set_tdesc_pseudo_register_name.  Don't call
2549         set_gdbarch_num_pseudo_regs.  Don't set mm0_regnum.
2550
2551         * i386-tdep.c (i386_num_mmx_regs): Removed.
2552         (i386_num_pseudo_regs): Likewise.
2553         (i386_byte_names): New.
2554         (i386_word_names): Likewise.
2555         (i386_byte_regnum_p): Likewise.
2556         (i386_word_regnum_p): Likewise.
2557         (i386_mmx_regnum_p): Updated.
2558         (i386_pseudo_register_name): Make it global.  Handle byte and
2559         word pseudo-registers.
2560         (i386_pseudo_register_read): Likewise.
2561         (i386_pseudo_register_write): Likewise.
2562         (i386_pseudo_register_type): Handle byte, word and dword
2563         pseudo-registers
2564         (i386_register_reggroup_p): Don't include pseudo
2565         registers, except for MXX, in any register groups.  Don't
2566         include pseudo byte, word, dword registers in general_reggroup.
2567         (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
2568         num_dword_regs, al_regnum, ax_regnum and eax_regnum.  Put MMX
2569         pseudo-registers after word pseudo-registers.  Call
2570         set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
2571
2572         * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
2573         al_regnum, num_word_regs, ax_regnum, num_dword_regs and
2574         eax_regnum.
2575         (i386_byte_regnum_p): New.
2576         (i386_word_regnum_p): Likewise.
2577         (i386_dword_regnum_p): Likewise.
2578         (i386_pseudo_register_name): Likewise.
2579         (i386_pseudo_register_read): Likewise.
2580         (i386_pseudo_register_write): Likewise.
2581
2582 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2583
2584         * target-descriptions.c (tdesc_type): Remove
2585         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
2586         (tdesc_predefined_types): Likewise.
2587         (tdesc_gdb_type): Likewise.  Pass NULL to append_flags_type_flag
2588         if flag name is empty.
2589         (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
2590
2591         * features/i386/32bit-core.xml: Define i386_eflags.
2592         * features/i386/64bit-core.xml: Likewise.
2593
2594         * features/i386/32bit-sse.xml: Define i386_mxcsr.
2595         * features/i386/64bit-sse.xml: Likewise.
2596
2597         * features/i386/amd64-linux.c: Regenerated.
2598         * features/i386/amd64.c: Likewise.
2599         * features/i386/i386-linux.c: Likewise.
2600         * features/i386/i386.c: Likewise.
2601
2602 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
2603
2604         * gdbtypes.c (append_composite_type_field_raw): New.
2605         (append_composite_type_field_aligned): Use the new function.
2606         * gdbtypes.h (append_composite_type_field_raw): Declare.
2607         * target-descriptions.c (struct tdesc_type_field): Add start and end.
2608         (struct tdesc_type_flag): New type.
2609         (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
2610         kind.  Add size to u.u.  Add u.f for flags.
2611         (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
2612         (tdesc_free_type): Likewise.
2613         (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
2614         (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
2615         (tdesc_add_bitfield, tdesc_add_flag): New.
2616         * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
2617         (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
2618         * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
2619         current_type.  Add current_type_size and current_type_is_flags.
2620         (tdesc_start_union): Clear the new fields.
2621         (tdesc_start_struct, tdesc_start_flags): New.
2622         (tdesc_start_field): Handle struct fields, including bitfields.
2623         (field_attributes): Make type optional.  Add start and end.
2624         (union_children): Rename to struct_union_children.
2625         (union_attributes): Rename to struct_union_attributes.  Add optional
2626         size.
2627         (flags_attributes): New.
2628         (feature_children): Add struct and flags.
2629         * features/gdb-target.dtd: Add flags and struct to features.
2630         Make field type optional.  Add field start and end.
2631
2632 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2633
2634         * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
2635         (amd64_linux_read_description): Likewise.
2636         (_initialize_amd64_linux_nat): Set to_read_description to
2637         amd64_linux_read_description.
2638
2639         * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
2640         (amd64_linux_register_name): Removed.
2641         (amd64_linux_register_type): Likewise.
2642         (amd64_linux_core_read_description): New.
2643         (amd64_linux_init_abi): Set target description to
2644         tdesc_amd64_linux if needed.  Support orig_rax in target
2645         description.  Don't call set_gdbarch_register_name nor
2646         set_gdbarch_register_type.  Call
2647         set_gdbarch_core_read_description.
2648         (_initialize_amd64_linux_tdep): Call
2649         initialize_tdesc_amd64_linux.
2650
2651         * amd64-linux-tdep.h (tdesc_amd64_linux): New.
2652
2653         * amd64-tdep.c:  Include "features/i386/amd64.c".
2654         (amd64_register_names): Removed.
2655         (amd64_register_name): Likewise.
2656         (amd64_register_type): Likewise.
2657         (amd64_init_abi):  Set num_core_regs and register_names.  Set
2658         target description to tdesc_amd64 if needed.  Don't call
2659         set_gdbarch_register_name nor set_gdbarch_register_type.
2660         (_initialize_amd64_tdep): New.
2661
2662         * i386-linux-nat.c (i386_linux_read_description): New.
2663         (_initialize_i386_linux_nat): Set to_read_description to
2664         i386_linux_read_description.
2665
2666         * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
2667         (i386_linux_register_name): Removed.
2668         (i386_linux_core_read_description): New.
2669         (i386_linux_read_description): Likewise.
2670         (i386_linux_init_abi): Don't call set_gdbarch_register_name.
2671         Set target description to tdesc_i386_linux if needed.  Support
2672         orig_eax.  Set register_reggroup_p.  Call
2673         set_gdbarch_core_read_description.
2674         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
2675
2676         * i386-linux-tdep.h (tdesc_i386_linux): New.
2677
2678         * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
2679         with I387_NUM_REGS.
2680
2681         * i386-tdep.c: Include "features/i386/i386.c".
2682         (i386_register_names): Make it const.
2683         (i386_mmx_names): Likewise.
2684         (i386_num_register_names): Removed.
2685         (i386_register_name): Likewise.
2686         (i386_eflags_type): Likewise.
2687         (i386_mxcsr_type): Likewise.
2688         (i386_sse_type): Likewise.
2689         (i386_register_type): Likewise.
2690         (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
2691         (i386_pseudo_register_name): New.
2692         (i386_pseudo_register_type): Likewise.
2693         (i386_mmx_type): Make it static.
2694         (i386_gdbarch_init): Check arch.  Replace I386_NUM_FREGS with
2695         I387_NUM_REGS.  Set num_core_regs and register_names.  Don't
2696         call set_gdbarch_register_name nor set_gdbarch_register_type.
2697         Set register_reggroup_p.  Set target description to tdesc_i386
2698         if needed.  Call set_tdesc_pseudo_register_type,
2699         set_tdesc_pseudo_register_name and tdesc_use_registers.
2700         (_initialize_i386_tdep): Call initialize_tdesc_i386.
2701         initialize_tdesc_x86_64.
2702
2703         * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
2704         i386_mxcsr_type and i386_sse_type.  Add num_core_regs,
2705         register_names, tdesc and register_reggroup_p.
2706         (I386_NUM_FREGS): Removed.
2707         (i386_eflags_type): Likewise.
2708         (i386_mxcsr_type): Likewise.
2709         (i386_mmx_type): Likewise.
2710         (i386_sse_type): Likewise.
2711         (i386_register_name): Likewise.
2712         (i386_regnum): Add I386_MXCSR_REGNUM.
2713         (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
2714
2715         * i387-tdep.h (I387_NUM_REGS): New.
2716
2717         * regformats/i386/i386-linux.dat: Generated.
2718         * regformats/i386/i386.dat: Likewise.
2719         * regformats/i386/amd64-linux.dat: Likewise.
2720         * regformats/i386/amd64.dat: Likewise.
2721
2722         * regformats/reg-i386-linux.dat: Removed.
2723         * regformats/reg-i386.dat: Likewise.
2724         * regformats/reg-x86-64-linux.dat: Likewise.
2725         * regformats/reg-x86-64.dat: Likewise.
2726
2727 2010-03-01  Corinna Vinschen  <vinschen@redhat.com>
2728
2729         * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
2730         cygwin_conv_path API rather than the deprecated
2731         cygwin_conv_to_full_posix_path.
2732         * windows-nat.c:
2733         (GetModuleFileNameExA): Undefine for Cygwin.
2734         (GetModuleFileNameExW): Define for Cygwin.
2735         (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
2736         Call GetModuleFileNameExW and convert path to POSIX using
2737         cygwin_conv_path.
2738         (windows_make_so): Always define p.  Drop unused variable m.
2739         Don't use Win32 functions to check file existance, rather use
2740         access on Cygwin.  Fetch system directory using GetSystemDirectoryW.
2741         Use canonicalize_file_name to get full path.
2742         (get_image_name): Use wcstombs, rather than WideCharToMultiByte
2743         to convert Unicode pathname to multibyte on Cygwin.  Otherwise,
2744         use correct target buffer size in call to WideCharToMultiByte.
2745         (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
2746         (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
2747         (windows_create_inferior): Convert all paths and arguments to wchar_t
2748         and use CreateProcessW on Cygwin.
2749         (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
2750         (bad_GetModuleFileNameExA): Undefine for Cygwin.
2751         (bad_GetModuleFileNameExW): Define for Cygwin.
2752         (_initialize_loadable): Load GetModuleFileNameExW into
2753         dyn_GetModuleFileNameExW on Cygwin.  Don't load ANSI function on Cygwin.
2754
2755 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
2756
2757         PR python/11036
2758         * python/py-frame.c (frapy_read_var): Add block argument and logic
2759         to cope with user provided blocks.
2760
2761 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2762
2763         * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
2764         New comment.
2765
2766 2010-02-28  Corinna Vinschen  <vinschen@redhat.com>
2767
2768         * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
2769         (COMMON_OBS): ... to here since it's used unconditionally.
2770         (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
2771         (SFILES): To here.
2772
2773 2010-02-26  David Daney  <ddaney@caviumnetworks.com>
2774
2775         * mips-linux-tdep.c: Update struct sigframe comments.
2776         (SIGFRAME_CODE_OFFSET): Delete macro.
2777         (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
2778         this_frame's sp.
2779         (mips_linux_n32n64_sigframe_init): Same.
2780
2781 2010-02-26  Kevin Buettner  <kevinb@redhat.com>
2782
2783         * remote-mips.c (mips_load): Don't use pseudo-register when
2784         invalidating regcache.
2785
2786 2010-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
2787
2788         * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
2789
2790 2010-02-26  Pedro Alves  <pedro@codesourcery.com>
2791
2792         * NEWS: Add "New targets" section, and mention ARM Symbian
2793         support.
2794
2795 2010-02-26  Ulrich Weigand  <uweigand@de.ibm.com>
2796
2797         * dwarf2loc.c (struct piece_closure): Remove ARCH member,
2798         add ADDR_SIZE member.
2799         (allocate_piece_closure): Update.
2800         (copy_pieced_value_closure): Likewise.
2801         (dwarf2_evaluate_loc_desc): Likewise.
2802         (read_pieced_value): Use DWARF address size instead of
2803         GDB's gdbarch_addr_bit as size of values on the DWARF stack.
2804
2805 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
2806             Tom Tromey  <tromey@redhat.com>
2807
2808         * python/py-type.c (typy_lookup_typename): Add in block argument.
2809         If provided restrict lookup to specified blocks.
2810         (gdbpy_lookup_type): Likewise.
2811         (typy_lookup_type): Likewise.
2812
2813 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
2814
2815         Symbian config
2816
2817         gdb/
2818         * arm-symbian-tdep.c: New.
2819         * configure.tgt (arm*-*-symbianelf*): New target.
2820         (*-*-symbianelf*): New OS.
2821         * osabi.c (gdb_osabi_names): Add Symbian.
2822         * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
2823         * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
2824         (ALLDEPFILES): Add arm-symbian-tdep.c.
2825
2826 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
2827
2828         * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
2829
2830 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
2831
2832         * mi/mi-main.c (mi_cmd_execute): Fix typo.
2833
2834 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
2835             Tom Tromey  <tromey@redhat.com>
2836             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2837
2838         * python/python.c (_initialize_python): Call
2839         gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
2840         gdbpy_initialize_blocks.
2841         * python/python-internal.h: Declare struct symbol, block and
2842         symtab_and_line.  Declare block_object_type and
2843         symbol_object_type
2844         (gdbpy_lookup_symbol gdbpy_block_for_pc)
2845         (symtab_and_line_to_sal_object, symtab_to_symtab_object)
2846         (symbol_to_symbol_object,  block_to_block_object)
2847         (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
2848         (gdbpy_initialize_blocks ): Declare.
2849         * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
2850         (frapy_select): Add methods.
2851         (frapy_read_var): Add symbol branch.
2852         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
2853         py-block.
2854         (SUBDIR_PYTHON_SRCS): Likewise.
2855         (py-symbol.o): New rule.
2856         (py-symtab.o): Likewise.
2857         (py-block.o): Likewise.
2858         * python/py-symbol.c: New file.
2859         * python/py-symtab.c: Likewise.
2860         * python/py-block.c: Likewise.
2861
2862 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
2863
2864         PR gdb/11321
2865
2866         * inferior.h (prepare_for_detach): Declare.
2867         (struct inferior) <detaching>: New field.
2868         * infrun.c (prepare_for_detach): New.
2869         (handle_inferior_event) <random signal>: Don't stop if detaching.
2870         * target.c (target_detach): Call prepare_for_detach.
2871
2872 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
2873
2874         Per-process displaced stepping queue.
2875
2876         * infrun.c (displaced_step_ptid, displaced_step_request_queue)
2877         (displaced_step_gdbarch, displaced_step_closure,
2878         (displaced_step_original, displaced_step_copy): Move globals to
2879         this...
2880         (struct displaced_step_inferior_state): ... new structure.
2881         (displaced_step_inferior_states): New global.
2882         (get_displaced_stepping_state, add_displaced_stepping_state)
2883         (remove_displaced_stepping_state, infrun_inferior_exit): New
2884         functions.
2885         (displaced_step_clear): Add displaced_step_inferior_state
2886         parameter, and adjust to handle it.
2887         (displaced_step_clear_cleanup): Parameter is now a
2888         displaced_step_inferior_state.  Adjust.
2889         (displaced_step_prepare): Adjust.
2890         (displaced_step_fixup, displaced_step_fixup)
2891         (infrun_thread_ptid_changed, resume): Adjust.
2892         (init_wait_for_inferior): Don't call displaced_step_clear.
2893         (infrun_thread_stop_requested): Rewrite.
2894         (_initialize_infrun): Install infrun_inferior_exit as
2895         inferior_exit observer.
2896
2897 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
2898
2899         * inferior.h (ptid_match): Declare.
2900         * infrun.c (ptid_match): New.
2901         * remote.c (queued_stop_reply): Rewrite and use ptid_match.
2902         (handle_notification): Add debug output.
2903         * linux-nat.c (ptid_match): Delete.
2904
2905 2010-02-24  David S. Miller  <davem@davemloft.net>
2906
2907         * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
2908         * syscalls/sparc-linux.xml: New.
2909         * syscalls/sparc64-linux.xml: New.
2910         * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
2911         * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
2912         (sparc32_linux_get_syscall_number): New function.
2913         (sparc32_linux_init_abi): Set syscall XML file name and hook up
2914         syscall number fetcher.
2915         * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
2916         (sparc64_linux_get_syscall_number): New function.
2917         (sparc64_linux_init_abi): Set syscall XML file name and hook up
2918         syscall number fetcher.
2919
2920 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
2921
2922         Multiexec MI
2923
2924         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2925         * inferior.c (add_inferior_silent): Notify inferior_added
2926         observer.
2927         (delete_inferior_1): Notify inferior_removed observer.
2928         (exit_inferior_1): Pass inferior, not pid, to observer.
2929         (inferior_appeared): Likewise.
2930         (add_inferior_with_spaces): New.
2931         (add_inferior_command): Use the above.
2932         * inferior.h (delete_inferior_1, add_inferior_with_spaces):
2933         Declare.
2934
2935         * inflow.c (inflow_inferior_exit): Likewise.
2936         * jit.c (jit_inferior_exit_hook): Likewise.
2937
2938         * mi/mi-cmds.c (mi_cmds): Register add-inferior and
2939         remove-inferior.
2940         * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
2941         * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
2942         (report_initial_inferior): New.
2943         (mi_inferior_removed): Register the above. Make sure
2944         inferior_added observer is called on the first inferior.
2945         (mi_new_thread, mi_thread_exit): Thread group is now identified by
2946         inferior number, not pid.
2947         (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
2948         affected.
2949         * mi/mi-main.c (current_context): New.
2950         (proceed_thread_callback): Use typed closure.
2951         Proceed everything if pid is 0. Most implementation split into
2952         (proceed_thread): ... this.
2953         (run_one_inferior): New.
2954         (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
2955         Adjust for multiexec behaviour.
2956         (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
2957         (mi_cmd_execute): Handle the 'thread-group' option here.
2958         Do some extra checks.
2959         * mi-parse.c (mi_parse): Handle the --all and --thread-group
2960         options.
2961         * mi-parse.h (struct mi_parse): New fields all and thread_group.
2962
2963 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
2964
2965         Make -exec-run a proper MI commands.
2966
2967         * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
2968         * mi/mi-cmds.c (mi_cmds): Adjust.
2969         * mi/mi-main.c (mi_cmd_exec_run): New.
2970
2971 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
2972             Stan Shebs  <stan@codesourcery.com>
2973
2974         * tracepoint.h (set_traceframe_number)
2975         (cleanup_restore_current_traceframe): Declare.
2976         * tracepoint.c (set_traceframe_number): New.
2977         (struct current_traceframe_cleanup): New.
2978         (do_restore_current_traceframe_cleanup)
2979         (restore_current_traceframe_cleanup_dtor)
2980         (make_cleanup_restore_current_traceframe): New.
2981         * infrun.c: Include tracepoint.h.
2982         (fetch_inferior_event): Switch out and in of tfind mode.
2983
2984 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
2985
2986         * breakpoint.c (breakpoint_init_inferior): Also delete
2987         bp_shlib_event breakpoints.
2988         * solib-frv.c (enable_break): Remove call to
2989         remove_solib_event_breakpoints.
2990         * solib-svr4.c (enable_break): Ditto.
2991         * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
2992         * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
2993         * solib-som.c (som_solib_create_inferior_hook): Ditto.
2994         * solib-spu.c (spu_enable_break): Ditto.
2995
2996 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
2997
2998         * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
2999
3000 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
3001
3002         * varobj.c (varobj_update): Avoid non-constants in initializers.
3003
3004 2010-02-23  Tom Tromey  <tromey@redhat.com>
3005
3006         * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
3007         handle big-endian values.
3008         (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
3009
3010 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
3011
3012         PR9605
3013
3014         gdb/
3015         * breakpoint.c (insert_bp_location): If inserting the read
3016         watchpoint failed, fallback to an access watchpoint.
3017         (bpstat_check_watchpoint): Stop for read watchpoint triggers even
3018         if the value changed, if not watching the same memory for writes.
3019         (watchpoint_locations_match): Add comment.
3020         (update_global_location_list): Copy the location's watchpoint type.
3021         * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
3022         handle read watchpoints here.
3023         (i386_insert_watchpoint): Read watchpoints aren't supported.
3024         * remote.c (remote_insert_watchpoint): Return 1 for unsupported
3025         packets.
3026         * target.h (target_insert_watchpoint): Update description.
3027
3028 2010-02-19  Tom Tromey  <tromey@redhat.com>
3029
3030         * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
3031         * m2-typeprint.c (m2_print_type): Update.
3032         * gdbtypes.c (recursive_dump_type): Update.
3033         (copy_type_recursive): Update.
3034         * c-typeprint.c (c_type_print_varspec_prefix): Update.
3035         (c_type_print_base): Update.
3036         * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
3037         Remove.
3038         (struct cplus_struct_type) <ntemplate_args>: Remove.
3039         <struct template_arg>: Remove.
3040         <is_dynamic>: Move earlier.
3041         (TYPE_TEMPLATE_ARGS): Remove.
3042         (TYPE_NTEMPLATE_ARGS): Remove.
3043         (TYPE_TEMPLATE_ARG): Remove.
3044
3045 2010-02-19  Tom Tromey  <tromey@redhat.com>
3046
3047         PR c++/8693, PR c++/9496:
3048         * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
3049         * c-exp.y (lex_one_token): Rename from yylex.  Don't call
3050         write_dollar_variable.  Don't try to classify NAME tokens.
3051         (token_and_value): New type.
3052         (token_fifo, popping, name_obstack): New globals.
3053         (classify_name): New function.
3054         (classify_inner_name): Likewise.
3055         (yylex): Likewise.
3056         (VARIABLE): Now has type sval.
3057         (exp : VARIABLE): Call write_dollar_variable.
3058         (qualified_name): Use TYPENAME, not typebase.  Add production for
3059         multiple "::" instances.
3060         (variable): Use name_not_typename.
3061         (qualified_type): Remove.
3062         (typebase): Update.
3063
3064 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3065
3066         * symfile.c (addr_info_make_relative): Extend comment.  Move SECT to
3067         a more inner block.  Initialize ADDR by LOWER_OFFSET only if it was
3068         found by bfd_get_section_by_name.
3069         * symfile.h (struct section_addr_info) <sectindex>: New comment.
3070
3071 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
3072
3073         * NEWS: Add new "[...] since 7.1" section.  Rename the "[...] since
3074         7.0 section" into "Changes in 7.1".
3075
3076 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
3077
3078         GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
3079         * version.in: Bump version to 7.1.50.20100219-cvs.
3080
3081 2010-02-18  Harald Koenig  <H.Koenig@science-computing.de>
3082
3083         * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
3084         * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
3085
3086 2010-02-17  Tom Tromey  <tromey@redhat.com>
3087
3088         * NEWS: Add Python API Improvements section.
3089
3090 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
3091
3092         * NEWS: Correct typo.
3093
3094 2010-02-17  Tom Tromey  <tromey@redhat.com>
3095
3096         * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
3097
3098 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3099
3100         * symfile.c (build_section_addr_info_from_objfile): Include sections
3101         only if they are SEC_ALLOC or SEC_LOAD.
3102
3103 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
3104
3105         PR shlibs/11293
3106         * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
3107         of ULONGEST for address size.
3108
3109 2010-02-17  Tom Tromey  <tromey@redhat.com>
3110
3111         * NEWS: Add C++ improvements section.
3112
3113 2010-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
3114
3115         * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
3116         PyThreadState_Swap): Avoid "statement with no effect" warning.
3117
3118 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3119
3120         * solib-svr4.c (enable_break <target_auxv_search>): New variable
3121         addr_bit.  Adjust LOAD_ADDR sign for cross-arch inferiors.
3122
3123 2010-02-17  Tristan Gingold  <gingold@adacore.com>
3124             Petr Hluzín <petr.hluzin@gmail.com>
3125
3126         * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
3127         gdb_assert.  Fix info->size for SIG prologue.
3128
3129 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
3130
3131         * infcmd.c (show_inferior_tty_command): Check for NULL.
3132         Correct output message.
3133
3134 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
3135
3136         * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
3137         FUNCTION contains parentheses.  Improve removal of a trailing
3138         single quote.
3139
3140 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
3141
3142         * gcore.c (do_bfd_delete_cleanup): New function.
3143         (gcore_command): Use it.  Discard the cleanup after success.
3144         (gcore_copy_callback): Delete dead code.
3145
3146 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
3147
3148         * symfile.c (addr_info_make_relative): Always use
3149         find_lowest_section.
3150
3151 2010-02-16  Sami Wagiaalla <swagiaal@redhat.com>
3152
3153         * NEWS: Added entry for namespace fixes.
3154
3155 2010-02-15  Tom Tromey  <tromey@redhat.com>
3156
3157         * dwarf2read.c (guess_structure_name): Allocate name on the
3158         objfile obstack.
3159
3160 2010-02-15  Tom Tromey  <tromey@redhat.com>
3161
3162         * c-typeprint.c (c_type_print_base): Reverse order of test.
3163
3164 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3165
3166         * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize.  Optionally
3167         initialize it from ELF BFD.  Extend the prelink condition by it.
3168
3169 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3170
3171         * defs.h (parse_pid_to_attach): New.
3172         * utils.c (parse_pid_to_attach): New.
3173         * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
3174         * gnu-nat.c (gnu_attach): Likewise.
3175         * nto-procfs.c (procfs_attach): Likewise.
3176         * procfs.c (procfs_attach): Likewise.
3177         * windows-nat.c (windows_attach): Likewise.
3178         * inf-ptrace.c (inf_ptrace_attach): Likewise.  Remove variable dummy.
3179         * inf-ttrace.c (inf_ttrace_attach): Likewise.
3180         * remote.c (extended_remote_attach_1): Likewise.  New comment on getpid
3181         check.
3182
3183 2010-02-14  Masaki Muranaka  <monaka@monami-software.com>
3184
3185         * MAINTAINERS: Add myself for write after approval privileges.
3186
3187 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3188
3189         * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
3190         block.
3191
3192 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3193
3194         * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
3195         only if INFO_VERBOSE.
3196
3197 2010-02-12  Tomas Holmberg <th@virtutech.com>
3198
3199         * mi/mi-main.c: Added the --reverse flag to the following MI
3200         commands: exec-continue, exec-finish, exec-next, exec-step,
3201         exec-next-instruction, exec-step-instruction. This is to
3202         support reverse execution over the MI interface to gdb.
3203
3204 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
3205
3206         * tracepoint.c (_initialize_tracepoint): Specify that the address
3207         range of `tfind outsize' is exclusive, and that the address range
3208         of `tfind range' is inclusive, in the commands' help strings.
3209
3210 2010-02-12  Joel Brobecker  <brobecker@adacore.com>
3211
3212         Spurious "dll not found" error messages on x64-windows.
3213         * windows-nat.c: Add include of complaints.h.
3214         (handle_unload_dll): Change dll-not-found error into a complaint.
3215
3216 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
3217
3218         * breakpoint.c (allocate_bp_location): Use bp_loc_other for
3219         bp_tracepoint and bp_fast_tracepoint, not
3220         bp_loc_software_breakpoint.
3221         (update_global_location_list): Tracepoints are never duplicates of
3222         anything.
3223
3224 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
3225
3226         * breakpoint.c (break_command_really): Change return type to int.
3227         Return false if no breakpoint was created, true otherwise.
3228         (trace_command): Don't set the tracepoint count if no tracepoint
3229         was created.
3230         (ftrace_command): Ditto.
3231         (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
3232         created in the breakpoints table.
3233
3234 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3235             Ulrich Weigand  <uweigand@de.ibm.com>
3236
3237         * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
3238
3239 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
3240
3241         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
3242         the offset value isn't of integral type.
3243
3244 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3245
3246         * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
3247         New.
3248
3249 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
3250
3251         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
3252         non-subscriptable types.
3253         * valarith.c (binop_types_user_defined_p): New, abstracted out
3254         from ...
3255         (binop_user_defined_p): ... this.
3256         * value.h (binop_types_user_defined_p): Declare.
3257
3258 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
3259
3260         * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
3261         Merge uploaded TSVs before merging uploaded tracepoints.
3262
3263 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
3264
3265         * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
3266
3267 2010-02-11  Vladimir Prus  <vladimir@codesourcery.com>
3268
3269         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
3270         whitespace character after a dot in comment.
3271         (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
3272         Likewise.
3273         (list_args_or_locals): For the 'all' (that is
3274         -stack-list-variables) case, always output list of tuples.
3275         Output 'arg' field if variable is argument.
3276
3277 2010-02-10  Tom Tromey  <tromey@redhat.com>
3278
3279         * parser-defs.h (parser_debug): Declare.
3280         * parse.c (_initialize_parse): Install "debug parser" set/show
3281         command.
3282         (parser_debug): New global.
3283         (show_parserdebug): New function.
3284         * c-exp.y (c_parse): Set yydebug.
3285
3286 2010-02-10  H.J. Lu  <hongjiu.lu@intel.com>
3287
3288         * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
3289         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
3290         (tdesc_predefined_types): Add i387_ext, i386_eflags and
3291         i386_mxcsr.
3292         (tdesc_find_type): New.
3293         (tdesc_gdb_type): Use tdesc_find_type.  Handle TDESC_TYPE_I387_EXT,
3294         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
3295
3296         * target-descriptions.h (tdesc_find_type): New.
3297
3298 2010-02-10  Michael Snyder  <msnyder@vmware.com>
3299
3300         * gdb-gdb.py: Comment fix.
3301
3302 2010-02-09  Tristan Gingold  <gingold@adacore.com>
3303
3304         * machoread.c (macho_symfile_relocate): New function.
3305         (macho_sym_fns): Use macho_symfile_relocate instead of
3306         default_symfile_relocate.
3307         (macho_oso_data): New type.
3308         (current_oso): New variable.
3309         (macho_add_oso_symfile): Do not compute section_addr_info, but
3310         instead set vma of sections.
3311         Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
3312         Set and clear current_oso.
3313
3314 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
3315
3316         Wrong type description for tagged type parameter.
3317         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
3318         EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
3319         reference to a tagged type.
3320
3321 2010-02-09  Tristan Gingold  <gingold@adacore.com>
3322
3323         * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
3324         brothers of the parent.
3325
3326 2010-02-08  Tom Tromey  <tromey@redhat.com>
3327
3328         PR c++/8017:
3329         * value.h: Update.
3330         * valops.c (search_struct_field): Make 'name' const.
3331         (search_struct_method): Likewise.
3332         (find_method_list): Make 'method' const.
3333         (value_struct_elt): Make 'name' and 'err' const.
3334         (value_find_oload_method_list): Make 'method' const.
3335         (find_overload_match): Make 'name' const.
3336         * eval.c (evaluate_subexp_standard): New locals function,
3337         function_name.
3338         <OP_FUNCALL>: Handle OP_SCOPE specially.
3339
3340 2010-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
3341
3342         * infrun.c (handle_inferior_event): Do not look up regcache
3343         for exited processes.
3344
3345 2010-02-08  Chris Moller  <moller@mollerware.com>
3346
3347         PR gdb/10728
3348         * valarith.c (value_ptrdiff): Added a test for a zero type length,
3349         warn if found, and assume length = 1.
3350
3351 2010-02-08  Chris Moller  <cmoller@redhat.com>
3352
3353         PR gdb/9067
3354         * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
3355         cp_print_static_field)  Fix use of obstacks.
3356
3357 2010-02-08  Pedro Alves  <pedro@codesourcery.com>
3358
3359         * linux-nat.c (linux_nat_resume): In non-stop, also only tag
3360         resumed LWPs as resumed.
3361         (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
3362         we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
3363         of throwing an internal error.  If an LWP of a process we're not
3364         waiting for reports a signal, don't force collecting a SIGSTOP,
3365         and if it was breakpoint hit in non-stop mode, cancel it.  Don't
3366         go through all LWPs cancelling breakpoints in non-stop mode.
3367         (resume_stopped_resumed_lwps): New.
3368         (linux_nat_wait): Use it.
3369
3370 2010-02-07  H.J. Lu  <hongjiu.lu@intel.com>
3371
3372         * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
3373         i386/amd64 and i386/amd64-linux.
3374         (i386/i386-expedite): New.
3375         (i386/i386-linux-expedite): Likewise.
3376         (i386/amd64-expedite):Likewise.
3377         (i386/amd64-linux-expedite): Likewise.
3378         ($(outdir)/i386/i386-linux.dat): Likewise.
3379         ($(outdir)/i386/amd64.dat): Likewise.
3380         ($(outdir)/i386/amd64-linux.dat): Likewise.
3381
3382         * features/i386/32bit-core.xml: New.
3383         * features/i386/32bit-linux.xml: Likewise.
3384         * features/i386/32bit-sse.xml: Likewise.
3385         * features/i386/64bit-core.xml: Likewise.
3386         * features/i386/64bit-linux.xml: Likewise.
3387         * features/i386/64bit-sse.xml: Likewise.
3388         * features/i386/i386-linux.xml: Likewise.
3389         * features/i386/i386.xml: Likewise.
3390         * features/i386/amd64-linux.xml: Likewise.
3391         * features/i386/amd64.xml: Likewise.
3392         * features/i386/i386-linux.c: Likewise.
3393         * features/i386/i386.c: Likewise.
3394         * features/i386/amd64-linux.c: Likewise.
3395         * features/i386/amd64.c: Likewise.
3396
3397 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
3398
3399         PR c++/7935:
3400         * cp-support.h: Added char* alias element to using_direct data
3401         struct.
3402         (cp_add_using): Added char* alias argument.
3403         (cp_add_using_directive): Ditto.
3404         * cp-namespace.c: Updated with the above changes.
3405         (cp_lookup_symbol_imports): Check for aliases.
3406         * dwarf2read.c (read_import_statement): Figure out local alias
3407         for the import and pass it on to cp_add_using.
3408         (read_namespace): Pass alias argument to cp_add_using.
3409
3410 2010-02-05  Hui Zhu  <teawater@gmail.com>
3411
3412         * defs.h (gdb_bfd_errmsg): New extern.
3413         * exec.c (exec_file_attach): Change bfd_errmsg to
3414         gdb_bfd_errmsg.
3415         * utils.c (AMBIGUOUS_MESS1): New macro.
3416         (AMBIGUOUS_MESS2): New macro.
3417         (gdb_bfd_errmsg): New function.
3418
3419 2010-02-04  Doug Evans  <dje@google.com>
3420
3421         * solib-svr4.c (enable_break): Add comment.
3422
3423 2010-02-04  Anthony Green  <green@moxielogic.com>
3424
3425         * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
3426         gracefully.
3427
3428 2010-02-04  Tom Tromey  <tromey@redhat.com>
3429
3430         * valops.c (search_struct_field): Account for
3431         value_embedded_offset.  Fix check for virtual base past the end of
3432         the object.  Use value_copy when making a slice of the value.
3433
3434 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
3435
3436         PR tui/9622
3437         * tui/tui-interp.c (tui_init): Call tui_initialize_readline
3438         only if gdb_stdout is a tty.
3439
3440 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
3441
3442         * target-descriptions.c: Include "osabi.h".
3443         (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
3444         OSABI.
3445
3446 2010-02-04  Tristan Gingold  <gingold@adacore.com>
3447
3448         * machoread.c (macho_add_oso): Renamed to macho_register_oso.
3449         (macho_symtab_read): Adjust calls to macho_add_oso.
3450         (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
3451         (macho_symfile_read): Adjust call to macho_oso_symfile.
3452         (macho_new_init): Move this function after declarations.
3453         (macho_symfile_init): Ditto.
3454         * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
3455         * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
3456
3457 2010-02-04  Vladimir Prus  <vladimir@codesourcery.com>
3458
3459         Include MI command in remotelog.
3460
3461         * mi/mi-main.c (mi_execute_command): Call target_log_command.
3462
3463 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
3464
3465         * remote.c (remote_state): Remove gdbarch.
3466         (init_remote_state): Don't set gdbarch.
3467         (remote_query_supported): Pass target_gdbarch instead of
3468         rs->gdbarch to gdbarch_qsupported.
3469
3470 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
3471
3472         * gdbarch.sh: Add qsupported.
3473
3474         * gdbarch.c: Regenerated.
3475         * gdbarch.h: Likewise.
3476
3477         * remote.c (remote_state): Add gdbarch.
3478         (init_remote_state): Set gdbarch.
3479         (remote_query_supported): Support gdbarch_qsupported.
3480
3481 2010-02-03  Daniel Jacobowitz  <dan@codesourcery.com>
3482
3483         * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
3484         __FreeBSD_kernel_version.
3485
3486 2010-02-03  Tristan Gingold  <gingold@adacore.com>
3487
3488         * symfile.h (struct sym_fns): Add sym_relocate field.
3489         (default_symfile_relocate): New prototype.
3490         (symfile_relocate_debug_section): First argument is now an objfile.
3491         * symfile.c (default_symfile_relocate): Rename from
3492         symfile_relocate_debug_section, first argument is now an objfile.
3493         (symfile_relocate_debug_section): New function.
3494         * coffread.c (coff_sym_fns): Set sym_relocate field.
3495         * somread.c (som_sym_fns): Ditto.
3496         * mipsread.c (ecoff_sym_fns): Ditto.
3497         * machoread.c (macho_sym_fns): Ditto.
3498         * elfread.c (elf_sym_fns): Ditto.
3499         * dwarf2read.c (dwarf2_read_section): Ditto.
3500         * xcoffread.c (xcoff_sym_fns): Ditto.
3501         * dbxread.c (aout_sym_fns): Ditto.
3502         (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
3503         (elfstab_build_psymtabs): Ditto.
3504
3505 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
3506
3507         * defs.h (MAX_REGISTER_SIZE): Increase to 32.
3508
3509 2010-02-02  Tom Tromey  <tromey@redhat.com>
3510
3511         * valops.c (value_cast_structs): Try downcasting using the RTTI
3512         type.
3513
3514 2010-02-02  Tom Tromey  <tromey@redhat.com>
3515
3516         * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
3517         (gnuv2_baseclass_offset): Now static.
3518         * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
3519         * gnu-v2-abi.h: Remove.
3520
3521 2010-02-02  Tom Tromey  <tromey@redhat.com>
3522
3523         * m2-typeprint.c (m2_record_fields): Don't use
3524         TYPE_DECLARED_TYPE.
3525         * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
3526         (struct main_type) <flag_declared_class>: New field.
3527         (struct cplus_struct_type) <declared_type>: Remove.
3528         <ntemplate_args>: Move earlier.
3529         (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
3530         (DECLARED_TYPE_TEMPLATE): Remove.
3531         (TYPE_DECLARED_TYPE): Remove.
3532         * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
3533         * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
3534         * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
3535         TYPE_DECLARED_TYPE.
3536
3537 2010-02-02  Tom Tromey  <tromey@redhat.com>
3538
3539         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
3540         * valops.c (search_struct_field): Compute nbases after calling
3541         CHECK_TYPEDEF.
3542         (check_field): Call CHECK_TYPEDEF.
3543         * cp-valprint.c (cp_print_value): Pass correct address to
3544         baseclass_offset.  Fix check for virtual base past the end of the
3545         object.  Don't offset address passed to cp_print_value_fields or
3546         apply_val_pretty_printer.
3547         (cp_print_value_fields): Fix call to val_print.
3548         (cp_print_value_fields_rtti): New function.
3549         * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
3550         * p-valprint.c (pascal_object_print_value_fields): Fix call to
3551         val_print.
3552         * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
3553         offset to address.
3554         * language.h (struct language_defn) <la_val_print>: Document.
3555         * c-lang.h (cp_print_value_fields_rtti): Declare.
3556
3557 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3558
3559         PR libc/11214:
3560         * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
3561         (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
3562         (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
3563
3564 2010-02-01  Michael Matz  <matz@suse.de>
3565             Daniel Jacobowitz  <dan@codesourcery.com>
3566
3567         * i386-tdep.c (i386_frame_cache): Assume valid anonymous
3568         functions use a frame pointer.
3569
3570 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3571
3572         * solib-svr4.c (scan_dyntag): New variable dyn_addr.  Replace gdb_assert
3573         by a conditional setting DYN_ADDR.  Use DYN_ADDR.
3574         * config/djgpp/fnchange.lst: Add translations for
3575         symbol-without-target_section.exp and symbol-without-target_section.c.
3576
3577 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
3578
3579         * gdbarch.sh: Set LANG and LC_ALL to C, not c.
3580         (remote_breakpoint_for_pc): Correct invalid_p check.
3581         * gdbarch.c: Regenerated.
3582
3583 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
3584
3585         * arm-tdep.c (arm_find_mapping_symbol): New function, from
3586         arm_pc_is_thumb.
3587         (arm_pc_is_thumb): Use arm_find_mapping_symbol.
3588         (extend_buffer_earlier): New function.
3589         (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
3590         (arm_adjust_breakpoint_address): New function.
3591         (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
3592
3593 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
3594
3595         * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
3596         (arm_linux_thumb2_le_breakpoint): New constants.
3597         (arm_linux_init_abi): Set thumb2_breakpoint and
3598         thumb2_breakpoint_size.
3599         * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
3600         (thumb_get_next_pc): Add a comment.  Rename IT to ITSTATE.
3601         Implement support for single stepping through IT blocks if
3602         a 32-bit Thumb breakpoint instruction is available.
3603         (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
3604         is available, use it when needed.
3605         (arm_remote_breakpoint_from_pc): New function.
3606         (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
3607         * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
3608         comment.  Add thumb2_breakpoint and thumb2_breakpoint_size.
3609
3610 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
3611
3612         * arch-utils.c (default_remote_breakpoint_from_pc): New function.
3613         * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
3614         * gdbarch.c, gdbarch.h: Regenerated.
3615         * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
3616         * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
3617         gdbarch_remote_breakpoint_from_pc.
3618
3619 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
3620
3621         * infrun.c (prepare_to_proceed): Handle other signals which might
3622         match a breakpoint.
3623         (handle_inferior_event): Move the check for unusual breakpoint
3624         signals earlier.
3625
3626 2010-01-29  Paul Hilfinger  <hilfinger@adacore.com>
3627
3628         amd64 - function returning record with field straddling 2 registers.
3629         * amd64-tdep.c (amd_classify_aggregate): Handle the case of
3630         a record of length <= 16 in which a field straddles the two
3631         eightbytes.
3632
3633 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
3634
3635         Implement return values on amd64-windows.
3636         * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
3637         (amd64_windows_return_value): New function.
3638         (amd64_windows_init_abi): Call set_gdbarch_return_value with
3639         amd64_windows_return_value.
3640
3641 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
3642
3643         amd64-windows: 32 bytes allocated on stack by caller for integer
3644         parameter registers.
3645         * i386-tdep.h (struct gdbarch_tdep): Add new field
3646         integer_param_regs_saved_in_caller_frame.
3647         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3648         tdep->integer_param_regs_saved_in_caller_frame to 1.
3649         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
3650         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
3651
3652 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
3653
3654         amd64-windows: memory args passed by pointer during function calls.
3655         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
3656         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
3657         where tdep->memory_args_by_pointer is non-zero.
3658         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3659         tdep->memory_args_by_pointer to 1.
3660
3661 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
3662
3663         amd64-windows: Integer parameters in function calls.
3664         * i386-tdep.h (enum amd64_reg_class): New, moved here from
3665         amd64-tdep.c.
3666         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
3667         call_dummy_integer_regs, and classify.
3668         * amd64-tdep.h (amd64_classify): Add declaration.
3669         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
3670         (amd64_reg_class): Delete, moved to i386-tdep.h.
3671         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
3672         Replace call to amd64_classify by call to tdep->classify.
3673         (amd64_push_arguments): Get the list of registers to use for
3674         passing integer parameters from the gdbarch tdep structure,
3675         rather than using a hardcoded one.  Replace calls to amd64_classify
3676         by calls to tdep->classify.
3677         (amd64_push_dummy_call): Get the register number used for
3678         the "hidden" argument from tdep->call_dummy_integer_regs.
3679         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
3680         and tdep->call_dummy_integer_regs.  Set tdep->classify.
3681         * amd64-windows-tdep.c: Add include of gdbtypes.h.
3682         (amd64_windows_dummy_call_integer_regs): New static global.
3683         (amd64_windows_classify): New function.
3684         (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
3685         tdep->call_dummy_integer_regs and tdep->classify.
3686
3687 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
3688
3689         * regcache.c (regcache_xmalloc): Add aspace argument.  Use it
3690         for the new regcache.  All callers updated.
3691         (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
3692         (get_thread_arch_regcache): Do not set aspace here.
3693         * regcache.h (regcache_xmalloc): Update declaration.
3694
3695         * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
3696         regcache_xmalloc updated.
3697
3698 2010-01-28  Joel Brobecker  <brobecker@adacore.com>
3699
3700         Another -Wunused-function error in procfs.c (sparc-solaris)
3701         * procfs.c (insert_dbx_link_breakpoint): Delete declaration.  Move up.
3702         Only define if SYS_syssgi is defined.
3703         (remove_dbx_link_breakpoint): Delete declaration.  Move up.
3704         (dbx_link_addr, insert_dbx_link_bpt_in_file)
3705         (insert_dbx_link_bpt_in_region): Move up.  Only define if SYS_syssgi
3706         is itself defined.
3707
3708 2010-01-27  Christopher Faylor  <me+cygwin@cgf.cx>
3709
3710         * windows-nat.c (windows_initialization_done): New variable.
3711         (get_windows_debug_event): Issue error when process dies before
3712         completely initializing.
3713         (do_initial_windows_stuff): Set flag to indicate when we are done with
3714         the initial steps of attaching to the child.
3715
3716 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3717
3718         * symtab.h (struct symbol <symtab>): New comment on NULL values.
3719
3720 2010-01-27  Doug Evans  <dje@google.com>
3721
3722         * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
3723
3724         * breakpoint.c (bpstat_stop_status): Delete useless code.
3725
3726 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3727
3728         * printcmd.c (display_uses_solib_p): Remove variable section.  Access
3729         objfile via SYMBOL_SYMTAB.
3730
3731 2010-01-26  Tom Tromey  <tromey@redhat.com>
3732
3733         PR exp/7643:
3734         * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
3735         coerce_array on result.
3736
3737 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
3738
3739         * cp-namespace.c (cp_lookup_symbol_namespace): Added
3740         search_parent argument.
3741         (cp_add_using): Initialize 'searched' field.
3742         (reset_directive_searched): New function.
3743         * cp-support.h: Add 'searched' field to using_direct struct.
3744         (cp_lookup_symbol_imports): Ditto.
3745         * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
3746         Perform recursive search.
3747         Implement non parent search.
3748         * valops.c (value_maybe_namespace_elt): Updated.
3749
3750 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
3751
3752         PR gdb/10929:
3753         * dwarf2read.c (read_lexical_block_scope): Create blocks for
3754         scopes which contain using directives even if they contain no
3755         declarations.
3756         * symtab.c (lookup_symbol_aux): Pass lowest level block to
3757         la_lookup_symbol_nonlocal.
3758         * cp-namespace.c (cp_lookup_symbol_nonlocal): call
3759         cp_lookup_symbol_namespace.
3760         (cp_lookup_symbol_namespace): Perform an import lookup at every
3761         block level.
3762         (cp_lookup_symbol_imports): New function.
3763         (cp_lookup_symbol_in_namespace): New function.
3764
3765 2010-01-25  Tom Tromey  <tromey@redhat.com>
3766
3767         PR gdb/11049:
3768         * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
3769         result.
3770
3771 2010-01-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3772
3773         * configure.ac: Only use host_os part when disabling TUI on osf.
3774         Use test to check variables, prefix strings with x.
3775         * configure: Regenerate.
3776
3777         * solib-osf.c (osf_current_sos): Initialize tail.
3778
3779 2010-01-25  gingold  <gingold@adacore.com>
3780
3781         * windows-nat.c (windows_continue): Use %x to print thread id.
3782         (get_windows_debug_event): Ditto.
3783
3784 2010-01-22  Tom Tromey  <tromey@redhat.com>
3785
3786         PR symtab/11199:
3787         * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
3788         type and arguments.  Use smash_to_methodptr_type.
3789         (read_structure_type): Call quirk_gcc_member_function_pointer
3790         later.
3791         * gdbtypes.h (smash_to_methodptr_type): Declare.
3792         * gdbtypes.c (smash_to_methodptr_type): New function.
3793         (lookup_methodptr_type): Use it.
3794
3795 2010-01-21  Tom Tromey  <tromey@redhat.com>
3796
3797         PR symtab/11198:
3798         * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
3799         * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
3800         * glibc-tdep.c (find_minsym_and_objfile): Remove.
3801         (glibc_skip_solib_resolver): Use
3802         lookup_minimal_symbol_and_objfile.
3803
3804 2010-01-21  Kai Tietz  <kai.tietz@onevision.com>
3805
3806         * inflow.c (check_syscall): Guard by #if clause for GO32 and
3807         WIN32 targets.
3808
3809 2010-01-20  Tom Tromey  <tromey@redhat.com>
3810
3811         PR backtrace/10770:
3812         * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
3813         BINOP_GEQ.  Handle BINOP_NOTEQUAL in the signed case.
3814         * dwarf2expr.c (new_dwarf_expr_context): Allocate
3815         dwarf_stack_values, not CORE_ADDRs.
3816         (execute_stack_op): Change DW_OP_div and comparison operators to
3817         use signed operands.
3818
3819 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
3820
3821         Per-inferior args and tty and environment.
3822
3823         * infcmd.c (inferior_args): Rename to ...
3824         (inferior_args_scratch): ... this.
3825         (inferior_io_terminal): Rename to ...
3826         (inferior_io_terminal_scratch): ... this.
3827         (inferior_argc, inferior_argv): Remove.
3828         (set_inferior_io_terminal, get_inferior_io_terminal): Store
3829         inside current_inferior().
3830         (set_inferior_tty_command, show_inferior_tty_command): New.
3831         (get_inferior_args, set_inferior_args): Store inside
3832         current_inferior().
3833         (notice_args_set): Likewise and rename to...
3834         (set_args_command): ... this.
3835         (set_inferior_args_vector): Likewise.
3836         (notice_args_read): Rename to...
3837         (show_args_command): ...new.
3838         (tty_command): Remove.
3839         (run_command_1): Don't free old args, as they are freed by
3840         set_inferior_arg now.
3841         (run_no_args_command): Likewise.
3842         (inferior_environ): Remove.
3843         (run_command_1): Use environment of the current inferior.
3844         (environment_info, set_environment_command)
3845         (unset_environment_command, path_info, path_command): Likewise.
3846         (_initialize_infcmd): Adjust for function and variable renames.
3847         Do not init inferior_environ.
3848         * inferior.h (set_inferior_arg): Adjust prototype.
3849         (struct inferior): New fields args, argc, argv, terminal, environment.
3850         (inferior_environ): Remove declaration.
3851         * inferior.c (free_inferior): Free new fields.
3852         (add_inferior_silent): Initialize 'environment' field.
3853         * main.c (captured_main): Set arguments only after the initial
3854         inferior has been created.  Set set_inferior_io_terminal,
3855         not tty_command.
3856         * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
3857         inferior.
3858         (_initialize_mi_cmd_env): Adjust for disappearance of global
3859         inferior_environ.
3860         * solib.c (solib_find): Use environment of the current inferior.
3861
3862 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3863
3864         * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
3865         HAVE_PYTHON.
3866         (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
3867
3868 2010-01-20  Joel Brobecker  <brobecker@adacore.com>
3869
3870         Get rid of ada-lang.c:function_name_from_pc.
3871         * ada-lang.c: Add "stack.h" #include.
3872         (function_name_from_pc): Delete.
3873         (is_known_support_routine): Replace call to function_name_from_pc
3874         by call to find_frame_funname.
3875         (ada_unhandled_exception_name_addr_from_raise): Likewise.
3876
3877 2010-01-19  Tom Tromey  <tromey@redhat.com>
3878
3879         PR c++/11026:
3880         * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
3881         objfile obstack.
3882
3883 2010-01-19  Tom Tromey  <tromey@redhat.com>
3884
3885         * top.c (stop_sig, float_handler, do_nothing): Remove.
3886
3887 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3888
3889         * breakpoint.c (watchpoint_check): Check the call
3890         gdbarch_in_function_epilogue_p before calling frame_find_by_id.
3891         Extend the comment.
3892         * config/djgpp/fnchange.lst: Add translations for
3893         watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
3894         watchpoint-cond-gone-stripped.c.
3895
3896 2010-01-19  Tom Tromey  <tromey@redhat.com>
3897
3898         PR c++/8000:
3899         * dwarf2read.c (partial_die_parent_scope): Put enumeration type
3900         into parent scope, and enumerator into grandparent scope.
3901
3902 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
3903
3904         * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
3905
3906 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
3907
3908         * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
3909         i[34567]86-*-solaris2.1[0-9]*.
3910         * configure.tgt: Likewise.
3911
3912 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
3913
3914         * NEWS: Document the source command enhancement allowing it
3915         to load Python scripts. Document the "set/show script-extension"
3916         commands.
3917
3918 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
3919
3920         Add -Wunused-function to compile flags.
3921         * configure.ac: Add -Wunused-function to build_warnings.
3922         * configure: Regenerate.
3923
3924 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
3925
3926         "delete" ada-lex.c:input function, not used.
3927         * ada-lex.l: #define YY_NO_INPUT.
3928
3929 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
3930
3931         Delete free_named_symtabs and associated cleanup.
3932         * symfile.h (free_named_symtabs): Delete declaration.
3933         * symfile.c: Remove some commented out code (clear_symtab_users_once).
3934         (cashier_psymtab): Comment function out.
3935         Delete declaration.
3936         (free_named_symtabs): Delete.
3937         * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
3938         * dbxread.c (end_psymtab): Likewise.
3939         * dwarf2read.c (process_psymtab_comp_unit): Ditto.
3940         * exec.c (exec_close_1): Ditto.
3941         * xcoffread.c (xcoff_end_psymtab): Likewise.
3942
3943 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
3944
3945         * stack.c (print_block_frame_labels): Comment function out.
3946
3947 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
3948
3949         Delete unused or undefined functions.
3950         * breakpoint.c (ep_parse_optional_filename): Delete.
3951         * dcache.c (dcache_write_line): Remove declaration.
3952         * infrun.c (build_infrun): Remove declaration.
3953         * tracepoint.c (tracepoint_save_command): Remove declaration.
3954         * linux-nat.c (init_lwp_list): Delete. No longer used.
3955         * event-loop.c (check_async_signal_handlers): Delete declaration.
3956         * infrun.c (init_execution_control_state): Delete.
3957         (proceed): Update comment to avoid mentioning
3958         init_execution_control_state.
3959         * target.c (kill_or_be_killed, nosupport_runtime): Delete.
3960         * ada-lang.c (ada_to_static_fixed_value): Delete.
3961         * scm-lang.c (evaluate_subexp_scm): Delete declaration.
3962         * cp-namespace.c (cp_copy_usings): Delete.
3963         * xml-syscall.c (xml_number_of_syscalls): Delete.
3964         * progspace.c (find_program_space_by_num): Delete.
3965         * inflow.c (handle_sigio): Delete declaration.
3966         * hppa-tdep.c (hppa_alignof): Delete.
3967         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
3968         (mipsnbsd_core_osabi_sniffer): Delete.
3969
3970 2010-01-18  Tom Tromey  <tromey@redhat.com>
3971
3972         PR c++/9680:
3973         * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
3974         (CONST_CAST): New tokens.
3975         (exp): Add new productions.
3976         (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
3977         reinterpret_cast.
3978         (is_cast_operator): New function.
3979         (yylex): Handle cast operators specially.
3980         * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
3981         UNOP_REINTERPRET_CAST>: New cases.
3982         * expprint.c (print_subexp_standard): Likewise.
3983         (op_name_standard): Likewise.
3984         (dump_subexp_body_standard): Likewise.
3985         * parse.c (operator_length_standard): Likewise.
3986         * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
3987         UNOP_REINTERPRET_CAST.
3988         * gdbtypes.c (class_types_same_p): New function.
3989         (is_ancestor): Use it.
3990         (is_public_ancestor): New function.
3991         (is_unique_ancestor_worker): Likewise.
3992         (is_unique_ancestor): Likewise.
3993         * gdbtypes.h (class_types_same_p, is_public_ancestor)
3994         (is_unique_ancestor): Declare.
3995         * valops.c (value_reinterpret_cast): New function.
3996         (dynamic_cast_check_1): Likewise.
3997         (dynamic_cast_check_2): Likewise.
3998         (value_dynamic_cast): Likewise.
3999         * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
4000
4001 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
4002
4003         Fix build failure when building without Python support.
4004         * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
4005         is not defined.
4006
4007 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
4008
4009         Use XVS field type instead of doing a parallel lookup.
4010         * ada-lang.c (ada_get_base_type): Follow the XVS field type
4011         if it is a reference type instead of doing a type lookup using
4012         the XVS field name.
4013
4014 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
4015
4016         Trust PAD types instead of using PAD___XVS.
4017         * ada-lang.c (trust_pad_over_xvs): New static variable.
4018         (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
4019         parallel XVS type, follow the XVS type instead of the PAD type.
4020         (unwrap_value): Make sure that there is no parallel XVE type
4021         before returning the value as is.
4022         (set_ada_list, show_ada_list): New static variables.
4023         (set_ada_command, show_ada_command): New functions.
4024         (_initialize_ada_language): Add new "set/show ada" prefix commands.
4025         Add new "set/show ada trust-PAD-over-XVS" setting.
4026
4027 2010-01-18  Tom Tromey  <tromey@redhat.com>
4028             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4029
4030         Allow "source" to load python scripts.
4031         * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
4032         * python/python.c (source_python_script): New function.
4033         * python/python.h (source_python_script): Add declaration.
4034         * cli/cli-cmds.c: #include exceptions.h and python/python.h.
4035         (script_ext_off, script_ext_soft, script_ext_strict)
4036         (script_ext_enums, script_ext_mode): New static constants.
4037         (show_script_ext_mode, find_and_open_script): New functions.
4038         (source_script): Enhance to handle Python scripts.
4039         (init_cli_cmds): Add set/show script-extension commands.
4040
4041 2010-01-16  Stan Shebs  <stan@codesourcery.com>
4042
4043         * tracepoint.h (struct trace_status): Use unsigned long long
4044         instead of size_t.
4045         * tracepoint.c (trace_status_command): Fix printf directive.
4046         (trace_save_command): Check fwrite returns, fix printf directive.
4047         (trace_filename): New global.
4048         (tfile_open): Set it, check read returns.
4049         (tfile_close): Free trace_filename.
4050         (tfile_get_traceframe_address): Check read returns.
4051         (tfile_trace_find): Ditto.
4052         (tfile_fetch_registers): Ditto.
4053         (tfile_xfer_partial): Ditto.
4054         (tfile_get_trace_state_variable_value): Ditto.
4055
4056 2010-01-15  Stan Shebs  <stan@codesourcery.com>
4057
4058         Add trace file support.
4059         * tracepoint.h (enum trace_stop_reason): New enum.
4060         (struct trace_status): New struct.
4061         (parse_trace_status): Declare.
4062         (struct uploaded_tp): Move here from remote.c,
4063         add fields for actions.
4064         (struct uploaded_tsv): New struct.
4065         * tracepoint.c (tfile_ops): New target vector.
4066         (trace_fd): New global.
4067         (tfile_open): New function.
4068         (tfile_close): New function.
4069         (tfile_files_info): New function.
4070         (tfile_get_trace_status): New function.
4071         (tfile_get_traceframe_address): New function.
4072         (tfile_trace_find): New function.
4073         (tfile_fetch_registers): New function.
4074         (tfile_xfer_partial): New function.
4075         (tfile_get_trace_state_variable_value): New function.
4076         (init_tfile_ops): New function.
4077         (_initialize_tracepoint): Call it, add tfile target.
4078         (trace_status): New global.
4079         (current_trace_status): New function.
4080         (trace_running_p): Remove, change all users to get from
4081         current_trace_status()->running.
4082         (get_trace_status): Remove.
4083         (trace_status_command): Call target_get_trace_status directly,
4084         report more detail including tracing stop reasons.
4085         (trace_find_command): Always allow tfind on a file.
4086         (trace_find_pc_command): Ditto.
4087         (trace_find_tracepoint_command): Ditto.
4088         (trace_find_line_command): Ditto.
4089         (trace_find_range_command): Ditto.
4090         (trace_find_outside_command): Ditto.
4091         (trace_frames_offset, cur_offset): Declare as off_t.
4092         (trace_regblock_size): Rename from reg_size, update users.
4093         (parse_trace_status): New function.
4094         (tfile_interp_line): New function.
4095         (disconnect_or_stop_tracing): Ensure current trace
4096         status before asking what to do.
4097         (stop_reason_names): New global.
4098         (trace_save_command): New command.
4099         (get_uploaded_tp): Move here from remote.c.
4100         (find_matching_tracepoint): Ditto.
4101         (merge_uploaded_tracepoints): New function.
4102         (parse_trace_status): Use stop_reason_names.
4103         (_initialize_tracepoint): Define tsave command.
4104         * target.h (target_ops): New fields to_save_trace_data,
4105         to_upload_tracepoints, to_upload_trace_state_variables,
4106         to_get_raw_trace_data, change to_get_trace_status
4107         to take a pointer to a status struct.
4108         (target_save_trace_data): New macro.
4109         (target_upload_tracepoints): New macro.
4110         (target_upload_trace_state_variables): New macro.
4111         (target_get_raw_trace_data): New macro.
4112         * target.c (update_current_target): Add new methods, change
4113         signature of to_get_trace_status.
4114         * remote.c (hex2bin): Make globally visible.
4115         (bin2hex): Ditto.
4116         (remote_download_trace_state_variable): Download name also.
4117         (remote_get_trace_status): Update parameter, use
4118         parse_trace_status.
4119         (remote_save_trace_data): New function.
4120         (remote_upload_tracepoints): New function.
4121         (remote_upload_trace_state_variables): New function.
4122         (remote_get_raw_trace_data): New function.
4123         (remote_start_remote): Use them.
4124         (_initialize_remote_ops): Add operations.
4125         * ax-gdb.c: Include breakpoint.h.
4126         * breakpoint.c (create_tracepoint_from_upload): Use
4127         break_command_really, return tracepoint, warn about unimplemented
4128         parts.
4129         * NEWS: Mention trace file addition.
4130
4131 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4132
4133         Fix compilation warning on gcc-3.4.
4134         * exec.c (print_section_info): Move the `displacement' variable
4135         initialization to its declaration.
4136
4137 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4138
4139         * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
4140         comparison.
4141
4142 2010-01-15  Eric Botcazou  <botcazou@adacore.com>
4143
4144         "info tasks" broken by typedefs in ATCB type definitions.
4145         * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
4146         ada_check_typedef before retrieving the length of the type for
4147         regular fields.
4148
4149 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
4150
4151         Do not use name-based lookup for unconstrained packed arrays.
4152         * ada-lang.c (find_parallel_type_by_descriptive_type):
4153         Limit the fallback to name-based lookups to the case where
4154         the type is a constrained packed array.
4155
4156 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
4157
4158         Enhance gdb-gdb.py to handle main_type.type_specific.
4159         * gdb-gdb.py: Print the type-specific part of struct main_type.
4160
4161 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4162
4163         * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
4164         * configure: Regenerate.
4165         * config.in: Regenerate.
4166         * utils.c: Include sys/resource.h.
4167         (dump_core, can_dump_core): New.
4168         (internal_vproblem): Update the comment.  Check can_dump_core while
4169         setting dump_core_p.  Replace two abort calls by dump_core calls.
4170
4171 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4172             Eli Zaretskii  <eliz@gnu.org>
4173
4174         * NEWS: Document the PIE support.
4175
4176 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4177
4178         * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
4179         (check_is_pie_binary, _initialize_linux_tdep): Remove.
4180
4181 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4182
4183         * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
4184         Replace exec_entry_point call by bfd_get_start_address.
4185
4186 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4187
4188         Support Valgrind attachments broken by the PIE support.
4189         * auxv.c: Include gdbcore.h.
4190         (procfs_xfer_auxv): Make static.  Reduce its comment.  Drop its
4191         parameters ops, object and annex.  Remove their assertions.
4192         (ld_so_xfer_auxv, memory_xfer_auxv): New function.
4193         * auxv.h (procfs_xfer_auxv): Remove comment.  Rename to ...
4194         (memory_xfer_auxv): ... here.
4195         * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
4196         memory_xfer_auxv.
4197         * procfs.c (procfs_xfer_partial): Likewise.
4198         * solib-svr4.c (svr4_relocate_main_executable): New prototype.
4199         (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
4200         (svr4_solib_create_inferior_hook): Conditionalize the
4201         svr4_relocate_main_executable call.
4202
4203 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4204
4205         * solib-svr4.c (scan_dyntag): Remove variable dyn_addr.  New variable
4206         target_section.  Find SECT in current_target_sections, gdb_assert it.
4207         (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
4208         New variable abfd.
4209         * symtab.c (lookup_objfile_from_block): Return the binary file instead
4210         of separate debug info file.
4211
4212 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4213
4214         Support PIEs with no symfile_objfile.
4215         * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
4216         * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
4217
4218 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4219
4220         * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
4221         code part to ...
4222         (svr4_static_exec_displacement): ... a new function.
4223         (svr4_exec_displacement): New function.
4224         (svr4_relocate_main_executable): Call svr4_exec_displacement.  Allocate
4225         new_offsets using alloca now.  Remove variable old_chain and changed.
4226         Call objfile_relocate unconditionally now.
4227
4228 2010-01-14  Doug Evans  <dje@google.com>
4229
4230         * gdbtypes.c (arch_flags_type): Fix comment.
4231         * gdbtypes.h (arch_composite_type): Fix comment.
4232
4233 2009-01-14  Tristan Gingold  <gingold@adacore.com>
4234
4235         * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
4236         Call xstrdup for abfd->filename.  Pass symfile_flags and objfile flags
4237         to symbol_file_add_from_bfd.  Add OSO as separate objfile.
4238         (macho_oso_symfile): Add symfile_flags parameter.  Pass it to
4239         macho_add_oso_symfile.
4240         (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
4241
4242 2010-01-14  Joel Brobecker  <brobecker@adacore.com>
4243
4244         Tru64: Dead threads are never deleted.
4245         * dec-thread.c (dec_thread_ptid_is_alive): New function.
4246         (dec_thread_count_gdb_threads): Fix counter increment.
4247         (dec_thread_add_gdb_thread): Fix *listp increment.
4248         (resync_thread_list): Fix bug in deletion of dead threads that
4249         caused all threads to be deleted, instead of just the dead ones.
4250
4251 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
4252
4253         PR python/10705
4254
4255         * python/python-internal.h: Add lazy_string_object_type
4256         definition.
4257         (create_lazy_string_object, gdbpy_initialize_lazy_string)
4258         (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
4259         * python/py-value.c (valpy_lazy_string): New function.
4260         (convert_value_from_python): Add lazy string conversion.
4261         * python/py-prettyprint.c (pretty_print_one_value): Check if
4262         return is also a lazy string.
4263         (print_string_repr): Add lazy string printing branch.
4264         (print_children): Likewise.
4265         * python/py-lazy-string.c: New file. Implement lazy strings.
4266         * python/python.c (_initialize_python): Call
4267         gdbpy_initialize_lazy_string.
4268         * varobj.c (value_get_print_value): Add lazy string printing
4269         branch.  Account for encoding.
4270         * c-lang.c (c_printstr): Account for new encoding argument.  If
4271         encoding is NULL, find encoding suited for type, otherwise use
4272         user encoding.
4273         * language.h (language_defn): Add encoding argument.
4274         (LA_PRINT_STRING): Likewise.
4275         * language.c (unk_lang_printstr): Update to reflect new encoding
4276         argument to language_defn.
4277         * ada-lang.h (ada_printstr): Likewise.
4278         * c-lang.h (c_printstr): Likewise.
4279         * p-lang.h (pascal_printstr);
4280         * f-lang.c (f_printstr): Likewise.
4281         * m2-lang.c (m2_printstr): Likewise.
4282         * objc-lang.c (objc_printstr): Likewise.
4283         * p-lang.c (pascal_printstr): Likewise.
4284         * scm-lang.c (scm_printstr): Likewise.
4285         * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
4286         encoding argument.
4287         * ada-valprint.c (ada_printstr): Likewise.
4288         * f-valprint.c (f_val_print): Likewise
4289         * m2-valprint.c (m2_val_print): Likewise.
4290         * p-valprint.c (pascal_val_print): Likewise.
4291         * expprint.c (print_subexp_standard): Likewise.
4292         * valprint.c (val_print_string): Likewise.
4293         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
4294         (SUBDIR_PYTHON_SRCS): Likewise.
4295         (py-lazy-string.o): New rule.
4296
4297 2010-01-13  Doug Evans  <dje@google.com>
4298
4299         * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
4300         uninitialized" warning from gcc on local `tree'.
4301
4302 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
4303
4304         Implement core awareness.
4305
4306         * bcache.c (compare_ints): Remove
4307         (print_percentage): Use compare_positive_ints.
4308         * defs.h (compare_positive_ints): Declare.
4309         * linux-nat.h (struct lin_lwp): New field core.
4310         (linux_nat_core_of_thread_1): Declare.
4311         * linux-nat.c (add_lwp): Init the 'core' field.
4312         (linux_nat_wait_1): Record the core.
4313         (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
4314         (linux_nat_add_target): Register the above.
4315         * linux-thread-db.c (update_thread_core): New.
4316         (thread_db_find_new_threads): Update core information for
4317         every thread.
4318         * remote.c (struct private_thread_info): New.
4319         (free_private_thread_info, demand_private_info): New.
4320         (PACKET_qXfer_threads, use_osdata_threads): New.
4321         (struct thread_item, threads_parsing_context
4322         (start_thread, end_thread, thread_attributes)
4323         (thread_children, threads_children, threads_elements): New.
4324         (remote_threads_info): Try qXfer:threads before anything
4325         else.
4326         (remote_protocol_packets): Register qXfer:threads.
4327         (remote_open_1): Init use_osdata_threads.
4328         (struct stop_reply): New field 'core'.
4329         (remote_parse_stop_reply): Parse core number.
4330         (process_stop_reply): Record core number.
4331         (remote_xfer_partial): Handle qXfer:threads.
4332         (remote_core_of_thread): New.
4333         (init_remote_ops): Register remote_core_of_thread.
4334         (_initialize_remote): Register qXfer:read.
4335         * target.c (target_core_of_thread): New
4336         * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
4337         (struct target_ops): New field to_core_of_threads.
4338         (target_core_of_thread): Declare.
4339         * gdbthread.h (struct thread_info): New field private_dtor.
4340         * thread.c (print_thread_info): Report the core.
4341         * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
4342         * utils.c (compare_positive_ints): New.
4343         * features/threads.dtd: New.
4344         * mi/mi-interp.c (mi_on_normal_stop): Report the core.
4345         * mi/mi-main.c (struct collect_cores_data, collect_cores)
4346         (do_nothing, free_vector_of_osdata_items)
4347         (splay_tree_int_comparator, free_splay_tree): New.
4348         (print_one_inferior_data): Implemented printing of selected
4349         inferiors.  Collect and print cores.
4350         (output_cores): New.
4351         (mi_cmd_list_thread_groups): Support --recurse.  Permit specifying
4352         thread groups together with --available.
4353
4354 2010-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4355
4356         * configure: Regenerate (for _STRUCTURED_PROC).
4357
4358 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
4359
4360         Delete dead function.
4361         * ada-lang.c (extract_string): Delete.  No longer used.
4362
4363 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
4364
4365         Fix -Wunused warning in dec-thread.c.
4366         * dec-thread.c (dec_thread_count_gdb_threads)
4367         (dec_thread_add_gdb_thread): Prevent -Wunused warning.
4368
4369 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
4370
4371         * ada-valprint.c (ada_print_floating): Remove trailing space.
4372
4373 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
4374
4375         Add support for DW_AT_GNAT_descriptive_type.
4376         * gdbtypes.h (enum type_specific_kind): New enum.
4377         (struct main_type) [type_specific_field]: New component.
4378         [type_specific]: Add new component "gnat_stuff".
4379         (struct gnat_aux_type): New type.
4380         (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
4381         (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
4382         (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
4383         (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
4384         (TYPE_SPECIFIC_FIELD): New macros.
4385         (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
4386         type does not hold any cplus-specific data.
4387         (TYPE_RAW_CPLUS_SPECIFIC): New macro.
4388         (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
4389         (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
4390         cplus-specific data.
4391         * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
4392         Set new component TYPE_SPECIFIC_FIELD (type).
4393         (gnat_aux_default): New constant.
4394         (allocate_gnat_aux_type): New function.
4395         (init_type): Add initialization the type-specific stuff for
4396         TYPE_CODE_FLT and TYPE_CODE_FUNC types.
4397         (print_gnat_stuff): New function.
4398         (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
4399         specific data.  Adjust code that prints the contents of the
4400         type-specific union using the TYPE_SPECIFIC_FIELD value.
4401         * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
4402         the type cplus stuff for Ada types.
4403         (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
4404         Error out if these routines are called with an Ada type.
4405         (read_structure_type, read_array_type, read_subrange_type):
4406         Add call to set_descriptive_type.
4407         (set_die_type): Initialize the gnat-specific data if necessary.
4408         (need_gnat_info, die_descriptive_type, set_descriptive_type):
4409         New functions.
4410         * ada-lang.c (decode_constrained_packed_array_type): Use
4411         decode_constrained_packed_array_type instead of doing a standard
4412         lookup to locate a parallel type.
4413         (find_parallel_type_by_descriptive_type): New function.
4414         (ada_find_parallel_type_with_name): New function.
4415         (ada_find_parallel_type): Reimplement using
4416         ada_find_parallel_type_with_name.
4417         * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
4418         to check if type has a cplus stuff.
4419         * linespec.c (total_number_of_methods): Likewise.
4420         * mdebugread.c (new_type): Likewise.
4421
4422 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4423
4424         * NEWS: Document the 0b binary number prefix parsing.
4425
4426 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4427
4428         * objfiles.c (objfile_relocate1): Change the return type to int.
4429         Describe the new return value.  Return non-zero if data changed.
4430         (objfile_relocate): New variable changed.  Set it.  Call
4431         breakpoint_re_set depending on CHANGED.
4432
4433 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4434
4435         Implement binary numbers parsing.
4436         * c-exp.y (parse_number): New case 'b' and 'B'.
4437
4438 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4439             Tristan Gingold  <gingold@adacore.com>
4440
4441         * solib.c (info_sharedlibrary_command): Replace
4442         objfile_has_partial_symbols and objfile_has_full_symbols calls by
4443         objfile_has_symbols.
4444
4445 2010-01-10  Joel Brobecker  <brobecker@adacore.com>
4446
4447         * NEWS: Document the improvements made to the mips-irix port.
4448
4449 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
4450
4451         Fix the documentation of valprint.c:value_print.
4452         * valprint.c (value_print): Update the function description to
4453         mention that the syntax of the output follows the current_language,
4454         not necessarily C.
4455
4456 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4457
4458         Fix displacement of separate debug info files.
4459         * objfiles.c (objfile_relocate): Rename to ...
4460         (objfile_relocate1): ... here and make it static.  Extend the comment.
4461         (objfile_relocate): New function.
4462         * solib-spu.c (spu_relocate_main_executable): Explicitly check if
4463         SYMFILE_OBJFILE is NULL.  Remove variables objfile and old_chain.
4464         Remove following of SEPARATE_DEBUG_OBJFILE.  new_offsets is now
4465         allocated using alloca.
4466         * symfile.c (copy_section_addr_info): Remove.
4467         (build_section_addr_info_from_objfile): Make it global.  New variables
4468         addr_bit and mask, use them.
4469         * symfile.h (build_section_addr_info_from_objfile): New prototype.
4470         (copy_section_addr_info): Remove.
4471
4472 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
4473
4474         Signal unwinder for mips-irix N32.
4475         * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
4476         tramp-frame.h.
4477         (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
4478         (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
4479         (SIGCONTEXT_LO_OFF): New macros.
4480         (mips_irix_n32_tramp_frame_init): New function.
4481         (mips_irix_n32_tramp_frame): New static constant.
4482         (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
4483
4484 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
4485
4486         Breakpoint in shared library does not work on mips-irix.
4487         * procfs.c: #include "observer.h".
4488         (procfs_inferior_created): New function, moving here the code
4489         which unsets the syssgi syscall-exit notifications.
4490         (procfs_create_inferior): Remove the code which unsets the syssgi
4491         syscall-exit notifications. It is too early to do this here.
4492         (_initialize_procfs): Attach the procfs_inferior_created observer.
4493
4494 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
4495
4496         Wrong return convention for arrays (mips-irix).
4497         * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
4498         128 bits or smaller are returned the same way as structs
4499         and unions of the the same size.
4500
4501 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
4502
4503         Cannot set the PC on mips-irix.
4504         * irix5-nat.c (fill_gregset): Check regno against the raw PC
4505         register number, no the cooked one.
4506
4507 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
4508
4509         Error while loading core file on mips-irix.
4510         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
4511         if debugging from a core file.
4512
4513 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
4514
4515         GDB hangs when attaching to process on mips-irix.
4516         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
4517         attaching to a process.
4518
4519 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
4520
4521         Use the correct breakpoint instruction on mips-irix.
4522         * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
4523         containing the correct breakpoint instruction to use on mips-irix.
4524         Use it when the osabi is GDB_OSABI_IRIX.
4525
4526 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
4527
4528         -Wunused warning in procfs.c (mips-irix only).
4529         * procfs.c (gdb_praddset, gdb_prdelset): New macros.  Use them
4530         throughout instead of using praddset and prdelset respectively.
4531
4532 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
4533
4534         GDB crash while stepping into function.
4535         * infrun.c (handle_inferior_event): Refetch the current frame
4536         after handling what.main_action, in case that pointer became
4537         dangling.
4538
4539 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
4540
4541         Fix build failure of solaris-hosted cross debuggers.
4542         * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
4543
4544 2010-01-09  Daniel Gutson  <dgutson@codesourcery.com>
4545
4546         Fix build failure on sparc-solaris.
4547         * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
4548
4549 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4550
4551         Move some symfile code into subroutines.
4552         * symfile.h (relative_addr_info_to_section_offsets)
4553         (addr_info_make_relative): New prototypes.
4554         * symfile.c (default_symfile_offsets): Move a part to ...
4555         (relative_addr_info_to_section_offsets): ... this new function.
4556         (default_symfile_offsets): Call it.
4557         (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
4558         this part to ...
4559         (addr_info_make_relative): ... this new function.
4560
4561 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4562
4563         Add from_tty to solib_create_inferior_hook.
4564         * infcmd.c (post_create_inferior): Move solib_add after
4565         solib_create_inferior_hook.  Pass from_tty to
4566         solib_create_inferior_hook.  Call solib_add and SOLIB_ADD with
4567         0 from_tty and comment why.
4568         * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
4569         * linux-nat.c (linux_child_follow_fork): Likewise.
4570         * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
4571         * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
4572         from_tty.
4573         * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
4574         * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
4575         * solib-null.c (null_solib_create_inferior_hook): Likewise.
4576         * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
4577         * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
4578         * solib-som.c (som_solib_create_inferior_hook): Likewise.
4579         * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
4580         Pass it to svr4_so_ops.solib_create_inferior_hook.
4581         * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
4582         from_tty.
4583         * solib-svr4.c (enable_break): New parameter from_tty.  Pass it to
4584         solib_add.
4585         (svr4_solib_create_inferior_hook): New parameter from_tty.  Pass it to
4586         enable_break.
4587         * solib-target.c (solib_target_solib_create_inferior_hook): New
4588         parameter from_tty.
4589         * solib.c (solib_create_inferior_hook): New parameter from_tty.  Pass
4590         it to ops->solib_create_inferior_hook.
4591         (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
4592         Move solib_add after solib_create_inferior_hook, call it now with
4593         from_tty as 0.  New comment there.
4594         * solib.h (solib_create_inferior_hook): New parameter from_tty.
4595         * solist.h (struct target_so_ops <solib_create_inferior_hook>):
4596         Likewise.
4597
4598 2010-01-08  Vladimir Prus  <vladimir@codesourcery.com>
4599
4600         Fix multiexec race.
4601         * infrun.c (handle_inferior_event): Use get_thread_regcache
4602         with events ptid, not get_current_regcache.
4603
4604 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
4605
4606         GDB crash with empty executable name (MinGW).
4607         * source.c (openp): Add assert that parameter string is not NULL.
4608         if parameter string is an empty string, then return with a failure
4609         immediately.
4610
4611 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
4612
4613         Get rid of support for VAX Floats.
4614         * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
4615         (ada_vax_float_print_function): Delete.
4616         * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
4617         (ada_vax_float_print_function): Delete.
4618         * ada-typeprint.c (print_vax_floating_point_type): Delete.
4619         (ada_print_type): Remove support for VAX floats.
4620         * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
4621
4622 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4623
4624         * stabsread.c (read_args): Handle zero arguments.
4625
4626 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
4627
4628         Cannot find in-tree libiconv.a after reconfigure.
4629         * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
4630         that we can use, then cache the path to this archive.
4631         * configure: Regenerate.
4632
4633 2010-01-07  Stan Shebs  <stan@codesourcery.com>
4634
4635         Make tracepoint operations go through target vector.
4636         * target.h (enum trace_find_type): New enum.
4637         (struct target_ops): New fields to_trace_init,
4638         to_download_tracepoint, to_download_trace_state_variable,
4639         to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
4640         to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
4641         to_set_disconnected_tracing.
4642         (target_trace_init): New macro.
4643         (target_download_tracepoint): New macro.
4644         (target_download_trace_state_variable): New macro.
4645         (target_trace_start): New macro.
4646         (target_trace_set_readonly_regions): New macro.
4647         (target_get_trace_status): New macro.
4648         (target_trace_stop): New macro.
4649         (target_trace_find): New macro.
4650         (target_get_trace_state_variable_value): New macro.
4651         (target_set_disconnected_tracing): New macro.
4652         * target.c (update_current_target): Inherit and set defaults for
4653         tracepoint operations.
4654         * tracepoint.c (default_collect): Make globally visible.
4655         (target_is_remote): Remove, along with all calls.
4656         (tvariables_info): Call target_get_trace_state_variable_value.
4657         (remote_set_transparent_ranges): Remove.
4658         (trace_start_command): Call target_trace_init,
4659         target_download_tracepoint, etc.
4660         (download_tracepoint): Remove.
4661         (trace_stop_command): Simplify.
4662         (stop_tracing): Call target_trace_stop.
4663         (get_trace_status): Call target_get_trace_status.
4664         (trace_status_command): Add case for targets that cannot trace.
4665         (finish_tfind_command): Change to take numerical arguments, call
4666         target_trace_find.
4667         (trace_find_command): Update call to finish_tfind_command.
4668         (trace_find_pc_command): Ditto.
4669         (trace_find_tracepoint_command): Ditto.
4670         (trace_find_line_command): Ditto.
4671         (trace_find_range_command): Ditto.
4672         (trace_find_outside_command): Ditto.
4673         (set_disconnected_tracing_value): Call
4674         target_set_disconnected_tracing.
4675         * remote.c: Add protocol encoding bits from tracepoint.c.
4676         (trace_error): Move from tracepoint.c.
4677         (remote_get_noisy_reply): Ditto.
4678         (free_actions_list_cleanup_wrapper): Ditto.
4679         (free_actions_list): Ditto.
4680         (remote_trace_init): New function.
4681         (remote_download_tracepoint): New function.
4682         (remote_download_trace_state_variable): New function.
4683         (remote_trace_set_readonly_regions): New function.
4684         (remote_trace_start): New function.
4685         (remote_get_trace_status): New function.
4686         (remote_trace_stop): New function.
4687         (remote_trace_find): New function.
4688         (remote_download_trace_state_variable): New function.
4689         (remote_set_disconnected_tracing): New function.
4690         (init_remote_ops): Add tracepoint operations.
4691
4692         * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
4693
4694 2010-01-07  Tristan Gingold  <gingold@adacore.com>
4695
4696         * symfile.c (build_section_addr_info_from_objfile): New function.
4697         (symbol_file_add_separate): Don't use offsets from objfile but
4698         built an addr info.
4699
4700 2010-01-06  Stan Shebs  <stan@codesourcery.com>
4701
4702         Support disconnected tracing.
4703         * infcmd.c (detach_command): Ask whether to stop tracing.
4704         * cli/cli-cmds.c (quit_command): Ditto.
4705         * breakpoint.h (struct breakpoint): New field number_on_target.
4706         * breakpoint.c (create_tracepoint_from_upload): New function.
4707         (get_tracepoint_by_number_on_target): New function.
4708         * remote.c (struct remote): New field disconnected_tracing.
4709         (remote_disconnected_tracing_feature): New function.
4710         (remote_protocol_features): Add DisconnectedTracing.
4711         (struct uploaded_tp): New struct.
4712         (uploaded_tps): New global.
4713         (get_uploaded_tp): New function.
4714         (find_matching_tracepoint): New function.
4715         (remote_get_tracing_state): New function.
4716         (remote_start_remote): Call it.
4717         * tracepoint.c (disconnected_tracing): New global.
4718         (trace_start_command): Initialize number_on_target.
4719         (stop_tracing): New function, split out from...
4720         (trace_stop_command): Call stop_tracing.
4721         (get_trace_status): New function, split out from...
4722         (trace_status_command): Call get_trace_status, add info on
4723         disconnection behavior.
4724         (disconnect_or_stop_tracing): New function.
4725         (finish_tfind_command): Translate from number on target.
4726         (trace_find_tracepoint_command): Translate to number on target.
4727         (send_disconnected_tracing_value): New function.
4728         (set_disconnected_tracing): New function.
4729         (_initialize_tracepoint): Add disconnected-tracing variable.
4730         * NEWS: Mention disconnected tracing.
4731
4732 2010-01-06  Tristan Gingold  <gingold@adacore.com>
4733
4734         * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
4735         parameter to main_objfile.  Iterate on all separate debug objfiles.
4736         * symfile.h (symbol_file_add_separate)
4737         (find_separate_debug_file_by_debuglink): Remove parameter names.
4738         * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
4739         (reread_symbols): Use free_objfile_separate_debug.
4740         * objfiles.h (struct objfile): Add separate_debug_objfile_link.
4741         Adjust comment.
4742         (objfile_separate_debug_iterate, add_separate_debug_objfile)
4743         (free_objfile_separate_debug): New prototypes.
4744         * objfiles.c (objfile_separate_debug_iterate): New function.
4745         (add_separate_debug_objfile, free_objfile_separate_debug): New
4746         functions.
4747         (free_objfile): Use free_objfile_separate_debug.  Adjust for
4748         multiple separate debug objfile.
4749         (objfile_has_symbols): Adjust comment.  Iterate on all separate
4750         debug objfiles.
4751         * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
4752         debug objfile.
4753         (lookup_minimal_symbol_text): Ditto.
4754         (lookup_minimal_symbol_by_pc_name): Ditto.
4755         (lookup_minimal_symbol_solib_trampoline): Ditto.
4756         (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
4757         debug objfiles.
4758
4759 2010-01-05  Stan Shebs  <stan@codesourcery.com>
4760
4761         Add fast tracepoints.
4762         * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
4763         * arch-utils.c (default_fast_tracepoint_valid_at): New function.
4764         * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
4765         * breakpoint.c (tracepoint_type): New function.
4766         (ALL_TRACEPOINTS): Use it.
4767         (should_be_inserted): Ditto.
4768         (bpstat_check_location): Ditto.
4769         (print_one_breakpoint_location): Ditto.
4770         (user_settable_breakpoint): Ditto.
4771         (set_breakpoint_location_function): Ditto.
4772         (disable_breakpoints_in_shlibs): Ditto.
4773         (delete_trace_command): Ditto.
4774         (print_it_typical): Add bp_fast_tracepoint case.
4775         (bpstat_what): Ditto.
4776         (print_one_breakpoint_location): Ditto.
4777         (allocate_bp_location): Ditto.
4778         (mention): Ditto.
4779         (breakpoint_re_set_one): Ditto.
4780         (disable_command): Ditto.
4781         (enable_command): Ditto.
4782         (check_fast_tracepoint_sals): New function.
4783         (break_command_really): Call it.
4784         (ftrace_command): New function.
4785         (_initialize_breakpoint): Add ftrace command.
4786         * gdbarch.sh (fast_tracepoint_valid_at): New.
4787         * gdbarch.h, gdbarch.c: Regenerate.
4788         * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
4789         (i386_gdbarch_init): Use it.
4790         * remote.c (struct remote_state): New field fast_tracepoints.
4791         (PACKET_FastTracepoints): New packet config type.
4792         (remote_fast_tracepoint_feature): New function.
4793         (remote_protocol_features): Add FastTracepoints.
4794         (remote_supports_fast_tracepoints): New function.
4795         (_initialize_remote): Add FastTracepoints.
4796         * tracepoint.c (download_tracepoint): Add fast tracepoint option.
4797         * NEWS: Mention fast tracepoints.
4798
4799 2010-01-06  Joel Brobecker  <brobecker@adacore.com>
4800
4801         * gdb-gdb.py: New file.
4802
4803 2010-01-05  Michael Snyder  <msnyder@vmware.com>
4804
4805         * infrun.c (handle_inferior_event): Fix typo in comment.
4806
4807 2010-01-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4808
4809         * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
4810
4811 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
4812
4813         * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
4814         and s390x-linux64.
4815         (s390-linux32-expedite): Define.
4816         (s390-linux64-expedite): Define.
4817         (s390x-linux64-expedite): Define.
4818         * features/s390-acr.xml: New file.
4819         * features/s390-fpr.xml: New file.
4820         * features/s390-core32.xml: New file.
4821         * features/s390-core64.xml: New file.
4822         * features/s390x-core64.xml: New file.
4823         * features/s390-linux32.xml: New file.
4824         * features/s390-linux64.xml: New file.
4825         * features/s390x-linux64.xml: New file.
4826         * features/s390-linux32.c: New generated file.
4827         * features/s390-linux64.c: New generated file.
4828         * features/s390x-linux64.c: New generated file.
4829
4830         * regformats/s390-linux32.dat: New generated file.
4831         * regformats/s390-linux64.dat: New generated file.
4832         * regformats/s390x-linux64.dat: New generated file.
4833         * regformats/reg-s390.dat: Remove.
4834         * regformats/reg-s390x.dat: Remove.
4835
4836         * s390-nat.c: Include "auxv.h" and <elf.h>.
4837         (HWCAP_S390_HIGH_GPRS): Define if undefined.
4838         (s390_target_wordsize): New function.
4839         (s390_auxv_parse): Likewise.
4840         (s390_get_hwcap): Likewise.
4841         (s390_read_description): Likewise.
4842         (_initialize_s390_nat): Install s390_auxv_parse and
4843         s390_read_description.
4844
4845         * s390-tdep.c: Include "features/s390-linux32.c",
4846         "features/s390-linux64.c", and "features/s390x-linux64.c".
4847         (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
4848         (s390_register_call_saved): New function.
4849         (s390_register_name): Remove.
4850         (s390_register_type): Remove.
4851         (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
4852         (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
4853         (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
4854         (s390_pseudo_register_name): New function.
4855         (s390_pseudo_register_type): New function.
4856         (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
4857         Handle full GPR pesudos and varying pseudo register numbers.
4858         (s390_pseudo_register_write): Likewise
4859         (s390x_pseudo_register_read): Remove.
4860         (s390x_pseudo_register_write): Likewise.
4861         (s390_register_group): Remove.
4862         (s390_pseudo_register_group): New function.
4863         (s390_regmap_gregset): Add GPR upper halves.
4864         (s390x_regmap_gregset): Likewise.
4865         (s390_regmap_fpregset): Likewise.
4866         (s390_regmap_upper): New global variable.
4867         (s390_upper_regset): New global variable.
4868         (s390_upper_regset_sections): New global variable.
4869         (s390_regset_from_core_section): Handle GPR upper halves.
4870         (s390_core_read_description): New function.
4871         (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
4872         register information.  Handle varying pseudo register numbers.
4873         (s390_backchain_frame_unwind_cache): Likewise.
4874         (s390_frame_prev_register): Unwind full GPRs to show lower halves.
4875         (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
4876         (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
4877         PC and CC pseudos.  Unwind upper halves and full GPRs as appropriate.
4878         Handle varying pseudo register numbers.
4879         (s390_unwind_pc): Handle varying pseudo register numbers.
4880         (s390_dwarf2_prev_register): New function.
4881         (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
4882         register information.  Handle varying pseudo register numbers.
4883         Install s390_dwarf2_prev_register to unwind full GPRs.
4884         (s390_gdbarch_init): Handle target descriptions.  Assign varying
4885         pseudo register numbers.  Install s390_adjust_frame_regnum.
4886         (_initialize_s390_tdep): Initialize target descriptions.
4887
4888         * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
4889         (S390_NUM_REGS): Redefine to include upper half registers.
4890         (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
4891         (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
4892         (tdesc_s390_linux32): Add declaration.
4893         (tdesc_s390_linux64): Likewise.
4894         (tdesc_s390x_linux64): Likewise.
4895
4896 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
4897
4898         * regset.h (struct core_regset_section): Add HUMAN_NAME.
4899         * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
4900         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
4901         (ppc_linux_vmx_regset_sections): Likewise.
4902         (ppc_linux_fp_regset_sections): Likewise.
4903
4904         * corelow.c (get_core_register_section): Constify arguments.
4905         (get_core_registers): Use gdbarch_core_regset_sections instead
4906         of hard-coded platform-specific register section names.
4907
4908 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
4909
4910         * dwarf2loc.c (read_pieced_value): If a piece occupies part of
4911         a register, assume the least-significant part is used.
4912         (write_pieced_value): Likewise.
4913
4914 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
4915
4916         * printcmd.c: Include "arch-utils.h".
4917         (do_one_display): Re-parse expression if current architecture changed.
4918
4919 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4920             Joel Brobecker  <brobecker@adacore.com>
4921
4922         * gdbtypes.c (check_typedef): New comment on type length.
4923         * value.c (allocate_value_lazy): Remove the unused atype variable.  New
4924         comment on type length.
4925         (value_primitive_field): Keep the original TYPE value, new comment.
4926
4927 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4928
4929         * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
4930         p_start.  Change != comparisons to > and < comparisons.
4931
4932 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4933
4934         * cli/cli-script.c (process_next_line): Check P2 overrun.
4935
4936 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
4937
4938         Update the copyright hearder to add year 2010 for most GDB files.
4939
4940 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
4941
4942         Fix build failure in inf-ptrace.c.
4943         * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
4944
4945 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4946
4947         * top.c (print_gdb_version): Update copyright year.
4948
4949 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4950
4951         Fix break *FUN'address thread NUM.
4952         * ada-lex.l (task): Expand rule to also match the thread keyword.
4953
4954 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4955
4956         Fix break *FUN'address task NUM.
4957         * ada-lex.l (task): New rule.
4958         * ada-lang.c (valid_task_id): Make sure the Ada task list has
4959         been built before using it.
4960
4961 For older changes see ChangeLog-2009.
4962 \f
4963 Local Variables:
4964 mode: change-log
4965 left-margin: 8
4966 fill-column: 74
4967 version-control: never
4968 coding: utf-8
4969 End: