OSDN Git Service

061bf554b7d0283c7ffe826f68e02c3ce20065b9
[pf3gnuchains/pf3gnuchains4x.git] / gdb / ChangeLog
1 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2             Joel Brobecker  <brobecker@adacore.com>
3
4         Fix re-run of PIE executable, PR shlibs/11776.
5         * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
6         the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
7
8 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9             Joel Brobecker  <brobecker@adacore.com>
10
11         * auxv.c (memory_xfer_auxv): Update attach comment.
12         * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
13         svr4_relocate_main_executable.
14         (svr4_solib_create_inferior_hook): Make the call to
15         svr4_relocate_main_executable unconditional.
16
17 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
18             Joel Brobecker  <brobecker@adacore.com>
19
20         * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
21
22 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
23             Joel Brobecker  <brobecker@adacore.com>
24
25         Fix attaching to PIEs prelinked on the disk after the process was
26         started.
27         * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
28         Verify it against bfd_get_arch_size.  Try to match arbitrary
29         displacement for the phdrs comparison.
30
31 2010-07-02  Tom Tromey  <tromey@redhat.com>
32
33         PR exp/11780:
34         * libunwind-frame.c (libunwind_frame_prev_register): Don't set
35         value as optimized-out.
36
37 2010-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
38             Thiago Jung Bauermann  <bauerman@br.ibm.com>
39
40         * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
41         represent?" question in comment.  Change comment to a proper sentence.
42
43 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
44
45         * c-valprint.c (c_val_print): Fix printing of character vectors.
46
47 2010-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
48
49         * spu-tdep.c (spu_catch_start): Adjust the caller of changed
50         create_breakpoint prototype.
51
52 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
53
54         * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
55         usefulness suggestion of multiple breakpoints at same location.
56
57 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
58
59         * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
60
61 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
62
63         * dwarf2loc.c (locexpr_tracepoint_var_ref)
64         (loclist_tracepoint_var_ref): Handle optimized out values.
65
66 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
67
68         * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
69         unnecessary space in string.
70         * filesystem.c (_initialize_filesystem): Ditto.
71         * frame.c (_initialize_frame): Ditto.
72         * infcmd.c (step_once): Ditto.
73         * infrun.c (_initialize_infrun): Ditto.
74         * linux-nat.c (linux_child_follow_fork): Ditto.
75         * maint.c (maintenance_deprecate): Ditto.
76         * memattr.c (_initialize_mem): Ditto.
77         * mips-tdep.c (_initialize_mips_tdep): Ditto.
78         * monitor.c (monitor_open): Ditto.
79         * procfs.c (procfs_xfer_memory): Ditto.
80         * reverse.c (bookmarks_info): Ditto.
81         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
82         * stack.c (_initialize_stack): Ditto.
83         * tracepoint.c (_initialize_tracepoint): Ditto.
84         * xtensa-tdep.c (xtensa_supply_gregset,
85         xtensa_regset_from_core_section): Ditto.
86
87 2010-07-01  Tom Tromey  <tromey@redhat.com>
88
89         * value.h (struct lval_funcs) <check_any_valid>: Rename from
90         check_all_valid.
91         * value.c (value_entirely_optimized_out): Invert result.  Update
92         for new function name.
93
94 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
95
96         Static tracepoints support.
97
98         * NEWS: Mention new support for static tracepoints.
99         (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
100         qXfer:statictrace:read.
101         (New features in the GDB remote stub, GDBserver): Mention static
102         tracepoints support using an UST based backend.
103         (New commands): Mention "info static-tracepoint-markers" and
104         "strace".
105         * breakpoint.c (is_marker_spec): New.
106         (is_tracepoint): Handle static tracepoints.
107         (validate_commands_for_breakpoint): Static tracepoints can't do
108         while-stepping.
109         (static_tracepoints_here): New.
110         (bpstat_what): Handle static tracepoints.
111         (print_one_breakpoint_location, allocate_bp_location, mention):
112         Ditto.
113         (create_breakpoint_sal): Ditto.
114         (decode_static_tracepoint_spec): New.
115         (create_breakpoint): Replace `hardwareflag', and `traceflag' with
116         `type_wanted'.  Adjust.  Handle static tracepoint marker
117         locations.
118         (break_command_1): Adjust.
119         (update_static_tracepoint): New.
120         (update_breakpoint_locations): Handle static tracepoints.
121         (breakpoint_re_set_one): Handle static tracepoint marker
122         locations.
123         (disable_command, enable_command): Handle static tracepoints.
124         (trace_command, ftrace_command): Adjust.
125         (strace_command): New.
126         (create_tracepoint_from_upload): Adjust.
127         (save_breakpoints): Handle static tracepoints.
128         (_initialize_breakpoint): Install the "strace" command.
129         * breakpoint.h (enum bptype): New bp_static_tracepoint type.
130         (struct breakpoint): New fields static_trace_marker_id and
131         static_trace_marker_id_idx.
132         (breakpoints_here_p): Declare.
133         (create_breakpoint): Adjust.
134         (static_tracepoints_here): Declare.
135         * remote.c (struct remote_state) <static_tracepoints>: New field.
136         (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
137         (remote_static_tracepoint_marker_at): New.
138         (remote_static_tracepoint_markers_by_strid): New.
139         (remote_static_tracepoint_feature): New.
140         (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
141         (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
142         (remote_supports_static_tracepoints): New.
143         (remote_download_tracepoint): Download static tracepoints.
144         (init_remote_ops): Install remote_static_tracepoint_marker_at and
145         remote_static_tracepoint_markers_by_strid.
146         (_initialize_remote): Install set|show remote static-tracepoints,
147         and set|show remote read-sdata-object commands.
148         * target.c (update_current_target): Inherit and default
149         to_static_tracepoint_marker_at, and
150         to_static_tracepoint_markers_by_strid.
151         * target.h (static_tracepoint_marker): Forward declare.
152         (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
153         (static_tracepoint_marker_p): New typedef. 
154         (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
155         (struct target_ops): New fields to_static_tracepoint_marker_at and
156         to_static_tracepoint_markers_by_strid.
157         (target_static_tracepoint_marker_at)
158         (target_static_tracepoint_markers_by_strid): New.
159         * tracepoint.c: Include source.h.
160         (validate_actionline): Handle $_sdata.
161         (struct collection_list): New field strace_data.
162         (add_static_trace_data): New.
163         (clear_collection_list): Clear strace_data.
164         (stringify_collection_list): Account for a possible static trace
165         data collection.
166         (encode_actions_1): Encode an $_sdata collection.
167         (parse_tracepoint_definition): Handle static tracepoints.
168         (parse_static_tracepoint_marker_definition): New.
169         (release_static_tracepoint_marker): New.
170         (print_one_static_tracepoint_marker): New.
171         (info_static_tracepoint_markers_command): New.
172         (sdata_make_value): New.
173         (_initialize_tracepoint): Create the $_sdata convenience variable.
174         Add the "info static-tracepoint-markers" command.
175         Mention $_sdata in the "collect" command's help output.
176         * tracepoint.h (struct static_tracepoint_marker): New.
177         (parse_static_tracepoint_marker_definition)
178         (release_static_tracepoint_marker): Declare.
179         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
180         * python/py-breakpoint.c (bppy_new): Adjust.
181
182 2010-06-30  Joel Brobecker  <brobecker@adacore.com>
183
184         * python/python-internal.h (_XOPEN_SOURCE): Undefine before
185         including Python.h.
186
187 2010-06-29  Doug Evans  <dje@google.com>
188
189         PR gdb/11702
190         * dwarf2read.c (dwarf2_add_field): Only create a symbol if
191         DW_AT_external is present.
192
193         PR gdb/11702
194         * NEWS: Add entry.
195         * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
196         create a symbol for the field and record the value.
197         (new_symbol): Handle DW_TAG_member.
198         * gdbtypes.c (field_is_static): Remove FIXME.
199         * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
200         only ignore LOC_CONST symbols that are enums.
201
202         * dwarf2read.c: Remove trailing whitespace.
203
204         Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
205         * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
206         (struct main_type, field loc): Delete dwarf_block.
207         (FIELD_DWARF_BLOCK): Delete.
208         (SET_FIELD_DWARF_BLOCK): Delete.
209         (TYPE_FIELD_DWARF_BLOCK): Delete.
210         * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
211         Update.
212
213 2010-06-29  Hui Zhu  <teawater@gmail.com>
214
215         * record.c (set_record_pic_cmdlist,
216         show_record_pic_cmdlist): New variables.
217         (set_record_pic_command,
218         show_record_pic_command): New functions.
219         (record_pic_function, record_pic_line, record_pic_enum,
220         set_record_pic_type, record_pic_hide_nofunction,
221         record_pic_hide_nosource, record_pic_hide_same): New variables.
222         (record_pic_fputs): New function.
223         (function_list, node_list, edge_list): New struct.
224         (function_list, node_list, edge_list): New variables.
225         (record_pic_cleanups, record_pic_node,
226         record_pic_edge, cmd_record_pic): New functions.
227         (_initialize_record): Add new commands for record pic.
228
229 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
230
231         * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
232         ALLOCATE_CPLUS_STRUCT_TYPE.
233
234 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
235             Tom Tromey  <tromey@redhat.com>
236             Thiago Jung Bauermann  <bauerman@br.ibm.com>
237
238         * value.c (pack_unsigned_long): New function.
239         (value_from_ulongest): New function.
240         * value.h (value_from_ulongest): Declare.
241         * python/python.c (_initialize_python): Call
242         gdbpy_initialize_thread and gdbpy_initialize_inferior.
243         * python/python-internal.h: Define thread_object.
244         (gdbpy_inferiors, gdbpy_selected_thread)
245         (frame_info_to_frame_object, create_thread_object)
246         (find_thread_object, find_inferior_object)
247         (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
248         (gdbpy_is_value_object, get_addr_from_python): Declare.
249         * python/py-value.c (builtin_type_upylong): Define.
250         (convert_value_from_python): Add logic for ulongest.
251         (gdbpy_is_value_object): New function.
252         * python/py-utils.c (get_addr_from_python): New function.
253         * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
254         (gdbpy_selected_frame): Use PyObject over frame_info.
255         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
256         py-infthread.
257         (SUBDIR_PYTHON_SRCS): Likewise.
258         (py-inferior.o): New Rule.
259         (py-infthread.o): New Rule.
260         * python/py-inferior.c: New File.
261         * python/py-infthread.c: New File.
262
263 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
264
265         * c-typeprint.c (c_type_print_base): For no fields check include also
266         TYPE_TYPEDEF_FIELD_COUNT.  Print new typedefs section.
267         * dwarf2read.c (struct typedef_field_list)
268         (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
269         (dwarf2_add_typedef): New.
270         (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
271         Copy also FI.TYPEDEF_FIELD_LIST.
272         * gdbtypes.h (struct typedef_field)
273         (struct cplus_struct_type) <typedef_field, typedef_field_count>
274         (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
275         (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
276
277 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
278
279         * cp-namespace.c (cp_lookup_nested_type): New variable
280         concatenated_name.  Turn the current return condition into a reverse
281         one.  Call also lookup_static_symbol_aux on the constructed qualified
282         name.
283         * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
284         other files into a called ...
285         (lookup_static_symbol_aux): ... new function here.
286         * symtab.h (lookup_static_symbol_aux): New prototype.
287         * valops.c (value_maybe_namespace_elt): Call also
288         lookup_static_symbol_aux if we failed otherwise.
289
290 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
291
292         Fix PR c++/11703 and PR gdb/1448.
293         * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
294         FIRST_ITER check.
295
296 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
297
298         Fix modification of cplus_struct_default.
299         * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
300         Call ALLOCATE_CPLUS_STRUCT_TYPE.
301         * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
302
303 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
304
305         * NEWS: Add entry announcing the python directory.
306
307 2010-06-28  Tom Tromey  <tromey@redhat.com>
308
309         * dwarf2read.c (read_structure_type): Allocate null cleanup later.
310
311 2010-06-28  Doug Evans  <dje@google.com>
312
313         * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
314         All callers updated.
315
316 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
317
318         * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
319         obstack_begin after each obstack_free.
320
321 2010-06-27  Doug Evans  <dje@google.com>
322
323         * value.c (value_static_field): Use `switch' instead of `if'.
324         Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
325
326         * valops.c (search_struct_field): Fix typo in error message.
327
328 2010-06-26  Ulrich Weigand  <uweigand@de.ibm.com>
329
330         * dwarf2expr.c (execute_stack_op): Place preprocessor
331         directives at the start of the source line.
332
333 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
334
335         * defs.h (make_command_stats_cleanup): Declare.
336         (set_display_time): Declare.
337         (set_display_space): Declare.
338         * event-top.c (command_handler): Use make_command_stats_cleanup.
339         * main.c (display_time, display_space): Move definitions to utils.c.
340         (captured_main): Use make_command_stats_cleanup to get start-up
341         statistics.
342         Use set_display_time and set_display_space for processing OPT_STATISTICS
343         case.
344         * maint.c (maintenance_time_display): Use set_display_time.
345         (maintenance_space_display): Use set_display_space.
346         * top.c (execute_command): Remove obsolete 'maint time' code.
347         (command_loop): Use make_command_stats_cleanup.
348         * utils.c (struct cmd_stats): Structure for storing initial time
349         and space usage.
350         (display_time, display_space): Move definitions here from utils.c.
351         (set_display_time): New function.
352         (set_display_space): New function.
353         (make_command_stats_cleanup): New function.
354         (report_command_stats): New auxiliary function for
355         make_command_stats_cleanup.
356
357 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
358
359         * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
360         hosts where CORE_ADDR is long long.
361
362 2010-06-25  Tom Tromey  <tromey@redhat.com>
363
364         PR python/10808:
365         * python/python.c (execute_gdb_command): Add keywords.  Accept
366         "to_string" argument.
367         (struct restore_ui_file_closure): New.
368         (restore_ui_file): New function.
369         (make_cleanup_restore_ui_file): Likewise.
370         (GdbMethods) <execute>: Update.
371
372 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
373
374         * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
375         during inferior call stack frame setup.
376
377 2010-06-25  Ken Werner  <ken.werner@de.ibm.com>
378
379         * solib-spu.c: Include "exception.h".
380         (ocl_program_data_key): New variable.
381         (append_ocl_sos): New function.
382         (ocl_enable_break): Likewise.
383         (spu_current_sos): Call append_ocl_sos.
384         (spu_solib_loaded): Call ocl_enable_break.
385         (_initialize_spu_solib): Register ocl_program_data_key.
386
387 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
388
389         * cp-support.c (reset_directive_searched): New function.
390         (make_symbol_overload_list_using): Prevent recursive calls.
391
392 2010-06-25  Phil Muldoon  <pmuldoon@redhat.com>
393
394         * printcmd.c (print_variable_and_value): Print error message on
395         caught exception.
396
397 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
398
399         * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
400         of stack values.
401         (struct dwarf_expr_piece): Rename "expr" member to "mem".  Add new
402         "value" member.
403         (dwarf_expr_push): Change input type to ULONGEST.
404         (dwarf_expr_fetch): Change return type to ULONGEST.
405         (dwarf_expr_fetch_address): Add prototype.
406         (dwarf2_read_address): Remove prototype.
407         * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
408         Truncate stack values to ctx->addr_size bytes.
409         (dwarf_expr_fetch): Change return value to ULONGEST.
410         (dwarf_expr_fetch_address): New function.
411         (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
412         when appropriate.  Update for struct dwarf_expr_piece changes.
413         (dwarf2_read_address): Remove.
414         (unsigned_address_type): Remove.
415         (signed_address_type): Remove.
416         (execute_stack_op): Use dwarf_expr_fetch_address instead of
417         dwarf_expr_fetch when appropriate.  Use ULONGEST as type of stack
418         values.  Perform operations on ULONGEST instead of on GDB values,
419         sign-extending from ctx->addr_size bytes as needed.  Read DW_OP_addr
420         values and DW_OP_deref results as unsigned integers.
421         * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
422         changes.
423         (write_pieced_value): Likewise.
424         (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
425         dwarf_expr_fetch when appropriate.
426         (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
427         * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
428         instead of dwarf_expr_fetch when appropriate.
429
430 2010-06-25  Pierre Muller  <muller@ics.u-strasbg.fr>
431
432         * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
433
434 2010-06-24  Joel Brobecker  <brobecker@adacore.com>
435
436         * python/python.c (_initialize_python): Add new "constant"
437         PYTHONDIR in gdb module.  Insert this path at the head of
438         sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
439         exec its __init__.py script if it exists in that directory.
440
441 2010-06-24  Kevin Buettner  <kevinb@redhat.com>
442
443         * rx-tdep.c (RX_ACC_REGNUM): Define.
444         (RX_NUM_REGS): Redefine to 26.
445         (rx_register_name): Add register "acc".  Change order of several
446         registers.  Change name of "vct" register to "fintv" to match RX
447         documentation.
448         (rx_register_type): Add case for RX_ACC_REGNUM.
449
450 2010-06-24  Tom Tromey  <tromey@redhat.com>
451
452         * psymtab.c (lookup_partial_symbol): Mark definition as static.
453
454 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
455             Tom Tromey  <tromey@redhat.com>
456
457         Fix GDB startup on readonly filesystem.
458         * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
459
460 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
461             Pedro Alves  <pedro@codesourcery.com>
462
463         Fix PR 9436.
464         * breakpoint.c (handle_jit_event): New function.
465         (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
466         jit, err, table and bs_class.  New variables shlib_event, jit_event,
467         this_action and bptype.  Change bs_class assignments to this_action
468         assignments.  new unhandled bptype internal error.  Move here
469         shlib_event and jit_event handling from handle_inferior_event.
470         * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
471         Reorder items.  Remove BPSTAT_WHAT_CHECK_SHLIBS and
472         BPSTAT_WHAT_CHECK_JIT.
473         * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
474         * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
475         (handle_inferior_event): Reinitialize frame and gdbarch after
476         bpstat_what call.  Move BPSTAT_WHAT_CHECK_SHLIBS and
477         BPSTAT_WHAT_CHECK_JIT handling to bpstat_what.  Reinitialize even
478         gdbarch when frame gets reinitialized.
479
480 2010-06-24  Hui Zhu  <teawater@gmail.com>
481
482        * printcmd.c (ui_printf): New function.
483        (printf_command): Call ui_printf.
484        (_initialize_printcmd): New command "eval".
485
486 2010-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
487
488         * infrun.c (handle_inferior_event): Handle presence of single-step
489         breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
490         Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
491         TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
492         * breakpoint.c (detach_single_step_breakpoints): New function.
493         (detach_breakpoints): Call it.
494         (cancel_single_step_breakpoints): New function.
495         * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
496
497         * spu-tdep.c (spu_memory_remove_breakpoint): New function.
498         (spu_gdbarch_init): Install it.
499
500 2010-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
501
502         * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
503         * configure: Regenerate.
504
505 2010-06-22  Hui Zhu  <teawater@gmail.com>
506
507         * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
508         (i386_process_record): Ditto.
509         * record.c (record_memory_query): New variable.
510         (_initialize_record): New command "set record memory-query".
511         * record.h (record_memory_query): New extern.
512
513 2010-06-21  Doug Evans  <dje@google.com>
514
515         * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
516         * i386-tdep.c (i386_displaced_step_copy_insn): New function.
517         (i386_syscall_p): Change type of lengthp to int.
518         (i386_displaced_step_fixup): Handle kernels that run one past a
519         syscall insn.
520         * i386-linux-tdep.c (i386_linux_init_abi): Use
521         i386_displaced_step_copy_insn instead of
522         simple_displaced_step_copy_insn.
523
524 2010-06-21  Tom Tromey  <tromey@redhat.com>
525
526         * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
527         (dwarf_type_encoding_name): Likewise.
528
529 2010-06-21  Tom Tromey  <tromey@redhat.com>
530
531         * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
532         * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
533         * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
534         * gdbtypes.h (TYPE_ERROR_NAME): New macro.
535         * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
536         * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
537         * dwarf2read.c (tag_type_to_type): Create a new error type on
538         failure.
539         * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
540         * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
541
542 2010-06-21  Michael Snyder  <msnyder@vmware.com>
543
544         * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd, 
545         not add_abbrev_prefix_cmd, for "enable breakpoints".
546
547 2010-06-21  Ulrich Weigand  <uweigand@de.ibm.com>
548
549         * dwarf2loc.c (find_location_expression): Add relocation offset
550         to base-address-selection entry base addresses.  Read addresses
551         (and offsets) as signed/unsigned integers, depending on the
552         BFD's sign_extend_vma flag.  Do not call dwarf2_read_address.
553         (loclist_describe_location): Likewise.
554         (disassemble_dwarf_expression): Read DW_OP_addr operand as
555         unsigned integer.  Do not call dwarf2_read_address.
556         (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
557
558 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
559
560         * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
561         value instead of hard-coded SPU_LS_SIZE.
562         (spu_software_single_step): Likewise.
563         * spu-tdep.h (SPU_LS_SIZE): Remove.
564
565 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
566
567         * spu-multiarch.c (spu_xfer_partial): Wrap around local store
568         limit on local store memory accesses.
569         * spu-linux-nat.c (spu_xfer_partial): Likewise.
570         * spu-tdep.c (spu_lslr): Remove.
571         (spu_pointer_to_address): Do not truncate addresses.
572         (spu_integer_to_address): Likewise.
573         (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
574         * spu-tdep.h: Add comments.
575         (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
576         (SPU_OVERLAY_LMA): Define.
577
578 2010-06-18  Stan Shebs  <stan@codesourcery.com>
579
580         * osdata.c (get_osdata): Warn separately if target does not report
581         type list.
582         (info_osdata_command): Allow empty type, report error if target
583         does not return available types of OS data.
584         * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
585         types if no annex supplied.
586
587         * thread.c (thread_id_make_value): Make a value representing the
588         current thread.
589         (_initialize_thread): Create $_thread.
590
591 2010-06-17  Joel Brobecker  <brobecker@adacore.com>
592
593         * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
594         last local variable declaration.  No real code change.
595
596 2010-06-17  Tom Tromey  <tromey@redhat.com>
597
598         * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
599         (dwarf2_build_psymtabs_hard): Use it.  Create addrmap on a
600         temporary obstack.
601
602 2010-06-16  Sergio Durigan Junior  <sergiodj@redhat.com>
603             Jan Kratochvil  <jan.kratochvil@redhat.com>
604
605         * breakpoint.c: Include parser-defs.h.
606         (watchpoint_exp_is_const): New function.
607         (watch_command_1): Call watchpoint_exp_is_const to check
608         if the expression is constant.
609
610 2010-06-15  Andreas Schwab  <schwab@linux-m68k.org>
611
612         * configure.ac: Check for RDYNAMIC also for cross builds.
613         * configure: Regenerate.
614
615 2010-06-15  Pedro Alves  <pedro@codesourcery.com>
616
617         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
618         (SFILES): Remove solib-null.c, add solib-target.c.
619         (COMMON_OBS): Remove solib-null.o, add solib-target.o.
620         (ALLDEPFILES): Remove solib-target.c.
621         * solib-target.c (_initialize_solib_target): Set
622         current_target_so_ops to solib_target_so_ops if not already set.
623         * solib-null.c: Delete.
624
625 2010-06-14  Pedro Alves  <pedro@codesourcery.com>
626
627         * NEWS: Mention GDBserver's JIT compilation of tracepoint
628         bytecode.
629
630 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
631
632         * cp-valprint.c (cp_print_static_field): Members of
633         dont_print_stat_array_obstack are of type "struct type *".
634         (_initialize_cp_valprint): Likewise.
635
636 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
637
638         * frame.c (frame_register_unwind): Do not access contents
639         of "optimized out" unwound register value.
640
641 2010-06-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
642
643         * ada-lang.h (ada_print_type): Make varstring const.
644         * ada-typeprint.c (print_func_type): Make name const.
645         (ada_print_type): Make varstring const.
646         * c-lang.h (c_print_type): Make varstring const.
647         * c-typeprint.c (c_print_type): Likewise.
648         * f-lang.h (f_print_type): Likewise.
649         * f-typeprint.c (f_print_type): Likewise.
650         * jv-lang.h (java_print_type): Likewise.
651         * jv-typeprint.c (java_print_type): Likewise.
652         * language.c (unk_lang_print_type): Likewise.
653         * language.h (struct language_defn) <la_print_type>: Likewise.
654         * m2-lang.h (m2_print_type): Likewise.
655         * m2-typeprint.c (m2_print_type): Likewise.
656         * p-lang.h (pascal_print_type): Likewise.
657         * p-typeprint.c (pascal_print_type): Likewise.
658
659 2010-06-11  Stan Shebs  <stan@codesourcery.com>
660
661         Add per-operation permission flags.
662
663         * target.h (struct target_ops): New method to_set_permissions.
664         (target_set_permissions): New macro.
665         (target_insert_breakpoint): Change macro to function.
666         (target_remove_breakpoint): Ditto.
667         (target_stop): Ditto.
668         (may_write_registers): Declare.
669         (may_write_memory): Declare.
670         (may_insert_breakpoints): Declare.
671         (may_insert_tracepoints): Declare.
672         (may_insert_fast_tracepoints): Declare.
673         (may_stop): Declare.
674         * target.c (may_write_registers, may_write_registers_1): New globals.
675         (may_write_memory, may_write_memory_1): New globals.
676         (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
677         (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
678         (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
679         globals.
680         (may_stop, may_stop_1): New global.
681         (target_xfer_partial): Test for write permission.
682         (target_store_registers): Ditto.
683         (target_insert_breakpoint): New function.
684         (target_remove_breakpoint): New function.
685         (target_stop): New function.
686         (_initialize_targets): Add new set/show variables.
687         (set_write_memory_permission): New function.
688         (update_target_permissions): New function.
689         (set_target_permissions): New function.
690         (update_current_target): Default to_set_permissions.
691         (_initialize_targets): Use new globals and setter function.
692         * tracepoint.c (start_tracing): Test for permission.
693         * inferior.h (update_observer_mode): Declare.
694         * infrun.c (non_stop_1): Define earlier.
695         (observer_mode, observer_mode_1): New globals.
696         (set_observer_mode, show_observer_mode): New functions.
697         (update_observer_mode): New function.
698         (_initialize_infrun): Define "set observer" command.
699         * remote.c (PACKET_QAllow): New optional packet.
700         (remote_protocol_features): Add QAllow.
701         (remote_set_permissions): New function.
702         (remote_start_remote): Call it.
703         (init_remote_ops): Add it to target vector.
704         (_initialize_remote): Add config command for QAllow.
705
706 2010-06-11  Tom Tromey  <tromey@redhat.com>
707
708         * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
709         DW_AT_vtable_elem_location even when GCC extension is seen.
710
711 2010-06-11  Tom Tromey  <tromey@redhat.com>
712
713         PR gdb/9977, PR exp/11636:
714         * value.h (value_offset): Update.
715         (struct lval_funcs) <check_validity>: New field.
716         <copy_closure>: Make argument const.
717         (value_computed_closure): Update.
718         (value_contents_for_printing): Declare.
719         (value_bits_valid): Likewise.
720         (val_print): Likewise.
721         (set_value_component_location): Update.
722         (value_entirely_optimized_out): Declare.
723         * value.c (value_offset): Argument now const.
724         (require_not_optimized_out): New function.
725         (value_contents_for_printing): New function.
726         (value_contents_all): Call require_not_optimized_out.
727         (value_contents): Likewise.
728         (value_bits_valid): New function.
729         (value_computed_closure): Argument now const.
730         (set_value_component_location): Make 'whole' argument const.
731         (value_entirely_optimized_out): New function.
732         (value_bitsize): Argument now 'const'.
733         (value_bitpos): Likewise.
734         (value_type): Likewise.
735         * valprint.h (val_print_array_elements): Update.
736         * valprint.c (val_print): Add 'val' argument.  Use
737         valprint_check_validity.
738         (valprint_check_validity): New function.
739         (value_check_printable): Use value_entirely_optimized_out.
740         (common_val_print): Update.
741         (value_print): Likewise.
742         (val_print_array_elements): Add 'val' argument.
743         * valops.c (value_fetch_lazy): Use value_contents_for_printing,
744         value_bits_valid.  Reinit frame cache for lval_computed.
745         * sh64-tdep.c (sh64_do_register): Update.
746         * scm-valprint.c (scm_val_print): Add 'val' argument.
747         * scm-lang.h (scm_val_print): Update.
748         * python/python.h (apply_val_pretty_printer): Update.
749         * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
750         argument.  Call set_value_component_location.
751         * printcmd.c (print_scalar_formatted): Update.
752         * p-valprint.c (pascal_val_print): Add 'val' argument.
753         (pascal_object_print_value_fields): Likewise.
754         (pascal_object_print_value): Likewise.
755         (pascal_object_print_static_field): Update.
756         * p-lang.h (pascal_val_print): Update.
757         (pascal_object_print_value_fields): Update.
758         * mt-tdep.c (mt_registers_info): Update.
759         * mi/mi-main.c (get_register): Update.
760         (mi_cmd_data_evaluate_expression): Use common_val_print.
761         * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
762         (m2_print_unbounded_array): Likewise.
763         (m2_val_print): Likewise.
764         * m2-lang.h (m2_val_print): Update.
765         * language.h (struct language_defn) <la_val_print>: Add 'val'
766         argument.
767         (LA_VAL_PRINT): Likewise.
768         * language.c (unk_lang_val_print): Add 'val' argument.
769         * jv-valprint.c (java_print_value_fields): Add 'val' argument.
770         (java_val_print): Likewise.
771         * jv-lang.h (java_val_print): Add 'val' argument.
772         * infcmd.c (default_print_registers_info): Update.
773         * f-valprint.c (f77_print_array_1): Add 'val' argument.
774         (f77_print_array): Likewise.
775         (f_val_print): Likewise.
776         * f-lang.h (f_val_print): Add 'val' argument.
777         * dwarf2loc.c (read_pieced_value): Use value_bitsize and
778         value_bitpos.
779         <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning.  Call
780         set_value_optimized_out.
781         (write_pieced_value): Use value_bitsize and value_bitpos.
782         <default>: Don't exit loop.
783         (check_pieced_value_validity): New function.
784         (pieced_value_funcs): Reference check_pieced_value_validity,
785         check_pieced_value_invalid.
786         (copy_pieced_value_closure): Update.
787         (check_pieced_value_bits): New function.
788         (check_pieced_value_invalid): New function.
789         * d-valprint.c (dynamic_array_type): Add 'val' argument.
790         (d_val_print): Likewise.
791         * d-lang.h (d_val_print): Update.
792         * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
793         (cp_print_value_fields_rtti): Likewise.
794         (cp_print_value): Likewise.
795         (cp_print_static_field): Update.
796         * c-valprint.c (c_val_print): Add 'val' argument.
797         (c_value_print): Update.
798         * c-lang.h (c_val_print): Update.
799         (cp_print_value_fields): Likewise.
800         (cp_print_value_fields_rtti): Likewise.
801         * ada-valprint.c (struct ada_val_print_args): Remove.
802         (val_print_packed_array_elements): Add 'val' argument.
803         (ada_val_print): Likewise.  Rewrite.
804         (ada_val_print_stub): Remove.
805         (ada_val_print_array): Add 'val' argument.
806         (ada_val_print_1): Likewise.
807         (print_variant_part): Likewise.
808         (ada_value_print): Update.
809         (print_record): Add 'val' argument.
810         (print_field_values): Likewise.
811         * ada-lang.h (ada_val_print): Update.
812
813 2010-06-11  Tom Tromey  <tromey@redhat.com>
814
815         * vec.h (VEC_cleanup): New macro.
816         (DEF_VEC_ALLOC_FUNC_I): Update.
817         (DEF_VEC_ALLOC_FUNC_P): Likewise.
818         (DEF_VEC_ALLOC_FUNC_O): Likewise.
819         * dwarf2loc.c (struct axs_var_loc): Remove.
820         (unimplemented): New function.
821         (translate_register): Likewise.
822         (access_memory): Likewise.
823         (compile_dwarf_to_ax): Likewise.
824         (dwarf2_tracepoint_var_loc): Remove.
825         (dwarf2_tracepoint_var_access): Likewise.
826         (dwarf2_tracepoint_var_ref): Likewise.
827         (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
828         (loclist_tracepoint_var_ref): Likewise.
829         * dwarf2expr.h (dwarf_expr_require_composition): Declare.
830         * dwarf2expr.c (dwarf_expr_require_composition): Rename from
831         require_composition.  No longer static.
832         (execute_stack_op): Update.
833         * ax-gdb.h (trace_kludge): Declare.
834
835 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
836
837         * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
838         (should_be_inserted): Return zero also on NULL OWNER.
839         (breakpoint_program_space_exit): New OWNER comment.
840         (insert_breakpoint_locations): Extend comment for OWNER.
841         (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
842         (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
843         New OWNER comment.
844         (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
845         (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
846         (bpstat_check_location): New assert on OWNER.
847         (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
848         and B initializations to the code block.  New assert on them.
849         (print_one_breakpoint_location): New OWNER comment.
850         (watchpoint_locations_match): Assert on OWNER.
851         (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
852         initializations to the code block.  New assert on OWNER.
853         (set_breakpoint_location_function): New assert on OWNER.
854         (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
855         (bp_location_compare, update_global_location_list)
856         (update_global_location_list): New OWNER comment.
857
858 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
859
860         * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
861
862 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
863
864         * config/nm-linux.h (struct target_ops): Remove forward declaration.
865         (lin_thread_get_thread_signals): Remove prototype.
866         (GET_THREAD_SIGNALS): Remove.
867         * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
868         * linux-thread-db.c (check_thread_signals): Directly call
869         lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
870
871 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
872
873         * gregset.h (GDB_FPXREGSET_T): Remove.
874         (gdb_fpxregset_t): Likewise.
875         (supply_fpxregset): Remove prototype.
876         (fill_fpxregset): Likewise.
877         * i386-linux-nat.c (supply_fpxregset): Remove.
878         (fill_fpxregset): Likewise.
879         (fetch_fpxregs): Inline supply_fpxregset call.
880         (store_fpxregs): Inline fill_fpxregset call.
881
882         * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
883         * config/i386/nm-linux.h: Remove file.
884
885 2010-06-09  Michael Snyder  <msnyder@vmware.com>
886
887         * target.c (update_current_target): Fix spelling error in comment.
888         (target_mourn_inferior): Fix spelling error in error message.
889
890 2010-06-08  Paul Hilfinger  <hilfingr@adacore.com>
891
892       * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
893       SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
894
895 2010-06-08  Michael Snyder  <msnyder@vmware.com>
896
897         * remote.c (remote_close): Set inferior_ptid to null_ptid.
898
899 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
900
901         * configure.ac <"${have_libpython}" != no>: New workaround of
902         python#4434.
903         * configure: Regenerate.
904
905 2010-06-08  Hui Zhu  <teawater@gmail.com>
906
907         * record.c (record_wait): Move signal out of replay code.
908
909 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
910
911         Fix PR 10640.
912         * dwarf2-frame.c (no_dwarf_call): New function.
913         (execute_stack_op): Set CTX->DWARF_CALL.
914         * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
915         * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
916         (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
917         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
918         (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
919         (needs_frame_dwarf_call): New function.
920         (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
921         * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
922         Update the comment.  Move variables die, offset and error call to ...
923         (follow_die_ref): ... a new function.
924         (dwarf2_fetch_die_location_block): New function.
925         * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
926
927 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
928
929         * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
930         (dwarf_expr_tls_address): Use per_cu instead of objfile.
931         (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
932         Initialize new BATON.PER_CU.  Adjust CTX->GDBARCH initialization for
933         this change.
934         (struct needs_frame_baton): New field per_cu.
935         (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
936         * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
937
938 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
939
940         * cp-support.c (make_symbol_overload_list_namespace): Only search
941         static and global blocks.
942         (make_symbol_overload_list_block): New function.
943         (make_symbol_overload_list): Separate namespace search from block
944         search.
945         (make_symbol_overload_list_qualified): Use
946         make_symbol_overload_list_block.
947
948 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
949
950         * value.h: Created oload_search_type enum.
951         (find_overload_match): Use oload_search_type enum.
952         * valops.c (find_overload_match): Support combined member and
953         non-member search.
954         * eval.c (evaluate_subexp_standard): Calls to
955         find_overload_match now use oload_search_type enum.
956         (oload_method_static): Verify index is a proper value.
957         * valarith.c (value_user_defined_cpp_op): Search for and handle
958         both member and non-member operators.
959         (value_user_defined_cpp_op): New function.
960         (value_user_defined_op): New function.
961         (value_x_unop): Use value_user_defined_op.
962         (value_x_binop): Ditto.
963         * cp-support.c (make_symbol_overload_list_using): Added block
964         iteration.
965         Add check for namespace aliases and imported declarations.
966
967 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
968
969         * breakpoint.h (owner): Extend the comment.
970
971 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
972
973         Clear stale specific bp_location from former whole breakpoint.
974         * breakpoint.c (delete_breakpoint): Move the stale referencing clear
975         code ...
976         (free_bp_location): ... here.  Rename there the called function to
977         bpstat_remove_bp_location_callback.
978         (bpstat_remove_breakpoint_callback): Rename to ...
979         (bpstat_remove_bp_location_callback): ... here, change DATA resolution
980         to struct bp_location.  Change the called function to
981         bpstat_remove_bp_location.  Create new declaration for the function.
982         (bpstat_remove_breakpoint): Rename to ...
983         (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
984         code for the new parameter type.
985
986 2010-06-07  Nathan Sidwell  <nathan@codesourcery.com>
987
988         * README: Make version-agnostic.
989
990 2010-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
991
992         Fix duplicate types for single DIE.
993         * dwarf2read.c (read_structure_type): Move set_descriptive_type after
994         set_die_type.
995         (read_array_type): Remove type initialization.  Recheck get_die_type
996         after initial die_type.  Move set_die_type before set_descriptive_type.
997         (read_set_type): New variable domain_type.  Recheck get_die_type after
998         initial die_type.  Move attr initialization later.
999         (read_tag_pointer_type, read_tag_reference_type): New variable
1000         target_type.  Recheck get_die_type after initial die_type.
1001         (read_tag_ptr_to_member_type): Recheck get_die_type after initial
1002         die_type and die_containing_type.
1003         (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
1004         Recheck get_die_type after initial die_type.
1005         (read_subrange_type): Recheck get_die_type after initial die_type.
1006         Move set_die_type before set_descriptive_type.
1007         (set_die_type): Extend the function comment.  Call complaint if DIE has
1008         some type already set.
1009
1010 2010-06-05  Vladimir Prus  <vladimir@codesourcery.com>
1011
1012         * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
1013         for current naming of thread groups (iN, not N).
1014
1015 2010-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
1016
1017         * ada-lang.c (ada_operator_length): Constify `struct expression'.
1018         * parse.c (operator_length): Likewise.
1019         (operator_length_standard): Likewise.
1020         * parser-defs.h (operator_length): Likewise.
1021         (operator_length_standard): Likewise.
1022         (struct exp_descriptor <operator_length>): Likewise.
1023
1024 2010-06-04  Doug Evans  <dje@google.com>
1025
1026         Add support for enabling/disabling individual pretty-printers.
1027         * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
1028         * python/python-internal.h (gdbpy_enabled_cst): Declare.
1029         * python/python.c (gdbpy_enabled_cst): Define.
1030         (_initialize_python): Initialize gdbpy_enabled_cst.
1031         * NEWS: Add entry.
1032
1033 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1034
1035         * breakpoint.c (update_global_location_list): Fix comment typo.
1036
1037 2010-06-04  Hui Zhu  <teawater@gmail.com>
1038
1039         * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
1040
1041 2010-06-03  Doug Evans  <dje@google.com>
1042
1043         * configure.ac: Don't fail if python is unusable when
1044         configured with --with-python=auto.
1045         * configure: Regenerate.
1046
1047 2010-06-03  Sami Wagiaalla  <swagiaal@redhat.com>
1048
1049         * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
1050
1051 2010-06-03  Pierre Muller  <muller@ics.u-strasbg.fr>
1052
1053         * valprint.h (get_array_bounds): Change low and high parameter types
1054         to LONGEST *.
1055         * valprint.c (get_array_bounds): Use get_discrete_bounds call to
1056         compute bounds.
1057         (val_print_array_elements): Adapt to change above.
1058         * ada-valprint.c (print_optional_low_bound): Adapt to change above.
1059         * p-valprint.c (pascal_val_print): Likewise.
1060
1061 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1062
1063         * symfile.c (init_filename_language_table): New extensions .for, .FOR,
1064         .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
1065         .F08.
1066
1067 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1068
1069         Support DW_TAG_module as separate namespaces.
1070         * dwarf2read.c (typename_concat): New parameter physname.
1071         (read_module_type): New function and declaration.
1072         (scan_partial_symbols): Scan also DW_TAG_module children.
1073         (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
1074         to typename_concat backward compatible physname value 0.
1075         (partial_die_full_name, read_namespace_type): Pass to typename_concat
1076         backward compatible physname value 0.
1077         (add_partial_module, read_module): Remove FIXME comment.
1078         (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
1079         (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
1080         DIEs under DW_TAG_module.
1081         (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
1082         DW_AT_MIPS_linkage_name first, extend it for language_fortran
1083         && physname and return there instead of just setting NAME.  Extend
1084         the main block for language_fortran.  Pass physname parameter to the
1085         typename_concat call.
1086         (read_import_statement, read_func_scope, get_scope_pc_bounds)
1087         (load_partial_dies, determine_prefix): Support also DW_TAG_module.
1088         (new_symbol): Fill in cplus_specific.demangled_name if it is still
1089         missing from SYMBOL_SET_NAMES in the language_fortran case.
1090         (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
1091         variables.
1092         (read_type_die) <DW_TAG_module>: New.
1093         (MAX_SEP_LEN): Increase to 7.
1094         (typename_concat): New parameter physname.  New variable lead.  Support
1095         also language_fortran.
1096         * f-exp.y (yylex): Consider : also as a symbol name character class.
1097         * f-lang.c: Include cp-support.h.
1098         (f_word_break_characters, f_make_symbol_completion_list): New functions.
1099         (f_language_defn): Use cp_lookup_symbol_nonlocal,
1100         f_word_break_characters and f_make_symbol_completion_list.
1101         * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
1102         * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
1103         * symtab.c (symbol_init_language_specific): Support language_fortran.
1104         (symbol_find_demangled_name): New comment on language_fortran.
1105         (symbol_natural_name, symbol_demangled_name): Use demangled_name even
1106         for language_fortran.
1107         (lookup_symbol_aux_local): Check imports also for language_fortran.
1108         (default_make_symbol_completion_list): Rename to ...
1109         (default_make_symbol_completion_list_break_on): ... this name.  New
1110         parameter break_on, use it.
1111         (default_make_symbol_completion_list): New stub.
1112         * symtab.h (default_make_symbol_completion_list_break_on): New
1113         prototype.
1114
1115 2010-06-02  Joel Brobecker  <brobecker@adacore.com>
1116
1117         * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
1118         to error.
1119
1120 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1121
1122         * dwarf2read.c (typename_concat): Add const to the variable sep.
1123
1124 2010-06-02  Tom Tromey  <tromey@redhat.com>
1125
1126         * dwarf2loc.h (dwarf2_per_cu_data): Declare.
1127         * dwarf2read.c (dwarf_stack_op_name): No longer static.  Return
1128         type is const.  Add 'def' argument.  Add missing operators, remove
1129         unhandled ones.
1130         (decode_locdesc): Update.
1131         (dwarf2_always_disassemble): New global.
1132         (show_dwarf2_always_disassemble): New function.
1133         (_initialize_dwarf2_read): Add always-disassemble.
1134         (dwarf2_per_cu_offset_size): New function.
1135         * dwarf2loc.c (dwarf2_always_disassemble): Declare.
1136         (piece_end_p): New function.
1137         (locexpr_describe_location_piece): Replace 'size' argument with
1138         'end'.  Use piece_end_p.  Rewrite recognition of TLS.  Recognize
1139         some constants.  Remove errors.
1140         (disassemble_dwarf_expression): New function.
1141         (locexpr_describe_location_1): Use disassemble_dwarf_expression.
1142         Add 'offset_size' argument.
1143         (loclist_describe_location): Change output formatting.
1144         * dwarf2expr.h (dwarf_stack_op_name): Declare.
1145
1146 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
1147
1148         * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
1149         anonymous type case.
1150
1151 2010-06-02  Pierre Muller  <muller@ics.u-strasbg.fr>
1152
1153         * dwarf2read.c (read_subrange_type): Handle missing base type
1154         according to Dwarf-2 specifications.
1155
1156 2010-06-01  Sergio Durigan Junior  <sergiodj@redhat.com>
1157
1158         * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
1159         BINOP_EXCL.
1160         (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
1161         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
1162         (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
1163         BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
1164         UNOP_CHMAX, UNOP_CHMIN.
1165         * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
1166         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
1167         UNOP_CHMIN>: Remove opcodes.
1168
1169 2010-06-01  Pierre Muller  <muller@ics.u-strasbg.fr>
1170
1171         * dwarf2read.c (read_func_scope): Do not complain for
1172         external function if bounds are not found.
1173
1174 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
1175
1176         * NEWS: Mention gdbserver fast tracepoints support.
1177
1178 2010-05-31  Pierre Muller  <muller@ics.u-strasbg.fr>
1179
1180         * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
1181         New macros.
1182         (windows_set_console_info): New function.
1183         (windows_create_inferior): Call windows_set_console_info
1184         if NEW_CONSOLE is true.
1185         (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
1186         (_initialize_loadable): Initialize GetConsoleFontSize and
1187         GetCurrentConsoleFont.
1188
1189 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1190
1191         * Makefile.in (RDYNAMIC): New.
1192         (SFILES): Add proc-service.list.
1193         * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
1194         (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
1195         * config/arm/linux.mh: Likewise.
1196         * config/i386/linux.mh: Likewise.
1197         * config/i386/linux64.mh: Likewise.
1198         * config/ia64/linux.mh: Likewise.
1199         * config/m32r/linux.mh: Likewise.
1200         * config/m68k/linux.mh: Likewise.
1201         * config/mips/linux.mh: Likewise.
1202         * config/pa/linux.mh: Likewise.
1203         * config/powerpc/linux.mh: Likewise.
1204         * config/powerpc/ppc64-linux.mh: Likewise.
1205         * config/s390/s390.mh: Likewise.
1206         * config/sparc/linux.mh: Likewise.
1207         * config/sparc/linux64.mh: Likewise.
1208         * config/xtensa/linux.mh: Likewise.
1209         * configure.ac: New RDYNAMIC on native host and GCC.
1210         (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
1211         * configure: Regenerate.
1212         * proc-service.list: New.
1213
1214 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1215
1216         * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
1217         CONTENT.
1218
1219 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1220
1221         * linux-nat.c (linux_nat_wait_1): Do not call
1222         linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
1223         TARGET_WAITKIND_SIGNALLED.
1224
1225 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
1226
1227         * ada-lang.c (ada_inferior_data): New struct.
1228         (ada_inferior_data): New static global.
1229         (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
1230         (ada_get_tsd_type): New functions.
1231         (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
1232         to look the tsd type up.
1233         (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
1234         event.  Set ada_inferior_data.
1235
1236 2010-05-27  Pedro Alves  <pedro@codesourcery.com>
1237
1238         * remote.c (unpack_varlen_hex): Remove forward declaration.
1239         (remote_console_output): Make static, and add forward declaration.
1240         * remote.h: Drop FIXME comment.
1241         (unpack_varlen_hex): Declare.
1242         (remote_console_output, remote_cisco_objfile_relocate)
1243         (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
1244         Delete declarations.
1245         * tracepoint.c: Include "remote.h".
1246         (unpack_varlen_hex): Delete declaration.
1247
1248 2010-05-27  Tom Tromey  <tromey@redhat.com>
1249
1250         * dwarf2loc.c (struct piece_closure) <refc>: New field.
1251         (allocate_piece_closure): Initialize refc.
1252         (copy_pieced_value_closure): Use refc.
1253         (free_pieced_value_closure): Likewise.
1254
1255 2010-05-27  Tom Tromey  <tromey@redhat.com>
1256
1257         * arm-tdep.c (push_stack_item): 'contents' now const.
1258         (arm_push_dummy_call): Make 'val' const.  Use value_contents, not
1259         value_contents_writeable.  Introduce new temporary.
1260
1261 2010-05-27  Tom Tromey  <tromey@redhat.com>
1262
1263         * findcmd.c (parse_find_args): Use value_contents, not
1264         value_contents_raw.
1265
1266 2010-05-27  Tom Tromey  <tromey@redhat.com>
1267
1268         * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
1269         const.  Use value_contents, not value_contents_writeable.
1270
1271 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
1272
1273         * ada-lang.c (ensure_lval): Replace call to value_contents_raw
1274         by call to value_contents.
1275
1276 2010-05-27  Ozkan Sezer  <sezeroz@gmail.com>
1277
1278         * MAINTAINERS: Add myself for write after approval privileges.
1279
1280 2010-05-26  Doug Evans  <dje@google.com>
1281
1282         Allow python to find its files if moved from original location.
1283         * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
1284         (GDB_AC_WITH_DIR): Call it.
1285         * configure.ac: Define WITH_PYTHON_PATH if we can find the
1286         python installation directory.
1287         * config.in: Regenerate.
1288         * configure: Regenerate.
1289         * defs.h (python_libdir): Declare.
1290         * main.c (python_libdir): Define.
1291         (captured_main): Initialize python_libdir.
1292         * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
1293         call Py_SetProgramName to make sure python can find its libraries
1294         and modules.
1295
1296         * configure.ac: Try to use python's distutils to fetch compilation
1297         parameters.
1298         * configure: Regenerate.
1299         * python/python-config.py: New file.
1300
1301 2010-05-26  Ozkan Sezer  <sezeroz@gmail.com>
1302
1303         * ser-tcp.c (net_open): Check error return from socket() call by its
1304         equality to -1 not by it being negative.
1305         (net_close): Likewise.
1306
1307 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
1308
1309         * NEWS: Mention the `qRelocInsn' feature.
1310         * gdbarch.sh (relocate_instruction): New.
1311         * amd64-tdep.c (rip_relative_offset): New.
1312         (append_insns): New.
1313         (amd64_relocate_instruction): New.
1314         (amd64_init_abi): Install it.
1315         * i386-tdep.c (append_insns): New.
1316         (i386_relocate_instruction): New.
1317         (i386_gdbarch_init): Install it.
1318         * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
1319         * gdbarch.h, gdbarch.c: Regenerate.
1320
1321 2010-05-26  Tom Tromey  <tromey@redhat.com>
1322
1323         * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
1324         (struct dwarf2_loclist_baton) <data>: Likewise.
1325         * dwarf2loc.c (find_location_expression): Constify return type.
1326         (dwarf2_evaluate_loc_desc): Make 'data' argument const.
1327         (dwarf2_loc_desc_needs_frame): Likewise.
1328         (loclist_read_variable): Constify.
1329         (loclist_describe_location): Likewise.
1330         (loclist_tracepoint_var_ref): Likewise.
1331
1332 2010-05-25  Tom Tromey  <tromey@redhat.com>
1333
1334         * dwarf2loc.c (dwarf_expr_frame_base): Constify.
1335         (dwarf_expr_frame_base_1): Likewise.
1336         (read_pieced_value): Update.
1337         (needs_frame_frame_base): Constify.
1338         (dwarf2_tracepoint_var_loc): Likewise.
1339         (dwarf2_tracepoint_var_access): Likewise.
1340         (locexpr_describe_location_piece): Likewise.
1341         (locexpr_describe_location_1): Likewise.
1342         * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
1343         Constify.
1344         (data): Now const.
1345         (struct dwarf_expr_piece) <v.literal.data>: Likewise.
1346         (dwarf_expr_eval, read_uleb128, read_sleb128)
1347         (dwarf2_read_address): Update.
1348         * dwarf2expr.c (dwarf_expr_eval): Constify.
1349         (read_uleb128): Likewise.
1350         (read_sleb128): Likewise.
1351         (dwarf2_read_address): Likewise.
1352         (require_composition): Likewise.
1353         (execute_stack_op): Likewise.
1354         * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
1355         "const gdb_byte *".
1356         * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
1357         Now const.
1358         (no_get_frame_base): Constify.
1359         (execute_stack_op): Likewise.
1360         (execute_cfa_program): Likewise.
1361         (read_encoded_value): Likewise.
1362
1363 2010-05-25  Doug Evans  <dje@google.com>
1364
1365         * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
1366
1367         * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
1368         * event-loop.c: ... here.
1369         * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
1370         `error' for clarity.
1371         (tui_getc): Pass correct value for `error' parameter to
1372         tui_readline_output.
1373
1374         Add python gdb.GdbError and gdb.string_to_argv.
1375         * NEWS: Document them.
1376         * python/py-cmd.c (cmdpy_function): Don't print a traceback if
1377         the exception is gdb.GdbError.  Print a second traceback if there's
1378         an error computing the error message.
1379         (gdbpy_string_to_argv): New function.
1380         * python/py-utils.c (gdbpy_obj_to_string): New function.
1381         (gdbpy_exception_to_string): New function.
1382         * python/python-internal.h (gdbpy_string_to_argv): Declare.
1383         (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
1384         (gdbpy_gdberror_exc): Declare.
1385         * python/python.c (gdbpy_gdberror_exc): New global.
1386         (_initialize_python): Initialize gdbpy_gdberror_exc and create
1387         gdb.GdbError.
1388         (GdbMethods): Add string_to_argv.
1389
1390 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1391
1392         * windows-nat.c (display_selector): Call GetLastError to give better
1393         failure explanation.
1394
1395 2010-05-24  Pedro Alves  <pedro@codesourcery.com>
1396
1397         * config.in: Regenerate.
1398
1399 2010-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1400
1401         Code cleanup.
1402         * target.c (push_target): Return only void.  Remove the return value
1403         comment.
1404         * target.h (push_target): Return only void.
1405
1406 2010-05-23  Pedro Alves  <pedro@codesourcery.com>
1407
1408         Update gnulib from latest git.
1409         (250b80067c1e1d8faa0c42fb572f721975b929c5)
1410
1411         * gnulib/memcmp.c: Removed.
1412         * gnulib/memchr.valgrind: New.
1413         * gnulib/stddef.in.h: New.
1414         * gnulib/Makefile.am: Updated.
1415         * gnulib/memchr.c: Updated.
1416         * gnulib/memmem.c: Updated.
1417         * gnulib/stdint.in.h: Updated.
1418         * gnulib/str-two-way.h: Updated.
1419         * gnulib/string.in.h: Updated.
1420         * gnulib/wchar.in.h: Updated.
1421
1422         * gnulib/extra/link-warning.h: Removed.
1423         * gnulib/extra/c++defs.h: New.
1424         * gnulib/extra/warn-on-use.h: New.
1425         * gnulib/extra/arg-nonnull.h: Updated.
1426
1427         * gnulib/m4/extensions.m4: Updated.
1428         * gnulib/m4/gnulib-cache.m4: Updated.
1429         * gnulib/m4/gnulib-common.m4: Updated.
1430         * gnulib/m4/gnulib-comp.m4: Updated.
1431         * gnulib/m4/gnulib-tool.m4: Updated.
1432         * gnulib/m4/include_next.m4: Updated.
1433         * gnulib/m4/longlong.m4: Updated.
1434         * gnulib/m4/memchr.m4: Updated.
1435         * gnulib/m4/memmem.m4: Updated.
1436         * gnulib/m4/stdint.m4: Updated.
1437         * gnulib/m4/string_h.m4: Updated.
1438         * gnulib/m4/memcmp.m4: Removed.
1439         * gnulib/m4/onceonly_2_57.m4: Removed.
1440         * gnulib/m4/00gnulib.m4: New.
1441         * gnulib/m4/mmap-anon.m4: New.
1442         * gnulib/m4/multiarch.m4: New.
1443         * gnulib/m4/onceonly.m4: New.
1444         * gnulib/m4/stddef_h.m4: New.
1445         * gnulib/m4/warn-on-use.m4: New.
1446         * gnulib/m4/wchar.m4: Removed.
1447         * gnulib/m4/wchar_h.m4: New.
1448         * gnulib/m4/wchar_t.m4: New.
1449         * gnulib/m4/wint_t.m4: New.
1450
1451         * aclocal.m4: Regenerate.
1452         * config.in: Likewise.
1453         * configure: Likewise.
1454         * gnulib/Makefile.in: Likewise.
1455
1456 2010-05-21  Tom Tromey  <tromey@redhat.com>
1457
1458         * dwarf2loc.c (extract_bits_primitive): New function.
1459         (extract_bits): Likewise.
1460         (insert_bits): Likewise.
1461         (copy_bitwise): Likewise.
1462         (read_pieced_value): Do all operations in bits.
1463         (write_pieced_value): Likewise.
1464         * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
1465         * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
1466         Always use xrealloc to resize piece array.
1467         (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
1468         <DW_OP_piece>: Update.
1469         <DW_OP_bit_piece>: New case.
1470
1471 2010-05-21  Tom Tromey  <tromey@redhat.com>
1472
1473         * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
1474         <DWARF_VALUE_OPTIMIZED_OUT>: New case.
1475         * dwarf2expr.h (enum dwarf_value_location)
1476         <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
1477         * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
1478         (add_piece): Handle empty piece.
1479         (execute_stack_op) <DW_OP_piece>: Handle
1480         DWARF_VALUE_OPTIMIZED_OUT.
1481
1482 2010-05-21  Tom Tromey  <tromey@redhat.com>
1483
1484         * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
1485         evaluate_subexp, not evaluate_subexp_with_coercion.
1486
1487 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1488
1489         * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
1490         attribute.
1491
1492 2010-05-21  Tom Tromey  <tromey@redhat.com>
1493
1494         * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
1495         offset.
1496         (write_pieced_value): Likewise.
1497
1498 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1499
1500         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
1501         and DW_TAG_volatile_type.
1502         (new_symbol): Likewise.
1503
1504 2010-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
1505
1506         * p-valprint.c (pascal_val_print): Call get_array_bounds
1507         to obtain the number of elements in an array.
1508
1509 2010-05-19  Doug Evans  <dje@google.com>
1510
1511         * python.c (gdbpy_print_stack): Ensure output ends with a newline.
1512
1513         * python.c (source_python_script): Add comment.
1514         (source_python_script_for_objfile): Remove unnecessary call to
1515         gdbpy_print_stack.
1516
1517 2010-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
1518             Sergio Durigan Junior  <sergiodj@redhat.com>
1519
1520         Code cleanup.
1521         * parse.c (exp_iterate): Use operator_length wrapper function.
1522
1523 2010-05-18  Michael Snyder  <msnyder@vmware.com>
1524
1525         * ada-lang.c: White space.
1526         * ada-typeprint.c: White space.
1527         * ada-valprint.c: White space.
1528         * addrmap.c: White space.
1529         * auxv.c: White space.
1530         * ax-gdb.c: White space.
1531
1532 2010-05-18  Hui Zhu  <teawater@gmail.com>
1533
1534         * linux-fork.c (inferior_call_waitpid_cleanup): Add check
1535         for oldfp.
1536         (inferior_call_waitpid): Move make_cleanup out of check.
1537         Check the return of waitpid.
1538         (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
1539
1540 2010-05-17  Michael Snyder  <msnyder@vmware.com>
1541
1542         * tui/tui.c: White space.
1543         * tui/tui-data.c: White space.
1544         * tui/tui-disasm.c: White space.
1545         * tui/tui-file.c: White space.
1546         * tui/tui-interp.c: White space.
1547         * tui/tui-main.c: White space.
1548         * tui/tui-out.c: White space.
1549         * tui/tui-regs.c: White space.
1550         * tui/tui-source.c: White space.
1551         * tui/tui-stack.c: White space.
1552         * tui/tui-win.c: White space.
1553         * tui/tui-winsource.c: White space.
1554
1555         * procfs.c: White space.
1556
1557         * python/py-auto-load.c: White space.
1558         * python/py-block.c: White space.
1559         * python/py-breakpoint.c: White space.
1560         * python/py-cmd.c: White space.
1561         * python/py-function.c: White space.
1562         * python/py-lazy-string.c: White space.
1563         * python/py-objfile.c: White space.
1564         * python/py-param.c: White space.
1565         * python/py-prettyprint.c: White space.
1566         * python/py-progspace.c: White space.
1567         * python/py-symtab.c: White space.
1568         * python/python.c: White space.
1569         * python/py-type.c: White space.
1570         * python/py-utils.c: White space.
1571         * python/py-value.c: White space.
1572
1573         * mi/mi-cmd-break.c: White space.
1574         * mi/mi-cmd-env.c: White space.
1575         * mi/mi-cmds.c: White space.
1576         * mi/mi-cmd-stack.c: White space.
1577         * mi/mi-cmd-var.c: White space.
1578         * mi/mi-console.c: White space.
1579         * mi/mi-getopt.c: White space.
1580         * mi/mi-interp.c: White space.
1581         * mi/mi-main.c: White space.
1582         * mi/mi-out.c: White space.
1583         * mi/mi-parse.c: White space.
1584
1585         * cli/cli-cmds.c: White space.
1586         * cli/cli-decode.c: White space.
1587         * cli/cli-dump.c: White space.
1588         * cli/cli-interp.c: White space.
1589         * cli/cli-logging.c: White space.
1590         * cli/cli-script.c: White space.
1591         * cli/cli-setshow.c: White space.
1592
1593         * valarith.c: White space.
1594         * valops.c: White space.
1595         * valprint.c: White space.
1596         * value.c: White space.
1597         * varobj.c: White space.
1598         * xcoffread.c: White space.
1599         * xml-support.c: White space.
1600         * xml-tdesc.c: White space.
1601
1602 2010-05-17  Andreas Schwab  <schwab@redhat.com>
1603
1604         PR gdb/11092
1605         * c-lang.c (c_printstr): Compute real length of NUL terminated
1606         string at first.
1607
1608 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
1609
1610         * parse.c (parse_exp_in_context): When block is not NULL, use
1611         its associated language to parse the expression instead of
1612         the current_language.
1613
1614 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
1615
1616         * jv-lang.c (java_lookup_class): Remove commented out code.
1617         (type_from_class): Likewise.
1618         (java_op_print_tab): Remove commented-out elements.
1619
1620 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
1621
1622         * ada-lang.c (to_fixed_range_type): The the raw index type as
1623         argument instead of the raw type name.  Remove orig_type parameter.
1624         Update calls throughout.
1625         (ada_fixup_array_indexes_type): New function.
1626         (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
1627         * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
1628         * ada-typeprint.c (print_range_type): Renames print_range_type_named.
1629         Remove name parameter.
1630         (print_array_type): Add call to ada_fixup_array_indexes_type.
1631         Update calls to print_range_type.
1632         (ada_print_type): Update calls to print_range_type.
1633
1634 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
1635
1636         * dwarf2read.c (read_set_type): Set type length if
1637         DW_AT_byte_size attribute is present.
1638
1639 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
1640
1641         * p-valprint.c (pascal_val_print): Handle set type if range limits
1642         are undefined but size is known.
1643
1644 2010-05-17  Pedro Alves  <pedro@codesourcery.com>
1645
1646         * procfs.c: Reformat.
1647
1648 2010-05-16  Michael Snyder  <msnyder@vmware.com>
1649
1650         * target.c: White space.
1651         * target-descriptions.c: White space.
1652         * target-memory.c: White space.
1653         * thread.c: White space.
1654         * top.c: White space.
1655         * tracepoint.c: White space.
1656         * trad-frame.c: White space.
1657         * tramp-frame.c: White space.
1658         * ui-file.c: White space.
1659         * ui-out.c: White space.
1660         * user-regs.c: White space.
1661         * utils.c: White space.
1662
1663         * scm-exp.c: White space.
1664         * scm-lang.c: White space.
1665         * scm-valprint.c: White space.
1666         * sentinel-frame.c: White space.
1667         * ser-base.c: White space.
1668         * ser-go32.c: White space.
1669         * serial.c: White space.
1670         * ser-mingw.c: White space.
1671         * ser-pipe.c: White space.
1672         * ser-tcp.c: White space.
1673         * ser-unix.c: White space.
1674         * solib.c: White space.
1675         * solib-darwin.c: White space.
1676         * solib-frv.c: White space.
1677         * solib-irix.c: White space.
1678         * solib-osf.c: White space.
1679         * solib-pa64.c: White space.
1680         * solib-som.c: White space.
1681         * solib-spu.c: White space.
1682         * solib-svr4.c: White space.
1683         * solib-target.c: White space.
1684         * source.c: White space.
1685         * stabsread.c: White space.
1686         * stack.c: White space.
1687         * std-regs.c: White space.
1688         * symfile.c: White space.
1689         * symmisc.c: White space.
1690         * symtab.c: White space.
1691
1692 2010-05-16  Michael Snyder  <msnyder@vmware.com>
1693
1694         * source.c (_initialize_source): Add "rev" as an abbreviation
1695         for the "reverse-search" command.
1696
1697 2010-05-16  Michael Snyder  <msnyder@vmware.com>
1698
1699         * record.c: White space.
1700         * regcache.c: White space.
1701         * reggroups.c: White space.
1702         * remote-fileio.c: White space.
1703         * remote-m32r-sdi.c: White space.
1704         * remote-mips.c: White space.
1705         * remote-sim.c: White space.
1706         * remote.c: White space.
1707         (process_g_packet): Remove orphan braces.
1708
1709 2010-05-15  Michael Snyder  <msnyder@vmware.com>
1710
1711         * parse.c: White space.
1712         * p-lang.c: White space.
1713         * posix-hdep.c: White space.
1714         * printcmd.c: White space.
1715         * progspace.c: White space.
1716         * prologue-value.c: White space.
1717         * psymtab.c: White space.
1718         * p-typeprint.c: White space.
1719         * p-valprint.c: White space.
1720
1721         * objc-lang.c: White space.
1722         * objfiles.c: White space.
1723         * observer.c: White space.
1724         * osabi.c: White space.
1725         * osdata.c: White space.
1726
1727         * m2-lang.c: White space.
1728         * m2-valprint.c: White space.
1729         * macrocmd.c: White space.
1730         * macroexp.c: White space.
1731         * macroscope.c: White space.
1732         * macrotab.c: White space.
1733         * main.c: White space.
1734         * maint.c: White space.
1735         * mdebugread.c: White space.
1736         * memattr.c: White space.
1737         * minsyms.c: White space.
1738         * monitor.c: White space.
1739
1740 2010-05-14  Michael Snyder  <msnyder@vmware.com>
1741
1742         * jv-lang.c: White space.
1743         * jv-typeprint.c: White space.
1744         * jv-valprint.c: White space.
1745         * language.c: White space.
1746         * libunwind-frame.c: White space.
1747         * linespec.c: White space.
1748         * linux-nat.c: White space.
1749         * linux-record.c: White space.
1750         * linux-thread-db.c: White space.
1751
1752         * infcall.c: White space.
1753         * inf-child.c: White space.
1754         * infcmd.c: White space.
1755         * inferior.c: White space.
1756         * inf-loop.c: White space.
1757         * inflow.c: White space.
1758         * inline-frame.c: White space.
1759         * interps.c: White space.
1760
1761         * gcore.c: White space.
1762         * gdb.c: White space.
1763         * gdbtypes.c: White space.
1764         * gnu-nat.c: White space.
1765         * gnu-v2-abi.c: White space.
1766         * gnu-v3-abi.c: White space.
1767
1768         * findcmd.c: White space.
1769         * findvar.c: White space.
1770         * fork-child.c: White space.
1771         * frame-base.c: White space.
1772         * frame.c: White space.
1773         * frame-unwind.c: White space.
1774         * f-valprint.c: White space.
1775
1776         * elfread.c: White space.
1777         * environ.c: White space.
1778         * eval.c: White space.
1779         * event-loop.c: White space.
1780         * event-top.c: White space.
1781         * exceptions.c: White space.
1782         * exec.c: White space.
1783         * expprint.c: White space.
1784
1785         * dbxread.c: White space.
1786         * dcache.c: White space.
1787         * disasm.c: White space.
1788         * doublest.c: White space.
1789         * dsrec.c: White space.
1790         * dummy-frame.c: White space.
1791         * dwarf2expr.c: White space.
1792         * dwarf2-frame.c: White space.
1793         * dwarf2loc.c: White space.
1794         * dwarf2read.c: White space.
1795
1796 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
1797
1798         PR python/11482
1799
1800         * python/py-value.c (valpy_hash): New function.
1801         (value_object_type): Register valpy_hash.
1802
1803 2010-05-14  Hui Zhu  <teawater@gmail.com>
1804             Michael Snyder  <msnyder@vmware.com>
1805
1806         * linux-fork.c (gdbthread.h): New include.
1807         (fork_info): Add parent_ptid.
1808         (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
1809         functions.
1810         (delete_checkpoint_command): Call inferior_call_waitpid.
1811         (checkpoint_command): Set parent_ptid.
1812
1813 2010-05-13  Michael Snyder  <msnyder@vmware.com>
1814
1815         * dictionary.c: Re-indent to GNU coding standard.
1816
1817         * charset.c: White space.
1818         * c-lang.c: White space.
1819         * cli-out.c: White space.
1820         * coffread.c: White space.
1821         * complaints.c: White space.
1822         * completer.c: White space.
1823         * corefile.c: White space.
1824         * corelow.c: White space.
1825         * cp-abi.c: White space.
1826         * cp-namespace.c: White space.
1827         * cp-support.c: White space.
1828         * cp-valprint.c: White space.
1829         * c-typeprint.c: White space.
1830         * c-valprint.c: White space.
1831         * blockframe.c: White space.
1832         * breakpoint.c: White space.
1833         * buildsym.c: White space.
1834         * blockframe.c: White space.
1835         * bcache.c: White space.
1836         * gdbarch.sh: White space, add blank lines.
1837         * arch-utils.c: Ditto.
1838         * gdbarch.c: Regenerate.
1839         * frame.c: White space, add blank lines.
1840         * stack.c: White space, add blank lines.
1841         (initialize_stack): Remove long-dead code.
1842
1843 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1844
1845         Code cleanup.
1846         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
1847         (locexpr_read_variable, loclist_read_variable): Update the callers.
1848
1849 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1850
1851         Code cleanup.
1852         * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
1853         Remove check of NULL returned by tag_type_to_type.
1854         (die_containing_type): Remove variable type.  Remove type_die variable
1855         initialization.  Remove check of NULL returned by tag_type_to_type.
1856
1857 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
1858
1859         PR exp/11530.
1860         * gdbtypes.c (lookup_struct_elt_type): Also lookup
1861         names of unnamed structures or unions.
1862
1863 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
1864
1865         * procfs.c (proc_watchpoint_address): New function.
1866         (procfs_stopped_by_watchpoint): Remove useless check after
1867         find_procinfo_or_die call.
1868         (procfs_stopped_data_address): New function.
1869         (procfs_use_watchpoints): Register new watchpoint related function.
1870
1871 2010-05-11  Tom Tromey  <tromey@redhat.com>
1872
1873         * eval.c (evaluate_subexp_standard): Revert inadvertent change.
1874
1875 2010-05-10  Michael Snyder  <msnyder@vmware.com>
1876
1877         * utils.c: White space cleanup.
1878
1879 2010-05-10  Tom Tromey  <tromey@redhat.com>
1880
1881         * eval.c (ptrmath_type_p): Add 'lang' argument.
1882         (evaluate_subexp_standard): Update.
1883         (evaluate_subexp_with_coercion): Update.
1884         * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
1885
1886 2010-05-10  Michael Snyder  <msnyder@vmware.com>
1887
1888         * utils.c (do_fclose_cleanup) Restore local variable.
1889
1890 2010-05-09  Doug Evans  <dje@google.com>
1891
1892         * record.c (init_record_core_ops): Rename record_core to record-core.
1893
1894 2010-05-08  Joel Brobecker  <brobecker@adacore.com>
1895
1896         Implement task switching on pa-hpux.
1897         * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
1898         (inf_ttrace_target): Set t->to_get_ada_task_ptid.
1899
1900 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
1901
1902         * valops.c (find_overload_match): Add missing i18n markup.
1903
1904 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
1905
1906         * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
1907
1908 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1909
1910         * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
1911         list for the obconcat call.
1912         * mdebugread.c (parse_symbol): Likewise.
1913         * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
1914         Likewise.
1915         * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
1916         New variable ap.  Remove variables len and val.
1917         * symfile.h (obconcat): Likewise for the prototype.
1918
1919 2010-05-07  Michael Snyder  <msnyder@vmware.com>
1920
1921         * python/python.c (execute_gdb_command): Remove unused variables.
1922         * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
1923         * python/py-breakpoint.c (gdbpy_breakpoint_created):
1924         Remove unused variable.
1925         * python/py-cmd.c (cmdpy_function): Remove unused variable.
1926         (cmdpy_completer): Remove unused variable.
1927         * python/py-frame.c (frapy_find_sal): Remove unused variable.
1928         * python/py-function.c (fnpy_call): Remove unused variable.
1929         * python/py-objfile.c (objfile_to_objfile_object):
1930         Remove unused variable.
1931         * python/py-param.c (parmpy_init): Remove unused variable.
1932         * python/py-prettyprint.c (apply_varobj_pretty_printer):
1933         Remove unused variable.
1934         (gdbpy_default_visualizer): Remove unused variable.
1935         * python/py-progspace.c (pspace_to_pspace_object):
1936         Remove unused variable.
1937         * python/py-symtab.c (symtab_and_line_to_sal_object):
1938         Remove unused variable.
1939         * python/py-type.c (typy_template_argument):
1940         Remove unused variable.
1941         * python/py-value.c (valpy_string): Remove unused variable.
1942         (convert_value_from_python): Remove unused variables.
1943
1944 2010-05-07  Michael Snyder  <msnyder@vmware.com>
1945
1946         * valops.c (value_cast_pointers): Restore unused variable 'type1',
1947         and use it to compute variable 't1'.
1948
1949 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
1950
1951         * ada-lang.c (assign_aggregate): Remove unused variable.
1952
1953 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
1954
1955         PR C++/7943:
1956         * valops.c (find_overload_match): Handle fsym == NULL case.
1957         Add int no_adl argument.
1958         (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
1959         when appropriate.
1960         Add int no_adl argument.
1961         (find_oload_champ_namespace):   Add int no_adl argument.
1962         * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
1963         expression.
1964         * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
1965         * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
1966         Evaluate arguments and use them to perform ADL lookup.
1967         Pass no_adl argument to find_overload_match.
1968         Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
1969         * cp-support.h: Added prototype for
1970         make_symbol_overload_list_namespace.
1971         * cp-support.c (make_symbol_overload_list_namespace): New function.
1972         (make_symbol_overload_list_adl_namespace): New function.
1973         (make_symbol_overload_list_adl): New function.
1974         (make_symbol_overload_list_using): Moved code to add function to
1975         overload set to make_symbol_overload_list_namespace.
1976         * c-exp.y: create UNKNOWN_CPP_NAME token.
1977         Add parse rule for ADL functions.
1978         (classify_name): Recognize an UNKNOWN_CPP_NAME.
1979
1980 2010-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1981
1982         * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
1983         sentinel.
1984
1985 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
1986
1987         Implement task switching on solaris targets.
1988         * sol-thread.c (thread_db_find_thread_from_tid)
1989         (sol_get_ada_task_ptid): New functions.
1990         (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
1991
1992 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
1993
1994         * remote.c (remote_query_supported_append): Use reconcat.
1995         (remote_query_supported): Install a cleanup.  Use reconcat.
1996
1997 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
1998
1999         * gdbarch.sh (qsupported): Delete.
2000         * gdbarch.h, gdbarch.c: Regenerate.
2001         * remote.c (remote_query_supported): Remove use of
2002         gdbarch_qsupported.
2003
2004 2010-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2005
2006         * xml-syscall.c (syscall_start_syscalls_info): Remove unused
2007         function.
2008
2009 2010-05-06  Michael Snyder  <msnyder@vmware.com>
2010
2011         * xml-support.c (xinclude_start_include): Delete unused variable.
2012         (xml_process_xincludes): Delete unused variable.
2013         * xml-syscall.c (syscall_parse_xml): Delete unused variable.
2014         * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
2015         (tdesc_find_arch_register): Delete unused variable.
2016         (tdesc_use_registers): Delete unused variable.
2017         * xml-tdesc.c (tdesc_start_target): Delete unused variable.
2018         * inferior.c (print_inferior): Delete unused variable.
2019         * record.c (record_open_1): Delete unused variable.
2020         (record_restore): Delete unused variable.
2021         (cmd_record_save): Delete unused variable.
2022         * gcore.c (derive_heap_segment): Delete unused variable.
2023         (objfile_find_memory_regions): Use unused variable.
2024         * jit.c (jit_inferior_init): Delete unused variable.
2025         * progspace.c (clone_program_space): Delete unused variable.
2026         (pspace_empty_p): Delete unused variable.
2027
2028         * frame-unwind.c (frame_unwind_find_by_frame):
2029         Delete unused variable.
2030         * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
2031         * cp-support.c (mangled_name_to_comp): Delete unused variable.
2032         (method_name_from_physname): Delete unused variable.
2033         (cp_func_name): Delete unused variable.
2034         (cp_validate_operator): Delete unused variable.
2035         * cp-namespace.c (cp_scan_for_anonymous_namespaces):
2036         Delete unused variable.
2037         * trad-frame.c (trad_frame_get_prev_register):
2038         Delete unused variable.
2039         * tramp-frame.c (tramp_frame_cache): Delete unused variable.
2040
2041         * serial.c (serial_for_fd): Delete unused variable.
2042         * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
2043         * top.c (execute_command): Delete unused variable.
2044         (init_main): Delete unused variable.
2045         * utils.c (do_fclose_cleanup): Delete unused variable.
2046         (do_all_inferior_continuations): Delete unused variable.
2047         (initialize_utils): Delete unused variable.
2048         (internal_problem_mode): Delete unused global.
2049         * frame.c (get_prev_frame): Delete unused global.
2050         (get_frame_locals_address): Delete unused global.
2051         (get_frame_args_address): Delete unused global.
2052
2053         * p-typeprint.c (pascal_type_print_base): Delete unused variable.
2054         (pascal_type_print_varspec_prefix): Delete unused variable.
2055         * f-typeprint.c (f_type_print_base): Delete unused variable.
2056         (f_type_print_varspec_suffix): Delete unused variable.
2057         * m2-typeprint.c (m2_print_type): Delete unused variable.
2058         (m2_long_set): Delete unused variable.
2059         * ada-valprint.c (ada_val_print_1): Delete unused variable.
2060         * d-valprint.c (dynamic_array_type): Delete unused variable.
2061         * f-valprint.c (f77_get_dynamic_length_of_aggregate):
2062         Delete unused variable.
2063         (f77_create_arrayprint_offset_tbl): Delete unused variable.
2064         * m2-valprint.c (m2_val_print): Delete unused variable.
2065
2066         * ui-out.c (ui_out_field_int): Delete unused variable.
2067         (ui_out_field_fmt_int): Delete unused variable.
2068         * varobj.c (varobj_list_children): Delete unused variable.
2069         (varobj_set_value): Delete unused variable.
2070         (install_new_value_visualizer): Delete unused variable.
2071         (varobj_set_visualizer): Delete unused variable.
2072         (varobj_update): Delete unused variable.
2073         (varobj_editable_p): Delete unused variable.
2074         (c_value_of_root): Delete unused variable.
2075         (cplus_describe_child): Delete unused variable.
2076
2077         * ada-lang.c (add_defn_to_vec): Delete unused variable.
2078         (decode_constrained_packed_array_type): Delete unused variable.
2079         (add_defn_to_vec): Delete unused variable.
2080         (symbol_completion_match): Delete unused variable.
2081         (value_tag_from_contents_and_address): Delete unused variable.
2082         (ada_evaluate_subexp): Delete unused variable.
2083         * c-lang.c (classify_type): Delete unused variable.
2084         * f-lang.c (f_printstr): Delete unused variable.
2085         * objc-lang.c (objc_printstr): Delete unused variable.
2086         * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
2087         * jv-lang.c (type_from_class): ifdef unused variable.
2088         (java_class_name_from_physname): Delete unused variable.
2089         * m2-lang.c (m2_printstr): Delete unused variable.
2090
2091         * objfiles.c (objfile_relocate): Delete unused variable.
2092         * maint.c (_initialize_maint_cmds): Delete unused variable.
2093         * demangle.c (_initialize_demangler): Delete unused variable.
2094         * corefile.c (reopen_exec_file): Delete unused variable.
2095         * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
2096         * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
2097
2098         * osabi.c (_initialize_gdb_osabi): Delete unused variable.
2099         * memattr.c (mem_delete): Delete unused variable.
2100         (invalidate_target_mem_regions): Delete unused variable.
2101         * mem-break.c (default_memory_insert_breakpoint):
2102         Delete unused variable.
2103         * target.c (target_get_osdata): Delete unused variable.
2104         * parse.c (length_of_subexp): Delete unused variable.
2105         (prefixify_subexp): Delete unused variable.
2106         (exp_iterate): Delete unused variable.
2107         * reverse.c (delete_bookmark_command): Delete unused variable.
2108
2109         * macrocmd.c (_initialize_macrocmd): Delete unused variable.
2110         * macroexp.c (gather_arguments): Delete unused variable.
2111         (substitute_args): Delete unused variable.
2112         * completer.c (gdb_completer_loc_break_characters): Unused, delete.
2113         * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
2114         (_initialize_gdbarch): Delete unused variable.
2115         * gdbarch.c, gdbarch.h: Regenerate.
2116         * arch-utils.c (initialize_current_architecture):
2117         Delete unused variable.
2118         (_initialize_gdbarch_utils): Delete unused variable.
2119         * gdbtypes.c (make_cv_type): Delete unused variable.
2120         (make_type_with_address_space): Delete unused variable.
2121
2122         * linespec.c (decode_compound): Delete unused variable.
2123         * dictionary.c (iterator_next_hashed): Delete unused variable.
2124         * infcall.c (call_function_by_hand): Delete unused variable.
2125         * infcmd.c (step_1): Delete unused variable.
2126         (registers_info): Delete unused variable.
2127         (attach_command): Delete unused variable.
2128         * infrun.c (follow_exec): Delete unused variable.
2129         (handle_step_into_function_backwards): Delete unused variable.
2130         (_initialize_infrun): Delete unused variable.
2131         * stack.c (parse_frame_specification_1): Delete unused variable.
2132         (frame_info): Delete unused variable.
2133         (backtrace_command_1): Delete unused variable.
2134         (catch_info): Delete unused variable.
2135
2136         * eval.c (evaluate_subexp_standard): Delete unused variable.
2137         * valops.c (value_cast_pointers): Delete unused variable.
2138         (value_dynamic_cast): Delete unused variable.
2139         (value_array): Delete unused variable.
2140         (find_overload_match): Delete unused variable.
2141         * valarith.c (value_subscript): Delete unused variable.
2142         (value_binop): Delete unused variable.
2143         * valprint.c (_initialize_valprint): Delete unused variable.
2144         * printcmd.c (print_command_1): Delete unused variable.
2145         (address_info): Delete unused variable.
2146         (printf_command): Delete unused variable.
2147
2148         * auxv.c (target_auxv_search): Delete unused variable.
2149         * blockframe.c (get_frame_block): Delete unused variable.
2150         * regcache.c (regcache_cpy): Delete unused variable.
2151         (regcache_cpy_no_passthrough): Delete unused variable.
2152         * charset.c (wchar_iterate): Delete unused variable.
2153         (find_charset_names): Delete unused variable.
2154         (_initialize_charset): Delete unused variable.
2155         * disasm.c (do_mixed_source_and_assembly):
2156         Delete unused variable.
2157         * source.c (set_default_source_symtab_and_line):
2158         Delete unused variable.
2159         (set_substitute_path_command): Delete unused variable.
2160         * value.c (preserve_values): Delete unused variable.
2161         (value_from_double): Delete unused variable.
2162
2163 2010-05-05  Michael Snyder  <msnyder@vmware.com>
2164
2165         * psymtab.c (lookup_partial_symbol): Delete unused variable.
2166         (find_last_source_symtab_from_partial): Delete unused variable.
2167         * symfile.c (place_section): Delete unused variable.
2168         (default_symfile_offsets): Delete unused variable.
2169         (get_debug_link_info): Delete unused variable.
2170         (find_separate_debug_file_by_debuglink): Delete unused variable.
2171         (add_symbol_file_command): Delete unused variable.
2172         (symfile_find_segment_sections): Delete unused variable.
2173         * symmisc.c (free_symtab): Delete unused variable.
2174         (dump_symtab_1): Delete unused variable.
2175         * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
2176         (find_pc_sect_symtab): Delete unused variable.
2177         (skip_prologue_using_lineinfo): Delete unused variable.
2178         (sources_info): Delete unused variable.
2179         (completion_list_add_name): Delete unused variable.
2180         (expand_line_sal): Delete unused variable.
2181
2182         * breakpoint.c (validate_commands_for_breakpoint):
2183         Delete unused variables.
2184         (insert_catchpoint): Delete unused variable.
2185         (update_watchpoint): Delete unused variable.
2186         (insert_bp_location): Delete unused variable.
2187         (insert_breakpoint_locations): Delete unused variable.
2188         (remove_breakpoint_1): Delete unused variable.
2189         (software_breakpoint_inserted_here_p): Delete unused variable.
2190         (watchpoints_triggered): Delete unused variable.
2191         (bpstat_check_watchpoint): Delete unused variable.
2192         (bpstat_stop_status): Delete unused variable.
2193         (print_one_breakpoint_location): Delete unused variable.
2194         (allocate_bp_location): Delete unused variable.
2195         (create_breakpoint): Delete unused variable.
2196         (watch_command_1): Delete unused variable.
2197         (catch_exception_command_1): Delete unused variable.
2198         (catch_ada_exception_command): Delete unused variable.
2199         (delete_breakpoint): Delete unused variable.
2200         (breakpoint_re_set_one): Delete unused variable.
2201         (do_enable_breakpoint): Delete unused variable.
2202
2203 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
2204
2205         * amd64-tdep.c: Include disasm.h.
2206         (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
2207         (amd64_insn_length): Moved to disasm.c and renamed.
2208         (fixup_riprel): Adjust.
2209         * disasm.c (do_ui_file_delete): New.
2210         (gdb_insn_length): New.
2211         (gdb_buffered_insn_length_fprintf)
2212         (gdb_buffered_insn_length_init_dis)
2213         (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
2214         renamed.
2215         * disasm.h (gdb_insn_length): Declare.
2216         (gdb_buffered_insn_length): Declare.
2217
2218 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
2219
2220         * remote.c (clear_threads_parsing_context): New.
2221         (remote_threads_info): Delete unused null_cleanup.  Install a
2222         cleanup to clear the threads_parsing_context in case parsing
2223         throws.
2224
2225 2010-05-05  Michael Snyder  <msnyder@vmware.com>
2226
2227         * c-exp.y (parse_string_or_char): Delete unused variable.
2228         (c_lex): Delete unused variable.
2229         * cp-name-parser.y (cpname_lex): Delete unused variable.
2230         * ada-exp.y (find_primitive_type): Delete unused variable.
2231         (write_var_or_type): Delete unused variable.
2232         * jv-exp.y (java_parse): Delete unused variable.
2233         (push_expression_name): Delete unused variable.
2234         * p-exp.y (pascal_lex): Delete unused variable.
2235
2236 2010-05-05  Pedro Alves  <pedro@codesourcery.com>
2237
2238         * remote.c (remote_threads_info): Really revert previous previous
2239         change.
2240
2241 2010-05-05  Michael Snyder  <msnyder@vmware.com>
2242
2243         * elfread.c (elf_symtab_read): Delete unused variable.
2244         (find_separate_debug_file_by_buildid): Delete unused variables.
2245         (elf_symfile_read): Delete unused variable.
2246
2247         * coffread.c (coff_symfile_read): Delete unused variables.
2248
2249         * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
2250         (read_pe_exported_syms): Delete unused variable.
2251
2252         * stabsread.c (define_symbol): Delete unused variable.
2253
2254         * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
2255         (process_psymtab_comp_unit): Delete unused variable.
2256         (dwarf2_build_psymtabs_hard): Delete unused variable.
2257         (load_partial_comp_unit): Delete unused variable.
2258         (create_all_comp_units): Delete unused variable.
2259         (scan_partial_symbols): Delete unused variable.
2260         (add_partial_symbol): Delete unused variable.
2261         (add_partial_namespace): Delete unused variable.
2262         (add_partial_enumeration): Delete unused variable.
2263         (load_full_comp_unit): Delete unused variable.
2264         (process_full_comp_unit): Delete unused variable.
2265         (read_file_scope): Delete unused variable.
2266         (read_type_unit_scope): Delete unused variable.
2267         (process_structure_scope): Delete unused variable.
2268         (process_enumeration_scope): Delete unused variable.
2269         (read_tag_ptr_to_member_type): Delete unused variable.
2270         (read_typedef): Delete unused variable.
2271         (read_partial_die): Delete unused variable.
2272         (decode_locdesc): Delete unused variable.
2273         (zeroed_partial_die): Delete unused global variable.
2274
2275         * tui/tui-interp.c (_initialize_tui_interp):
2276         Delete unused variable.
2277         * tui/tui-regs.c tui_display_registers_from):
2278         Delete unused variable.
2279         (tui_check_register_values): Delete unused variable.
2280         (tui_register_format): Delete unused variable.
2281         * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
2282         * tui/tui-windata.c (tui_display_data_from_line):
2283         Delete unused variables.
2284         (tui_vertical_data_scroll): Delete unused variables.
2285
2286 2010-05-05  Michael Snyder  <msnyder@vmware.com>
2287
2288         * remote.c (remote_threads_info): Revert questionable part of
2289         the previous change.
2290
2291 2010-05-05  Michael Snyder  <msnyder@vmware.com>
2292
2293         * mi/mi-out.c (mi_table_begin): Delete unused variable.
2294         * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
2295         (mi_cmd_var_list_children): Delete unused variable.
2296         (varobj_update_one): Delete unused variable.
2297         * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
2298         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
2299         Delete unused variable.
2300         (mi_cmd_stack_list_variables): Delete unused variable.
2301         (list_args_or_locals): Delete unused variable.
2302         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
2303         Delete unused variables.
2304         (mi_cmd_file_list_exec_source_files): Delete unused variable.
2305         * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
2306         Delete unused variable.
2307         * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
2308         (mi_cmd_interpreter_exec): Delete unused variable.
2309         (mi_on_normal_stop): Delete unused variable.
2310         * mi/mi-main.c (run_one_inferior): Delete unused variable.
2311         (print_one_inferior): Delete unused variables.
2312         (mi_execute_command): Delete unused variable.
2313         (mi_cmd_execute): Delete unused variable.
2314         (timestamp): Delete unused variable.
2315
2316         * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
2317         (restore_binary_file): Delete unused variable.
2318         * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
2319         * cli/cli-script.c (define_command): Delete unused variables.
2320         (recurse_read_control_structure): Delete unused variable.
2321         (script_from_file): Delete unused variable.
2322         * cli/cli-cmds.c (complete_command): Delete unused variable.
2323         (disassemble_command): Delete unused variable.
2324
2325         * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
2326         * tracepoint.c (delete_trace_variable_command):
2327         Delete unused variables.
2328         (encode_actions_1): Delete unused variables.
2329         (start_tracing): Delete unused variable.
2330         (trace_status_mi): Delete unused variable.
2331         (tfind_1): Delete unused variable.
2332         (trace_find_pc_command): Delete unused variable.
2333         (trace_find_line_command): Delete unused variables.
2334         (trace_find_range_command): Delete unused variables.
2335         (trace_find_outside_command): Delete unused variables.
2336         (parse_tracepoint_definition): Delete unused variables.
2337         (tfile_fetch_registers): Delete unused variable.
2338
2339         * dcache.c (dcache_init): Delete unused variable.
2340         (dcache_info): Delete unused variable.
2341
2342         * remote.c (remote_threads_info): Delete unused variable.
2343         (process_stop_reply) :Delete unused variable.
2344         (remote_get_trace_status): Delete unused variables.
2345
2346         * linux-thread-db.c (add_thread_db_info): Delete unused variable.
2347         (thread_from_lwp): Delete unused variable.
2348         (enable_thread_event_reporting): Delete unused variable.
2349         (check_for_thread_db): Delete unused variables.
2350         (thread_db_find_new_threads_2): Delete unused variable.
2351
2352         * linux-fork.c (info_checkpoints_command): Delete unused variables.
2353         (checkpoint_command): Delete unused variable.
2354         (linux_fork_context): Delete unused variables.
2355
2356         * linux-nat.c (linux_parent_pid): Delete unused global variable.
2357         (linux_tracefork_child): Delete unused variable.
2358         (linux_child_follow_fork): Delete unused variable.
2359         (linux_nat_detach): Delete unused variable.
2360         (linux_handle_extended_wait): Delete unused variable.
2361         (linux_nat_has_pending_sigint): Delete unused variable.
2362         (linux_nat_find_memory_regions): Delete unused variable.
2363         (linux_nat_make_corefile_notes): Delete unused variables.
2364         (linux_nat_info_proc_cmd): Delete unused variable.
2365         (linux_proc_pending_signals): Delete unused variable.
2366         (linux_nat_stop_lwp): Delete unused variables.
2367         (_initialize_linux_nat): Delete unused variable.
2368
2369         * ser-pipe.c (pipe_ops): Delete unused global variable.
2370
2371         * linux-record.c (record_linux_system_call):
2372         Delete unused variables.
2373
2374         * corelow.c (core_xfer_partial): Delete unused variables.
2375
2376         * solib-svr4.c (find_program_interpreter): Delete unused variable.
2377         (svr4_solib_create_inferior_hook): Add ifdef around
2378         conditionally-used variable declarations.
2379
2380         * solib.c (solib_find): Delete unused variable.
2381         (free_so_symbols): Delete unused variable.
2382         (info_sharedlibrary_command): Delete unused variable.
2383         (reload_shared_libraries_1): Delete unused variable.
2384         (_initialize_solib): Delete unused variable.
2385
2386         * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
2387         (i386_collect_xstateregset): Delete unused variable.
2388         * i387-tdep.c (i387_print_float_info): Delete unused variable.
2389
2390         * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
2391         Delete unused variable 'type'.
2392
2393 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
2394
2395         * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros.  *
2396         ada-lang.c: Remove comment mentioning these macros.
2397         * m2-exp.y: Delete commented out code.
2398
2399 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
2400
2401         * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
2402         for array types.
2403         * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
2404
2405 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
2406
2407         ARI fix: Remove ATTRIBUTE_UNUSED throughout.
2408         * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
2409         ATTRIBUTE_UNUSED.
2410         (cleanup_kernel_helper_return): Likewise.
2411         * arm-tdep.c (copy_unmodified): Likewise.
2412         (copy_preload): Likewise.
2413         (copy_copro_load_store): Likewise.
2414         (cleanup_branch): Likewise.
2415         (copy_b_bl_blx): Likewise.
2416         (copy_bx_blx_reg): Likewise.
2417         (copy_alu_imm): Likewise.
2418         (copy_alu_reg): Likewise.
2419         (copy_alu_shifted_reg): Likewise.
2420         (cleanup_load): Likewise.
2421         (cleanup_store): Likewise.
2422         (cleanup_block_load_pc): Likewise.
2423         (cleanup_svc): Likewise.
2424         (copy_undef): Likewise.
2425         (copy_unpred): Likewise.
2426         * remote.c (register_remote_support_xml): Likewise.
2427
2428 2010-05-05  Hui Zhu  <teawater@gmail.com>
2429
2430         * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
2431
2432 2010-05-04  Mark Kettenis  <kettenis@gnu.org>
2433
2434         * remote.c (register_remote_support_xml)
2435         (remote_query_supported_append, remote_query_supported): Add cast
2436         to NULL used as sentinel.
2437         * tracepoint.c (tvariables_info_1): Likewise.
2438         * utils.c (add_internal_problem_command): Likewise.
2439
2440 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2441
2442         * dwarf2loc.c (read_pieced_value, write_pieced_value,
2443         dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
2444         registers gracefully.
2445
2446 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2447
2448         * exec.c (print_section_info): Display entry point without arch
2449         specific parts.
2450
2451 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
2452
2453         PR exp/11349.
2454         * printcmd.c (x_command): Only dereference once implicitly for
2455         TYPE_CODE_REF.
2456
2457 2010-05-03  Doug Evans  <dje@google.com>
2458
2459         * event-loop.c (gdb_timer): Delete unused global.
2460         (create_timer): Update.
2461
2462 2010-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2463
2464         * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
2465         CURRENT->DECLARATION case.
2466         * cp-support.h (struct using_direct): Provide extended comment.
2467
2468 2010-05-03  Mark Kettenis  <kettenis@gnu.org>
2469
2470         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
2471         HPPABSD_SIZEOF_GREGS.
2472         (HPPAOBSD_SIZEOF_FPREGS): New define.
2473         (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
2474         (hppaobsd_supply_fpregset): New function.
2475         (hppaobsd_gregset): Renamed from hppabsd_gregset.
2476         (hppaobsd_fpregset): New variable.
2477         (hppaobsd_regset_from_core_section): Handle floating-point registers.
2478         (_initialize_hppabsd_tdep): Remove spurious blank line.
2479
2480 2010-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
2481
2482         PR pascal/11349.
2483         * p-valprint.c (pascal_value_print): Always dereference a value with
2484         type code TYPE_CODE_REF.
2485
2486 2010-05-03  Pedro Alves  <pedro@codesourcery.com>
2487
2488         * remote.c (remote_notice_signals): New.
2489         (remote_start_remote): In non-stop mode, update the remote end on
2490         which signals it can silently pass.
2491         (init_remote_ops): Install remote_notice_signals.
2492
2493 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2494
2495         * cli/cli-cmds.h (error_no_arg): Remove.  Move the comment ...
2496         * command.h (error_no_arg): ... here.  Remove NORETURN, change
2497         ATTR_NORETURN to ATTRIBUTE_NORETURN.
2498         * defs.h (NORETURN, ATTR_NORETURN): Remove.
2499         (perror_with_name, verror, error, error_stream, vfatal, fatal)
2500         (internal_verror, internal_error, nomem): Remove NORETURN, change
2501         ATTR_NORETURN to ATTRIBUTE_NORETURN.
2502         * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
2503         (throw_vfatal, throw_error): Remove NORETURN.
2504         (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
2505         * exceptions.h (throw_exception, throw_verror, throw_vfatal)
2506         (throw_error, deprecated_throw_reason): Remove NORETURN, change
2507         ATTR_NORETURN to ATTRIBUTE_NORETURN.
2508         * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
2509         to ATTRIBUTE_NORETURN for prototype, for the definition only remove
2510         NORETURN.
2511         * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
2512         * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
2513         ATTRIBUTE_NORETURN.
2514         * target.c (tcomplain): Likewise.
2515         * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
2516         ATTRIBUTE_NORETURN.
2517         * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
2518         (internal_error, perror_with_name, nomem): Remove NORETURN.
2519         * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
2520         ATTRIBUTE_NORETURN.
2521
2522 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2523
2524         * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
2525         * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
2526         * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
2527         (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
2528         * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
2529         (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
2530         * complaints.h (complaint, internal_complaint): Likewise.
2531         * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
2532         (ATTR_FORMAT): Remove.
2533         (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
2534         (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
2535         (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
2536         (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
2537         (xsnprintf, verror, error, vfatal, fatal, internal_verror)
2538         (internal_error, internal_vwarning, internal_warning, warning)
2539         (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
2540         * disasm.c (fprintf_disasm): Likewise.
2541         * exceptions.c (throw_it): Likewise.
2542         * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
2543         (throw_error): Likewise.
2544         * language.h (type_error, range_error): Likewise.
2545         * linespec.c (cplusplus_error): Likewise.
2546         * mi/mi-interp.c (mi_interp_query_hook): Likewise.
2547         * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
2548         * monitor.c (monitor_debug): Likewise.
2549         * parser-defs.h (parser_fprintf): Likewise.
2550         * serial.h (serial_printf): Likewise.
2551         * tui/tui-hooks.c (tui_query_hook): Likewise.
2552         * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
2553         (uo_message): Likewise.
2554         * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
2555         * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
2556         Likewise.
2557         * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
2558
2559 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
2560
2561         * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
2562         (cli_table_header, cli_begin, cli_end, cli_field_int)
2563         (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
2564         (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
2565         Delete forward declarations.
2566         (cli_ui_out_impl): Move below the callbacks.
2567         (_initialize_cli_out): Delete.
2568
2569 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
2570
2571         * README: Use consistent `GDB' and `GDBserver' spellings.
2572
2573 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2574
2575         * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
2576
2577 2010-05-01  Pedro Alves  <pedro@codesourcery.com>
2578
2579         * infrun.c (prepare_for_detach): In non-stop, context switch to
2580         the thread that got the event before handling the event.
2581
2582 2010-04-30  Tom Tromey  <tromey@redhat.com>
2583
2584         * symtab.c (symbol_set_names): Fix typo.
2585
2586 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
2587
2588         * python/py-param.c (parm_constants): Avoid ARI warning
2589         by adding ARI comment.
2590         (parmpy_init): Likewise.
2591
2592 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
2593
2594         * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
2595         and created type for re-use.
2596
2597 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
2598
2599         * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
2600
2601 2010-04-29  Doug Evans  <dje@google.com>
2602
2603         * ser-base.h (reschedule): Delete prototype.
2604         * ser-base.c (reschedule): Make static.
2605
2606 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2607
2608         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
2609         (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
2610         (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
2611         EABI.
2612         (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
2613         use.
2614
2615 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
2616
2617         PR gdb/11557
2618
2619         * regcache.c (registers_changed): Rename to ...
2620         (registers_changed_ptid): ... this, and only delete register cache
2621         entries matching the ptid filter argument.
2622         (registers_changed): Reimplement on top of registers_changed_ptid.
2623         * regcache.h (registers_changed_ptid): Declare.
2624         * target.c (target_resume): Flush register caches.
2625
2626 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
2627             Tom Tromey  <tromey@redhat.com>
2628             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2629
2630         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
2631         (SUBDIR_PYTHON_SRCS): Likewise.
2632         (py-parameter.o): New rule.
2633         * python/py-parameter.c: New file.
2634         * python/python-internal.h (gdbpy_initialize_parameter)
2635         (gdbpy_parameter, gdbpy_parameter_value)
2636         (gdbpy_parse_command_name): Declare.
2637         * python/py-cmd.c (parse_command_name): Rename to
2638         gdbpy_parse_command_name.
2639         (gdbpy_parse_command_name): Accept a starting list parameter and
2640         use over cmdlist.
2641         (cmdpy_init): Use gdbpy_parse_command_name.
2642         * python/python.c (parameter_to_python): Rename to
2643         gdbpy_parameter_to_python.  Accept enum var_types and value.
2644         (gdbpy_parameter): Use gdbpy_parameter_value.
2645         (_initialize_python): Call gdbpy_initialize_parameters.
2646
2647 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2648
2649         * MAINTAINERS: Add myself for write after approval privileges.
2650
2651 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
2652
2653         D language support.
2654         * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
2655         (COMMON_OBS): Add d-lang.o d-valprint.o.
2656         (HFILES_NO_SRCDIR): Add d-lang.h.
2657         * NEWS: Mention D language support.
2658         * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
2659         * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
2660         * d-lang.c: New file.
2661         * d-lang.h: New file.
2662         * d-valprint.c: New file.
2663         * defs.h (enum language): Add language_d.
2664         * dwarf2read.c (set_cu_language): Add DW_LANG_D.
2665         * language.c (binop_result_type, integral_type, character_type)
2666         (string_type, boolean_type, structured_type): Add language_d.
2667         * symfile.c (init_filename_language_table): Add language_d.
2668         * symtab.c: Include d-lang.h.
2669         (symbol_init_language_specific, symbol_find_demangled_name)
2670         (symbol_natural_name, lookup_symbol_in_language)
2671         (symbol_demangled_name, symbol_matches_domain): Add language_d.
2672
2673 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
2674
2675         * solib-svr4.c (solib_svr4_r_map): Expand function description.
2676
2677 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
2678
2679         * symfile.c (init_filename_language_table): Register .dg files
2680         with language_ada.
2681
2682 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
2683
2684         * gdbtypes.h (struct main_type): Expand comment about target_type
2685         field.
2686
2687 2010-04-27  Pedro Alves  <pedro@codesourcery.com>
2688             Tristan Gingold  <gingold@adacore.com>
2689
2690         * symfile.c (reread_symbols): Also search for file in libraries.
2691         Update comment.
2692
2693 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
2694
2695         * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
2696         in terms of configuration.
2697
2698 2010-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2699
2700         * objfiles.c: Include solist.h.
2701         (free_all_objfiles): New variable so.  Check stale solist objfiles.
2702         * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
2703         and no_shared_libraries.
2704
2705 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
2706
2707         ARI warning fix.
2708         * python/py-auto-load.c (source_section_scripts): Remove trailing
2709         new-line in i18n string.
2710
2711 2010-04-26  Doug Evans  <dje@google.com>
2712
2713         * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
2714
2715 2010-04-26  Tom Tromey  <tromey@redhat.com>
2716
2717         * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
2718         command list.
2719
2720 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
2721
2722         Removal of config/i386/nm-i386sol2.h native configuration file.
2723         * config/i386/nm-i386sol2.h: Remove file.
2724         * config/i386/i386sol2.mh: Remove NAT_FILE definition.
2725         * config/i386/sol2-64.mh: Idem.
2726         * config/djgpp/fnchange.lst: Remove reference to that file.
2727         * Makefile.in (HFILES_NO_SRCDIR): Idem.
2728
2729 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
2730
2731         PR breakpoints/11531.
2732         * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
2733         macro definition and related comment.
2734         * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
2735         (resume): Remove code and comment related to this macro.
2736
2737 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2738
2739         * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
2740         Fix whitespace.
2741
2742 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
2743
2744         * defs.h: Adjust comment.
2745         * filesystem.h, filesystem.c: New files.
2746         * Makefile.in (SFILES): Add filesystem.c.
2747         (COMMON_OBS): Add filesystem.o.
2748         * solib.c (solib_find): Handle DOS-based filesystems.  Handle
2749         different target and host path flavours.
2750         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
2751         has_dos_based_file_system on the gdbarch.
2752         * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
2753         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
2754         * i386-tdep.c (i386_go32_init_abi): Ditto.
2755         * gdbarch.sh (has_dos_based_file_system): New.
2756         * gdbarch.h, gdbarch.c: Regenerate.
2757         * NEWS: Mention improved support for remote targets with DOS-based
2758         filesystems.  Mention new `set/show target-file-system-kind'
2759         commands.
2760
2761 2010-04-23  Stan Shebs  <stan@codesourcery.com>
2762
2763         * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
2764         comments.
2765         (struct agent_reqs): Remove.
2766         (ax_reg_mask): Declare.
2767         * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
2768         (free_agent_expr): Free reg_mask.
2769         (ax_print): Add scope and register mask info.
2770         (ax_reqs): Remove agent_reqs argument, use agent expression
2771         fields, and move part of register mask computation to...
2772         (ax_reg_mask): New function.
2773         * ax-gdb.c (gen_trace_static_fields): Call it.
2774         (gen_traced_pop): Ditto.
2775         (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
2776         (gen_trace_for_var): Pass gdbarch to new_agent_expr.
2777         (gen_trace_for_expr): Ditto, and clear optimized_out flag.
2778         (gen_eval_for_expr): Ditto, and require an rvalue.
2779         (agent_command): Call ax_reqs.
2780         (agent_eval_command): Ditto.
2781         * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
2782         (validate_action_line): Ditto.
2783         (collect_symbol): Ditto.
2784         (encode_actions_1): Ditto.
2785
2786 2010-04-23  Daniel Jacobowitz  <dan@codesourcery.com>
2787             Paul Pluzhnikov  <ppluzhnikov@google.com>
2788             Jan Kratochvil  <jan.kratochvil@redhat.com>
2789
2790         Fix deadlock on looped list of loaded shared objects.
2791         * solib-svr4.c (LM_PREV): New function.
2792         (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
2793         (svr4_current_sos): Check for correct l_prev.  New variables prev_lm
2794         and next_lm.  Clear prev_lm for solib_svr4_r_ldsomap.
2795         * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
2796
2797 2010-04-23  Doug Evans  <dje@google.com>
2798
2799         * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
2800         python.
2801         * configure: Regenerate.
2802         * main.c: #include "python/python.h".
2803         (captured_main): Defer loading auto-loaded scripts until after
2804         local_gdbinit has been sourced.
2805         * python/py-auto-load.c (gdbpy_global_auto_load): New global.
2806         (load_auto_scripts_for_objfile): New function.
2807         (auto_load_new_objfile): Call it.
2808         * python/python.h (gdbpy_global_auto_load): Declare.
2809         (load_auto_scripts_for_objfile): Declare.
2810
2811         Add support for auto-loading scripts from .debug_gdb_scripts section.
2812         * NEWS: Add entry for .debug_gdb_scripts.
2813         * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
2814         (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
2815         (py-auto-load.o): New rule.
2816         * cli/cli-cmds.c (find_and_open_script): Make externally visible.
2817         * cli/cli-cmds.h (find_and_open_script): Update prototype.
2818         * python/py-auto-load.c: New file.
2819         * python/python-internal.h: #include <stdio.h>.
2820         (set_python_list, show_python_list): Declare.
2821         (gdbpy_initialize_auto_load): Declare.
2822         (source_python_script_for_objfile): Declare.
2823         * python/python.c: Remove #include of observer.h.
2824         (gdbpy_auto_load): Moved to py-auto-load.c.
2825         (GDBPY_AUTO_FILENAME): Ditto.
2826         (gdbpy_new_objfile): Delete.
2827         (source_python_script_for_objfile): New function.
2828         (set_python_list, show_python_list): Make externally visible.
2829         (_initialize_python): Move "auto-load" command to py-auto-load.c
2830         and observer_attach_new_objfile to py-auto-load.c.
2831
2832 2010-04-23  Jerome Guitton  <guitton@adacore.com>
2833
2834         * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
2835         (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
2836         (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
2837         New constants.
2838         (alpha_heuristic_analyze_probing_loop): New function.
2839         (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
2840         and handle cases when a stack probe loop is generated.
2841         * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
2842         (alpha_mdebug_max_frame_size_exceeded): New function.
2843         (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
2844         (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
2845         Return 0 when the maximum debuggable frame size has been exceeded.
2846
2847 2010-04-23  Joel Brobecker  <brobecker@adacore.com>
2848
2849         Fix ARI warning.
2850         * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
2851
2852 2010-04-20  Chris Moller  <cmoller@redhat.com>
2853
2854         PR 10179
2855
2856         * symtab.c (rbreak_command): Added code to include a filename
2857         specification in the rbreak argument.
2858         * NEWS: Added a brief description of filename-qualified rbreak.
2859
2860 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2861
2862         Fix crashes on dangling display expressions.
2863         * ada-lang.c (ada_operator_check): New function.
2864         (ada_exp_descriptor): Fill-in the field operator_check.
2865         * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
2866         * jv-lang.c (exp_descriptor_java): Likewise.
2867         * m2-lang.c (exp_descriptor_modula2): Likewise.
2868         * scm-lang.c (exp_descriptor_scm): Likewise.
2869         * parse.c (exp_descriptor_standard): Likewise.
2870         (operator_check_standard): New function.
2871         (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
2872         * parser-defs.h (struct exp_descriptor): New field operator_check.
2873         (operator_check_standard, exp_uses_objfile): New declarations.
2874         * printcmd.c: Remove the inclusion of solib.h.
2875         (display_uses_solib_p): Remove the function.
2876         (clear_dangling_display_expressions): Call lookup_objfile_from_block
2877         and exp_uses_objfile instead of display_uses_solib_p.
2878         * solist.h (struct so_list) <objfile>: New comment.
2879         * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
2880         * symtab.h (lookup_objfile_from_block): New declaration.
2881         (struct general_symbol_info) <obj_section>: Extend the comment.
2882
2883 2010-04-22  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
2884             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2885
2886         * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
2887         (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
2888         ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
2889         PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
2890         PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
2891         PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
2892         PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
2893         PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
2894         PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
2895         PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
2896         PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
2897         PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
2898         PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
2899         Define, in case <ptrace.h> doesn't provide it.
2900         (booke_debug_info): New variable.
2901         (max_slots_number): Ditto.
2902         (hw_break_tuple): New struct.
2903         (thread_points): Ditto.
2904         (ppc_threads): New variable.
2905         (PPC_DEBUG_CURRENT_VERSION): New define.
2906         (have_ptrace_new_debug_booke): New function.
2907         (ppc_linux_check_watch_resources): Renamed to ...
2908         (ppc_linux_can_use_hw_breakpoint): ... this.  Handle BookE processors.
2909         (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
2910         (booke_cmp_hw_point): New function.
2911         (booke_find_thread_points_by_tid): Ditto.
2912         (booke_insert_point): Ditto.
2913         (booke_remove_point): Ditto.
2914         (ppc_linux_insert_hw_breakpoint): Ditto.
2915         (ppc_linux_remove_hw_breakpoint): Ditto.
2916         (get_trigger_type): Ditto.
2917         (ppc_linux_insert_watchpoint): Handle BookE processors.
2918         (ppc_linux_remove_watchpoint): Ditto.
2919         (ppc_linux_new_thread): Ditto.
2920         (ppc_linux_thread_exit): New function..
2921         (ppc_linux_stopped_data_address): Handle BookE processors.
2922         (ppc_linux_watchpoint_addr_within_range): Ditto.
2923         (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
2924         to_remove_hw_breakpoint fields of the target operations struct.
2925         Add observe for the thread_exit event.
2926
2927 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
2928
2929         * i386-linux-nat.c (regmap): Removed.
2930         (fetch_register): Replace regmap with
2931         i386_linux_gregset_reg_offset.
2932         (store_register): Likewise.
2933         (supply_gregset): Likewise.
2934         (fill_gregset): Likewise.
2935
2936         * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
2937         global.
2938
2939         * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
2940
2941 2010-04-22  Chris Moller  <cmoller@redhat.com>
2942
2943         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
2944         method of popping recursion-detection stack with a method based on
2945         obstack_object_size().  (Similar to the PR9167 patch below, but for
2946         the static array obstack rather than the static member obstack.)
2947
2948 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
2949
2950         * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
2951         (_initialize_amd64_linux_nat): Replace
2952         amd64_linux_gregset64_reg_offset with
2953         amd64_linux_gregset_reg_offset.
2954
2955         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
2956         global.
2957
2958         * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
2959
2960 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
2961
2962         PR stabs/11479.
2963         * stabsread.c (set_length_in_type_chain): New function.
2964         (read_struct_type): Call set_length_in_type_chain function.
2965         (read_enum_type): Idem.
2966
2967 2010-04-21  Stan Shebs  <stan@codesourcery.com>
2968             Nathan Sidwell  <nathan@codesourcery.com>
2969
2970         * tracepoint.c (trace_save): Open in binary mode.
2971
2972 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
2973
2974         * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
2975         fields.
2976         * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
2977         builtin_char32 fields.
2978         * printcmd.c (decode_format): Set char size to '\0'
2979         for strings unless explicit size is given.
2980         (print_formatted): Correct calculation of NEXT_ADDRESS
2981         for 16 or 32 bit strings.
2982         (do_examine): Do not force byte size for strings.
2983         Use builtin_char16 and builtin_char32 types to display
2984         16 or 32 bit-wide strings.
2985         (x_command): Set LAST_SIZE to 'b' for string type.
2986
2987 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
2988
2989         PR corefiles/11523
2990         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
2991         XCR0 first.
2992
2993         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
2994         there is no .reg-xstate section.
2995         (i386_linux_core_read_description): Check XCR0 first.
2996
2997 2010-04-21  Mike Frysinger  <vapier@gentoo.org>
2998
2999         * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
3000         for len <= 8.
3001
3002 2010-04-21  Chris Moller  <cmoller@redhat.com>
3003
3004         PR 9167
3005         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
3006         method of popping recursion-detection stack with a method based on
3007         obstack_object_size().
3008
3009 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
3010
3011         PR pascal/11492.
3012         * p-valprint.c (pascal_val_print): Fix default printing of integer
3013         arrays.
3014
3015 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
3016
3017         Fix compilation warning on gcc-4.1.2.
3018         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
3019         local variable`pc' to zero.
3020
3021 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
3022
3023         Implement thread support with core files on alpha-tru64.
3024         * dec-thread.c (dec_thread_find_new_threads): New function,
3025         extracted from resync_thread_list.
3026         (resync_thread_list): Add OPS parameter.  Replace extracted-out
3027         code by call to dec_thread_find_new_threads.
3028         (dec_thread_wait): Update call to resync_thread_list.
3029         (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
3030
3031 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
3032
3033         * ada-lang.c (value_pointer): New function.
3034         (make_array_descriptor): Call value_pointer to convert addresses to
3035         pointers.
3036
3037 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
3038
3039         * rs6000-aix-tdep.c: #include exceptions.h.
3040         (rs6000_convert_from_func_ptr_addr): If an exception is thrown
3041         while reading the memory at ADDR, then ADDR cannot be a function
3042         descriptor.
3043
3044 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
3045
3046         * ada-typeprint.c (ada_print_typedef): New function.
3047         * ada-lang.h (ada_print_typedef): Add declaration.
3048         * ada-lang.c (ada_language_defn): set la_print_typdef field
3049         to ada_print_typedef.
3050
3051 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
3052
3053         * procfs.c (procfs_address_to_host_pointer): Only define when used.
3054
3055 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
3056
3057         * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
3058         (iterate_over_mappings): Adjust function profile. Add declaration.
3059         (insert_dbx_link_bpt_in_region, info_mappings_callback):
3060         Adjust accordingly.
3061
3062 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
3063
3064         * procfs.c (solib_mappings_callback): Move function up to avoid
3065         a compiler warning.
3066
3067 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
3068
3069         * procfs.c (find_signalled_thread, find_stop_signal): Move
3070         these functions down to define them only when used.
3071
3072 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
3073
3074         * valprint.c (common_val_print): Fix the value before extracting
3075         its contents.
3076         * ada-lang.c (ada_to_fixed_value): Make this function extern.
3077         * ada-lang.h (ada_to_fixed_value): New function declaration.
3078         * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
3079         to avoid code duplication and fix a bug in the handling of
3080         fixed types contents.
3081
3082 2010-04-20  Tom Tromey  <tromey@redhat.com>
3083
3084         * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
3085         (read_partial_die): Likewise.
3086         (dwarf_attr_name): Likewise.
3087
3088 2010-04-20  Chris Moller  <cmoller@redhat.com>
3089
3090         PR 10867
3091
3092         * cp-valprint.c (global): Adding new static array recursion
3093         detection obstack.
3094         (cp_print_value_fields, cp_print_static_field): Added new static
3095         array recursion detection code.
3096
3097 2010-04-20  Mark Kettenis  <kettenis@gnu.org>
3098
3099         * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
3100         general-purpose register set should be 68 instead of 144.
3101         (i386_linux_sse_regset_sections): Likewise.
3102         (i386_linux_avx_regset_sections): Likewise.
3103
3104 2010-04-20  Stan Shebs  <stan@codesourcery.com>
3105             Nathan Sidwell  <nathan@codesourcery.com>
3106
3107         * dwarf2loc.c (struct axs_var_loc): New struct.
3108         (dwarf2_tracepoint_var_loc): New function.
3109         (dwarf2_tracepoint_var_access): New function.
3110         (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
3111         with DW_OP_piece.
3112         (locexpr_describe_location_piece): New function.
3113         (locexpr_describe_location_1): New function.
3114         (locexpr_describe_location): Call it, update signature.
3115         (loclist_describe_location): Rewrite to loop over locations,
3116         update signature.
3117         * symtab.h (struct symbol_computed_ops): Add address to
3118         describe_location arguments, return void.
3119         * printcmd.c (address_info): Get context PC, pass to computed
3120         location description.
3121         * tracepoint.c (scope_info): Ditto.
3122         * ax-gdb.c (trace_kludge): Export.
3123
3124 2010-04-20  Tom Tromey  <tromey@redhat.com>
3125
3126         * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
3127         (struct dwarf2_cie) <segment_size>: New field.
3128         * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
3129         (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
3130         DW_FORM_exprloc.
3131         (read_attribute_value): Handle DW_FORM_flag_present,
3132         DW_FORM_sec_offset, DW_FORM_exprloc.
3133         (dump_die_shallow): Likewise.
3134         (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
3135         (dwarf2_const_value): Handle DW_FORM_exprloc.
3136         (attr_form_is_block): Likewise.
3137         (struct line_header) <maximum_ops_per_instruction>: New field.
3138         (dwarf_decode_line_header): Set new field.
3139         (dwarf_decode_lines): Handle new field.
3140
3141 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3142
3143         * f-exp.y: Add new production to recognize the `logical*8' type.
3144         (LOGICAL_S8_KEYWORD): New token.
3145         * f-lang.c (enum f_primitive_types)
3146         <f_primitive_type_logical_s8>: New field.
3147         (f_language_arch_info): Handling `logical*8' type.
3148         (build_fortran_types): Building `logical*8' type.
3149         * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
3150
3151 2010-04-19  Doug Evans  <dje@google.com>
3152
3153         * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
3154         * ser-pipe.c (pipe_open): Fix file descriptor leaks.
3155         (pipe_close): Ditto.
3156
3157 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3158
3159         * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
3160
3161 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3162
3163         * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
3164         type to void function.
3165
3166 2010-04-19  Stan Shebs  <stan@codesourcery.com>
3167             Vladimir Prus  <vladimir@codesourcery.com>
3168
3169         * tracepoint.c (tfind_1): Add missing newline, report exit from
3170         tfind mode as such.
3171         * target.c (update_current_target): Make default
3172         to_trace_find return -1.
3173
3174 2010-04-19  Mike Frysinger  <vapier@gentoo.org>
3175
3176         * objc-lang.c (find_methods): Move symname check up.
3177
3178 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
3179
3180         * ada-lang.c (print_recreate_exception)
3181         <ex_catch_exception_unhandled>: It's "catch exception unhandled",
3182         not "catch unhandled".
3183
3184 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
3185
3186         PR breakpoints/8554.
3187
3188         Implement `save-breakpoints'.
3189
3190         * breakpoint.c (save_cmdlist): New.
3191         (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
3192         to save_cmdlist.
3193         (print_recreate_catch_fork): New.
3194         (catch_fork_breakpoint_ops): Install it.
3195         (print_recreate_catch_vfork): New.
3196         (catch_vfork_breakpoint_ops): Install it.
3197         (print_recreate_catch_syscall): New.
3198         (catch_syscall_breakpoint_ops): Install it.
3199         (print_recreate_catch_exec): New.
3200         (catch_exec_breakpoint_ops): Install it.
3201         (print_recreate_exception_catchpoint): New.
3202         (gnu_v3_exception_catchpoint_ops): Install it.
3203         (save_breakpoints): New, based on tracepoint_save_command, but
3204         handle all breakpoint types.
3205         (save_breakpoints_command): New.
3206         (tracepoint_save_command): Rename to...
3207         (save_tracepoints_command): ... this, and reimplement using
3208         save_breakpoints.
3209         (save_command): New.
3210         (_initialize_breakpoints): Install the "save" command prefix.
3211         Install the "save breakpoints" command.  Make "save-tracepoints" a
3212         deprecated alias for "save tracepoints".
3213         * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
3214         * ada-lang.c (print_recreate_exception): New.
3215         (print_recreate_catch_exception): New.
3216         (catch_exception_breakpoint_ops): Install it.
3217         (print_recreate_catch_exception_unhandled): New.
3218         (catch_exception_unhandled_breakpoint_ops): Install it.
3219         (print_recreate_catch_assert): New.
3220         (catch_assert_breakpoint_ops): Install it.
3221
3222         * NEWS: Mention the new `save breakpoints' command.  Mention the
3223         new `save tracepoints' alias and that `save-tracepoints' is now
3224         deprecated.
3225
3226 2010-04-18  Pedro Alves  <pedro@codesourcery.com>
3227
3228         PR tui/9217
3229
3230         * tui/tui-out.c: Include cli-out.h.
3231         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
3232         (tui_begin, tui_end, tui_field_int, tui_field_skip)
3233         (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
3234         (tui_message, tui_wrap_hint, tui_flush): Delete forward
3235         declarations.
3236         (struct ui_out_data): Rename to...
3237         (struct tui_ui_out_data): ... this.  Remove `stream' and
3238         `suppress_output' fields, and inherit cli_ui_out_data.
3239         (tui_out_data): New typedef.
3240         (tui_ui_out_impl): Don't initialize fields staticaly.
3241         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
3242         (tui_begin, tui_end): Delete.
3243         (tui_field_int): Adjust to delegate most work to the base type.
3244         (tui_field_skip): Delete.
3245         (tui_field_string, tui_field_fmt): Adjust comment.  Adjust to
3246         delegate most work to the base type.
3247         (tui_spaces): Delete.
3248         (tui_text): Adjust to delegate most work to the base type.
3249         (tui_message): Delete.
3250         (tui_wrap_hint): Delete.
3251         (tui_flush): Delete.
3252         (out_field_fmt): Delete.
3253         (field_separator): Delete.
3254         (tui_out_new): Adjust to initialize the base type.
3255         (_initialize_tui_out): Initialize tui_ui_out_impl.
3256         * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
3257         cli_ui_out_data.
3258         (cli_out_data): Adjust.
3259         (cli_ui_out_impl): Make extern.
3260         (cli_table_header, cli_field_int, cli_field_skip): Use
3261         uo_field_string instead of cli_field_string.
3262         (cli_redirect): Adjust to use cli_out_data.
3263         (cli_out_data_ctor): New.
3264         (cli_out_new): Use it.
3265         * cli-out.h (struct ui_file): Remove forward declaration.
3266         (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
3267         (cli_ui_out_impl): Declare.
3268         (cli_out_data_ctor): Declare.
3269         * ui-out.c (struct ui_out) <data>: Change type to void pointer.
3270         (uo_field_string): No longer static.
3271         (ui_out_data): Change return type to void pointer.
3272         (ui_out_new): Change `data' parameter type to void pointer.
3273         * ui-out.h (struct ui_out_data): Don't forward declare.
3274         (ui_out_data): Change return type to void pointer.
3275         (ui_out_new): Change `data' parameter type to void pointer.
3276         (uo_field_string): Declare.
3277
3278 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
3279
3280         * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
3281         instead of always false.
3282
3283 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
3284
3285         PR corefiles/11511
3286         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
3287         orig_rax.
3288
3289 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
3290
3291         * breakpoint.c (watchpoints_triggered): Use
3292         is_hardware_watchpoint.
3293         (watchpoints_triggered): Ditto.
3294         (bpstat_check_location): Use is_watchpoint and
3295         is_hardware_watchpoint.
3296         (bpstat_check_watchpoint): Use is_watchpoint and
3297         is_hardware_watchpoint.
3298         (bpstat_stop_status): Fix comment.
3299         (user_settable_breakpoint): Use is_watchpoint.
3300         (hw_watchpoint_used_count): Use is_hardware_watchpoint.
3301         (disable_watchpoints_before_interactive_call_start): Use
3302         is_watchpoint.
3303         (enable_watchpoints_after_interactive_call_stop): Use
3304         is_watchpoint.
3305         (clear_command): Use is_watchpoint.
3306         (do_enable_breakpoint): Use is_watchpoint.
3307
3308 2010-04-16  Mike Frysinger  <vapier@gentoo.org>
3309
3310         * solib-frv.c (enable_break1_done): Delete.
3311         (enable_break2): Do not check enable_break1_done.  Move the
3312         enable_break2_done setting and call to
3313         remove_solib_event_breakpoints() to the end.  Return without
3314         warning when the contents of _dl_debug_addr are 0.
3315         (enable_break): Do not set enable_break1_done.
3316         (frv_clear_solib): Likewise.
3317
3318 2010-04-16  Kevin Buettner  <kevinb@redhat.com>
3319
3320         * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
3321         instead of an error if no PLT entry is found.  Return a
3322         potentially useful result.
3323         (m32c_m16c_pointer_to_address): Add code to search for function
3324         address when no .plt entry is found.
3325
3326 2010-04-16  Stan Shebs  <stan@codesourcery.com>
3327
3328         * tracepoint.c (trace_variable_command): Run a cleanup.
3329
3330 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
3331
3332         * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
3333
3334 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
3335
3336         Support for Windows OS Thread Information Block.
3337         * NEWS: Document new feature.
3338         * remote.c (PACKET_qGetTIBAddr): New enum element.
3339         (remote_get_tib_address): New function.
3340         (init_remote_ops): Set to_get_tib_address field
3341         to remote_get_tib_address.
3342         (_initialize_remote): Add add_packet_config_cmd
3343         for PACKET_qGetTIBAddr.
3344         * target.c (update_current_target): Set default value for
3345         new to_get_tib_address field.
3346         * target.h (target_ops): New field to_get_tib_address.
3347         (target_get_tib_address): New macro.
3348         * windows-nat.c (thread_info): Add thread_local_base field.
3349         (windows_add_thread): Add tlb argument of type 'void *'.
3350         (fake_create_process): Adapt windows_add_thread call.
3351         (get_windows_debug_event): Idem.
3352         (windows_get_tib_address): New function.
3353         (init_windows_ops): Set to_get_tib_address field
3354         to remote_get_tib_address.
3355         (_initialize_windows_nat): Replace info_w32_cmdlist
3356         initialization by a call to init_w32_command_list.
3357         (info_w32_command, info_w32_cmdlist): Removed from here...
3358         to windows-tdep.c file.
3359         * windows-tdep.h (info_w32_cmdlist): Declare.
3360         (init_w32_command_list): New external function
3361         declaration.
3362         * windows-tdep.c: Add several headers.
3363         (info_w32_cmdlist): to here, made global.
3364         (thread_information_32): New struct.
3365         (thread_information_64): New struct.
3366         (TIB_NAME): New char array.
3367         (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
3368         (maint_display_all_tib): New static variable.
3369         (windows_get_tlb_type): New function.
3370         (tlb_value_read, tlb_value_write): New functions.
3371         (tlb_value_funcs): New static struct.
3372         (tlb_make_value): New function.
3373         (display_one_tib): New function.
3374         (display_tib): New function.
3375         (show_maint_show_all_tib):New function.
3376         (info_w32_command): Moved from windows-nat.c.
3377         (init_w32_command_list): New function.
3378         (_initialize_windows_tdep): New function.
3379         New "maint set/show show-all-tib" command
3380         New "$_tlb" internal variable.
3381
3382 2010-04-16  Joel Brobecker  <brobecker@adacore.com>
3383
3384         * tui/tui-regs.c (tui_display_register): Add comment about
3385         a couple of casts.
3386         * tui/tui-stack.c (tui_show_locator_content): Ditto.
3387
3388 2010-04-15  Stan Shebs  <stan@codesourcery.com>
3389
3390         * frame.c: Include tracepoint.h.
3391         (get_current_frame): Allow a trace frame to be an alternate source
3392         of stack frame data.
3393         * tracepoint.c (tfind_1): Don't try to get current stack frame if
3394         it won't succeed.
3395
3396 2010-04-15  Pedro Alves  <pedro@codesourcery.com>
3397
3398         * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
3399         flags.
3400         * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
3401
3402 2010-04-15  Doug Evans  <dje@google.com>
3403
3404         * NEWS: Add entry for python program space support.
3405         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
3406         (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
3407         (py-progspace.o): New rule.
3408         * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
3409         function.
3410         (find_pretty_printer_from_progspace): New function.
3411         (find_pretty_printer_from_gdb): New function.
3412         (find_pretty_printer): Rewrite.
3413         * python/py-progspace.c: New file.
3414         * python/python-internal.h (program_space): Add forward decl.
3415         (pspace_to_pspace_object, pspy_get_printers): Declare.
3416         (gdbpy_initialize_pspace): Declare.
3417         * python/python.c: #include "progspace.h".
3418         (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
3419         (_initialize_python): Call gdbpy_initialize_pspace.
3420         (GdbMethods): Add current_progspace, progspaces.
3421
3422         Add -s option to source command.
3423         * NEWS: Document new option.
3424         * cli/cli-cmds.c (find_and_open_script): Add function comment.
3425         Delete from_tty and cleanupp args.  Split filep arg into file and
3426         full_pathp.  New arg search_path.
3427         (source_script_from_stream): New function.
3428         (source_script_with_search): New function.
3429         (source_script): Rewrite.
3430         (source_command): Parse "-s" option.
3431         (init_cli_cmds): Add "-s" docs to source command help, and reformat.
3432         * python/python.c (source_python_script): Make file arg a const char *.
3433         Don't call fclose, leave for caller.
3434         * python/python.h (source_python_script): Update.
3435
3436 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
3437             Pedro Alves  <pedro@codesourcery.com>
3438
3439         Avoid rereading shared libraries that haven't changed.
3440
3441         * solib.c (free_so_symbols): New function, from ...
3442         (free_so): ... here.  Call it.
3443         (solib_read_symbols): Don't warn here if symbols have already been
3444         loaded.
3445         (solib_add): Warn here instead, if a pattern was specified.
3446         (reload_shared_libraries_1): New.
3447         (reload_shared_libraries): Rewrite to not fetch the library list.
3448
3449 2010-04-14  Doug Evans  <dje@google.com>
3450
3451         * source.c (openp): Strip DOS drive letter if present before
3452         concatenating string to search path.
3453
3454 2010-04-14  Pedro Alves  <pedro@codesourcery.com>
3455
3456         * objfiles.h (gdb_bfd_close_or_warn): Declare.
3457         * objfiles.c (gdb_bfd_close_or_warn): New.
3458         * corelow.c: Include objfiles.h
3459         (core_close): Use gdb_bfd_close_or_warn.
3460         * elfread.c (build_id_verify): Ditto.
3461         * exec.c (exec_close, exec_close_1): Ditto.
3462
3463 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
3464             Pedro Alves  <pedro@codesourcery.com>
3465
3466         Group errors for many missing shared libraries.
3467
3468         * solist.h (struct so_list): Remove from_tty.
3469         * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
3470         (solib_map_sections): Take so_list argument.  Return 0 if we
3471         failed to open a BFD.  Add target sections here.
3472         (symbol_add_stub): Delete.
3473         (solib_read_symbols): Inline symbol_add_stub.  Use current flags,
3474         not from_tty copied from the so_list.  Don't warn a second time
3475         for a missing library.
3476         (update_solib_list): Don't save from_tty.  Use TRY_CATCH.  Do not
3477         add to the section table here.  Print out a single warning for all
3478         missing libraries.
3479         * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
3480         flags.
3481
3482 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
3483
3484         * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
3485         error/warning messages.  Capitalize and use complete sentences.
3486         (blpy_block_syms_iternext): Likewise.
3487         * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
3488         * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
3489         (frame_info_to_frame_object, frapy_read_var)
3490         (gdbpy_frame_stop_reason_string): Likewise.
3491         * python/py-lazy-string.c (stpy_convert_to_value)
3492         (gdbpy_create_lazy_string_object): Likewise.
3493         * python/py-objfile.c (objfpy_set_printers): Likewise.
3494         * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
3495         * python/python.c (parameter_to_python): Likewise.
3496         * python/py-type.c (typy_range, typy_target): Likewise.
3497         * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
3498         (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
3499
3500
3501 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
3502
3503         PR python/11381
3504
3505         * python/py-prettyprint.c (pretty_print_one_value): Test for
3506         Py_None.
3507         (print_string_repr): Test for Py_None.  Set flags accordingly.
3508         Return value depending on return type.
3509         (print_children): Take a value indicating whether data was printed
3510         before this function was called.  Alter output accordingly.
3511         (apply_val_pretty_printer): Capture return value from
3512         print_string_repr and pass to print_children.
3513
3514 2010-04-13  Mark Kettenis  <kettenis@gnu.org>
3515
3516         PR corefiles/11481
3517         * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
3518         register note sections.
3519         (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
3520         New variables.
3521         (i386_linux_init_abi): Install list of supported register note
3522         sections that matches the target description.
3523
3524 2010-04-13  Pedro Alves  <pedro@codesourcery.com>
3525
3526         * remote.c (remote_get_noisy_reply): Don't error out on empty
3527         replies.
3528         (remote_start_remote): Update and merge tracepoints and trace
3529         state variables as long as the target supports tracepoints.
3530         (remote_trace_init): Fix prototype.
3531         (remote_download_trace_state_variable): Validate reply.
3532         (remote_trace_set_readonly_regions): Fix prototype.
3533         (remote_trace_start): Fix prototype.  Check for empty reply.
3534         (remote_get_trace_status): Small cleanup.
3535         (remote_trace_stop): Fix prototype.  Check for empty reply.
3536         (remote_trace_find): Check for empty reply.
3537         (remote_save_trace_data): Validate reply.
3538         (remote_set_disconnected_tracing): Check for empty reply, and
3539         validate reply.
3540         (remote_set_circular_trace_buffer): Ditto.
3541
3542 2010-04-13  Pierre Muller  <muller@ics.u-strasbg.fr>
3543
3544         Suppress unused value warning during compilation.
3545         * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
3546         calls to void.
3547         * tui/tui-stack.c (tui_show_locator_content): Likewise.
3548
3549 2010-04-12  Stan Shebs  <stan@codesourcery.com>
3550
3551         * tracepoint.c (tfile_xfer_partial): Check read result.
3552
3553 2010-04-12  Mike Frysinger  <vapier@gentoo.org>
3554
3555         * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
3556         * remote-sim.c (gdbsim_files_info): Likewise.
3557
3558 2010-04-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3559
3560         * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
3561         * arm-linux-nat.c (arm_linux_vfp_register_count): New
3562         variable.
3563         (fetch_vfp_registers): New function to fetch VFP registers.
3564         (store_vfp_registers): New function to store VFP registers.
3565         (arm_linux_fetch_inferior_registers): Add support for VFP
3566         registers.
3567         (arm_linux_store_inferior_registers): Likewise.
3568         (arm_linux_read_description): Likewise.
3569         (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
3570         until we need it.
3571
3572 2010-04-11  H.J. Lu  <hongjiu.lu@intel.com>
3573
3574         * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
3575         tdep.
3576         (amd64_collect_xstateregset): Likewise.
3577
3578 2010-04-09  Stan Shebs  <stan@codesourcery.com>
3579
3580         * tracepoint.c (trace_status_mi): Report frames created.
3581
3582         * tracepoint.c (trace_dump_command): Include default-collect
3583         expressions.
3584
3585 2010-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
3586
3587         * symtab.c (find_function_start_sal): Never return SAL pointing
3588         before function start address, even if line info is missing.
3589
3590 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
3591
3592         * NEWS: Mention tracepoints support.
3593
3594 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
3595
3596         * tracepoint.c (trace_status_mi): Report disconnected tracing and
3597         circular trace buffer statuses.
3598
3599 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3600
3601         * config/djgpp/fnchange.lst: Fix typo in translations for
3602         symbol-without-target_section.exp and symbol-without-target_section.c.
3603
3604 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
3605
3606         * breakpoint.c (condition_command): Pass condition expression to
3607         set_breakpoint_condition stripped from breakpoint number.
3608
3609 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
3610             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3611             Tom Tromey  <tromey@redhat.com>
3612
3613         * breakpoint.c (condition_command): Simplify.  Move condition
3614         setting code to ...
3615         (set_breakpoint_condition): ... here.  New function.
3616         * breakpoint.h  (set_breakpoint_condition): Declare.
3617         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
3618         (SUBDIR_PYTHON_SRCS): Likewise.
3619         (py-breakpoint.o): New rule.
3620         * python/py-breakpoint.c: New file.
3621         * python/python-internal.h (gdbpy_breakpoints)
3622         (gdbpy_initialize_breakpoints): Declare.
3623         (GDB_PY_SET_HANDLE_EXCEPTION) Define.
3624
3625 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
3626
3627         * regformats/regdat.sh: Include server.h.  Don't include
3628         regcache.h.
3629
3630 2010-04-08  Stan Shebs  <stan@codesourcery.com>
3631             Pedro Alves  <pedro@codesourcery.com>
3632
3633         * tracepoint.h (struct trace_status): New fields disconnected_tracing
3634         and circular_buffer.
3635         (disconnect_tracing): Rename from disconnect_or_stop_tracing.
3636         * tracepoint.c (trace_status_command): Display target's status for
3637         disconnected tracing and circular buffer.
3638         (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
3639         query for non-disconnected-tracing case, remove the stop_tracing
3640         call.
3641         (tfile_open): Clear disconnected and circular buffer status.
3642         (trace_save): Save disconnected and circular buffer status.
3643         (parse_trace_status): Parse disconnected and circular buffer status,
3644         also recognize disconnected as a stop reason.
3645         * remote.c (remote_set_disconnected_tracing): Only set
3646         QTDisconnected if the remote end supports disconnected tracing.
3647         Warn otherwise, if trying to enable disconnected tracing.
3648         * infcmd.c (detach_command): Update disconnect_tracing call.
3649         * cli/cli-cmds.c (quit_command): Ditto.
3650
3651 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
3652
3653         * i387-tdep.c (i387_collect_xsave): Replace abort with
3654         internal_error.
3655
3656 2010-04-08  Stan Shebs  <stan@codesourcery.com>
3657
3658         * breakpoint.c (default_collect_info): New function.
3659         (breakpoints_info): Call it.
3660         (maintenance_info_breakpoints): Ditto.
3661         (tracepoints_info): Ditto.
3662
3663 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
3664
3665         * i387-tdep.c (i387_collect_xsave): Re-indent.
3666
3667 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
3668
3669         * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
3670         if HAVE_PTRACE_GETFPXREGS is defined.
3671         (i386_linux_read_description): Set have_ptrace_getfpxregs and
3672         have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
3673
3674         * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
3675         (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
3676         if .reg-xfp section doesn't exist.
3677         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
3678
3679         * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
3680
3681         * i386-tdep.c: Include "features/i386/i386-mmx.c".
3682         (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
3683         (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional.  Set
3684         xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
3685         (i386_gdbarch_init): Update comments.
3686         (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
3687
3688         * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
3689
3690         * config/djgpp/fnchange.lst: Add i386 MMX XML files.
3691
3692         * features/Makefile (i386/i386-mmx-expedite): New.
3693         (i386/i386-mmx-linux-expedite): Likewise.
3694         ($(outdir)/i386/i386-mmx.dat): Likewise.
3695         ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
3696
3697         * features/i386/i386-mmx-linux.c: New.
3698         * features/i386/i386-mmx-linux.xml: Likewise.
3699         * features/i386/i386-mmx.c: Likewise.
3700         * features/i386/i386-mmx.xml: Likewise.
3701         * regformats/i386/i386-mmx-linux.dat: Likewise.
3702         * regformats/i386/i386-mmx.dat: Likewise.
3703
3704         * features/Makefile (WHICH): Add i386/i386-mmx and
3705         i386/i386-mmx-linux.
3706
3707 2010-04-08  Doug Evans  <dje@google.com>
3708
3709         * source.c (openp): Skip $cdir in PATH.
3710
3711 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
3712
3713         PR python/11417
3714         * python/py-lazy-string.c (stpy_convert_to_value): Check for
3715         a NULL address.
3716         (gdbpy_create_lazy_string_object): Allow strings with a NULL
3717         address and a zero length.
3718
3719 2010-04-08  Hui Zhu  <teawater@gmail.com>
3720
3721         * i386-tdep.c (i386_process_record): Add support for insn
3722         rdtsc.
3723
3724 2010-04-07  Doug Evans  <dje@google.com>
3725
3726         * python/python.c (source_python_script): Use ensure_python_env
3727         to prepare environment for script.
3728
3729 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
3730
3731         * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
3732         <sys/uio.h> and "i386-xstate.h".
3733         (PTRACE_GETREGSET): New.
3734         (PTRACE_SETREGSET): Likewise.
3735         (have_ptrace_getregset): Likewise.
3736         (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
3737         registers.
3738         (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
3739         registers.
3740         (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
3741         (amd64_linux_store_inferior_registers): Likewise.
3742         (amd64_linux_read_description): Check and enable AVX target
3743         descriptions.
3744
3745         * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
3746         and "features/i386/amd64-avx-linux.c".
3747         (amd64_linux_regset_sections): New.
3748         (amd64_linux_core_read_description): Check and enable AVX
3749         target description.
3750         (amd64_linux_init_abi): Set xsave_xcr0_offset.  Call
3751         set_gdbarch_core_regset_sections.
3752         (_initialize_amd64_linux_tdep): Call
3753         initialize_tdesc_amd64_avx_linux.
3754
3755         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
3756         AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
3757         (tdesc_amd64_avx_linux): New.
3758         (amd64_linux_update_xstateregset): Likewise.
3759
3760         * amd64-tdep.c: Include "features/i386/amd64-avx.c".
3761         (amd64_ymm_names): New.
3762         (amd64_ymmh_names): Likewise.
3763         (amd64_register_name): Likewise.
3764         (amd64_supply_xstateregset): Likewise.
3765         (amd64_collect_xstateregset): Likewise.
3766         (amd64_supply_xsave): Likewise.
3767         (amd64_collect_xsave): Likewise.
3768         (AMD64_NUM_REGS): Removed.
3769         (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
3770         %xmmN if AVX is available.
3771         (amd64_pseudo_register_name): Support pseudo YMM registers.
3772         (amd64_regset_from_core_section): Support .reg-xstate section.
3773         (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
3774         and ymm0h_regnum.  Call set_gdbarch_register_name.
3775         (amd64_init_abi): Call initialize_tdesc_amd64_avx.
3776
3777         * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
3778         AMD64_YMM15H_REGNUM.
3779         (AMD64_NUM_REGS): New.
3780         (amd64_supply_xsave): Likewise.
3781         (amd64_collect_xsave): Likewise.
3782         (amd64_register_name): Removed.
3783         (amd64_register_type): Likewise.
3784
3785 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
3786
3787         * i387-tdep.c: Include "i386-xstate.h".
3788         (XSAVE_XSTATE_BV_ADDR): New.
3789         (xsave_avxh_offset): Likewise.
3790         (XSAVE_AVXH_ADDR): Likewise.
3791         (i387_supply_xsave): Likewise.
3792         (i387_collect_xsave): Likewise.
3793
3794         * i387-tdep.h (I387_NUM_YMM_REGS): New.
3795         (I387_YMM0H_REGNUM): Likewise.
3796         (I387_YMMENDH_REGNUM): Likewise.
3797         (i387_supply_xsave): Likewise.
3798         (i387_collect_xsave): Likewise.
3799
3800 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
3801
3802         * i386-linux-nat.c: Include "regset.h", "elf/common.h",
3803         <sys/uio.h> and "i386-xstate.h".
3804         (PTRACE_GETREGSET): New.
3805         (PTRACE_SETREGSET): Likewise.
3806         (fetch_xstateregs): Likewise.
3807         (store_xstateregs): Likewise.
3808         (GETXSTATEREGS_SUPPLIES): Likewise.
3809         (regmap): Include 8 upper YMM registers.
3810         (i386_linux_fetch_inferior_registers): Support XSAVE extended
3811         state.
3812         (i386_linux_store_inferior_registers): Likewise.
3813         (i386_linux_read_description): Check and enable AVX target
3814         descriptions.
3815
3816         * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
3817         "i386-xstate.h" and "features/i386/i386-avx-linux.c".
3818         (i386_linux_regset_sections): Add ".reg-xstate".
3819         (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
3820         (i386_linux_core_read_xcr0): New.
3821         (i386_linux_core_read_description): Check and enable AVX target
3822         description.
3823         (i386_linux_init_abi): Set xsave_xcr0_offset.
3824         (_initialize_i386_linux_tdep): Call
3825         initialize_tdesc_i386_avx_linux.
3826
3827         * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
3828         I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
3829         (i386_linux_core_read_xcr0): New.
3830         (tdesc_i386_avx_linux): Likewise.
3831         (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
3832
3833         * i386-tdep.c: Include "i386-xstate.h" and
3834         "features/i386/i386-avx.c".
3835         (i386_ymm_names): New.
3836         (i386_ymmh_names): Likewise.
3837         (i386_ymmh_regnum_p): Likewise.
3838         (i386_ymm_regnum_p): Likewise.
3839         (i386_xmm_regnum_p): Likewise.
3840         (i386_register_name): Likewise.
3841         (i386_ymm_type): Likewise.
3842         (i386_supply_xstateregset): Likewise.
3843         (i386_collect_xstateregset): Likewise.
3844         (i386_sse_regnum_p): Removed.
3845         (i386_pseudo_register_name): Support pseudo YMM registers.
3846         (i386_pseudo_register_type): Likewise.
3847         (i386_pseudo_register_read): Likewise.
3848         (i386_pseudo_register_write): Likewise.
3849         (i386_dbx_reg_to_regnum): Return %ymmN register number for
3850         %xmmN if AVX is available.
3851         (i386_regset_from_core_section): Support .reg-xstate section.
3852         (i386_register_reggroup_p): Supper upper YMM and YMM registers.
3853         (i386_process_record): Replace i386_sse_regnum_p with
3854         i386_xmm_regnum_p.
3855         (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
3856         Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
3857         (i386_gdbarch_init): Set xstateregset.  Set xsave_xcr0_offset.
3858         Call set_gdbarch_register_name.  Replace I386_SSE_NUM_REGS with
3859         I386_AVX_NUM_REGS.  Set ymmh_register_names, ymm0h_regnum and
3860         num_ymm_regs.  Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
3861         Set ymm0_regnum.
3862         (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
3863
3864         * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
3865         xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
3866         i386_ymm_type.
3867         (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
3868         (I386_AVX_NUM_REGS): New.
3869         (i386_xmm_regnum_p): Likewise.
3870         (i386_ymm_regnum_p): Likewise.
3871         (i386_ymmh_regnum_p): Likewise.
3872
3873         * common/i386-xstate.h: New.
3874
3875 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
3876
3877         * config/djgpp/fnchange.lst: Add x86 AVX XML files.
3878
3879         * features/Makefile (WHICH): Add i386/i386-avx,
3880         i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
3881         (i386/i386-avx-expedite): New.
3882         (i386/i386-avx-linux-expedite): Likewise.
3883         (i386/x86-64-avx-expedite):Likewise.
3884         (i386/x86-64-avx-linux-expedite): Likewise.
3885         ($(outdir)/i386/i386-avx.dat): New dependency.
3886         ($(outdir)/i386/i386-avx-linux.dat): Likewise.
3887         ($(outdir)/i386/x86-avx-64.dat): Likewise.
3888         ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
3889
3890         * features/i386/32bit-avx.xml: New.
3891         * features/i386/64bit-avx.xml: Likewise.
3892         * features/i386/i386-avx-linux.c: Likewise.
3893         * features/i386/i386-avx-linux.xml: Likewise.
3894         * features/i386/i386-avx.c: Likewise.
3895         * features/i386/i386-avx.xml: Likewise.
3896         * features/i386/x86-64-avx-linux.c: Likewise.
3897         * features/i386/x86-64-avx-linux.xml: Likewise.
3898         * features/i386/x86-64-avx.c: Likewise.
3899         * features/i386/x86-64-avx.xml: Likewise.
3900         * regformats/i386/i386-avx-linux.dat: Likewise.
3901         * regformats/i386/i386-avx.dat: Likewise.
3902         * regformats/i386/x86-64-avx-linux.dat: Likewise.
3903         * regformats/i386/x86-64-avx.dat: Likewise.
3904
3905 2010-04-07  Doug Evans  <dje@google.com>
3906
3907         * top.c (source_file_name): Make const char *.
3908         * top.h (source_file_name): Update.
3909         * cli/cli-script.c (source_cleanup_lines_args): Make old_file
3910         const char *.
3911         (script_from_file): Change `file' arg to const char *.
3912         * cli/cli-script.h (script_from_file): Update.
3913
3914 2010-04-06  Doug Evans  <dje@google.com>
3915
3916         * cli/cli-cmds.c (source_command): Run cleanups.
3917
3918 2010-04-06  Stan Shebs  <stan@codesourcery.com>
3919
3920         * defs.h (char_ptr): Move typedef here from...
3921         * ada-lang.c (char_ptr): Remove.
3922         * charset.c (char_ptr): Remove.
3923         * tracepoint.h (struct uploaded_string): Remove.
3924         (struct uploaded_tp): Use vectors for string arrays.
3925         * tracepoint.c (trace_save): Use vectors of actions.
3926         (parse_tracepoint_definition): Ditto.
3927         (get_uploaded_tp): Clear vectors.
3928         * breakpoint.c (create_tracepoint_from_upload): Use vectors.
3929         (next_cmd): Change to an int.
3930         (read_next_cmd): Use vector of command strings.
3931
3932 2010-04-06  Doug Evans  <dje@google.com>
3933
3934         * top.h (source_script, cd_command): Delete.
3935         * main.c: #include "cli/cli-cmds.h"
3936
3937 2010-04-06  Kevin Buettner  <kevinb@redhat.com>
3938
3939         * m32c-tdep.c (make_types): When calling `arch_type', pass size of
3940         type in bytes, not bits.
3941
3942 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
3943
3944         * stabsread.c (define_symbol): Add support for char
3945         and string constants.
3946
3947 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
3948
3949         Remove remaining "%ll" uses.
3950         * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
3951         hex_string call.
3952         * rs6000-nat.c (rs6000_ptrace64): Idem.
3953         * solib-pa64.c (pa64_current_sos): Idem.
3954         * solib-spu.c (spu_current_sos): Idem.
3955         * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
3956         plongest call.
3957         * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
3958         phex (VAR, 8) call.
3959         * sh64-tdep.c (sh64_show_media_regs): Idem.
3960
3961 2010-04-05  Stan Shebs  <stan@codesourcery.com>
3962
3963         * tracepoint.c: Include gdbcore.h.
3964         (tfile_xfer_partial): Return partial results, also try reading
3965         from executable.
3966         (tfile_has_all_memory): New function.
3967         (init_tfile_ops): Use it.
3968
3969 2010-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3970
3971         PR gdb/10736:
3972         * xml-syscall.c (my_gdb_datadir): New variable to keep track of
3973         the changes in data-directory.
3974         (init_sysinfo): Reload the syscall XML file if the data-directory
3975         has changed.
3976
3977 2010-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3978
3979         Code cleanup.
3980         * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
3981
3982 2010-04-04  Stan Shebs  <stan@codesourcery.com>
3983             Nathan Sidwell  <nathan@codesourcery.com>
3984
3985         * breakpoint.c (breakpoint_1): Add filter argument, return number of
3986         breakpoints printed.
3987         (is_hardware_watchpoint): Make argument const.
3988         (is_watchpoint): Ditto.
3989         (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
3990         use it everywhere.
3991         (breakpoints_info): Pass NULL to breakpoint_1.
3992         (maintenance_info_breakpoints): Ditto.
3993         (watchpoints_info): New function.
3994         (tracepoints_info): Use breakpoint_1 filter.
3995         (set_ignore_count): Warn that tracepoint ignore count will be ignored.
3996         (_initialize_breakpoint): Make "info watchpoints" its own command.
3997         * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
3998         * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
3999
4000 2010-04-04  Stan Shebs  <stan@codesourcery.com>
4001
4002         * tracepoint.c (tfile_fetch_registers): Add fallback case.
4003
4004 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4005
4006         * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
4007         * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
4008
4009 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4010
4011         * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
4012         * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
4013
4014 2010-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4015
4016         * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
4017         code form.
4018
4019 2010-04-02  Hui Zhu  <teawater@gmail.com>
4020
4021         * i386-tdep.c (OT_DQUAD): New enum.
4022         (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
4023         SSE3, SSSE3 and SSE4.
4024
4025 2010-04-02  Hui Zhu  <teawater@gmail.com>
4026
4027         * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
4028         "*addr = 0".
4029
4030 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
4031
4032         * tracepoint.c (trace_dump_actions): New, factored out from
4033         trace_dump_command, and adjusted to recurse into while-stepping's
4034         action list.
4035         (trace_dump_command): Use it.
4036
4037 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
4038
4039         * breakpoint.h (struct counted_command_line): Moved definition to
4040         breakpoint.c, and forward declare.
4041         (breakpoint_commands): Declare.
4042         * breakpoint.c (struct counted_command_line): Moved here.
4043         (breakpoint_commands): New.
4044         * tracepoint.c (encode_actions): Use breakpoint_commands.
4045         * remote.c (remote_download_tracepoint): Ditto.
4046
4047 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
4048
4049         * remote.c (remote_parse_stop_reply): Use hex_string instead
4050         of phex_nz for error.
4051
4052 2010-04-01  Stan Shebs  <stan@codesourcery.com>
4053             Nathan Sidwell  <nathan@codesourcery.com>
4054
4055         * tracepoint.h (enum actionline_type): Remove.
4056         (validate_actionline): Change return to void.
4057         * tracepoint.c (report_agent_reqs_errors): New function.
4058         (validate_actionline): Call it, change return to void, report errors
4059         more consistently.
4060         (collect_symbol): Call report_agent_reqs_errors.
4061         (encode_actions_1): Ditto.
4062         (encode_actions): Don't expect a result from validate_actionline.
4063
4064 2010-04-01  Stan Shebs  <stan@codesourcery.com>
4065
4066         * tracepoint.c (trace_start_command): Confirm if trace is running.
4067         (trace_stop_command): Error if trace not running.
4068
4069 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
4070
4071         * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
4072         (AMD64_NUM_LOWER_BYTE_REGS): New.
4073         (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
4074         (amd64_pseudo_register_write): Likewise.
4075         (amd64_init_abi): Set num_byte_regs to 20.
4076
4077 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
4078
4079         * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
4080         (prev_breakpoint_count): New.
4081         (set_breakpoint_count): Adjust.
4082         (rbreak_start_breakpoint_count): New.
4083         (start_rbreak_breakpoints): Adjust.
4084         (end_rbreak_breakpoints): Adjust.
4085         (struct commands_info) <arg>: New field.
4086         (do_map_commands_command): Tweak output to include breakpoint spec
4087         range.
4088         (commands_command_1): Adjust.  Avoid setting an xfree cleanup if
4089         ARG was empty on entry.  Set INFO's arg.
4090         (create_breakpoint): Adjust.
4091
4092         * NEWS: Clarify `commands' changes.
4093
4094 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
4095
4096         * tracepoint.c: Include stack.h.
4097         (struct add_local_symbols_data): New.
4098         (do_collect_symbol): New.
4099         (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
4100         iterate_over_block_local_vars.
4101         * stack.c (print_block_frame_locals): Rewrite as ...
4102         (iterate_over_block_locals): ... this.  Take a callback function
4103         pointer and generic data pointer, and call that instead of
4104         print_variable_and_value.
4105         (struct print_variable_and_value_data): New.
4106         (do_print_variable_and_value): New.
4107         (iterate_over_block_local_vars): New, abstracted out from
4108         print_frame_local_vars.
4109         (print_frame_local_vars): Rewrite using
4110         iterate_over_block_local_vars.
4111         (iterate_over_block_arg_vars): New, abstracted out from
4112         print_frame_arg_vars.
4113         (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
4114         * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
4115         (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
4116
4117 2010-03-31  Richard Earnshaw  <rearnsha@arm.com>
4118
4119         * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
4120         instructions.  Use the PC+4 if the base of the TBB or TBH is the
4121         PC register.
4122
4123 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
4124
4125         Fix crash on reading wrong function declaration DWARF.
4126         * dwarf2read.c (read_subroutine_type): New variable void_type.
4127         Pre-fill all TYPE_FIELD_TYPEs.  Move nparams and iparams initialization
4128         more close to their use.
4129
4130 2010-03-31  Stan Shebs  <stan@codesourcery.com>
4131
4132         * breakpoint.c (tracepoint_save_command): Include variables,
4133         conditionals, tracepoint types, and default-collect.
4134         * tracepoint.c (save_trace_state_variables): New function.
4135         * tracepoint.h (save_trace_state_variables): Declare it.
4136
4137 2010-03-31  Pierre Muller  <muller@ics.u-strasbg.fr>
4138
4139         * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
4140
4141 2010-03-30  Keith Seitz  <keiths@redhat.com>
4142
4143         * c-typeprint.c (c_type_print_args): Don't print "void"
4144         for java, regardless of whether it is TYPE_PROTOTYPED.
4145         Use the passed-in language instead of current_language.
4146         (c_type_print_varspec_suffix): Use current_language instead
4147         of assuming language_c.
4148         * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
4149         any return type specifier from the physname.
4150
4151 2010-03-30  Pedro Alves  <pedro@codesourcery.com>
4152
4153         * tui/tui-interp.c (tui_is_toplevel): New.
4154         (tui_init): Set it.
4155         (tui_allowed_p): New.
4156         * tui/tui.c (tui_enable): Check if the TUI is allowed before
4157         enabling it.
4158         * tui/tui.h (tui_allowed_p): Declare.
4159
4160 2010-03-30  Ozkan Sezer  <sezeroz@gmail.com>
4161
4162         * serial.h: Include winsock2.h before windows.h.
4163
4164 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4165
4166         * NEWS: Mention xmlRegisters= in qSupported packet.
4167
4168         * i386-tdep.c: Include "remote.h".
4169         (_initialize_i386_tdep): Call register_remote_support_xml.
4170
4171         * remote.c (remote_support_xml): New.
4172         (register_remote_support_xml): Likewise.
4173         (remote_query_supported_append): Likewise.
4174         (remote_query_supported): Support remote_support_xml.
4175
4176         * remote.h (register_remote_support_xml): New.
4177
4178 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4179
4180         * tracepoint.c (trace_find_line_command): Remove dead code.
4181
4182         * tracepoint.h (struct uploaded_string): New struct.
4183         (struct uploaded_tp): New fields for source strings.
4184         * breakpoint.c (this_utp, next_cmd): New globals.
4185         (read_uploaded_action): New function.
4186         (create_tracepoint_from_upload): Fill in more parts
4187         of a tracepoint.
4188         * tracepoint.c (encode_source_string): New function.
4189         (trace_save): Write out source strings, fix error checks.
4190         (parse_tracepoint_definition): Add source string parsing.
4191         * remote.c (PACKET_TracepointSource): New packet type.
4192         (remote_download_command_source): New function.
4193         (remote_download_tracepoint): Download source pieces also.
4194         (_initialize_remote): Add packet config command.
4195
4196         * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
4197         expression handler.
4198
4199         * tracepoint.c (start_tracing): Check tracepoints before sending
4200         commands to target, don't start if all tracepoints disabled.
4201
4202 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
4203
4204         * cli/cli-script.c (process_next_line): Handle 'stepping'.
4205
4206 2010-03-26  Stan Shebs  <stan@codesourcery.com>
4207
4208         * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
4209
4210 2010-03-26  Tom Tromey  <tromey@redhat.com>
4211
4212         * breakpoint.c (commands_command_1): Duplicate 'arg'.
4213
4214 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
4215
4216         * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
4217         (skip_prologue_sal): Remove local definition.
4218         (resolve_sal_pc): Remove now unnecessary code.
4219         * linespec.c (minsym_found): Call skip_prologue_sal.
4220         * symtab.c (find_function_start_pc): Remove.
4221         (find_function_start_sal): Extract prologue skipping into ...
4222         (skip_prologue_sal): ... this new function.  Handle code both
4223         with and without debug info.  Respect SAL's explicit_pc and
4224         explicit_line flags.  Inline old find_function_start_pc.
4225         * symtab.h (find_function_start_pc): Remove.
4226         (skip_prologue_sal): Add prototype.
4227
4228 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
4229
4230         * dwarf2read.c (read_func_scope): Also scan specification DIEs
4231         for DW_TAG_imported_module children.
4232
4233 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
4234
4235         * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
4236         ignoring spurious DW_AT_name attributes for unnamed structs or unions.
4237         * completer.c (add_struct_fields): Fix inverted logic.
4238
4239 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
4240
4241         * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
4242
4243 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4244
4245         * tracepoint.c (current_trace_status): Don't make sure error_desc
4246         is non-NULL here.
4247         (parse_trace_status): Release a previous error_desc string, and
4248         set it to NULL by default.  If stop reason is tracepoint_error,
4249         make sure error_desc is not left NULL.
4250
4251 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4252
4253         * tracepoint.c (trace_save): Remove X from tracepoint error
4254         description.
4255
4256 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4257
4258         * tracepoint.c (parse_trace_status): Don't allow plain strings in
4259         the terror description.  Don't expect an X prefix.
4260
4261 2010-03-25  Stan Shebs  <stan@codesourcery.com>
4262
4263         * tracepoint.h (trace_stop_reason): Add tracepoint_error.
4264         (struct trace_status): New field error_desc.
4265         * tracepoint.c (stop_reason_names): Add terror.
4266         (current_trace_status): Ensure non-NULL error description.
4267         (trace_status_command): Add error report.
4268         (trace_status_mi): Ditto.
4269         (trace_save): Add special case for error description.
4270         (parse_trace_status): Add case for errors.
4271
4272 2010-03-25  Keith Seitz  <keiths@redhat.com>
4273
4274         * dwarf2read.c (read_subroutine_type): If the compilation unit
4275         language is Java, mark any formal parameter named "this" as
4276         artificial (GCC/43521).
4277         (dwarf2_name): Add special handling for Java constructors.
4278
4279 2010-03-25  Tom Tromey  <tromey@redhat.com>
4280
4281         PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
4282         * infrun.c (handle_inferior_event): Change initialization of
4283         stop_stack_dummy.
4284         (handle_inferior_event): Change assignment to stop_stack_dummy.
4285         (normal_stop): Update use of stop_stack_dummy.
4286         (struct inferior_status) <stop_stack_dummy>: Change type.
4287         * inferior.h (stop_stack_dummy): Update.
4288         * infcmd.c (stop_stack_dummy): Change type.
4289         * infcall.c (cleanup_delete_std_terminate_breakpoint): New
4290         function.
4291         (call_function_by_hand): Call set_std_terminate_breakpoint.
4292         Rewrite std::terminate handling.
4293         * breakpoint.h (enum bptype) <bp_std_terminate,
4294         bp_std_terminate_master>: New.
4295         (enum stop_stack_kind): New.
4296         (struct bpstat_what) <call_dummy>: Change type.
4297         (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
4298         Declare.
4299         * breakpoint.c (create_std_terminate_master_breakpoint): New
4300         function.
4301         (update_breakpoints_after_exec): Handle bp_std_terminate_master.
4302         Call create_std_terminate_master_breakpoint.
4303         (print_it_typical): Handle new breakpoint kinds.
4304         (bpstat_stop_status): Handle bp_std_terminate_master.
4305         (bpstat_what): Correctly set call_dummy field.  Handle
4306         bp_std_terminate_master and bp_std_terminate.
4307         (print_one_breakpoint_location): Update.
4308         (allocate_bp_location): Update.
4309         (set_std_terminate_breakpoint): New function.
4310         (delete_std_terminate_breakpoint): Likewise.
4311         (create_thread_event_breakpoint): Update.
4312         (delete_command): Update.
4313         (breakpoint_re_set_one): Update.
4314         (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
4315
4316 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4317
4318         * symfile.c (build_section_addr_info_from_bfd): New.
4319         (build_section_addr_info_from_objfile): Base it on
4320         build_section_addr_info_from_bfd.
4321         (addrs_section_compar, addrs_section_sort): New.
4322         (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
4323         addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs.  Build
4324         addrs_to_abfd_addrs.  Use it for recalculating ADDRS.
4325
4326 2010-03-24  Michael Snyder  <msnyder@localhost.localdomain>
4327
4328         * elfread.c (find_separate_debug_file_by_buildid):
4329         Remove unused local variable.
4330
4331 2010-03-24  Tom Tromey  <tromey@redhat.com>
4332
4333         PR breakpoints/9352:
4334         * NEWS: Mention changes to `commands' and `rbreak'.
4335         * symtab.c (do_end_rbreak_breakpoints): New function.
4336         (rbreak_command): Call start_rbreak_breakpoints; arrange to call
4337         end_rbreak_breakpoints.
4338         * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
4339         (set_breakpoint_count): Likewise.  Clear last_was_multi.
4340         (multi_start, multi_end, last_was_multi): New globals.
4341         (start_rbreak_breakpoints, end_rbreak_breakpoints): New
4342         functions.
4343         (struct commands_info): New
4344         (do_map_commands_command): New function.
4345         (commands_command_1): New function.
4346         (commands_command): Use it.
4347         (commands_from_control_command): Likewise.
4348         (do_delete_breakpoint): New function.
4349         (delete_command): Use it.
4350         (map_breakpoint_numbers): Add 'data' argument.  Pass to callback.
4351         (do_map_disable_breakpoint): New function.
4352         (disable_command): Use it.
4353         (do_map_enable_breakpoint): New function.
4354         (enable_command): Use it.
4355         (enable_once_breakpoint): Add argument.
4356         (enable_once_command): Update.
4357         (enable_delete_breakpoint): Add argument.
4358         (enable_delete_command): Update.
4359         (break_command_really): Set last_was_multi when needed.
4360         (check_tracepoint_command): Fix formatting.
4361         (validate_commands_for_breakpoint): New function.
4362         (breakpoint_set_commands): Use it.
4363         (tracepoint_save_command): Update.
4364         * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
4365         Declare.
4366
4367 2010-03-24  Tom Tromey  <tromey@redhat.com>
4368
4369         * breakpoint.h (struct counted_command_line): New struct.
4370         (struct breakpoint) <commands>: Change type.
4371         (struct bpstats) <commands>: Change type.
4372         <commands_left>: New field.
4373         * breakpoint.c (alloc_counted_command_line): New function.
4374         (incref_counted_command_line): Likewise.
4375         (decref_counted_command_line): Likewise.
4376         (do_cleanup_counted_command_line): Likewise.
4377         (make_cleanup_decref_counted_command_line): Likewise.
4378         (breakpoint_set_commands): Use decref_counted_command_line and
4379         alloc_counted_command_line.
4380         (commands_command): Don't error if breakpoint commands are
4381         executing.
4382         (commands_from_control_command): Likewise.
4383         (bpstat_free): Update.
4384         (bpstat_copy): Likewise.
4385         (bpstat_clear_actions): Likewise.
4386         (bpstat_do_actions_1): Likewise.
4387         (bpstat_stop_status): Likewise.
4388         (print_one_breakpoint_location): Likewise.
4389         (delete_breakpoint): Likewise.
4390         (bpstat_alloc): Initialize new field.
4391         (tracepoint_save_command): Update.
4392         * tracepoint.c (encode_actions): Update.
4393         (trace_dump_command): Update.
4394
4395 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
4396
4397         * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
4398         * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
4399         (read_structure_type): For RealView, set TYPE_STUB on structures with
4400         no byte size and no children.
4401         (read_subroutine_type): Mark functions as prototyped by default.
4402         * symtab.c (producer_is_realview): New function.
4403         * symtab.h (expand_line_sal): Fix declaration formatting.
4404         (producer_is_realview): Declare.
4405
4406 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
4407
4408         * arm-tdep.c (skip_prologue_function): New function.
4409         (submask, bit, bits, sbits, BranchDest): Move higher in the file.
4410         (thumb_analyze_prologue): Document return value.  Recognize more
4411         Thumb instructions, skippable calls, and some Thumb-2 instructions.
4412         Add debug output.
4413         (arm_skip_prologue): Remove call dummy check.  Check the prologue
4414         for non-GNU compilers.
4415         (arm_instruction_changes_pc): New function.
4416         (arm_analyze_prologue): New function, broken out from
4417         arm_scan_prologue.  Recognize more ARM instructions and skippable
4418         calls.  Update comments.  Handle NULL cache.  Return the address
4419         of the first unrecognized instruction.  Do not skip past other
4420         instructions which change control flow.  Add debug output.
4421         (arm_scan_prologue): Use arm_analyze_prologue.
4422         (ARM_PC_32): Delete.
4423         (shifted_reg_val): Simplify ARM_PC_32 check.
4424
4425 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4426
4427         * tracepoint.c (tvariables_info_1): Actually compute
4428         the number of rows in the result.
4429
4430 2010-03-24  Pedro Alves  <pedro@codesourcery.com>
4431
4432         * remote.c (crc32): Constify `buf' parameter.
4433         (remote_verify_memory): New, abstracted out from...
4434         (compare_sections_command): ... this.  Remove hardcoded target
4435         checks.
4436         (init_remote_ops): Install remote_verify_memory.
4437         * target.c (target_verify_memory): New.
4438         * target.h (struct target_ops) <to_verify_memory>: New field.
4439         (target_verify_memory): Declare.
4440
4441 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4442
4443         Implement -trace-save.
4444
4445         * mi-cmds.h (mi_cmds_trace_save): Declare.
4446         * mi-cmds.c (mi_cmds): Register -trace-save.
4447         * mi/mi-main.c (mi_cmd_trace_save): New.
4448         * remote.c (remote_save_trace_data): Take const parameter.
4449         * target.h (struct target_ops::to_save_trace_data): Take
4450         const parameter.
4451         * target.c (update_current_target): Adjust to the above.
4452         * tracepoint.c (trave_save): New, extracted from
4453         (trace_save_command): ...this.
4454         (tfile_trace_find): Remove message that is unnecessary now
4455         that 'tfind' reports found frame.
4456         * tracepoint.h (trace_save): Declare.
4457
4458 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4459
4460         Implement -trace-find.
4461
4462         * mi/mi-cmds.c (mi_cmds): Register -trace-find.
4463         * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
4464         * mi/mi-main.c (mi_cmd_trace_find): New.
4465         * target.h (struct target_ops): Document to_trace_find.
4466         * tracepoint.h (tfind_1): Declare.
4467         * tracepoint.c (finish_tfind_command): Rename to...
4468         (tfind_1): ...this.
4469         * remote.c (remote_trace_find): Return -1 if target say
4470         there's no frame.  Improve error diagnostics.
4471
4472 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4473
4474         -trace-define-variable and -trace-list-variables.
4475
4476         * tracepoint.c (create_trace_state_variable): Make
4477         private copy of name, as opposed to assuming the
4478         pointer lives forever.
4479         (tvariables_info_1): New.
4480         (tvariables_info): Use the above.
4481         * tracepoint.h (create_trace_state_variable, tvariables_info_1):
4482         Declare.
4483         * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
4484         and -trace-list-variables.
4485         * mi/mi-cmds.h (mi_cmd_trace_define_variable)
4486         (mi_cmd_trace_list_variables): New.
4487         * mi/mi-main.c (mi_cmd_trace_define_variable)
4488         (mi_cmd_trace_list_variables): New.
4489
4490 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4491
4492         Implement -break-passcount.
4493
4494         * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
4495         * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
4496         * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
4497
4498 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4499
4500         -trace-start/-trace-end/-trace-status.
4501
4502         * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
4503         and -trace-stop.
4504         * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
4505         (mi_cmd_trace_stop): Declare.
4506         * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
4507         (mi_cmd_trace_stop): New.
4508         * tracepoint.c (start_tracing): New, extracted from...
4509         (trace_start_command): ...this.
4510         (trace_status_mi): New.
4511         * tracepoint.h (struct trace_status): Document
4512         stopping_tracepoint.
4513         (start_tracing, stop_tracing, trace_status_mi): Declare.
4514
4515 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4516
4517         Implement creating tracepoints with -break-insert.
4518
4519         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
4520         to mean that tracepoint should be created.
4521
4522 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4523
4524         * breakpoint.c (check_no_tracepoint_commands): Use
4525         current spelling of 'teval'.
4526
4527 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4528
4529         Unify actions and commands
4530
4531         * defs.h (read_command_lines, read_command_lines_1): New
4532         parameters validator and closure.
4533         * tracepoint.h (struct action_line): Remove.
4534         * breakpoint.h (struct breakpoint): Remove the 'actions'
4535         field.
4536         * defs.h (enum command_control_type): New value
4537         while_stepping_control.
4538         (struct command_line): Add comments.
4539         * breakpoint.c (breakoint_is_tracepoint): New.
4540         (breakpoint_set_commands): For tracepoints,
4541         verify the commands are permissible.
4542         (check_tracepoint_commands): New.
4543         (commands_command): Require that each new line is validated using
4544         check_tracepoint_command, if we set commands for a tracepoint.
4545         (create_tracepoint_from_upload): Likewise.
4546         (print_one_breakpoint_location): Remove the code to print
4547         actions specifically.
4548         (tracepoint_save_command): Relay to print_command_lines.
4549         * cli/cli-script.c (process_next_line): New parameters validator
4550         and closure. Handle 'while-stepping'. Call validator if not null.
4551         (read_command_lines, read_command_lines1): Likewise.
4552         (recurse_read_control_structure): New parameters validator and
4553         closure. Handle while_stepping_control.
4554         (print_command_lines): Handle while-stepping.
4555         (get_command_line, define_command, document_command): Adjust.
4556         * remote.c (remote_download_tracepoint): Adjust.
4557         * tracepoint.c (make_cleanup_free_actions, read_actions)
4558         (free_actions, do_free_actions_cleanup): Remove.
4559         (trace_actions_command): Use read_command_lines.
4560         (validate_actionline): Use error in one place.
4561         (encode_actions_1): New, extracted from...
4562         (encode_actions): ...this. Also use cleanups for exception
4563         safety.
4564         (trace_dump_command): Adjust.
4565         * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
4566         it's tracepoint.
4567
4568 2010-03-23  Mike Frysinger  <vapier@gentoo.org>
4569
4570         * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
4571
4572 2010-03-22  Stan Shebs  <stan@codesourcery.com>
4573
4574         * value.c (value_static_field): Be lazy about the field's value.
4575
4576 2010-03-22  Reid Kleckner  <reid@kleckner.net>
4577
4578         PR gdb/11094
4579         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
4580         bp_jit_event.
4581         (disable_breakpoints_in_shlibs): Likewise.
4582
4583 2010-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
4584
4585         * dwarf2read.c (partial_die_parent_scope): Work around buggy
4586         GCC 4.1 debug info generation (GCC PR c++/28460).
4587         (determine_prefix): Likewise.
4588
4589 2010-03-20  Daniel Jacobowitz  <dan@codesourcery.com>
4590
4591         * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
4592         get_current_arch.
4593         * tui/tui-layout.c (extract_display_start_addr): Likewise.
4594
4595 2010-03-19  Stan Shebs  <stan@codesourcery.com>
4596
4597         * ax-gdb.c (gen_fetch): Handle bool.
4598         (gen_usual_unary): Ditto.
4599         (gen_cast): Ditto.
4600         (gen_equal): New function.
4601         (gen_less): New function.
4602         (gen_expr_binop_rest): Call them, also return integer type from
4603         logical operations.
4604         (gen_expr): Ditto.
4605
4606 2010-03-19  Tom Tromey  <tromey@redhat.com>
4607
4608         * jv-lang.c (jv_dynamics_objfile_data_key)
4609         (jv_type_objfile_data_key): New globals.
4610         (class_symtab): Move earlier.
4611         (jv_per_objfile_free): New function.
4612         (get_dynamics_objfile): Call set_objfile_data.  Add 'gdbarch'
4613         parameter.
4614         Remove ancient #if 1.
4615         (add_class_symbol): Remove redundant declaration.
4616         (java_lookup_class): Use alloc_type, not alloc_type_arch.
4617         (java_link_class_type): Mark as static.  Update.
4618         (jv_clear_object_type): New function.
4619         (set_java_object_type): Likewise.
4620         (get_java_object_type): Use set_java_object_type.
4621         (is_object_type): Likewise.
4622         (_initialize_java_language): Register new objfile keys.
4623         (get_java_class_symtab): Add 'gdbarch' parameter.
4624         (add_class_symtab_symbol): Update.
4625         (type_from_class): Update.
4626
4627 2010-03-19  Stan Shebs  <stan@codesourcery.com>
4628
4629         * ax-general.c (ax_const_l): Fix a sizing bug.
4630
4631 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
4632
4633         GDB 7.1 released.
4634
4635 2010-03-18  Stan Shebs  <stan@codesourcery.com>
4636             Pedro Alves  <pedro@codesourcery.com>
4637
4638         * target.h (struct target_ops): New method
4639         to_set_circular_trace_buffer.
4640         (target_set_circular_trace_buffer): New macro.
4641         * target.c (update_current_target): Add
4642         to_set_circular_trace_buffer, fix to_set_disconnected_tracing
4643         default behavior.
4644         * remote.c (remote_set_circular_trace_buffer): New function.
4645         (init_remote_ops): Add it to vector.
4646         * tracepoint.h (struct trace_status): New field traceframes_created,
4647         change buffer_size and buffer_free to int.
4648         * tracepoint.c (circular_trace_buffer): New global.
4649         (start_tracing): Send values of disconnected tracing and circular
4650         trace buffer settings.
4651         (set_circular_trace_buffer): New function.
4652         (parse_trace_state): Handle total space and frames created.
4653         (trace_status_command): Display total space and total frames
4654         created.
4655         (trace_save): Write out new status values.
4656         (parse_trace_status): Set traceframe_count, traceframes_created,
4657         buffer_free and buffer_size to -1 by default.
4658         (_initialize_tracepoint): New setshow for circular-trace-buffer.
4659         * NEWS: Mention the circular trace buffer option.
4660
4661 2010-03-18  Tom Tromey  <tromey@redhat.com>
4662
4663         * infcmd.c (finish_command_continuation): Wrap print_return_value
4664         in TRY_CATCH.
4665
4666 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
4667
4668         * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
4669         DIE has a name before creating the associated partial symbol.
4670         (read_func_scope): Emit a complaint if the subprogram does not
4671         have a name or when we can't extract the subprogram PC bounds.
4672
4673 2010-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
4674
4675         * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
4676         instead of selected frame architecture.
4677
4678 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
4679
4680         * infcmd.c (until_command): Use ERROR_NO_INFERIOR.  Ensure there's
4681         a valid selected thread, and that it is not running.
4682         (advance_command): Ditto.
4683         (finish_command): Ditto.
4684
4685 2010-03-17 Stan Shebs  <stan@codesourcery.com>
4686
4687         * ax-gdb.c (require_rvalue): Disallow non-scalars.
4688
4689         * infcall.c: Include tracepoint.h.
4690         (call_function_by_hand): Disallow calls in tfind mode.
4691         * infcmd.c: Include tracepoint.h.
4692         (ensure_not_tfind_mode): New function.
4693         (continue_1): Call it.
4694         (step_1) Ditto.
4695         (jump_command): Ditto.
4696         (signal_command): Ditto.
4697         (advance_command): Ditto.
4698         (until_command): Ditto.
4699         (finish_command): Ditto.
4700         * tracepoint.h (disconnect_or_stop_tracing): Declare.
4701
4702         * ax-gdb.h (struct axs_value): New field optimized_out.
4703         (gen_trace_for_var): Add gdbarch argument.
4704         * ax-gdb.c (gen_trace_static_fields): New function.
4705         (gen_traced_pop): Call it, add gdbarch argument.
4706         (gen_trace_for_expr): Update call to it.
4707         (gen_trace_for_var): Ditto, and report optimized-out variables.
4708         (gen_struct_ref_recursive): Check for optimized-out value.
4709         (gen_struct_elt_for_reference): Ditto.
4710         (gen_static_field): Pass gdbarch instead of expression, assume
4711         optimization if field not found.
4712         (gen_var_ref): Set the optimized_out flag.
4713         (gen_expr): Error on optimized-out variable.
4714         * tracepoint.c (collect_symbol): Handle struct-valued vars as
4715         expressions, skip optimized-out variables with computed locations.
4716         * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
4717         erroring out if location expression missing.
4718         (loclist_tracepoint_var_ref): Don't error out here.
4719
4720 2010-03-17  Tom Tromey  <tromey@redhat.com>
4721
4722         * dwarf2read.c (dwarf2_get_section_info): Handle case where no
4723         DWARF data is available.
4724
4725 2010-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
4726
4727         * symfile.c (generic_load): Reset breakpoints after loading.
4728
4729 2010-03-17  Tom Tromey  <tromey@redhat.com>
4730
4731         * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
4732
4733 2010-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4734
4735         * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
4736         create_breakpoint call, adjust the parameters.
4737
4738 2010-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4739             Chandru <chandru@in.ibm.com>
4740
4741         * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
4742         * valarith.c (value_subscripted_rvalue): Suppress error if
4743         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
4744
4745 2010-03-16  Holger Hans Peter Freyther  <zecke@selfish.org>
4746
4747         * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
4748
4749 2010-03-16  Joel Brobecker  <brobecker@adacore.com>
4750
4751         * ada-tasks.c (task_command_1): Check that the task ptid is valid
4752         before doing the associated thread switch.
4753
4754 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4755
4756         * MAINTAINERS: Update my email address.
4757
4758 2010-03-16  Vladimir Prus  <vladimir@codesourcery.com>
4759
4760         Simplify MI breakpoint setting.
4761
4762         * breakpoint.c (break_command_really): Make nonstatic and
4763         rename to...
4764         (create_breakpoint): ...this. Rename prior function by this name
4765         to...
4766         (create_breakpoint_sal): ...this.
4767         (create_breakpoints): Rename to...
4768         (create_breakpoints_sal): ...this.
4769         (set_breakpoint): Remove.
4770         * breakpoint.h: Adjust to above changes.
4771         * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
4772
4773 2010-03-15 Stan Shebs  <stan@codesourcery.com>
4774
4775         * ax-gdb.c: Include cp-support.h.
4776         (find_field): Remove.
4777         (gen_primitive_field): New function.
4778         (gen_struct_ref_recursive): New function.
4779         (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
4780         of find_field.
4781         (gen_static_field): New function.
4782         (gen_struct_elt_for_reference): New.
4783         (gen_namespace_elt): New.
4784         (gen_maybe_namespace_elt): New.
4785         (gen_aggregate_elt_ref): New.
4786         (gen_expr): Add OP_SCOPE, display opcode name in error message.
4787
4788 2010-03-15  Tom Tromey  <tromey@redhat.com>
4789
4790         * dwarf2read.c (die_needs_namespace): Also return 0 for
4791         DW_TAG_subprogram.
4792
4793 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
4794
4795         PR c++/7936:
4796         * cp-support.h: Added char *declaration element to using_direct
4797         data struct.
4798         (cp_add_using): Added char *declaration argument.
4799         (cp_add_using_directive): Ditto.
4800         (cp_lookup_symbol_imports): made extern.
4801         * cp-namespace.c: Updated with the above changes.
4802         * dwarf2read.c (read_import_statement): Ditto.
4803         (read_namespace): Ditto.
4804         (read_import_statement): Support import declarations.
4805         * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
4806         declarations.
4807         Added support for 'declaration_only' search.
4808         (cp_lookup_symbol_namespace): Attempt to search for the name as
4809         is before consideration of imports.
4810         * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
4811         search at every block level search.
4812         Now takes language argument.
4813         (lookup_symbol_aux): Updated.
4814
4815 2010-03-15  Tom Tromey  <tromey@redhat.com>
4816
4817         * c-exp.y (name_not_typename): Add 'operator' clause.
4818
4819 2010-03-15  Ralf Corsepius  <ralf.corsepius@rtems.org>  (tiny change)
4820
4821         * configure.ac: Exit if ${gdb_target_obs}" is not set.
4822         * configure: Regenerate.
4823
4824 2010-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4825
4826         * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
4827         and ".sdynbss".  Update the comment.
4828
4829 2010-03-15  Jie Zhang  <jie@codesourcery.com>
4830
4831         * MAINTAINERS: Update my email address.
4832
4833 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
4834
4835         * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
4836
4837 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
4838
4839         * charset.c [USE_WIN32API]: Include <windows.h>.
4840          (_initialize_charset): Correct type of w32_host_default_charset.
4841
4842 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
4843
4844         * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
4845
4846 2010-03-12  Tom Tromey  <tromey@redhat.com>
4847
4848         PR c++/9708:
4849         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
4850         in a lexical block does not need a namespace.
4851         (new_symbol) <DW_TAG_variable>: Put extern variables on
4852         list_in_scope in all cases.
4853
4854 2010-03-12 Stan Shebs  <stan@codesourcery.com>
4855
4856         * ax-gdb.c (gen_expr): Add shift expressions.
4857         (gen_expr_binop_rest): Ditto.
4858
4859 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
4860
4861         * buildsym.c (finish_block): Reset using_directives pointer
4862         after block initialization.
4863
4864 2010-03-12  H.J. Lu  <hongjiu.lu@intel.com>
4865
4866         * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
4867         * i386-tdep.c (i386_word_names): Likewise.
4868
4869 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
4870
4871         * target.c (memory_xfer_partial): Don't use the stack cache if
4872         inspecting trace frames.
4873         * tracepoint.c (finish_tfind_command): Invalidate the target
4874         dcache.
4875
4876 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4877
4878         * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
4879         for the PIC displacement, print also the displacement value.
4880         (svr4_exec_displacement):  Print DISPLACEMENT if INFO_VERBOSE.
4881
4882 2010-03-10  Kevin Buettner  <kevinb@redhat.com>
4883
4884         * remote-mips.c (close_ports, mips_initialize_cleanups)
4885         (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
4886         (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
4887         (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
4888         (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
4889         (pmon_check_entry_address, pmon_check_total, pmon_end_download)
4890         (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
4891         comments describing each of these functions.
4892         (mips_enter_debug, mips_exit_debug, common_open)
4893         (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
4894         blank line after the comment describing the function.
4895
4896 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4897
4898         * solib-svr4.c (svr4_exec_displacement): Return now success, new
4899         parameter displacementp.  Update comment.
4900         (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
4901         element exists.  Return if svr4_exec_displacement was not successful.
4902         Update comment.
4903
4904 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4905             Daniel Jacobowitz  <dan@codesourcery.com>
4906
4907         * solib-svr4.c (read_program_header): Support type == -1 to read
4908         all program headers.
4909         (read_program_headers_from_bfd): New function.
4910         (svr4_static_exec_displacement): Remove and move the comment ...
4911         (svr4_exec_displacement): ... here.  Remove variable found.  New
4912         variable displacement.  Check also DYNAMIC.  Verify DISPLACEMENT
4913         alignment for ELF targets.  Compare target vs. exec_bfd PHDRs for ELF
4914         targets using read_program_headers_from_bfd.  Remove the call of
4915         svr4_static_exec_displacement.
4916
4917 2010-03-10  Tom Tromey  <tromey@redhat.com>
4918
4919         * dwarf2read.c (struct pubnames_header): Remove.
4920         (_PUBNAMES_HEADER): Remove.
4921         (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
4922         (struct aranges_header): Remove.
4923         (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
4924         (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
4925         (PUBNAMES_SECTION): Remove.
4926         (ARANGES_SECTION): Remove.
4927         (dwarf2_locate_sections): Don't handle pubnames or aranges.
4928         (dwarf2_build_psymtabs): Remove dead code.
4929         (dwarf2_build_psymtabs_easy): Remove.
4930
4931 2010-03-10  Tom Tromey  <tromey@redhat.com>
4932
4933         * elfread.c (elf_symfile_read): Don't call
4934         dwarf2_build_frame_info.
4935         * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
4936         (struct dwarf2_per_objfile) <objfile>: New field.
4937         (dwarf2_has_info): Now idempotent.  Set objfile field.
4938         (dwarf2_read_section): Check and set readin field.  Call
4939         posix_madvise.
4940         (dwarf2_build_psymtabs): Don't read all sections.
4941         (read_type_comp_unit_head): Read types section.
4942         (create_debug_types_hash_table): Likewise.
4943         (init_cu_die_reader): Add asserts.
4944         (process_type_comp_unit): Add assert.
4945         (dwarf2_build_psymtabs_hard): Read info section.
4946         (load_partial_comp_unit): Add assert.
4947         (create_all_comp_units): Read info section.
4948         (load_full_comp_unit): Likewise.
4949         (dwarf2_ranges_read): Read ranges section.
4950         (dwarf2_record_block_ranges): Add assert.
4951         (dwarf2_read_abbrevs): Read abbrev section.
4952         (read_indirect_string): Read str section.
4953         (dwarf_decode_line_header): Read line section.
4954         (read_signatured_type_at_offset): Read types section.
4955         (dwarf_decode_macros): Read macinfo section.
4956         (dwarf2_symbol_mark_computed): Read loc section.
4957         * dwarf2-frame.c (dwarf2_frame_find_fde): Call
4958         dwarf2_build_frame_info.
4959         (dwarf2_build_frame_info): Unconditionally set
4960         dwarf2_frame_objfile_data on the objfile.
4961         * configure.ac: Check for posix_madvise.
4962         * config.in, configure: Rebuild.
4963
4964 2010-03-10  Tom Tromey  <tromey@redhat.com>
4965
4966         * xcoffread.c (xcoff_start_psymtab): Update.
4967         (xcoff_end_psymtab): Update.
4968         * psymtab.c (allocate_psymtab): Remove dead code.
4969         * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
4970         void*.
4971         * mdebugread.c (parse_partial_symbols): Update.
4972         (new_psymtab): Likewise.
4973         * dwarf2read.c (process_psymtab_comp_unit): Update.
4974         (psymtab_to_symtab_1): Update.
4975         * dbxread.c (start_psymtab): Update.
4976         (end_psymtab): Likewise.
4977
4978 2010-03-10  Tom Tromey  <tromey@redhat.com>
4979
4980         * xcoffread.c: Include psymtab.h.
4981         (xcoff_sym_fns): Update.
4982         * symtab.h (struct partial_symbol): Remove.
4983         (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
4984         (struct partial_symtab): Remove.
4985         (PSYMTAB_TO_SYMTAB): Remove.
4986         (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
4987         (find_pc_sect_psymtab): Remove.
4988         (find_pc_sect_symtab_via_partial): Declare.
4989         (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
4990         (find_main_psymtab): Remove.
4991         (find_main_filename): Declare.
4992         (fixup_psymbol_section): Remove.
4993         (fixup_section): Declare.
4994         * symtab.c: Include psymtab.h.
4995         (lookup_symtab): Use lookup_symtab method.
4996         (lookup_partial_symtab): Remove.
4997         (find_pc_sect_psymtab_closer): Remove.
4998         (find_pc_sect_psymtab): Remove.
4999         (find_pc_sect_symtab_via_partial): New function.
5000         (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
5001         (fixup_section): No longer static.
5002         (fixup_psymbol_section): Remove.
5003         (lookup_symbol_aux): Use lookup_symbol_aux_quick.
5004         (lookup_global_symbol_from_objfile): Likewise.
5005         (lookup_symbol_aux_psymtabs): Remove.
5006         (lookup_symbol_aux_quick): New function.
5007         (lookup_symbol_global): Use lookup_symbol_aux_quick.
5008         (lookup_partial_symbol): Remove.
5009         (basic_lookup_transparent_type_quick): New function.
5010         (basic_lookup_transparent_type): Use it.
5011         (find_main_psymtab): Remove.
5012         (find_main_filename): New function.
5013         (find_pc_sect_symtab): Use find_pc_sect_symtab method.
5014         (find_line_symtab): Use expand_symtabs_with_filename method.
5015         (output_partial_symbol_filename): New function.
5016         (sources_info): Use map_partial_symbol_filenames.
5017         (struct search_symbols_data): New type.
5018         (search_symbols_file_matches): New function.
5019         (search_symbols_name_matches): Likewise.
5020         (search_symbols): Use expand_symtabs_matching method.
5021         (struct add_name_data): Rename from add_macro_name_data.
5022         (add_macro_name): Update.
5023         (add_partial_symbol_name): New function.
5024         (default_make_symbol_completion_list): Use
5025         map_partial_symbol_names.
5026         (struct add_partial_symbol_name): New type.
5027         (maybe_add_partial_symtab_filename): New function.
5028         (make_source_files_completion_list): Use
5029         map_partial_symbol_filenames.
5030         (expand_line_sal): Use expand_symtabs_with_filename method.
5031         * symmisc.c: Include psymtab.h.
5032         (print_objfile_statistics): Use print_stats method.
5033         (dump_objfile): Use dump method.
5034         (dump_psymtab, maintenance_print_psymbols)
5035         (maintenance_info_psymtabs, maintenance_check_symtabs)
5036         (extend_psymbol_list): Remove.
5037         * symfile.h (struct quick_symbol_functions): New struct.
5038         (struct sym_fns) <qf>: New field.
5039         (sort_pst_symbols): Remove.
5040         (increment_reading_symtab): Declare.
5041         * symfile.c: Include psymtab.h.
5042         (compare_psymbols, sort_pst_symbols): Remove.
5043         (psymtab_to_symtab): Remove.
5044         (increment_reading_symtab): New function.
5045         (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
5046         method.
5047         (set_initial_language): Use find_main_filename.
5048         (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
5049         (free_named_symtabs): Remove unused code.
5050         (start_psymtab_common, add_psymbol_to_bcache)
5051         (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
5052         Remove.
5053         * stack.c: Include psymtab.h, symfile.h.
5054         (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
5055         * source.h (psymtab_to_fullname): Don't declare.
5056         * source.c: Include psymtab.h.
5057         (select_source_symtab): Use find_last_source_symtab method.
5058         (forget_cached_source_info): Use forget_cached_source_info
5059         method.
5060         (find_and_open_source): No longer static.
5061         (psymtab_to_fullname): Remove.
5062         * somread.c: Include psymtab.h.
5063         (som_sym_fns): Update.
5064         * psympriv.h: New file.
5065         * psymtab.h: New file.
5066         * psymtab.c: New file.
5067         * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
5068         (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
5069         * objfiles.c: Include psymtab.h.
5070         (objfile_relocate1): Use relocate method.
5071         (objfile_has_partial_symbols): Use has_symbols method.
5072         * mipsread.c: Include psymtab.h.
5073         (ecoff_sym_fns): Update.
5074         * mi/mi-cmd-file.c: Include psymtab.h.
5075         (print_partial_file_name): New function.
5076         (mi_cmd_file_list_exec_source_files): Use
5077         map_partial_symbol_filenames.
5078         * mdebugread.c: Include psympriv.h.
5079         * machoread.c: Include psympriv.h.
5080         (macho_sym_fns): Update.
5081         * m2-exp.y (yylex): Use lookup_symtab.
5082         * elfread.c: Include psympriv.h.
5083         (elf_sym_fns): Update.
5084         * dwarf2read.c: Include psympriv.h.
5085         * dbxread.c: Include psympriv.h.
5086         (aout_sym_fns): Update.
5087         * cp-support.c: Include psymtab.h.
5088         (read_in_psymtabs): Remove.
5089         (make_symbol_overload_list_qualified): Use
5090         expand_symtabs_for_function method.
5091         * coffread.c: Include psympriv.h.
5092         (coff_sym_fns): Update.
5093         * blockframe.c: Include psymtab.h.
5094         (find_pc_partial_function): Use find_pc_sect_symtab method.
5095         * ada-lang.h (ada_update_initial_language): Update.
5096         * ada-lang.c: Include psymtab.h.
5097         (ada_update_initial_language): Remove 'main_pst' argument.
5098         (ada_lookup_partial_symbol): Remove.
5099         (struct ada_psym_data): New type.
5100         (ada_add_psyms): New function.
5101         (ada_add_non_local_symbols): Use map_ada_symtabs method.
5102         (struct add_partial_datum): New type.
5103         (ada_add_partial_symbol_completions): New function.
5104         (ada_make_symbol_completion_list): Use map_partial_symbol_names.
5105         (ada_exception_support_info_sniffer): Update.
5106         * Makefile.in (SFILES): Add psymtab.c.
5107         (COMMON_OBS): Add psymtab.o.
5108         (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
5109
5110 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
5111
5112         * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
5113
5114 2010-03-10  Sami Wagiaalla  <swagiaal@redhat.com>
5115
5116         PR C++/11236:
5117         * cp-namespace.c (cp_add_using): Deleted.
5118         (cp_add_using_directive): Use obstack allocations.
5119         Merged the function cp_add_using into this one.
5120         Added 'struct obstack *' argument.
5121         (cp_scan_for_anonymous_namespaces): Updated.
5122         * cp-support.h: Updated.
5123         * dwarf2read.c (read_import_statement): Updated.
5124         (read_namespace): Updated.
5125
5126 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
5127
5128         * windows-nat.c (cygwin_conv_path): Remove old macro.
5129
5130 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
5131
5132         * breakpoint.c (condition_command): Handle watchpoint conditions.
5133         (is_hardware_watchpoint): Add comment.
5134         (is_watchpoint): New.
5135         (update_watchpoint): Don't reparse the watchpoint's condition
5136         unless necessary.
5137         (WP_IGNORE): New.
5138         (watchpoint_check): Use it.
5139         (bpstat_check_watchpoint): Handle it.
5140         (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
5141         conditions in a frame where it makes sense.
5142         (watch_command_1): Store the innermost block of the condition
5143         expression.
5144         (delete_breakpoint): Delete the watchpoint condition expression.
5145         * breakpoint.h (struct bp_location) <cond>: Update comment.
5146         (struct breakpoint): New field `cond_exp_valid_block'.
5147
5148 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
5149
5150         Adjust handling of Ada DIEs after dwarf2_physname patch.
5151         * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
5152
5153 2010-03-09  Christopher Faylor  <me+cygwin@cgf.cx>
5154             Pierre Muller  <muller@ics.u-strasbg.fr>
5155
5156         * windows-nat.c (cygwin_conv_path): Redefine to properly convert
5157         from/to posix/win32.
5158         (windows_make_so): Use non-Cygwin 1.7 specific function.
5159         (windows_create_inferior): Make sure that cygallargs points to
5160         original args in non Cygwin 1.7. case.
5161
5162 2010-03-09  Michael Snyder  <msnyder@vmware.com>
5163
5164         * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
5165         after target_read_memory to get host byte order.
5166         (i386_process_record): Ditto.
5167
5168 2010-03-09  Keith Seitz  <keiths@redhat.com>
5169
5170         Based on work from Daniel Jacobowitz  <dan@codesourcery.com>
5171         * c-typeprint.c (cp_type_print_method_args): For non-static methods,
5172         print out const or volatile qualifiers, too.
5173         (c_type_print_args): Add parameters show_artificial and language.
5174         Skip artificial parameters when requested.
5175         Use the appropriate language printer.
5176         (c_type_print_varspec): Tell c_type_print_args to skip artificial
5177         parameters and pass language_c.
5178         * dwarf2read.c (die_list): New file global.
5179         (struct partial_die_info): Update comments for name field.
5180         (pdi_needs_namespace): Renamed to ...
5181         (die_needs_namespace): ... this. Rewrite.
5182         (dwarf2_linkage_name): Remove.
5183         (add_partial_symbol): Do not predicate the call to
5184         partial_die_full_name based on pdi_needs_namespace.
5185         Remove call to cp_check_possible_namespace_symbols and associated
5186         outdated comments.
5187         (guess_structure_name): Do not inspect child subprogram DIEs.
5188         (dwarf2_fullname): Update comments.
5189         Use die_needs_namespace to assist in computing the name.
5190         (read_func_scope): Use dwarf2_name to get the DIE's name.
5191         Use dwarf2_physname to get the "linkage name" of the DIE.
5192         (dwarf2_add_member_field): Use dwarf2_physname instead of
5193         dwarf2_linkage_name.
5194         (read_structure_type): For structs and classes, set TYPE_NAME, too.
5195         (determine_class): Remove.
5196         (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
5197         except Ada.
5198         (new_symbol): Unconditionally call dwarf2_name.
5199         Compute the "linkage name" using dwarf2_physname.
5200         Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
5201         When determining to scan for anonymous C++ namespaces, ignore
5202         the linkage name.
5203         (dwarf2_physname): New function.
5204         (dwarf2_full_name): Move content to new function and call
5205         that.
5206         (dwarf2_compute_name): "New" function.
5207         (_initialize_dwarf2_read): Initialize die_list.
5208         * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
5209         physname.
5210         (gnu_v3_print_method_ptr): Use the physname for virtual methods
5211         without a demangled name.
5212         Print out type information for non-virtual methods.
5213         * linespec.c (decode_line_1): Force ANY string using "::" (or
5214         "." for java) to use decode_compound, and clean up any stray quoting.
5215         If we found a file symtab, re-evaluate whether the remainder is_quoted.
5216         (decode_compound): Stop consuming at an open parenthesis.
5217         Keep template parameters.
5218         Keep any overload information.
5219         Keep keywords like "const".
5220         Remove paren_pointer.
5221         Move is_quoted check from set_flags to here.
5222         Remove #if 0 code from 2000. Ten years is long enough.
5223         (find_method): Before comparing symbol names, canonicalize the string
5224         from the user.
5225         If a specific overload is requested, find it. Otherwise throw an error.
5226         (find_method_overload_end): New function.
5227         (set_flags): Remove.
5228         (decode_compound): Assume that parentheses are matched.
5229         It's a lot easier.
5230         * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
5231         to cplus_demangle.
5232         * linespec.c (decode_line_1): Keep important keywords like
5233         "const" and "volatile".
5234         * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
5235         * typeprint.h (c_type_print_args): Add declaration.
5236         * ui-file.c (do_ui_file_obsavestring): New function.
5237         (ui_file_obsavestring): New function.
5238         * ui-file.h (ui_file_obsavestring): Add declaration.
5239         * valops.c (find_overload_match): Resolve the object to
5240         a non-pointer type.
5241         If the object is a data member, search the object for the member
5242         and return with staticp set.
5243         Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
5244         Do not attempt to extract a function name from non-function types.
5245         If the extracted function name and the original name are the same,
5246         we don't have a C++ method.
5247
5248         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
5249         * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
5250
5251         * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
5252         and arguments from symbol lookups.
5253         * ax-gdb.c (gen_expr): Likewise.
5254         * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
5255         cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
5256         lookup_possible_namespace_symbol): Likewise.
5257         * cp-support.c (read_in_psymtabs): Likewise.
5258         * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
5259         * language.h (la_lookup_symbol_nonlocal): Likewise.
5260         * scm-valprint.c (scm_inferior_print): Likewise.
5261         * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
5262         * solib-svr.c (elf_lookup_lib): Likewise.
5263         * solib.c (show_auto_solib_add): Likewise.
5264         * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
5265         * symmisc.c (maintenance_check_symtabs): Likewise.
5266         * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
5267         lookup_symbol_aux_local, lookup_symbol_aux_block,
5268         lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
5269         lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
5270         lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
5271         basic_lookup_transparent_type, find_main_psymtab,
5272         lookup_block_symbol): Likewise.
5273         * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
5274         lookup_symbol_global, lookup_symbol_aux_block,
5275         lookup_symbol_partial_symbol, lookup_block_symbol,
5276         lookup_global_symbol, value_maybe_namespace_elt): Likewise.
5277
5278 2010-03-09  Pierre Muller  <muller@ics.u-strasbg.fr>
5279
5280         * python/python-internal.h: Include symtab.h.
5281
5282 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
5283             Pierre Muller  <muller@ics.u-strasbg.fr>
5284
5285         * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
5286         * p-valprint.c (pascal_val_print): Remove undeed block and fix
5287         indentation.
5288
5289 2010-03-08  Tom Tromey  <tromey@redhat.com>
5290
5291         * breakpoint.c (breakpoint_1): Add "QUIT".
5292
5293 2010-03-08  Daniel Jacobowitz  <dan@codesourcery.com>
5294             Pedro Alves  <pedro@codesourcery.com>
5295
5296         * solib.c (solib_find): Replace extension if
5297         solib_symbols_extension is set in the target gdbarch.
5298         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
5299         solib_symbols_extension to "sym".
5300         * gdbarch.sh (solib_symbols_extension): New variable.
5301         (pstring): New function.
5302         * gdbarch.h, gdbarch.c: Regenerate.
5303
5304 2010-03-08  Tom Tromey  <tromey@redhat.com>
5305
5306         PR cli/9591:
5307         * NEWS: Update.
5308         * utils.c: Include main.h.
5309         (fputs_maybe_filtered): Don't paginate if `batch_flag'.
5310         (defaulted_query): Use default answer if `batch_flag'.
5311         * main.h (batch_flag): Declare.
5312         * main.c (batch_flag): New global.
5313         (captured_main): Remove 'batch'.  Update.
5314
5315 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
5316
5317         From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
5318         and Kevin Buettner:
5319
5320         * remote-mips.c (rockhopper_ops): New target_ops struct.
5321         (MON_ROCKHOPPER): New mips_monitor_type.
5322         (read_hex_value): New function.
5323         (mips_request): Send 8-byte values with a 'T' packet.  Read the
5324         packet argument as a string and use read_hex_value to parse it.
5325         (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
5326         (rockhopper_open): New function.
5327         (mips_wait): Read the PC, FP and SP fields as strings.  Use
5328         read_hex_value to parse them and mips_set_register to commit them.
5329         (mips_set_register): New function.
5330         (mips_fetch_registers): Do not cast register value to "unsigned"
5331         when reading a MON_ROCKHOPPER 't' packet.  Use mips_set_register.
5332         (mips_store_registers): Use a 'T' packet to set registers when
5333         using MON_ROCKHOPPER.
5334         (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
5335         and expect the total to be printed before the entry address.
5336         (_initialize_remote_mips): Initialize and add rockhopper_ops.
5337
5338 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
5339
5340         * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
5341         Change return value to int.  Store value fetched in location
5342         addressed by `val'.  Use function's return value as success
5343         or failure indicator.  Adjust all callers.
5344
5345 2010-03-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5346
5347         * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
5348
5349 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5350             Hui Zhu  <teawater@gmail.com>
5351
5352         * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
5353         tmp_to_stopped_data_address.
5354         (record_open): Reset tmp_to_stopped_by_watchpoint and
5355         tmp_to_stopped_data_address.
5356         * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
5357         to_stopped_data_address.
5358
5359 2010-03-08  Hui Zhu  <teawater@gmail.com>
5360
5361         * i386-tdep.c (i386_process_record): Initialize regnum.
5362
5363 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5364
5365         * symfile.c (addr_info_make_relative): New variable sect_name, use it.
5366         Do not warn on ".gnu.liblist" and ".gnu.conflict".
5367
5368 2010-03-08  Joel Brobecker  <brobecker@adacore.com>
5369
5370         Memory error when reading wrong core file.
5371         * solib-svr4.c (solib_svr4_r_map): catch and print all exception
5372         errors while reading the inferior memory, and return zero if
5373         an exception was raised.
5374
5375 2010-03-07  Michael Snyder  <msnyder@vmware.com>
5376
5377         * record.c (record_restore): Rename tmpu8 to rectype.
5378
5379         * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
5380         tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
5381
5382         (i386_record_push): Rename local tmpulongest to addr.
5383
5384         (i386_process_record): Rename local tmpulongest to addr.
5385
5386         Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
5387         addr64.
5388
5389         Rename local variable tmpu8 to opcode8 and regnum.
5390
5391 2010-03-07  Joel Brobecker  <brobecker@adacore.com>
5392
5393         * remote.c (remote_get_ada_task_ptid): New function.
5394         (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
5395
5396 2010-03-06  Christopher Faylor  <me+cygwin@cgf.cx>
5397
5398         * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
5399         block.  Define helper macros to reduce ifdefs in code.
5400         (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
5401         size.  Call unadorned GetModuleFileNameEx rather than
5402         GetModuleFileNameEx*.
5403         (windows_make_so): Use __PMAX to denote maximum buffer size and
5404         cygwin_buf_t for buffer type.  Use GetSystemDirectory{W,A} as
5405         appropriate.
5406         (get_image_name): Use __PMAX to denote maximum buffer size.
5407         (handle_load_dll): Likewise.
5408         (windows_pid_to_exec_file): Likewise.
5409         (windows_create_inferior): Add many accommodations for older Cygwin and
5410         non-Cygwin.
5411         (bad_GetModuleFileNameExW): Control inclusion of this function based on
5412         __USEWIDE conditional.
5413         (bad_GetModuleFileNameExA): Likewise.
5414         (_initialize_loadable): Just use real function names without the dyn_
5415         part since they are defined earlier.
5416
5417 2010-03-05  Corinna Vinschen  <vinschen@redhat.com>
5418             Tom Tromey  <tromey@redhat.com>
5419
5420         * utils.c (host_char_to_target): Add 'gdbarch' argument.
5421         (parse_escape): Likewise.
5422         * python/py-utils.c (unicode_to_target_string): Update.
5423         (unicode_to_target_python_string): Update.
5424         (target_string_to_unicode): Update.
5425         * printcmd.c (printf_command): Update.
5426         * p-exp.y (yylex): Update.
5427         * objc-exp.y (yylex): Update.
5428         * mi/mi-parse.c: Include charset.h.
5429         (mi_parse_escape): New function.
5430         (mi_parse_argv): Use it.
5431         * jv-exp.y (yylex): Update.
5432         * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
5433         function.
5434         (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
5435         * gdbarch.sh (auto_charset, auto_wide_charset): New.
5436         * gdbarch.c: Rebuild.
5437         * gdbarch.h: Rebuild.
5438         * defs.h (parse_escape): Update.
5439         * cli/cli-setshow.c: Include arch-utils.h.
5440         (do_setshow_command): Update.
5441         * cli/cli-cmds.c (echo_command): Update.
5442         * charset.h (target_charset, target_wide_charset): Update.
5443         * charset.c: Include arch-utils.h.
5444         (target_charset_name): Default to "auto".
5445         (target_wide_charset_name): Likewise.
5446         (show_target_charset_name): Handle "auto".
5447         (show_target_wide_charset_name): Likewise.
5448         (be_le_arch): New global.
5449         (set_be_le_names): Add 'gdbarch' argument.
5450         (validate): Likewise.  Don't call set_be_le_names.
5451         (set_charset_sfunc, set_host_charset_sfunc)
5452         (set_target_charset_sfunc, set_target_wide_charset_sfunc):
5453         Update.
5454         (target_charset): Add 'gdbarch' argument.
5455         (target_wide_charset): Likewise.  Remove 'byte_order' argument.
5456         (auto_target_charset_name): New global.
5457         (default_auto_charset, default_auto_wide_charset): New functions.
5458         (_initialize_charset): Set auto_target_charset_name.  Allow "auto"
5459         for target charsets.  Copy result of nl_langinfo.  Use GetACP if
5460         USE_WIN32API.
5461         * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
5462         remove 'byte_order' argument.  Update.
5463         (classify_type): Likewise.
5464         (c_emit_char): Update.
5465         (c_printchar): Update.
5466         (c_printstr): Update.
5467         (c_get_string): Update.
5468         (evaluate_subexp_c): Update.
5469         * arch-utils.h (default_auto_charset, default_auto_wide_charset):
5470         Declare.
5471         * python/python.c (gdbpy_target_charset): New function.
5472         (gdbpy_target_wide_charset): Likewise.
5473         (GdbMethods): Update.
5474         * NEWS: Update.
5475
5476 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
5477
5478         * symfile.c (build_section_addr_info_from_objfile): Do not mask
5479         off high address bits.
5480
5481 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
5482
5483         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
5484         address as UnsignedLongLong, not LongLong.
5485
5486 2010-03-05  Kevin Buettner  <kevinb@redhat.com>
5487             Pedro Alves  <pedro@codesourcery.com>
5488
5489         * remote-mips.c (gdbthread.h): Include.
5490         (remote_mips_ptid): Declare.
5491         (mips_error): Only mourn the inferior when inferior_ptid is non-null.
5492         (common_open): Set inferior_ptid, add it as an inferior, and
5493         as a thread too.  Delete FIXME comment regarding start_remote().
5494         (mips_close): Invoke generic_mourn_inferior().
5495         (mips_kill): Make sure that target_mourn_inferior is invoked.
5496         (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
5497         it's now invoked from mips_close().
5498         (mips_load): Don't null out inferior_ptid.  Don't call
5499         clear_symtab_users().
5500         (mips_thread_alive, mips_pid_to_str): New functions.
5501         (_initialize_remote_mips): Initialize remote_mips_ptid.  Initialize
5502         to_thread_alive and to_pid_to_str operations.
5503
5504 2010-03-04  Tom Tromey  <tromey@redhat.com>
5505
5506         * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
5507         in DWARF 3 and later.
5508         (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
5509
5510 2010-03-04  Keith Seitz  <keiths@redhat.com>
5511
5512         * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
5513         If the filename portion of the linespec was quoted, recheck the
5514         remainder for additional quoting.
5515         (locate_first_half): Skip over completer chars, too.
5516
5517 2010-03-04  Tom Tromey  <tromey@redhat.com>
5518
5519         * printcmd.c (printf_command): Pass dummy argument to
5520         printf_filtered.
5521
5522 2010-03-04  Doug Evans  <dje@google.com>
5523
5524         * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
5525         unwound_fp.
5526
5527         * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
5528
5529 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
5530
5531         * breakpoint.c (update_watchpoint): Create a sentinel location if
5532         the software watchpoint isn't watching any memory.
5533         (breakpoint_address_bits): Skip dummy software watchpoint locations.
5534
5535 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
5536
5537         * utils.c (fputs_maybe_filtered): Check if there's already a top
5538         level interpreter before dereferencing it.  If there isn't one,
5539         don't paginate either.
5540
5541 2010-03-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5542
5543         * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
5544         the state right when single stepping.
5545         (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
5546         Get the next PC along with the instruction state.
5547         (thumb_get_next_pc): Remove.
5548         (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
5549
5550 2010-03-04  Hui Zhu  <teawater@gmail.com>
5551
5552         * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
5553
5554 2010-03-03  Pedro Alves  <pedro@codesourcery.com>
5555
5556         * utils.c (fputs_maybe_filtered): Always disable pagination if the
5557         top level interpreter is MI.
5558
5559 2010-03-03 Stan Shebs  <stan@codesourcery.com>
5560
5561         * remote.c (remote_download_tracepoint): Iterate over locations.
5562         * tracepoint.c (validate_actionline): Ditto.
5563         (encode_actions): Add location argument.
5564         (trace_dump_command): Check all locations to see if stepping
5565         frame.
5566
5567 2010-03-03  H.J. Lu  <hongjiu.lu@intel.com>
5568             Eli Zaretskii  <eliz@gnu.org>
5569
5570         * NEWS: Add X86 general purpose registers section.
5571
5572 2010-03-03  Tom Tromey  <tromey@redhat.com>
5573
5574         PR mi/11098:
5575         * varobj.c (install_new_value): Handle case where new print_value
5576         is NULL.
5577
5578 2010-03-03  Dainis Jonitis  <jonitis@gmail.com>
5579
5580         PR gdb/11345:
5581         * printcmd.c (printf_command): Print end of format string using
5582         printf_filtered.
5583
5584 2010-03-02  Tom Tromey  <tromey@redhat.com>
5585
5586         * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
5587         * defs.h (read_command_lines_1): Add missing 'void'.
5588         * cli/cli-script.c (recurse_read_control_structure): Add missing
5589         'void'.
5590         (read_next_line): Likewise.
5591         (read_command_lines_1): Likewise.
5592
5593 2010-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
5594
5595         * spu-tdep.c (spu_analyze_prologue): Track instruction to
5596         store backchain as part of prologue.
5597
5598 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
5599
5600         * progspace.c (update_address_spaces): Update inferior address spaces
5601         also.
5602
5603 2010-03-02  Doug Evans  <dje@google.com>
5604
5605         * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
5606         lowpc,highpc args to addrmap_set_empty.
5607
5608 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
5609
5610         * amd64-tdep.c (amd64_byte_names): New.
5611         (amd64_word_names): Likewise.
5612         (amd64_dword_names): Likewise.
5613         (amd64_pseudo_register_name): Likewise.
5614         (amd64_pseudo_register_read): Likewise.
5615         (amd64_pseudo_register_write): Likewise.
5616         (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
5617         and num_mmx_regs.  Call set_gdbarch_pseudo_register_read,
5618         set_gdbarch_pseudo_register_write and
5619         set_tdesc_pseudo_register_name.  Don't call
5620         set_gdbarch_num_pseudo_regs.  Don't set mm0_regnum.
5621
5622         * i386-tdep.c (i386_num_mmx_regs): Removed.
5623         (i386_num_pseudo_regs): Likewise.
5624         (i386_byte_names): New.
5625         (i386_word_names): Likewise.
5626         (i386_byte_regnum_p): Likewise.
5627         (i386_word_regnum_p): Likewise.
5628         (i386_mmx_regnum_p): Updated.
5629         (i386_pseudo_register_name): Make it global.  Handle byte and
5630         word pseudo-registers.
5631         (i386_pseudo_register_read): Likewise.
5632         (i386_pseudo_register_write): Likewise.
5633         (i386_pseudo_register_type): Handle byte, word and dword
5634         pseudo-registers
5635         (i386_register_reggroup_p): Don't include pseudo
5636         registers, except for MXX, in any register groups.  Don't
5637         include pseudo byte, word, dword registers in general_reggroup.
5638         (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
5639         num_dword_regs, al_regnum, ax_regnum and eax_regnum.  Put MMX
5640         pseudo-registers after word pseudo-registers.  Call
5641         set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
5642
5643         * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
5644         al_regnum, num_word_regs, ax_regnum, num_dword_regs and
5645         eax_regnum.
5646         (i386_byte_regnum_p): New.
5647         (i386_word_regnum_p): Likewise.
5648         (i386_dword_regnum_p): Likewise.
5649         (i386_pseudo_register_name): Likewise.
5650         (i386_pseudo_register_read): Likewise.
5651         (i386_pseudo_register_write): Likewise.
5652
5653 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
5654
5655         * target-descriptions.c (tdesc_type): Remove
5656         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
5657         (tdesc_predefined_types): Likewise.
5658         (tdesc_gdb_type): Likewise.  Pass NULL to append_flags_type_flag
5659         if flag name is empty.
5660         (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
5661
5662         * features/i386/32bit-core.xml: Define i386_eflags.
5663         * features/i386/64bit-core.xml: Likewise.
5664
5665         * features/i386/32bit-sse.xml: Define i386_mxcsr.
5666         * features/i386/64bit-sse.xml: Likewise.
5667
5668         * features/i386/amd64-linux.c: Regenerated.
5669         * features/i386/amd64.c: Likewise.
5670         * features/i386/i386-linux.c: Likewise.
5671         * features/i386/i386.c: Likewise.
5672
5673 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
5674
5675         * gdbtypes.c (append_composite_type_field_raw): New.
5676         (append_composite_type_field_aligned): Use the new function.
5677         * gdbtypes.h (append_composite_type_field_raw): Declare.
5678         * target-descriptions.c (struct tdesc_type_field): Add start and end.
5679         (struct tdesc_type_flag): New type.
5680         (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
5681         kind.  Add size to u.u.  Add u.f for flags.
5682         (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
5683         (tdesc_free_type): Likewise.
5684         (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
5685         (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
5686         (tdesc_add_bitfield, tdesc_add_flag): New.
5687         * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
5688         (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
5689         * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
5690         current_type.  Add current_type_size and current_type_is_flags.
5691         (tdesc_start_union): Clear the new fields.
5692         (tdesc_start_struct, tdesc_start_flags): New.
5693         (tdesc_start_field): Handle struct fields, including bitfields.
5694         (field_attributes): Make type optional.  Add start and end.
5695         (union_children): Rename to struct_union_children.
5696         (union_attributes): Rename to struct_union_attributes.  Add optional
5697         size.
5698         (flags_attributes): New.
5699         (feature_children): Add struct and flags.
5700         * features/gdb-target.dtd: Add flags and struct to features.
5701         Make field type optional.  Add field start and end.
5702
5703 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
5704
5705         * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
5706         (amd64_linux_read_description): Likewise.
5707         (_initialize_amd64_linux_nat): Set to_read_description to
5708         amd64_linux_read_description.
5709
5710         * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
5711         (amd64_linux_register_name): Removed.
5712         (amd64_linux_register_type): Likewise.
5713         (amd64_linux_core_read_description): New.
5714         (amd64_linux_init_abi): Set target description to
5715         tdesc_amd64_linux if needed.  Support orig_rax in target
5716         description.  Don't call set_gdbarch_register_name nor
5717         set_gdbarch_register_type.  Call
5718         set_gdbarch_core_read_description.
5719         (_initialize_amd64_linux_tdep): Call
5720         initialize_tdesc_amd64_linux.
5721
5722         * amd64-linux-tdep.h (tdesc_amd64_linux): New.
5723
5724         * amd64-tdep.c:  Include "features/i386/amd64.c".
5725         (amd64_register_names): Removed.
5726         (amd64_register_name): Likewise.
5727         (amd64_register_type): Likewise.
5728         (amd64_init_abi):  Set num_core_regs and register_names.  Set
5729         target description to tdesc_amd64 if needed.  Don't call
5730         set_gdbarch_register_name nor set_gdbarch_register_type.
5731         (_initialize_amd64_tdep): New.
5732
5733         * i386-linux-nat.c (i386_linux_read_description): New.
5734         (_initialize_i386_linux_nat): Set to_read_description to
5735         i386_linux_read_description.
5736
5737         * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
5738         (i386_linux_register_name): Removed.
5739         (i386_linux_core_read_description): New.
5740         (i386_linux_read_description): Likewise.
5741         (i386_linux_init_abi): Don't call set_gdbarch_register_name.
5742         Set target description to tdesc_i386_linux if needed.  Support
5743         orig_eax.  Set register_reggroup_p.  Call
5744         set_gdbarch_core_read_description.
5745         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
5746
5747         * i386-linux-tdep.h (tdesc_i386_linux): New.
5748
5749         * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
5750         with I387_NUM_REGS.
5751
5752         * i386-tdep.c: Include "features/i386/i386.c".
5753         (i386_register_names): Make it const.
5754         (i386_mmx_names): Likewise.
5755         (i386_num_register_names): Removed.
5756         (i386_register_name): Likewise.
5757         (i386_eflags_type): Likewise.
5758         (i386_mxcsr_type): Likewise.
5759         (i386_sse_type): Likewise.
5760         (i386_register_type): Likewise.
5761         (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
5762         (i386_pseudo_register_name): New.
5763         (i386_pseudo_register_type): Likewise.
5764         (i386_mmx_type): Make it static.
5765         (i386_gdbarch_init): Check arch.  Replace I386_NUM_FREGS with
5766         I387_NUM_REGS.  Set num_core_regs and register_names.  Don't
5767         call set_gdbarch_register_name nor set_gdbarch_register_type.
5768         Set register_reggroup_p.  Set target description to tdesc_i386
5769         if needed.  Call set_tdesc_pseudo_register_type,
5770         set_tdesc_pseudo_register_name and tdesc_use_registers.
5771         (_initialize_i386_tdep): Call initialize_tdesc_i386.
5772         initialize_tdesc_x86_64.
5773
5774         * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
5775         i386_mxcsr_type and i386_sse_type.  Add num_core_regs,
5776         register_names, tdesc and register_reggroup_p.
5777         (I386_NUM_FREGS): Removed.
5778         (i386_eflags_type): Likewise.
5779         (i386_mxcsr_type): Likewise.
5780         (i386_mmx_type): Likewise.
5781         (i386_sse_type): Likewise.
5782         (i386_register_name): Likewise.
5783         (i386_regnum): Add I386_MXCSR_REGNUM.
5784         (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
5785
5786         * i387-tdep.h (I387_NUM_REGS): New.
5787
5788         * regformats/i386/i386-linux.dat: Generated.
5789         * regformats/i386/i386.dat: Likewise.
5790         * regformats/i386/amd64-linux.dat: Likewise.
5791         * regformats/i386/amd64.dat: Likewise.
5792
5793         * regformats/reg-i386-linux.dat: Removed.
5794         * regformats/reg-i386.dat: Likewise.
5795         * regformats/reg-x86-64-linux.dat: Likewise.
5796         * regformats/reg-x86-64.dat: Likewise.
5797
5798 2010-03-01  Corinna Vinschen  <vinschen@redhat.com>
5799
5800         * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
5801         cygwin_conv_path API rather than the deprecated
5802         cygwin_conv_to_full_posix_path.
5803         * windows-nat.c:
5804         (GetModuleFileNameExA): Undefine for Cygwin.
5805         (GetModuleFileNameExW): Define for Cygwin.
5806         (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
5807         Call GetModuleFileNameExW and convert path to POSIX using
5808         cygwin_conv_path.
5809         (windows_make_so): Always define p.  Drop unused variable m.
5810         Don't use Win32 functions to check file existance, rather use
5811         access on Cygwin.  Fetch system directory using GetSystemDirectoryW.
5812         Use canonicalize_file_name to get full path.
5813         (get_image_name): Use wcstombs, rather than WideCharToMultiByte
5814         to convert Unicode pathname to multibyte on Cygwin.  Otherwise,
5815         use correct target buffer size in call to WideCharToMultiByte.
5816         (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
5817         (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
5818         (windows_create_inferior): Convert all paths and arguments to wchar_t
5819         and use CreateProcessW on Cygwin.
5820         (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
5821         (bad_GetModuleFileNameExA): Undefine for Cygwin.
5822         (bad_GetModuleFileNameExW): Define for Cygwin.
5823         (_initialize_loadable): Load GetModuleFileNameExW into
5824         dyn_GetModuleFileNameExW on Cygwin.  Don't load ANSI function on Cygwin.
5825
5826 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
5827
5828         PR python/11036
5829         * python/py-frame.c (frapy_read_var): Add block argument and logic
5830         to cope with user provided blocks.
5831
5832 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5833
5834         * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
5835         New comment.
5836
5837 2010-02-28  Corinna Vinschen  <vinschen@redhat.com>
5838
5839         * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
5840         (COMMON_OBS): ... to here since it's used unconditionally.
5841         (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
5842         (SFILES): To here.
5843
5844 2010-02-26  David Daney  <ddaney@caviumnetworks.com>
5845
5846         * mips-linux-tdep.c: Update struct sigframe comments.
5847         (SIGFRAME_CODE_OFFSET): Delete macro.
5848         (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
5849         this_frame's sp.
5850         (mips_linux_n32n64_sigframe_init): Same.
5851
5852 2010-02-26  Kevin Buettner  <kevinb@redhat.com>
5853
5854         * remote-mips.c (mips_load): Don't use pseudo-register when
5855         invalidating regcache.
5856
5857 2010-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
5858
5859         * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
5860
5861 2010-02-26  Pedro Alves  <pedro@codesourcery.com>
5862
5863         * NEWS: Add "New targets" section, and mention ARM Symbian
5864         support.
5865
5866 2010-02-26  Ulrich Weigand  <uweigand@de.ibm.com>
5867
5868         * dwarf2loc.c (struct piece_closure): Remove ARCH member,
5869         add ADDR_SIZE member.
5870         (allocate_piece_closure): Update.
5871         (copy_pieced_value_closure): Likewise.
5872         (dwarf2_evaluate_loc_desc): Likewise.
5873         (read_pieced_value): Use DWARF address size instead of
5874         GDB's gdbarch_addr_bit as size of values on the DWARF stack.
5875
5876 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
5877             Tom Tromey  <tromey@redhat.com>
5878
5879         * python/py-type.c (typy_lookup_typename): Add in block argument.
5880         If provided restrict lookup to specified blocks.
5881         (gdbpy_lookup_type): Likewise.
5882         (typy_lookup_type): Likewise.
5883
5884 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
5885
5886         Symbian config
5887
5888         gdb/
5889         * arm-symbian-tdep.c: New.
5890         * configure.tgt (arm*-*-symbianelf*): New target.
5891         (*-*-symbianelf*): New OS.
5892         * osabi.c (gdb_osabi_names): Add Symbian.
5893         * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
5894         * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
5895         (ALLDEPFILES): Add arm-symbian-tdep.c.
5896
5897 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
5898
5899         * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
5900
5901 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
5902
5903         * mi/mi-main.c (mi_cmd_execute): Fix typo.
5904
5905 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
5906             Tom Tromey  <tromey@redhat.com>
5907             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5908
5909         * python/python.c (_initialize_python): Call
5910         gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
5911         gdbpy_initialize_blocks.
5912         * python/python-internal.h: Declare struct symbol, block and
5913         symtab_and_line.  Declare block_object_type and
5914         symbol_object_type
5915         (gdbpy_lookup_symbol gdbpy_block_for_pc)
5916         (symtab_and_line_to_sal_object, symtab_to_symtab_object)
5917         (symbol_to_symbol_object,  block_to_block_object)
5918         (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
5919         (gdbpy_initialize_blocks ): Declare.
5920         * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
5921         (frapy_select): Add methods.
5922         (frapy_read_var): Add symbol branch.
5923         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
5924         py-block.
5925         (SUBDIR_PYTHON_SRCS): Likewise.
5926         (py-symbol.o): New rule.
5927         (py-symtab.o): Likewise.
5928         (py-block.o): Likewise.
5929         * python/py-symbol.c: New file.
5930         * python/py-symtab.c: Likewise.
5931         * python/py-block.c: Likewise.
5932
5933 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
5934
5935         PR gdb/11321
5936
5937         * inferior.h (prepare_for_detach): Declare.
5938         (struct inferior) <detaching>: New field.
5939         * infrun.c (prepare_for_detach): New.
5940         (handle_inferior_event) <random signal>: Don't stop if detaching.
5941         * target.c (target_detach): Call prepare_for_detach.
5942
5943 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
5944
5945         Per-process displaced stepping queue.
5946
5947         * infrun.c (displaced_step_ptid, displaced_step_request_queue)
5948         (displaced_step_gdbarch, displaced_step_closure,
5949         (displaced_step_original, displaced_step_copy): Move globals to
5950         this...
5951         (struct displaced_step_inferior_state): ... new structure.
5952         (displaced_step_inferior_states): New global.
5953         (get_displaced_stepping_state, add_displaced_stepping_state)
5954         (remove_displaced_stepping_state, infrun_inferior_exit): New
5955         functions.
5956         (displaced_step_clear): Add displaced_step_inferior_state
5957         parameter, and adjust to handle it.
5958         (displaced_step_clear_cleanup): Parameter is now a
5959         displaced_step_inferior_state.  Adjust.
5960         (displaced_step_prepare): Adjust.
5961         (displaced_step_fixup, displaced_step_fixup)
5962         (infrun_thread_ptid_changed, resume): Adjust.
5963         (init_wait_for_inferior): Don't call displaced_step_clear.
5964         (infrun_thread_stop_requested): Rewrite.
5965         (_initialize_infrun): Install infrun_inferior_exit as
5966         inferior_exit observer.
5967
5968 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
5969
5970         * inferior.h (ptid_match): Declare.
5971         * infrun.c (ptid_match): New.
5972         * remote.c (queued_stop_reply): Rewrite and use ptid_match.
5973         (handle_notification): Add debug output.
5974         * linux-nat.c (ptid_match): Delete.
5975
5976 2010-02-24  David S. Miller  <davem@davemloft.net>
5977
5978         * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
5979         * syscalls/sparc-linux.xml: New.
5980         * syscalls/sparc64-linux.xml: New.
5981         * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
5982         * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
5983         (sparc32_linux_get_syscall_number): New function.
5984         (sparc32_linux_init_abi): Set syscall XML file name and hook up
5985         syscall number fetcher.
5986         * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
5987         (sparc64_linux_get_syscall_number): New function.
5988         (sparc64_linux_init_abi): Set syscall XML file name and hook up
5989         syscall number fetcher.
5990
5991 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
5992
5993         Multiexec MI
5994
5995         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5996         * inferior.c (add_inferior_silent): Notify inferior_added
5997         observer.
5998         (delete_inferior_1): Notify inferior_removed observer.
5999         (exit_inferior_1): Pass inferior, not pid, to observer.
6000         (inferior_appeared): Likewise.
6001         (add_inferior_with_spaces): New.
6002         (add_inferior_command): Use the above.
6003         * inferior.h (delete_inferior_1, add_inferior_with_spaces):
6004         Declare.
6005
6006         * inflow.c (inflow_inferior_exit): Likewise.
6007         * jit.c (jit_inferior_exit_hook): Likewise.
6008
6009         * mi/mi-cmds.c (mi_cmds): Register add-inferior and
6010         remove-inferior.
6011         * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
6012         * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
6013         (report_initial_inferior): New.
6014         (mi_inferior_removed): Register the above. Make sure
6015         inferior_added observer is called on the first inferior.
6016         (mi_new_thread, mi_thread_exit): Thread group is now identified by
6017         inferior number, not pid.
6018         (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
6019         affected.
6020         * mi/mi-main.c (current_context): New.
6021         (proceed_thread_callback): Use typed closure.
6022         Proceed everything if pid is 0. Most implementation split into
6023         (proceed_thread): ... this.
6024         (run_one_inferior): New.
6025         (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
6026         Adjust for multiexec behaviour.
6027         (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
6028         (mi_cmd_execute): Handle the 'thread-group' option here.
6029         Do some extra checks.
6030         * mi-parse.c (mi_parse): Handle the --all and --thread-group
6031         options.
6032         * mi-parse.h (struct mi_parse): New fields all and thread_group.
6033
6034 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
6035
6036         Make -exec-run a proper MI commands.
6037
6038         * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
6039         * mi/mi-cmds.c (mi_cmds): Adjust.
6040         * mi/mi-main.c (mi_cmd_exec_run): New.
6041
6042 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
6043             Stan Shebs  <stan@codesourcery.com>
6044
6045         * tracepoint.h (set_traceframe_number)
6046         (cleanup_restore_current_traceframe): Declare.
6047         * tracepoint.c (set_traceframe_number): New.
6048         (struct current_traceframe_cleanup): New.
6049         (do_restore_current_traceframe_cleanup)
6050         (restore_current_traceframe_cleanup_dtor)
6051         (make_cleanup_restore_current_traceframe): New.
6052         * infrun.c: Include tracepoint.h.
6053         (fetch_inferior_event): Switch out and in of tfind mode.
6054
6055 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
6056
6057         * breakpoint.c (breakpoint_init_inferior): Also delete
6058         bp_shlib_event breakpoints.
6059         * solib-frv.c (enable_break): Remove call to
6060         remove_solib_event_breakpoints.
6061         * solib-svr4.c (enable_break): Ditto.
6062         * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
6063         * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
6064         * solib-som.c (som_solib_create_inferior_hook): Ditto.
6065         * solib-spu.c (spu_enable_break): Ditto.
6066
6067 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
6068
6069         * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
6070
6071 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
6072
6073         * varobj.c (varobj_update): Avoid non-constants in initializers.
6074
6075 2010-02-23  Tom Tromey  <tromey@redhat.com>
6076
6077         * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
6078         handle big-endian values.
6079         (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
6080
6081 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
6082
6083         PR9605
6084
6085         gdb/
6086         * breakpoint.c (insert_bp_location): If inserting the read
6087         watchpoint failed, fallback to an access watchpoint.
6088         (bpstat_check_watchpoint): Stop for read watchpoint triggers even
6089         if the value changed, if not watching the same memory for writes.
6090         (watchpoint_locations_match): Add comment.
6091         (update_global_location_list): Copy the location's watchpoint type.
6092         * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
6093         handle read watchpoints here.
6094         (i386_insert_watchpoint): Read watchpoints aren't supported.
6095         * remote.c (remote_insert_watchpoint): Return 1 for unsupported
6096         packets.
6097         * target.h (target_insert_watchpoint): Update description.
6098
6099 2010-02-19  Tom Tromey  <tromey@redhat.com>
6100
6101         * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
6102         * m2-typeprint.c (m2_print_type): Update.
6103         * gdbtypes.c (recursive_dump_type): Update.
6104         (copy_type_recursive): Update.
6105         * c-typeprint.c (c_type_print_varspec_prefix): Update.
6106         (c_type_print_base): Update.
6107         * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
6108         Remove.
6109         (struct cplus_struct_type) <ntemplate_args>: Remove.
6110         <struct template_arg>: Remove.
6111         <is_dynamic>: Move earlier.
6112         (TYPE_TEMPLATE_ARGS): Remove.
6113         (TYPE_NTEMPLATE_ARGS): Remove.
6114         (TYPE_TEMPLATE_ARG): Remove.
6115
6116 2010-02-19  Tom Tromey  <tromey@redhat.com>
6117
6118         PR c++/8693, PR c++/9496:
6119         * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
6120         * c-exp.y (lex_one_token): Rename from yylex.  Don't call
6121         write_dollar_variable.  Don't try to classify NAME tokens.
6122         (token_and_value): New type.
6123         (token_fifo, popping, name_obstack): New globals.
6124         (classify_name): New function.
6125         (classify_inner_name): Likewise.
6126         (yylex): Likewise.
6127         (VARIABLE): Now has type sval.
6128         (exp : VARIABLE): Call write_dollar_variable.
6129         (qualified_name): Use TYPENAME, not typebase.  Add production for
6130         multiple "::" instances.
6131         (variable): Use name_not_typename.
6132         (qualified_type): Remove.
6133         (typebase): Update.
6134
6135 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6136
6137         * symfile.c (addr_info_make_relative): Extend comment.  Move SECT to
6138         a more inner block.  Initialize ADDR by LOWER_OFFSET only if it was
6139         found by bfd_get_section_by_name.
6140         * symfile.h (struct section_addr_info) <sectindex>: New comment.
6141
6142 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
6143
6144         * NEWS: Add new "[...] since 7.1" section.  Rename the "[...] since
6145         7.0 section" into "Changes in 7.1".
6146
6147 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
6148
6149         GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
6150         * version.in: Bump version to 7.1.50.20100219-cvs.
6151
6152 2010-02-18  Harald Koenig  <H.Koenig@science-computing.de>
6153
6154         * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
6155         * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
6156
6157 2010-02-17  Tom Tromey  <tromey@redhat.com>
6158
6159         * NEWS: Add Python API Improvements section.
6160
6161 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
6162
6163         * NEWS: Correct typo.
6164
6165 2010-02-17  Tom Tromey  <tromey@redhat.com>
6166
6167         * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
6168
6169 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6170
6171         * symfile.c (build_section_addr_info_from_objfile): Include sections
6172         only if they are SEC_ALLOC or SEC_LOAD.
6173
6174 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
6175
6176         PR shlibs/11293
6177         * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
6178         of ULONGEST for address size.
6179
6180 2010-02-17  Tom Tromey  <tromey@redhat.com>
6181
6182         * NEWS: Add C++ improvements section.
6183
6184 2010-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
6185
6186         * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
6187         PyThreadState_Swap): Avoid "statement with no effect" warning.
6188
6189 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6190
6191         * solib-svr4.c (enable_break <target_auxv_search>): New variable
6192         addr_bit.  Adjust LOAD_ADDR sign for cross-arch inferiors.
6193
6194 2010-02-17  Tristan Gingold  <gingold@adacore.com>
6195             Petr Hluzin  <petr.hluzin@gmail.com>
6196
6197         * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
6198         gdb_assert.  Fix info->size for SIG prologue.
6199
6200 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6201
6202         * infcmd.c (show_inferior_tty_command): Check for NULL.
6203         Correct output message.
6204
6205 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6206
6207         * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
6208         FUNCTION contains parentheses.  Improve removal of a trailing
6209         single quote.
6210
6211 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6212
6213         * gcore.c (do_bfd_delete_cleanup): New function.
6214         (gcore_command): Use it.  Discard the cleanup after success.
6215         (gcore_copy_callback): Delete dead code.
6216
6217 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6218
6219         * symfile.c (addr_info_make_relative): Always use
6220         find_lowest_section.
6221
6222 2010-02-16  Sami Wagiaalla <swagiaal@redhat.com>
6223
6224         * NEWS: Added entry for namespace fixes.
6225
6226 2010-02-15  Tom Tromey  <tromey@redhat.com>
6227
6228         * dwarf2read.c (guess_structure_name): Allocate name on the
6229         objfile obstack.
6230
6231 2010-02-15  Tom Tromey  <tromey@redhat.com>
6232
6233         * c-typeprint.c (c_type_print_base): Reverse order of test.
6234
6235 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6236
6237         * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize.  Optionally
6238         initialize it from ELF BFD.  Extend the prelink condition by it.
6239
6240 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6241
6242         * defs.h (parse_pid_to_attach): New.
6243         * utils.c (parse_pid_to_attach): New.
6244         * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
6245         * gnu-nat.c (gnu_attach): Likewise.
6246         * nto-procfs.c (procfs_attach): Likewise.
6247         * procfs.c (procfs_attach): Likewise.
6248         * windows-nat.c (windows_attach): Likewise.
6249         * inf-ptrace.c (inf_ptrace_attach): Likewise.  Remove variable dummy.
6250         * inf-ttrace.c (inf_ttrace_attach): Likewise.
6251         * remote.c (extended_remote_attach_1): Likewise.  New comment on getpid
6252         check.
6253
6254 2010-02-14  Masaki Muranaka  <monaka@monami-software.com>
6255
6256         * MAINTAINERS: Add myself for write after approval privileges.
6257
6258 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6259
6260         * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
6261         block.
6262
6263 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6264
6265         * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
6266         only if INFO_VERBOSE.
6267
6268 2010-02-12  Tomas Holmberg <th@virtutech.com>
6269
6270         * mi/mi-main.c: Added the --reverse flag to the following MI
6271         commands: exec-continue, exec-finish, exec-next, exec-step,
6272         exec-next-instruction, exec-step-instruction. This is to
6273         support reverse execution over the MI interface to gdb.
6274
6275 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
6276
6277         * tracepoint.c (_initialize_tracepoint): Specify that the address
6278         range of `tfind outsize' is exclusive, and that the address range
6279         of `tfind range' is inclusive, in the commands' help strings.
6280
6281 2010-02-12  Joel Brobecker  <brobecker@adacore.com>
6282
6283         Spurious "dll not found" error messages on x64-windows.
6284         * windows-nat.c: Add include of complaints.h.
6285         (handle_unload_dll): Change dll-not-found error into a complaint.
6286
6287 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
6288
6289         * breakpoint.c (allocate_bp_location): Use bp_loc_other for
6290         bp_tracepoint and bp_fast_tracepoint, not
6291         bp_loc_software_breakpoint.
6292         (update_global_location_list): Tracepoints are never duplicates of
6293         anything.
6294
6295 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
6296
6297         * breakpoint.c (break_command_really): Change return type to int.
6298         Return false if no breakpoint was created, true otherwise.
6299         (trace_command): Don't set the tracepoint count if no tracepoint
6300         was created.
6301         (ftrace_command): Ditto.
6302         (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
6303         created in the breakpoints table.
6304
6305 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6306             Ulrich Weigand  <uweigand@de.ibm.com>
6307
6308         * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
6309
6310 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
6311
6312         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
6313         the offset value isn't of integral type.
6314
6315 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6316
6317         * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
6318         New.
6319
6320 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
6321
6322         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
6323         non-subscriptable types.
6324         * valarith.c (binop_types_user_defined_p): New, abstracted out
6325         from ...
6326         (binop_user_defined_p): ... this.
6327         * value.h (binop_types_user_defined_p): Declare.
6328
6329 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
6330
6331         * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
6332         Merge uploaded TSVs before merging uploaded tracepoints.
6333
6334 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
6335
6336         * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
6337
6338 2010-02-11  Vladimir Prus  <vladimir@codesourcery.com>
6339
6340         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
6341         whitespace character after a dot in comment.
6342         (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
6343         Likewise.
6344         (list_args_or_locals): For the 'all' (that is
6345         -stack-list-variables) case, always output list of tuples.
6346         Output 'arg' field if variable is argument.
6347
6348 2010-02-10  Tom Tromey  <tromey@redhat.com>
6349
6350         * parser-defs.h (parser_debug): Declare.
6351         * parse.c (_initialize_parse): Install "debug parser" set/show
6352         command.
6353         (parser_debug): New global.
6354         (show_parserdebug): New function.
6355         * c-exp.y (c_parse): Set yydebug.
6356
6357 2010-02-10  H.J. Lu  <hongjiu.lu@intel.com>
6358
6359         * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
6360         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
6361         (tdesc_predefined_types): Add i387_ext, i386_eflags and
6362         i386_mxcsr.
6363         (tdesc_find_type): New.
6364         (tdesc_gdb_type): Use tdesc_find_type.  Handle TDESC_TYPE_I387_EXT,
6365         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
6366
6367         * target-descriptions.h (tdesc_find_type): New.
6368
6369 2010-02-10  Michael Snyder  <msnyder@vmware.com>
6370
6371         * gdb-gdb.py: Comment fix.
6372
6373 2010-02-09  Tristan Gingold  <gingold@adacore.com>
6374
6375         * machoread.c (macho_symfile_relocate): New function.
6376         (macho_sym_fns): Use macho_symfile_relocate instead of
6377         default_symfile_relocate.
6378         (macho_oso_data): New type.
6379         (current_oso): New variable.
6380         (macho_add_oso_symfile): Do not compute section_addr_info, but
6381         instead set vma of sections.
6382         Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
6383         Set and clear current_oso.
6384
6385 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
6386
6387         Wrong type description for tagged type parameter.
6388         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
6389         EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
6390         reference to a tagged type.
6391
6392 2010-02-09  Tristan Gingold  <gingold@adacore.com>
6393
6394         * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
6395         brothers of the parent.
6396
6397 2010-02-08  Tom Tromey  <tromey@redhat.com>
6398
6399         PR c++/8017:
6400         * value.h: Update.
6401         * valops.c (search_struct_field): Make 'name' const.
6402         (search_struct_method): Likewise.
6403         (find_method_list): Make 'method' const.
6404         (value_struct_elt): Make 'name' and 'err' const.
6405         (value_find_oload_method_list): Make 'method' const.
6406         (find_overload_match): Make 'name' const.
6407         * eval.c (evaluate_subexp_standard): New locals function,
6408         function_name.
6409         <OP_FUNCALL>: Handle OP_SCOPE specially.
6410
6411 2010-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
6412
6413         * infrun.c (handle_inferior_event): Do not look up regcache
6414         for exited processes.
6415
6416 2010-02-08  Chris Moller  <moller@mollerware.com>
6417
6418         PR gdb/10728
6419         * valarith.c (value_ptrdiff): Added a test for a zero type length,
6420         warn if found, and assume length = 1.
6421
6422 2010-02-08  Chris Moller  <cmoller@redhat.com>
6423
6424         PR gdb/9067
6425         * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
6426         (cp_print_static_field)  Fix use of obstacks.
6427
6428 2010-02-08  Pedro Alves  <pedro@codesourcery.com>
6429
6430         * linux-nat.c (linux_nat_resume): In non-stop, also only tag
6431         resumed LWPs as resumed.
6432         (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
6433         we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
6434         of throwing an internal error.  If an LWP of a process we're not
6435         waiting for reports a signal, don't force collecting a SIGSTOP,
6436         and if it was breakpoint hit in non-stop mode, cancel it.  Don't
6437         go through all LWPs cancelling breakpoints in non-stop mode.
6438         (resume_stopped_resumed_lwps): New.
6439         (linux_nat_wait): Use it.
6440
6441 2010-02-07  H.J. Lu  <hongjiu.lu@intel.com>
6442
6443         * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
6444         i386/amd64 and i386/amd64-linux.
6445         (i386/i386-expedite): New.
6446         (i386/i386-linux-expedite): Likewise.
6447         (i386/amd64-expedite):Likewise.
6448         (i386/amd64-linux-expedite): Likewise.
6449         ($(outdir)/i386/i386-linux.dat): Likewise.
6450         ($(outdir)/i386/amd64.dat): Likewise.
6451         ($(outdir)/i386/amd64-linux.dat): Likewise.
6452
6453         * features/i386/32bit-core.xml: New.
6454         * features/i386/32bit-linux.xml: Likewise.
6455         * features/i386/32bit-sse.xml: Likewise.
6456         * features/i386/64bit-core.xml: Likewise.
6457         * features/i386/64bit-linux.xml: Likewise.
6458         * features/i386/64bit-sse.xml: Likewise.
6459         * features/i386/i386-linux.xml: Likewise.
6460         * features/i386/i386.xml: Likewise.
6461         * features/i386/amd64-linux.xml: Likewise.
6462         * features/i386/amd64.xml: Likewise.
6463         * features/i386/i386-linux.c: Likewise.
6464         * features/i386/i386.c: Likewise.
6465         * features/i386/amd64-linux.c: Likewise.
6466         * features/i386/amd64.c: Likewise.
6467
6468 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
6469
6470         PR c++/7935:
6471         * cp-support.h: Added char* alias element to using_direct data
6472         struct.
6473         (cp_add_using): Added char* alias argument.
6474         (cp_add_using_directive): Ditto.
6475         * cp-namespace.c: Updated with the above changes.
6476         (cp_lookup_symbol_imports): Check for aliases.
6477         * dwarf2read.c (read_import_statement): Figure out local alias
6478         for the import and pass it on to cp_add_using.
6479         (read_namespace): Pass alias argument to cp_add_using.
6480
6481 2010-02-05  Hui Zhu  <teawater@gmail.com>
6482
6483         * defs.h (gdb_bfd_errmsg): New extern.
6484         * exec.c (exec_file_attach): Change bfd_errmsg to
6485         gdb_bfd_errmsg.
6486         * utils.c (AMBIGUOUS_MESS1): New macro.
6487         (AMBIGUOUS_MESS2): New macro.
6488         (gdb_bfd_errmsg): New function.
6489
6490 2010-02-04  Doug Evans  <dje@google.com>
6491
6492         * solib-svr4.c (enable_break): Add comment.
6493
6494 2010-02-04  Anthony Green  <green@moxielogic.com>
6495
6496         * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
6497         gracefully.
6498
6499 2010-02-04  Tom Tromey  <tromey@redhat.com>
6500
6501         * valops.c (search_struct_field): Account for
6502         value_embedded_offset.  Fix check for virtual base past the end of
6503         the object.  Use value_copy when making a slice of the value.
6504
6505 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
6506
6507         PR tui/9622
6508         * tui/tui-interp.c (tui_init): Call tui_initialize_readline
6509         only if gdb_stdout is a tty.
6510
6511 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
6512
6513         * target-descriptions.c: Include "osabi.h".
6514         (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
6515         OSABI.
6516
6517 2010-02-04  Tristan Gingold  <gingold@adacore.com>
6518
6519         * machoread.c (macho_add_oso): Renamed to macho_register_oso.
6520         (macho_symtab_read): Adjust calls to macho_add_oso.
6521         (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
6522         (macho_symfile_read): Adjust call to macho_oso_symfile.
6523         (macho_new_init): Move this function after declarations.
6524         (macho_symfile_init): Ditto.
6525         * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
6526         * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
6527
6528 2010-02-04  Vladimir Prus  <vladimir@codesourcery.com>
6529
6530         Include MI command in remotelog.
6531
6532         * mi/mi-main.c (mi_execute_command): Call target_log_command.
6533
6534 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
6535
6536         * remote.c (remote_state): Remove gdbarch.
6537         (init_remote_state): Don't set gdbarch.
6538         (remote_query_supported): Pass target_gdbarch instead of
6539         rs->gdbarch to gdbarch_qsupported.
6540
6541 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
6542
6543         * gdbarch.sh: Add qsupported.
6544
6545         * gdbarch.c: Regenerated.
6546         * gdbarch.h: Likewise.
6547
6548         * remote.c (remote_state): Add gdbarch.
6549         (init_remote_state): Set gdbarch.
6550         (remote_query_supported): Support gdbarch_qsupported.
6551
6552 2010-02-03  Daniel Jacobowitz  <dan@codesourcery.com>
6553
6554         * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
6555         __FreeBSD_kernel_version.
6556
6557 2010-02-03  Tristan Gingold  <gingold@adacore.com>
6558
6559         * symfile.h (struct sym_fns): Add sym_relocate field.
6560         (default_symfile_relocate): New prototype.
6561         (symfile_relocate_debug_section): First argument is now an objfile.
6562         * symfile.c (default_symfile_relocate): Rename from
6563         symfile_relocate_debug_section, first argument is now an objfile.
6564         (symfile_relocate_debug_section): New function.
6565         * coffread.c (coff_sym_fns): Set sym_relocate field.
6566         * somread.c (som_sym_fns): Ditto.
6567         * mipsread.c (ecoff_sym_fns): Ditto.
6568         * machoread.c (macho_sym_fns): Ditto.
6569         * elfread.c (elf_sym_fns): Ditto.
6570         * dwarf2read.c (dwarf2_read_section): Ditto.
6571         * xcoffread.c (xcoff_sym_fns): Ditto.
6572         * dbxread.c (aout_sym_fns): Ditto.
6573         (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
6574         (elfstab_build_psymtabs): Ditto.
6575
6576 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
6577
6578         * defs.h (MAX_REGISTER_SIZE): Increase to 32.
6579
6580 2010-02-02  Tom Tromey  <tromey@redhat.com>
6581
6582         * valops.c (value_cast_structs): Try downcasting using the RTTI
6583         type.
6584
6585 2010-02-02  Tom Tromey  <tromey@redhat.com>
6586
6587         * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
6588         (gnuv2_baseclass_offset): Now static.
6589         * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
6590         * gnu-v2-abi.h: Remove.
6591
6592 2010-02-02  Tom Tromey  <tromey@redhat.com>
6593
6594         * m2-typeprint.c (m2_record_fields): Don't use
6595         TYPE_DECLARED_TYPE.
6596         * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
6597         (struct main_type) <flag_declared_class>: New field.
6598         (struct cplus_struct_type) <declared_type>: Remove.
6599         <ntemplate_args>: Move earlier.
6600         (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
6601         (DECLARED_TYPE_TEMPLATE): Remove.
6602         (TYPE_DECLARED_TYPE): Remove.
6603         * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
6604         * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
6605         * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
6606         TYPE_DECLARED_TYPE.
6607
6608 2010-02-02  Tom Tromey  <tromey@redhat.com>
6609
6610         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
6611         * valops.c (search_struct_field): Compute nbases after calling
6612         CHECK_TYPEDEF.
6613         (check_field): Call CHECK_TYPEDEF.
6614         * cp-valprint.c (cp_print_value): Pass correct address to
6615         baseclass_offset.  Fix check for virtual base past the end of the
6616         object.  Don't offset address passed to cp_print_value_fields or
6617         apply_val_pretty_printer.
6618         (cp_print_value_fields): Fix call to val_print.
6619         (cp_print_value_fields_rtti): New function.
6620         * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
6621         * p-valprint.c (pascal_object_print_value_fields): Fix call to
6622         val_print.
6623         * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
6624         offset to address.
6625         * language.h (struct language_defn) <la_val_print>: Document.
6626         * c-lang.h (cp_print_value_fields_rtti): Declare.
6627
6628 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6629
6630         PR libc/11214:
6631         * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
6632         (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
6633         (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
6634
6635 2010-02-01  Michael Matz  <matz@suse.de>
6636             Daniel Jacobowitz  <dan@codesourcery.com>
6637
6638         * i386-tdep.c (i386_frame_cache): Assume valid anonymous
6639         functions use a frame pointer.
6640
6641 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6642
6643         * solib-svr4.c (scan_dyntag): New variable dyn_addr.  Replace gdb_assert
6644         by a conditional setting DYN_ADDR.  Use DYN_ADDR.
6645         * config/djgpp/fnchange.lst: Add translations for
6646         symbol-without-target_section.exp and symbol-without-target_section.c.
6647
6648 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
6649
6650         * gdbarch.sh: Set LANG and LC_ALL to C, not c.
6651         (remote_breakpoint_for_pc): Correct invalid_p check.
6652         * gdbarch.c: Regenerated.
6653
6654 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
6655
6656         * arm-tdep.c (arm_find_mapping_symbol): New function, from
6657         arm_pc_is_thumb.
6658         (arm_pc_is_thumb): Use arm_find_mapping_symbol.
6659         (extend_buffer_earlier): New function.
6660         (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
6661         (arm_adjust_breakpoint_address): New function.
6662         (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
6663
6664 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
6665
6666         * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
6667         (arm_linux_thumb2_le_breakpoint): New constants.
6668         (arm_linux_init_abi): Set thumb2_breakpoint and
6669         thumb2_breakpoint_size.
6670         * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
6671         (thumb_get_next_pc): Add a comment.  Rename IT to ITSTATE.
6672         Implement support for single stepping through IT blocks if
6673         a 32-bit Thumb breakpoint instruction is available.
6674         (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
6675         is available, use it when needed.
6676         (arm_remote_breakpoint_from_pc): New function.
6677         (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
6678         * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
6679         comment.  Add thumb2_breakpoint and thumb2_breakpoint_size.
6680
6681 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
6682
6683         * arch-utils.c (default_remote_breakpoint_from_pc): New function.
6684         * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
6685         * gdbarch.c, gdbarch.h: Regenerated.
6686         * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
6687         * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
6688         gdbarch_remote_breakpoint_from_pc.
6689
6690 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6691
6692         * infrun.c (prepare_to_proceed): Handle other signals which might
6693         match a breakpoint.
6694         (handle_inferior_event): Move the check for unusual breakpoint
6695         signals earlier.
6696
6697 2010-01-29  Paul Hilfinger  <hilfinger@adacore.com>
6698
6699         amd64 - function returning record with field straddling 2 registers.
6700         * amd64-tdep.c (amd_classify_aggregate): Handle the case of
6701         a record of length <= 16 in which a field straddles the two
6702         eightbytes.
6703
6704 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
6705
6706         Implement return values on amd64-windows.
6707         * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
6708         (amd64_windows_return_value): New function.
6709         (amd64_windows_init_abi): Call set_gdbarch_return_value with
6710         amd64_windows_return_value.
6711
6712 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
6713
6714         amd64-windows: 32 bytes allocated on stack by caller for integer
6715         parameter registers.
6716         * i386-tdep.h (struct gdbarch_tdep): Add new field
6717         integer_param_regs_saved_in_caller_frame.
6718         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6719         tdep->integer_param_regs_saved_in_caller_frame to 1.
6720         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
6721         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
6722
6723 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
6724
6725         amd64-windows: memory args passed by pointer during function calls.
6726         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
6727         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
6728         where tdep->memory_args_by_pointer is non-zero.
6729         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6730         tdep->memory_args_by_pointer to 1.
6731
6732 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
6733
6734         amd64-windows: Integer parameters in function calls.
6735         * i386-tdep.h (enum amd64_reg_class): New, moved here from
6736         amd64-tdep.c.
6737         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
6738         call_dummy_integer_regs, and classify.
6739         * amd64-tdep.h (amd64_classify): Add declaration.
6740         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
6741         (amd64_reg_class): Delete, moved to i386-tdep.h.
6742         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
6743         Replace call to amd64_classify by call to tdep->classify.
6744         (amd64_push_arguments): Get the list of registers to use for
6745         passing integer parameters from the gdbarch tdep structure,
6746         rather than using a hardcoded one.  Replace calls to amd64_classify
6747         by calls to tdep->classify.
6748         (amd64_push_dummy_call): Get the register number used for
6749         the "hidden" argument from tdep->call_dummy_integer_regs.
6750         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
6751         and tdep->call_dummy_integer_regs.  Set tdep->classify.
6752         * amd64-windows-tdep.c: Add include of gdbtypes.h.
6753         (amd64_windows_dummy_call_integer_regs): New static global.
6754         (amd64_windows_classify): New function.
6755         (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
6756         tdep->call_dummy_integer_regs and tdep->classify.
6757
6758 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6759
6760         * regcache.c (regcache_xmalloc): Add aspace argument.  Use it
6761         for the new regcache.  All callers updated.
6762         (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
6763         (get_thread_arch_regcache): Do not set aspace here.
6764         * regcache.h (regcache_xmalloc): Update declaration.
6765
6766         * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
6767         regcache_xmalloc updated.
6768
6769 2010-01-28  Joel Brobecker  <brobecker@adacore.com>
6770
6771         Another -Wunused-function error in procfs.c (sparc-solaris)
6772         * procfs.c (insert_dbx_link_breakpoint): Delete declaration.  Move up.
6773         Only define if SYS_syssgi is defined.
6774         (remove_dbx_link_breakpoint): Delete declaration.  Move up.
6775         (dbx_link_addr, insert_dbx_link_bpt_in_file)
6776         (insert_dbx_link_bpt_in_region): Move up.  Only define if SYS_syssgi
6777         is itself defined.
6778
6779 2010-01-27  Christopher Faylor  <me+cygwin@cgf.cx>
6780
6781         * windows-nat.c (windows_initialization_done): New variable.
6782         (get_windows_debug_event): Issue error when process dies before
6783         completely initializing.
6784         (do_initial_windows_stuff): Set flag to indicate when we are done with
6785         the initial steps of attaching to the child.
6786
6787 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
6788
6789         * symtab.h (struct symbol <symtab>): New comment on NULL values.
6790
6791 2010-01-27  Doug Evans  <dje@google.com>
6792
6793         * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
6794
6795         * breakpoint.c (bpstat_stop_status): Delete useless code.
6796
6797 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
6798
6799         * printcmd.c (display_uses_solib_p): Remove variable section.  Access
6800         objfile via SYMBOL_SYMTAB.
6801
6802 2010-01-26  Tom Tromey  <tromey@redhat.com>
6803
6804         PR exp/7643:
6805         * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
6806         coerce_array on result.
6807
6808 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
6809
6810         * cp-namespace.c (cp_lookup_symbol_namespace): Added
6811         search_parent argument.
6812         (cp_add_using): Initialize 'searched' field.
6813         (reset_directive_searched): New function.
6814         * cp-support.h: Add 'searched' field to using_direct struct.
6815         (cp_lookup_symbol_imports): Ditto.
6816         * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
6817         Perform recursive search.
6818         Implement non parent search.
6819         * valops.c (value_maybe_namespace_elt): Updated.
6820
6821 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
6822
6823         PR gdb/10929:
6824         * dwarf2read.c (read_lexical_block_scope): Create blocks for
6825         scopes which contain using directives even if they contain no
6826         declarations.
6827         * symtab.c (lookup_symbol_aux): Pass lowest level block to
6828         la_lookup_symbol_nonlocal.
6829         * cp-namespace.c (cp_lookup_symbol_nonlocal): call
6830         cp_lookup_symbol_namespace.
6831         (cp_lookup_symbol_namespace): Perform an import lookup at every
6832         block level.
6833         (cp_lookup_symbol_imports): New function.
6834         (cp_lookup_symbol_in_namespace): New function.
6835
6836 2010-01-25  Tom Tromey  <tromey@redhat.com>
6837
6838         PR gdb/11049:
6839         * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
6840         result.
6841
6842 2010-01-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6843
6844         * configure.ac: Only use host_os part when disabling TUI on osf.
6845         Use test to check variables, prefix strings with x.
6846         * configure: Regenerate.
6847
6848         * solib-osf.c (osf_current_sos): Initialize tail.
6849
6850 2010-01-25  gingold  <gingold@adacore.com>
6851
6852         * windows-nat.c (windows_continue): Use %x to print thread id.
6853         (get_windows_debug_event): Ditto.
6854
6855 2010-01-22  Tom Tromey  <tromey@redhat.com>
6856
6857         PR symtab/11199:
6858         * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
6859         type and arguments.  Use smash_to_methodptr_type.
6860         (read_structure_type): Call quirk_gcc_member_function_pointer
6861         later.
6862         * gdbtypes.h (smash_to_methodptr_type): Declare.
6863         * gdbtypes.c (smash_to_methodptr_type): New function.
6864         (lookup_methodptr_type): Use it.
6865
6866 2010-01-21  Tom Tromey  <tromey@redhat.com>
6867
6868         PR symtab/11198:
6869         * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
6870         * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
6871         * glibc-tdep.c (find_minsym_and_objfile): Remove.
6872         (glibc_skip_solib_resolver): Use
6873         lookup_minimal_symbol_and_objfile.
6874
6875 2010-01-21  Kai Tietz  <kai.tietz@onevision.com>
6876
6877         * inflow.c (check_syscall): Guard by #if clause for GO32 and
6878         WIN32 targets.
6879
6880 2010-01-20  Tom Tromey  <tromey@redhat.com>
6881
6882         PR backtrace/10770:
6883         * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
6884         BINOP_GEQ.  Handle BINOP_NOTEQUAL in the signed case.
6885         * dwarf2expr.c (new_dwarf_expr_context): Allocate
6886         dwarf_stack_values, not CORE_ADDRs.
6887         (execute_stack_op): Change DW_OP_div and comparison operators to
6888         use signed operands.
6889
6890 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
6891
6892         Per-inferior args and tty and environment.
6893
6894         * infcmd.c (inferior_args): Rename to ...
6895         (inferior_args_scratch): ... this.
6896         (inferior_io_terminal): Rename to ...
6897         (inferior_io_terminal_scratch): ... this.
6898         (inferior_argc, inferior_argv): Remove.
6899         (set_inferior_io_terminal, get_inferior_io_terminal): Store
6900         inside current_inferior().
6901         (set_inferior_tty_command, show_inferior_tty_command): New.
6902         (get_inferior_args, set_inferior_args): Store inside
6903         current_inferior().
6904         (notice_args_set): Likewise and rename to...
6905         (set_args_command): ... this.
6906         (set_inferior_args_vector): Likewise.
6907         (notice_args_read): Rename to...
6908         (show_args_command): ...new.
6909         (tty_command): Remove.
6910         (run_command_1): Don't free old args, as they are freed by
6911         set_inferior_arg now.
6912         (run_no_args_command): Likewise.
6913         (inferior_environ): Remove.
6914         (run_command_1): Use environment of the current inferior.
6915         (environment_info, set_environment_command)
6916         (unset_environment_command, path_info, path_command): Likewise.
6917         (_initialize_infcmd): Adjust for function and variable renames.
6918         Do not init inferior_environ.
6919         * inferior.h (set_inferior_arg): Adjust prototype.
6920         (struct inferior): New fields args, argc, argv, terminal, environment.
6921         (inferior_environ): Remove declaration.
6922         * inferior.c (free_inferior): Free new fields.
6923         (add_inferior_silent): Initialize 'environment' field.
6924         * main.c (captured_main): Set arguments only after the initial
6925         inferior has been created.  Set set_inferior_io_terminal,
6926         not tty_command.
6927         * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
6928         inferior.
6929         (_initialize_mi_cmd_env): Adjust for disappearance of global
6930         inferior_environ.
6931         * solib.c (solib_find): Use environment of the current inferior.
6932
6933 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6934
6935         * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
6936         HAVE_PYTHON.
6937         (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
6938
6939 2010-01-20  Joel Brobecker  <brobecker@adacore.com>
6940
6941         Get rid of ada-lang.c:function_name_from_pc.
6942         * ada-lang.c: Add "stack.h" #include.
6943         (function_name_from_pc): Delete.
6944         (is_known_support_routine): Replace call to function_name_from_pc
6945         by call to find_frame_funname.
6946         (ada_unhandled_exception_name_addr_from_raise): Likewise.
6947
6948 2010-01-19  Tom Tromey  <tromey@redhat.com>
6949
6950         PR c++/11026:
6951         * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
6952         objfile obstack.
6953
6954 2010-01-19  Tom Tromey  <tromey@redhat.com>
6955
6956         * top.c (stop_sig, float_handler, do_nothing): Remove.
6957
6958 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6959
6960         * breakpoint.c (watchpoint_check): Check the call
6961         gdbarch_in_function_epilogue_p before calling frame_find_by_id.
6962         Extend the comment.
6963         * config/djgpp/fnchange.lst: Add translations for
6964         watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
6965         watchpoint-cond-gone-stripped.c.
6966
6967 2010-01-19  Tom Tromey  <tromey@redhat.com>
6968
6969         PR c++/8000:
6970         * dwarf2read.c (partial_die_parent_scope): Put enumeration type
6971         into parent scope, and enumerator into grandparent scope.
6972
6973 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
6974
6975         * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
6976
6977 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
6978
6979         * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
6980         i[34567]86-*-solaris2.1[0-9]*.
6981         * configure.tgt: Likewise.
6982
6983 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
6984
6985         * NEWS: Document the source command enhancement allowing it
6986         to load Python scripts. Document the "set/show script-extension"
6987         commands.
6988
6989 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
6990
6991         Add -Wunused-function to compile flags.
6992         * configure.ac: Add -Wunused-function to build_warnings.
6993         * configure: Regenerate.
6994
6995 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
6996
6997         "delete" ada-lex.c:input function, not used.
6998         * ada-lex.l: #define YY_NO_INPUT.
6999
7000 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
7001
7002         Delete free_named_symtabs and associated cleanup.
7003         * symfile.h (free_named_symtabs): Delete declaration.
7004         * symfile.c: Remove some commented out code (clear_symtab_users_once).
7005         (cashier_psymtab): Comment function out.
7006         Delete declaration.
7007         (free_named_symtabs): Delete.
7008         * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
7009         * dbxread.c (end_psymtab): Likewise.
7010         * dwarf2read.c (process_psymtab_comp_unit): Ditto.
7011         * exec.c (exec_close_1): Ditto.
7012         * xcoffread.c (xcoff_end_psymtab): Likewise.
7013
7014 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
7015
7016         * stack.c (print_block_frame_labels): Comment function out.
7017
7018 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
7019
7020         Delete unused or undefined functions.
7021         * breakpoint.c (ep_parse_optional_filename): Delete.
7022         * dcache.c (dcache_write_line): Remove declaration.
7023         * infrun.c (build_infrun): Remove declaration.
7024         * tracepoint.c (tracepoint_save_command): Remove declaration.
7025         * linux-nat.c (init_lwp_list): Delete. No longer used.
7026         * event-loop.c (check_async_signal_handlers): Delete declaration.
7027         * infrun.c (init_execution_control_state): Delete.
7028         (proceed): Update comment to avoid mentioning
7029         init_execution_control_state.
7030         * target.c (kill_or_be_killed, nosupport_runtime): Delete.
7031         * ada-lang.c (ada_to_static_fixed_value): Delete.
7032         * scm-lang.c (evaluate_subexp_scm): Delete declaration.
7033         * cp-namespace.c (cp_copy_usings): Delete.
7034         * xml-syscall.c (xml_number_of_syscalls): Delete.
7035         * progspace.c (find_program_space_by_num): Delete.
7036         * inflow.c (handle_sigio): Delete declaration.
7037         * hppa-tdep.c (hppa_alignof): Delete.
7038         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
7039         (mipsnbsd_core_osabi_sniffer): Delete.
7040
7041 2010-01-18  Tom Tromey  <tromey@redhat.com>
7042
7043         PR c++/9680:
7044         * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
7045         (CONST_CAST): New tokens.
7046         (exp): Add new productions.
7047         (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
7048         reinterpret_cast.
7049         (is_cast_operator): New function.
7050         (yylex): Handle cast operators specially.
7051         * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
7052         UNOP_REINTERPRET_CAST>: New cases.
7053         * expprint.c (print_subexp_standard): Likewise.
7054         (op_name_standard): Likewise.
7055         (dump_subexp_body_standard): Likewise.
7056         * parse.c (operator_length_standard): Likewise.
7057         * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
7058         UNOP_REINTERPRET_CAST.
7059         * gdbtypes.c (class_types_same_p): New function.
7060         (is_ancestor): Use it.
7061         (is_public_ancestor): New function.
7062         (is_unique_ancestor_worker): Likewise.
7063         (is_unique_ancestor): Likewise.
7064         * gdbtypes.h (class_types_same_p, is_public_ancestor)
7065         (is_unique_ancestor): Declare.
7066         * valops.c (value_reinterpret_cast): New function.
7067         (dynamic_cast_check_1): Likewise.
7068         (dynamic_cast_check_2): Likewise.
7069         (value_dynamic_cast): Likewise.
7070         * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
7071
7072 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
7073
7074         Fix build failure when building without Python support.
7075         * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
7076         is not defined.
7077
7078 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
7079
7080         Use XVS field type instead of doing a parallel lookup.
7081         * ada-lang.c (ada_get_base_type): Follow the XVS field type
7082         if it is a reference type instead of doing a type lookup using
7083         the XVS field name.
7084
7085 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
7086
7087         Trust PAD types instead of using PAD___XVS.
7088         * ada-lang.c (trust_pad_over_xvs): New static variable.
7089         (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
7090         parallel XVS type, follow the XVS type instead of the PAD type.
7091         (unwrap_value): Make sure that there is no parallel XVE type
7092         before returning the value as is.
7093         (set_ada_list, show_ada_list): New static variables.
7094         (set_ada_command, show_ada_command): New functions.
7095         (_initialize_ada_language): Add new "set/show ada" prefix commands.
7096         Add new "set/show ada trust-PAD-over-XVS" setting.
7097
7098 2010-01-18  Tom Tromey  <tromey@redhat.com>
7099             Thiago Jung Bauermann  <bauerman@br.ibm.com>
7100
7101         Allow "source" to load python scripts.
7102         * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
7103         * python/python.c (source_python_script): New function.
7104         * python/python.h (source_python_script): Add declaration.
7105         * cli/cli-cmds.c: #include exceptions.h and python/python.h.
7106         (script_ext_off, script_ext_soft, script_ext_strict)
7107         (script_ext_enums, script_ext_mode): New static constants.
7108         (show_script_ext_mode, find_and_open_script): New functions.
7109         (source_script): Enhance to handle Python scripts.
7110         (init_cli_cmds): Add set/show script-extension commands.
7111
7112 2010-01-16  Stan Shebs  <stan@codesourcery.com>
7113
7114         * tracepoint.h (struct trace_status): Use unsigned long long
7115         instead of size_t.
7116         * tracepoint.c (trace_status_command): Fix printf directive.
7117         (trace_save_command): Check fwrite returns, fix printf directive.
7118         (trace_filename): New global.
7119         (tfile_open): Set it, check read returns.
7120         (tfile_close): Free trace_filename.
7121         (tfile_get_traceframe_address): Check read returns.
7122         (tfile_trace_find): Ditto.
7123         (tfile_fetch_registers): Ditto.
7124         (tfile_xfer_partial): Ditto.
7125         (tfile_get_trace_state_variable_value): Ditto.
7126
7127 2010-01-15  Stan Shebs  <stan@codesourcery.com>
7128
7129         Add trace file support.
7130         * tracepoint.h (enum trace_stop_reason): New enum.
7131         (struct trace_status): New struct.
7132         (parse_trace_status): Declare.
7133         (struct uploaded_tp): Move here from remote.c,
7134         add fields for actions.
7135         (struct uploaded_tsv): New struct.
7136         * tracepoint.c (tfile_ops): New target vector.
7137         (trace_fd): New global.
7138         (tfile_open): New function.
7139         (tfile_close): New function.
7140         (tfile_files_info): New function.
7141         (tfile_get_trace_status): New function.
7142         (tfile_get_traceframe_address): New function.
7143         (tfile_trace_find): New function.
7144         (tfile_fetch_registers): New function.
7145         (tfile_xfer_partial): New function.
7146         (tfile_get_trace_state_variable_value): New function.
7147         (init_tfile_ops): New function.
7148         (_initialize_tracepoint): Call it, add tfile target.
7149         (trace_status): New global.
7150         (current_trace_status): New function.
7151         (trace_running_p): Remove, change all users to get from
7152         current_trace_status()->running.
7153         (get_trace_status): Remove.
7154         (trace_status_command): Call target_get_trace_status directly,
7155         report more detail including tracing stop reasons.
7156         (trace_find_command): Always allow tfind on a file.
7157         (trace_find_pc_command): Ditto.
7158         (trace_find_tracepoint_command): Ditto.
7159         (trace_find_line_command): Ditto.
7160         (trace_find_range_command): Ditto.
7161         (trace_find_outside_command): Ditto.
7162         (trace_frames_offset, cur_offset): Declare as off_t.
7163         (trace_regblock_size): Rename from reg_size, update users.
7164         (parse_trace_status): New function.
7165         (tfile_interp_line): New function.
7166         (disconnect_or_stop_tracing): Ensure current trace
7167         status before asking what to do.
7168         (stop_reason_names): New global.
7169         (trace_save_command): New command.
7170         (get_uploaded_tp): Move here from remote.c.
7171         (find_matching_tracepoint): Ditto.
7172         (merge_uploaded_tracepoints): New function.
7173         (parse_trace_status): Use stop_reason_names.
7174         (_initialize_tracepoint): Define tsave command.
7175         * target.h (target_ops): New fields to_save_trace_data,
7176         to_upload_tracepoints, to_upload_trace_state_variables,
7177         to_get_raw_trace_data, change to_get_trace_status
7178         to take a pointer to a status struct.
7179         (target_save_trace_data): New macro.
7180         (target_upload_tracepoints): New macro.
7181         (target_upload_trace_state_variables): New macro.
7182         (target_get_raw_trace_data): New macro.
7183         * target.c (update_current_target): Add new methods, change
7184         signature of to_get_trace_status.
7185         * remote.c (hex2bin): Make globally visible.
7186         (bin2hex): Ditto.
7187         (remote_download_trace_state_variable): Download name also.
7188         (remote_get_trace_status): Update parameter, use
7189         parse_trace_status.
7190         (remote_save_trace_data): New function.
7191         (remote_upload_tracepoints): New function.
7192         (remote_upload_trace_state_variables): New function.
7193         (remote_get_raw_trace_data): New function.
7194         (remote_start_remote): Use them.
7195         (_initialize_remote_ops): Add operations.
7196         * ax-gdb.c: Include breakpoint.h.
7197         * breakpoint.c (create_tracepoint_from_upload): Use
7198         break_command_really, return tracepoint, warn about unimplemented
7199         parts.
7200         * NEWS: Mention trace file addition.
7201
7202 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7203
7204         Fix compilation warning on gcc-3.4.
7205         * exec.c (print_section_info): Move the `displacement' variable
7206         initialization to its declaration.
7207
7208 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7209
7210         * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
7211         comparison.
7212
7213 2010-01-15  Eric Botcazou  <botcazou@adacore.com>
7214
7215         "info tasks" broken by typedefs in ATCB type definitions.
7216         * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
7217         ada_check_typedef before retrieving the length of the type for
7218         regular fields.
7219
7220 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
7221
7222         Do not use name-based lookup for unconstrained packed arrays.
7223         * ada-lang.c (find_parallel_type_by_descriptive_type):
7224         Limit the fallback to name-based lookups to the case where
7225         the type is a constrained packed array.
7226
7227 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
7228
7229         Enhance gdb-gdb.py to handle main_type.type_specific.
7230         * gdb-gdb.py: Print the type-specific part of struct main_type.
7231
7232 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7233
7234         * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
7235         * configure: Regenerate.
7236         * config.in: Regenerate.
7237         * utils.c: Include sys/resource.h.
7238         (dump_core, can_dump_core): New.
7239         (internal_vproblem): Update the comment.  Check can_dump_core while
7240         setting dump_core_p.  Replace two abort calls by dump_core calls.
7241
7242 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7243             Eli Zaretskii  <eliz@gnu.org>
7244
7245         * NEWS: Document the PIE support.
7246
7247 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7248
7249         * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
7250         (check_is_pie_binary, _initialize_linux_tdep): Remove.
7251
7252 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7253
7254         * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
7255         Replace exec_entry_point call by bfd_get_start_address.
7256
7257 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7258
7259         Support Valgrind attachments broken by the PIE support.
7260         * auxv.c: Include gdbcore.h.
7261         (procfs_xfer_auxv): Make static.  Reduce its comment.  Drop its
7262         parameters ops, object and annex.  Remove their assertions.
7263         (ld_so_xfer_auxv, memory_xfer_auxv): New function.
7264         * auxv.h (procfs_xfer_auxv): Remove comment.  Rename to ...
7265         (memory_xfer_auxv): ... here.
7266         * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
7267         memory_xfer_auxv.
7268         * procfs.c (procfs_xfer_partial): Likewise.
7269         * solib-svr4.c (svr4_relocate_main_executable): New prototype.
7270         (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
7271         (svr4_solib_create_inferior_hook): Conditionalize the
7272         svr4_relocate_main_executable call.
7273
7274 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7275
7276         * solib-svr4.c (scan_dyntag): Remove variable dyn_addr.  New variable
7277         target_section.  Find SECT in current_target_sections, gdb_assert it.
7278         (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
7279         New variable abfd.
7280         * symtab.c (lookup_objfile_from_block): Return the binary file instead
7281         of separate debug info file.
7282
7283 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7284
7285         Support PIEs with no symfile_objfile.
7286         * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
7287         * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
7288
7289 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7290
7291         * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
7292         code part to ...
7293         (svr4_static_exec_displacement): ... a new function.
7294         (svr4_exec_displacement): New function.
7295         (svr4_relocate_main_executable): Call svr4_exec_displacement.  Allocate
7296         new_offsets using alloca now.  Remove variable old_chain and changed.
7297         Call objfile_relocate unconditionally now.
7298
7299 2010-01-14  Doug Evans  <dje@google.com>
7300
7301         * gdbtypes.c (arch_flags_type): Fix comment.
7302         * gdbtypes.h (arch_composite_type): Fix comment.
7303
7304 2009-01-14  Tristan Gingold  <gingold@adacore.com>
7305
7306         * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
7307         Call xstrdup for abfd->filename.  Pass symfile_flags and objfile flags
7308         to symbol_file_add_from_bfd.  Add OSO as separate objfile.
7309         (macho_oso_symfile): Add symfile_flags parameter.  Pass it to
7310         macho_add_oso_symfile.
7311         (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
7312
7313 2010-01-14  Joel Brobecker  <brobecker@adacore.com>
7314
7315         Tru64: Dead threads are never deleted.
7316         * dec-thread.c (dec_thread_ptid_is_alive): New function.
7317         (dec_thread_count_gdb_threads): Fix counter increment.
7318         (dec_thread_add_gdb_thread): Fix *listp increment.
7319         (resync_thread_list): Fix bug in deletion of dead threads that
7320         caused all threads to be deleted, instead of just the dead ones.
7321
7322 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
7323
7324         PR python/10705
7325
7326         * python/python-internal.h: Add lazy_string_object_type
7327         definition.
7328         (create_lazy_string_object, gdbpy_initialize_lazy_string)
7329         (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
7330         * python/py-value.c (valpy_lazy_string): New function.
7331         (convert_value_from_python): Add lazy string conversion.
7332         * python/py-prettyprint.c (pretty_print_one_value): Check if
7333         return is also a lazy string.
7334         (print_string_repr): Add lazy string printing branch.
7335         (print_children): Likewise.
7336         * python/py-lazy-string.c: New file. Implement lazy strings.
7337         * python/python.c (_initialize_python): Call
7338         gdbpy_initialize_lazy_string.
7339         * varobj.c (value_get_print_value): Add lazy string printing
7340         branch.  Account for encoding.
7341         * c-lang.c (c_printstr): Account for new encoding argument.  If
7342         encoding is NULL, find encoding suited for type, otherwise use
7343         user encoding.
7344         * language.h (language_defn): Add encoding argument.
7345         (LA_PRINT_STRING): Likewise.
7346         * language.c (unk_lang_printstr): Update to reflect new encoding
7347         argument to language_defn.
7348         * ada-lang.h (ada_printstr): Likewise.
7349         * c-lang.h (c_printstr): Likewise.
7350         * p-lang.h (pascal_printstr);
7351         * f-lang.c (f_printstr): Likewise.
7352         * m2-lang.c (m2_printstr): Likewise.
7353         * objc-lang.c (objc_printstr): Likewise.
7354         * p-lang.c (pascal_printstr): Likewise.
7355         * scm-lang.c (scm_printstr): Likewise.
7356         * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
7357         encoding argument.
7358         * ada-valprint.c (ada_printstr): Likewise.
7359         * f-valprint.c (f_val_print): Likewise
7360         * m2-valprint.c (m2_val_print): Likewise.
7361         * p-valprint.c (pascal_val_print): Likewise.
7362         * expprint.c (print_subexp_standard): Likewise.
7363         * valprint.c (val_print_string): Likewise.
7364         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
7365         (SUBDIR_PYTHON_SRCS): Likewise.
7366         (py-lazy-string.o): New rule.
7367
7368 2010-01-13  Doug Evans  <dje@google.com>
7369
7370         * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
7371         uninitialized" warning from gcc on local `tree'.
7372
7373 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
7374
7375         Implement core awareness.
7376
7377         * bcache.c (compare_ints): Remove
7378         (print_percentage): Use compare_positive_ints.
7379         * defs.h (compare_positive_ints): Declare.
7380         * linux-nat.h (struct lin_lwp): New field core.
7381         (linux_nat_core_of_thread_1): Declare.
7382         * linux-nat.c (add_lwp): Init the 'core' field.
7383         (linux_nat_wait_1): Record the core.
7384         (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
7385         (linux_nat_add_target): Register the above.
7386         * linux-thread-db.c (update_thread_core): New.
7387         (thread_db_find_new_threads): Update core information for
7388         every thread.
7389         * remote.c (struct private_thread_info): New.
7390         (free_private_thread_info, demand_private_info): New.
7391         (PACKET_qXfer_threads, use_osdata_threads): New.
7392         (struct thread_item, threads_parsing_context
7393         (start_thread, end_thread, thread_attributes)
7394         (thread_children, threads_children, threads_elements): New.
7395         (remote_threads_info): Try qXfer:threads before anything
7396         else.
7397         (remote_protocol_packets): Register qXfer:threads.
7398         (remote_open_1): Init use_osdata_threads.
7399         (struct stop_reply): New field 'core'.
7400         (remote_parse_stop_reply): Parse core number.
7401         (process_stop_reply): Record core number.
7402         (remote_xfer_partial): Handle qXfer:threads.
7403         (remote_core_of_thread): New.
7404         (init_remote_ops): Register remote_core_of_thread.
7405         (_initialize_remote): Register qXfer:read.
7406         * target.c (target_core_of_thread): New
7407         * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
7408         (struct target_ops): New field to_core_of_threads.
7409         (target_core_of_thread): Declare.
7410         * gdbthread.h (struct thread_info): New field private_dtor.
7411         * thread.c (print_thread_info): Report the core.
7412         * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
7413         * utils.c (compare_positive_ints): New.
7414         * features/threads.dtd: New.
7415         * mi/mi-interp.c (mi_on_normal_stop): Report the core.
7416         * mi/mi-main.c (struct collect_cores_data, collect_cores)
7417         (do_nothing, free_vector_of_osdata_items)
7418         (splay_tree_int_comparator, free_splay_tree): New.
7419         (print_one_inferior_data): Implemented printing of selected
7420         inferiors.  Collect and print cores.
7421         (output_cores): New.
7422         (mi_cmd_list_thread_groups): Support --recurse.  Permit specifying
7423         thread groups together with --available.
7424
7425 2010-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7426
7427         * configure: Regenerate (for _STRUCTURED_PROC).
7428
7429 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
7430
7431         Delete dead function.
7432         * ada-lang.c (extract_string): Delete.  No longer used.
7433
7434 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
7435
7436         Fix -Wunused warning in dec-thread.c.
7437         * dec-thread.c (dec_thread_count_gdb_threads)
7438         (dec_thread_add_gdb_thread): Prevent -Wunused warning.
7439
7440 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
7441
7442         * ada-valprint.c (ada_print_floating): Remove trailing space.
7443
7444 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
7445
7446         Add support for DW_AT_GNAT_descriptive_type.
7447         * gdbtypes.h (enum type_specific_kind): New enum.
7448         (struct main_type) [type_specific_field]: New component.
7449         [type_specific]: Add new component "gnat_stuff".
7450         (struct gnat_aux_type): New type.
7451         (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
7452         (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
7453         (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
7454         (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
7455         (TYPE_SPECIFIC_FIELD): New macros.
7456         (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
7457         type does not hold any cplus-specific data.
7458         (TYPE_RAW_CPLUS_SPECIFIC): New macro.
7459         (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
7460         (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
7461         cplus-specific data.
7462         * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
7463         Set new component TYPE_SPECIFIC_FIELD (type).
7464         (gnat_aux_default): New constant.
7465         (allocate_gnat_aux_type): New function.
7466         (init_type): Add initialization the type-specific stuff for
7467         TYPE_CODE_FLT and TYPE_CODE_FUNC types.
7468         (print_gnat_stuff): New function.
7469         (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
7470         specific data.  Adjust code that prints the contents of the
7471         type-specific union using the TYPE_SPECIFIC_FIELD value.
7472         * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
7473         the type cplus stuff for Ada types.
7474         (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
7475         Error out if these routines are called with an Ada type.
7476         (read_structure_type, read_array_type, read_subrange_type):
7477         Add call to set_descriptive_type.
7478         (set_die_type): Initialize the gnat-specific data if necessary.
7479         (need_gnat_info, die_descriptive_type, set_descriptive_type):
7480         New functions.
7481         * ada-lang.c (decode_constrained_packed_array_type): Use
7482         decode_constrained_packed_array_type instead of doing a standard
7483         lookup to locate a parallel type.
7484         (find_parallel_type_by_descriptive_type): New function.
7485         (ada_find_parallel_type_with_name): New function.
7486         (ada_find_parallel_type): Reimplement using
7487         ada_find_parallel_type_with_name.
7488         * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
7489         to check if type has a cplus stuff.
7490         * linespec.c (total_number_of_methods): Likewise.
7491         * mdebugread.c (new_type): Likewise.
7492
7493 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7494
7495         * NEWS: Document the 0b binary number prefix parsing.
7496
7497 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7498
7499         * objfiles.c (objfile_relocate1): Change the return type to int.
7500         Describe the new return value.  Return non-zero if data changed.
7501         (objfile_relocate): New variable changed.  Set it.  Call
7502         breakpoint_re_set depending on CHANGED.
7503
7504 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7505
7506         Implement binary numbers parsing.
7507         * c-exp.y (parse_number): New case 'b' and 'B'.
7508
7509 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7510             Tristan Gingold  <gingold@adacore.com>
7511
7512         * solib.c (info_sharedlibrary_command): Replace
7513         objfile_has_partial_symbols and objfile_has_full_symbols calls by
7514         objfile_has_symbols.
7515
7516 2010-01-10  Joel Brobecker  <brobecker@adacore.com>
7517
7518         * NEWS: Document the improvements made to the mips-irix port.
7519
7520 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
7521
7522         Fix the documentation of valprint.c:value_print.
7523         * valprint.c (value_print): Update the function description to
7524         mention that the syntax of the output follows the current_language,
7525         not necessarily C.
7526
7527 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7528
7529         Fix displacement of separate debug info files.
7530         * objfiles.c (objfile_relocate): Rename to ...
7531         (objfile_relocate1): ... here and make it static.  Extend the comment.
7532         (objfile_relocate): New function.
7533         * solib-spu.c (spu_relocate_main_executable): Explicitly check if
7534         SYMFILE_OBJFILE is NULL.  Remove variables objfile and old_chain.
7535         Remove following of SEPARATE_DEBUG_OBJFILE.  new_offsets is now
7536         allocated using alloca.
7537         * symfile.c (copy_section_addr_info): Remove.
7538         (build_section_addr_info_from_objfile): Make it global.  New variables
7539         addr_bit and mask, use them.
7540         * symfile.h (build_section_addr_info_from_objfile): New prototype.
7541         (copy_section_addr_info): Remove.
7542
7543 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
7544
7545         Signal unwinder for mips-irix N32.
7546         * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
7547         tramp-frame.h.
7548         (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
7549         (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
7550         (SIGCONTEXT_LO_OFF): New macros.
7551         (mips_irix_n32_tramp_frame_init): New function.
7552         (mips_irix_n32_tramp_frame): New static constant.
7553         (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
7554
7555 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
7556
7557         Breakpoint in shared library does not work on mips-irix.
7558         * procfs.c: #include "observer.h".
7559         (procfs_inferior_created): New function, moving here the code
7560         which unsets the syssgi syscall-exit notifications.
7561         (procfs_create_inferior): Remove the code which unsets the syssgi
7562         syscall-exit notifications. It is too early to do this here.
7563         (_initialize_procfs): Attach the procfs_inferior_created observer.
7564
7565 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
7566
7567         Wrong return convention for arrays (mips-irix).
7568         * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
7569         128 bits or smaller are returned the same way as structs
7570         and unions of the the same size.
7571
7572 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
7573
7574         Cannot set the PC on mips-irix.
7575         * irix5-nat.c (fill_gregset): Check regno against the raw PC
7576         register number, no the cooked one.
7577
7578 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
7579
7580         Error while loading core file on mips-irix.
7581         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
7582         if debugging from a core file.
7583
7584 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
7585
7586         GDB hangs when attaching to process on mips-irix.
7587         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
7588         attaching to a process.
7589
7590 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
7591
7592         Use the correct breakpoint instruction on mips-irix.
7593         * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
7594         containing the correct breakpoint instruction to use on mips-irix.
7595         Use it when the osabi is GDB_OSABI_IRIX.
7596
7597 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
7598
7599         -Wunused warning in procfs.c (mips-irix only).
7600         * procfs.c (gdb_praddset, gdb_prdelset): New macros.  Use them
7601         throughout instead of using praddset and prdelset respectively.
7602
7603 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
7604
7605         GDB crash while stepping into function.
7606         * infrun.c (handle_inferior_event): Refetch the current frame
7607         after handling what.main_action, in case that pointer became
7608         dangling.
7609
7610 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
7611
7612         Fix build failure of solaris-hosted cross debuggers.
7613         * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
7614
7615 2010-01-09  Daniel Gutson  <dgutson@codesourcery.com>
7616
7617         Fix build failure on sparc-solaris.
7618         * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
7619
7620 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7621
7622         Move some symfile code into subroutines.
7623         * symfile.h (relative_addr_info_to_section_offsets)
7624         (addr_info_make_relative): New prototypes.
7625         * symfile.c (default_symfile_offsets): Move a part to ...
7626         (relative_addr_info_to_section_offsets): ... this new function.
7627         (default_symfile_offsets): Call it.
7628         (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
7629         this part to ...
7630         (addr_info_make_relative): ... this new function.
7631
7632 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7633
7634         Add from_tty to solib_create_inferior_hook.
7635         * infcmd.c (post_create_inferior): Move solib_add after
7636         solib_create_inferior_hook.  Pass from_tty to
7637         solib_create_inferior_hook.  Call solib_add and SOLIB_ADD with
7638         0 from_tty and comment why.
7639         * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
7640         * linux-nat.c (linux_child_follow_fork): Likewise.
7641         * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
7642         * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
7643         from_tty.
7644         * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
7645         * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
7646         * solib-null.c (null_solib_create_inferior_hook): Likewise.
7647         * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
7648         * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
7649         * solib-som.c (som_solib_create_inferior_hook): Likewise.
7650         * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
7651         Pass it to svr4_so_ops.solib_create_inferior_hook.
7652         * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
7653         from_tty.
7654         * solib-svr4.c (enable_break): New parameter from_tty.  Pass it to
7655         solib_add.
7656         (svr4_solib_create_inferior_hook): New parameter from_tty.  Pass it to
7657         enable_break.
7658         * solib-target.c (solib_target_solib_create_inferior_hook): New
7659         parameter from_tty.
7660         * solib.c (solib_create_inferior_hook): New parameter from_tty.  Pass
7661         it to ops->solib_create_inferior_hook.
7662         (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
7663         Move solib_add after solib_create_inferior_hook, call it now with
7664         from_tty as 0.  New comment there.
7665         * solib.h (solib_create_inferior_hook): New parameter from_tty.
7666         * solist.h (struct target_so_ops <solib_create_inferior_hook>):
7667         Likewise.
7668
7669 2010-01-08  Vladimir Prus  <vladimir@codesourcery.com>
7670
7671         Fix multiexec race.
7672         * infrun.c (handle_inferior_event): Use get_thread_regcache
7673         with events ptid, not get_current_regcache.
7674
7675 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
7676
7677         GDB crash with empty executable name (MinGW).
7678         * source.c (openp): Add assert that parameter string is not NULL.
7679         if parameter string is an empty string, then return with a failure
7680         immediately.
7681
7682 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
7683
7684         Get rid of support for VAX Floats.
7685         * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
7686         (ada_vax_float_print_function): Delete.
7687         * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
7688         (ada_vax_float_print_function): Delete.
7689         * ada-typeprint.c (print_vax_floating_point_type): Delete.
7690         (ada_print_type): Remove support for VAX floats.
7691         * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
7692
7693 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7694
7695         * stabsread.c (read_args): Handle zero arguments.
7696
7697 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
7698
7699         Cannot find in-tree libiconv.a after reconfigure.
7700         * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
7701         that we can use, then cache the path to this archive.
7702         * configure: Regenerate.
7703
7704 2010-01-07  Stan Shebs  <stan@codesourcery.com>
7705
7706         Make tracepoint operations go through target vector.
7707         * target.h (enum trace_find_type): New enum.
7708         (struct target_ops): New fields to_trace_init,
7709         to_download_tracepoint, to_download_trace_state_variable,
7710         to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
7711         to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
7712         to_set_disconnected_tracing.
7713         (target_trace_init): New macro.
7714         (target_download_tracepoint): New macro.
7715         (target_download_trace_state_variable): New macro.
7716         (target_trace_start): New macro.
7717         (target_trace_set_readonly_regions): New macro.
7718         (target_get_trace_status): New macro.
7719         (target_trace_stop): New macro.
7720         (target_trace_find): New macro.
7721         (target_get_trace_state_variable_value): New macro.
7722         (target_set_disconnected_tracing): New macro.
7723         * target.c (update_current_target): Inherit and set defaults for
7724         tracepoint operations.
7725         * tracepoint.c (default_collect): Make globally visible.
7726         (target_is_remote): Remove, along with all calls.
7727         (tvariables_info): Call target_get_trace_state_variable_value.
7728         (remote_set_transparent_ranges): Remove.
7729         (trace_start_command): Call target_trace_init,
7730         target_download_tracepoint, etc.
7731         (download_tracepoint): Remove.
7732         (trace_stop_command): Simplify.
7733         (stop_tracing): Call target_trace_stop.
7734         (get_trace_status): Call target_get_trace_status.
7735         (trace_status_command): Add case for targets that cannot trace.
7736         (finish_tfind_command): Change to take numerical arguments, call
7737         target_trace_find.
7738         (trace_find_command): Update call to finish_tfind_command.
7739         (trace_find_pc_command): Ditto.
7740         (trace_find_tracepoint_command): Ditto.
7741         (trace_find_line_command): Ditto.
7742         (trace_find_range_command): Ditto.
7743         (trace_find_outside_command): Ditto.
7744         (set_disconnected_tracing_value): Call
7745         target_set_disconnected_tracing.
7746         * remote.c: Add protocol encoding bits from tracepoint.c.
7747         (trace_error): Move from tracepoint.c.
7748         (remote_get_noisy_reply): Ditto.
7749         (free_actions_list_cleanup_wrapper): Ditto.
7750         (free_actions_list): Ditto.
7751         (remote_trace_init): New function.
7752         (remote_download_tracepoint): New function.
7753         (remote_download_trace_state_variable): New function.
7754         (remote_trace_set_readonly_regions): New function.
7755         (remote_trace_start): New function.
7756         (remote_get_trace_status): New function.
7757         (remote_trace_stop): New function.
7758         (remote_trace_find): New function.
7759         (remote_download_trace_state_variable): New function.
7760         (remote_set_disconnected_tracing): New function.
7761         (init_remote_ops): Add tracepoint operations.
7762
7763         * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
7764
7765 2010-01-07  Tristan Gingold  <gingold@adacore.com>
7766
7767         * symfile.c (build_section_addr_info_from_objfile): New function.
7768         (symbol_file_add_separate): Don't use offsets from objfile but
7769         built an addr info.
7770
7771 2010-01-06  Stan Shebs  <stan@codesourcery.com>
7772
7773         Support disconnected tracing.
7774         * infcmd.c (detach_command): Ask whether to stop tracing.
7775         * cli/cli-cmds.c (quit_command): Ditto.
7776         * breakpoint.h (struct breakpoint): New field number_on_target.
7777         * breakpoint.c (create_tracepoint_from_upload): New function.
7778         (get_tracepoint_by_number_on_target): New function.
7779         * remote.c (struct remote): New field disconnected_tracing.
7780         (remote_disconnected_tracing_feature): New function.
7781         (remote_protocol_features): Add DisconnectedTracing.
7782         (struct uploaded_tp): New struct.
7783         (uploaded_tps): New global.
7784         (get_uploaded_tp): New function.
7785         (find_matching_tracepoint): New function.
7786         (remote_get_tracing_state): New function.
7787         (remote_start_remote): Call it.
7788         * tracepoint.c (disconnected_tracing): New global.
7789         (trace_start_command): Initialize number_on_target.
7790         (stop_tracing): New function, split out from...
7791         (trace_stop_command): Call stop_tracing.
7792         (get_trace_status): New function, split out from...
7793         (trace_status_command): Call get_trace_status, add info on
7794         disconnection behavior.
7795         (disconnect_or_stop_tracing): New function.
7796         (finish_tfind_command): Translate from number on target.
7797         (trace_find_tracepoint_command): Translate to number on target.
7798         (send_disconnected_tracing_value): New function.
7799         (set_disconnected_tracing): New function.
7800         (_initialize_tracepoint): Add disconnected-tracing variable.
7801         * NEWS: Mention disconnected tracing.
7802
7803 2010-01-06  Tristan Gingold  <gingold@adacore.com>
7804
7805         * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
7806         parameter to main_objfile.  Iterate on all separate debug objfiles.
7807         * symfile.h (symbol_file_add_separate)
7808         (find_separate_debug_file_by_debuglink): Remove parameter names.
7809         * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
7810         (reread_symbols): Use free_objfile_separate_debug.
7811         * objfiles.h (struct objfile): Add separate_debug_objfile_link.
7812         Adjust comment.
7813         (objfile_separate_debug_iterate, add_separate_debug_objfile)
7814         (free_objfile_separate_debug): New prototypes.
7815         * objfiles.c (objfile_separate_debug_iterate): New function.
7816         (add_separate_debug_objfile, free_objfile_separate_debug): New
7817         functions.
7818         (free_objfile): Use free_objfile_separate_debug.  Adjust for
7819         multiple separate debug objfile.
7820         (objfile_has_symbols): Adjust comment.  Iterate on all separate
7821         debug objfiles.
7822         * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
7823         debug objfile.
7824         (lookup_minimal_symbol_text): Ditto.
7825         (lookup_minimal_symbol_by_pc_name): Ditto.
7826         (lookup_minimal_symbol_solib_trampoline): Ditto.
7827         (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
7828         debug objfiles.
7829
7830 2010-01-05  Stan Shebs  <stan@codesourcery.com>
7831
7832         Add fast tracepoints.
7833         * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
7834         * arch-utils.c (default_fast_tracepoint_valid_at): New function.
7835         * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
7836         * breakpoint.c (tracepoint_type): New function.
7837         (ALL_TRACEPOINTS): Use it.
7838         (should_be_inserted): Ditto.
7839         (bpstat_check_location): Ditto.
7840         (print_one_breakpoint_location): Ditto.
7841         (user_settable_breakpoint): Ditto.
7842         (set_breakpoint_location_function): Ditto.
7843         (disable_breakpoints_in_shlibs): Ditto.
7844         (delete_trace_command): Ditto.
7845         (print_it_typical): Add bp_fast_tracepoint case.
7846         (bpstat_what): Ditto.
7847         (print_one_breakpoint_location): Ditto.
7848         (allocate_bp_location): Ditto.
7849         (mention): Ditto.
7850         (breakpoint_re_set_one): Ditto.
7851         (disable_command): Ditto.
7852         (enable_command): Ditto.
7853         (check_fast_tracepoint_sals): New function.
7854         (break_command_really): Call it.
7855         (ftrace_command): New function.
7856         (_initialize_breakpoint): Add ftrace command.
7857         * gdbarch.sh (fast_tracepoint_valid_at): New.
7858         * gdbarch.h, gdbarch.c: Regenerate.
7859         * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
7860         (i386_gdbarch_init): Use it.
7861         * remote.c (struct remote_state): New field fast_tracepoints.
7862         (PACKET_FastTracepoints): New packet config type.
7863         (remote_fast_tracepoint_feature): New function.
7864         (remote_protocol_features): Add FastTracepoints.
7865         (remote_supports_fast_tracepoints): New function.
7866         (_initialize_remote): Add FastTracepoints.
7867         * tracepoint.c (download_tracepoint): Add fast tracepoint option.
7868         * NEWS: Mention fast tracepoints.
7869
7870 2010-01-06  Joel Brobecker  <brobecker@adacore.com>
7871
7872         * gdb-gdb.py: New file.
7873
7874 2010-01-05  Michael Snyder  <msnyder@vmware.com>
7875
7876         * infrun.c (handle_inferior_event): Fix typo in comment.
7877
7878 2010-01-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7879
7880         * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
7881
7882 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
7883
7884         * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
7885         and s390x-linux64.
7886         (s390-linux32-expedite): Define.
7887         (s390-linux64-expedite): Define.
7888         (s390x-linux64-expedite): Define.
7889         * features/s390-acr.xml: New file.
7890         * features/s390-fpr.xml: New file.
7891         * features/s390-core32.xml: New file.
7892         * features/s390-core64.xml: New file.
7893         * features/s390x-core64.xml: New file.
7894         * features/s390-linux32.xml: New file.
7895         * features/s390-linux64.xml: New file.
7896         * features/s390x-linux64.xml: New file.
7897         * features/s390-linux32.c: New generated file.
7898         * features/s390-linux64.c: New generated file.
7899         * features/s390x-linux64.c: New generated file.
7900
7901         * regformats/s390-linux32.dat: New generated file.
7902         * regformats/s390-linux64.dat: New generated file.
7903         * regformats/s390x-linux64.dat: New generated file.
7904         * regformats/reg-s390.dat: Remove.
7905         * regformats/reg-s390x.dat: Remove.
7906
7907         * s390-nat.c: Include "auxv.h" and <elf.h>.
7908         (HWCAP_S390_HIGH_GPRS): Define if undefined.
7909         (s390_target_wordsize): New function.
7910         (s390_auxv_parse): Likewise.
7911         (s390_get_hwcap): Likewise.
7912         (s390_read_description): Likewise.
7913         (_initialize_s390_nat): Install s390_auxv_parse and
7914         s390_read_description.
7915
7916         * s390-tdep.c: Include "features/s390-linux32.c",
7917         "features/s390-linux64.c", and "features/s390x-linux64.c".
7918         (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
7919         (s390_register_call_saved): New function.
7920         (s390_register_name): Remove.
7921         (s390_register_type): Remove.
7922         (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
7923         (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
7924         (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
7925         (s390_pseudo_register_name): New function.
7926         (s390_pseudo_register_type): New function.
7927         (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
7928         Handle full GPR pesudos and varying pseudo register numbers.
7929         (s390_pseudo_register_write): Likewise
7930         (s390x_pseudo_register_read): Remove.
7931         (s390x_pseudo_register_write): Likewise.
7932         (s390_register_group): Remove.
7933         (s390_pseudo_register_group): New function.
7934         (s390_regmap_gregset): Add GPR upper halves.
7935         (s390x_regmap_gregset): Likewise.
7936         (s390_regmap_fpregset): Likewise.
7937         (s390_regmap_upper): New global variable.
7938         (s390_upper_regset): New global variable.
7939         (s390_upper_regset_sections): New global variable.
7940         (s390_regset_from_core_section): Handle GPR upper halves.
7941         (s390_core_read_description): New function.
7942         (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
7943         register information.  Handle varying pseudo register numbers.
7944         (s390_backchain_frame_unwind_cache): Likewise.
7945         (s390_frame_prev_register): Unwind full GPRs to show lower halves.
7946         (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
7947         (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
7948         PC and CC pseudos.  Unwind upper halves and full GPRs as appropriate.
7949         Handle varying pseudo register numbers.
7950         (s390_unwind_pc): Handle varying pseudo register numbers.
7951         (s390_dwarf2_prev_register): New function.
7952         (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
7953         register information.  Handle varying pseudo register numbers.
7954         Install s390_dwarf2_prev_register to unwind full GPRs.
7955         (s390_gdbarch_init): Handle target descriptions.  Assign varying
7956         pseudo register numbers.  Install s390_adjust_frame_regnum.
7957         (_initialize_s390_tdep): Initialize target descriptions.
7958
7959         * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
7960         (S390_NUM_REGS): Redefine to include upper half registers.
7961         (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
7962         (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
7963         (tdesc_s390_linux32): Add declaration.
7964         (tdesc_s390_linux64): Likewise.
7965         (tdesc_s390x_linux64): Likewise.
7966
7967 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
7968
7969         * regset.h (struct core_regset_section): Add HUMAN_NAME.
7970         * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
7971         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
7972         (ppc_linux_vmx_regset_sections): Likewise.
7973         (ppc_linux_fp_regset_sections): Likewise.
7974
7975         * corelow.c (get_core_register_section): Constify arguments.
7976         (get_core_registers): Use gdbarch_core_regset_sections instead
7977         of hard-coded platform-specific register section names.
7978
7979 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
7980
7981         * dwarf2loc.c (read_pieced_value): If a piece occupies part of
7982         a register, assume the least-significant part is used.
7983         (write_pieced_value): Likewise.
7984
7985 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
7986
7987         * printcmd.c: Include "arch-utils.h".
7988         (do_one_display): Re-parse expression if current architecture changed.
7989
7990 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7991             Joel Brobecker  <brobecker@adacore.com>
7992
7993         * gdbtypes.c (check_typedef): New comment on type length.
7994         * value.c (allocate_value_lazy): Remove the unused atype variable.  New
7995         comment on type length.
7996         (value_primitive_field): Keep the original TYPE value, new comment.
7997
7998 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7999
8000         * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
8001         p_start.  Change != comparisons to > and < comparisons.
8002
8003 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8004
8005         * cli/cli-script.c (process_next_line): Check P2 overrun.
8006
8007 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
8008
8009         Update the copyright hearder to add year 2010 for most GDB files.
8010
8011 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
8012
8013         Fix build failure in inf-ptrace.c.
8014         * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
8015
8016 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
8017
8018         * top.c (print_gdb_version): Update copyright year.
8019
8020 2010-01-01, 10  Joel Brobecker  <brobecker@adacore.com>
8021
8022         Fix break *FUN'address thread NUM.
8023         * ada-lex.l (task): Expand rule to also match the thread keyword.
8024
8025 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
8026
8027         Fix break *FUN'address task NUM.
8028         * ada-lex.l (task): New rule.
8029         * ada-lang.c (valid_task_id): Make sure the Ada task list has
8030         been built before using it.
8031
8032 For older changes see ChangeLog-2009.
8033 \f
8034 Local Variables:
8035 mode: change-log
8036 left-margin: 8
8037 fill-column: 74
8038 version-control: never
8039 coding: utf-8
8040 End: