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