]> Git Repo - binutils.git/blob - gdb/ChangeLog
2010-03-25 Stan Shebs <[email protected]>
[binutils.git] / gdb / ChangeLog
1 2010-03-25  Stan Shebs  <[email protected]>
2
3         * tracepoint.h (trace_stop_reason): Add tracepoint_error.
4         (struct trace_status): New field error_desc.
5         * tracepoint.c (stop_reason_names): Add terror.
6         (current_trace_status): Ensure non-NULL error description.
7         (trace_status_command): Add error report.
8         (trace_status_mi): Ditto.
9         (trace_save): Add special case for error description.
10         (parse_trace_status): Add case for errors.
11
12 2010-03-25  Keith Seitz  <[email protected]>
13
14         * dwarf2read.c (read_subroutine_type): If the compilation unit
15         language is Java, mark any formal parameter named "this" as
16         artificial (GCC/43521).
17         (dwarf2_name): Add special handling for Java constructors.
18
19 2010-03-25  Tom Tromey  <[email protected]>
20
21         PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
22         * infrun.c (handle_inferior_event): Change initialization of
23         stop_stack_dummy.
24         (handle_inferior_event): Change assignment to stop_stack_dummy.
25         (normal_stop): Update use of stop_stack_dummy.
26         (struct inferior_status) <stop_stack_dummy>: Change type.
27         * inferior.h (stop_stack_dummy): Update.
28         * infcmd.c (stop_stack_dummy): Change type.
29         * infcall.c (cleanup_delete_std_terminate_breakpoint): New
30         function.
31         (call_function_by_hand): Call set_std_terminate_breakpoint.
32         Rewrite std::terminate handling.
33         * breakpoint.h (enum bptype) <bp_std_terminate,
34         bp_std_terminate_master>: New.
35         (enum stop_stack_kind): New.
36         (struct bpstat_what) <call_dummy>: Change type.
37         (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
38         Declare.
39         * breakpoint.c (create_std_terminate_master_breakpoint): New
40         function.
41         (update_breakpoints_after_exec): Handle bp_std_terminate_master.
42         Call create_std_terminate_master_breakpoint.
43         (print_it_typical): Handle new breakpoint kinds.
44         (bpstat_stop_status): Handle bp_std_terminate_master.
45         (bpstat_what): Correctly set call_dummy field.  Handle
46         bp_std_terminate_master and bp_std_terminate.
47         (print_one_breakpoint_location): Update.
48         (allocate_bp_location): Update.
49         (set_std_terminate_breakpoint): New function.
50         (delete_std_terminate_breakpoint): Likewise.
51         (create_thread_event_breakpoint): Update.
52         (delete_command): Update.
53         (breakpoint_re_set_one): Update.
54         (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
55
56 2010-03-25  Jan Kratochvil  <[email protected]>
57
58         * symfile.c (build_section_addr_info_from_bfd): New.
59         (build_section_addr_info_from_objfile): Base it on
60         build_section_addr_info_from_bfd.
61         (addrs_section_compar, addrs_section_sort): New.
62         (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
63         addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs.  Build
64         addrs_to_abfd_addrs.  Use it for recalculating ADDRS.
65
66 2010-03-24  Michael Snyder  <[email protected]>
67
68         * elfread.c (find_separate_debug_file_by_buildid): 
69         Remove unused local variable.
70
71 2010-03-24  Tom Tromey  <[email protected]>
72
73         PR breakpoints/9352:
74         * NEWS: Mention changes to `commands' and `rbreak'.
75         * symtab.c (do_end_rbreak_breakpoints): New function.
76         (rbreak_command): Call start_rbreak_breakpoints; arrange to call
77         end_rbreak_breakpoints.
78         * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
79         (set_breakpoint_count): Likewise.  Clear last_was_multi.
80         (multi_start, multi_end, last_was_multi): New globals.
81         (start_rbreak_breakpoints, end_rbreak_breakpoints): New
82         functions.
83         (struct commands_info): New
84         (do_map_commands_command): New function.
85         (commands_command_1): New function.
86         (commands_command): Use it.
87         (commands_from_control_command): Likewise.
88         (do_delete_breakpoint): New function.
89         (delete_command): Use it.
90         (map_breakpoint_numbers): Add 'data' argument.  Pass to callback.
91         (do_map_disable_breakpoint): New function.
92         (disable_command): Use it.
93         (do_map_enable_breakpoint): New function.
94         (enable_command): Use it.
95         (enable_once_breakpoint): Add argument.
96         (enable_once_command): Update.
97         (enable_delete_breakpoint): Add argument.
98         (enable_delete_command): Update.
99         (break_command_really): Set last_was_multi when needed.
100         (check_tracepoint_command): Fix formatting.
101         (validate_commands_for_breakpoint): New function.
102         (breakpoint_set_commands): Use it.
103         (tracepoint_save_command): Update.
104         * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
105         Declare.
106
107 2010-03-24  Tom Tromey  <[email protected]>
108
109         * breakpoint.h (struct counted_command_line): New struct.
110         (struct breakpoint) <commands>: Change type.
111         (struct bpstats) <commands>: Change type.
112         <commands_left>: New field.
113         * breakpoint.c (alloc_counted_command_line): New function.
114         (incref_counted_command_line): Likewise.
115         (decref_counted_command_line): Likewise.
116         (do_cleanup_counted_command_line): Likewise.
117         (make_cleanup_decref_counted_command_line): Likewise.
118         (breakpoint_set_commands): Use decref_counted_command_line and
119         alloc_counted_command_line.
120         (commands_command): Don't error if breakpoint commands are
121         executing.
122         (commands_from_control_command): Likewise.
123         (bpstat_free): Update.
124         (bpstat_copy): Likewise.
125         (bpstat_clear_actions): Likewise.
126         (bpstat_do_actions_1): Likewise.
127         (bpstat_stop_status): Likewise.
128         (print_one_breakpoint_location): Likewise.
129         (delete_breakpoint): Likewise.
130         (bpstat_alloc): Initialize new field.
131         (tracepoint_save_command): Update.
132         * tracepoint.c (encode_actions): Update.
133         (trace_dump_command): Update.
134
135 2010-03-24  Daniel Jacobowitz  <[email protected]>
136
137         * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
138         * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
139         (read_structure_type): For RealView, set TYPE_STUB on structures with
140         no byte size and no children.
141         (read_subroutine_type): Mark functions as prototyped by default.
142         * symtab.c (producer_is_realview): New function.
143         * symtab.h (expand_line_sal): Fix declaration formatting.
144         (producer_is_realview): Declare.
145
146 2010-03-24  Daniel Jacobowitz  <[email protected]>
147
148         * arm-tdep.c (skip_prologue_function): New function.
149         (submask, bit, bits, sbits, BranchDest): Move higher in the file.
150         (thumb_analyze_prologue): Document return value.  Recognize more
151         Thumb instructions, skippable calls, and some Thumb-2 instructions.
152         Add debug output.
153         (arm_skip_prologue): Remove call dummy check.  Check the prologue
154         for non-GNU compilers.
155         (arm_instruction_changes_pc): New function.
156         (arm_analyze_prologue): New function, broken out from
157         arm_scan_prologue.  Recognize more ARM instructions and skippable
158         calls.  Update comments.  Handle NULL cache.  Return the address
159         of the first unrecognized instruction.  Do not skip past other
160         instructions which change control flow.  Add debug output.
161         (arm_scan_prologue): Use arm_analyze_prologue.
162         (ARM_PC_32): Delete.
163         (shifted_reg_val): Simplify ARM_PC_32 check.
164
165 2010-03-24  Vladimir Prus  <[email protected]>
166
167         * tracepoint.c (tvariables_info_1): Actually compute
168         the number of rows in the result.
169
170 2010-03-24  Pedro Alves  <[email protected]>
171
172         * remote.c (crc32): Constify `buf' parameter.
173         (remote_verify_memory): New, abstracted out from...
174         (compare_sections_command): ... this.  Remove hardcoded target
175         checks.
176         (init_remote_ops): Install remote_verify_memory.
177         * target.c (target_verify_memory): New.
178         * target.h (struct target_ops) <to_verify_memory>: New field.
179         (target_verify_memory): Declare.
180
181 2010-03-24  Vladimir Prus  <[email protected]>
182
183         Implement -trace-save.
184
185         * mi-cmds.h (mi_cmds_trace_save): Declare.
186         * mi-cmds.c (mi_cmds): Register -trace-save.
187         * mi/mi-main.c (mi_cmd_trace_save): New.
188         * remote.c (remote_save_trace_data): Take const parameter.
189         * target.h (struct target_ops::to_save_trace_data): Take
190         const parameter.
191         * target.c (update_current_target): Adjust to the above.
192         * tracepoint.c (trave_save): New, extracted from
193         (trace_save_command): ...this.
194         (tfile_trace_find): Remove message that is unnecessary now
195         that 'tfind' reports found frame.
196         * tracepoint.h (trace_save): Declare.
197
198 2010-03-24  Vladimir Prus  <[email protected]>
199
200         Implement -trace-find.
201
202         * mi/mi-cmds.c (mi_cmds): Register -trace-find.
203         * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
204         * mi/mi-main.c (mi_cmd_trace_find): New.
205         * target.h (struct target_ops): Document to_trace_find.
206         * tracepoint.h (tfind_1): Declare.
207         * tracepoint.c (finish_tfind_command): Rename to...
208         (tfind_1): ...this.
209         * remote.c (remote_trace_find): Return -1 if target say
210         there's no frame.  Improve error diagnostics.
211
212 2010-03-24  Vladimir Prus  <[email protected]>
213
214         -trace-define-variable and -trace-list-variables.
215
216         * tracepoint.c (create_trace_state_variable): Make
217         private copy of name, as opposed to assuming the
218         pointer lives forever.
219         (tvariables_info_1): New.
220         (tvariables_info): Use the above.
221         * tracepoint.h (create_trace_state_variable, tvariables_info_1):
222         Declare.
223         * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
224         and -trace-list-variables.
225         * mi/mi-cmds.h (mi_cmd_trace_define_variable)
226         (mi_cmd_trace_list_variables): New.
227         * mi/mi-main.c (mi_cmd_trace_define_variable)
228         (mi_cmd_trace_list_variables): New.
229
230 2010-03-24  Vladimir Prus  <[email protected]>
231
232         Implement -break-passcount.
233
234         * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
235         * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
236         * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
237
238 2010-03-24  Vladimir Prus  <[email protected]>
239
240         -trace-start/-trace-end/-trace-status.
241
242         * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
243         and -trace-stop.
244         * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
245         (mi_cmd_trace_stop): Declare.
246         * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
247         (mi_cmd_trace_stop): New.
248         * tracepoint.c (start_tracing): New, extracted from...
249         (trace_start_command): ...this.
250         (trace_status_mi): New.
251         * tracepoint.h (struct trace_status): Document
252         stopping_tracepoint.
253         (start_tracing, stop_tracing, trace_status_mi): Declare.
254
255 2010-03-24  Vladimir Prus  <[email protected]>
256
257         Implement creating tracepoints with -break-insert.
258
259         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
260         to mean that tracepoint should be created.
261
262 2010-03-24  Vladimir Prus  <[email protected]>
263
264         * breakpoint.c (check_no_tracepoint_commands): Use
265         current spelling of 'teval'.
266
267 2010-03-24  Vladimir Prus  <[email protected]>
268
269         Unify actions and commands
270
271         * defs.h (read_command_lines, read_command_lines_1): New
272         parameters validator and closure.
273         * tracepoint.h (struct action_line): Remove.
274         * breakpoint.h (struct breakpoint): Remove the 'actions'
275         field.
276         * defs.h (enum command_control_type): New value
277         while_stepping_control.
278         (struct command_line): Add comments.
279         * breakpoint.c (breakoint_is_tracepoint): New.
280         (breakpoint_set_commands): For tracepoints,
281         verify the commands are permissible.
282         (check_tracepoint_commands): New.
283         (commands_command): Require that each new line is validated using
284         check_tracepoint_command, if we set commands for a tracepoint.
285         (create_tracepoint_from_upload): Likewise.
286         (print_one_breakpoint_location): Remove the code to print
287         actions specifically.
288         (tracepoint_save_command): Relay to print_command_lines.
289         * cli/cli-script.c (process_next_line): New parameters validator
290         and closure. Handle 'while-stepping'. Call validator if not null.
291         (read_command_lines, read_command_lines1): Likewise.
292         (recurse_read_control_structure): New parameters validator and
293         closure. Handle while_stepping_control.
294         (print_command_lines): Handle while-stepping.
295         (get_command_line, define_command, document_command): Adjust.
296         * remote.c (remote_download_tracepoint): Adjust.
297         * tracepoint.c (make_cleanup_free_actions, read_actions)
298         (free_actions, do_free_actions_cleanup): Remove.
299         (trace_actions_command): Use read_command_lines.
300         (validate_actionline): Use error in one place.
301         (encode_actions_1): New, extracted from...
302         (encode_actions): ...this. Also use cleanups for exception
303         safety.
304         (trace_dump_command): Adjust.
305         * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
306         it's tracepoint.
307
308 2010-03-23  Mike Frysinger  <[email protected]>
309
310         * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
311
312 2010-03-22  Stan Shebs  <[email protected]>
313
314         * value.c (value_static_field): Be lazy about the field's value.
315
316 2010-03-22  Reid Kleckner  <[email protected]>
317
318         PR gdb/11094
319         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
320         bp_jit_event.
321         (disable_breakpoints_in_shlibs): Likewise.
322
323 2010-03-22  Ulrich Weigand  <[email protected]>
324
325         * dwarf2read.c (partial_die_parent_scope): Work around buggy
326         GCC 4.1 debug info generation (GCC PR c++/28460).
327         (determine_prefix): Likewise.
328
329 2010-03-20  Daniel Jacobowitz  <[email protected]>
330
331         * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
332         get_current_arch.
333         * tui/tui-layout.c (extract_display_start_addr): Likewise.
334
335 2010-03-19  Stan Shebs  <[email protected]>
336
337         * ax-gdb.c (gen_fetch): Handle bool.
338         (gen_usual_unary): Ditto.
339         (gen_cast): Ditto.
340         (gen_equal): New function.
341         (gen_less): New function.
342         (gen_expr_binop_rest): Call them, also return integer type from
343         logical operations.
344         (gen_expr): Ditto.
345
346 2010-03-19  Tom Tromey  <[email protected]>
347
348         * jv-lang.c (jv_dynamics_objfile_data_key)
349         (jv_type_objfile_data_key): New globals.
350         (class_symtab): Move earlier.
351         (jv_per_objfile_free): New function.
352         (get_dynamics_objfile): Call set_objfile_data.  Add 'gdbarch'
353         parameter.
354         Remove ancient #if 1.
355         (add_class_symbol): Remove redundant declaration.
356         (java_lookup_class): Use alloc_type, not alloc_type_arch.
357         (java_link_class_type): Mark as static.  Update.
358         (jv_clear_object_type): New function.
359         (set_java_object_type): Likewise.
360         (get_java_object_type): Use set_java_object_type.
361         (is_object_type): Likewise.
362         (_initialize_java_language): Register new objfile keys.
363         (get_java_class_symtab): Add 'gdbarch' parameter.
364         (add_class_symtab_symbol): Update.
365         (type_from_class): Update.
366
367 2010-03-19  Stan Shebs  <[email protected]>
368
369         * ax-general.c (ax_const_l): Fix a sizing bug. 
370
371 2010-03-18  Joel Brobecker  <[email protected]>
372
373         GDB 7.1 released.
374
375 2010-03-18  Stan Shebs  <[email protected]>
376             Pedro Alves  <[email protected]>
377
378         * target.h (struct target_ops): New method
379         to_set_circular_trace_buffer.
380         (target_set_circular_trace_buffer): New macro.
381         * target.c (update_current_target): Add
382         to_set_circular_trace_buffer, fix to_set_disconnected_tracing
383         default behavior.
384         * remote.c (remote_set_circular_trace_buffer): New function.
385         (init_remote_ops): Add it to vector.
386         * tracepoint.h (struct trace_status): New field traceframes_created,
387         change buffer_size and buffer_free to int.
388         * tracepoint.c (circular_trace_buffer): New global.
389         (start_tracing): Send values of disconnected tracing and circular
390         trace buffer settings.
391         (set_circular_trace_buffer): New function.
392         (parse_trace_state): Handle total space and frames created.
393         (trace_status_command): Display total space and total frames
394         created.
395         (trace_save): Write out new status values.
396         (parse_trace_status): Set traceframe_count, traceframes_created,
397         buffer_free and buffer_size to -1 by default.
398         (_initialize_tracepoint): New setshow for circular-trace-buffer.
399         * NEWS: Mention the circular trace buffer option.
400
401 2010-03-18  Tom Tromey  <[email protected]>
402
403         * infcmd.c (finish_command_continuation): Wrap print_return_value
404         in TRY_CATCH.
405
406 2010-03-18  Joel Brobecker  <[email protected]>
407
408         * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
409         DIE has a name before creating the associated partial symbol.
410         (read_func_scope): Emit a complaint if the subprogram does not
411         have a name or when we can't extract the subprogram PC bounds.
412
413 2010-03-18  Ulrich Weigand  <[email protected]>
414
415         * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
416         instead of selected frame architecture.
417
418 2010-03-18  Pedro Alves  <[email protected]>
419
420         * infcmd.c (until_command): Use ERROR_NO_INFERIOR.  Ensure there's
421         a valid selected thread, and that it is not running.
422         (advance_command): Ditto.
423         (finish_command): Ditto.
424
425 2010-03-17 Stan Shebs  <[email protected]>
426
427         * ax-gdb.c (require_rvalue): Disallow non-scalars.
428
429         * infcall.c: Include tracepoint.h.
430         (call_function_by_hand): Disallow calls in tfind mode.
431         * infcmd.c: Include tracepoint.h.
432         (ensure_not_tfind_mode): New function.
433         (continue_1): Call it.
434         (step_1) Ditto.
435         (jump_command): Ditto.
436         (signal_command): Ditto.
437         (advance_command): Ditto.
438         (until_command): Ditto.
439         (finish_command): Ditto.
440         * tracepoint.h (disconnect_or_stop_tracing): Declare.
441
442         * ax-gdb.h (struct axs_value): New field optimized_out.
443         (gen_trace_for_var): Add gdbarch argument.
444         * ax-gdb.c (gen_trace_static_fields): New function.
445         (gen_traced_pop): Call it, add gdbarch argument.
446         (gen_trace_for_expr): Update call to it.
447         (gen_trace_for_var): Ditto, and report optimized-out variables.
448         (gen_struct_ref_recursive): Check for optimized-out value.
449         (gen_struct_elt_for_reference): Ditto.
450         (gen_static_field): Pass gdbarch instead of expression, assume
451         optimization if field not found.
452         (gen_var_ref): Set the optimized_out flag.
453         (gen_expr): Error on optimized-out variable.
454         * tracepoint.c (collect_symbol): Handle struct-valued vars as
455         expressions, skip optimized-out variables with computed locations.
456         * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
457         erroring out if location expression missing.
458         (loclist_tracepoint_var_ref): Don't error out here.
459
460 2010-03-17  Tom Tromey  <[email protected]>
461
462         * dwarf2read.c (dwarf2_get_section_info): Handle case where no
463         DWARF data is available.
464
465 2010-03-17  Daniel Jacobowitz  <[email protected]>
466
467         * symfile.c (generic_load): Reset breakpoints after loading.
468
469 2010-03-17  Tom Tromey  <[email protected]>
470
471         * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
472
473 2010-03-17  Jan Kratochvil  <[email protected]>
474
475         * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
476         create_breakpoint call, adjust the parameters.
477
478 2010-03-16  Jan Kratochvil  <[email protected]>
479             Chandru <[email protected]>
480
481         * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
482         * valarith.c (value_subscripted_rvalue): Suppress error if
483         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
484
485 2010-03-16  Holger Hans Peter Freyther  <[email protected]>
486
487         * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
488
489 2010-03-16  Joel Brobecker  <[email protected]>
490
491         * ada-tasks.c (task_command_1): Check that the task ptid is valid
492         before doing the associated thread switch.
493
494 2010-03-16  Daniel Jacobowitz  <[email protected]>
495
496         * MAINTAINERS: Update my email address.
497
498 2010-03-16  Vladimir Prus  <[email protected]>
499
500         Simplify MI breakpoint setting.
501
502         * breakpoint.c (break_command_really): Make nonstatic and
503         rename to...
504         (create_breakpoint): ...this. Rename prior function by this name
505         to...
506         (create_breakpoint_sal): ...this.
507         (create_breakpoints): Rename to...
508         (create_breakpoints_sal): ...this.
509         (set_breakpoint): Remove.
510         * breakpoint.h: Adjust to above changes.
511         * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
512
513 2010-03-15 Stan Shebs  <[email protected]>
514
515         * ax-gdb.c: Include cp-support.h.
516         (find_field): Remove.
517         (gen_primitive_field): New function.
518         (gen_struct_ref_recursive): New function.
519         (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
520         of find_field.
521         (gen_static_field): New function.
522         (gen_struct_elt_for_reference): New.
523         (gen_namespace_elt): New.
524         (gen_maybe_namespace_elt): New.
525         (gen_aggregate_elt_ref): New.
526         (gen_expr): Add OP_SCOPE, display opcode name in error message.
527
528 2010-03-15  Tom Tromey  <[email protected]>
529
530         * dwarf2read.c (die_needs_namespace): Also return 0 for
531         DW_TAG_subprogram.
532
533 2010-03-15  Sami Wagiaalla  <[email protected]>
534
535         PR c++/7936:
536         * cp-support.h: Added char *declaration element to using_direct
537         data struct.
538         (cp_add_using): Added char *declaration argument.
539         (cp_add_using_directive): Ditto.
540         (cp_lookup_symbol_imports): made extern.
541         * cp-namespace.c: Updated with the above changes.
542         * dwarf2read.c (read_import_statement): Ditto.
543         (read_namespace): Ditto.
544         (read_import_statement): Support import declarations.
545         * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
546         declarations.
547         Added support for 'declaration_only' search.
548         (cp_lookup_symbol_namespace): Attempt to search for the name as
549         is before consideration of imports.
550         * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
551         search at every block level search.
552         Now takes language argument.
553         (lookup_symbol_aux): Updated.
554
555 2010-03-15  Tom Tromey  <[email protected]>
556
557         * c-exp.y (name_not_typename): Add 'operator' clause.
558
559 2010-03-15  Ralf Corsepius  <[email protected]>  (tiny change)
560
561         * configure.ac: Exit if ${gdb_target_obs}" is not set.
562         * configure: Regenerate.
563
564 2010-03-15  Jan Kratochvil  <[email protected]>
565
566         * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
567         and ".sdynbss".  Update the comment.
568
569 2010-03-15  Jie Zhang  <[email protected]>
570
571         * MAINTAINERS: Update my email address.
572
573 2010-03-14  Daniel Jacobowitz  <[email protected]>
574
575         * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
576
577 2010-03-14  Daniel Jacobowitz  <[email protected]>
578
579         * charset.c [USE_WIN32API]: Include <windows.h>.
580          (_initialize_charset): Correct type of w32_host_default_charset.
581
582 2010-03-14  Pedro Alves  <[email protected]>
583
584         * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
585
586 2010-03-12  Tom Tromey  <[email protected]>
587
588         PR c++/9708:
589         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
590         in a lexical block does not need a namespace.
591         (new_symbol) <DW_TAG_variable>: Put extern variables on
592         list_in_scope in all cases.
593
594 2010-03-12 Stan Shebs  <[email protected]>
595
596         * ax-gdb.c (gen_expr): Add shift expressions.
597         (gen_expr_binop_rest): Ditto.
598
599 2010-03-12  Sami Wagiaalla  <[email protected]>
600
601         * buildsym.c (finish_block): Reset using_directives pointer
602         after block initialization.
603
604 2010-03-12  H.J. Lu  <[email protected]>
605
606         * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
607         * i386-tdep.c (i386_word_names): Likewise.
608
609 2010-03-12  Pedro Alves  <[email protected]>
610
611         * target.c (memory_xfer_partial): Don't use the stack cache if
612         inspecting trace frames.
613         * tracepoint.c (finish_tfind_command): Invalidate the target
614         dcache.
615
616 2010-03-11  Jan Kratochvil  <[email protected]>
617
618         * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
619         for the PIC displacement, print also the displacement value.
620         (svr4_exec_displacement):  Print DISPLACEMENT if INFO_VERBOSE.
621
622 2010-03-10  Kevin Buettner  <[email protected]>
623
624         * remote-mips.c (close_ports, mips_initialize_cleanups)
625         (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
626         (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
627         (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
628         (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
629         (pmon_check_entry_address, pmon_check_total, pmon_end_download)
630         (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
631         comments describing each of these functions.
632         (mips_enter_debug, mips_exit_debug, common_open)
633         (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
634         blank line after the comment describing the function.
635
636 2010-03-10  Jan Kratochvil  <[email protected]>
637
638         * solib-svr4.c (svr4_exec_displacement): Return now success, new
639         parameter displacementp.  Update comment.
640         (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
641         element exists.  Return if svr4_exec_displacement was not successful.
642         Update comment.
643
644 2010-03-10  Jan Kratochvil  <[email protected]>
645             Daniel Jacobowitz  <[email protected]>
646
647         * solib-svr4.c (read_program_header): Support type == -1 to read
648         all program headers.
649         (read_program_headers_from_bfd): New function.
650         (svr4_static_exec_displacement): Remove and move the comment ...
651         (svr4_exec_displacement): ... here.  Remove variable found.  New
652         variable displacement.  Check also DYNAMIC.  Verify DISPLACEMENT
653         alignment for ELF targets.  Compare target vs. exec_bfd PHDRs for ELF
654         targets using read_program_headers_from_bfd.  Remove the call of
655         svr4_static_exec_displacement.
656
657 2010-03-10  Tom Tromey  <[email protected]>
658
659         * dwarf2read.c (struct pubnames_header): Remove.
660         (_PUBNAMES_HEADER): Remove.
661         (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
662         (struct aranges_header): Remove.
663         (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
664         (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
665         (PUBNAMES_SECTION): Remove.
666         (ARANGES_SECTION): Remove.
667         (dwarf2_locate_sections): Don't handle pubnames or aranges.
668         (dwarf2_build_psymtabs): Remove dead code.
669         (dwarf2_build_psymtabs_easy): Remove.
670
671 2010-03-10  Tom Tromey  <[email protected]>
672
673         * elfread.c (elf_symfile_read): Don't call
674         dwarf2_build_frame_info.
675         * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
676         (struct dwarf2_per_objfile) <objfile>: New field.
677         (dwarf2_has_info): Now idempotent.  Set objfile field.
678         (dwarf2_read_section): Check and set readin field.  Call
679         posix_madvise.
680         (dwarf2_build_psymtabs): Don't read all sections.
681         (read_type_comp_unit_head): Read types section.
682         (create_debug_types_hash_table): Likewise.
683         (init_cu_die_reader): Add asserts.
684         (process_type_comp_unit): Add assert.
685         (dwarf2_build_psymtabs_hard): Read info section.
686         (load_partial_comp_unit): Add assert.
687         (create_all_comp_units): Read info section.
688         (load_full_comp_unit): Likewise.
689         (dwarf2_ranges_read): Read ranges section.
690         (dwarf2_record_block_ranges): Add assert.
691         (dwarf2_read_abbrevs): Read abbrev section.
692         (read_indirect_string): Read str section.
693         (dwarf_decode_line_header): Read line section.
694         (read_signatured_type_at_offset): Read types section.
695         (dwarf_decode_macros): Read macinfo section.
696         (dwarf2_symbol_mark_computed): Read loc section.
697         * dwarf2-frame.c (dwarf2_frame_find_fde): Call
698         dwarf2_build_frame_info.
699         (dwarf2_build_frame_info): Unconditionally set
700         dwarf2_frame_objfile_data on the objfile.
701         * configure.ac: Check for posix_madvise.
702         * config.in, configure: Rebuild.
703
704 2010-03-10  Tom Tromey  <[email protected]>
705
706         * xcoffread.c (xcoff_start_psymtab): Update.
707         (xcoff_end_psymtab): Update.
708         * psymtab.c (allocate_psymtab): Remove dead code.
709         * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
710         void*.
711         * mdebugread.c (parse_partial_symbols): Update.
712         (new_psymtab): Likewise.
713         * dwarf2read.c (process_psymtab_comp_unit): Update.
714         (psymtab_to_symtab_1): Update.
715         * dbxread.c (start_psymtab): Update.
716         (end_psymtab): Likewise.
717
718 2010-03-10  Tom Tromey  <[email protected]>
719
720         * xcoffread.c: Include psymtab.h.
721         (xcoff_sym_fns): Update.
722         * symtab.h (struct partial_symbol): Remove.
723         (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
724         (struct partial_symtab): Remove.
725         (PSYMTAB_TO_SYMTAB): Remove.
726         (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
727         (find_pc_sect_psymtab): Remove.
728         (find_pc_sect_symtab_via_partial): Declare.
729         (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
730         (find_main_psymtab): Remove.
731         (find_main_filename): Declare.
732         (fixup_psymbol_section): Remove.
733         (fixup_section): Declare.
734         * symtab.c: Include psymtab.h.
735         (lookup_symtab): Use lookup_symtab method.
736         (lookup_partial_symtab): Remove.
737         (find_pc_sect_psymtab_closer): Remove.
738         (find_pc_sect_psymtab): Remove.
739         (find_pc_sect_symtab_via_partial): New function.
740         (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
741         (fixup_section): No longer static.
742         (fixup_psymbol_section): Remove.
743         (lookup_symbol_aux): Use lookup_symbol_aux_quick.
744         (lookup_global_symbol_from_objfile): Likewise.
745         (lookup_symbol_aux_psymtabs): Remove.
746         (lookup_symbol_aux_quick): New function.
747         (lookup_symbol_global): Use lookup_symbol_aux_quick.
748         (lookup_partial_symbol): Remove.
749         (basic_lookup_transparent_type_quick): New function.
750         (basic_lookup_transparent_type): Use it.
751         (find_main_psymtab): Remove.
752         (find_main_filename): New function.
753         (find_pc_sect_symtab): Use find_pc_sect_symtab method.
754         (find_line_symtab): Use expand_symtabs_with_filename method.
755         (output_partial_symbol_filename): New function.
756         (sources_info): Use map_partial_symbol_filenames.
757         (struct search_symbols_data): New type.
758         (search_symbols_file_matches): New function.
759         (search_symbols_name_matches): Likewise.
760         (search_symbols): Use expand_symtabs_matching method.
761         (struct add_name_data): Rename from add_macro_name_data.
762         (add_macro_name): Update.
763         (add_partial_symbol_name): New function.
764         (default_make_symbol_completion_list): Use
765         map_partial_symbol_names.
766         (struct add_partial_symbol_name): New type.
767         (maybe_add_partial_symtab_filename): New function.
768         (make_source_files_completion_list): Use
769         map_partial_symbol_filenames.
770         (expand_line_sal): Use expand_symtabs_with_filename method.
771         * symmisc.c: Include psymtab.h.
772         (print_objfile_statistics): Use print_stats method.
773         (dump_objfile): Use dump method.
774         (dump_psymtab, maintenance_print_psymbols)
775         (maintenance_info_psymtabs, maintenance_check_symtabs)
776         (extend_psymbol_list): Remove.
777         * symfile.h (struct quick_symbol_functions): New struct.
778         (struct sym_fns) <qf>: New field.
779         (sort_pst_symbols): Remove.
780         (increment_reading_symtab): Declare.
781         * symfile.c: Include psymtab.h.
782         (compare_psymbols, sort_pst_symbols): Remove.
783         (psymtab_to_symtab): Remove.
784         (increment_reading_symtab): New function.
785         (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
786         method.
787         (set_initial_language): Use find_main_filename.
788         (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
789         (free_named_symtabs): Remove unused code.
790         (start_psymtab_common, add_psymbol_to_bcache)
791         (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
792         Remove.
793         * stack.c: Include psymtab.h, symfile.h.
794         (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
795         * source.h (psymtab_to_fullname): Don't declare.
796         * source.c: Include psymtab.h.
797         (select_source_symtab): Use find_last_source_symtab method.
798         (forget_cached_source_info): Use forget_cached_source_info
799         method.
800         (find_and_open_source): No longer static.
801         (psymtab_to_fullname): Remove.
802         * somread.c: Include psymtab.h.
803         (som_sym_fns): Update.
804         * psympriv.h: New file.
805         * psymtab.h: New file.
806         * psymtab.c: New file.
807         * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
808         (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
809         * objfiles.c: Include psymtab.h.
810         (objfile_relocate1): Use relocate method.
811         (objfile_has_partial_symbols): Use has_symbols method.
812         * mipsread.c: Include psymtab.h.
813         (ecoff_sym_fns): Update.
814         * mi/mi-cmd-file.c: Include psymtab.h.
815         (print_partial_file_name): New function.
816         (mi_cmd_file_list_exec_source_files): Use
817         map_partial_symbol_filenames.
818         * mdebugread.c: Include psympriv.h.
819         * machoread.c: Include psympriv.h.
820         (macho_sym_fns): Update.
821         * m2-exp.y (yylex): Use lookup_symtab.
822         * elfread.c: Include psympriv.h.
823         (elf_sym_fns): Update.
824         * dwarf2read.c: Include psympriv.h.
825         * dbxread.c: Include psympriv.h.
826         (aout_sym_fns): Update.
827         * cp-support.c: Include psymtab.h.
828         (read_in_psymtabs): Remove.
829         (make_symbol_overload_list_qualified): Use
830         expand_symtabs_for_function method.
831         * coffread.c: Include psympriv.h.
832         (coff_sym_fns): Update.
833         * blockframe.c: Include psymtab.h.
834         (find_pc_partial_function): Use find_pc_sect_symtab method.
835         * ada-lang.h (ada_update_initial_language): Update.
836         * ada-lang.c: Include psymtab.h.
837         (ada_update_initial_language): Remove 'main_pst' argument.
838         (ada_lookup_partial_symbol): Remove.
839         (struct ada_psym_data): New type.
840         (ada_add_psyms): New function.
841         (ada_add_non_local_symbols): Use map_ada_symtabs method.
842         (struct add_partial_datum): New type.
843         (ada_add_partial_symbol_completions): New function.
844         (ada_make_symbol_completion_list): Use map_partial_symbol_names.
845         (ada_exception_support_info_sniffer): Update.
846         * Makefile.in (SFILES): Add psymtab.c.
847         (COMMON_OBS): Add psymtab.o.
848         (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
849
850 2010-03-10  Pierre Muller  <[email protected]>
851
852         * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
853
854 2010-03-10  Sami Wagiaalla  <[email protected]>
855
856         PR C++/11236:
857         * cp-namespace.c (cp_add_using): Deleted.
858         (cp_add_using_directive): Use obstack allocations.
859         Merged the function cp_add_using into this one.
860         Added 'struct obstack *' argument.
861         (cp_scan_for_anonymous_namespaces): Updated.
862         * cp-support.h: Updated.
863         * dwarf2read.c (read_import_statement): Updated.
864         (read_namespace): Updated.
865
866 2010-03-10  Pierre Muller  <[email protected]>
867
868         * windows-nat.c (cygwin_conv_path): Remove old macro.
869
870 2010-03-10  Pedro Alves  <[email protected]>
871
872         * breakpoint.c (condition_command): Handle watchpoint conditions.
873         (is_hardware_watchpoint): Add comment.
874         (is_watchpoint): New.
875         (update_watchpoint): Don't reparse the watchpoint's condition
876         unless necessary.
877         (WP_IGNORE): New.
878         (watchpoint_check): Use it.
879         (bpstat_check_watchpoint): Handle it.
880         (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
881         conditions in a frame where it makes sense.
882         (watch_command_1): Store the innermost block of the condition
883         expression.
884         (delete_breakpoint): Delete the watchpoint condition expression.
885         * breakpoint.h (struct bp_location) <cond>: Update comment.
886         (struct breakpoint): New field `cond_exp_valid_block'.
887
888 2010-03-09  Joel Brobecker  <[email protected]>
889
890         Adjust handling of Ada DIEs after dwarf2_physname patch.
891         * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
892
893 2010-03-09  Christopher Faylor  <[email protected]>
894             Pierre Muller  <[email protected]>
895
896         * windows-nat.c (cygwin_conv_path): Redefine to properly convert
897         from/to posix/win32.
898         (windows_make_so): Use non-Cygwin 1.7 specific function.
899         (windows_create_inferior): Make sure that cygallargs points to
900         original args in non Cygwin 1.7. case.
901
902 2010-03-09  Michael Snyder  <[email protected]>
903
904         * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
905         after target_read_memory to get host byte order.
906         (i386_process_record): Ditto.
907
908 2010-03-09  Keith Seitz  <[email protected]>
909
910         Based on work from Daniel Jacobowitz  <[email protected]>
911         * c-typeprint.c (cp_type_print_method_args): For non-static methods,
912         print out const or volatile qualifiers, too.
913         (c_type_print_args): Add parameters show_artificial and language.
914         Skip artificial parameters when requested.
915         Use the appropriate language printer.
916         (c_type_print_varspec): Tell c_type_print_args to skip artificial
917         parameters and pass language_c.
918         * dwarf2read.c (die_list): New file global.
919         (struct partial_die_info): Update comments for name field.
920         (pdi_needs_namespace): Renamed to ...
921         (die_needs_namespace): ... this. Rewrite.
922         (dwarf2_linkage_name): Remove.
923         (add_partial_symbol): Do not predicate the call to
924         partial_die_full_name based on pdi_needs_namespace.
925         Remove call to cp_check_possible_namespace_symbols and associated
926         outdated comments.
927         (guess_structure_name): Do not inspect child subprogram DIEs.
928         (dwarf2_fullname): Update comments.
929         Use die_needs_namespace to assist in computing the name.
930         (read_func_scope): Use dwarf2_name to get the DIE's name.
931         Use dwarf2_physname to get the "linkage name" of the DIE.
932         (dwarf2_add_member_field): Use dwarf2_physname instead of
933         dwarf2_linkage_name.
934         (read_structure_type): For structs and classes, set TYPE_NAME, too.
935         (determine_class): Remove.
936         (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
937         except Ada.
938         (new_symbol): Unconditionally call dwarf2_name.
939         Compute the "linkage name" using dwarf2_physname.
940         Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
941         When determining to scan for anonymous C++ namespaces, ignore
942         the linkage name.
943         (dwarf2_physname): New function.
944         (dwarf2_full_name): Move content to new function and call
945         that.
946         (dwarf2_compute_name): "New" function.
947         (_initialize_dwarf2_read): Initialize die_list.
948         * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
949         physname.
950         (gnu_v3_print_method_ptr): Use the physname for virtual methods
951         without a demangled name.
952         Print out type information for non-virtual methods.
953         * linespec.c (decode_line_1): Force ANY string using "::" (or
954         "." for java) to use decode_compound, and clean up any stray quoting.
955         If we found a file symtab, re-evaluate whether the remainder is_quoted.
956         (decode_compound): Stop consuming at an open parenthesis.
957         Keep template parameters.
958         Keep any overload information.
959         Keep keywords like "const".
960         Remove paren_pointer.
961         Move is_quoted check from set_flags to here.
962         Remove #if 0 code from 2000. Ten years is long enough.
963         (find_method): Before comparing symbol names, canonicalize the string
964         from the user.
965         If a specific overload is requested, find it. Otherwise throw an error.
966         (find_method_overload_end): New function.
967         (set_flags): Remove.
968         (decode_compound): Assume that parentheses are matched.
969         It's a lot easier.
970         * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
971         to cplus_demangle.
972         * linespec.c (decode_line_1): Keep important keywords like
973         "const" and "volatile".
974         * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
975         * typeprint.h (c_type_print_args): Add declaration.
976         * ui-file.c (do_ui_file_obsavestring): New function.
977         (ui_file_obsavestring): New function.
978         * ui-file.h (ui_file_obsavestring): Add declaration.
979         * valops.c (find_overload_match): Resolve the object to
980         a non-pointer type.
981         If the object is a data member, search the object for the member
982         and return with staticp set.
983         Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
984         Do not attempt to extract a function name from non-function types.
985         If the extracted function name and the original name are the same,
986         we don't have a C++ method.
987
988         From Jan Kratochvil  <[email protected]>:    
989         * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
990
991         * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
992         and arguments from symbol lookups.
993         * ax-gdb.c (gen_expr): Likewise.
994         * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
995         cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
996         lookup_possible_namespace_symbol): Likewise.
997         * cp-support.c (read_in_psymtabs): Likewise.
998         * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
999         * language.h (la_lookup_symbol_nonlocal): Likewise.
1000         * scm-valprint.c (scm_inferior_print): Likewise.
1001         * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
1002         * solib-svr.c (elf_lookup_lib): Likewise.
1003         * solib.c (show_auto_solib_add): Likewise.
1004         * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
1005         * symmisc.c (maintenance_check_symtabs): Likewise.
1006         * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
1007         lookup_symbol_aux_local, lookup_symbol_aux_block,
1008         lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
1009         lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
1010         lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
1011         basic_lookup_transparent_type, find_main_psymtab,
1012         lookup_block_symbol): Likewise.
1013         * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
1014         lookup_symbol_global, lookup_symbol_aux_block,
1015         lookup_symbol_partial_symbol, lookup_block_symbol,
1016         lookup_global_symbol, value_maybe_namespace_elt): Likewise.
1017
1018 2010-03-09  Pierre Muller  <[email protected]>
1019
1020         * python/python-internal.h: Include symtab.h.
1021
1022 2010-03-09  Joel Brobecker  <[email protected]>
1023             Pierre Muller  <[email protected]>
1024
1025         * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
1026         * p-valprint.c (pascal_val_print): Remove undeed block and fix
1027         indentation.
1028
1029 2010-03-08  Tom Tromey  <[email protected]>
1030
1031         * breakpoint.c (breakpoint_1): Add "QUIT".
1032
1033 2010-03-08  Daniel Jacobowitz  <[email protected]>
1034             Pedro Alves  <[email protected]>
1035
1036         * solib.c (solib_find): Replace extension if
1037         solib_symbols_extension is set in the target gdbarch.
1038         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
1039         solib_symbols_extension to "sym".
1040         * gdbarch.sh (solib_symbols_extension): New variable.
1041         (pstring): New function.
1042         * gdbarch.h, gdbarch.c: Regenerate.
1043
1044 2010-03-08  Tom Tromey  <[email protected]>
1045
1046         PR cli/9591:
1047         * NEWS: Update.
1048         * utils.c: Include main.h.
1049         (fputs_maybe_filtered): Don't paginate if `batch_flag'.
1050         (defaulted_query): Use default answer if `batch_flag'.
1051         * main.h (batch_flag): Declare.
1052         * main.c (batch_flag): New global.
1053         (captured_main): Remove 'batch'.  Update.
1054
1055 2010-03-08  Kevin Buettner  <[email protected]>
1056
1057         From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
1058         and Kevin Buettner:
1059
1060         * remote-mips.c (rockhopper_ops): New target_ops struct.
1061         (MON_ROCKHOPPER): New mips_monitor_type.
1062         (read_hex_value): New function.
1063         (mips_request): Send 8-byte values with a 'T' packet.  Read the
1064         packet argument as a string and use read_hex_value to parse it.  
1065         (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
1066         (rockhopper_open): New function.
1067         (mips_wait): Read the PC, FP and SP fields as strings.  Use
1068         read_hex_value to parse them and mips_set_register to commit them.
1069         (mips_set_register): New function.
1070         (mips_fetch_registers): Do not cast register value to "unsigned"
1071         when reading a MON_ROCKHOPPER 't' packet.  Use mips_set_register.
1072         (mips_store_registers): Use a 'T' packet to set registers when
1073         using MON_ROCKHOPPER.
1074         (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
1075         and expect the total to be printed before the entry address.
1076         (_initialize_remote_mips): Initialize and add rockhopper_ops.
1077
1078 2010-03-08  Kevin Buettner  <[email protected]>
1079
1080         * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
1081         Change return value to int.  Store value fetched in location
1082         addressed by `val'.  Use function's return value as success
1083         or failure indicator.  Adjust all callers.
1084
1085 2010-03-08  Pierre Muller  <[email protected]>
1086
1087         * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
1088
1089 2010-03-08  Jan Kratochvil  <[email protected]>
1090             Hui Zhu  <[email protected]>
1091
1092         * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
1093         tmp_to_stopped_data_address.
1094         (record_open): Reset tmp_to_stopped_by_watchpoint and
1095         tmp_to_stopped_data_address.
1096         * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
1097         to_stopped_data_address.
1098
1099 2010-03-08  Hui Zhu  <[email protected]>
1100
1101         * i386-tdep.c (i386_process_record): Initialize regnum.
1102
1103 2010-03-08  Jan Kratochvil  <[email protected]>
1104
1105         * symfile.c (addr_info_make_relative): New variable sect_name, use it.
1106         Do not warn on ".gnu.liblist" and ".gnu.conflict".
1107
1108 2010-03-08  Joel Brobecker  <[email protected]>
1109
1110         Memory error when reading wrong core file.
1111         * solib-svr4.c (solib_svr4_r_map): catch and print all exception
1112         errors while reading the inferior memory, and return zero if
1113         an exception was raised.
1114
1115 2010-03-07  Michael Snyder  <[email protected]>
1116
1117         * record.c (record_restore): Rename tmpu8 to rectype.
1118
1119         * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
1120         tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
1121
1122         (i386_record_push): Rename local tmpulongest to addr.
1123
1124         (i386_process_record): Rename local tmpulongest to addr.
1125
1126         Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
1127         addr64.
1128
1129         Rename local variable tmpu8 to opcode8 and regnum.
1130
1131 2010-03-07  Joel Brobecker  <[email protected]>
1132
1133         * remote.c (remote_get_ada_task_ptid): New function.
1134         (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
1135
1136 2010-03-06  Christopher Faylor  <[email protected]>
1137
1138         * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
1139         block.  Define helper macros to reduce ifdefs in code.
1140         (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
1141         size.  Call unadorned GetModuleFileNameEx rather than
1142         GetModuleFileNameEx*.
1143         (windows_make_so): Use __PMAX to denote maximum buffer size and
1144         cygwin_buf_t for buffer type.  Use GetSystemDirectory{W,A} as
1145         appropriate.
1146         (get_image_name): Use __PMAX to denote maximum buffer size.
1147         (handle_load_dll): Likewise.
1148         (windows_pid_to_exec_file): Likewise.
1149         (windows_create_inferior): Add many accommodations for older Cygwin and
1150         non-Cygwin.
1151         (bad_GetModuleFileNameExW): Control inclusion of this function based on
1152         __USEWIDE conditional.
1153         (bad_GetModuleFileNameExA): Likewise.
1154         (_initialize_loadable): Just use real function names without the dyn_
1155         part since they are defined earlier.
1156
1157 2010-03-05  Corinna Vinschen  <[email protected]>
1158             Tom Tromey  <[email protected]>
1159
1160         * utils.c (host_char_to_target): Add 'gdbarch' argument.
1161         (parse_escape): Likewise.
1162         * python/py-utils.c (unicode_to_target_string): Update.
1163         (unicode_to_target_python_string): Update.
1164         (target_string_to_unicode): Update.
1165         * printcmd.c (printf_command): Update.
1166         * p-exp.y (yylex): Update.
1167         * objc-exp.y (yylex): Update.
1168         * mi/mi-parse.c: Include charset.h.
1169         (mi_parse_escape): New function.
1170         (mi_parse_argv): Use it.
1171         * jv-exp.y (yylex): Update.
1172         * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
1173         function.
1174         (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
1175         * gdbarch.sh (auto_charset, auto_wide_charset): New.
1176         * gdbarch.c: Rebuild.
1177         * gdbarch.h: Rebuild.
1178         * defs.h (parse_escape): Update.
1179         * cli/cli-setshow.c: Include arch-utils.h.
1180         (do_setshow_command): Update.
1181         * cli/cli-cmds.c (echo_command): Update.
1182         * charset.h (target_charset, target_wide_charset): Update.
1183         * charset.c: Include arch-utils.h.
1184         (target_charset_name): Default to "auto".
1185         (target_wide_charset_name): Likewise.
1186         (show_target_charset_name): Handle "auto".
1187         (show_target_wide_charset_name): Likewise.
1188         (be_le_arch): New global.
1189         (set_be_le_names): Add 'gdbarch' argument.
1190         (validate): Likewise.  Don't call set_be_le_names.
1191         (set_charset_sfunc, set_host_charset_sfunc)
1192         (set_target_charset_sfunc, set_target_wide_charset_sfunc):
1193         Update.
1194         (target_charset): Add 'gdbarch' argument.
1195         (target_wide_charset): Likewise.  Remove 'byte_order' argument.
1196         (auto_target_charset_name): New global.
1197         (default_auto_charset, default_auto_wide_charset): New functions.
1198         (_initialize_charset): Set auto_target_charset_name.  Allow "auto"
1199         for target charsets.  Copy result of nl_langinfo.  Use GetACP if
1200         USE_WIN32API.
1201         * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
1202         remove 'byte_order' argument.  Update.
1203         (classify_type): Likewise.
1204         (c_emit_char): Update.
1205         (c_printchar): Update.
1206         (c_printstr): Update.
1207         (c_get_string): Update.
1208         (evaluate_subexp_c): Update.
1209         * arch-utils.h (default_auto_charset, default_auto_wide_charset):
1210         Declare.
1211         * python/python.c (gdbpy_target_charset): New function.
1212         (gdbpy_target_wide_charset): Likewise.
1213         (GdbMethods): Update.
1214         * NEWS: Update.
1215
1216 2010-03-05  Ulrich Weigand  <[email protected]>
1217
1218         * symfile.c (build_section_addr_info_from_objfile): Do not mask
1219         off high address bits.
1220
1221 2010-03-05  Ulrich Weigand  <[email protected]>
1222
1223         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
1224         address as UnsignedLongLong, not LongLong.
1225
1226 2010-03-05  Kevin Buettner  <[email protected]>
1227             Pedro Alves  <[email protected]>
1228
1229         * remote-mips.c (gdbthread.h): Include.
1230         (remote_mips_ptid): Declare.
1231         (mips_error): Only mourn the inferior when inferior_ptid is non-null.
1232         (common_open): Set inferior_ptid, add it as an inferior, and
1233         as a thread too.  Delete FIXME comment regarding start_remote().
1234         (mips_close): Invoke generic_mourn_inferior().
1235         (mips_kill): Make sure that target_mourn_inferior is invoked.
1236         (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
1237         it's now invoked from mips_close().
1238         (mips_load): Don't null out inferior_ptid.  Don't call
1239         clear_symtab_users().
1240         (mips_thread_alive, mips_pid_to_str): New functions.
1241         (_initialize_remote_mips): Initialize remote_mips_ptid.  Initialize
1242         to_thread_alive and to_pid_to_str operations.
1243
1244 2010-03-04  Tom Tromey  <[email protected]>
1245
1246         * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
1247         in DWARF 3 and later.
1248         (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
1249
1250 2010-03-04  Keith Seitz  <[email protected]>
1251
1252         * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
1253         If the filename portion of the linespec was quoted, recheck the
1254         remainder for additional quoting.
1255         (locate_first_half): Skip over completer chars, too.
1256
1257 2010-03-04  Tom Tromey  <[email protected]>
1258
1259         * printcmd.c (printf_command): Pass dummy argument to
1260         printf_filtered.
1261
1262 2010-03-04  Doug Evans  <[email protected]>
1263
1264         * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
1265         unwound_fp.
1266
1267         * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
1268
1269 2010-03-04  Pedro Alves  <[email protected]>
1270
1271         * breakpoint.c (update_watchpoint): Create a sentinel location if
1272         the software watchpoint isn't watching any memory.
1273         (breakpoint_address_bits): Skip dummy software watchpoint locations.
1274
1275 2010-03-04  Pedro Alves  <[email protected]>
1276
1277         * utils.c (fputs_maybe_filtered): Check if there's already a top
1278         level interpreter before dereferencing it.  If there isn't one,
1279         don't paginate either.
1280
1281 2010-03-04  Matthew Gretton-Dann  <[email protected]>
1282
1283         * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
1284         the state right when single stepping.
1285         (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
1286         Get the next PC along with the instruction state.
1287         (thumb_get_next_pc): Remove.
1288         (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
1289
1290 2010-03-04  Hui Zhu  <[email protected]>
1291
1292         * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
1293
1294 2010-03-03  Pedro Alves  <[email protected]>
1295
1296         * utils.c (fputs_maybe_filtered): Always disable pagination if the
1297         top level interpreter is MI.
1298
1299 2010-03-03 Stan Shebs  <[email protected]>
1300
1301         * remote.c (remote_download_tracepoint): Iterate over locations.
1302         * tracepoint.c (validate_actionline): Ditto.
1303         (encode_actions): Add location argument.
1304         (trace_dump_command): Check all locations to see if stepping
1305         frame.
1306
1307 2010-03-03  H.J. Lu  <[email protected]>
1308             Eli Zaretskii  <[email protected]>
1309
1310         * NEWS: Add X86 general purpose registers section.
1311
1312 2010-03-03  Tom Tromey  <[email protected]>
1313
1314         PR mi/11098:
1315         * varobj.c (install_new_value): Handle case where new print_value
1316         is NULL.
1317
1318 2010-03-03  Dainis Jonitis  <[email protected]>
1319
1320         PR gdb/11345:
1321         * printcmd.c (printf_command): Print end of format string using
1322         printf_filtered.
1323
1324 2010-03-02  Tom Tromey  <[email protected]>
1325
1326         * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
1327         * defs.h (read_command_lines_1): Add missing 'void'.
1328         * cli/cli-script.c (recurse_read_control_structure): Add missing
1329         'void'.
1330         (read_next_line): Likewise.
1331         (read_command_lines_1): Likewise.
1332
1333 2010-03-02  Ulrich Weigand  <[email protected]>
1334
1335         * spu-tdep.c (spu_analyze_prologue): Track instruction to
1336         store backchain as part of prologue.
1337
1338 2010-03-02  Daniel Jacobowitz  <[email protected]>
1339
1340         * progspace.c (update_address_spaces): Update inferior address spaces
1341         also.
1342
1343 2010-03-02  Doug Evans  <[email protected]>
1344
1345         * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
1346         lowpc,highpc args to addrmap_set_empty.
1347
1348 2010-03-02  H.J. Lu  <[email protected]>
1349
1350         * amd64-tdep.c (amd64_byte_names): New.
1351         (amd64_word_names): Likewise.
1352         (amd64_dword_names): Likewise.
1353         (amd64_pseudo_register_name): Likewise.
1354         (amd64_pseudo_register_read): Likewise.
1355         (amd64_pseudo_register_write): Likewise.
1356         (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
1357         and num_mmx_regs.  Call set_gdbarch_pseudo_register_read,
1358         set_gdbarch_pseudo_register_write and
1359         set_tdesc_pseudo_register_name.  Don't call
1360         set_gdbarch_num_pseudo_regs.  Don't set mm0_regnum.
1361
1362         * i386-tdep.c (i386_num_mmx_regs): Removed.
1363         (i386_num_pseudo_regs): Likewise.
1364         (i386_byte_names): New.
1365         (i386_word_names): Likewise.
1366         (i386_byte_regnum_p): Likewise.
1367         (i386_word_regnum_p): Likewise.
1368         (i386_mmx_regnum_p): Updated.
1369         (i386_pseudo_register_name): Make it global.  Handle byte and
1370         word pseudo-registers.
1371         (i386_pseudo_register_read): Likewise.
1372         (i386_pseudo_register_write): Likewise.
1373         (i386_pseudo_register_type): Handle byte, word and dword
1374         pseudo-registers
1375         (i386_register_reggroup_p): Don't include pseudo
1376         registers, except for MXX, in any register groups.  Don't
1377         include pseudo byte, word, dword registers in general_reggroup.
1378         (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
1379         num_dword_regs, al_regnum, ax_regnum and eax_regnum.  Put MMX
1380         pseudo-registers after word pseudo-registers.  Call
1381         set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
1382
1383         * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
1384         al_regnum, num_word_regs, ax_regnum, num_dword_regs and
1385         eax_regnum.
1386         (i386_byte_regnum_p): New.
1387         (i386_word_regnum_p): Likewise.
1388         (i386_dword_regnum_p): Likewise.
1389         (i386_pseudo_register_name): Likewise.
1390         (i386_pseudo_register_read): Likewise.
1391         (i386_pseudo_register_write): Likewise.
1392
1393 2010-03-01  H.J. Lu  <[email protected]>
1394
1395         * target-descriptions.c (tdesc_type): Remove
1396         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
1397         (tdesc_predefined_types): Likewise.
1398         (tdesc_gdb_type): Likewise.  Pass NULL to append_flags_type_flag
1399         if flag name is empty.
1400         (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
1401
1402         * features/i386/32bit-core.xml: Define i386_eflags.
1403         * features/i386/64bit-core.xml: Likewise.
1404
1405         * features/i386/32bit-sse.xml: Define i386_mxcsr.
1406         * features/i386/64bit-sse.xml: Likewise.
1407
1408         * features/i386/amd64-linux.c: Regenerated.
1409         * features/i386/amd64.c: Likewise.
1410         * features/i386/i386-linux.c: Likewise.
1411         * features/i386/i386.c: Likewise.
1412
1413 2010-03-01  Daniel Jacobowitz  <[email protected]>
1414
1415         * gdbtypes.c (append_composite_type_field_raw): New.
1416         (append_composite_type_field_aligned): Use the new function.
1417         * gdbtypes.h (append_composite_type_field_raw): Declare.
1418         * target-descriptions.c (struct tdesc_type_field): Add start and end.
1419         (struct tdesc_type_flag): New type.
1420         (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
1421         kind.  Add size to u.u.  Add u.f for flags.
1422         (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
1423         (tdesc_free_type): Likewise.
1424         (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
1425         (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
1426         (tdesc_add_bitfield, tdesc_add_flag): New.
1427         * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
1428         (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
1429         * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
1430         current_type.  Add current_type_size and current_type_is_flags.
1431         (tdesc_start_union): Clear the new fields.
1432         (tdesc_start_struct, tdesc_start_flags): New.
1433         (tdesc_start_field): Handle struct fields, including bitfields.
1434         (field_attributes): Make type optional.  Add start and end.
1435         (union_children): Rename to struct_union_children.
1436         (union_attributes): Rename to struct_union_attributes.  Add optional
1437         size.
1438         (flags_attributes): New.
1439         (feature_children): Add struct and flags.
1440         * features/gdb-target.dtd: Add flags and struct to features.
1441         Make field type optional.  Add field start and end.
1442
1443 2010-03-01  H.J. Lu  <[email protected]>
1444
1445         * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
1446         (amd64_linux_read_description): Likewise.
1447         (_initialize_amd64_linux_nat): Set to_read_description to
1448         amd64_linux_read_description.
1449
1450         * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
1451         (amd64_linux_register_name): Removed.
1452         (amd64_linux_register_type): Likewise.
1453         (amd64_linux_core_read_description): New.
1454         (amd64_linux_init_abi): Set target description to
1455         tdesc_amd64_linux if needed.  Support orig_rax in target
1456         description.  Don't call set_gdbarch_register_name nor
1457         set_gdbarch_register_type.  Call
1458         set_gdbarch_core_read_description.
1459         (_initialize_amd64_linux_tdep): Call
1460         initialize_tdesc_amd64_linux.
1461
1462         * amd64-linux-tdep.h (tdesc_amd64_linux): New.
1463
1464         * amd64-tdep.c:  Include "features/i386/amd64.c".
1465         (amd64_register_names): Removed.
1466         (amd64_register_name): Likewise.
1467         (amd64_register_type): Likewise.
1468         (amd64_init_abi):  Set num_core_regs and register_names.  Set
1469         target description to tdesc_amd64 if needed.  Don't call 
1470         set_gdbarch_register_name nor set_gdbarch_register_type.
1471         (_initialize_amd64_tdep): New.
1472
1473         * i386-linux-nat.c (i386_linux_read_description): New.
1474         (_initialize_i386_linux_nat): Set to_read_description to
1475         i386_linux_read_description.
1476
1477         * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
1478         (i386_linux_register_name): Removed.
1479         (i386_linux_core_read_description): New.
1480         (i386_linux_read_description): Likewise.
1481         (i386_linux_init_abi): Don't call set_gdbarch_register_name.
1482         Set target description to tdesc_i386_linux if needed.  Support
1483         orig_eax.  Set register_reggroup_p.  Call
1484         set_gdbarch_core_read_description.
1485         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
1486
1487         * i386-linux-tdep.h (tdesc_i386_linux): New.
1488
1489         * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
1490         with I387_NUM_REGS.
1491
1492         * i386-tdep.c: Include "features/i386/i386.c".
1493         (i386_register_names): Make it const.
1494         (i386_mmx_names): Likewise.
1495         (i386_num_register_names): Removed.
1496         (i386_register_name): Likewise.
1497         (i386_eflags_type): Likewise.
1498         (i386_mxcsr_type): Likewise.
1499         (i386_sse_type): Likewise.
1500         (i386_register_type): Likewise.
1501         (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
1502         (i386_pseudo_register_name): New.
1503         (i386_pseudo_register_type): Likewise.
1504         (i386_mmx_type): Make it static.
1505         (i386_gdbarch_init): Check arch.  Replace I386_NUM_FREGS with
1506         I387_NUM_REGS.  Set num_core_regs and register_names.  Don't
1507         call set_gdbarch_register_name nor set_gdbarch_register_type.
1508         Set register_reggroup_p.  Set target description to tdesc_i386
1509         if needed.  Call set_tdesc_pseudo_register_type,
1510         set_tdesc_pseudo_register_name and tdesc_use_registers.
1511         (_initialize_i386_tdep): Call initialize_tdesc_i386.
1512         initialize_tdesc_x86_64.
1513
1514         * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
1515         i386_mxcsr_type and i386_sse_type.  Add num_core_regs,
1516         register_names, tdesc and register_reggroup_p.
1517         (I386_NUM_FREGS): Removed.
1518         (i386_eflags_type): Likewise.
1519         (i386_mxcsr_type): Likewise.
1520         (i386_mmx_type): Likewise.
1521         (i386_sse_type): Likewise.
1522         (i386_register_name): Likewise.
1523         (i386_regnum): Add I386_MXCSR_REGNUM.
1524         (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
1525
1526         * i387-tdep.h (I387_NUM_REGS): New.
1527
1528         * regformats/i386/i386-linux.dat: Generated.
1529         * regformats/i386/i386.dat: Likewise.
1530         * regformats/i386/amd64-linux.dat: Likewise.
1531         * regformats/i386/amd64.dat: Likewise.
1532
1533         * regformats/reg-i386-linux.dat: Removed.
1534         * regformats/reg-i386.dat: Likewise.
1535         * regformats/reg-x86-64-linux.dat: Likewise.
1536         * regformats/reg-x86-64.dat: Likewise.
1537
1538 2010-03-01  Corinna Vinschen  <[email protected]>
1539
1540         * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
1541         cygwin_conv_path API rather than the deprecated
1542         cygwin_conv_to_full_posix_path.
1543         * windows-nat.c:
1544         (GetModuleFileNameExA): Undefine for Cygwin.
1545         (GetModuleFileNameExW): Define for Cygwin.
1546         (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
1547         Call GetModuleFileNameExW and convert path to POSIX using
1548         cygwin_conv_path.
1549         (windows_make_so): Always define p.  Drop unused variable m.
1550         Don't use Win32 functions to check file existance, rather use
1551         access on Cygwin.  Fetch system directory using GetSystemDirectoryW.
1552         Use canonicalize_file_name to get full path.
1553         (get_image_name): Use wcstombs, rather than WideCharToMultiByte
1554         to convert Unicode pathname to multibyte on Cygwin.  Otherwise,
1555         use correct target buffer size in call to WideCharToMultiByte.
1556         (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
1557         (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
1558         (windows_create_inferior): Convert all paths and arguments to wchar_t
1559         and use CreateProcessW on Cygwin.
1560         (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
1561         (bad_GetModuleFileNameExA): Undefine for Cygwin.
1562         (bad_GetModuleFileNameExW): Define for Cygwin.
1563         (_initialize_loadable): Load GetModuleFileNameExW into
1564         dyn_GetModuleFileNameExW on Cygwin.  Don't load ANSI function on Cygwin.
1565
1566 2010-02-28  Phil Muldoon  <[email protected]>
1567
1568         PR python/11036
1569         * python/py-frame.c (frapy_read_var): Add block argument and logic
1570         to cope with user provided blocks.
1571
1572 2010-02-28  Jan Kratochvil  <[email protected]>
1573
1574         * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
1575         New comment.
1576
1577 2010-02-28  Corinna Vinschen  <[email protected]>
1578
1579         * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
1580         (COMMON_OBS): ... to here since it's used unconditionally.
1581         (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
1582         (SFILES): To here.
1583
1584 2010-02-26  David Daney  <[email protected]>
1585
1586         * mips-linux-tdep.c: Update struct sigframe comments.
1587         (SIGFRAME_CODE_OFFSET): Delete macro.
1588         (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
1589         this_frame's sp.
1590         (mips_linux_n32n64_sigframe_init): Same.
1591
1592 2010-02-26  Kevin Buettner  <[email protected]>
1593
1594         * remote-mips.c (mips_load): Don't use pseudo-register when
1595         invalidating regcache.
1596
1597 2010-02-26  Daniel Jacobowitz  <[email protected]>
1598
1599         * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
1600
1601 2010-02-26  Pedro Alves  <[email protected]>
1602
1603         * NEWS: Add "New targets" section, and mention ARM Symbian
1604         support.
1605
1606 2010-02-26  Ulrich Weigand  <[email protected]>
1607
1608         * dwarf2loc.c (struct piece_closure): Remove ARCH member,
1609         add ADDR_SIZE member.
1610         (allocate_piece_closure): Update.
1611         (copy_pieced_value_closure): Likewise.
1612         (dwarf2_evaluate_loc_desc): Likewise.
1613         (read_pieced_value): Use DWARF address size instead of
1614         GDB's gdbarch_addr_bit as size of values on the DWARF stack.
1615
1616 2010-02-26  Phil Muldoon  <[email protected]>
1617             Tom Tromey  <[email protected]>
1618
1619         * python/py-type.c (typy_lookup_typename): Add in block argument.
1620         If provided restrict lookup to specified blocks.
1621         (gdbpy_lookup_type): Likewise.
1622         (typy_lookup_type): Likewise.
1623
1624 2010-02-25  Daniel Jacobowitz  <[email protected]>
1625  
1626         Symbian config
1627
1628         gdb/
1629         * arm-symbian-tdep.c: New.
1630         * configure.tgt (arm*-*-symbianelf*): New target.
1631         (*-*-symbianelf*): New OS.
1632         * osabi.c (gdb_osabi_names): Add Symbian.
1633         * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
1634         * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
1635         (ALLDEPFILES): Add arm-symbian-tdep.c.
1636
1637 2010-02-25  Daniel Jacobowitz  <[email protected]>
1638
1639         * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
1640
1641 2010-02-24  Pedro Alves  <[email protected]>
1642
1643         * mi/mi-main.c (mi_cmd_execute): Fix typo.
1644
1645 2010-02-24  Phil Muldoon  <[email protected]>
1646             Tom Tromey  <[email protected]>
1647             Thiago Jung Bauermann  <[email protected]>
1648
1649         * python/python.c (_initialize_python): Call
1650         gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
1651         gdbpy_initialize_blocks.
1652         * python/python-internal.h: Declare struct symbol, block and
1653         symtab_and_line.  Declare block_object_type and
1654         symbol_object_type
1655         (gdbpy_lookup_symbol gdbpy_block_for_pc)
1656         (symtab_and_line_to_sal_object, symtab_to_symtab_object)
1657         (symbol_to_symbol_object,  block_to_block_object)
1658         (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
1659         (gdbpy_initialize_blocks ): Declare.
1660         * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
1661         (frapy_select): Add methods.
1662         (frapy_read_var): Add symbol branch.
1663         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
1664         py-block.
1665         (SUBDIR_PYTHON_SRCS): Likewise.
1666         (py-symbol.o): New rule.
1667         (py-symtab.o): Likewise.
1668         (py-block.o): Likewise.
1669         * python/py-symbol.c: New file.
1670         * python/py-symtab.c: Likewise.
1671         * python/py-block.c: Likewise.
1672
1673 2010-02-24  Pedro Alves  <[email protected]>
1674
1675         PR gdb/11321
1676
1677         * inferior.h (prepare_for_detach): Declare.
1678         (struct inferior) <detaching>: New field.
1679         * infrun.c (prepare_for_detach): New.
1680         (handle_inferior_event) <random signal>: Don't stop if detaching.
1681         * target.c (target_detach): Call prepare_for_detach.
1682
1683 2010-02-24  Pedro Alves  <[email protected]>
1684
1685         Per-process displaced stepping queue.
1686
1687         * infrun.c (displaced_step_ptid, displaced_step_request_queue)
1688         (displaced_step_gdbarch, displaced_step_closure,
1689         (displaced_step_original, displaced_step_copy): Move globals to
1690         this...
1691         (struct displaced_step_inferior_state): ... new structure.
1692         (displaced_step_inferior_states): New global.
1693         (get_displaced_stepping_state, add_displaced_stepping_state)
1694         (remove_displaced_stepping_state, infrun_inferior_exit): New
1695         functions.
1696         (displaced_step_clear): Add displaced_step_inferior_state
1697         parameter, and adjust to handle it.
1698         (displaced_step_clear_cleanup): Parameter is now a
1699         displaced_step_inferior_state.  Adjust.
1700         (displaced_step_prepare): Adjust.
1701         (displaced_step_fixup, displaced_step_fixup)
1702         (infrun_thread_ptid_changed, resume): Adjust.
1703         (init_wait_for_inferior): Don't call displaced_step_clear.
1704         (infrun_thread_stop_requested): Rewrite.
1705         (_initialize_infrun): Install infrun_inferior_exit as
1706         inferior_exit observer.
1707
1708 2010-02-24  Pedro Alves  <[email protected]>
1709
1710         * inferior.h (ptid_match): Declare.
1711         * infrun.c (ptid_match): New.
1712         * remote.c (queued_stop_reply): Rewrite and use ptid_match.
1713         (handle_notification): Add debug output.
1714         * linux-nat.c (ptid_match): Delete.
1715
1716 2010-02-24  David S. Miller  <[email protected]>
1717
1718         * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
1719         * syscalls/sparc-linux.xml: New.
1720         * syscalls/sparc64-linux.xml: New.
1721         * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
1722         * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
1723         (sparc32_linux_get_syscall_number): New function.
1724         (sparc32_linux_init_abi): Set syscall XML file name and hook up
1725         syscall number fetcher.
1726         * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
1727         (sparc64_linux_get_syscall_number): New function.
1728         (sparc64_linux_init_abi): Set syscall XML file name and hook up
1729         syscall number fetcher.
1730
1731 2010-02-24  Vladimir Prus  <[email protected]>
1732
1733         Multiexec MI
1734
1735         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1736         * inferior.c (add_inferior_silent): Notify inferior_added
1737         observer.
1738         (delete_inferior_1): Notify inferior_removed observer.
1739         (exit_inferior_1): Pass inferior, not pid, to observer.
1740         (inferior_appeared): Likewise.
1741         (add_inferior_with_spaces): New.
1742         (add_inferior_command): Use the above.
1743         * inferior.h (delete_inferior_1, add_inferior_with_spaces):
1744         Declare.
1745
1746         * inflow.c (inflow_inferior_exit): Likewise.
1747         * jit.c (jit_inferior_exit_hook): Likewise.
1748
1749         * mi/mi-cmds.c (mi_cmds): Register add-inferior and
1750         remove-inferior.
1751         * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
1752         * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
1753         (report_initial_inferior): New.
1754         (mi_inferior_removed): Register the above. Make sure
1755         inferior_added observer is called on the first inferior.
1756         (mi_new_thread, mi_thread_exit): Thread group is now identified by
1757         inferior number, not pid.
1758         (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
1759         affected.
1760         * mi/mi-main.c (current_context): New.
1761         (proceed_thread_callback): Use typed closure.
1762         Proceed everything if pid is 0. Most implementation split into
1763         (proceed_thread): ... this.
1764         (run_one_inferior): New.
1765         (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
1766         Adjust for multiexec behaviour.
1767         (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
1768         (mi_cmd_execute): Handle the 'thread-group' option here.
1769         Do some extra checks.
1770         * mi-parse.c (mi_parse): Handle the --all and --thread-group
1771         options.
1772         * mi-parse.h (struct mi_parse): New fields all and thread_group.
1773
1774 2010-02-24  Vladimir Prus  <[email protected]>
1775
1776         Make -exec-run a proper MI commands.
1777
1778         * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
1779         * mi/mi-cmds.c (mi_cmds): Adjust.
1780         * mi/mi-main.c (mi_cmd_exec_run): New.
1781
1782 2010-02-24  Pedro Alves  <[email protected]>
1783             Stan Shebs  <[email protected]>
1784
1785         * tracepoint.h (set_traceframe_number)
1786         (cleanup_restore_current_traceframe): Declare.
1787         * tracepoint.c (set_traceframe_number): New.
1788         (struct current_traceframe_cleanup): New.
1789         (do_restore_current_traceframe_cleanup)
1790         (restore_current_traceframe_cleanup_dtor)
1791         (make_cleanup_restore_current_traceframe): New.
1792         * infrun.c: Include tracepoint.h.
1793         (fetch_inferior_event): Switch out and in of tfind mode.
1794
1795 2010-02-24  Pedro Alves  <[email protected]>
1796
1797         * breakpoint.c (breakpoint_init_inferior): Also delete
1798         bp_shlib_event breakpoints.
1799         * solib-frv.c (enable_break): Remove call to
1800         remove_solib_event_breakpoints.
1801         * solib-svr4.c (enable_break): Ditto.
1802         * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
1803         * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
1804         * solib-som.c (som_solib_create_inferior_hook): Ditto.
1805         * solib-spu.c (spu_enable_break): Ditto.
1806
1807 2010-02-23  Harald Koenig  <[email protected]>
1808
1809         * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
1810
1811 2010-02-23  Harald Koenig  <[email protected]>
1812
1813         * varobj.c (varobj_update): Avoid non-constants in initializers.
1814
1815 2010-02-23  Tom Tromey  <[email protected]>
1816
1817         * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
1818         handle big-endian values.
1819         (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
1820
1821 2010-02-22  Pedro Alves  <[email protected]>
1822
1823         PR9605
1824
1825         gdb/
1826         * breakpoint.c (insert_bp_location): If inserting the read
1827         watchpoint failed, fallback to an access watchpoint.
1828         (bpstat_check_watchpoint): Stop for read watchpoint triggers even
1829         if the value changed, if not watching the same memory for writes.
1830         (watchpoint_locations_match): Add comment.
1831         (update_global_location_list): Copy the location's watchpoint type.
1832         * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
1833         handle read watchpoints here.
1834         (i386_insert_watchpoint): Read watchpoints aren't supported.
1835         * remote.c (remote_insert_watchpoint): Return 1 for unsupported
1836         packets.
1837         * target.h (target_insert_watchpoint): Update description.
1838
1839 2010-02-19  Tom Tromey  <[email protected]>
1840
1841         * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
1842         * m2-typeprint.c (m2_print_type): Update.
1843         * gdbtypes.c (recursive_dump_type): Update.
1844         (copy_type_recursive): Update.
1845         * c-typeprint.c (c_type_print_varspec_prefix): Update.
1846         (c_type_print_base): Update.
1847         * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
1848         Remove.
1849         (struct cplus_struct_type) <ntemplate_args>: Remove.
1850         <struct template_arg>: Remove.
1851         <is_dynamic>: Move earlier.
1852         (TYPE_TEMPLATE_ARGS): Remove.
1853         (TYPE_NTEMPLATE_ARGS): Remove.
1854         (TYPE_TEMPLATE_ARG): Remove.
1855
1856 2010-02-19  Tom Tromey  <[email protected]>
1857
1858         PR c++/8693, PR c++/9496:
1859         * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
1860         * c-exp.y (lex_one_token): Rename from yylex.  Don't call
1861         write_dollar_variable.  Don't try to classify NAME tokens.
1862         (token_and_value): New type.
1863         (token_fifo, popping, name_obstack): New globals.
1864         (classify_name): New function.
1865         (classify_inner_name): Likewise.
1866         (yylex): Likewise.
1867         (VARIABLE): Now has type sval.
1868         (exp : VARIABLE): Call write_dollar_variable.
1869         (qualified_name): Use TYPENAME, not typebase.  Add production for
1870         multiple "::" instances.
1871         (variable): Use name_not_typename.
1872         (qualified_type): Remove.
1873         (typebase): Update.
1874
1875 2010-02-19  Jan Kratochvil  <[email protected]>
1876
1877         * symfile.c (addr_info_make_relative): Extend comment.  Move SECT to
1878         a more inner block.  Initialize ADDR by LOWER_OFFSET only if it was
1879         found by bfd_get_section_by_name.
1880         * symfile.h (struct section_addr_info) <sectindex>: New comment.
1881
1882 2010-02-19  Joel Brobecker  <[email protected]>
1883
1884         * NEWS: Add new "[...] since 7.1" section.  Rename the "[...] since
1885         7.0 section" into "Changes in 7.1".
1886
1887 2010-02-19  Joel Brobecker  <[email protected]>
1888
1889         GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
1890         * version.in: Bump version to 7.1.50.20100219-cvs.
1891
1892 2010-02-18  Harald Koenig  <[email protected]>
1893
1894         * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
1895         * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
1896
1897 2010-02-17  Tom Tromey  <[email protected]>
1898
1899         * NEWS: Add Python API Improvements section.
1900
1901 2010-02-18  Daniel Jacobowitz  <[email protected]>
1902
1903         * NEWS: Correct typo.
1904
1905 2010-02-17  Tom Tromey  <[email protected]>
1906
1907         * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
1908
1909 2010-02-17  Jan Kratochvil  <[email protected]>
1910
1911         * symfile.c (build_section_addr_info_from_objfile): Include sections
1912         only if they are SEC_ALLOC or SEC_LOAD.
1913
1914 2010-02-17  H.J. Lu  <[email protected]>
1915
1916         PR shlibs/11293
1917         * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
1918         of ULONGEST for address size.
1919
1920 2010-02-17  Tom Tromey  <[email protected]>
1921
1922         * NEWS: Add C++ improvements section.
1923
1924 2010-02-17  Ulrich Weigand  <[email protected]>
1925
1926         * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
1927         PyThreadState_Swap): Avoid "statement with no effect" warning.
1928
1929 2010-02-17  Jan Kratochvil  <[email protected]>
1930
1931         * solib-svr4.c (enable_break <target_auxv_search>): New variable
1932         addr_bit.  Adjust LOAD_ADDR sign for cross-arch inferiors.
1933
1934 2010-02-17  Tristan Gingold  <[email protected]>
1935             Petr Hluzín <[email protected]>
1936
1937         * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
1938         gdb_assert.  Fix info->size for SIG prologue.
1939
1940 2010-02-16  Daniel Jacobowitz  <[email protected]>
1941
1942         * infcmd.c (show_inferior_tty_command): Check for NULL.
1943         Correct output message.
1944
1945 2010-02-16  Daniel Jacobowitz  <[email protected]>
1946
1947         * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
1948         FUNCTION contains parentheses.  Improve removal of a trailing
1949         single quote.
1950
1951 2010-02-16  Daniel Jacobowitz  <[email protected]>
1952
1953         * gcore.c (do_bfd_delete_cleanup): New function.
1954         (gcore_command): Use it.  Discard the cleanup after success.
1955         (gcore_copy_callback): Delete dead code.
1956
1957 2010-02-16  Daniel Jacobowitz  <[email protected]>
1958
1959         * symfile.c (addr_info_make_relative): Always use
1960         find_lowest_section.
1961
1962 2010-02-16  Sami Wagiaalla <[email protected]>
1963
1964         * NEWS: Added entry for namespace fixes.
1965
1966 2010-02-15  Tom Tromey  <[email protected]>
1967
1968         * dwarf2read.c (guess_structure_name): Allocate name on the
1969         objfile obstack.
1970
1971 2010-02-15  Tom Tromey  <[email protected]>
1972
1973         * c-typeprint.c (c_type_print_base): Reverse order of test.
1974
1975 2010-02-15  Jan Kratochvil  <[email protected]>
1976
1977         * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize.  Optionally
1978         initialize it from ELF BFD.  Extend the prelink condition by it.
1979
1980 2010-02-15  Jan Kratochvil  <[email protected]>
1981
1982         * defs.h (parse_pid_to_attach): New.
1983         * utils.c (parse_pid_to_attach): New.
1984         * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
1985         * gnu-nat.c (gnu_attach): Likewise.
1986         * nto-procfs.c (procfs_attach): Likewise.
1987         * procfs.c (procfs_attach): Likewise.
1988         * windows-nat.c (windows_attach): Likewise.
1989         * inf-ptrace.c (inf_ptrace_attach): Likewise.  Remove variable dummy.
1990         * inf-ttrace.c (inf_ttrace_attach): Likewise.
1991         * remote.c (extended_remote_attach_1): Likewise.  New comment on getpid
1992         check.
1993
1994 2010-02-14  Masaki Muranaka  <[email protected]>
1995
1996         * MAINTAINERS: Add myself for write after approval privileges.
1997
1998 2010-02-13  Jan Kratochvil  <[email protected]>
1999
2000         * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
2001         block.
2002
2003 2010-02-13  Jan Kratochvil  <[email protected]>
2004
2005         * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
2006         only if INFO_VERBOSE.
2007
2008 2010-02-12  Tomas Holmberg <[email protected]>
2009
2010         * mi/mi-main.c: Added the --reverse flag to the following MI
2011         commands: exec-continue, exec-finish, exec-next, exec-step,
2012         exec-next-instruction, exec-step-instruction. This is to
2013         support reverse execution over the MI interface to gdb.
2014
2015 2010-02-12  Pedro Alves  <[email protected]>
2016
2017         * tracepoint.c (_initialize_tracepoint): Specify that the address
2018         range of `tfind outsize' is exclusive, and that the address range
2019         of `tfind range' is inclusive, in the commands' help strings.
2020
2021 2010-02-12  Joel Brobecker  <[email protected]>
2022
2023         Spurious "dll not found" error messages on x64-windows.
2024         * windows-nat.c: Add include of complaints.h.
2025         (handle_unload_dll): Change dll-not-found error into a complaint.
2026
2027 2010-02-12  Pedro Alves  <[email protected]>
2028
2029         * breakpoint.c (allocate_bp_location): Use bp_loc_other for
2030         bp_tracepoint and bp_fast_tracepoint, not
2031         bp_loc_software_breakpoint.
2032         (update_global_location_list): Tracepoints are never duplicates of
2033         anything.
2034
2035 2010-02-12  Pedro Alves  <[email protected]>
2036
2037         * breakpoint.c (break_command_really): Change return type to int.
2038         Return false if no breakpoint was created, true otherwise.
2039         (trace_command): Don't set the tracepoint count if no tracepoint
2040         was created.
2041         (ftrace_command): Ditto.
2042         (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
2043         created in the breakpoints table.
2044
2045 2010-02-11  Jan Kratochvil  <[email protected]>
2046             Ulrich Weigand  <[email protected]>
2047
2048         * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
2049
2050 2010-02-11  Pedro Alves  <[email protected]>
2051
2052         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
2053         the offset value isn't of integral type.
2054
2055 2010-02-11  Jan Kratochvil  <[email protected]>
2056
2057         * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
2058         New.
2059
2060 2010-02-11  Pedro Alves  <[email protected]>
2061
2062         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
2063         non-subscriptable types.
2064         * valarith.c (binop_types_user_defined_p): New, abstracted out
2065         from ...
2066         (binop_user_defined_p): ... this.
2067         * value.h (binop_types_user_defined_p): Declare.
2068
2069 2010-02-11  Pedro Alves  <[email protected]>
2070
2071         * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
2072         Merge uploaded TSVs before merging uploaded tracepoints.
2073
2074 2010-02-11  Pedro Alves  <[email protected]>
2075
2076         * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
2077
2078 2010-02-11  Vladimir Prus  <[email protected]>
2079
2080         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
2081         whitespace character after a dot in comment.
2082         (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
2083         Likewise.
2084         (list_args_or_locals): For the 'all' (that is
2085         -stack-list-variables) case, always output list of tuples.
2086         Output 'arg' field if variable is argument.
2087
2088 2010-02-10  Tom Tromey  <[email protected]>
2089
2090         * parser-defs.h (parser_debug): Declare.
2091         * parse.c (_initialize_parse): Install "debug parser" set/show
2092         command.
2093         (parser_debug): New global.
2094         (show_parserdebug): New function.
2095         * c-exp.y (c_parse): Set yydebug.
2096
2097 2010-02-10  H.J. Lu  <[email protected]>
2098
2099         * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
2100         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
2101         (tdesc_predefined_types): Add i387_ext, i386_eflags and
2102         i386_mxcsr.
2103         (tdesc_find_type): New.
2104         (tdesc_gdb_type): Use tdesc_find_type.  Handle TDESC_TYPE_I387_EXT,
2105         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
2106
2107         * target-descriptions.h (tdesc_find_type): New.
2108
2109 2010-02-10  Michael Snyder  <[email protected]>
2110
2111         * gdb-gdb.py: Comment fix.
2112
2113 2010-02-09  Tristan Gingold  <[email protected]>
2114
2115         * machoread.c (macho_symfile_relocate): New function.
2116         (macho_sym_fns): Use macho_symfile_relocate instead of
2117         default_symfile_relocate.
2118         (macho_oso_data): New type.
2119         (current_oso): New variable.
2120         (macho_add_oso_symfile): Do not compute section_addr_info, but
2121         instead set vma of sections.
2122         Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
2123         Set and clear current_oso.
2124
2125 2010-02-09  Joel Brobecker  <[email protected]>
2126
2127         Wrong type description for tagged type parameter.
2128         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
2129         EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
2130         reference to a tagged type.
2131
2132 2010-02-09  Tristan Gingold  <[email protected]>
2133
2134         * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
2135         brothers of the parent.
2136
2137 2010-02-08  Tom Tromey  <[email protected]>
2138
2139         PR c++/8017:
2140         * value.h: Update.
2141         * valops.c (search_struct_field): Make 'name' const.
2142         (search_struct_method): Likewise.
2143         (find_method_list): Make 'method' const.
2144         (value_struct_elt): Make 'name' and 'err' const.
2145         (value_find_oload_method_list): Make 'method' const.
2146         (find_overload_match): Make 'name' const.
2147         * eval.c (evaluate_subexp_standard): New locals function,
2148         function_name.
2149         <OP_FUNCALL>: Handle OP_SCOPE specially.
2150
2151 2010-02-08  Ulrich Weigand  <[email protected]>
2152
2153         * infrun.c (handle_inferior_event): Do not look up regcache
2154         for exited processes.
2155
2156 Mon Feb  8 13:17:10 2010  Chris Moller  <[email protected]>
2157
2158         PR gdb/10728
2159         * valarith.c (value_ptrdiff): Added a test for a zero type length,
2160         warn if found, and assume length = 1. 
2161
2162 2010-02-08  Chris Moller  <[email protected]>
2163
2164         PR gdb/9067
2165         * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
2166         cp_print_static_field)  Fix use of obstacks.
2167         
2168 2010-02-08  Pedro Alves  <[email protected]>
2169
2170         * linux-nat.c (linux_nat_resume): In non-stop, also only tag
2171         resumed LWPs as resumed.
2172         (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
2173         we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
2174         of throwing an internal error.  If an LWP of a process we're not
2175         waiting for reports a signal, don't force collecting a SIGSTOP,
2176         and if it was breakpoint hit in non-stop mode, cancel it.  Don't
2177         go through all LWPs cancelling breakpoints in non-stop mode.
2178         (resume_stopped_resumed_lwps): New.
2179         (linux_nat_wait): Use it.
2180
2181 2010-02-07  H.J. Lu  <[email protected]>
2182
2183         * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
2184         i386/amd64 and i386/amd64-linux.
2185         (i386/i386-expedite): New.
2186         (i386/i386-linux-expedite): Likewise.
2187         (i386/amd64-expedite):Likewise.
2188         (i386/amd64-linux-expedite): Likewise.
2189         ($(outdir)/i386/i386-linux.dat): Likewise.
2190         ($(outdir)/i386/amd64.dat): Likewise.
2191         ($(outdir)/i386/amd64-linux.dat): Likewise.
2192
2193         * features/i386/32bit-core.xml: New.
2194         * features/i386/32bit-linux.xml: Likewise.
2195         * features/i386/32bit-sse.xml: Likewise.
2196         * features/i386/64bit-core.xml: Likewise.
2197         * features/i386/64bit-linux.xml: Likewise.
2198         * features/i386/64bit-sse.xml: Likewise.
2199         * features/i386/i386-linux.xml: Likewise.
2200         * features/i386/i386.xml: Likewise.
2201         * features/i386/amd64-linux.xml: Likewise.
2202         * features/i386/amd64.xml: Likewise.
2203         * features/i386/i386-linux.c: Likewise.
2204         * features/i386/i386.c: Likewise.
2205         * features/i386/amd64-linux.c: Likewise.
2206         * features/i386/amd64.c: Likewise.
2207
2208 2010-02-05  Sami Wagiaalla  <[email protected]>
2209
2210         PR c++/7935:
2211         * cp-support.h: Added char* alias element to using_direct data
2212         struct.
2213         (cp_add_using): Added char* alias argument.
2214         (cp_add_using_directive): Ditto.
2215         * cp-namespace.c: Updated with the above changes.
2216         (cp_lookup_symbol_imports): Check for aliases.
2217         * dwarf2read.c (read_import_statement): Figure out local alias
2218         for the import and pass it on to cp_add_using.
2219         (read_namespace): Pass alias argument to cp_add_using.
2220
2221 2010-02-05  Hui Zhu  <[email protected]>
2222
2223         * defs.h (gdb_bfd_errmsg): New extern.
2224         * exec.c (exec_file_attach): Change bfd_errmsg to
2225         gdb_bfd_errmsg.
2226         * utils.c (AMBIGUOUS_MESS1): New macro.
2227         (AMBIGUOUS_MESS2): New macro.
2228         (gdb_bfd_errmsg): New function.
2229
2230 2010-02-04  Doug Evans  <[email protected]>
2231
2232         * solib-svr4.c (enable_break): Add comment.
2233
2234 2010-02-04  Anthony Green  <[email protected]>
2235
2236         * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
2237         gracefully.
2238
2239 2010-02-04  Tom Tromey  <[email protected]>
2240
2241         * valops.c (search_struct_field): Account for
2242         value_embedded_offset.  Fix check for virtual base past the end of
2243         the object.  Use value_copy when making a slice of the value.
2244
2245 2010-02-04  H.J. Lu  <[email protected]>
2246
2247         PR tui/9622
2248         * tui/tui-interp.c (tui_init): Call tui_initialize_readline
2249         only if gdb_stdout is a tty.
2250
2251 2010-02-04  H.J. Lu  <[email protected]>
2252
2253         * target-descriptions.c: Include "osabi.h".
2254         (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
2255         OSABI.
2256
2257 2010-02-04  Tristan Gingold  <[email protected]>
2258
2259         * machoread.c (macho_add_oso): Renamed to macho_register_oso.
2260         (macho_symtab_read): Adjust calls to macho_add_oso.
2261         (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
2262         (macho_symfile_read): Adjust call to macho_oso_symfile.
2263         (macho_new_init): Move this function after declarations.
2264         (macho_symfile_init): Ditto.
2265         * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
2266         * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
2267
2268 2010-02-04  Vladimir Prus  <[email protected]>
2269
2270         Include MI command in remotelog.
2271
2272         * mi/mi-main.c (mi_execute_command): Call target_log_command.
2273
2274 2010-02-03  H.J. Lu  <[email protected]>
2275
2276         * remote.c (remote_state): Remove gdbarch.
2277         (init_remote_state): Don't set gdbarch.
2278         (remote_query_supported): Pass target_gdbarch instead of
2279         rs->gdbarch to gdbarch_qsupported.
2280
2281 2010-02-03  H.J. Lu  <[email protected]>
2282
2283         * gdbarch.sh: Add qsupported.
2284
2285         * gdbarch.c: Regenerated.
2286         * gdbarch.h: Likewise.
2287
2288         * remote.c (remote_state): Add gdbarch.
2289         (init_remote_state): Set gdbarch.
2290         (remote_query_supported): Support gdbarch_qsupported.
2291
2292 2010-02-03  Daniel Jacobowitz  <[email protected]>
2293
2294         * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
2295         __FreeBSD_kernel_version.
2296
2297 2010-02-03  Tristan Gingold  <[email protected]>
2298
2299         * symfile.h (struct sym_fns): Add sym_relocate field.
2300         (default_symfile_relocate): New prototype.
2301         (symfile_relocate_debug_section): First argument is now an objfile.
2302         * symfile.c (default_symfile_relocate): Rename from
2303         symfile_relocate_debug_section, first argument is now an objfile.
2304         (symfile_relocate_debug_section): New function.
2305         * coffread.c (coff_sym_fns): Set sym_relocate field.
2306         * somread.c (som_sym_fns): Ditto.
2307         * mipsread.c (ecoff_sym_fns): Ditto.
2308         * machoread.c (macho_sym_fns): Ditto.
2309         * elfread.c (elf_sym_fns): Ditto.
2310         * dwarf2read.c (dwarf2_read_section): Ditto.
2311         * xcoffread.c (xcoff_sym_fns): Ditto.
2312         * dbxread.c (aout_sym_fns): Ditto.
2313         (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
2314         (elfstab_build_psymtabs): Ditto.
2315
2316 2010-02-03  H.J. Lu  <[email protected]>
2317
2318         * defs.h (MAX_REGISTER_SIZE): Increase to 32.
2319
2320 2010-02-02  Tom Tromey  <[email protected]>
2321
2322         * valops.c (value_cast_structs): Try downcasting using the RTTI
2323         type.
2324
2325 2010-02-02  Tom Tromey  <[email protected]>
2326
2327         * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
2328         (gnuv2_baseclass_offset): Now static.
2329         * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
2330         * gnu-v2-abi.h: Remove.
2331
2332 2010-02-02  Tom Tromey  <[email protected]>
2333
2334         * m2-typeprint.c (m2_record_fields): Don't use
2335         TYPE_DECLARED_TYPE.
2336         * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
2337         (struct main_type) <flag_declared_class>: New field.
2338         (struct cplus_struct_type) <declared_type>: Remove.
2339         <ntemplate_args>: Move earlier.
2340         (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
2341         (DECLARED_TYPE_TEMPLATE): Remove.
2342         (TYPE_DECLARED_TYPE): Remove.
2343         * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
2344         * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
2345         * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
2346         TYPE_DECLARED_TYPE.
2347
2348 2010-02-02  Tom Tromey  <[email protected]>
2349
2350         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
2351         * valops.c (search_struct_field): Compute nbases after calling
2352         CHECK_TYPEDEF.
2353         (check_field): Call CHECK_TYPEDEF.
2354         * cp-valprint.c (cp_print_value): Pass correct address to
2355         baseclass_offset.  Fix check for virtual base past the end of the
2356         object.  Don't offset address passed to cp_print_value_fields or
2357         apply_val_pretty_printer.
2358         (cp_print_value_fields): Fix call to val_print.
2359         (cp_print_value_fields_rtti): New function.
2360         * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
2361         * p-valprint.c (pascal_object_print_value_fields): Fix call to
2362         val_print.
2363         * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
2364         offset to address.
2365         * language.h (struct language_defn) <la_val_print>: Document.
2366         * c-lang.h (cp_print_value_fields_rtti): Declare.
2367
2368 2010-02-01  Jan Kratochvil  <[email protected]>
2369
2370         PR libc/11214:
2371         * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
2372         (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
2373         (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
2374
2375 2010-02-01  Michael Matz  <[email protected]>
2376             Daniel Jacobowitz  <[email protected]>
2377
2378         * i386-tdep.c (i386_frame_cache): Assume valid anonymous
2379         functions use a frame pointer.
2380
2381 2010-02-01  Jan Kratochvil  <[email protected]>
2382
2383         * solib-svr4.c (scan_dyntag): New variable dyn_addr.  Replace gdb_assert
2384         by a conditional setting DYN_ADDR.  Use DYN_ADDR.
2385         * config/djgpp/fnchange.lst: Add translations for
2386         symbol-without-target_section.exp and symbol-without-target_section.c.
2387
2388 2010-02-01  Daniel Jacobowitz  <[email protected]>
2389
2390         * gdbarch.sh: Set LANG and LC_ALL to C, not c.
2391         (remote_breakpoint_for_pc): Correct invalid_p check.
2392         * gdbarch.c: Regenerated.
2393
2394 2010-02-01  Daniel Jacobowitz  <[email protected]>
2395
2396         * arm-tdep.c (arm_find_mapping_symbol): New function, from
2397         arm_pc_is_thumb.
2398         (arm_pc_is_thumb): Use arm_find_mapping_symbol.
2399         (extend_buffer_earlier): New function.
2400         (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
2401         (arm_adjust_breakpoint_address): New function.
2402         (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
2403
2404 2010-02-01  Daniel Jacobowitz  <[email protected]>
2405
2406         * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
2407         (arm_linux_thumb2_le_breakpoint): New constants.
2408         (arm_linux_init_abi): Set thumb2_breakpoint and
2409         thumb2_breakpoint_size.
2410         * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
2411         (thumb_get_next_pc): Add a comment.  Rename IT to ITSTATE.
2412         Implement support for single stepping through IT blocks if
2413         a 32-bit Thumb breakpoint instruction is available.
2414         (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
2415         is available, use it when needed.
2416         (arm_remote_breakpoint_from_pc): New function.
2417         (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
2418         * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
2419         comment.  Add thumb2_breakpoint and thumb2_breakpoint_size.
2420
2421 2010-02-01  Daniel Jacobowitz  <[email protected]>
2422
2423         * arch-utils.c (default_remote_breakpoint_from_pc): New function.
2424         * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
2425         * gdbarch.c, gdbarch.h: Regenerated.
2426         * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
2427         * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
2428         gdbarch_remote_breakpoint_from_pc.
2429
2430 2010-01-29  Daniel Jacobowitz  <[email protected]>
2431
2432         * infrun.c (prepare_to_proceed): Handle other signals which might
2433         match a breakpoint.
2434         (handle_inferior_event): Move the check for unusual breakpoint
2435         signals earlier.
2436
2437 2010-01-29  Paul Hilfinger  <[email protected]>
2438
2439         amd64 - function returning record with field straddling 2 registers.
2440         * amd64-tdep.c (amd_classify_aggregate): Handle the case of
2441         a record of length <= 16 in which a field straddles the two
2442         eightbytes.
2443
2444 2010-01-29  Joel Brobecker  <[email protected]>
2445
2446         Implement return values on amd64-windows.
2447         * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
2448         (amd64_windows_return_value): New function.
2449         (amd64_windows_init_abi): Call set_gdbarch_return_value with
2450         amd64_windows_return_value.
2451
2452 2010-01-29  Joel Brobecker  <[email protected]>
2453
2454         amd64-windows: 32 bytes allocated on stack by caller for integer
2455         parameter registers.
2456         * i386-tdep.h (struct gdbarch_tdep): Add new field
2457         integer_param_regs_saved_in_caller_frame.
2458         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
2459         tdep->integer_param_regs_saved_in_caller_frame to 1.
2460         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2461         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2462
2463 2010-01-29  Joel Brobecker  <[email protected]>
2464
2465         amd64-windows: memory args passed by pointer during function calls.
2466         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2467         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2468         where tdep->memory_args_by_pointer is non-zero.
2469         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
2470         tdep->memory_args_by_pointer to 1.
2471
2472 2010-01-29  Joel Brobecker  <[email protected]>
2473
2474         amd64-windows: Integer parameters in function calls.
2475         * i386-tdep.h (enum amd64_reg_class): New, moved here from
2476         amd64-tdep.c.
2477         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2478         call_dummy_integer_regs, and classify.
2479         * amd64-tdep.h (amd64_classify): Add declaration.
2480         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2481         (amd64_reg_class): Delete, moved to i386-tdep.h.
2482         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
2483         Replace call to amd64_classify by call to tdep->classify.
2484         (amd64_push_arguments): Get the list of registers to use for
2485         passing integer parameters from the gdbarch tdep structure,
2486         rather than using a hardcoded one.  Replace calls to amd64_classify
2487         by calls to tdep->classify.
2488         (amd64_push_dummy_call): Get the register number used for
2489         the "hidden" argument from tdep->call_dummy_integer_regs.
2490         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2491         and tdep->call_dummy_integer_regs.  Set tdep->classify.
2492         * amd64-windows-tdep.c: Add include of gdbtypes.h.
2493         (amd64_windows_dummy_call_integer_regs): New static global.
2494         (amd64_windows_classify): New function.
2495         (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
2496         tdep->call_dummy_integer_regs and tdep->classify.
2497
2498 2010-01-28  Daniel Jacobowitz  <[email protected]>
2499
2500         * regcache.c (regcache_xmalloc): Add aspace argument.  Use it
2501         for the new regcache.  All callers updated.
2502         (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
2503         (get_thread_arch_regcache): Do not set aspace here.
2504         * regcache.h (regcache_xmalloc): Update declaration.
2505
2506         * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
2507         regcache_xmalloc updated.
2508
2509 2010-01-28  Joel Brobecker  <[email protected]>
2510
2511         Another -Wunused-function error in procfs.c (sparc-solaris)
2512         * procfs.c (insert_dbx_link_breakpoint): Delete declaration.  Move up.
2513         Only define if SYS_syssgi is defined.
2514         (remove_dbx_link_breakpoint): Delete declaration.  Move up.
2515         (dbx_link_addr, insert_dbx_link_bpt_in_file)
2516         (insert_dbx_link_bpt_in_region): Move up.  Only define if SYS_syssgi
2517         is itself defined.
2518
2519 2010-01-27  Christopher Faylor  <[email protected]>
2520
2521         * windows-nat.c (windows_initialization_done): New variable.
2522         (get_windows_debug_event): Issue error when process dies before
2523         completely initializing.
2524         (do_initial_windows_stuff): Set flag to indicate when we are done with
2525         the initial steps of attaching to the child.
2526
2527 2010-01-27  Jan Kratochvil  <[email protected]>
2528
2529         * symtab.h (struct symbol <symtab>): New comment on NULL values.
2530
2531 2010-01-27  Doug Evans  <[email protected]>
2532
2533         * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
2534
2535         * breakpoint.c (bpstat_stop_status): Delete useless code.
2536
2537 2010-01-27  Jan Kratochvil  <[email protected]>
2538
2539         * printcmd.c (display_uses_solib_p): Remove variable section.  Access
2540         objfile via SYMBOL_SYMTAB.
2541
2542 2010-01-26  Tom Tromey  <[email protected]>
2543
2544         PR exp/7643:
2545         * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
2546         coerce_array on result.
2547
2548 2010-01-26  Sami Wagiaalla  <[email protected]>
2549
2550         * cp-namespace.c (cp_lookup_symbol_namespace): Added
2551         search_parent argument.
2552         (cp_add_using): Initialize 'searched' field.
2553         (reset_directive_searched): New function.
2554         * cp-support.h: Add 'searched' field to using_direct struct.
2555         (cp_lookup_symbol_imports): Ditto.
2556         * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
2557         Perform recursive search.
2558         Implement non parent search.
2559         * valops.c (value_maybe_namespace_elt): Updated.
2560
2561 2010-01-26  Sami Wagiaalla  <[email protected]>
2562
2563         PR gdb/10929:
2564         * dwarf2read.c (read_lexical_block_scope): Create blocks for
2565         scopes which contain using directives even if they contain no
2566         declarations.
2567         * symtab.c (lookup_symbol_aux): Pass lowest level block to
2568         la_lookup_symbol_nonlocal.
2569         * cp-namespace.c (cp_lookup_symbol_nonlocal): call
2570         cp_lookup_symbol_namespace.
2571         (cp_lookup_symbol_namespace): Perform an import lookup at every
2572         block level.
2573         (cp_lookup_symbol_imports): New function.
2574         (cp_lookup_symbol_in_namespace): New function.
2575
2576 2010-01-25  Tom Tromey  <[email protected]>
2577
2578         PR gdb/11049:
2579         * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
2580         result.
2581
2582 2010-01-25  Rainer Orth  <[email protected]>
2583
2584         * configure.ac: Only use host_os part when disabling TUI on osf.
2585         Use test to check variables, prefix strings with x.
2586         * configure: Regenerate.
2587
2588         * solib-osf.c (osf_current_sos): Initialize tail.
2589
2590 2010-01-25  gingold  <[email protected]>
2591
2592         * windows-nat.c (windows_continue): Use %x to print thread id.
2593         (get_windows_debug_event): Ditto.
2594
2595 2010-01-22  Tom Tromey  <[email protected]>
2596
2597         PR symtab/11199:
2598         * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
2599         type and arguments.  Use smash_to_methodptr_type.
2600         (read_structure_type): Call quirk_gcc_member_function_pointer
2601         later.
2602         * gdbtypes.h (smash_to_methodptr_type): Declare.
2603         * gdbtypes.c (smash_to_methodptr_type): New function.
2604         (lookup_methodptr_type): Use it.
2605
2606 2010-01-21  Tom Tromey  <[email protected]>
2607
2608         PR symtab/11198:
2609         * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
2610         * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
2611         * glibc-tdep.c (find_minsym_and_objfile): Remove.
2612         (glibc_skip_solib_resolver): Use
2613         lookup_minimal_symbol_and_objfile.
2614
2615 2010-01-21  Kai Tietz  <[email protected]>
2616
2617         * inflow.c (check_syscall): Guard by #if clause for GO32 and
2618         WIN32 targets.
2619
2620 2010-01-20  Tom Tromey  <[email protected]>
2621
2622         PR backtrace/10770:
2623         * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
2624         BINOP_GEQ.  Handle BINOP_NOTEQUAL in the signed case.
2625         * dwarf2expr.c (new_dwarf_expr_context): Allocate
2626         dwarf_stack_values, not CORE_ADDRs.
2627         (execute_stack_op): Change DW_OP_div and comparison operators to
2628         use signed operands.
2629
2630 2010-01-20  Vladimir Prus  <[email protected]>
2631
2632         Per-inferior args and tty and environment.
2633
2634         * infcmd.c (inferior_args): Rename to ...
2635         (inferior_args_scratch): ... this.
2636         (inferior_io_terminal): Rename to ...
2637         (inferior_io_terminal_scratch): ... this.
2638         (inferior_argc, inferior_argv): Remove.
2639         (set_inferior_io_terminal, get_inferior_io_terminal): Store
2640         inside current_inferior().
2641         (set_inferior_tty_command, show_inferior_tty_command): New.
2642         (get_inferior_args, set_inferior_args): Store inside
2643         current_inferior().
2644         (notice_args_set): Likewise and rename to...
2645         (set_args_command): ... this.
2646         (set_inferior_args_vector): Likewise.
2647         (notice_args_read): Rename to...
2648         (show_args_command): ...new.
2649         (tty_command): Remove.
2650         (run_command_1): Don't free old args, as they are freed by
2651         set_inferior_arg now.
2652         (run_no_args_command): Likewise.
2653         (inferior_environ): Remove.
2654         (run_command_1): Use environment of the current inferior.
2655         (environment_info, set_environment_command)
2656         (unset_environment_command, path_info, path_command): Likewise.
2657         (_initialize_infcmd): Adjust for function and variable renames.
2658         Do not init inferior_environ.
2659         * inferior.h (set_inferior_arg): Adjust prototype.
2660         (struct inferior): New fields args, argc, argv, terminal, environment.
2661         (inferior_environ): Remove declaration.
2662         * inferior.c (free_inferior): Free new fields.
2663         (add_inferior_silent): Initialize 'environment' field.
2664         * main.c (captured_main): Set arguments only after the initial
2665         inferior has been created.  Set set_inferior_io_terminal,
2666         not tty_command.
2667         * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
2668         inferior.
2669         (_initialize_mi_cmd_env): Adjust for disappearance of global
2670         inferior_environ.
2671         * solib.c (solib_find): Use environment of the current inferior.
2672
2673 2010-01-20  Jan Kratochvil  <[email protected]>
2674
2675         * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
2676         HAVE_PYTHON.
2677         (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
2678
2679 2010-01-20  Joel Brobecker  <[email protected]>
2680
2681         Get rid of ada-lang.c:function_name_from_pc.
2682         * ada-lang.c: Add "stack.h" #include.
2683         (function_name_from_pc): Delete.
2684         (is_known_support_routine): Replace call to function_name_from_pc
2685         by call to find_frame_funname.
2686         (ada_unhandled_exception_name_addr_from_raise): Likewise.
2687
2688 2010-01-19  Tom Tromey  <[email protected]>
2689
2690         PR c++/11026:
2691         * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
2692         objfile obstack.
2693
2694 2010-01-19  Tom Tromey  <[email protected]>
2695
2696         * top.c (stop_sig, float_handler, do_nothing): Remove.
2697
2698 2010-01-19  Jan Kratochvil  <[email protected]>
2699
2700         * breakpoint.c (watchpoint_check): Check the call
2701         gdbarch_in_function_epilogue_p before calling frame_find_by_id.
2702         Extend the comment.
2703         * config/djgpp/fnchange.lst: Add translations for 
2704         watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
2705         watchpoint-cond-gone-stripped.c.
2706
2707 2010-01-19  Tom Tromey  <[email protected]>
2708
2709         PR c++/8000:
2710         * dwarf2read.c (partial_die_parent_scope): Put enumeration type
2711         into parent scope, and enumerator into grandparent scope.
2712
2713 2010-01-19  Joel Brobecker  <[email protected]>
2714
2715         * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
2716
2717 2010-01-19  Joel Brobecker  <[email protected]>
2718
2719         * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
2720         i[34567]86-*-solaris2.1[0-9]*.
2721         * configure.tgt: Likewise.
2722
2723 2010-01-19  Joel Brobecker  <[email protected]>
2724
2725         * NEWS: Document the source command enhancement allowing it
2726         to load Python scripts. Document the "set/show script-extension"
2727         commands.
2728
2729 2010-01-19  Joel Brobecker  <[email protected]>
2730
2731         Add -Wunused-function to compile flags.
2732         * configure.ac: Add -Wunused-function to build_warnings.
2733         * configure: Regenerate.
2734
2735 2010-01-19  Joel Brobecker  <[email protected]>
2736
2737         "delete" ada-lex.c:input function, not used.
2738         * ada-lex.l: #define YY_NO_INPUT.
2739
2740 2010-01-19  Joel Brobecker  <[email protected]>
2741
2742         Delete free_named_symtabs and associated cleanup.
2743         * symfile.h (free_named_symtabs): Delete declaration.
2744         * symfile.c: Remove some commented out code (clear_symtab_users_once).
2745         (cashier_psymtab): Comment function out.
2746         Delete declaration.
2747         (free_named_symtabs): Delete.
2748         * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
2749         * dbxread.c (end_psymtab): Likewise.
2750         * dwarf2read.c (process_psymtab_comp_unit): Ditto.
2751         * exec.c (exec_close_1): Ditto.
2752         * xcoffread.c (xcoff_end_psymtab): Likewise.
2753
2754 2010-01-19  Joel Brobecker  <[email protected]>
2755
2756         * stack.c (print_block_frame_labels): Comment function out.
2757
2758 2010-01-19  Joel Brobecker  <[email protected]>
2759
2760         Delete unused or undefined functions.
2761         * breakpoint.c (ep_parse_optional_filename): Delete.
2762         * dcache.c (dcache_write_line): Remove declaration.
2763         * infrun.c (build_infrun): Remove declaration.
2764         * tracepoint.c (tracepoint_save_command): Remove declaration.
2765         * linux-nat.c (init_lwp_list): Delete. No longer used.
2766         * event-loop.c (check_async_signal_handlers): Delete declaration.
2767         * infrun.c (init_execution_control_state): Delete.
2768         (proceed): Update comment to avoid mentioning
2769         init_execution_control_state.
2770         * target.c (kill_or_be_killed, nosupport_runtime): Delete.
2771         * ada-lang.c (ada_to_static_fixed_value): Delete.
2772         * scm-lang.c (evaluate_subexp_scm): Delete declaration.
2773         * cp-namespace.c (cp_copy_usings): Delete.
2774         * xml-syscall.c (xml_number_of_syscalls): Delete.
2775         * progspace.c (find_program_space_by_num): Delete.
2776         * inflow.c (handle_sigio): Delete declaration.
2777         * hppa-tdep.c (hppa_alignof): Delete.
2778         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
2779         (mipsnbsd_core_osabi_sniffer): Delete.
2780
2781 2010-01-18  Tom Tromey  <[email protected]>
2782
2783         PR c++/9680:
2784         * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
2785         (CONST_CAST): New tokens.
2786         (exp): Add new productions.
2787         (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
2788         reinterpret_cast.
2789         (is_cast_operator): New function.
2790         (yylex): Handle cast operators specially.
2791         * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
2792         UNOP_REINTERPRET_CAST>: New cases.
2793         * expprint.c (print_subexp_standard): Likewise.
2794         (op_name_standard): Likewise.
2795         (dump_subexp_body_standard): Likewise.
2796         * parse.c (operator_length_standard): Likewise.
2797         * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
2798         UNOP_REINTERPRET_CAST.
2799         * gdbtypes.c (class_types_same_p): New function.
2800         (is_ancestor): Use it.
2801         (is_public_ancestor): New function.
2802         (is_unique_ancestor_worker): Likewise.
2803         (is_unique_ancestor): Likewise.
2804         * gdbtypes.h (class_types_same_p, is_public_ancestor)
2805         (is_unique_ancestor): Declare.
2806         * valops.c (value_reinterpret_cast): New function.
2807         (dynamic_cast_check_1): Likewise.
2808         (dynamic_cast_check_2): Likewise.
2809         (value_dynamic_cast): Likewise.
2810         * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
2811
2812 2010-01-18  Joel Brobecker  <[email protected]>
2813
2814         Fix build failure when building without Python support.
2815         * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
2816         is not defined.
2817
2818 2010-01-18  Joel Brobecker  <[email protected]>
2819
2820         Use XVS field type instead of doing a parallel lookup.
2821         * ada-lang.c (ada_get_base_type): Follow the XVS field type
2822         if it is a reference type instead of doing a type lookup using
2823         the XVS field name.
2824
2825 2010-01-18  Joel Brobecker  <[email protected]>
2826
2827         Trust PAD types instead of using PAD___XVS.
2828         * ada-lang.c (trust_pad_over_xvs): New static variable.
2829         (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
2830         parallel XVS type, follow the XVS type instead of the PAD type.
2831         (unwrap_value): Make sure that there is no parallel XVE type
2832         before returning the value as is.
2833         (set_ada_list, show_ada_list): New static variables.
2834         (set_ada_command, show_ada_command): New functions.
2835         (_initialize_ada_language): Add new "set/show ada" prefix commands.
2836         Add new "set/show ada trust-PAD-over-XVS" setting.
2837
2838 2010-01-18  Tom Tromey  <[email protected]>
2839             Thiago Jung Bauermann  <[email protected]>
2840
2841         Allow "source" to load python scripts.
2842         * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
2843         * python/python.c (source_python_script): New function.
2844         * python/python.h (source_python_script): Add declaration.
2845         * cli/cli-cmds.c: #include exceptions.h and python/python.h.
2846         (script_ext_off, script_ext_soft, script_ext_strict)
2847         (script_ext_enums, script_ext_mode): New static constants.
2848         (show_script_ext_mode, find_and_open_script): New functions.
2849         (source_script): Enhance to handle Python scripts.
2850         (init_cli_cmds): Add set/show script-extension commands.
2851
2852 2010-01-16  Stan Shebs  <[email protected]>
2853
2854         * tracepoint.h (struct trace_status): Use unsigned long long
2855         instead of size_t.
2856         * tracepoint.c (trace_status_command): Fix printf directive.
2857         (trace_save_command): Check fwrite returns, fix printf directive.
2858         (trace_filename): New global.
2859         (tfile_open): Set it, check read returns.
2860         (tfile_close): Free trace_filename.
2861         (tfile_get_traceframe_address): Check read returns.
2862         (tfile_trace_find): Ditto.
2863         (tfile_fetch_registers): Ditto.
2864         (tfile_xfer_partial): Ditto.
2865         (tfile_get_trace_state_variable_value): Ditto.
2866
2867 2010-01-15  Stan Shebs  <[email protected]>
2868
2869         Add trace file support.
2870         * tracepoint.h (enum trace_stop_reason): New enum.
2871         (struct trace_status): New struct.
2872         (parse_trace_status): Declare.
2873         (struct uploaded_tp): Move here from remote.c,
2874         add fields for actions.
2875         (struct uploaded_tsv): New struct.
2876         * tracepoint.c (tfile_ops): New target vector.
2877         (trace_fd): New global.
2878         (tfile_open): New function.
2879         (tfile_close): New function.
2880         (tfile_files_info): New function.
2881         (tfile_get_trace_status): New function.
2882         (tfile_get_traceframe_address): New function.
2883         (tfile_trace_find): New function.
2884         (tfile_fetch_registers): New function.
2885         (tfile_xfer_partial): New function.
2886         (tfile_get_trace_state_variable_value): New function.
2887         (init_tfile_ops): New function.
2888         (_initialize_tracepoint): Call it, add tfile target.
2889         (trace_status): New global.
2890         (current_trace_status): New function.
2891         (trace_running_p): Remove, change all users to get from
2892         current_trace_status()->running.
2893         (get_trace_status): Remove.
2894         (trace_status_command): Call target_get_trace_status directly,
2895         report more detail including tracing stop reasons.
2896         (trace_find_command): Always allow tfind on a file.
2897         (trace_find_pc_command): Ditto.
2898         (trace_find_tracepoint_command): Ditto.
2899         (trace_find_line_command): Ditto.
2900         (trace_find_range_command): Ditto.
2901         (trace_find_outside_command): Ditto.
2902         (trace_frames_offset, cur_offset): Declare as off_t.
2903         (trace_regblock_size): Rename from reg_size, update users.
2904         (parse_trace_status): New function.
2905         (tfile_interp_line): New function.
2906         (disconnect_or_stop_tracing): Ensure current trace
2907         status before asking what to do.
2908         (stop_reason_names): New global.
2909         (trace_save_command): New command.
2910         (get_uploaded_tp): Move here from remote.c.
2911         (find_matching_tracepoint): Ditto.
2912         (merge_uploaded_tracepoints): New function.
2913         (parse_trace_status): Use stop_reason_names.
2914         (_initialize_tracepoint): Define tsave command.
2915         * target.h (target_ops): New fields to_save_trace_data,
2916         to_upload_tracepoints, to_upload_trace_state_variables,
2917         to_get_raw_trace_data, change to_get_trace_status
2918         to take a pointer to a status struct.
2919         (target_save_trace_data): New macro.
2920         (target_upload_tracepoints): New macro.
2921         (target_upload_trace_state_variables): New macro.
2922         (target_get_raw_trace_data): New macro.
2923         * target.c (update_current_target): Add new methods, change
2924         signature of to_get_trace_status.
2925         * remote.c (hex2bin): Make globally visible.
2926         (bin2hex): Ditto.
2927         (remote_download_trace_state_variable): Download name also.
2928         (remote_get_trace_status): Update parameter, use
2929         parse_trace_status.
2930         (remote_save_trace_data): New function.
2931         (remote_upload_tracepoints): New function.
2932         (remote_upload_trace_state_variables): New function.
2933         (remote_get_raw_trace_data): New function.
2934         (remote_start_remote): Use them.
2935         (_initialize_remote_ops): Add operations.
2936         * ax-gdb.c: Include breakpoint.h.
2937         * breakpoint.c (create_tracepoint_from_upload): Use
2938         break_command_really, return tracepoint, warn about unimplemented
2939         parts.
2940         * NEWS: Mention trace file addition.
2941
2942 2010-01-15  Jan Kratochvil  <[email protected]>
2943
2944         Fix compilation warning on gcc-3.4.
2945         * exec.c (print_section_info): Move the `displacement' variable
2946         initialization to its declaration.
2947
2948 2010-01-15  Jan Kratochvil  <[email protected]>
2949
2950         * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
2951         comparison.
2952
2953 2010-01-15  Eric Botcazou  <[email protected]>
2954
2955         "info tasks" broken by typedefs in ATCB type definitions.
2956         * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
2957         ada_check_typedef before retrieving the length of the type for
2958         regular fields.
2959
2960 2010-01-15  Joel Brobecker  <[email protected]>
2961
2962         Do not use name-based lookup for unconstrained packed arrays.
2963         * ada-lang.c (find_parallel_type_by_descriptive_type):
2964         Limit the fallback to name-based lookups to the case where
2965         the type is a constrained packed array.
2966
2967 2010-01-15  Joel Brobecker  <[email protected]>
2968
2969         Enhance gdb-gdb.py to handle main_type.type_specific.
2970         * gdb-gdb.py: Print the type-specific part of struct main_type.
2971
2972 2010-01-15  Jan Kratochvil  <[email protected]>
2973
2974         * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
2975         * configure: Regenerate.
2976         * config.in: Regenerate.
2977         * utils.c: Include sys/resource.h.
2978         (dump_core, can_dump_core): New.
2979         (internal_vproblem): Update the comment.  Check can_dump_core while
2980         setting dump_core_p.  Replace two abort calls by dump_core calls.
2981
2982 2010-01-14  Jan Kratochvil  <[email protected]>
2983             Eli Zaretskii  <[email protected]>
2984
2985         * NEWS: Document the PIE support.
2986
2987 2010-01-14  Jan Kratochvil  <[email protected]>
2988
2989         * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
2990         (check_is_pie_binary, _initialize_linux_tdep): Remove.
2991
2992 2010-01-14  Jan Kratochvil  <[email protected]>
2993
2994         * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
2995         Replace exec_entry_point call by bfd_get_start_address.
2996
2997 2010-01-14  Jan Kratochvil  <[email protected]>
2998
2999         Support Valgrind attachments broken by the PIE support.
3000         * auxv.c: Include gdbcore.h.
3001         (procfs_xfer_auxv): Make static.  Reduce its comment.  Drop its
3002         parameters ops, object and annex.  Remove their assertions.
3003         (ld_so_xfer_auxv, memory_xfer_auxv): New function.
3004         * auxv.h (procfs_xfer_auxv): Remove comment.  Rename to ...
3005         (memory_xfer_auxv): ... here.
3006         * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
3007         memory_xfer_auxv.
3008         * procfs.c (procfs_xfer_partial): Likewise.
3009         * solib-svr4.c (svr4_relocate_main_executable): New prototype.
3010         (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
3011         (svr4_solib_create_inferior_hook): Conditionalize the
3012         svr4_relocate_main_executable call.
3013
3014 2010-01-14  Jan Kratochvil  <[email protected]>
3015
3016         * solib-svr4.c (scan_dyntag): Remove variable dyn_addr.  New variable
3017         target_section.  Find SECT in current_target_sections, gdb_assert it.
3018         (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
3019         New variable abfd.
3020         * symtab.c (lookup_objfile_from_block): Return the binary file instead
3021         of separate debug info file.
3022
3023 2010-01-14  Jan Kratochvil  <[email protected]>
3024
3025         Support PIEs with no symfile_objfile.
3026         * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
3027         * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
3028
3029 2010-01-14  Jan Kratochvil  <[email protected]>
3030
3031         * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
3032         code part to ...
3033         (svr4_static_exec_displacement): ... a new function.
3034         (svr4_exec_displacement): New function.
3035         (svr4_relocate_main_executable): Call svr4_exec_displacement.  Allocate
3036         new_offsets using alloca now.  Remove variable old_chain and changed.
3037         Call objfile_relocate unconditionally now.
3038
3039 2010-01-14  Doug Evans  <[email protected]>
3040
3041         * gdbtypes.c (arch_flags_type): Fix comment.
3042         * gdbtypes.h (arch_composite_type): Fix comment.
3043
3044 2009-01-14  Tristan Gingold  <[email protected]>
3045
3046         * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
3047         Call xstrdup for abfd->filename.  Pass symfile_flags and objfile flags
3048         to symbol_file_add_from_bfd.  Add OSO as separate objfile.
3049         (macho_oso_symfile): Add symfile_flags parameter.  Pass it to
3050         macho_add_oso_symfile.
3051         (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
3052
3053 2010-01-14  Joel Brobecker  <[email protected]>
3054
3055         Tru64: Dead threads are never deleted.
3056         * dec-thread.c (dec_thread_ptid_is_alive): New function.
3057         (dec_thread_count_gdb_threads): Fix counter increment.
3058         (dec_thread_add_gdb_thread): Fix *listp increment.
3059         (resync_thread_list): Fix bug in deletion of dead threads that
3060         caused all threads to be deleted, instead of just the dead ones.
3061
3062 2010-01-13  Phil Muldoon  <[email protected]>
3063
3064         PR python/10705
3065
3066         * python/python-internal.h: Add lazy_string_object_type
3067         definition.
3068         (create_lazy_string_object, gdbpy_initialize_lazy_string)
3069         (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
3070         * python/py-value.c (valpy_lazy_string): New function.
3071         (convert_value_from_python): Add lazy string conversion.
3072         * python/py-prettyprint.c (pretty_print_one_value): Check if
3073         return is also a lazy string.
3074         (print_string_repr): Add lazy string printing branch.
3075         (print_children): Likewise.
3076         * python/py-lazy-string.c: New file. Implement lazy strings.
3077         * python/python.c (_initialize_python): Call
3078         gdbpy_initialize_lazy_string.
3079         * varobj.c (value_get_print_value): Add lazy string printing
3080         branch.  Account for encoding.
3081         * c-lang.c (c_printstr): Account for new encoding argument.  If
3082         encoding is NULL, find encoding suited for type, otherwise use
3083         user encoding.
3084         * language.h (language_defn): Add encoding argument.
3085         (LA_PRINT_STRING): Likewise.
3086         * language.c (unk_lang_printstr): Update to reflect new encoding
3087         argument to language_defn.
3088         * ada-lang.h (ada_printstr): Likewise.
3089         * c-lang.h (c_printstr): Likewise.
3090         * p-lang.h (pascal_printstr);
3091         * f-lang.c (f_printstr): Likewise.
3092         * m2-lang.c (m2_printstr): Likewise.
3093         * objc-lang.c (objc_printstr): Likewise.
3094         * p-lang.c (pascal_printstr): Likewise.
3095         * scm-lang.c (scm_printstr): Likewise.
3096         * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
3097         encoding argument.
3098         * ada-valprint.c (ada_printstr): Likewise.
3099         * f-valprint.c (f_val_print): Likewise
3100         * m2-valprint.c (m2_val_print): Likewise.
3101         * p-valprint.c (pascal_val_print): Likewise.
3102         * expprint.c (print_subexp_standard): Likewise.
3103         * valprint.c (val_print_string): Likewise.
3104         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
3105         (SUBDIR_PYTHON_SRCS): Likewise.
3106         (py-lazy-string.o): New rule.
3107
3108 2010-01-13  Doug Evans  <[email protected]>
3109
3110         * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
3111         uninitialized" warning from gcc on local `tree'.
3112
3113 2010-01-13  Vladimir Prus  <[email protected]>
3114
3115         Implement core awareness.
3116
3117         * bcache.c (compare_ints): Remove
3118         (print_percentage): Use compare_positive_ints.
3119         * defs.h (compare_positive_ints): Declare.
3120         * linux-nat.h (struct lin_lwp): New field core.
3121         (linux_nat_core_of_thread_1): Declare.
3122         * linux-nat.c (add_lwp): Init the 'core' field.
3123         (linux_nat_wait_1): Record the core.
3124         (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
3125         (linux_nat_add_target): Register the above.
3126         * linux-thread-db.c (update_thread_core): New.
3127         (thread_db_find_new_threads): Update core information for
3128         every thread.
3129         * remote.c (struct private_thread_info): New.
3130         (free_private_thread_info, demand_private_info): New.
3131         (PACKET_qXfer_threads, use_osdata_threads): New.
3132         (struct thread_item, threads_parsing_context
3133         (start_thread, end_thread, thread_attributes)
3134         (thread_children, threads_children, threads_elements): New.
3135         (remote_threads_info): Try qXfer:threads before anything
3136         else.
3137         (remote_protocol_packets): Register qXfer:threads.
3138         (remote_open_1): Init use_osdata_threads.
3139         (struct stop_reply): New field 'core'.
3140         (remote_parse_stop_reply): Parse core number.
3141         (process_stop_reply): Record core number.
3142         (remote_xfer_partial): Handle qXfer:threads.
3143         (remote_core_of_thread): New.
3144         (init_remote_ops): Register remote_core_of_thread.
3145         (_initialize_remote): Register qXfer:read.
3146         * target.c (target_core_of_thread): New
3147         * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
3148         (struct target_ops): New field to_core_of_threads.
3149         (target_core_of_thread): Declare.
3150         * gdbthread.h (struct thread_info): New field private_dtor.
3151         * thread.c (print_thread_info): Report the core.
3152         * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
3153         * utils.c (compare_positive_ints): New.
3154         * features/threads.dtd: New.
3155         * mi/mi-interp.c (mi_on_normal_stop): Report the core.
3156         * mi/mi-main.c (struct collect_cores_data, collect_cores)
3157         (do_nothing, free_vector_of_osdata_items)
3158         (splay_tree_int_comparator, free_splay_tree): New.
3159         (print_one_inferior_data): Implemented printing of selected
3160         inferiors.  Collect and print cores.
3161         (output_cores): New.
3162         (mi_cmd_list_thread_groups): Support --recurse.  Permit specifying
3163         thread groups together with --available.
3164
3165 2010-01-12  Jan Kratochvil  <[email protected]>
3166
3167         * configure: Regenerate (for _STRUCTURED_PROC).
3168
3169 2010-01-12  Joel Brobecker  <[email protected]>
3170
3171         Delete dead function.
3172         * ada-lang.c (extract_string): Delete.  No longer used.
3173
3174 2010-01-12  Joel Brobecker  <[email protected]>
3175
3176         Fix -Wunused warning in dec-thread.c.
3177         * dec-thread.c (dec_thread_count_gdb_threads)
3178         (dec_thread_add_gdb_thread): Prevent -Wunused warning.
3179
3180 2010-01-12  Joel Brobecker  <[email protected]>
3181
3182         * ada-valprint.c (ada_print_floating): Remove trailing space.
3183
3184 2010-01-12  Joel Brobecker  <[email protected]>
3185
3186         Add support for DW_AT_GNAT_descriptive_type.
3187         * gdbtypes.h (enum type_specific_kind): New enum.
3188         (struct main_type) [type_specific_field]: New component.
3189         [type_specific]: Add new component "gnat_stuff".
3190         (struct gnat_aux_type): New type.
3191         (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
3192         (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
3193         (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
3194         (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
3195         (TYPE_SPECIFIC_FIELD): New macros.
3196         (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
3197         type does not hold any cplus-specific data.
3198         (TYPE_RAW_CPLUS_SPECIFIC): New macro.
3199         (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
3200         (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
3201         cplus-specific data.
3202         * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
3203         Set new component TYPE_SPECIFIC_FIELD (type).
3204         (gnat_aux_default): New constant.
3205         (allocate_gnat_aux_type): New function.
3206         (init_type): Add initialization the type-specific stuff for
3207         TYPE_CODE_FLT and TYPE_CODE_FUNC types.
3208         (print_gnat_stuff): New function.
3209         (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
3210         specific data.  Adjust code that prints the contents of the
3211         type-specific union using the TYPE_SPECIFIC_FIELD value.
3212         * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
3213         the type cplus stuff for Ada types.
3214         (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
3215         Error out if these routines are called with an Ada type.
3216         (read_structure_type, read_array_type, read_subrange_type):
3217         Add call to set_descriptive_type.
3218         (set_die_type): Initialize the gnat-specific data if necessary.
3219         (need_gnat_info, die_descriptive_type, set_descriptive_type):
3220         New functions.
3221         * ada-lang.c (decode_constrained_packed_array_type): Use
3222         decode_constrained_packed_array_type instead of doing a standard
3223         lookup to locate a parallel type.
3224         (find_parallel_type_by_descriptive_type): New function.
3225         (ada_find_parallel_type_with_name): New function.
3226         (ada_find_parallel_type): Reimplement using
3227         ada_find_parallel_type_with_name.
3228         * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
3229         to check if type has a cplus stuff.
3230         * linespec.c (total_number_of_methods): Likewise.
3231         * mdebugread.c (new_type): Likewise.
3232
3233 2010-01-11  Jan Kratochvil  <[email protected]>
3234
3235         * NEWS: Document the 0b binary number prefix parsing.
3236
3237 2010-01-11  Jan Kratochvil  <[email protected]>
3238
3239         * objfiles.c (objfile_relocate1): Change the return type to int.
3240         Describe the new return value.  Return non-zero if data changed.
3241         (objfile_relocate): New variable changed.  Set it.  Call
3242         breakpoint_re_set depending on CHANGED.
3243
3244 2010-01-11  Jan Kratochvil  <[email protected]>
3245
3246         Implement binary numbers parsing.
3247         * c-exp.y (parse_number): New case 'b' and 'B'.
3248
3249 2010-01-11  Jan Kratochvil  <[email protected]>
3250             Tristan Gingold  <[email protected]>
3251
3252         * solib.c (info_sharedlibrary_command): Replace
3253         objfile_has_partial_symbols and objfile_has_full_symbols calls by
3254         objfile_has_symbols.
3255
3256 2010-01-10  Joel Brobecker  <[email protected]>
3257
3258         * NEWS: Document the improvements made to the mips-irix port.
3259
3260 2010-01-09  Joel Brobecker  <[email protected]>
3261
3262         Fix the documentation of valprint.c:value_print.
3263         * valprint.c (value_print): Update the function description to
3264         mention that the syntax of the output follows the current_language,
3265         not necessarily C.
3266
3267 2010-01-09  Jan Kratochvil  <[email protected]>
3268
3269         Fix displacement of separate debug info files.
3270         * objfiles.c (objfile_relocate): Rename to ...
3271         (objfile_relocate1): ... here and make it static.  Extend the comment.
3272         (objfile_relocate): New function.
3273         * solib-spu.c (spu_relocate_main_executable): Explicitly check if
3274         SYMFILE_OBJFILE is NULL.  Remove variables objfile and old_chain.
3275         Remove following of SEPARATE_DEBUG_OBJFILE.  new_offsets is now
3276         allocated using alloca.
3277         * symfile.c (copy_section_addr_info): Remove.
3278         (build_section_addr_info_from_objfile): Make it global.  New variables
3279         addr_bit and mask, use them.
3280         * symfile.h (build_section_addr_info_from_objfile): New prototype.
3281         (copy_section_addr_info): Remove.
3282
3283 2010-01-09  Joel Brobecker  <[email protected]>
3284
3285         Signal unwinder for mips-irix N32.
3286         * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
3287         tramp-frame.h.
3288         (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
3289         (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
3290         (SIGCONTEXT_LO_OFF): New macros. 
3291         (mips_irix_n32_tramp_frame_init): New function. 
3292         (mips_irix_n32_tramp_frame): New static constant.
3293         (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
3294
3295 2010-01-09  Joel Brobecker  <[email protected]>
3296
3297         Breakpoint in shared library does not work on mips-irix.
3298         * procfs.c: #include "observer.h".
3299         (procfs_inferior_created): New function, moving here the code
3300         which unsets the syssgi syscall-exit notifications.
3301         (procfs_create_inferior): Remove the code which unsets the syssgi
3302         syscall-exit notifications. It is too early to do this here.
3303         (_initialize_procfs): Attach the procfs_inferior_created observer.
3304
3305 2010-01-09  Joel Brobecker  <[email protected]>
3306
3307         Wrong return convention for arrays (mips-irix).
3308         * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
3309         128 bits or smaller are returned the same way as structs
3310         and unions of the the same size.
3311
3312 2010-01-09  Joel Brobecker  <[email protected]>
3313
3314         Cannot set the PC on mips-irix.
3315         * irix5-nat.c (fill_gregset): Check regno against the raw PC
3316         register number, no the cooked one.
3317
3318 2010-01-09  Joel Brobecker  <[email protected]>
3319
3320         Error while loading core file on mips-irix.
3321         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
3322         if debugging from a core file.
3323
3324 2010-01-09  Joel Brobecker  <[email protected]>
3325
3326         GDB hangs when attaching to process on mips-irix.
3327         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
3328         attaching to a process.
3329
3330 2010-01-09  Joel Brobecker  <[email protected]>
3331
3332         Use the correct breakpoint instruction on mips-irix.
3333         * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
3334         containing the correct breakpoint instruction to use on mips-irix.
3335         Use it when the osabi is GDB_OSABI_IRIX.
3336
3337 2010-01-09  Joel Brobecker  <[email protected]>
3338
3339         -Wunused warning in procfs.c (mips-irix only).
3340         * procfs.c (gdb_praddset, gdb_prdelset): New macros.  Use them
3341         throughout instead of using praddset and prdelset respectively.
3342
3343 2010-01-09  Joel Brobecker  <[email protected]>
3344
3345         GDB crash while stepping into function.
3346         * infrun.c (handle_inferior_event): Refetch the current frame
3347         after handling what.main_action, in case that pointer became
3348         dangling.
3349
3350 2010-01-09  Joel Brobecker  <[email protected]>
3351
3352         Fix build failure of solaris-hosted cross debuggers.
3353         * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
3354
3355 2010-01-09  Daniel Gutson  <[email protected]>
3356
3357         Fix build failure on sparc-solaris.
3358         * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
3359
3360 2010-01-08  Jan Kratochvil  <[email protected]>
3361
3362         Move some symfile code into subroutines.
3363         * symfile.h (relative_addr_info_to_section_offsets)
3364         (addr_info_make_relative): New prototypes.
3365         * symfile.c (default_symfile_offsets): Move a part to ...
3366         (relative_addr_info_to_section_offsets): ... this new function.
3367         (default_symfile_offsets): Call it.
3368         (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
3369         this part to ...
3370         (addr_info_make_relative): ... this new function.
3371
3372 2010-01-08  Jan Kratochvil  <[email protected]>
3373
3374         Add from_tty to solib_create_inferior_hook.
3375         * infcmd.c (post_create_inferior): Move solib_add after
3376         solib_create_inferior_hook.  Pass from_tty to
3377         solib_create_inferior_hook.  Call solib_add and SOLIB_ADD with
3378         0 from_tty and comment why.
3379         * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
3380         * linux-nat.c (linux_child_follow_fork): Likewise.
3381         * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
3382         * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
3383         from_tty.
3384         * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
3385         * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
3386         * solib-null.c (null_solib_create_inferior_hook): Likewise.
3387         * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
3388         * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
3389         * solib-som.c (som_solib_create_inferior_hook): Likewise.
3390         * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
3391         Pass it to svr4_so_ops.solib_create_inferior_hook.
3392         * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
3393         from_tty.
3394         * solib-svr4.c (enable_break): New parameter from_tty.  Pass it to
3395         solib_add.
3396         (svr4_solib_create_inferior_hook): New parameter from_tty.  Pass it to
3397         enable_break.
3398         * solib-target.c (solib_target_solib_create_inferior_hook): New
3399         parameter from_tty.
3400         * solib.c (solib_create_inferior_hook): New parameter from_tty.  Pass
3401         it to ops->solib_create_inferior_hook.
3402         (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
3403         Move solib_add after solib_create_inferior_hook, call it now with
3404         from_tty as 0.  New comment there.
3405         * solib.h (solib_create_inferior_hook): New parameter from_tty.
3406         * solist.h (struct target_so_ops <solib_create_inferior_hook>):
3407         Likewise.
3408
3409 2010-01-08  Vladimir Prus  <[email protected]>
3410
3411         Fix multiexec race.
3412         * infrun.c (handle_inferior_event): Use get_thread_regcache
3413         with events ptid, not get_current_regcache.
3414
3415 2009-01-08  Joel Brobecker  <[email protected]>
3416
3417         GDB crash with empty executable name (MinGW).
3418         * source.c (openp): Add assert that parameter string is not NULL.
3419         if parameter string is an empty string, then return with a failure
3420         immediately.
3421
3422 2009-01-08  Joel Brobecker  <[email protected]>
3423
3424         Get rid of support for VAX Floats.
3425         * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
3426         (ada_vax_float_print_function): Delete.
3427         * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
3428         (ada_vax_float_print_function): Delete.
3429         * ada-typeprint.c (print_vax_floating_point_type): Delete.
3430         (ada_print_type): Remove support for VAX floats.
3431         * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
3432
3433 2010-01-08  Jan Kratochvil  <[email protected]>
3434
3435         * stabsread.c (read_args): Handle zero arguments.
3436
3437 2009-01-08  Joel Brobecker  <[email protected]>
3438
3439         Cannot find in-tree libiconv.a after reconfigure.
3440         * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
3441         that we can use, then cache the path to this archive.
3442         * configure: Regenerate.
3443
3444 2010-01-07  Stan Shebs  <[email protected]>
3445
3446         Make tracepoint operations go through target vector.
3447         * target.h (enum trace_find_type): New enum.
3448         (struct target_ops): New fields to_trace_init,
3449         to_download_tracepoint, to_download_trace_state_variable,
3450         to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
3451         to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
3452         to_set_disconnected_tracing.
3453         (target_trace_init): New macro.
3454         (target_download_tracepoint): New macro.
3455         (target_download_trace_state_variable): New macro.
3456         (target_trace_start): New macro.
3457         (target_trace_set_readonly_regions): New macro.
3458         (target_get_trace_status): New macro.
3459         (target_trace_stop): New macro.
3460         (target_trace_find): New macro.
3461         (target_get_trace_state_variable_value): New macro.
3462         (target_set_disconnected_tracing): New macro.
3463         * target.c (update_current_target): Inherit and set defaults for
3464         tracepoint operations.
3465         * tracepoint.c (default_collect): Make globally visible.
3466         (target_is_remote): Remove, along with all calls.
3467         (tvariables_info): Call target_get_trace_state_variable_value.
3468         (remote_set_transparent_ranges): Remove.
3469         (trace_start_command): Call target_trace_init,
3470         target_download_tracepoint, etc.
3471         (download_tracepoint): Remove.
3472         (trace_stop_command): Simplify.
3473         (stop_tracing): Call target_trace_stop.
3474         (get_trace_status): Call target_get_trace_status.
3475         (trace_status_command): Add case for targets that cannot trace.
3476         (finish_tfind_command): Change to take numerical arguments, call
3477         target_trace_find.
3478         (trace_find_command): Update call to finish_tfind_command.
3479         (trace_find_pc_command): Ditto.
3480         (trace_find_tracepoint_command): Ditto.
3481         (trace_find_line_command): Ditto.
3482         (trace_find_range_command): Ditto.
3483         (trace_find_outside_command): Ditto.
3484         (set_disconnected_tracing_value): Call
3485         target_set_disconnected_tracing.
3486         * remote.c: Add protocol encoding bits from tracepoint.c.
3487         (trace_error): Move from tracepoint.c.
3488         (remote_get_noisy_reply): Ditto.
3489         (free_actions_list_cleanup_wrapper): Ditto.
3490         (free_actions_list): Ditto.
3491         (remote_trace_init): New function.
3492         (remote_download_tracepoint): New function.
3493         (remote_download_trace_state_variable): New function.
3494         (remote_trace_set_readonly_regions): New function.
3495         (remote_trace_start): New function.
3496         (remote_get_trace_status): New function.
3497         (remote_trace_stop): New function.
3498         (remote_trace_find): New function.
3499         (remote_download_trace_state_variable): New function.
3500         (remote_set_disconnected_tracing): New function.
3501         (init_remote_ops): Add tracepoint operations.
3502
3503         * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
3504
3505 2010-01-07  Tristan Gingold  <[email protected]>
3506
3507         * symfile.c (build_section_addr_info_from_objfile): New function.
3508         (symbol_file_add_separate): Don't use offsets from objfile but
3509         built an addr info.
3510
3511 2010-01-06  Stan Shebs  <[email protected]>
3512
3513         Support disconnected tracing.
3514         * infcmd.c (detach_command): Ask whether to stop tracing.
3515         * cli/cli-cmds.c (quit_command): Ditto.
3516         * breakpoint.h (struct breakpoint): New field number_on_target.
3517         * breakpoint.c (create_tracepoint_from_upload): New function.
3518         (get_tracepoint_by_number_on_target): New function.
3519         * remote.c (struct remote): New field disconnected_tracing.
3520         (remote_disconnected_tracing_feature): New function.
3521         (remote_protocol_features): Add DisconnectedTracing.
3522         (struct uploaded_tp): New struct.
3523         (uploaded_tps): New global.
3524         (get_uploaded_tp): New function.
3525         (find_matching_tracepoint): New function.
3526         (remote_get_tracing_state): New function.
3527         (remote_start_remote): Call it.
3528         * tracepoint.c (disconnected_tracing): New global.
3529         (trace_start_command): Initialize number_on_target.
3530         (stop_tracing): New function, split out from...
3531         (trace_stop_command): Call stop_tracing.
3532         (get_trace_status): New function, split out from...
3533         (trace_status_command): Call get_trace_status, add info on
3534         disconnection behavior.
3535         (disconnect_or_stop_tracing): New function.
3536         (finish_tfind_command): Translate from number on target.
3537         (trace_find_tracepoint_command): Translate to number on target.
3538         (send_disconnected_tracing_value): New function.
3539         (set_disconnected_tracing): New function.
3540         (_initialize_tracepoint): Add disconnected-tracing variable.
3541         * NEWS: Mention disconnected tracing.
3542
3543 2010-01-06  Tristan Gingold  <[email protected]>
3544
3545         * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
3546         parameter to main_objfile.  Iterate on all separate debug objfiles.
3547         * symfile.h (symbol_file_add_separate)
3548         (find_separate_debug_file_by_debuglink): Remove parameter names.
3549         * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
3550         (reread_symbols): Use free_objfile_separate_debug.
3551         * objfiles.h (struct objfile): Add separate_debug_objfile_link.
3552         Adjust comment.
3553         (objfile_separate_debug_iterate, add_separate_debug_objfile)
3554         (free_objfile_separate_debug): New prototypes.
3555         * objfiles.c (objfile_separate_debug_iterate): New function.
3556         (add_separate_debug_objfile, free_objfile_separate_debug): New
3557         functions.
3558         (free_objfile): Use free_objfile_separate_debug.  Adjust for
3559         multiple separate debug objfile.
3560         (objfile_has_symbols): Adjust comment.  Iterate on all separate
3561         debug objfiles.
3562         * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
3563         debug objfile.
3564         (lookup_minimal_symbol_text): Ditto.
3565         (lookup_minimal_symbol_by_pc_name): Ditto.
3566         (lookup_minimal_symbol_solib_trampoline): Ditto.
3567         (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
3568         debug objfiles.
3569
3570 2010-01-05  Stan Shebs  <[email protected]>
3571
3572         Add fast tracepoints.
3573         * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
3574         * arch-utils.c (default_fast_tracepoint_valid_at): New function.
3575         * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
3576         * breakpoint.c (tracepoint_type): New function.
3577         (ALL_TRACEPOINTS): Use it.
3578         (should_be_inserted): Ditto.
3579         (bpstat_check_location): Ditto.
3580         (print_one_breakpoint_location): Ditto.
3581         (user_settable_breakpoint): Ditto.
3582         (set_breakpoint_location_function): Ditto.
3583         (disable_breakpoints_in_shlibs): Ditto.
3584         (delete_trace_command): Ditto.
3585         (print_it_typical): Add bp_fast_tracepoint case.
3586         (bpstat_what): Ditto.
3587         (print_one_breakpoint_location): Ditto.
3588         (allocate_bp_location): Ditto.
3589         (mention): Ditto.
3590         (breakpoint_re_set_one): Ditto.
3591         (disable_command): Ditto.
3592         (enable_command): Ditto.
3593         (check_fast_tracepoint_sals): New function.
3594         (break_command_really): Call it.
3595         (ftrace_command): New function.
3596         (_initialize_breakpoint): Add ftrace command.
3597         * gdbarch.sh (fast_tracepoint_valid_at): New.
3598         * gdbarch.h, gdbarch.c: Regenerate.
3599         * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
3600         (i386_gdbarch_init): Use it.
3601         * remote.c (struct remote_state): New field fast_tracepoints.
3602         (PACKET_FastTracepoints): New packet config type.
3603         (remote_fast_tracepoint_feature): New function.
3604         (remote_protocol_features): Add FastTracepoints.
3605         (remote_supports_fast_tracepoints): New function.
3606         (_initialize_remote): Add FastTracepoints.
3607         * tracepoint.c (download_tracepoint): Add fast tracepoint option.
3608         * NEWS: Mention fast tracepoints.
3609
3610 2010-01-06  Joel Brobecker  <[email protected]>
3611
3612         * gdb-gdb.py: New file.
3613
3614 2010-01-05  Michael Snyder  <[email protected]>
3615
3616         * infrun.c (handle_inferior_event): Fix typo in comment.
3617
3618 2010-01-05  Jan Kratochvil  <[email protected]>
3619
3620         * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
3621
3622 2010-01-04  Ulrich Weigand  <[email protected]>
3623
3624         * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
3625         and s390x-linux64.
3626         (s390-linux32-expedite): Define.
3627         (s390-linux64-expedite): Define.
3628         (s390x-linux64-expedite): Define.
3629         * features/s390-acr.xml: New file.
3630         * features/s390-fpr.xml: New file.
3631         * features/s390-core32.xml: New file.
3632         * features/s390-core64.xml: New file.
3633         * features/s390x-core64.xml: New file.
3634         * features/s390-linux32.xml: New file.
3635         * features/s390-linux64.xml: New file.
3636         * features/s390x-linux64.xml: New file.
3637         * features/s390-linux32.c: New generated file.
3638         * features/s390-linux64.c: New generated file.
3639         * features/s390x-linux64.c: New generated file.
3640
3641         * regformats/s390-linux32.dat: New generated file.
3642         * regformats/s390-linux64.dat: New generated file.
3643         * regformats/s390x-linux64.dat: New generated file.
3644         * regformats/reg-s390.dat: Remove.
3645         * regformats/reg-s390x.dat: Remove.
3646
3647         * s390-nat.c: Include "auxv.h" and <elf.h>.
3648         (HWCAP_S390_HIGH_GPRS): Define if undefined.
3649         (s390_target_wordsize): New function.
3650         (s390_auxv_parse): Likewise.
3651         (s390_get_hwcap): Likewise.
3652         (s390_read_description): Likewise.
3653         (_initialize_s390_nat): Install s390_auxv_parse and
3654         s390_read_description.
3655
3656         * s390-tdep.c: Include "features/s390-linux32.c",
3657         "features/s390-linux64.c", and "features/s390x-linux64.c".
3658         (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
3659         (s390_register_call_saved): New function.
3660         (s390_register_name): Remove.
3661         (s390_register_type): Remove.
3662         (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
3663         (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
3664         (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
3665         (s390_pseudo_register_name): New function.
3666         (s390_pseudo_register_type): New function.
3667         (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
3668         Handle full GPR pesudos and varying pseudo register numbers.
3669         (s390_pseudo_register_write): Likewise
3670         (s390x_pseudo_register_read): Remove.
3671         (s390x_pseudo_register_write): Likewise.
3672         (s390_register_group): Remove.
3673         (s390_pseudo_register_group): New function.
3674         (s390_regmap_gregset): Add GPR upper halves.
3675         (s390x_regmap_gregset): Likewise.
3676         (s390_regmap_fpregset): Likewise.
3677         (s390_regmap_upper): New global variable.
3678         (s390_upper_regset): New global variable.
3679         (s390_upper_regset_sections): New global variable.
3680         (s390_regset_from_core_section): Handle GPR upper halves.
3681         (s390_core_read_description): New function.
3682         (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
3683         register information.  Handle varying pseudo register numbers.
3684         (s390_backchain_frame_unwind_cache): Likewise.
3685         (s390_frame_prev_register): Unwind full GPRs to show lower halves.
3686         (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
3687         (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
3688         PC and CC pseudos.  Unwind upper halves and full GPRs as appropriate.
3689         Handle varying pseudo register numbers.
3690         (s390_unwind_pc): Handle varying pseudo register numbers.
3691         (s390_dwarf2_prev_register): New function.
3692         (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
3693         register information.  Handle varying pseudo register numbers.
3694         Install s390_dwarf2_prev_register to unwind full GPRs.
3695         (s390_gdbarch_init): Handle target descriptions.  Assign varying
3696         pseudo register numbers.  Install s390_adjust_frame_regnum.
3697         (_initialize_s390_tdep): Initialize target descriptions.
3698
3699         * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
3700         (S390_NUM_REGS): Redefine to include upper half registers.
3701         (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
3702         (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
3703         (tdesc_s390_linux32): Add declaration.
3704         (tdesc_s390_linux64): Likewise.
3705         (tdesc_s390x_linux64): Likewise.
3706
3707 2010-01-04  Ulrich Weigand  <[email protected]>
3708
3709         * regset.h (struct core_regset_section): Add HUMAN_NAME.
3710         * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
3711         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3712         (ppc_linux_vmx_regset_sections): Likewise.
3713         (ppc_linux_fp_regset_sections): Likewise.
3714
3715         * corelow.c (get_core_register_section): Constify arguments.
3716         (get_core_registers): Use gdbarch_core_regset_sections instead
3717         of hard-coded platform-specific register section names.
3718
3719 2010-01-04  Ulrich Weigand  <[email protected]>
3720
3721         * dwarf2loc.c (read_pieced_value): If a piece occupies part of
3722         a register, assume the least-significant part is used.
3723         (write_pieced_value): Likewise.
3724
3725 2010-01-04  Ulrich Weigand  <[email protected]>
3726
3727         * printcmd.c: Include "arch-utils.h".
3728         (do_one_display): Re-parse expression if current architecture changed.
3729
3730 2010-01-03  Jan Kratochvil  <[email protected]>
3731             Joel Brobecker  <[email protected]>
3732
3733         * gdbtypes.c (check_typedef): New comment on type length.
3734         * value.c (allocate_value_lazy): Remove the unused atype variable.  New
3735         comment on type length.
3736         (value_primitive_field): Keep the original TYPE value, new comment.
3737
3738 2010-01-01  Jan Kratochvil  <[email protected]>
3739
3740         * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
3741         p_start.  Change != comparisons to > and < comparisons.
3742
3743 2010-01-01  Jan Kratochvil  <[email protected]>
3744
3745         * cli/cli-script.c (process_next_line): Check P2 overrun.
3746
3747 2009-01-01  Joel Brobecker  <[email protected]>
3748
3749         Update the copyright hearder to add year 2010 for most GDB files.
3750
3751 2009-01-01  Joel Brobecker  <[email protected]>
3752
3753         Fix build failure in inf-ptrace.c.
3754         * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
3755
3756 2010-01-01  Joel Brobecker  <[email protected]>
3757
3758         * top.c (print_gdb_version): Update copyright year.
3759
3760 2010-01-01  Joel Brobecker  <[email protected]>
3761
3762         Fix break *FUN'address thread NUM.
3763         * ada-lex.l (task): Expand rule to also match the thread keyword.
3764
3765 2010-01-01  Joel Brobecker  <[email protected]>
3766
3767         Fix break *FUN'address task NUM.
3768         * ada-lex.l (task): New rule.
3769         * ada-lang.c (valid_task_id): Make sure the Ada task list has
3770         been built before using it.
3771
3772 For older changes see ChangeLog-2009.
3773 \f
3774 Local Variables:
3775 mode: change-log
3776 left-margin: 8
3777 fill-column: 74
3778 version-control: never
3779 coding: utf-8
3780 End:
This page took 0.248861 seconds and 4 git commands to generate.