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