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