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