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