gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2 Sergio Durigan Junior <sergiodj@redhat.com>
3
4 Code cleanup.
5 * parse.c (exp_iterate): Use operator_length wrapper function.
6
7 2010-05-18 Michael Snyder <msnyder@vmware.com>
8
9 * ada-lang.c: White space.
10 * ada-typeprint.c: White space.
11 * ada-valprint.c: White space.
12 * addrmap.c: White space.
13 * auxv.c: White space.
14 * ax-gdb.c: White space.
15
16 2010-05-18 Hui Zhu <teawater@gmail.com>
17
18 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
19 for oldfp.
20 (inferior_call_waitpid): Move make_cleanup out of check.
21 Check the return of waitpid.
22 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
23
24 2010-05-17 Michael Snyder <msnyder@vmware.com>
25
26 * tui/tui.c: White space.
27 * tui/tui-data.c: White space.
28 * tui/tui-disasm.c: White space.
29 * tui/tui-file.c: White space.
30 * tui/tui-interp.c: White space.
31 * tui/tui-main.c: White space.
32 * tui/tui-out.c: White space.
33 * tui/tui-regs.c: White space.
34 * tui/tui-source.c: White space.
35 * tui/tui-stack.c: White space.
36 * tui/tui-win.c: White space.
37 * tui/tui-winsource.c: White space.
38
39 * procfs.c: White space.
40
41 * python/py-auto-load.c: White space.
42 * python/py-block.c: White space.
43 * python/py-breakpoint.c: White space.
44 * python/py-cmd.c: White space.
45 * python/py-function.c: White space.
46 * python/py-lazy-string.c: White space.
47 * python/py-objfile.c: White space.
48 * python/py-param.c: White space.
49 * python/py-prettyprint.c: White space.
50 * python/py-progspace.c: White space.
51 * python/py-symtab.c: White space.
52 * python/python.c: White space.
53 * python/py-type.c: White space.
54 * python/py-utils.c: White space.
55 * python/py-value.c: White space.
56
57 * mi/mi-cmd-break.c: White space.
58 * mi/mi-cmd-env.c: White space.
59 * mi/mi-cmds.c: White space.
60 * mi/mi-cmd-stack.c: White space.
61 * mi/mi-cmd-var.c: White space.
62 * mi/mi-console.c: White space.
63 * mi/mi-getopt.c: White space.
64 * mi/mi-interp.c: White space.
65 * mi/mi-main.c: White space.
66 * mi/mi-out.c: White space.
67 * mi/mi-parse.c: White space.
68
69 * cli/cli-cmds.c: White space.
70 * cli/cli-decode.c: White space.
71 * cli/cli-dump.c: White space.
72 * cli/cli-interp.c: White space.
73 * cli/cli-logging.c: White space.
74 * cli/cli-script.c: White space.
75 * cli/cli-setshow.c: White space.
76
77 * valarith.c: White space.
78 * valops.c: White space.
79 * valprint.c: White space.
80 * value.c: White space.
81 * varobj.c: White space.
82 * xcoffread.c: White space.
83 * xml-support.c: White space.
84 * xml-tdesc.c: White space.
85
86 2010-05-17 Andreas Schwab <schwab@redhat.com>
87
88 PR gdb/11092
89 * c-lang.c (c_printstr): Compute real length of NUL terminated
90 string at first.
91
92 2010-05-17 Joel Brobecker <brobecker@adacore.com>
93
94 * parse.c (parse_exp_in_context): When block is not NULL, use
95 its associated language to parse the expression instead of
96 the current_language.
97
98 2010-05-17 Joel Brobecker <brobecker@adacore.com>
99
100 * jv-lang.c (java_lookup_class): Remove commented out code.
101 (type_from_class): Likewise.
102 (java_op_print_tab): Remove commented-out elements.
103
104 2010-05-17 Joel Brobecker <brobecker@adacore.com>
105
106 * ada-lang.c (to_fixed_range_type): The the raw index type as
107 argument instead of the raw type name. Remove orig_type parameter.
108 Update calls throughout.
109 (ada_fixup_array_indexes_type): New function.
110 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
111 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
112 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
113 Remove name parameter.
114 (print_array_type): Add call to ada_fixup_array_indexes_type.
115 Update calls to print_range_type.
116 (ada_print_type): Update calls to print_range_type.
117
118 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
119
120 * dwarf2read.c (read_set_type): Set type length if
121 DW_AT_byte_size attribute is present.
122
123 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
124
125 * p-valprint.c (pascal_val_print): Handle set type if range limits
126 are undefined but size is known.
127
128 2010-05-17 Pedro Alves <pedro@codesourcery.com>
129
130 * procfs.c: Reformat.
131
132 2010-05-16 Michael Snyder <msnyder@vmware.com>
133
134 * target.c: White space.
135 * target-descriptions.c: White space.
136 * target-memory.c: White space.
137 * thread.c: White space.
138 * top.c: White space.
139 * tracepoint.c: White space.
140 * trad-frame.c: White space.
141 * tramp-frame.c: White space.
142 * ui-file.c: White space.
143 * ui-out.c: White space.
144 * user-regs.c: White space.
145 * utils.c: White space.
146
147 * scm-exp.c: White space.
148 * scm-lang.c: White space.
149 * scm-valprint.c: White space.
150 * sentinel-frame.c: White space.
151 * ser-base.c: White space.
152 * ser-go32.c: White space.
153 * serial.c: White space.
154 * ser-mingw.c: White space.
155 * ser-pipe.c: White space.
156 * ser-tcp.c: White space.
157 * ser-unix.c: White space.
158 * solib.c: White space.
159 * solib-darwin.c: White space.
160 * solib-frv.c: White space.
161 * solib-irix.c: White space.
162 * solib-osf.c: White space.
163 * solib-pa64.c: White space.
164 * solib-som.c: White space.
165 * solib-spu.c: White space.
166 * solib-svr4.c: White space.
167 * solib-target.c: White space.
168 * source.c: White space.
169 * stabsread.c: White space.
170 * stack.c: White space.
171 * std-regs.c: White space.
172 * symfile.c: White space.
173 * symmisc.c: White space.
174 * symtab.c: White space.
175
176 2010-05-16 Michael Snyder <msnyder@vmware.com>
177
178 * source.c (_initialize_source): Add "rev" as an abbreviation
179 for the "reverse-search" command.
180
181 2010-05-16 Michael Snyder <msnyder@vmware.com>
182
183 * record.c: White space.
184 * regcache.c: White space.
185 * reggroups.c: White space.
186 * remote-fileio.c: White space.
187 * remote-m32r-sdi.c: White space.
188 * remote-mips.c: White space.
189 * remote-sim.c: White space.
190 * remote.c: White space.
191 (process_g_packet): Remove orphan braces.
192
193 2010-05-15 Michael Snyder <msnyder@vmware.com>
194
195 * parse.c: White space.
196 * p-lang.c: White space.
197 * posix-hdep.c: White space.
198 * printcmd.c: White space.
199 * progspace.c: White space.
200 * prologue-value.c: White space.
201 * psymtab.c: White space.
202 * p-typeprint.c: White space.
203 * p-valprint.c: White space.
204
205 * objc-lang.c: White space.
206 * objfiles.c: White space.
207 * observer.c: White space.
208 * osabi.c: White space.
209 * osdata.c: White space.
210
211 * m2-lang.c: White space.
212 * m2-valprint.c: White space.
213 * macrocmd.c: White space.
214 * macroexp.c: White space.
215 * macroscope.c: White space.
216 * macrotab.c: White space.
217 * main.c: White space.
218 * maint.c: White space.
219 * mdebugread.c: White space.
220 * memattr.c: White space.
221 * minsyms.c: White space.
222 * monitor.c: White space.
223
224 2010-05-14 Michael Snyder <msnyder@vmware.com>
225
226 * jv-lang.c: White space.
227 * jv-typeprint.c: White space.
228 * jv-valprint.c: White space.
229 * language.c: White space.
230 * libunwind-frame.c: White space.
231 * linespec.c: White space.
232 * linux-nat.c: White space.
233 * linux-record.c: White space.
234 * linux-thread-db.c: White space.
235
236 * infcall.c: White space.
237 * inf-child.c: White space.
238 * infcmd.c: White space.
239 * inferior.c: White space.
240 * inf-loop.c: White space.
241 * inflow.c: White space.
242 * inline-frame.c: White space.
243 * interps.c: White space.
244
245 * gcore.c: White space.
246 * gdb.c: White space.
247 * gdbtypes.c: White space.
248 * gnu-nat.c: White space.
249 * gnu-v2-abi.c: White space.
250 * gnu-v3-abi.c: White space.
251
252 * findcmd.c: White space.
253 * findvar.c: White space.
254 * fork-child.c: White space.
255 * frame-base.c: White space.
256 * frame.c: White space.
257 * frame-unwind.c: White space.
258 * f-valprint.c: White space.
259
260 * elfread.c: White space.
261 * environ.c: White space.
262 * eval.c: White space.
263 * event-loop.c: White space.
264 * event-top.c: White space.
265 * exceptions.c: White space.
266 * exec.c: White space.
267 * expprint.c: White space.
268
269 * dbxread.c: White space.
270 * dcache.c: White space.
271 * disasm.c: White space.
272 * doublest.c: White space.
273 * dsrec.c: White space.
274 * dummy-frame.c: White space.
275 * dwarf2expr.c: White space.
276 * dwarf2-frame.c: White space.
277 * dwarf2loc.c: White space.
278 * dwarf2read.c: White space.
279
280 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
281
282 PR python/11482
283
284 * python/py-value.c (valpy_hash): New function.
285 (value_object_type): Register valpy_hash.
286
287 2010-05-14 Hui Zhu <teawater@gmail.com>
288 Michael Snyder <msnyder@vmware.com>
289
290 * linux-fork.c (gdbthread.h): New include.
291 (fork_info): Add parent_ptid.
292 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
293 functions.
294 (delete_checkpoint_command): Call inferior_call_waitpid.
295 (checkpoint_command): Set parent_ptid.
296
297 2010-05-13 Michael Snyder <msnyder@vmware.com>
298
299 * dictionary.c: Re-indent to GNU coding standard.
300
301 * charset.c: White space.
302 * c-lang.c: White space.
303 * cli-out.c: White space.
304 * coffread.c: White space.
305 * complaints.c: White space.
306 * completer.c: White space.
307 * corefile.c: White space.
308 * corelow.c: White space.
309 * cp-abi.c: White space.
310 * cp-namespace.c: White space.
311 * cp-support.c: White space.
312 * cp-valprint.c: White space.
313 * c-typeprint.c: White space.
314 * c-valprint.c: White space.
315 * blockframe.c: White space.
316 * breakpoint.c: White space.
317 * buildsym.c: White space.
318 * blockframe.c: White space.
319 * bcache.c: White space.
320 * gdbarch.sh: White space, add blank lines.
321 * arch-utils.c: Ditto.
322 * gdbarch.c: Regenerate.
323 * frame.c: White space, add blank lines.
324 * stack.c: White space, add blank lines.
325 (initialize_stack): Remove long-dead code.
326
327 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
328
329 Code cleanup.
330 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
331 (locexpr_read_variable, loclist_read_variable): Update the callers.
332
333 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
334
335 Code cleanup.
336 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
337 Remove check of NULL returned by tag_type_to_type.
338 (die_containing_type): Remove variable type. Remove type_die variable
339 initialization. Remove check of NULL returned by tag_type_to_type.
340
341 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
342
343 PR exp/11530.
344 * gdbtypes.c (lookup_struct_elt_type): Also lookup
345 names of unnamed structures or unions.
346
347 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
348
349 * procfs.c (proc_watchpoint_address): New function.
350 (procfs_stopped_by_watchpoint): Remove useless check after
351 find_procinfo_or_die call.
352 (procfs_stopped_data_address): New function.
353 (procfs_use_watchpoints): Register new watchpoint related function.
354
355 2010-05-11 Tom Tromey <tromey@redhat.com>
356
357 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
358
359 2010-05-10 Michael Snyder <msnyder@vmware.com>
360
361 * utils.c: White space cleanup.
362
363 2010-05-10 Tom Tromey <tromey@redhat.com>
364
365 * eval.c (ptrmath_type_p): Add 'lang' argument.
366 (evaluate_subexp_standard): Update.
367 (evaluate_subexp_with_coercion): Update.
368 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
369
370 2010-05-10 Michael Snyder <msnyder@vmware.com>
371
372 * utils.c (do_fclose_cleanup) Restore local variable.
373
374 2010-05-09 Doug Evans <dje@google.com>
375
376 * record.c (init_record_core_ops): Rename record_core to record-core.
377
378 2010-05-08 Joel Brobecker <brobecker@adacore.com>
379
380 Implement task switching on pa-hpux.
381 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
382 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
383
384 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
385
386 * valops.c (find_overload_match): Add missing i18n markup.
387
388 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
389
390 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
391
392 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
393
394 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
395 list for the obconcat call.
396 * mdebugread.c (parse_symbol): Likewise.
397 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
398 Likewise.
399 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
400 New variable ap. Remove variables len and val.
401 * symfile.h (obconcat): Likewise for the prototype.
402
403 2010-05-07 Michael Snyder <msnyder@vmware.com>
404
405 * python/python.c (execute_gdb_command): Remove unused variables.
406 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
407 * python/py-breakpoint.c (gdbpy_breakpoint_created):
408 Remove unused variable.
409 * python/py-cmd.c (cmdpy_function): Remove unused variable.
410 (cmdpy_completer): Remove unused variable.
411 * python/py-frame.c (frapy_find_sal): Remove unused variable.
412 * python/py-function.c (fnpy_call): Remove unused variable.
413 * python/py-objfile.c (objfile_to_objfile_object):
414 Remove unused variable.
415 * python/py-param.c (parmpy_init): Remove unused variable.
416 * python/py-prettyprint.c (apply_varobj_pretty_printer):
417 Remove unused variable.
418 (gdbpy_default_visualizer): Remove unused variable.
419 * python/py-progspace.c (pspace_to_pspace_object):
420 Remove unused variable.
421 * python/py-symtab.c (symtab_and_line_to_sal_object):
422 Remove unused variable.
423 * python/py-type.c (typy_template_argument):
424 Remove unused variable.
425 * python/py-value.c (valpy_string): Remove unused variable.
426 (convert_value_from_python): Remove unused variables.
427
428 2010-05-07 Michael Snyder <msnyder@vmware.com>
429
430 * valops.c (value_cast_pointers): Restore unused variable 'type1',
431 and use it to compute variable 't1'.
432
433 2010-05-07 Joel Brobecker <brobecker@adacore.com>
434
435 * ada-lang.c (assign_aggregate): Remove unused variable.
436
437 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
438
439 PR C++/7943:
440 * valops.c (find_overload_match): Handle fsym == NULL case.
441 Add int no_adl argument.
442 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
443 when appropriate.
444 Add int no_adl argument.
445 (find_oload_champ_namespace): Add int no_adl argument.
446 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
447 expression.
448 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
449 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
450 Evaluate arguments and use them to perform ADL lookup.
451 Pass no_adl argument to find_overload_match.
452 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
453 * cp-support.h: Added prototype for
454 make_symbol_overload_list_namespace.
455 * cp-support.c (make_symbol_overload_list_namespace): New function.
456 (make_symbol_overload_list_adl_namespace): New function.
457 (make_symbol_overload_list_adl): New function.
458 (make_symbol_overload_list_using): Moved code to add function to
459 overload set to make_symbol_overload_list_namespace.
460 * c-exp.y: create UNKNOWN_CPP_NAME token.
461 Add parse rule for ADL functions.
462 (classify_name): Recognize an UNKNOWN_CPP_NAME.
463
464 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
465
466 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
467 sentinel.
468
469 2010-05-07 Joel Brobecker <brobecker@adacore.com>
470
471 Implement task switching on solaris targets.
472 * sol-thread.c (thread_db_find_thread_from_tid)
473 (sol_get_ada_task_ptid): New functions.
474 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
475
476 2010-05-07 Pedro Alves <pedro@codesourcery.com>
477
478 * remote.c (remote_query_supported_append): Use reconcat.
479 (remote_query_supported): Install a cleanup. Use reconcat.
480
481 2010-05-07 Pedro Alves <pedro@codesourcery.com>
482
483 * gdbarch.sh (qsupported): Delete.
484 * gdbarch.h, gdbarch.c: Regenerate.
485 * remote.c (remote_query_supported): Remove use of
486 gdbarch_qsupported.
487
488 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
489
490 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
491 function.
492
493 2010-05-06 Michael Snyder <msnyder@vmware.com>
494
495 * xml-support.c (xinclude_start_include): Delete unused variable.
496 (xml_process_xincludes): Delete unused variable.
497 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
498 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
499 (tdesc_find_arch_register): Delete unused variable.
500 (tdesc_use_registers): Delete unused variable.
501 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
502 * inferior.c (print_inferior): Delete unused variable.
503 * record.c (record_open_1): Delete unused variable.
504 (record_restore): Delete unused variable.
505 (cmd_record_save): Delete unused variable.
506 * gcore.c (derive_heap_segment): Delete unused variable.
507 (objfile_find_memory_regions): Use unused variable.
508 * jit.c (jit_inferior_init): Delete unused variable.
509 * progspace.c (clone_program_space): Delete unused variable.
510 (pspace_empty_p): Delete unused variable.
511
512 * frame-unwind.c (frame_unwind_find_by_frame):
513 Delete unused variable.
514 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
515 * cp-support.c (mangled_name_to_comp): Delete unused variable.
516 (method_name_from_physname): Delete unused variable.
517 (cp_func_name): Delete unused variable.
518 (cp_validate_operator): Delete unused variable.
519 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
520 Delete unused variable.
521 * trad-frame.c (trad_frame_get_prev_register):
522 Delete unused variable.
523 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
524
525 * serial.c (serial_for_fd): Delete unused variable.
526 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
527 * top.c (execute_command): Delete unused variable.
528 (init_main): Delete unused variable.
529 * utils.c (do_fclose_cleanup): Delete unused variable.
530 (do_all_inferior_continuations): Delete unused variable.
531 (initialize_utils): Delete unused variable.
532 (internal_problem_mode): Delete unused global.
533 * frame.c (get_prev_frame): Delete unused global.
534 (get_frame_locals_address): Delete unused global.
535 (get_frame_args_address): Delete unused global.
536
537 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
538 (pascal_type_print_varspec_prefix): Delete unused variable.
539 * f-typeprint.c (f_type_print_base): Delete unused variable.
540 (f_type_print_varspec_suffix): Delete unused variable.
541 * m2-typeprint.c (m2_print_type): Delete unused variable.
542 (m2_long_set): Delete unused variable.
543 * ada-valprint.c (ada_val_print_1): Delete unused variable.
544 * d-valprint.c (dynamic_array_type): Delete unused variable.
545 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
546 Delete unused variable.
547 (f77_create_arrayprint_offset_tbl): Delete unused variable.
548 * m2-valprint.c (m2_val_print): Delete unused variable.
549
550 * ui-out.c (ui_out_field_int): Delete unused variable.
551 (ui_out_field_fmt_int): Delete unused variable.
552 * varobj.c (varobj_list_children): Delete unused variable.
553 (varobj_set_value): Delete unused variable.
554 (install_new_value_visualizer): Delete unused variable.
555 (varobj_set_visualizer): Delete unused variable.
556 (varobj_update): Delete unused variable.
557 (varobj_editable_p): Delete unused variable.
558 (c_value_of_root): Delete unused variable.
559 (cplus_describe_child): Delete unused variable.
560
561 * ada-lang.c (add_defn_to_vec): Delete unused variable.
562 (decode_constrained_packed_array_type): Delete unused variable.
563 (add_defn_to_vec): Delete unused variable.
564 (symbol_completion_match): Delete unused variable.
565 (value_tag_from_contents_and_address): Delete unused variable.
566 (ada_evaluate_subexp): Delete unused variable.
567 * c-lang.c (classify_type): Delete unused variable.
568 * f-lang.c (f_printstr): Delete unused variable.
569 * objc-lang.c (objc_printstr): Delete unused variable.
570 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
571 * jv-lang.c (type_from_class): ifdef unused variable.
572 (java_class_name_from_physname): Delete unused variable.
573 * m2-lang.c (m2_printstr): Delete unused variable.
574
575 * objfiles.c (objfile_relocate): Delete unused variable.
576 * maint.c (_initialize_maint_cmds): Delete unused variable.
577 * demangle.c (_initialize_demangler): Delete unused variable.
578 * corefile.c (reopen_exec_file): Delete unused variable.
579 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
580 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
581
582 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
583 * memattr.c (mem_delete): Delete unused variable.
584 (invalidate_target_mem_regions): Delete unused variable.
585 * mem-break.c (default_memory_insert_breakpoint):
586 Delete unused variable.
587 * target.c (target_get_osdata): Delete unused variable.
588 * parse.c (length_of_subexp): Delete unused variable.
589 (prefixify_subexp): Delete unused variable.
590 (exp_iterate): Delete unused variable.
591 * reverse.c (delete_bookmark_command): Delete unused variable.
592
593 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
594 * macroexp.c (gather_arguments): Delete unused variable.
595 (substitute_args): Delete unused variable.
596 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
597 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
598 (_initialize_gdbarch): Delete unused variable.
599 * gdbarch.c, gdbarch.h: Regenerate.
600 * arch-utils.c (initialize_current_architecture):
601 Delete unused variable.
602 (_initialize_gdbarch_utils): Delete unused variable.
603 * gdbtypes.c (make_cv_type): Delete unused variable.
604 (make_type_with_address_space): Delete unused variable.
605
606 * linespec.c (decode_compound): Delete unused variable.
607 * dictionary.c (iterator_next_hashed): Delete unused variable.
608 * infcall.c (call_function_by_hand): Delete unused variable.
609 * infcmd.c (step_1): Delete unused variable.
610 (registers_info): Delete unused variable.
611 (attach_command): Delete unused variable.
612 * infrun.c (follow_exec): Delete unused variable.
613 (handle_step_into_function_backwards): Delete unused variable.
614 (_initialize_infrun): Delete unused variable.
615 * stack.c (parse_frame_specification_1): Delete unused variable.
616 (frame_info): Delete unused variable.
617 (backtrace_command_1): Delete unused variable.
618 (catch_info): Delete unused variable.
619
620 * eval.c (evaluate_subexp_standard): Delete unused variable.
621 * valops.c (value_cast_pointers): Delete unused variable.
622 (value_dynamic_cast): Delete unused variable.
623 (value_array): Delete unused variable.
624 (find_overload_match): Delete unused variable.
625 * valarith.c (value_subscript): Delete unused variable.
626 (value_binop): Delete unused variable.
627 * valprint.c (_initialize_valprint): Delete unused variable.
628 * printcmd.c (print_command_1): Delete unused variable.
629 (address_info): Delete unused variable.
630 (printf_command): Delete unused variable.
631
632 * auxv.c (target_auxv_search): Delete unused variable.
633 * blockframe.c (get_frame_block): Delete unused variable.
634 * regcache.c (regcache_cpy): Delete unused variable.
635 (regcache_cpy_no_passthrough): Delete unused variable.
636 * charset.c (wchar_iterate): Delete unused variable.
637 (find_charset_names): Delete unused variable.
638 (_initialize_charset): Delete unused variable.
639 * disasm.c (do_mixed_source_and_assembly):
640 Delete unused variable.
641 * source.c (set_default_source_symtab_and_line):
642 Delete unused variable.
643 (set_substitute_path_command): Delete unused variable.
644 * value.c (preserve_values): Delete unused variable.
645 (value_from_double): Delete unused variable.
646
647 2010-05-05 Michael Snyder <msnyder@vmware.com>
648
649 * psymtab.c (lookup_partial_symbol): Delete unused variable.
650 (find_last_source_symtab_from_partial): Delete unused variable.
651 * symfile.c (place_section): Delete unused variable.
652 (default_symfile_offsets): Delete unused variable.
653 (get_debug_link_info): Delete unused variable.
654 (find_separate_debug_file_by_debuglink): Delete unused variable.
655 (add_symbol_file_command): Delete unused variable.
656 (symfile_find_segment_sections): Delete unused variable.
657 * symmisc.c (free_symtab): Delete unused variable.
658 (dump_symtab_1): Delete unused variable.
659 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
660 (find_pc_sect_symtab): Delete unused variable.
661 (skip_prologue_using_lineinfo): Delete unused variable.
662 (sources_info): Delete unused variable.
663 (completion_list_add_name): Delete unused variable.
664 (expand_line_sal): Delete unused variable.
665
666 * breakpoint.c (validate_commands_for_breakpoint):
667 Delete unused variables.
668 (insert_catchpoint): Delete unused variable.
669 (update_watchpoint): Delete unused variable.
670 (insert_bp_location): Delete unused variable.
671 (insert_breakpoint_locations): Delete unused variable.
672 (remove_breakpoint_1): Delete unused variable.
673 (software_breakpoint_inserted_here_p): Delete unused variable.
674 (watchpoints_triggered): Delete unused variable.
675 (bpstat_check_watchpoint): Delete unused variable.
676 (bpstat_stop_status): Delete unused variable.
677 (print_one_breakpoint_location): Delete unused variable.
678 (allocate_bp_location): Delete unused variable.
679 (create_breakpoint): Delete unused variable.
680 (watch_command_1): Delete unused variable.
681 (catch_exception_command_1): Delete unused variable.
682 (catch_ada_exception_command): Delete unused variable.
683 (delete_breakpoint): Delete unused variable.
684 (breakpoint_re_set_one): Delete unused variable.
685 (do_enable_breakpoint): Delete unused variable.
686
687 2010-05-06 Pedro Alves <pedro@codesourcery.com>
688
689 * amd64-tdep.c: Include disasm.h.
690 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
691 (amd64_insn_length): Moved to disasm.c and renamed.
692 (fixup_riprel): Adjust.
693 * disasm.c (do_ui_file_delete): New.
694 (gdb_insn_length): New.
695 (gdb_buffered_insn_length_fprintf)
696 (gdb_buffered_insn_length_init_dis)
697 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
698 renamed.
699 * disasm.h (gdb_insn_length): Declare.
700 (gdb_buffered_insn_length): Declare.
701
702 2010-05-06 Pedro Alves <pedro@codesourcery.com>
703
704 * remote.c (clear_threads_parsing_context): New.
705 (remote_threads_info): Delete unused null_cleanup. Install a
706 cleanup to clear the threads_parsing_context in case parsing
707 throws.
708
709 2010-05-05 Michael Snyder <msnyder@vmware.com>
710
711 * c-exp.y (parse_string_or_char): Delete unused variable.
712 (c_lex): Delete unused variable.
713 * cp-name-parser.y (cpname_lex): Delete unused variable.
714 * ada-exp.y (find_primitive_type): Delete unused variable.
715 (write_var_or_type): Delete unused variable.
716 * jv-exp.y (java_parse): Delete unused variable.
717 (push_expression_name): Delete unused variable.
718 * p-exp.y (pascal_lex): Delete unused variable.
719
720 2010-05-05 Pedro Alves <pedro@codesourcery.com>
721
722 * remote.c (remote_threads_info): Really revert previous previous
723 change.
724
725 2010-05-05 Michael Snyder <msnyder@vmware.com>
726
727 * elfread.c (elf_symtab_read): Delete unused variable.
728 (find_separate_debug_file_by_buildid): Delete unused variables.
729 (elf_symfile_read): Delete unused variable.
730
731 * coffread.c (coff_symfile_read): Delete unused variables.
732
733 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
734 (read_pe_exported_syms): Delete unused variable.
735
736 * stabsread.c (define_symbol): Delete unused variable.
737
738 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
739 (process_psymtab_comp_unit): Delete unused variable.
740 (dwarf2_build_psymtabs_hard): Delete unused variable.
741 (load_partial_comp_unit): Delete unused variable.
742 (create_all_comp_units): Delete unused variable.
743 (scan_partial_symbols): Delete unused variable.
744 (add_partial_symbol): Delete unused variable.
745 (add_partial_namespace): Delete unused variable.
746 (add_partial_enumeration): Delete unused variable.
747 (load_full_comp_unit): Delete unused variable.
748 (process_full_comp_unit): Delete unused variable.
749 (read_file_scope): Delete unused variable.
750 (read_type_unit_scope): Delete unused variable.
751 (process_structure_scope): Delete unused variable.
752 (process_enumeration_scope): Delete unused variable.
753 (read_tag_ptr_to_member_type): Delete unused variable.
754 (read_typedef): Delete unused variable.
755 (read_partial_die): Delete unused variable.
756 (decode_locdesc): Delete unused variable.
757 (zeroed_partial_die): Delete unused global variable.
758
759 * tui/tui-interp.c (_initialize_tui_interp):
760 Delete unused variable.
761 * tui/tui-regs.c tui_display_registers_from):
762 Delete unused variable.
763 (tui_check_register_values): Delete unused variable.
764 (tui_register_format): Delete unused variable.
765 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
766 * tui/tui-windata.c (tui_display_data_from_line):
767 Delete unused variables.
768 (tui_vertical_data_scroll): Delete unused variables.
769
770 2010-05-05 Michael Snyder <msnyder@vmware.com>
771
772 * remote.c (remote_threads_info): Revert questionable part of
773 the previous change.
774
775 2010-05-05 Michael Snyder <msnyder@vmware.com>
776
777 * mi/mi-out.c (mi_table_begin): Delete unused variable.
778 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
779 (mi_cmd_var_list_children): Delete unused variable.
780 (varobj_update_one): Delete unused variable.
781 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
782 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
783 Delete unused variable.
784 (mi_cmd_stack_list_variables): Delete unused variable.
785 (list_args_or_locals): Delete unused variable.
786 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
787 Delete unused variables.
788 (mi_cmd_file_list_exec_source_files): Delete unused variable.
789 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
790 Delete unused variable.
791 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
792 (mi_cmd_interpreter_exec): Delete unused variable.
793 (mi_on_normal_stop): Delete unused variable.
794 * mi/mi-main.c (run_one_inferior): Delete unused variable.
795 (print_one_inferior): Delete unused variables.
796 (mi_execute_command): Delete unused variable.
797 (mi_cmd_execute): Delete unused variable.
798 (timestamp): Delete unused variable.
799
800 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
801 (restore_binary_file): Delete unused variable.
802 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
803 * cli/cli-script.c (define_command): Delete unused variables.
804 (recurse_read_control_structure): Delete unused variable.
805 (script_from_file): Delete unused variable.
806 * cli/cli-cmds.c (complete_command): Delete unused variable.
807 (disassemble_command): Delete unused variable.
808
809 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
810 * tracepoint.c (delete_trace_variable_command):
811 Delete unused variables.
812 (encode_actions_1): Delete unused variables.
813 (start_tracing): Delete unused variable.
814 (trace_status_mi): Delete unused variable.
815 (tfind_1): Delete unused variable.
816 (trace_find_pc_command): Delete unused variable.
817 (trace_find_line_command): Delete unused variables.
818 (trace_find_range_command): Delete unused variables.
819 (trace_find_outside_command): Delete unused variables.
820 (parse_tracepoint_definition): Delete unused variables.
821 (tfile_fetch_registers): Delete unused variable.
822
823 * dcache.c (dcache_init): Delete unused variable.
824 (dcache_info): Delete unused variable.
825
826 * remote.c (remote_threads_info): Delete unused variable.
827 (process_stop_reply) :Delete unused variable.
828 (remote_get_trace_status): Delete unused variables.
829
830 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
831 (thread_from_lwp): Delete unused variable.
832 (enable_thread_event_reporting): Delete unused variable.
833 (check_for_thread_db): Delete unused variables.
834 (thread_db_find_new_threads_2): Delete unused variable.
835
836 * linux-fork.c (info_checkpoints_command): Delete unused variables.
837 (checkpoint_command): Delete unused variable.
838 (linux_fork_context): Delete unused variables.
839
840 * linux-nat.c (linux_parent_pid): Delete unused global variable.
841 (linux_tracefork_child): Delete unused variable.
842 (linux_child_follow_fork): Delete unused variable.
843 (linux_nat_detach): Delete unused variable.
844 (linux_handle_extended_wait): Delete unused variable.
845 (linux_nat_has_pending_sigint): Delete unused variable.
846 (linux_nat_find_memory_regions): Delete unused variable.
847 (linux_nat_make_corefile_notes): Delete unused variables.
848 (linux_nat_info_proc_cmd): Delete unused variable.
849 (linux_proc_pending_signals): Delete unused variable.
850 (linux_nat_stop_lwp): Delete unused variables.
851 (_initialize_linux_nat): Delete unused variable.
852
853 * ser-pipe.c (pipe_ops): Delete unused global variable.
854
855 * linux-record.c (record_linux_system_call):
856 Delete unused variables.
857
858 * corelow.c (core_xfer_partial): Delete unused variables.
859
860 * solib-svr4.c (find_program_interpreter): Delete unused variable.
861 (svr4_solib_create_inferior_hook): Add ifdef around
862 conditionally-used variable declarations.
863
864 * solib.c (solib_find): Delete unused variable.
865 (free_so_symbols): Delete unused variable.
866 (info_sharedlibrary_command): Delete unused variable.
867 (reload_shared_libraries_1): Delete unused variable.
868 (_initialize_solib): Delete unused variable.
869
870 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
871 (i386_collect_xstateregset): Delete unused variable.
872 * i387-tdep.c (i387_print_float_info): Delete unused variable.
873
874 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
875 Delete unused variable 'type'.
876
877 2010-05-05 Joel Brobecker <brobecker@adacore.com>
878
879 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
880 ada-lang.c: Remove comment mentioning these macros.
881 * m2-exp.y: Delete commented out code.
882
883 2010-05-05 Joel Brobecker <brobecker@adacore.com>
884
885 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
886 for array types.
887 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
888
889 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
890
891 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
892 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
893 ATTRIBUTE_UNUSED.
894 (cleanup_kernel_helper_return): Likewise.
895 * arm-tdep.c (copy_unmodified): Likewise.
896 (copy_preload): Likewise.
897 (copy_copro_load_store): Likewise.
898 (cleanup_branch): Likewise.
899 (copy_b_bl_blx): Likewise.
900 (copy_bx_blx_reg): Likewise.
901 (copy_alu_imm): Likewise.
902 (copy_alu_reg): Likewise.
903 (copy_alu_shifted_reg): Likewise.
904 (cleanup_load): Likewise.
905 (cleanup_store): Likewise.
906 (cleanup_block_load_pc): Likewise.
907 (cleanup_svc): Likewise.
908 (copy_undef): Likewise.
909 (copy_unpred): Likewise.
910 * remote.c (register_remote_support_xml): Likewise.
911
912 2010-05-05 Hui Zhu <teawater@gmail.com>
913
914 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
915
916 2010-05-04 Mark Kettenis <kettenis@gnu.org>
917
918 * remote.c (register_remote_support_xml)
919 (remote_query_supported_append, remote_query_supported): Add cast
920 to NULL used as sentinel.
921 * tracepoint.c (tvariables_info_1): Likewise.
922 * utils.c (add_internal_problem_command): Likewise.
923
924 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
925
926 * dwarf2loc.c (read_pieced_value, write_pieced_value,
927 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
928 registers gracefully.
929
930 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
931
932 * exec.c (print_section_info): Display entry point without arch
933 specific parts.
934
935 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
936
937 PR exp/11349.
938 * printcmd.c (x_command): Only dereference once implicitly for
939 TYPE_CODE_REF.
940
941 2010-05-03 Doug Evans <dje@google.com>
942
943 * event-loop.c (gdb_timer): Delete unused global.
944 (create_timer): Update.
945
946 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
947
948 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
949 CURRENT->DECLARATION case.
950 * cp-support.h (struct using_direct): Provide extended comment.
951
952 2010-05-03 Mark Kettenis <kettenis@gnu.org>
953
954 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
955 HPPABSD_SIZEOF_GREGS.
956 (HPPAOBSD_SIZEOF_FPREGS): New define.
957 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
958 (hppaobsd_supply_fpregset): New function.
959 (hppaobsd_gregset): Renamed from hppabsd_gregset.
960 (hppaobsd_fpregset): New variable.
961 (hppaobsd_regset_from_core_section): Handle floating-point registers.
962 (_initialize_hppabsd_tdep): Remove spurious blank line.
963
964 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
965
966 PR pascal/11349.
967 * p-valprint.c (pascal_value_print): Always dereference a value with
968 type code TYPE_CODE_REF.
969
970 2010-05-03 Pedro Alves <pedro@codesourcery.com>
971
972 * remote.c (remote_notice_signals): New.
973 (remote_start_remote): In non-stop mode, update the remote end on
974 which signals it can silently pass.
975 (init_remote_ops): Install remote_notice_signals.
976
977 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
978
979 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
980 * command.h (error_no_arg): ... here. Remove NORETURN, change
981 ATTR_NORETURN to ATTRIBUTE_NORETURN.
982 * defs.h (NORETURN, ATTR_NORETURN): Remove.
983 (perror_with_name, verror, error, error_stream, vfatal, fatal)
984 (internal_verror, internal_error, nomem): Remove NORETURN, change
985 ATTR_NORETURN to ATTRIBUTE_NORETURN.
986 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
987 (throw_vfatal, throw_error): Remove NORETURN.
988 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
989 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
990 (throw_error, deprecated_throw_reason): Remove NORETURN, change
991 ATTR_NORETURN to ATTRIBUTE_NORETURN.
992 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
993 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
994 NORETURN.
995 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
996 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
997 ATTRIBUTE_NORETURN.
998 * target.c (tcomplain): Likewise.
999 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
1000 ATTRIBUTE_NORETURN.
1001 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
1002 (internal_error, perror_with_name, nomem): Remove NORETURN.
1003 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
1004 ATTRIBUTE_NORETURN.
1005
1006 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1007
1008 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
1009 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
1010 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
1011 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
1012 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
1013 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
1014 * complaints.h (complaint, internal_complaint): Likewise.
1015 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
1016 (ATTR_FORMAT): Remove.
1017 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
1018 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
1019 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
1020 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
1021 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
1022 (internal_error, internal_vwarning, internal_warning, warning)
1023 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
1024 * disasm.c (fprintf_disasm): Likewise.
1025 * exceptions.c (throw_it): Likewise.
1026 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
1027 (throw_error): Likewise.
1028 * language.h (type_error, range_error): Likewise.
1029 * linespec.c (cplusplus_error): Likewise.
1030 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
1031 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
1032 * monitor.c (monitor_debug): Likewise.
1033 * parser-defs.h (parser_fprintf): Likewise.
1034 * serial.h (serial_printf): Likewise.
1035 * tui/tui-hooks.c (tui_query_hook): Likewise.
1036 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
1037 (uo_message): Likewise.
1038 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
1039 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
1040 Likewise.
1041 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
1042
1043 2010-05-02 Pedro Alves <pedro@codesourcery.com>
1044
1045 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
1046 (cli_table_header, cli_begin, cli_end, cli_field_int)
1047 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
1048 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
1049 Delete forward declarations.
1050 (cli_ui_out_impl): Move below the callbacks.
1051 (_initialize_cli_out): Delete.
1052
1053 2010-05-02 Pedro Alves <pedro@codesourcery.com>
1054
1055 * README: Use consistent `GDB' and `GDBserver' spellings.
1056
1057 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1058
1059 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
1060
1061 2010-05-01 Pedro Alves <pedro@codesourcery.com>
1062
1063 * infrun.c (prepare_for_detach): In non-stop, context switch to
1064 the thread that got the event before handling the event.
1065
1066 2010-04-30 Tom Tromey <tromey@redhat.com>
1067
1068 * symtab.c (symbol_set_names): Fix typo.
1069
1070 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
1071
1072 * python/py-param.c (parm_constants): Avoid ARI warning
1073 by adding ARI comment.
1074 (parmpy_init): Likewise.
1075
1076 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
1077
1078 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
1079 and created type for re-use.
1080
1081 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
1082
1083 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
1084
1085 2010-04-29 Doug Evans <dje@google.com>
1086
1087 * ser-base.h (reschedule): Delete prototype.
1088 * ser-base.c (reschedule): Make static.
1089
1090 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1091
1092 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
1093 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
1094 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
1095 EABI.
1096 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
1097 use.
1098
1099 2010-04-29 Pedro Alves <pedro@codesourcery.com>
1100
1101 PR gdb/11557
1102
1103 * regcache.c (registers_changed): Rename to ...
1104 (registers_changed_ptid): ... this, and only delete register cache
1105 entries matching the ptid filter argument.
1106 (registers_changed): Reimplement on top of registers_changed_ptid.
1107 * regcache.h (registers_changed_ptid): Declare.
1108 * target.c (target_resume): Flush register caches.
1109
1110 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1111 Tom Tromey <tromey@redhat.com>
1112 Thiago Jung Bauermann <bauerman@br.ibm.com>
1113
1114 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
1115 (SUBDIR_PYTHON_SRCS): Likewise.
1116 (py-parameter.o): New rule.
1117 * python/py-parameter.c: New file.
1118 * python/python-internal.h (gdbpy_initialize_parameter)
1119 (gdbpy_parameter, gdbpy_parameter_value)
1120 (gdbpy_parse_command_name): Declare.
1121 * python/py-cmd.c (parse_command_name): Rename to
1122 gdbpy_parse_command_name.
1123 (gdbpy_parse_command_name): Accept a starting list parameter and
1124 use over cmdlist.
1125 (cmdpy_init): Use gdbpy_parse_command_name.
1126 * python/python.c (parameter_to_python): Rename to
1127 gdbpy_parameter_to_python. Accept enum var_types and value.
1128 (gdbpy_parameter): Use gdbpy_parameter_value.
1129 (_initialize_python): Call gdbpy_initialize_parameters.
1130
1131 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1132
1133 * MAINTAINERS: Add myself for write after approval privileges.
1134
1135 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1136
1137 D language support.
1138 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
1139 (COMMON_OBS): Add d-lang.o d-valprint.o.
1140 (HFILES_NO_SRCDIR): Add d-lang.h.
1141 * NEWS: Mention D language support.
1142 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
1143 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
1144 * d-lang.c: New file.
1145 * d-lang.h: New file.
1146 * d-valprint.c: New file.
1147 * defs.h (enum language): Add language_d.
1148 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
1149 * language.c (binop_result_type, integral_type, character_type)
1150 (string_type, boolean_type, structured_type): Add language_d.
1151 * symfile.c (init_filename_language_table): Add language_d.
1152 * symtab.c: Include d-lang.h.
1153 (symbol_init_language_specific, symbol_find_demangled_name)
1154 (symbol_natural_name, lookup_symbol_in_language)
1155 (symbol_demangled_name, symbol_matches_domain): Add language_d.
1156
1157 2010-04-27 Joel Brobecker <brobecker@adacore.com>
1158
1159 * solib-svr4.c (solib_svr4_r_map): Expand function description.
1160
1161 2010-04-27 Joel Brobecker <brobecker@adacore.com>
1162
1163 * symfile.c (init_filename_language_table): Register .dg files
1164 with language_ada.
1165
1166 2010-04-27 Joel Brobecker <brobecker@adacore.com>
1167
1168 * gdbtypes.h (struct main_type): Expand comment about target_type
1169 field.
1170
1171 2010-04-27 Pedro Alves <pedro@codesourcery.com>
1172 Tristan Gingold <gingold@adacore.com>
1173
1174 * symfile.c (reread_symbols): Also search for file in libraries.
1175 Update comment.
1176
1177 2010-04-27 Joel Brobecker <brobecker@adacore.com>
1178
1179 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
1180 in terms of configuration.
1181
1182 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1183
1184 * objfiles.c: Include solist.h.
1185 (free_all_objfiles): New variable so. Check stale solist objfiles.
1186 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
1187 and no_shared_libraries.
1188
1189 2010-04-27 Joel Brobecker <brobecker@adacore.com>
1190
1191 ARI warning fix.
1192 * python/py-auto-load.c (source_section_scripts): Remove trailing
1193 new-line in i18n string.
1194
1195 2010-04-26 Doug Evans <dje@google.com>
1196
1197 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
1198
1199 2010-04-26 Tom Tromey <tromey@redhat.com>
1200
1201 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
1202 command list.
1203
1204 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1205
1206 Removal of config/i386/nm-i386sol2.h native configuration file.
1207 * config/i386/nm-i386sol2.h: Remove file.
1208 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
1209 * config/i386/sol2-64.mh: Idem.
1210 * config/djgpp/fnchange.lst: Remove reference to that file.
1211 * Makefile.in (HFILES_NO_SRCDIR): Idem.
1212
1213 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1214
1215 PR breakpoints/11531.
1216 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
1217 macro definition and related comment.
1218 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
1219 (resume): Remove code and comment related to this macro.
1220
1221 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1222
1223 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
1224 Fix whitespace.
1225
1226 2010-04-24 Pedro Alves <pedro@codesourcery.com>
1227
1228 * defs.h: Adjust comment.
1229 * filesystem.h, filesystem.c: New files.
1230 * Makefile.in (SFILES): Add filesystem.c.
1231 (COMMON_OBS): Add filesystem.o.
1232 * solib.c (solib_find): Handle DOS-based filesystems. Handle
1233 different target and host path flavours.
1234 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
1235 has_dos_based_file_system on the gdbarch.
1236 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
1237 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
1238 * i386-tdep.c (i386_go32_init_abi): Ditto.
1239 * gdbarch.sh (has_dos_based_file_system): New.
1240 * gdbarch.h, gdbarch.c: Regenerate.
1241 * NEWS: Mention improved support for remote targets with DOS-based
1242 filesystems. Mention new `set/show target-file-system-kind'
1243 commands.
1244
1245 2010-04-23 Stan Shebs <stan@codesourcery.com>
1246
1247 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
1248 comments.
1249 (struct agent_reqs): Remove.
1250 (ax_reg_mask): Declare.
1251 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
1252 (free_agent_expr): Free reg_mask.
1253 (ax_print): Add scope and register mask info.
1254 (ax_reqs): Remove agent_reqs argument, use agent expression
1255 fields, and move part of register mask computation to...
1256 (ax_reg_mask): New function.
1257 * ax-gdb.c (gen_trace_static_fields): Call it.
1258 (gen_traced_pop): Ditto.
1259 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
1260 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
1261 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
1262 (gen_eval_for_expr): Ditto, and require an rvalue.
1263 (agent_command): Call ax_reqs.
1264 (agent_eval_command): Ditto.
1265 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
1266 (validate_action_line): Ditto.
1267 (collect_symbol): Ditto.
1268 (encode_actions_1): Ditto.
1269
1270 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
1271 Paul Pluzhnikov <ppluzhnikov@google.com>
1272 Jan Kratochvil <jan.kratochvil@redhat.com>
1273
1274 Fix deadlock on looped list of loaded shared objects.
1275 * solib-svr4.c (LM_PREV): New function.
1276 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
1277 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
1278 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
1279 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
1280
1281 2010-04-23 Doug Evans <dje@google.com>
1282
1283 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
1284 python.
1285 * configure: Regenerate.
1286 * main.c: #include "python/python.h".
1287 (captured_main): Defer loading auto-loaded scripts until after
1288 local_gdbinit has been sourced.
1289 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
1290 (load_auto_scripts_for_objfile): New function.
1291 (auto_load_new_objfile): Call it.
1292 * python/python.h (gdbpy_global_auto_load): Declare.
1293 (load_auto_scripts_for_objfile): Declare.
1294
1295 Add support for auto-loading scripts from .debug_gdb_scripts section.
1296 * NEWS: Add entry for .debug_gdb_scripts.
1297 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
1298 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
1299 (py-auto-load.o): New rule.
1300 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
1301 * cli/cli-cmds.h (find_and_open_script): Update prototype.
1302 * python/py-auto-load.c: New file.
1303 * python/python-internal.h: #include <stdio.h>.
1304 (set_python_list, show_python_list): Declare.
1305 (gdbpy_initialize_auto_load): Declare.
1306 (source_python_script_for_objfile): Declare.
1307 * python/python.c: Remove #include of observer.h.
1308 (gdbpy_auto_load): Moved to py-auto-load.c.
1309 (GDBPY_AUTO_FILENAME): Ditto.
1310 (gdbpy_new_objfile): Delete.
1311 (source_python_script_for_objfile): New function.
1312 (set_python_list, show_python_list): Make externally visible.
1313 (_initialize_python): Move "auto-load" command to py-auto-load.c
1314 and observer_attach_new_objfile to py-auto-load.c.
1315
1316 2010-04-23 Jerome Guitton <guitton@adacore.com>
1317
1318 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
1319 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
1320 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
1321 New constants.
1322 (alpha_heuristic_analyze_probing_loop): New function.
1323 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
1324 and handle cases when a stack probe loop is generated.
1325 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
1326 (alpha_mdebug_max_frame_size_exceeded): New function.
1327 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
1328 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
1329 Return 0 when the maximum debuggable frame size has been exceeded.
1330
1331 2010-04-23 Joel Brobecker <brobecker@adacore.com>
1332
1333 Fix ARI warning.
1334 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
1335
1336 2010-04-20 Chris Moller <cmoller@redhat.com>
1337
1338 PR 10179
1339
1340 * symtab.c (rbreak_command): Added code to include a filename
1341 specification in the rbreak argument.
1342 * NEWS: Added a brief description of filename-qualified rbreak.
1343
1344 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1345
1346 Fix crashes on dangling display expressions.
1347 * ada-lang.c (ada_operator_check): New function.
1348 (ada_exp_descriptor): Fill-in the field operator_check.
1349 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
1350 * jv-lang.c (exp_descriptor_java): Likewise.
1351 * m2-lang.c (exp_descriptor_modula2): Likewise.
1352 * scm-lang.c (exp_descriptor_scm): Likewise.
1353 * parse.c (exp_descriptor_standard): Likewise.
1354 (operator_check_standard): New function.
1355 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
1356 * parser-defs.h (struct exp_descriptor): New field operator_check.
1357 (operator_check_standard, exp_uses_objfile): New declarations.
1358 * printcmd.c: Remove the inclusion of solib.h.
1359 (display_uses_solib_p): Remove the function.
1360 (clear_dangling_display_expressions): Call lookup_objfile_from_block
1361 and exp_uses_objfile instead of display_uses_solib_p.
1362 * solist.h (struct so_list) <objfile>: New comment.
1363 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
1364 * symtab.h (lookup_objfile_from_block): New declaration.
1365 (struct general_symbol_info) <obj_section>: Extend the comment.
1366
1367 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1368 Thiago Jung Bauermann <bauerman@br.ibm.com>
1369
1370 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
1371 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
1372 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
1373 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
1374 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
1375 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
1376 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
1377 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
1378 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
1379 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
1380 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
1381 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
1382 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
1383 Define, in case <ptrace.h> doesn't provide it.
1384 (booke_debug_info): New variable.
1385 (max_slots_number): Ditto.
1386 (hw_break_tuple): New struct.
1387 (thread_points): Ditto.
1388 (ppc_threads): New variable.
1389 (PPC_DEBUG_CURRENT_VERSION): New define.
1390 (have_ptrace_new_debug_booke): New function.
1391 (ppc_linux_check_watch_resources): Renamed to ...
1392 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
1393 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
1394 (booke_cmp_hw_point): New function.
1395 (booke_find_thread_points_by_tid): Ditto.
1396 (booke_insert_point): Ditto.
1397 (booke_remove_point): Ditto.
1398 (ppc_linux_insert_hw_breakpoint): Ditto.
1399 (ppc_linux_remove_hw_breakpoint): Ditto.
1400 (get_trigger_type): Ditto.
1401 (ppc_linux_insert_watchpoint): Handle BookE processors.
1402 (ppc_linux_remove_watchpoint): Ditto.
1403 (ppc_linux_new_thread): Ditto.
1404 (ppc_linux_thread_exit): New function..
1405 (ppc_linux_stopped_data_address): Handle BookE processors.
1406 (ppc_linux_watchpoint_addr_within_range): Ditto.
1407 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
1408 to_remove_hw_breakpoint fields of the target operations struct.
1409 Add observe for the thread_exit event.
1410
1411 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
1412
1413 * i386-linux-nat.c (regmap): Removed.
1414 (fetch_register): Replace regmap with
1415 i386_linux_gregset_reg_offset.
1416 (store_register): Likewise.
1417 (supply_gregset): Likewise.
1418 (fill_gregset): Likewise.
1419
1420 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
1421 global.
1422
1423 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
1424
1425 2010-04-22 Chris Moller <cmoller@redhat.com>
1426
1427 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
1428 method of popping recursion-detection stack with a method based on
1429 obstack_object_size(). (Similar to the PR9167 patch below, but for
1430 the static array obstack rather than the static member obstack.)
1431
1432 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
1433
1434 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
1435 (_initialize_amd64_linux_nat): Replace
1436 amd64_linux_gregset64_reg_offset with
1437 amd64_linux_gregset_reg_offset.
1438
1439 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
1440 global.
1441
1442 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
1443
1444 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1445
1446 PR stabs/11479.
1447 * stabsread.c (set_length_in_type_chain): New function.
1448 (read_struct_type): Call set_length_in_type_chain function.
1449 (read_enum_type): Idem.
1450
1451 2010-04-21 Stan Shebs <stan@codesourcery.com>
1452 Nathan Sidwell <nathan@codesourcery.com>
1453
1454 * tracepoint.c (trace_save): Open in binary mode.
1455
1456 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1457
1458 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
1459 fields.
1460 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
1461 builtin_char32 fields.
1462 * printcmd.c (decode_format): Set char size to '\0'
1463 for strings unless explicit size is given.
1464 (print_formatted): Correct calculation of NEXT_ADDRESS
1465 for 16 or 32 bit strings.
1466 (do_examine): Do not force byte size for strings.
1467 Use builtin_char16 and builtin_char32 types to display
1468 16 or 32 bit-wide strings.
1469 (x_command): Set LAST_SIZE to 'b' for string type.
1470
1471 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
1472
1473 PR corefiles/11523
1474 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
1475 XCR0 first.
1476
1477 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
1478 there is no .reg-xstate section.
1479 (i386_linux_core_read_description): Check XCR0 first.
1480
1481 2010-04-21 Mike Frysinger <vapier@gentoo.org>
1482
1483 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
1484 for len <= 8.
1485
1486 2010-04-21 Chris Moller <cmoller@redhat.com>
1487
1488 PR 9167
1489 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
1490 method of popping recursion-detection stack with a method based on
1491 obstack_object_size().
1492
1493 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
1494
1495 PR pascal/11492.
1496 * p-valprint.c (pascal_val_print): Fix default printing of integer
1497 arrays.
1498
1499 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
1500
1501 Fix compilation warning on gcc-4.1.2.
1502 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
1503 local variable`pc' to zero.
1504
1505 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1506
1507 Implement thread support with core files on alpha-tru64.
1508 * dec-thread.c (dec_thread_find_new_threads): New function,
1509 extracted from resync_thread_list.
1510 (resync_thread_list): Add OPS parameter. Replace extracted-out
1511 code by call to dec_thread_find_new_threads.
1512 (dec_thread_wait): Update call to resync_thread_list.
1513 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
1514
1515 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1516
1517 * ada-lang.c (value_pointer): New function.
1518 (make_array_descriptor): Call value_pointer to convert addresses to
1519 pointers.
1520
1521 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1522
1523 * rs6000-aix-tdep.c: #include exceptions.h.
1524 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
1525 while reading the memory at ADDR, then ADDR cannot be a function
1526 descriptor.
1527
1528 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1529
1530 * ada-typeprint.c (ada_print_typedef): New function.
1531 * ada-lang.h (ada_print_typedef): Add declaration.
1532 * ada-lang.c (ada_language_defn): set la_print_typdef field
1533 to ada_print_typedef.
1534
1535 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1536
1537 * procfs.c (procfs_address_to_host_pointer): Only define when used.
1538
1539 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1540
1541 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
1542 (iterate_over_mappings): Adjust function profile. Add declaration.
1543 (insert_dbx_link_bpt_in_region, info_mappings_callback):
1544 Adjust accordingly.
1545
1546 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1547
1548 * procfs.c (solib_mappings_callback): Move function up to avoid
1549 a compiler warning.
1550
1551 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1552
1553 * procfs.c (find_signalled_thread, find_stop_signal): Move
1554 these functions down to define them only when used.
1555
1556 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1557
1558 * valprint.c (common_val_print): Fix the value before extracting
1559 its contents.
1560 * ada-lang.c (ada_to_fixed_value): Make this function extern.
1561 * ada-lang.h (ada_to_fixed_value): New function declaration.
1562 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
1563 to avoid code duplication and fix a bug in the handling of
1564 fixed types contents.
1565
1566 2010-04-20 Tom Tromey <tromey@redhat.com>
1567
1568 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
1569 (read_partial_die): Likewise.
1570 (dwarf_attr_name): Likewise.
1571
1572 2010-04-20 Chris Moller <cmoller@redhat.com>
1573
1574 PR 10867
1575
1576 * cp-valprint.c (global): Adding new static array recursion
1577 detection obstack.
1578 (cp_print_value_fields, cp_print_static_field): Added new static
1579 array recursion detection code.
1580
1581 2010-04-20 Mark Kettenis <kettenis@gnu.org>
1582
1583 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
1584 general-purpose register set should be 68 instead of 144.
1585 (i386_linux_sse_regset_sections): Likewise.
1586 (i386_linux_avx_regset_sections): Likewise.
1587
1588 2010-04-20 Stan Shebs <stan@codesourcery.com>
1589 Nathan Sidwell <nathan@codesourcery.com>
1590
1591 * dwarf2loc.c (struct axs_var_loc): New struct.
1592 (dwarf2_tracepoint_var_loc): New function.
1593 (dwarf2_tracepoint_var_access): New function.
1594 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
1595 with DW_OP_piece.
1596 (locexpr_describe_location_piece): New function.
1597 (locexpr_describe_location_1): New function.
1598 (locexpr_describe_location): Call it, update signature.
1599 (loclist_describe_location): Rewrite to loop over locations,
1600 update signature.
1601 * symtab.h (struct symbol_computed_ops): Add address to
1602 describe_location arguments, return void.
1603 * printcmd.c (address_info): Get context PC, pass to computed
1604 location description.
1605 * tracepoint.c (scope_info): Ditto.
1606 * ax-gdb.c (trace_kludge): Export.
1607
1608 2010-04-20 Tom Tromey <tromey@redhat.com>
1609
1610 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
1611 (struct dwarf2_cie) <segment_size>: New field.
1612 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
1613 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
1614 DW_FORM_exprloc.
1615 (read_attribute_value): Handle DW_FORM_flag_present,
1616 DW_FORM_sec_offset, DW_FORM_exprloc.
1617 (dump_die_shallow): Likewise.
1618 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
1619 (dwarf2_const_value): Handle DW_FORM_exprloc.
1620 (attr_form_is_block): Likewise.
1621 (struct line_header) <maximum_ops_per_instruction>: New field.
1622 (dwarf_decode_line_header): Set new field.
1623 (dwarf_decode_lines): Handle new field.
1624
1625 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1626
1627 * f-exp.y: Add new production to recognize the `logical*8' type.
1628 (LOGICAL_S8_KEYWORD): New token.
1629 * f-lang.c (enum f_primitive_types)
1630 <f_primitive_type_logical_s8>: New field.
1631 (f_language_arch_info): Handling `logical*8' type.
1632 (build_fortran_types): Building `logical*8' type.
1633 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
1634
1635 2010-04-19 Doug Evans <dje@google.com>
1636
1637 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
1638 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
1639 (pipe_close): Ditto.
1640
1641 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
1642
1643 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
1644
1645 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
1646
1647 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
1648 type to void function.
1649
1650 2010-04-19 Stan Shebs <stan@codesourcery.com>
1651 Vladimir Prus <vladimir@codesourcery.com>
1652
1653 * tracepoint.c (tfind_1): Add missing newline, report exit from
1654 tfind mode as such.
1655 * target.c (update_current_target): Make default
1656 to_trace_find return -1.
1657
1658 2010-04-19 Mike Frysinger <vapier@gentoo.org>
1659
1660 * objc-lang.c (find_methods): Move symname check up.
1661
1662 2010-04-19 Pedro Alves <pedro@codesourcery.com>
1663
1664 * ada-lang.c (print_recreate_exception)
1665 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
1666 not "catch unhandled".
1667
1668 2010-04-19 Pedro Alves <pedro@codesourcery.com>
1669
1670 PR breakpoints/8554.
1671
1672 Implement `save-breakpoints'.
1673
1674 * breakpoint.c (save_cmdlist): New.
1675 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
1676 to save_cmdlist.
1677 (print_recreate_catch_fork): New.
1678 (catch_fork_breakpoint_ops): Install it.
1679 (print_recreate_catch_vfork): New.
1680 (catch_vfork_breakpoint_ops): Install it.
1681 (print_recreate_catch_syscall): New.
1682 (catch_syscall_breakpoint_ops): Install it.
1683 (print_recreate_catch_exec): New.
1684 (catch_exec_breakpoint_ops): Install it.
1685 (print_recreate_exception_catchpoint): New.
1686 (gnu_v3_exception_catchpoint_ops): Install it.
1687 (save_breakpoints): New, based on tracepoint_save_command, but
1688 handle all breakpoint types.
1689 (save_breakpoints_command): New.
1690 (tracepoint_save_command): Rename to...
1691 (save_tracepoints_command): ... this, and reimplement using
1692 save_breakpoints.
1693 (save_command): New.
1694 (_initialize_breakpoints): Install the "save" command prefix.
1695 Install the "save breakpoints" command. Make "save-tracepoints" a
1696 deprecated alias for "save tracepoints".
1697 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
1698 * ada-lang.c (print_recreate_exception): New.
1699 (print_recreate_catch_exception): New.
1700 (catch_exception_breakpoint_ops): Install it.
1701 (print_recreate_catch_exception_unhandled): New.
1702 (catch_exception_unhandled_breakpoint_ops): Install it.
1703 (print_recreate_catch_assert): New.
1704 (catch_assert_breakpoint_ops): Install it.
1705
1706 * NEWS: Mention the new `save breakpoints' command. Mention the
1707 new `save tracepoints' alias and that `save-tracepoints' is now
1708 deprecated.
1709
1710 2010-04-18 Pedro Alves <pedro@codesourcery.com>
1711
1712 PR tui/9217
1713
1714 * tui/tui-out.c: Include cli-out.h.
1715 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
1716 (tui_begin, tui_end, tui_field_int, tui_field_skip)
1717 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
1718 (tui_message, tui_wrap_hint, tui_flush): Delete forward
1719 declarations.
1720 (struct ui_out_data): Rename to...
1721 (struct tui_ui_out_data): ... this. Remove `stream' and
1722 `suppress_output' fields, and inherit cli_ui_out_data.
1723 (tui_out_data): New typedef.
1724 (tui_ui_out_impl): Don't initialize fields staticaly.
1725 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
1726 (tui_begin, tui_end): Delete.
1727 (tui_field_int): Adjust to delegate most work to the base type.
1728 (tui_field_skip): Delete.
1729 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
1730 delegate most work to the base type.
1731 (tui_spaces): Delete.
1732 (tui_text): Adjust to delegate most work to the base type.
1733 (tui_message): Delete.
1734 (tui_wrap_hint): Delete.
1735 (tui_flush): Delete.
1736 (out_field_fmt): Delete.
1737 (field_separator): Delete.
1738 (tui_out_new): Adjust to initialize the base type.
1739 (_initialize_tui_out): Initialize tui_ui_out_impl.
1740 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
1741 cli_ui_out_data.
1742 (cli_out_data): Adjust.
1743 (cli_ui_out_impl): Make extern.
1744 (cli_table_header, cli_field_int, cli_field_skip): Use
1745 uo_field_string instead of cli_field_string.
1746 (cli_redirect): Adjust to use cli_out_data.
1747 (cli_out_data_ctor): New.
1748 (cli_out_new): Use it.
1749 * cli-out.h (struct ui_file): Remove forward declaration.
1750 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
1751 (cli_ui_out_impl): Declare.
1752 (cli_out_data_ctor): Declare.
1753 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
1754 (uo_field_string): No longer static.
1755 (ui_out_data): Change return type to void pointer.
1756 (ui_out_new): Change `data' parameter type to void pointer.
1757 * ui-out.h (struct ui_out_data): Don't forward declare.
1758 (ui_out_data): Change return type to void pointer.
1759 (ui_out_new): Change `data' parameter type to void pointer.
1760 (uo_field_string): Declare.
1761
1762 2010-04-17 Pedro Alves <pedro@codesourcery.com>
1763
1764 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
1765 instead of always false.
1766
1767 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
1768
1769 PR corefiles/11511
1770 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
1771 orig_rax.
1772
1773 2010-04-17 Pedro Alves <pedro@codesourcery.com>
1774
1775 * breakpoint.c (watchpoints_triggered): Use
1776 is_hardware_watchpoint.
1777 (watchpoints_triggered): Ditto.
1778 (bpstat_check_location): Use is_watchpoint and
1779 is_hardware_watchpoint.
1780 (bpstat_check_watchpoint): Use is_watchpoint and
1781 is_hardware_watchpoint.
1782 (bpstat_stop_status): Fix comment.
1783 (user_settable_breakpoint): Use is_watchpoint.
1784 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
1785 (disable_watchpoints_before_interactive_call_start): Use
1786 is_watchpoint.
1787 (enable_watchpoints_after_interactive_call_stop): Use
1788 is_watchpoint.
1789 (clear_command): Use is_watchpoint.
1790 (do_enable_breakpoint): Use is_watchpoint.
1791
1792 2010-04-16 Mike Frysinger <vapier@gentoo.org>
1793
1794 * solib-frv.c (enable_break1_done): Delete.
1795 (enable_break2): Do not check enable_break1_done. Move the
1796 enable_break2_done setting and call to
1797 remove_solib_event_breakpoints() to the end. Return without
1798 warning when the contents of _dl_debug_addr are 0.
1799 (enable_break): Do not set enable_break1_done.
1800 (frv_clear_solib): Likewise.
1801
1802 2010-04-16 Kevin Buettner <kevinb@redhat.com>
1803
1804 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
1805 instead of an error if no PLT entry is found. Return a
1806 potentially useful result.
1807 (m32c_m16c_pointer_to_address): Add code to search for function
1808 address when no .plt entry is found.
1809
1810 2010-04-16 Stan Shebs <stan@codesourcery.com>
1811
1812 * tracepoint.c (trace_variable_command): Run a cleanup.
1813
1814 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1815
1816 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
1817
1818 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1819
1820 Support for Windows OS Thread Information Block.
1821 * NEWS: Document new feature.
1822 * remote.c (PACKET_qGetTIBAddr): New enum element.
1823 (remote_get_tib_address): New function.
1824 (init_remote_ops): Set to_get_tib_address field
1825 to remote_get_tib_address.
1826 (_initialize_remote): Add add_packet_config_cmd
1827 for PACKET_qGetTIBAddr.
1828 * target.c (update_current_target): Set default value for
1829 new to_get_tib_address field.
1830 * target.h (target_ops): New field to_get_tib_address.
1831 (target_get_tib_address): New macro.
1832 * windows-nat.c (thread_info): Add thread_local_base field.
1833 (windows_add_thread): Add tlb argument of type 'void *'.
1834 (fake_create_process): Adapt windows_add_thread call.
1835 (get_windows_debug_event): Idem.
1836 (windows_get_tib_address): New function.
1837 (init_windows_ops): Set to_get_tib_address field
1838 to remote_get_tib_address.
1839 (_initialize_windows_nat): Replace info_w32_cmdlist
1840 initialization by a call to init_w32_command_list.
1841 (info_w32_command, info_w32_cmdlist): Removed from here...
1842 to windows-tdep.c file.
1843 * windows-tdep.h (info_w32_cmdlist): Declare.
1844 (init_w32_command_list): New external function
1845 declaration.
1846 * windows-tdep.c: Add several headers.
1847 (info_w32_cmdlist): to here, made global.
1848 (thread_information_32): New struct.
1849 (thread_information_64): New struct.
1850 (TIB_NAME): New char array.
1851 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
1852 (maint_display_all_tib): New static variable.
1853 (windows_get_tlb_type): New function.
1854 (tlb_value_read, tlb_value_write): New functions.
1855 (tlb_value_funcs): New static struct.
1856 (tlb_make_value): New function.
1857 (display_one_tib): New function.
1858 (display_tib): New function.
1859 (show_maint_show_all_tib):New function.
1860 (info_w32_command): Moved from windows-nat.c.
1861 (init_w32_command_list): New function.
1862 (_initialize_windows_tdep): New function.
1863 New "maint set/show show-all-tib" command
1864 New "$_tlb" internal variable.
1865
1866 2010-04-16 Joel Brobecker <brobecker@adacore.com>
1867
1868 * tui/tui-regs.c (tui_display_register): Add comment about
1869 a couple of casts.
1870 * tui/tui-stack.c (tui_show_locator_content): Ditto.
1871
1872 2010-04-15 Stan Shebs <stan@codesourcery.com>
1873
1874 * frame.c: Include tracepoint.h.
1875 (get_current_frame): Allow a trace frame to be an alternate source
1876 of stack frame data.
1877 * tracepoint.c (tfind_1): Don't try to get current stack frame if
1878 it won't succeed.
1879
1880 2010-04-15 Pedro Alves <pedro@codesourcery.com>
1881
1882 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
1883 flags.
1884 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
1885
1886 2010-04-15 Doug Evans <dje@google.com>
1887
1888 * NEWS: Add entry for python program space support.
1889 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
1890 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
1891 (py-progspace.o): New rule.
1892 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
1893 function.
1894 (find_pretty_printer_from_progspace): New function.
1895 (find_pretty_printer_from_gdb): New function.
1896 (find_pretty_printer): Rewrite.
1897 * python/py-progspace.c: New file.
1898 * python/python-internal.h (program_space): Add forward decl.
1899 (pspace_to_pspace_object, pspy_get_printers): Declare.
1900 (gdbpy_initialize_pspace): Declare.
1901 * python/python.c: #include "progspace.h".
1902 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
1903 (_initialize_python): Call gdbpy_initialize_pspace.
1904 (GdbMethods): Add current_progspace, progspaces.
1905
1906 Add -s option to source command.
1907 * NEWS: Document new option.
1908 * cli/cli-cmds.c (find_and_open_script): Add function comment.
1909 Delete from_tty and cleanupp args. Split filep arg into file and
1910 full_pathp. New arg search_path.
1911 (source_script_from_stream): New function.
1912 (source_script_with_search): New function.
1913 (source_script): Rewrite.
1914 (source_command): Parse "-s" option.
1915 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
1916 * python/python.c (source_python_script): Make file arg a const char *.
1917 Don't call fclose, leave for caller.
1918 * python/python.h (source_python_script): Update.
1919
1920 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
1921 Pedro Alves <pedro@codesourcery.com>
1922
1923 Avoid rereading shared libraries that haven't changed.
1924
1925 * solib.c (free_so_symbols): New function, from ...
1926 (free_so): ... here. Call it.
1927 (solib_read_symbols): Don't warn here if symbols have already been
1928 loaded.
1929 (solib_add): Warn here instead, if a pattern was specified.
1930 (reload_shared_libraries_1): New.
1931 (reload_shared_libraries): Rewrite to not fetch the library list.
1932
1933 2010-04-14 Doug Evans <dje@google.com>
1934
1935 * source.c (openp): Strip DOS drive letter if present before
1936 concatenating string to search path.
1937
1938 2010-04-14 Pedro Alves <pedro@codesourcery.com>
1939
1940 * objfiles.h (gdb_bfd_close_or_warn): Declare.
1941 * objfiles.c (gdb_bfd_close_or_warn): New.
1942 * corelow.c: Include objfiles.h
1943 (core_close): Use gdb_bfd_close_or_warn.
1944 * elfread.c (build_id_verify): Ditto.
1945 * exec.c (exec_close, exec_close_1): Ditto.
1946
1947 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
1948 Pedro Alves <pedro@codesourcery.com>
1949
1950 Group errors for many missing shared libraries.
1951
1952 * solist.h (struct so_list): Remove from_tty.
1953 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
1954 (solib_map_sections): Take so_list argument. Return 0 if we
1955 failed to open a BFD. Add target sections here.
1956 (symbol_add_stub): Delete.
1957 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
1958 not from_tty copied from the so_list. Don't warn a second time
1959 for a missing library.
1960 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
1961 add to the section table here. Print out a single warning for all
1962 missing libraries.
1963 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
1964 flags.
1965
1966 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1967
1968 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
1969 error/warning messages. Capitalize and use complete sentences.
1970 (blpy_block_syms_iternext): Likewise.
1971 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
1972 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
1973 (frame_info_to_frame_object, frapy_read_var)
1974 (gdbpy_frame_stop_reason_string): Likewise.
1975 * python/py-lazy-string.c (stpy_convert_to_value)
1976 (gdbpy_create_lazy_string_object): Likewise.
1977 * python/py-objfile.c (objfpy_set_printers): Likewise.
1978 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
1979 * python/python.c (parameter_to_python): Likewise.
1980 * python/py-type.c (typy_range, typy_target): Likewise.
1981 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
1982 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
1983
1984
1985 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1986
1987 PR python/11381
1988
1989 * python/py-prettyprint.c (pretty_print_one_value): Test for
1990 Py_None.
1991 (print_string_repr): Test for Py_None. Set flags accordingly.
1992 Return value depending on return type.
1993 (print_children): Take a value indicating whether data was printed
1994 before this function was called. Alter output accordingly.
1995 (apply_val_pretty_printer): Capture return value from
1996 print_string_repr and pass to print_children.
1997
1998 2010-04-13 Mark Kettenis <kettenis@gnu.org>
1999
2000 PR corefiles/11481
2001 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
2002 register note sections.
2003 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
2004 New variables.
2005 (i386_linux_init_abi): Install list of supported register note
2006 sections that matches the target description.
2007
2008 2010-04-13 Pedro Alves <pedro@codesourcery.com>
2009
2010 * remote.c (remote_get_noisy_reply): Don't error out on empty
2011 replies.
2012 (remote_start_remote): Update and merge tracepoints and trace
2013 state variables as long as the target supports tracepoints.
2014 (remote_trace_init): Fix prototype.
2015 (remote_download_trace_state_variable): Validate reply.
2016 (remote_trace_set_readonly_regions): Fix prototype.
2017 (remote_trace_start): Fix prototype. Check for empty reply.
2018 (remote_get_trace_status): Small cleanup.
2019 (remote_trace_stop): Fix prototype. Check for empty reply.
2020 (remote_trace_find): Check for empty reply.
2021 (remote_save_trace_data): Validate reply.
2022 (remote_set_disconnected_tracing): Check for empty reply, and
2023 validate reply.
2024 (remote_set_circular_trace_buffer): Ditto.
2025
2026 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
2027
2028 Suppress unused value warning during compilation.
2029 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
2030 calls to void.
2031 * tui/tui-stack.c (tui_show_locator_content): Likewise.
2032
2033 2010-04-12 Stan Shebs <stan@codesourcery.com>
2034
2035 * tracepoint.c (tfile_xfer_partial): Check read result.
2036
2037 2010-04-12 Mike Frysinger <vapier@gentoo.org>
2038
2039 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
2040 * remote-sim.c (gdbsim_files_info): Likewise.
2041
2042 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2043
2044 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
2045 * arm-linux-nat.c (arm_linux_vfp_register_count): New
2046 variable.
2047 (fetch_vfp_registers): New function to fetch VFP registers.
2048 (store_vfp_registers): New function to store VFP registers.
2049 (arm_linux_fetch_inferior_registers): Add support for VFP
2050 registers.
2051 (arm_linux_store_inferior_registers): Likewise.
2052 (arm_linux_read_description): Likewise.
2053 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
2054 until we need it.
2055
2056 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
2057
2058 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
2059 tdep.
2060 (amd64_collect_xstateregset): Likewise.
2061
2062 2010-04-09 Stan Shebs <stan@codesourcery.com>
2063
2064 * tracepoint.c (trace_status_mi): Report frames created.
2065
2066 * tracepoint.c (trace_dump_command): Include default-collect
2067 expressions.
2068
2069 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
2070
2071 * symtab.c (find_function_start_sal): Never return SAL pointing
2072 before function start address, even if line info is missing.
2073
2074 2010-04-09 Pedro Alves <pedro@codesourcery.com>
2075
2076 * NEWS: Mention tracepoints support.
2077
2078 2010-04-09 Pedro Alves <pedro@codesourcery.com>
2079
2080 * tracepoint.c (trace_status_mi): Report disconnected tracing and
2081 circular trace buffer statuses.
2082
2083 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2084
2085 * config/djgpp/fnchange.lst: Fix typo in translations for
2086 symbol-without-target_section.exp and symbol-without-target_section.c.
2087
2088 2010-04-09 Pedro Alves <pedro@codesourcery.com>
2089
2090 * breakpoint.c (condition_command): Pass condition expression to
2091 set_breakpoint_condition stripped from breakpoint number.
2092
2093 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2094 Thiago Jung Bauermann <bauerman@br.ibm.com>
2095 Tom Tromey <tromey@redhat.com>
2096
2097 * breakpoint.c (condition_command): Simplify. Move condition
2098 setting code to ...
2099 (set_breakpoint_condition): ... here. New function.
2100 * breakpoint.h (set_breakpoint_condition): Declare.
2101 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
2102 (SUBDIR_PYTHON_SRCS): Likewise.
2103 (py-breakpoint.o): New rule.
2104 * python/py-breakpoint.c: New file.
2105 * python/python-internal.h (gdbpy_breakpoints)
2106 (gdbpy_initialize_breakpoints): Declare.
2107 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
2108
2109 2010-04-09 Pedro Alves <pedro@codesourcery.com>
2110
2111 * regformats/regdat.sh: Include server.h. Don't include
2112 regcache.h.
2113
2114 2010-04-08 Stan Shebs <stan@codesourcery.com>
2115 Pedro Alves <pedro@codesourcery.com>
2116
2117 * tracepoint.h (struct trace_status): New fields disconnected_tracing
2118 and circular_buffer.
2119 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
2120 * tracepoint.c (trace_status_command): Display target's status for
2121 disconnected tracing and circular buffer.
2122 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
2123 query for non-disconnected-tracing case, remove the stop_tracing
2124 call.
2125 (tfile_open): Clear disconnected and circular buffer status.
2126 (trace_save): Save disconnected and circular buffer status.
2127 (parse_trace_status): Parse disconnected and circular buffer status,
2128 also recognize disconnected as a stop reason.
2129 * remote.c (remote_set_disconnected_tracing): Only set
2130 QTDisconnected if the remote end supports disconnected tracing.
2131 Warn otherwise, if trying to enable disconnected tracing.
2132 * infcmd.c (detach_command): Update disconnect_tracing call.
2133 * cli/cli-cmds.c (quit_command): Ditto.
2134
2135 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2136
2137 * i387-tdep.c (i387_collect_xsave): Replace abort with
2138 internal_error.
2139
2140 2010-04-08 Stan Shebs <stan@codesourcery.com>
2141
2142 * breakpoint.c (default_collect_info): New function.
2143 (breakpoints_info): Call it.
2144 (maintenance_info_breakpoints): Ditto.
2145 (tracepoints_info): Ditto.
2146
2147 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2148
2149 * i387-tdep.c (i387_collect_xsave): Re-indent.
2150
2151 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2152
2153 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
2154 if HAVE_PTRACE_GETFPXREGS is defined.
2155 (i386_linux_read_description): Set have_ptrace_getfpxregs and
2156 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
2157
2158 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
2159 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
2160 if .reg-xfp section doesn't exist.
2161 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
2162
2163 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
2164
2165 * i386-tdep.c: Include "features/i386/i386-mmx.c".
2166 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
2167 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
2168 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
2169 (i386_gdbarch_init): Update comments.
2170 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
2171
2172 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
2173
2174 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
2175
2176 * features/Makefile (i386/i386-mmx-expedite): New.
2177 (i386/i386-mmx-linux-expedite): Likewise.
2178 ($(outdir)/i386/i386-mmx.dat): Likewise.
2179 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
2180
2181 * features/i386/i386-mmx-linux.c: New.
2182 * features/i386/i386-mmx-linux.xml: Likewise.
2183 * features/i386/i386-mmx.c: Likewise.
2184 * features/i386/i386-mmx.xml: Likewise.
2185 * regformats/i386/i386-mmx-linux.dat: Likewise.
2186 * regformats/i386/i386-mmx.dat: Likewise.
2187
2188 * features/Makefile (WHICH): Add i386/i386-mmx and
2189 i386/i386-mmx-linux.
2190
2191 2010-04-08 Doug Evans <dje@google.com>
2192
2193 * source.c (openp): Skip $cdir in PATH.
2194
2195 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
2196
2197 PR python/11417
2198 * python/py-lazy-string.c (stpy_convert_to_value): Check for
2199 a NULL address.
2200 (gdbpy_create_lazy_string_object): Allow strings with a NULL
2201 address and a zero length.
2202
2203 2010-04-08 Hui Zhu <teawater@gmail.com>
2204
2205 * i386-tdep.c (i386_process_record): Add support for insn
2206 rdtsc.
2207
2208 2010-04-07 Doug Evans <dje@google.com>
2209
2210 * python/python.c (source_python_script): Use ensure_python_env
2211 to prepare environment for script.
2212
2213 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2214
2215 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
2216 <sys/uio.h> and "i386-xstate.h".
2217 (PTRACE_GETREGSET): New.
2218 (PTRACE_SETREGSET): Likewise.
2219 (have_ptrace_getregset): Likewise.
2220 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
2221 registers.
2222 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
2223 registers.
2224 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
2225 (amd64_linux_store_inferior_registers): Likewise.
2226 (amd64_linux_read_description): Check and enable AVX target
2227 descriptions.
2228
2229 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
2230 and "features/i386/amd64-avx-linux.c".
2231 (amd64_linux_regset_sections): New.
2232 (amd64_linux_core_read_description): Check and enable AVX
2233 target description.
2234 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
2235 set_gdbarch_core_regset_sections.
2236 (_initialize_amd64_linux_tdep): Call
2237 initialize_tdesc_amd64_avx_linux.
2238
2239 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
2240 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
2241 (tdesc_amd64_avx_linux): New.
2242 (amd64_linux_update_xstateregset): Likewise.
2243
2244 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
2245 (amd64_ymm_names): New.
2246 (amd64_ymmh_names): Likewise.
2247 (amd64_register_name): Likewise.
2248 (amd64_supply_xstateregset): Likewise.
2249 (amd64_collect_xstateregset): Likewise.
2250 (amd64_supply_xsave): Likewise.
2251 (amd64_collect_xsave): Likewise.
2252 (AMD64_NUM_REGS): Removed.
2253 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
2254 %xmmN if AVX is available.
2255 (amd64_pseudo_register_name): Support pseudo YMM registers.
2256 (amd64_regset_from_core_section): Support .reg-xstate section.
2257 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
2258 and ymm0h_regnum. Call set_gdbarch_register_name.
2259 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
2260
2261 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
2262 AMD64_YMM15H_REGNUM.
2263 (AMD64_NUM_REGS): New.
2264 (amd64_supply_xsave): Likewise.
2265 (amd64_collect_xsave): Likewise.
2266 (amd64_register_name): Removed.
2267 (amd64_register_type): Likewise.
2268
2269 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2270
2271 * i387-tdep.c: Include "i386-xstate.h".
2272 (XSAVE_XSTATE_BV_ADDR): New.
2273 (xsave_avxh_offset): Likewise.
2274 (XSAVE_AVXH_ADDR): Likewise.
2275 (i387_supply_xsave): Likewise.
2276 (i387_collect_xsave): Likewise.
2277
2278 * i387-tdep.h (I387_NUM_YMM_REGS): New.
2279 (I387_YMM0H_REGNUM): Likewise.
2280 (I387_YMMENDH_REGNUM): Likewise.
2281 (i387_supply_xsave): Likewise.
2282 (i387_collect_xsave): Likewise.
2283
2284 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2285
2286 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
2287 <sys/uio.h> and "i386-xstate.h".
2288 (PTRACE_GETREGSET): New.
2289 (PTRACE_SETREGSET): Likewise.
2290 (fetch_xstateregs): Likewise.
2291 (store_xstateregs): Likewise.
2292 (GETXSTATEREGS_SUPPLIES): Likewise.
2293 (regmap): Include 8 upper YMM registers.
2294 (i386_linux_fetch_inferior_registers): Support XSAVE extended
2295 state.
2296 (i386_linux_store_inferior_registers): Likewise.
2297 (i386_linux_read_description): Check and enable AVX target
2298 descriptions.
2299
2300 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
2301 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
2302 (i386_linux_regset_sections): Add ".reg-xstate".
2303 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
2304 (i386_linux_core_read_xcr0): New.
2305 (i386_linux_core_read_description): Check and enable AVX target
2306 description.
2307 (i386_linux_init_abi): Set xsave_xcr0_offset.
2308 (_initialize_i386_linux_tdep): Call
2309 initialize_tdesc_i386_avx_linux.
2310
2311 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
2312 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
2313 (i386_linux_core_read_xcr0): New.
2314 (tdesc_i386_avx_linux): Likewise.
2315 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
2316
2317 * i386-tdep.c: Include "i386-xstate.h" and
2318 "features/i386/i386-avx.c".
2319 (i386_ymm_names): New.
2320 (i386_ymmh_names): Likewise.
2321 (i386_ymmh_regnum_p): Likewise.
2322 (i386_ymm_regnum_p): Likewise.
2323 (i386_xmm_regnum_p): Likewise.
2324 (i386_register_name): Likewise.
2325 (i386_ymm_type): Likewise.
2326 (i386_supply_xstateregset): Likewise.
2327 (i386_collect_xstateregset): Likewise.
2328 (i386_sse_regnum_p): Removed.
2329 (i386_pseudo_register_name): Support pseudo YMM registers.
2330 (i386_pseudo_register_type): Likewise.
2331 (i386_pseudo_register_read): Likewise.
2332 (i386_pseudo_register_write): Likewise.
2333 (i386_dbx_reg_to_regnum): Return %ymmN register number for
2334 %xmmN if AVX is available.
2335 (i386_regset_from_core_section): Support .reg-xstate section.
2336 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
2337 (i386_process_record): Replace i386_sse_regnum_p with
2338 i386_xmm_regnum_p.
2339 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
2340 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
2341 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
2342 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
2343 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
2344 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
2345 Set ymm0_regnum.
2346 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
2347
2348 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
2349 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
2350 i386_ymm_type.
2351 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
2352 (I386_AVX_NUM_REGS): New.
2353 (i386_xmm_regnum_p): Likewise.
2354 (i386_ymm_regnum_p): Likewise.
2355 (i386_ymmh_regnum_p): Likewise.
2356
2357 * common/i386-xstate.h: New.
2358
2359 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2360
2361 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
2362
2363 * features/Makefile (WHICH): Add i386/i386-avx,
2364 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
2365 (i386/i386-avx-expedite): New.
2366 (i386/i386-avx-linux-expedite): Likewise.
2367 (i386/x86-64-avx-expedite):Likewise.
2368 (i386/x86-64-avx-linux-expedite): Likewise.
2369 ($(outdir)/i386/i386-avx.dat): New dependency.
2370 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
2371 ($(outdir)/i386/x86-avx-64.dat): Likewise.
2372 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
2373
2374 * features/i386/32bit-avx.xml: New.
2375 * features/i386/64bit-avx.xml: Likewise.
2376 * features/i386/i386-avx-linux.c: Likewise.
2377 * features/i386/i386-avx-linux.xml: Likewise.
2378 * features/i386/i386-avx.c: Likewise.
2379 * features/i386/i386-avx.xml: Likewise.
2380 * features/i386/x86-64-avx-linux.c: Likewise.
2381 * features/i386/x86-64-avx-linux.xml: Likewise.
2382 * features/i386/x86-64-avx.c: Likewise.
2383 * features/i386/x86-64-avx.xml: Likewise.
2384 * regformats/i386/i386-avx-linux.dat: Likewise.
2385 * regformats/i386/i386-avx.dat: Likewise.
2386 * regformats/i386/x86-64-avx-linux.dat: Likewise.
2387 * regformats/i386/x86-64-avx.dat: Likewise.
2388
2389 2010-04-07 Doug Evans <dje@google.com>
2390
2391 * top.c (source_file_name): Make const char *.
2392 * top.h (source_file_name): Update.
2393 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
2394 const char *.
2395 (script_from_file): Change `file' arg to const char *.
2396 * cli/cli-script.h (script_from_file): Update.
2397
2398 2010-04-06 Doug Evans <dje@google.com>
2399
2400 * cli/cli-cmds.c (source_command): Run cleanups.
2401
2402 2010-04-06 Stan Shebs <stan@codesourcery.com>
2403
2404 * defs.h (char_ptr): Move typedef here from...
2405 * ada-lang.c (char_ptr): Remove.
2406 * charset.c (char_ptr): Remove.
2407 * tracepoint.h (struct uploaded_string): Remove.
2408 (struct uploaded_tp): Use vectors for string arrays.
2409 * tracepoint.c (trace_save): Use vectors of actions.
2410 (parse_tracepoint_definition): Ditto.
2411 (get_uploaded_tp): Clear vectors.
2412 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
2413 (next_cmd): Change to an int.
2414 (read_next_cmd): Use vector of command strings.
2415
2416 2010-04-06 Doug Evans <dje@google.com>
2417
2418 * top.h (source_script, cd_command): Delete.
2419 * main.c: #include "cli/cli-cmds.h"
2420
2421 2010-04-06 Kevin Buettner <kevinb@redhat.com>
2422
2423 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
2424 type in bytes, not bits.
2425
2426 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
2427
2428 * stabsread.c (define_symbol): Add support for char
2429 and string constants.
2430
2431 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
2432
2433 Remove remaining "%ll" uses.
2434 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
2435 hex_string call.
2436 * rs6000-nat.c (rs6000_ptrace64): Idem.
2437 * solib-pa64.c (pa64_current_sos): Idem.
2438 * solib-spu.c (spu_current_sos): Idem.
2439 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
2440 plongest call.
2441 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
2442 phex (VAR, 8) call.
2443 * sh64-tdep.c (sh64_show_media_regs): Idem.
2444
2445 2010-04-05 Stan Shebs <stan@codesourcery.com>
2446
2447 * tracepoint.c: Include gdbcore.h.
2448 (tfile_xfer_partial): Return partial results, also try reading
2449 from executable.
2450 (tfile_has_all_memory): New function.
2451 (init_tfile_ops): Use it.
2452
2453 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2454
2455 PR gdb/10736:
2456 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
2457 the changes in data-directory.
2458 (init_sysinfo): Reload the syscall XML file if the data-directory
2459 has changed.
2460
2461 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2462
2463 Code cleanup.
2464 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
2465
2466 2010-04-04 Stan Shebs <stan@codesourcery.com>
2467 Nathan Sidwell <nathan@codesourcery.com>
2468
2469 * breakpoint.c (breakpoint_1): Add filter argument, return number of
2470 breakpoints printed.
2471 (is_hardware_watchpoint): Make argument const.
2472 (is_watchpoint): Ditto.
2473 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
2474 use it everywhere.
2475 (breakpoints_info): Pass NULL to breakpoint_1.
2476 (maintenance_info_breakpoints): Ditto.
2477 (watchpoints_info): New function.
2478 (tracepoints_info): Use breakpoint_1 filter.
2479 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
2480 (_initialize_breakpoint): Make "info watchpoints" its own command.
2481 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
2482 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
2483
2484 2010-04-04 Stan Shebs <stan@codesourcery.com>
2485
2486 * tracepoint.c (tfile_fetch_registers): Add fallback case.
2487
2488 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2489
2490 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
2491 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
2492
2493 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2494
2495 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
2496 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
2497
2498 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2499
2500 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
2501 code form.
2502
2503 2010-04-02 Hui Zhu <teawater@gmail.com>
2504
2505 * i386-tdep.c (OT_DQUAD): New enum.
2506 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
2507 SSE3, SSSE3 and SSE4.
2508
2509 2010-04-02 Hui Zhu <teawater@gmail.com>
2510
2511 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
2512 "*addr = 0".
2513
2514 2010-04-02 Pedro Alves <pedro@codesourcery.com>
2515
2516 * tracepoint.c (trace_dump_actions): New, factored out from
2517 trace_dump_command, and adjusted to recurse into while-stepping's
2518 action list.
2519 (trace_dump_command): Use it.
2520
2521 2010-04-02 Pedro Alves <pedro@codesourcery.com>
2522
2523 * breakpoint.h (struct counted_command_line): Moved definition to
2524 breakpoint.c, and forward declare.
2525 (breakpoint_commands): Declare.
2526 * breakpoint.c (struct counted_command_line): Moved here.
2527 (breakpoint_commands): New.
2528 * tracepoint.c (encode_actions): Use breakpoint_commands.
2529 * remote.c (remote_download_tracepoint): Ditto.
2530
2531 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
2532
2533 * remote.c (remote_parse_stop_reply): Use hex_string instead
2534 of phex_nz for error.
2535
2536 2010-04-01 Stan Shebs <stan@codesourcery.com>
2537 Nathan Sidwell <nathan@codesourcery.com>
2538
2539 * tracepoint.h (enum actionline_type): Remove.
2540 (validate_actionline): Change return to void.
2541 * tracepoint.c (report_agent_reqs_errors): New function.
2542 (validate_actionline): Call it, change return to void, report errors
2543 more consistently.
2544 (collect_symbol): Call report_agent_reqs_errors.
2545 (encode_actions_1): Ditto.
2546 (encode_actions): Don't expect a result from validate_actionline.
2547
2548 2010-04-01 Stan Shebs <stan@codesourcery.com>
2549
2550 * tracepoint.c (trace_start_command): Confirm if trace is running.
2551 (trace_stop_command): Error if trace not running.
2552
2553 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
2554
2555 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
2556 (AMD64_NUM_LOWER_BYTE_REGS): New.
2557 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
2558 (amd64_pseudo_register_write): Likewise.
2559 (amd64_init_abi): Set num_byte_regs to 20.
2560
2561 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2562
2563 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
2564 (prev_breakpoint_count): New.
2565 (set_breakpoint_count): Adjust.
2566 (rbreak_start_breakpoint_count): New.
2567 (start_rbreak_breakpoints): Adjust.
2568 (end_rbreak_breakpoints): Adjust.
2569 (struct commands_info) <arg>: New field.
2570 (do_map_commands_command): Tweak output to include breakpoint spec
2571 range.
2572 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
2573 ARG was empty on entry. Set INFO's arg.
2574 (create_breakpoint): Adjust.
2575
2576 * NEWS: Clarify `commands' changes.
2577
2578 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2579
2580 * tracepoint.c: Include stack.h.
2581 (struct add_local_symbols_data): New.
2582 (do_collect_symbol): New.
2583 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
2584 iterate_over_block_local_vars.
2585 * stack.c (print_block_frame_locals): Rewrite as ...
2586 (iterate_over_block_locals): ... this. Take a callback function
2587 pointer and generic data pointer, and call that instead of
2588 print_variable_and_value.
2589 (struct print_variable_and_value_data): New.
2590 (do_print_variable_and_value): New.
2591 (iterate_over_block_local_vars): New, abstracted out from
2592 print_frame_local_vars.
2593 (print_frame_local_vars): Rewrite using
2594 iterate_over_block_local_vars.
2595 (iterate_over_block_arg_vars): New, abstracted out from
2596 print_frame_arg_vars.
2597 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
2598 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
2599 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
2600
2601 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
2602
2603 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
2604 instructions. Use the PC+4 if the base of the TBB or TBH is the
2605 PC register.
2606
2607 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2608
2609 Fix crash on reading wrong function declaration DWARF.
2610 * dwarf2read.c (read_subroutine_type): New variable void_type.
2611 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
2612 more close to their use.
2613
2614 2010-03-31 Stan Shebs <stan@codesourcery.com>
2615
2616 * breakpoint.c (tracepoint_save_command): Include variables,
2617 conditionals, tracepoint types, and default-collect.
2618 * tracepoint.c (save_trace_state_variables): New function.
2619 * tracepoint.h (save_trace_state_variables): Declare it.
2620
2621 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
2622
2623 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
2624
2625 2010-03-30 Keith Seitz <keiths@redhat.com>
2626
2627 * c-typeprint.c (c_type_print_args): Don't print "void"
2628 for java, regardless of whether it is TYPE_PROTOTYPED.
2629 Use the passed-in language instead of current_language.
2630 (c_type_print_varspec_suffix): Use current_language instead
2631 of assuming language_c.
2632 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
2633 any return type specifier from the physname.
2634
2635 2010-03-30 Pedro Alves <pedro@codesourcery.com>
2636
2637 * tui/tui-interp.c (tui_is_toplevel): New.
2638 (tui_init): Set it.
2639 (tui_allowed_p): New.
2640 * tui/tui.c (tui_enable): Check if the TUI is allowed before
2641 enabling it.
2642 * tui/tui.h (tui_allowed_p): Declare.
2643
2644 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
2645
2646 * serial.h: Include winsock2.h before windows.h.
2647
2648 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2649
2650 * NEWS: Mention xmlRegisters= in qSupported packet.
2651
2652 * i386-tdep.c: Include "remote.h".
2653 (_initialize_i386_tdep): Call register_remote_support_xml.
2654
2655 * remote.c (remote_support_xml): New.
2656 (register_remote_support_xml): Likewise.
2657 (remote_query_supported_append): Likewise.
2658 (remote_query_supported): Support remote_support_xml.
2659
2660 * remote.h (register_remote_support_xml): New.
2661
2662 2010-03-29 Stan Shebs <stan@codesourcery.com>
2663
2664 * tracepoint.c (trace_find_line_command): Remove dead code.
2665
2666 * tracepoint.h (struct uploaded_string): New struct.
2667 (struct uploaded_tp): New fields for source strings.
2668 * breakpoint.c (this_utp, next_cmd): New globals.
2669 (read_uploaded_action): New function.
2670 (create_tracepoint_from_upload): Fill in more parts
2671 of a tracepoint.
2672 * tracepoint.c (encode_source_string): New function.
2673 (trace_save): Write out source strings, fix error checks.
2674 (parse_tracepoint_definition): Add source string parsing.
2675 * remote.c (PACKET_TracepointSource): New packet type.
2676 (remote_download_command_source): New function.
2677 (remote_download_tracepoint): Download source pieces also.
2678 (_initialize_remote): Add packet config command.
2679
2680 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
2681 expression handler.
2682
2683 * tracepoint.c (start_tracing): Check tracepoints before sending
2684 commands to target, don't start if all tracepoints disabled.
2685
2686 2010-03-28 Pedro Alves <pedro@codesourcery.com>
2687
2688 * cli/cli-script.c (process_next_line): Handle 'stepping'.
2689
2690 2010-03-26 Stan Shebs <stan@codesourcery.com>
2691
2692 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
2693
2694 2010-03-26 Tom Tromey <tromey@redhat.com>
2695
2696 * breakpoint.c (commands_command_1): Duplicate 'arg'.
2697
2698 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
2699
2700 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
2701 (skip_prologue_sal): Remove local definition.
2702 (resolve_sal_pc): Remove now unnecessary code.
2703 * linespec.c (minsym_found): Call skip_prologue_sal.
2704 * symtab.c (find_function_start_pc): Remove.
2705 (find_function_start_sal): Extract prologue skipping into ...
2706 (skip_prologue_sal): ... this new function. Handle code both
2707 with and without debug info. Respect SAL's explicit_pc and
2708 explicit_line flags. Inline old find_function_start_pc.
2709 * symtab.h (find_function_start_pc): Remove.
2710 (skip_prologue_sal): Add prototype.
2711
2712 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
2713
2714 * dwarf2read.c (read_func_scope): Also scan specification DIEs
2715 for DW_TAG_imported_module children.
2716
2717 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
2718
2719 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
2720 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
2721 * completer.c (add_struct_fields): Fix inverted logic.
2722
2723 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
2724
2725 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
2726
2727 2010-03-26 Pedro Alves <pedro@codesourcery.com>
2728
2729 * tracepoint.c (current_trace_status): Don't make sure error_desc
2730 is non-NULL here.
2731 (parse_trace_status): Release a previous error_desc string, and
2732 set it to NULL by default. If stop reason is tracepoint_error,
2733 make sure error_desc is not left NULL.
2734
2735 2010-03-26 Pedro Alves <pedro@codesourcery.com>
2736
2737 * tracepoint.c (trace_save): Remove X from tracepoint error
2738 description.
2739
2740 2010-03-26 Pedro Alves <pedro@codesourcery.com>
2741
2742 * tracepoint.c (parse_trace_status): Don't allow plain strings in
2743 the terror description. Don't expect an X prefix.
2744
2745 2010-03-25 Stan Shebs <stan@codesourcery.com>
2746
2747 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
2748 (struct trace_status): New field error_desc.
2749 * tracepoint.c (stop_reason_names): Add terror.
2750 (current_trace_status): Ensure non-NULL error description.
2751 (trace_status_command): Add error report.
2752 (trace_status_mi): Ditto.
2753 (trace_save): Add special case for error description.
2754 (parse_trace_status): Add case for errors.
2755
2756 2010-03-25 Keith Seitz <keiths@redhat.com>
2757
2758 * dwarf2read.c (read_subroutine_type): If the compilation unit
2759 language is Java, mark any formal parameter named "this" as
2760 artificial (GCC/43521).
2761 (dwarf2_name): Add special handling for Java constructors.
2762
2763 2010-03-25 Tom Tromey <tromey@redhat.com>
2764
2765 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
2766 * infrun.c (handle_inferior_event): Change initialization of
2767 stop_stack_dummy.
2768 (handle_inferior_event): Change assignment to stop_stack_dummy.
2769 (normal_stop): Update use of stop_stack_dummy.
2770 (struct inferior_status) <stop_stack_dummy>: Change type.
2771 * inferior.h (stop_stack_dummy): Update.
2772 * infcmd.c (stop_stack_dummy): Change type.
2773 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
2774 function.
2775 (call_function_by_hand): Call set_std_terminate_breakpoint.
2776 Rewrite std::terminate handling.
2777 * breakpoint.h (enum bptype) <bp_std_terminate,
2778 bp_std_terminate_master>: New.
2779 (enum stop_stack_kind): New.
2780 (struct bpstat_what) <call_dummy>: Change type.
2781 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
2782 Declare.
2783 * breakpoint.c (create_std_terminate_master_breakpoint): New
2784 function.
2785 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
2786 Call create_std_terminate_master_breakpoint.
2787 (print_it_typical): Handle new breakpoint kinds.
2788 (bpstat_stop_status): Handle bp_std_terminate_master.
2789 (bpstat_what): Correctly set call_dummy field. Handle
2790 bp_std_terminate_master and bp_std_terminate.
2791 (print_one_breakpoint_location): Update.
2792 (allocate_bp_location): Update.
2793 (set_std_terminate_breakpoint): New function.
2794 (delete_std_terminate_breakpoint): Likewise.
2795 (create_thread_event_breakpoint): Update.
2796 (delete_command): Update.
2797 (breakpoint_re_set_one): Update.
2798 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
2799
2800 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2801
2802 * symfile.c (build_section_addr_info_from_bfd): New.
2803 (build_section_addr_info_from_objfile): Base it on
2804 build_section_addr_info_from_bfd.
2805 (addrs_section_compar, addrs_section_sort): New.
2806 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
2807 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
2808 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
2809
2810 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
2811
2812 * elfread.c (find_separate_debug_file_by_buildid):
2813 Remove unused local variable.
2814
2815 2010-03-24 Tom Tromey <tromey@redhat.com>
2816
2817 PR breakpoints/9352:
2818 * NEWS: Mention changes to `commands' and `rbreak'.
2819 * symtab.c (do_end_rbreak_breakpoints): New function.
2820 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
2821 end_rbreak_breakpoints.
2822 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
2823 (set_breakpoint_count): Likewise. Clear last_was_multi.
2824 (multi_start, multi_end, last_was_multi): New globals.
2825 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
2826 functions.
2827 (struct commands_info): New
2828 (do_map_commands_command): New function.
2829 (commands_command_1): New function.
2830 (commands_command): Use it.
2831 (commands_from_control_command): Likewise.
2832 (do_delete_breakpoint): New function.
2833 (delete_command): Use it.
2834 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
2835 (do_map_disable_breakpoint): New function.
2836 (disable_command): Use it.
2837 (do_map_enable_breakpoint): New function.
2838 (enable_command): Use it.
2839 (enable_once_breakpoint): Add argument.
2840 (enable_once_command): Update.
2841 (enable_delete_breakpoint): Add argument.
2842 (enable_delete_command): Update.
2843 (break_command_really): Set last_was_multi when needed.
2844 (check_tracepoint_command): Fix formatting.
2845 (validate_commands_for_breakpoint): New function.
2846 (breakpoint_set_commands): Use it.
2847 (tracepoint_save_command): Update.
2848 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
2849 Declare.
2850
2851 2010-03-24 Tom Tromey <tromey@redhat.com>
2852
2853 * breakpoint.h (struct counted_command_line): New struct.
2854 (struct breakpoint) <commands>: Change type.
2855 (struct bpstats) <commands>: Change type.
2856 <commands_left>: New field.
2857 * breakpoint.c (alloc_counted_command_line): New function.
2858 (incref_counted_command_line): Likewise.
2859 (decref_counted_command_line): Likewise.
2860 (do_cleanup_counted_command_line): Likewise.
2861 (make_cleanup_decref_counted_command_line): Likewise.
2862 (breakpoint_set_commands): Use decref_counted_command_line and
2863 alloc_counted_command_line.
2864 (commands_command): Don't error if breakpoint commands are
2865 executing.
2866 (commands_from_control_command): Likewise.
2867 (bpstat_free): Update.
2868 (bpstat_copy): Likewise.
2869 (bpstat_clear_actions): Likewise.
2870 (bpstat_do_actions_1): Likewise.
2871 (bpstat_stop_status): Likewise.
2872 (print_one_breakpoint_location): Likewise.
2873 (delete_breakpoint): Likewise.
2874 (bpstat_alloc): Initialize new field.
2875 (tracepoint_save_command): Update.
2876 * tracepoint.c (encode_actions): Update.
2877 (trace_dump_command): Update.
2878
2879 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2880
2881 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
2882 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
2883 (read_structure_type): For RealView, set TYPE_STUB on structures with
2884 no byte size and no children.
2885 (read_subroutine_type): Mark functions as prototyped by default.
2886 * symtab.c (producer_is_realview): New function.
2887 * symtab.h (expand_line_sal): Fix declaration formatting.
2888 (producer_is_realview): Declare.
2889
2890 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2891
2892 * arm-tdep.c (skip_prologue_function): New function.
2893 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
2894 (thumb_analyze_prologue): Document return value. Recognize more
2895 Thumb instructions, skippable calls, and some Thumb-2 instructions.
2896 Add debug output.
2897 (arm_skip_prologue): Remove call dummy check. Check the prologue
2898 for non-GNU compilers.
2899 (arm_instruction_changes_pc): New function.
2900 (arm_analyze_prologue): New function, broken out from
2901 arm_scan_prologue. Recognize more ARM instructions and skippable
2902 calls. Update comments. Handle NULL cache. Return the address
2903 of the first unrecognized instruction. Do not skip past other
2904 instructions which change control flow. Add debug output.
2905 (arm_scan_prologue): Use arm_analyze_prologue.
2906 (ARM_PC_32): Delete.
2907 (shifted_reg_val): Simplify ARM_PC_32 check.
2908
2909 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2910
2911 * tracepoint.c (tvariables_info_1): Actually compute
2912 the number of rows in the result.
2913
2914 2010-03-24 Pedro Alves <pedro@codesourcery.com>
2915
2916 * remote.c (crc32): Constify `buf' parameter.
2917 (remote_verify_memory): New, abstracted out from...
2918 (compare_sections_command): ... this. Remove hardcoded target
2919 checks.
2920 (init_remote_ops): Install remote_verify_memory.
2921 * target.c (target_verify_memory): New.
2922 * target.h (struct target_ops) <to_verify_memory>: New field.
2923 (target_verify_memory): Declare.
2924
2925 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2926
2927 Implement -trace-save.
2928
2929 * mi-cmds.h (mi_cmds_trace_save): Declare.
2930 * mi-cmds.c (mi_cmds): Register -trace-save.
2931 * mi/mi-main.c (mi_cmd_trace_save): New.
2932 * remote.c (remote_save_trace_data): Take const parameter.
2933 * target.h (struct target_ops::to_save_trace_data): Take
2934 const parameter.
2935 * target.c (update_current_target): Adjust to the above.
2936 * tracepoint.c (trave_save): New, extracted from
2937 (trace_save_command): ...this.
2938 (tfile_trace_find): Remove message that is unnecessary now
2939 that 'tfind' reports found frame.
2940 * tracepoint.h (trace_save): Declare.
2941
2942 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2943
2944 Implement -trace-find.
2945
2946 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
2947 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
2948 * mi/mi-main.c (mi_cmd_trace_find): New.
2949 * target.h (struct target_ops): Document to_trace_find.
2950 * tracepoint.h (tfind_1): Declare.
2951 * tracepoint.c (finish_tfind_command): Rename to...
2952 (tfind_1): ...this.
2953 * remote.c (remote_trace_find): Return -1 if target say
2954 there's no frame. Improve error diagnostics.
2955
2956 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2957
2958 -trace-define-variable and -trace-list-variables.
2959
2960 * tracepoint.c (create_trace_state_variable): Make
2961 private copy of name, as opposed to assuming the
2962 pointer lives forever.
2963 (tvariables_info_1): New.
2964 (tvariables_info): Use the above.
2965 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
2966 Declare.
2967 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
2968 and -trace-list-variables.
2969 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
2970 (mi_cmd_trace_list_variables): New.
2971 * mi/mi-main.c (mi_cmd_trace_define_variable)
2972 (mi_cmd_trace_list_variables): New.
2973
2974 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2975
2976 Implement -break-passcount.
2977
2978 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
2979 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
2980 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
2981
2982 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2983
2984 -trace-start/-trace-end/-trace-status.
2985
2986 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
2987 and -trace-stop.
2988 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
2989 (mi_cmd_trace_stop): Declare.
2990 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
2991 (mi_cmd_trace_stop): New.
2992 * tracepoint.c (start_tracing): New, extracted from...
2993 (trace_start_command): ...this.
2994 (trace_status_mi): New.
2995 * tracepoint.h (struct trace_status): Document
2996 stopping_tracepoint.
2997 (start_tracing, stop_tracing, trace_status_mi): Declare.
2998
2999 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3000
3001 Implement creating tracepoints with -break-insert.
3002
3003 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
3004 to mean that tracepoint should be created.
3005
3006 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3007
3008 * breakpoint.c (check_no_tracepoint_commands): Use
3009 current spelling of 'teval'.
3010
3011 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3012
3013 Unify actions and commands
3014
3015 * defs.h (read_command_lines, read_command_lines_1): New
3016 parameters validator and closure.
3017 * tracepoint.h (struct action_line): Remove.
3018 * breakpoint.h (struct breakpoint): Remove the 'actions'
3019 field.
3020 * defs.h (enum command_control_type): New value
3021 while_stepping_control.
3022 (struct command_line): Add comments.
3023 * breakpoint.c (breakoint_is_tracepoint): New.
3024 (breakpoint_set_commands): For tracepoints,
3025 verify the commands are permissible.
3026 (check_tracepoint_commands): New.
3027 (commands_command): Require that each new line is validated using
3028 check_tracepoint_command, if we set commands for a tracepoint.
3029 (create_tracepoint_from_upload): Likewise.
3030 (print_one_breakpoint_location): Remove the code to print
3031 actions specifically.
3032 (tracepoint_save_command): Relay to print_command_lines.
3033 * cli/cli-script.c (process_next_line): New parameters validator
3034 and closure. Handle 'while-stepping'. Call validator if not null.
3035 (read_command_lines, read_command_lines1): Likewise.
3036 (recurse_read_control_structure): New parameters validator and
3037 closure. Handle while_stepping_control.
3038 (print_command_lines): Handle while-stepping.
3039 (get_command_line, define_command, document_command): Adjust.
3040 * remote.c (remote_download_tracepoint): Adjust.
3041 * tracepoint.c (make_cleanup_free_actions, read_actions)
3042 (free_actions, do_free_actions_cleanup): Remove.
3043 (trace_actions_command): Use read_command_lines.
3044 (validate_actionline): Use error in one place.
3045 (encode_actions_1): New, extracted from...
3046 (encode_actions): ...this. Also use cleanups for exception
3047 safety.
3048 (trace_dump_command): Adjust.
3049 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
3050 it's tracepoint.
3051
3052 2010-03-23 Mike Frysinger <vapier@gentoo.org>
3053
3054 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
3055
3056 2010-03-22 Stan Shebs <stan@codesourcery.com>
3057
3058 * value.c (value_static_field): Be lazy about the field's value.
3059
3060 2010-03-22 Reid Kleckner <reid@kleckner.net>
3061
3062 PR gdb/11094
3063 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
3064 bp_jit_event.
3065 (disable_breakpoints_in_shlibs): Likewise.
3066
3067 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
3068
3069 * dwarf2read.c (partial_die_parent_scope): Work around buggy
3070 GCC 4.1 debug info generation (GCC PR c++/28460).
3071 (determine_prefix): Likewise.
3072
3073 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
3074
3075 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
3076 get_current_arch.
3077 * tui/tui-layout.c (extract_display_start_addr): Likewise.
3078
3079 2010-03-19 Stan Shebs <stan@codesourcery.com>
3080
3081 * ax-gdb.c (gen_fetch): Handle bool.
3082 (gen_usual_unary): Ditto.
3083 (gen_cast): Ditto.
3084 (gen_equal): New function.
3085 (gen_less): New function.
3086 (gen_expr_binop_rest): Call them, also return integer type from
3087 logical operations.
3088 (gen_expr): Ditto.
3089
3090 2010-03-19 Tom Tromey <tromey@redhat.com>
3091
3092 * jv-lang.c (jv_dynamics_objfile_data_key)
3093 (jv_type_objfile_data_key): New globals.
3094 (class_symtab): Move earlier.
3095 (jv_per_objfile_free): New function.
3096 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
3097 parameter.
3098 Remove ancient #if 1.
3099 (add_class_symbol): Remove redundant declaration.
3100 (java_lookup_class): Use alloc_type, not alloc_type_arch.
3101 (java_link_class_type): Mark as static. Update.
3102 (jv_clear_object_type): New function.
3103 (set_java_object_type): Likewise.
3104 (get_java_object_type): Use set_java_object_type.
3105 (is_object_type): Likewise.
3106 (_initialize_java_language): Register new objfile keys.
3107 (get_java_class_symtab): Add 'gdbarch' parameter.
3108 (add_class_symtab_symbol): Update.
3109 (type_from_class): Update.
3110
3111 2010-03-19 Stan Shebs <stan@codesourcery.com>
3112
3113 * ax-general.c (ax_const_l): Fix a sizing bug.
3114
3115 2010-03-18 Joel Brobecker <brobecker@adacore.com>
3116
3117 GDB 7.1 released.
3118
3119 2010-03-18 Stan Shebs <stan@codesourcery.com>
3120 Pedro Alves <pedro@codesourcery.com>
3121
3122 * target.h (struct target_ops): New method
3123 to_set_circular_trace_buffer.
3124 (target_set_circular_trace_buffer): New macro.
3125 * target.c (update_current_target): Add
3126 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
3127 default behavior.
3128 * remote.c (remote_set_circular_trace_buffer): New function.
3129 (init_remote_ops): Add it to vector.
3130 * tracepoint.h (struct trace_status): New field traceframes_created,
3131 change buffer_size and buffer_free to int.
3132 * tracepoint.c (circular_trace_buffer): New global.
3133 (start_tracing): Send values of disconnected tracing and circular
3134 trace buffer settings.
3135 (set_circular_trace_buffer): New function.
3136 (parse_trace_state): Handle total space and frames created.
3137 (trace_status_command): Display total space and total frames
3138 created.
3139 (trace_save): Write out new status values.
3140 (parse_trace_status): Set traceframe_count, traceframes_created,
3141 buffer_free and buffer_size to -1 by default.
3142 (_initialize_tracepoint): New setshow for circular-trace-buffer.
3143 * NEWS: Mention the circular trace buffer option.
3144
3145 2010-03-18 Tom Tromey <tromey@redhat.com>
3146
3147 * infcmd.c (finish_command_continuation): Wrap print_return_value
3148 in TRY_CATCH.
3149
3150 2010-03-18 Joel Brobecker <brobecker@adacore.com>
3151
3152 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
3153 DIE has a name before creating the associated partial symbol.
3154 (read_func_scope): Emit a complaint if the subprogram does not
3155 have a name or when we can't extract the subprogram PC bounds.
3156
3157 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
3158
3159 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
3160 instead of selected frame architecture.
3161
3162 2010-03-18 Pedro Alves <pedro@codesourcery.com>
3163
3164 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
3165 a valid selected thread, and that it is not running.
3166 (advance_command): Ditto.
3167 (finish_command): Ditto.
3168
3169 2010-03-17 Stan Shebs <stan@codesourcery.com>
3170
3171 * ax-gdb.c (require_rvalue): Disallow non-scalars.
3172
3173 * infcall.c: Include tracepoint.h.
3174 (call_function_by_hand): Disallow calls in tfind mode.
3175 * infcmd.c: Include tracepoint.h.
3176 (ensure_not_tfind_mode): New function.
3177 (continue_1): Call it.
3178 (step_1) Ditto.
3179 (jump_command): Ditto.
3180 (signal_command): Ditto.
3181 (advance_command): Ditto.
3182 (until_command): Ditto.
3183 (finish_command): Ditto.
3184 * tracepoint.h (disconnect_or_stop_tracing): Declare.
3185
3186 * ax-gdb.h (struct axs_value): New field optimized_out.
3187 (gen_trace_for_var): Add gdbarch argument.
3188 * ax-gdb.c (gen_trace_static_fields): New function.
3189 (gen_traced_pop): Call it, add gdbarch argument.
3190 (gen_trace_for_expr): Update call to it.
3191 (gen_trace_for_var): Ditto, and report optimized-out variables.
3192 (gen_struct_ref_recursive): Check for optimized-out value.
3193 (gen_struct_elt_for_reference): Ditto.
3194 (gen_static_field): Pass gdbarch instead of expression, assume
3195 optimization if field not found.
3196 (gen_var_ref): Set the optimized_out flag.
3197 (gen_expr): Error on optimized-out variable.
3198 * tracepoint.c (collect_symbol): Handle struct-valued vars as
3199 expressions, skip optimized-out variables with computed locations.
3200 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
3201 erroring out if location expression missing.
3202 (loclist_tracepoint_var_ref): Don't error out here.
3203
3204 2010-03-17 Tom Tromey <tromey@redhat.com>
3205
3206 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
3207 DWARF data is available.
3208
3209 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
3210
3211 * symfile.c (generic_load): Reset breakpoints after loading.
3212
3213 2010-03-17 Tom Tromey <tromey@redhat.com>
3214
3215 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
3216
3217 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3218
3219 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
3220 create_breakpoint call, adjust the parameters.
3221
3222 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3223 Chandru <chandru@in.ibm.com>
3224
3225 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
3226 * valarith.c (value_subscripted_rvalue): Suppress error if
3227 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
3228
3229 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
3230
3231 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
3232
3233 2010-03-16 Joel Brobecker <brobecker@adacore.com>
3234
3235 * ada-tasks.c (task_command_1): Check that the task ptid is valid
3236 before doing the associated thread switch.
3237
3238 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3239
3240 * MAINTAINERS: Update my email address.
3241
3242 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
3243
3244 Simplify MI breakpoint setting.
3245
3246 * breakpoint.c (break_command_really): Make nonstatic and
3247 rename to...
3248 (create_breakpoint): ...this. Rename prior function by this name
3249 to...
3250 (create_breakpoint_sal): ...this.
3251 (create_breakpoints): Rename to...
3252 (create_breakpoints_sal): ...this.
3253 (set_breakpoint): Remove.
3254 * breakpoint.h: Adjust to above changes.
3255 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
3256
3257 2010-03-15 Stan Shebs <stan@codesourcery.com>
3258
3259 * ax-gdb.c: Include cp-support.h.
3260 (find_field): Remove.
3261 (gen_primitive_field): New function.
3262 (gen_struct_ref_recursive): New function.
3263 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
3264 of find_field.
3265 (gen_static_field): New function.
3266 (gen_struct_elt_for_reference): New.
3267 (gen_namespace_elt): New.
3268 (gen_maybe_namespace_elt): New.
3269 (gen_aggregate_elt_ref): New.
3270 (gen_expr): Add OP_SCOPE, display opcode name in error message.
3271
3272 2010-03-15 Tom Tromey <tromey@redhat.com>
3273
3274 * dwarf2read.c (die_needs_namespace): Also return 0 for
3275 DW_TAG_subprogram.
3276
3277 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
3278
3279 PR c++/7936:
3280 * cp-support.h: Added char *declaration element to using_direct
3281 data struct.
3282 (cp_add_using): Added char *declaration argument.
3283 (cp_add_using_directive): Ditto.
3284 (cp_lookup_symbol_imports): made extern.
3285 * cp-namespace.c: Updated with the above changes.
3286 * dwarf2read.c (read_import_statement): Ditto.
3287 (read_namespace): Ditto.
3288 (read_import_statement): Support import declarations.
3289 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
3290 declarations.
3291 Added support for 'declaration_only' search.
3292 (cp_lookup_symbol_namespace): Attempt to search for the name as
3293 is before consideration of imports.
3294 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
3295 search at every block level search.
3296 Now takes language argument.
3297 (lookup_symbol_aux): Updated.
3298
3299 2010-03-15 Tom Tromey <tromey@redhat.com>
3300
3301 * c-exp.y (name_not_typename): Add 'operator' clause.
3302
3303 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
3304
3305 * configure.ac: Exit if ${gdb_target_obs}" is not set.
3306 * configure: Regenerate.
3307
3308 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3309
3310 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
3311 and ".sdynbss". Update the comment.
3312
3313 2010-03-15 Jie Zhang <jie@codesourcery.com>
3314
3315 * MAINTAINERS: Update my email address.
3316
3317 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
3318
3319 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
3320
3321 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
3322
3323 * charset.c [USE_WIN32API]: Include <windows.h>.
3324 (_initialize_charset): Correct type of w32_host_default_charset.
3325
3326 2010-03-14 Pedro Alves <pedro@codesourcery.com>
3327
3328 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
3329
3330 2010-03-12 Tom Tromey <tromey@redhat.com>
3331
3332 PR c++/9708:
3333 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
3334 in a lexical block does not need a namespace.
3335 (new_symbol) <DW_TAG_variable>: Put extern variables on
3336 list_in_scope in all cases.
3337
3338 2010-03-12 Stan Shebs <stan@codesourcery.com>
3339
3340 * ax-gdb.c (gen_expr): Add shift expressions.
3341 (gen_expr_binop_rest): Ditto.
3342
3343 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
3344
3345 * buildsym.c (finish_block): Reset using_directives pointer
3346 after block initialization.
3347
3348 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
3349
3350 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
3351 * i386-tdep.c (i386_word_names): Likewise.
3352
3353 2010-03-12 Pedro Alves <pedro@codesourcery.com>
3354
3355 * target.c (memory_xfer_partial): Don't use the stack cache if
3356 inspecting trace frames.
3357 * tracepoint.c (finish_tfind_command): Invalidate the target
3358 dcache.
3359
3360 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3361
3362 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
3363 for the PIC displacement, print also the displacement value.
3364 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
3365
3366 2010-03-10 Kevin Buettner <kevinb@redhat.com>
3367
3368 * remote-mips.c (close_ports, mips_initialize_cleanups)
3369 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
3370 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
3371 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
3372 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
3373 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
3374 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
3375 comments describing each of these functions.
3376 (mips_enter_debug, mips_exit_debug, common_open)
3377 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
3378 blank line after the comment describing the function.
3379
3380 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3381
3382 * solib-svr4.c (svr4_exec_displacement): Return now success, new
3383 parameter displacementp. Update comment.
3384 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
3385 element exists. Return if svr4_exec_displacement was not successful.
3386 Update comment.
3387
3388 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3389 Daniel Jacobowitz <dan@codesourcery.com>
3390
3391 * solib-svr4.c (read_program_header): Support type == -1 to read
3392 all program headers.
3393 (read_program_headers_from_bfd): New function.
3394 (svr4_static_exec_displacement): Remove and move the comment ...
3395 (svr4_exec_displacement): ... here. Remove variable found. New
3396 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
3397 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
3398 targets using read_program_headers_from_bfd. Remove the call of
3399 svr4_static_exec_displacement.
3400
3401 2010-03-10 Tom Tromey <tromey@redhat.com>
3402
3403 * dwarf2read.c (struct pubnames_header): Remove.
3404 (_PUBNAMES_HEADER): Remove.
3405 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
3406 (struct aranges_header): Remove.
3407 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
3408 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
3409 (PUBNAMES_SECTION): Remove.
3410 (ARANGES_SECTION): Remove.
3411 (dwarf2_locate_sections): Don't handle pubnames or aranges.
3412 (dwarf2_build_psymtabs): Remove dead code.
3413 (dwarf2_build_psymtabs_easy): Remove.
3414
3415 2010-03-10 Tom Tromey <tromey@redhat.com>
3416
3417 * elfread.c (elf_symfile_read): Don't call
3418 dwarf2_build_frame_info.
3419 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
3420 (struct dwarf2_per_objfile) <objfile>: New field.
3421 (dwarf2_has_info): Now idempotent. Set objfile field.
3422 (dwarf2_read_section): Check and set readin field. Call
3423 posix_madvise.
3424 (dwarf2_build_psymtabs): Don't read all sections.
3425 (read_type_comp_unit_head): Read types section.
3426 (create_debug_types_hash_table): Likewise.
3427 (init_cu_die_reader): Add asserts.
3428 (process_type_comp_unit): Add assert.
3429 (dwarf2_build_psymtabs_hard): Read info section.
3430 (load_partial_comp_unit): Add assert.
3431 (create_all_comp_units): Read info section.
3432 (load_full_comp_unit): Likewise.
3433 (dwarf2_ranges_read): Read ranges section.
3434 (dwarf2_record_block_ranges): Add assert.
3435 (dwarf2_read_abbrevs): Read abbrev section.
3436 (read_indirect_string): Read str section.
3437 (dwarf_decode_line_header): Read line section.
3438 (read_signatured_type_at_offset): Read types section.
3439 (dwarf_decode_macros): Read macinfo section.
3440 (dwarf2_symbol_mark_computed): Read loc section.
3441 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
3442 dwarf2_build_frame_info.
3443 (dwarf2_build_frame_info): Unconditionally set
3444 dwarf2_frame_objfile_data on the objfile.
3445 * configure.ac: Check for posix_madvise.
3446 * config.in, configure: Rebuild.
3447
3448 2010-03-10 Tom Tromey <tromey@redhat.com>
3449
3450 * xcoffread.c (xcoff_start_psymtab): Update.
3451 (xcoff_end_psymtab): Update.
3452 * psymtab.c (allocate_psymtab): Remove dead code.
3453 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
3454 void*.
3455 * mdebugread.c (parse_partial_symbols): Update.
3456 (new_psymtab): Likewise.
3457 * dwarf2read.c (process_psymtab_comp_unit): Update.
3458 (psymtab_to_symtab_1): Update.
3459 * dbxread.c (start_psymtab): Update.
3460 (end_psymtab): Likewise.
3461
3462 2010-03-10 Tom Tromey <tromey@redhat.com>
3463
3464 * xcoffread.c: Include psymtab.h.
3465 (xcoff_sym_fns): Update.
3466 * symtab.h (struct partial_symbol): Remove.
3467 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
3468 (struct partial_symtab): Remove.
3469 (PSYMTAB_TO_SYMTAB): Remove.
3470 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
3471 (find_pc_sect_psymtab): Remove.
3472 (find_pc_sect_symtab_via_partial): Declare.
3473 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
3474 (find_main_psymtab): Remove.
3475 (find_main_filename): Declare.
3476 (fixup_psymbol_section): Remove.
3477 (fixup_section): Declare.
3478 * symtab.c: Include psymtab.h.
3479 (lookup_symtab): Use lookup_symtab method.
3480 (lookup_partial_symtab): Remove.
3481 (find_pc_sect_psymtab_closer): Remove.
3482 (find_pc_sect_psymtab): Remove.
3483 (find_pc_sect_symtab_via_partial): New function.
3484 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
3485 (fixup_section): No longer static.
3486 (fixup_psymbol_section): Remove.
3487 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
3488 (lookup_global_symbol_from_objfile): Likewise.
3489 (lookup_symbol_aux_psymtabs): Remove.
3490 (lookup_symbol_aux_quick): New function.
3491 (lookup_symbol_global): Use lookup_symbol_aux_quick.
3492 (lookup_partial_symbol): Remove.
3493 (basic_lookup_transparent_type_quick): New function.
3494 (basic_lookup_transparent_type): Use it.
3495 (find_main_psymtab): Remove.
3496 (find_main_filename): New function.
3497 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
3498 (find_line_symtab): Use expand_symtabs_with_filename method.
3499 (output_partial_symbol_filename): New function.
3500 (sources_info): Use map_partial_symbol_filenames.
3501 (struct search_symbols_data): New type.
3502 (search_symbols_file_matches): New function.
3503 (search_symbols_name_matches): Likewise.
3504 (search_symbols): Use expand_symtabs_matching method.
3505 (struct add_name_data): Rename from add_macro_name_data.
3506 (add_macro_name): Update.
3507 (add_partial_symbol_name): New function.
3508 (default_make_symbol_completion_list): Use
3509 map_partial_symbol_names.
3510 (struct add_partial_symbol_name): New type.
3511 (maybe_add_partial_symtab_filename): New function.
3512 (make_source_files_completion_list): Use
3513 map_partial_symbol_filenames.
3514 (expand_line_sal): Use expand_symtabs_with_filename method.
3515 * symmisc.c: Include psymtab.h.
3516 (print_objfile_statistics): Use print_stats method.
3517 (dump_objfile): Use dump method.
3518 (dump_psymtab, maintenance_print_psymbols)
3519 (maintenance_info_psymtabs, maintenance_check_symtabs)
3520 (extend_psymbol_list): Remove.
3521 * symfile.h (struct quick_symbol_functions): New struct.
3522 (struct sym_fns) <qf>: New field.
3523 (sort_pst_symbols): Remove.
3524 (increment_reading_symtab): Declare.
3525 * symfile.c: Include psymtab.h.
3526 (compare_psymbols, sort_pst_symbols): Remove.
3527 (psymtab_to_symtab): Remove.
3528 (increment_reading_symtab): New function.
3529 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
3530 method.
3531 (set_initial_language): Use find_main_filename.
3532 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
3533 (free_named_symtabs): Remove unused code.
3534 (start_psymtab_common, add_psymbol_to_bcache)
3535 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
3536 Remove.
3537 * stack.c: Include psymtab.h, symfile.h.
3538 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
3539 * source.h (psymtab_to_fullname): Don't declare.
3540 * source.c: Include psymtab.h.
3541 (select_source_symtab): Use find_last_source_symtab method.
3542 (forget_cached_source_info): Use forget_cached_source_info
3543 method.
3544 (find_and_open_source): No longer static.
3545 (psymtab_to_fullname): Remove.
3546 * somread.c: Include psymtab.h.
3547 (som_sym_fns): Update.
3548 * psympriv.h: New file.
3549 * psymtab.h: New file.
3550 * psymtab.c: New file.
3551 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
3552 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
3553 * objfiles.c: Include psymtab.h.
3554 (objfile_relocate1): Use relocate method.
3555 (objfile_has_partial_symbols): Use has_symbols method.
3556 * mipsread.c: Include psymtab.h.
3557 (ecoff_sym_fns): Update.
3558 * mi/mi-cmd-file.c: Include psymtab.h.
3559 (print_partial_file_name): New function.
3560 (mi_cmd_file_list_exec_source_files): Use
3561 map_partial_symbol_filenames.
3562 * mdebugread.c: Include psympriv.h.
3563 * machoread.c: Include psympriv.h.
3564 (macho_sym_fns): Update.
3565 * m2-exp.y (yylex): Use lookup_symtab.
3566 * elfread.c: Include psympriv.h.
3567 (elf_sym_fns): Update.
3568 * dwarf2read.c: Include psympriv.h.
3569 * dbxread.c: Include psympriv.h.
3570 (aout_sym_fns): Update.
3571 * cp-support.c: Include psymtab.h.
3572 (read_in_psymtabs): Remove.
3573 (make_symbol_overload_list_qualified): Use
3574 expand_symtabs_for_function method.
3575 * coffread.c: Include psympriv.h.
3576 (coff_sym_fns): Update.
3577 * blockframe.c: Include psymtab.h.
3578 (find_pc_partial_function): Use find_pc_sect_symtab method.
3579 * ada-lang.h (ada_update_initial_language): Update.
3580 * ada-lang.c: Include psymtab.h.
3581 (ada_update_initial_language): Remove 'main_pst' argument.
3582 (ada_lookup_partial_symbol): Remove.
3583 (struct ada_psym_data): New type.
3584 (ada_add_psyms): New function.
3585 (ada_add_non_local_symbols): Use map_ada_symtabs method.
3586 (struct add_partial_datum): New type.
3587 (ada_add_partial_symbol_completions): New function.
3588 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
3589 (ada_exception_support_info_sniffer): Update.
3590 * Makefile.in (SFILES): Add psymtab.c.
3591 (COMMON_OBS): Add psymtab.o.
3592 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
3593
3594 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
3595
3596 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
3597
3598 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
3599
3600 PR C++/11236:
3601 * cp-namespace.c (cp_add_using): Deleted.
3602 (cp_add_using_directive): Use obstack allocations.
3603 Merged the function cp_add_using into this one.
3604 Added 'struct obstack *' argument.
3605 (cp_scan_for_anonymous_namespaces): Updated.
3606 * cp-support.h: Updated.
3607 * dwarf2read.c (read_import_statement): Updated.
3608 (read_namespace): Updated.
3609
3610 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
3611
3612 * windows-nat.c (cygwin_conv_path): Remove old macro.
3613
3614 2010-03-10 Pedro Alves <pedro@codesourcery.com>
3615
3616 * breakpoint.c (condition_command): Handle watchpoint conditions.
3617 (is_hardware_watchpoint): Add comment.
3618 (is_watchpoint): New.
3619 (update_watchpoint): Don't reparse the watchpoint's condition
3620 unless necessary.
3621 (WP_IGNORE): New.
3622 (watchpoint_check): Use it.
3623 (bpstat_check_watchpoint): Handle it.
3624 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
3625 conditions in a frame where it makes sense.
3626 (watch_command_1): Store the innermost block of the condition
3627 expression.
3628 (delete_breakpoint): Delete the watchpoint condition expression.
3629 * breakpoint.h (struct bp_location) <cond>: Update comment.
3630 (struct breakpoint): New field `cond_exp_valid_block'.
3631
3632 2010-03-09 Joel Brobecker <brobecker@adacore.com>
3633
3634 Adjust handling of Ada DIEs after dwarf2_physname patch.
3635 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
3636
3637 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
3638 Pierre Muller <muller@ics.u-strasbg.fr>
3639
3640 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
3641 from/to posix/win32.
3642 (windows_make_so): Use non-Cygwin 1.7 specific function.
3643 (windows_create_inferior): Make sure that cygallargs points to
3644 original args in non Cygwin 1.7. case.
3645
3646 2010-03-09 Michael Snyder <msnyder@vmware.com>
3647
3648 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
3649 after target_read_memory to get host byte order.
3650 (i386_process_record): Ditto.
3651
3652 2010-03-09 Keith Seitz <keiths@redhat.com>
3653
3654 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
3655 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
3656 print out const or volatile qualifiers, too.
3657 (c_type_print_args): Add parameters show_artificial and language.
3658 Skip artificial parameters when requested.
3659 Use the appropriate language printer.
3660 (c_type_print_varspec): Tell c_type_print_args to skip artificial
3661 parameters and pass language_c.
3662 * dwarf2read.c (die_list): New file global.
3663 (struct partial_die_info): Update comments for name field.
3664 (pdi_needs_namespace): Renamed to ...
3665 (die_needs_namespace): ... this. Rewrite.
3666 (dwarf2_linkage_name): Remove.
3667 (add_partial_symbol): Do not predicate the call to
3668 partial_die_full_name based on pdi_needs_namespace.
3669 Remove call to cp_check_possible_namespace_symbols and associated
3670 outdated comments.
3671 (guess_structure_name): Do not inspect child subprogram DIEs.
3672 (dwarf2_fullname): Update comments.
3673 Use die_needs_namespace to assist in computing the name.
3674 (read_func_scope): Use dwarf2_name to get the DIE's name.
3675 Use dwarf2_physname to get the "linkage name" of the DIE.
3676 (dwarf2_add_member_field): Use dwarf2_physname instead of
3677 dwarf2_linkage_name.
3678 (read_structure_type): For structs and classes, set TYPE_NAME, too.
3679 (determine_class): Remove.
3680 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
3681 except Ada.
3682 (new_symbol): Unconditionally call dwarf2_name.
3683 Compute the "linkage name" using dwarf2_physname.
3684 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
3685 When determining to scan for anonymous C++ namespaces, ignore
3686 the linkage name.
3687 (dwarf2_physname): New function.
3688 (dwarf2_full_name): Move content to new function and call
3689 that.
3690 (dwarf2_compute_name): "New" function.
3691 (_initialize_dwarf2_read): Initialize die_list.
3692 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
3693 physname.
3694 (gnu_v3_print_method_ptr): Use the physname for virtual methods
3695 without a demangled name.
3696 Print out type information for non-virtual methods.
3697 * linespec.c (decode_line_1): Force ANY string using "::" (or
3698 "." for java) to use decode_compound, and clean up any stray quoting.
3699 If we found a file symtab, re-evaluate whether the remainder is_quoted.
3700 (decode_compound): Stop consuming at an open parenthesis.
3701 Keep template parameters.
3702 Keep any overload information.
3703 Keep keywords like "const".
3704 Remove paren_pointer.
3705 Move is_quoted check from set_flags to here.
3706 Remove #if 0 code from 2000. Ten years is long enough.
3707 (find_method): Before comparing symbol names, canonicalize the string
3708 from the user.
3709 If a specific overload is requested, find it. Otherwise throw an error.
3710 (find_method_overload_end): New function.
3711 (set_flags): Remove.
3712 (decode_compound): Assume that parentheses are matched.
3713 It's a lot easier.
3714 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
3715 to cplus_demangle.
3716 * linespec.c (decode_line_1): Keep important keywords like
3717 "const" and "volatile".
3718 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
3719 * typeprint.h (c_type_print_args): Add declaration.
3720 * ui-file.c (do_ui_file_obsavestring): New function.
3721 (ui_file_obsavestring): New function.
3722 * ui-file.h (ui_file_obsavestring): Add declaration.
3723 * valops.c (find_overload_match): Resolve the object to
3724 a non-pointer type.
3725 If the object is a data member, search the object for the member
3726 and return with staticp set.
3727 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
3728 Do not attempt to extract a function name from non-function types.
3729 If the extracted function name and the original name are the same,
3730 we don't have a C++ method.
3731
3732 From Jan Kratochvil <jan.kratochvil@redhat.com>:
3733 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
3734
3735 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
3736 and arguments from symbol lookups.
3737 * ax-gdb.c (gen_expr): Likewise.
3738 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
3739 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
3740 lookup_possible_namespace_symbol): Likewise.
3741 * cp-support.c (read_in_psymtabs): Likewise.
3742 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
3743 * language.h (la_lookup_symbol_nonlocal): Likewise.
3744 * scm-valprint.c (scm_inferior_print): Likewise.
3745 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
3746 * solib-svr.c (elf_lookup_lib): Likewise.
3747 * solib.c (show_auto_solib_add): Likewise.
3748 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
3749 * symmisc.c (maintenance_check_symtabs): Likewise.
3750 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
3751 lookup_symbol_aux_local, lookup_symbol_aux_block,
3752 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
3753 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
3754 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
3755 basic_lookup_transparent_type, find_main_psymtab,
3756 lookup_block_symbol): Likewise.
3757 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
3758 lookup_symbol_global, lookup_symbol_aux_block,
3759 lookup_symbol_partial_symbol, lookup_block_symbol,
3760 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
3761
3762 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
3763
3764 * python/python-internal.h: Include symtab.h.
3765
3766 2010-03-09 Joel Brobecker <brobecker@adacore.com>
3767 Pierre Muller <muller@ics.u-strasbg.fr>
3768
3769 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
3770 * p-valprint.c (pascal_val_print): Remove undeed block and fix
3771 indentation.
3772
3773 2010-03-08 Tom Tromey <tromey@redhat.com>
3774
3775 * breakpoint.c (breakpoint_1): Add "QUIT".
3776
3777 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
3778 Pedro Alves <pedro@codesourcery.com>
3779
3780 * solib.c (solib_find): Replace extension if
3781 solib_symbols_extension is set in the target gdbarch.
3782 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
3783 solib_symbols_extension to "sym".
3784 * gdbarch.sh (solib_symbols_extension): New variable.
3785 (pstring): New function.
3786 * gdbarch.h, gdbarch.c: Regenerate.
3787
3788 2010-03-08 Tom Tromey <tromey@redhat.com>
3789
3790 PR cli/9591:
3791 * NEWS: Update.
3792 * utils.c: Include main.h.
3793 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
3794 (defaulted_query): Use default answer if `batch_flag'.
3795 * main.h (batch_flag): Declare.
3796 * main.c (batch_flag): New global.
3797 (captured_main): Remove 'batch'. Update.
3798
3799 2010-03-08 Kevin Buettner <kevinb@redhat.com>
3800
3801 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
3802 and Kevin Buettner:
3803
3804 * remote-mips.c (rockhopper_ops): New target_ops struct.
3805 (MON_ROCKHOPPER): New mips_monitor_type.
3806 (read_hex_value): New function.
3807 (mips_request): Send 8-byte values with a 'T' packet. Read the
3808 packet argument as a string and use read_hex_value to parse it.
3809 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
3810 (rockhopper_open): New function.
3811 (mips_wait): Read the PC, FP and SP fields as strings. Use
3812 read_hex_value to parse them and mips_set_register to commit them.
3813 (mips_set_register): New function.
3814 (mips_fetch_registers): Do not cast register value to "unsigned"
3815 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
3816 (mips_store_registers): Use a 'T' packet to set registers when
3817 using MON_ROCKHOPPER.
3818 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
3819 and expect the total to be printed before the entry address.
3820 (_initialize_remote_mips): Initialize and add rockhopper_ops.
3821
3822 2010-03-08 Kevin Buettner <kevinb@redhat.com>
3823
3824 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
3825 Change return value to int. Store value fetched in location
3826 addressed by `val'. Use function's return value as success
3827 or failure indicator. Adjust all callers.
3828
3829 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
3830
3831 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
3832
3833 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3834 Hui Zhu <teawater@gmail.com>
3835
3836 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
3837 tmp_to_stopped_data_address.
3838 (record_open): Reset tmp_to_stopped_by_watchpoint and
3839 tmp_to_stopped_data_address.
3840 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
3841 to_stopped_data_address.
3842
3843 2010-03-08 Hui Zhu <teawater@gmail.com>
3844
3845 * i386-tdep.c (i386_process_record): Initialize regnum.
3846
3847 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3848
3849 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
3850 Do not warn on ".gnu.liblist" and ".gnu.conflict".
3851
3852 2010-03-08 Joel Brobecker <brobecker@adacore.com>
3853
3854 Memory error when reading wrong core file.
3855 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
3856 errors while reading the inferior memory, and return zero if
3857 an exception was raised.
3858
3859 2010-03-07 Michael Snyder <msnyder@vmware.com>
3860
3861 * record.c (record_restore): Rename tmpu8 to rectype.
3862
3863 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
3864 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
3865
3866 (i386_record_push): Rename local tmpulongest to addr.
3867
3868 (i386_process_record): Rename local tmpulongest to addr.
3869
3870 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
3871 addr64.
3872
3873 Rename local variable tmpu8 to opcode8 and regnum.
3874
3875 2010-03-07 Joel Brobecker <brobecker@adacore.com>
3876
3877 * remote.c (remote_get_ada_task_ptid): New function.
3878 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
3879
3880 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
3881
3882 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
3883 block. Define helper macros to reduce ifdefs in code.
3884 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
3885 size. Call unadorned GetModuleFileNameEx rather than
3886 GetModuleFileNameEx*.
3887 (windows_make_so): Use __PMAX to denote maximum buffer size and
3888 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
3889 appropriate.
3890 (get_image_name): Use __PMAX to denote maximum buffer size.
3891 (handle_load_dll): Likewise.
3892 (windows_pid_to_exec_file): Likewise.
3893 (windows_create_inferior): Add many accommodations for older Cygwin and
3894 non-Cygwin.
3895 (bad_GetModuleFileNameExW): Control inclusion of this function based on
3896 __USEWIDE conditional.
3897 (bad_GetModuleFileNameExA): Likewise.
3898 (_initialize_loadable): Just use real function names without the dyn_
3899 part since they are defined earlier.
3900
3901 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
3902 Tom Tromey <tromey@redhat.com>
3903
3904 * utils.c (host_char_to_target): Add 'gdbarch' argument.
3905 (parse_escape): Likewise.
3906 * python/py-utils.c (unicode_to_target_string): Update.
3907 (unicode_to_target_python_string): Update.
3908 (target_string_to_unicode): Update.
3909 * printcmd.c (printf_command): Update.
3910 * p-exp.y (yylex): Update.
3911 * objc-exp.y (yylex): Update.
3912 * mi/mi-parse.c: Include charset.h.
3913 (mi_parse_escape): New function.
3914 (mi_parse_argv): Use it.
3915 * jv-exp.y (yylex): Update.
3916 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
3917 function.
3918 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
3919 * gdbarch.sh (auto_charset, auto_wide_charset): New.
3920 * gdbarch.c: Rebuild.
3921 * gdbarch.h: Rebuild.
3922 * defs.h (parse_escape): Update.
3923 * cli/cli-setshow.c: Include arch-utils.h.
3924 (do_setshow_command): Update.
3925 * cli/cli-cmds.c (echo_command): Update.
3926 * charset.h (target_charset, target_wide_charset): Update.
3927 * charset.c: Include arch-utils.h.
3928 (target_charset_name): Default to "auto".
3929 (target_wide_charset_name): Likewise.
3930 (show_target_charset_name): Handle "auto".
3931 (show_target_wide_charset_name): Likewise.
3932 (be_le_arch): New global.
3933 (set_be_le_names): Add 'gdbarch' argument.
3934 (validate): Likewise. Don't call set_be_le_names.
3935 (set_charset_sfunc, set_host_charset_sfunc)
3936 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
3937 Update.
3938 (target_charset): Add 'gdbarch' argument.
3939 (target_wide_charset): Likewise. Remove 'byte_order' argument.
3940 (auto_target_charset_name): New global.
3941 (default_auto_charset, default_auto_wide_charset): New functions.
3942 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
3943 for target charsets. Copy result of nl_langinfo. Use GetACP if
3944 USE_WIN32API.
3945 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
3946 remove 'byte_order' argument. Update.
3947 (classify_type): Likewise.
3948 (c_emit_char): Update.
3949 (c_printchar): Update.
3950 (c_printstr): Update.
3951 (c_get_string): Update.
3952 (evaluate_subexp_c): Update.
3953 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
3954 Declare.
3955 * python/python.c (gdbpy_target_charset): New function.
3956 (gdbpy_target_wide_charset): Likewise.
3957 (GdbMethods): Update.
3958 * NEWS: Update.
3959
3960 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
3961
3962 * symfile.c (build_section_addr_info_from_objfile): Do not mask
3963 off high address bits.
3964
3965 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
3966
3967 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
3968 address as UnsignedLongLong, not LongLong.
3969
3970 2010-03-05 Kevin Buettner <kevinb@redhat.com>
3971 Pedro Alves <pedro@codesourcery.com>
3972
3973 * remote-mips.c (gdbthread.h): Include.
3974 (remote_mips_ptid): Declare.
3975 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
3976 (common_open): Set inferior_ptid, add it as an inferior, and
3977 as a thread too. Delete FIXME comment regarding start_remote().
3978 (mips_close): Invoke generic_mourn_inferior().
3979 (mips_kill): Make sure that target_mourn_inferior is invoked.
3980 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
3981 it's now invoked from mips_close().
3982 (mips_load): Don't null out inferior_ptid. Don't call
3983 clear_symtab_users().
3984 (mips_thread_alive, mips_pid_to_str): New functions.
3985 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
3986 to_thread_alive and to_pid_to_str operations.
3987
3988 2010-03-04 Tom Tromey <tromey@redhat.com>
3989
3990 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
3991 in DWARF 3 and later.
3992 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
3993
3994 2010-03-04 Keith Seitz <keiths@redhat.com>
3995
3996 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
3997 If the filename portion of the linespec was quoted, recheck the
3998 remainder for additional quoting.
3999 (locate_first_half): Skip over completer chars, too.
4000
4001 2010-03-04 Tom Tromey <tromey@redhat.com>
4002
4003 * printcmd.c (printf_command): Pass dummy argument to
4004 printf_filtered.
4005
4006 2010-03-04 Doug Evans <dje@google.com>
4007
4008 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
4009 unwound_fp.
4010
4011 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
4012
4013 2010-03-04 Pedro Alves <pedro@codesourcery.com>
4014
4015 * breakpoint.c (update_watchpoint): Create a sentinel location if
4016 the software watchpoint isn't watching any memory.
4017 (breakpoint_address_bits): Skip dummy software watchpoint locations.
4018
4019 2010-03-04 Pedro Alves <pedro@codesourcery.com>
4020
4021 * utils.c (fputs_maybe_filtered): Check if there's already a top
4022 level interpreter before dereferencing it. If there isn't one,
4023 don't paginate either.
4024
4025 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4026
4027 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
4028 the state right when single stepping.
4029 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
4030 Get the next PC along with the instruction state.
4031 (thumb_get_next_pc): Remove.
4032 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
4033
4034 2010-03-04 Hui Zhu <teawater@gmail.com>
4035
4036 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
4037
4038 2010-03-03 Pedro Alves <pedro@codesourcery.com>
4039
4040 * utils.c (fputs_maybe_filtered): Always disable pagination if the
4041 top level interpreter is MI.
4042
4043 2010-03-03 Stan Shebs <stan@codesourcery.com>
4044
4045 * remote.c (remote_download_tracepoint): Iterate over locations.
4046 * tracepoint.c (validate_actionline): Ditto.
4047 (encode_actions): Add location argument.
4048 (trace_dump_command): Check all locations to see if stepping
4049 frame.
4050
4051 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
4052 Eli Zaretskii <eliz@gnu.org>
4053
4054 * NEWS: Add X86 general purpose registers section.
4055
4056 2010-03-03 Tom Tromey <tromey@redhat.com>
4057
4058 PR mi/11098:
4059 * varobj.c (install_new_value): Handle case where new print_value
4060 is NULL.
4061
4062 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
4063
4064 PR gdb/11345:
4065 * printcmd.c (printf_command): Print end of format string using
4066 printf_filtered.
4067
4068 2010-03-02 Tom Tromey <tromey@redhat.com>
4069
4070 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
4071 * defs.h (read_command_lines_1): Add missing 'void'.
4072 * cli/cli-script.c (recurse_read_control_structure): Add missing
4073 'void'.
4074 (read_next_line): Likewise.
4075 (read_command_lines_1): Likewise.
4076
4077 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
4078
4079 * spu-tdep.c (spu_analyze_prologue): Track instruction to
4080 store backchain as part of prologue.
4081
4082 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
4083
4084 * progspace.c (update_address_spaces): Update inferior address spaces
4085 also.
4086
4087 2010-03-02 Doug Evans <dje@google.com>
4088
4089 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
4090 lowpc,highpc args to addrmap_set_empty.
4091
4092 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
4093
4094 * amd64-tdep.c (amd64_byte_names): New.
4095 (amd64_word_names): Likewise.
4096 (amd64_dword_names): Likewise.
4097 (amd64_pseudo_register_name): Likewise.
4098 (amd64_pseudo_register_read): Likewise.
4099 (amd64_pseudo_register_write): Likewise.
4100 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
4101 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
4102 set_gdbarch_pseudo_register_write and
4103 set_tdesc_pseudo_register_name. Don't call
4104 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
4105
4106 * i386-tdep.c (i386_num_mmx_regs): Removed.
4107 (i386_num_pseudo_regs): Likewise.
4108 (i386_byte_names): New.
4109 (i386_word_names): Likewise.
4110 (i386_byte_regnum_p): Likewise.
4111 (i386_word_regnum_p): Likewise.
4112 (i386_mmx_regnum_p): Updated.
4113 (i386_pseudo_register_name): Make it global. Handle byte and
4114 word pseudo-registers.
4115 (i386_pseudo_register_read): Likewise.
4116 (i386_pseudo_register_write): Likewise.
4117 (i386_pseudo_register_type): Handle byte, word and dword
4118 pseudo-registers
4119 (i386_register_reggroup_p): Don't include pseudo
4120 registers, except for MXX, in any register groups. Don't
4121 include pseudo byte, word, dword registers in general_reggroup.
4122 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
4123 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
4124 pseudo-registers after word pseudo-registers. Call
4125 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
4126
4127 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
4128 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
4129 eax_regnum.
4130 (i386_byte_regnum_p): New.
4131 (i386_word_regnum_p): Likewise.
4132 (i386_dword_regnum_p): Likewise.
4133 (i386_pseudo_register_name): Likewise.
4134 (i386_pseudo_register_read): Likewise.
4135 (i386_pseudo_register_write): Likewise.
4136
4137 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4138
4139 * target-descriptions.c (tdesc_type): Remove
4140 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
4141 (tdesc_predefined_types): Likewise.
4142 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
4143 if flag name is empty.
4144 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
4145
4146 * features/i386/32bit-core.xml: Define i386_eflags.
4147 * features/i386/64bit-core.xml: Likewise.
4148
4149 * features/i386/32bit-sse.xml: Define i386_mxcsr.
4150 * features/i386/64bit-sse.xml: Likewise.
4151
4152 * features/i386/amd64-linux.c: Regenerated.
4153 * features/i386/amd64.c: Likewise.
4154 * features/i386/i386-linux.c: Likewise.
4155 * features/i386/i386.c: Likewise.
4156
4157 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4158
4159 * gdbtypes.c (append_composite_type_field_raw): New.
4160 (append_composite_type_field_aligned): Use the new function.
4161 * gdbtypes.h (append_composite_type_field_raw): Declare.
4162 * target-descriptions.c (struct tdesc_type_field): Add start and end.
4163 (struct tdesc_type_flag): New type.
4164 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
4165 kind. Add size to u.u. Add u.f for flags.
4166 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
4167 (tdesc_free_type): Likewise.
4168 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
4169 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
4170 (tdesc_add_bitfield, tdesc_add_flag): New.
4171 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
4172 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
4173 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
4174 current_type. Add current_type_size and current_type_is_flags.
4175 (tdesc_start_union): Clear the new fields.
4176 (tdesc_start_struct, tdesc_start_flags): New.
4177 (tdesc_start_field): Handle struct fields, including bitfields.
4178 (field_attributes): Make type optional. Add start and end.
4179 (union_children): Rename to struct_union_children.
4180 (union_attributes): Rename to struct_union_attributes. Add optional
4181 size.
4182 (flags_attributes): New.
4183 (feature_children): Add struct and flags.
4184 * features/gdb-target.dtd: Add flags and struct to features.
4185 Make field type optional. Add field start and end.
4186
4187 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4188
4189 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
4190 (amd64_linux_read_description): Likewise.
4191 (_initialize_amd64_linux_nat): Set to_read_description to
4192 amd64_linux_read_description.
4193
4194 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
4195 (amd64_linux_register_name): Removed.
4196 (amd64_linux_register_type): Likewise.
4197 (amd64_linux_core_read_description): New.
4198 (amd64_linux_init_abi): Set target description to
4199 tdesc_amd64_linux if needed. Support orig_rax in target
4200 description. Don't call set_gdbarch_register_name nor
4201 set_gdbarch_register_type. Call
4202 set_gdbarch_core_read_description.
4203 (_initialize_amd64_linux_tdep): Call
4204 initialize_tdesc_amd64_linux.
4205
4206 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
4207
4208 * amd64-tdep.c: Include "features/i386/amd64.c".
4209 (amd64_register_names): Removed.
4210 (amd64_register_name): Likewise.
4211 (amd64_register_type): Likewise.
4212 (amd64_init_abi): Set num_core_regs and register_names. Set
4213 target description to tdesc_amd64 if needed. Don't call
4214 set_gdbarch_register_name nor set_gdbarch_register_type.
4215 (_initialize_amd64_tdep): New.
4216
4217 * i386-linux-nat.c (i386_linux_read_description): New.
4218 (_initialize_i386_linux_nat): Set to_read_description to
4219 i386_linux_read_description.
4220
4221 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
4222 (i386_linux_register_name): Removed.
4223 (i386_linux_core_read_description): New.
4224 (i386_linux_read_description): Likewise.
4225 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
4226 Set target description to tdesc_i386_linux if needed. Support
4227 orig_eax. Set register_reggroup_p. Call
4228 set_gdbarch_core_read_description.
4229 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
4230
4231 * i386-linux-tdep.h (tdesc_i386_linux): New.
4232
4233 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
4234 with I387_NUM_REGS.
4235
4236 * i386-tdep.c: Include "features/i386/i386.c".
4237 (i386_register_names): Make it const.
4238 (i386_mmx_names): Likewise.
4239 (i386_num_register_names): Removed.
4240 (i386_register_name): Likewise.
4241 (i386_eflags_type): Likewise.
4242 (i386_mxcsr_type): Likewise.
4243 (i386_sse_type): Likewise.
4244 (i386_register_type): Likewise.
4245 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
4246 (i386_pseudo_register_name): New.
4247 (i386_pseudo_register_type): Likewise.
4248 (i386_mmx_type): Make it static.
4249 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
4250 I387_NUM_REGS. Set num_core_regs and register_names. Don't
4251 call set_gdbarch_register_name nor set_gdbarch_register_type.
4252 Set register_reggroup_p. Set target description to tdesc_i386
4253 if needed. Call set_tdesc_pseudo_register_type,
4254 set_tdesc_pseudo_register_name and tdesc_use_registers.
4255 (_initialize_i386_tdep): Call initialize_tdesc_i386.
4256 initialize_tdesc_x86_64.
4257
4258 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
4259 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
4260 register_names, tdesc and register_reggroup_p.
4261 (I386_NUM_FREGS): Removed.
4262 (i386_eflags_type): Likewise.
4263 (i386_mxcsr_type): Likewise.
4264 (i386_mmx_type): Likewise.
4265 (i386_sse_type): Likewise.
4266 (i386_register_name): Likewise.
4267 (i386_regnum): Add I386_MXCSR_REGNUM.
4268 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
4269
4270 * i387-tdep.h (I387_NUM_REGS): New.
4271
4272 * regformats/i386/i386-linux.dat: Generated.
4273 * regformats/i386/i386.dat: Likewise.
4274 * regformats/i386/amd64-linux.dat: Likewise.
4275 * regformats/i386/amd64.dat: Likewise.
4276
4277 * regformats/reg-i386-linux.dat: Removed.
4278 * regformats/reg-i386.dat: Likewise.
4279 * regformats/reg-x86-64-linux.dat: Likewise.
4280 * regformats/reg-x86-64.dat: Likewise.
4281
4282 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
4283
4284 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
4285 cygwin_conv_path API rather than the deprecated
4286 cygwin_conv_to_full_posix_path.
4287 * windows-nat.c:
4288 (GetModuleFileNameExA): Undefine for Cygwin.
4289 (GetModuleFileNameExW): Define for Cygwin.
4290 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
4291 Call GetModuleFileNameExW and convert path to POSIX using
4292 cygwin_conv_path.
4293 (windows_make_so): Always define p. Drop unused variable m.
4294 Don't use Win32 functions to check file existance, rather use
4295 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
4296 Use canonicalize_file_name to get full path.
4297 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
4298 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
4299 use correct target buffer size in call to WideCharToMultiByte.
4300 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
4301 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
4302 (windows_create_inferior): Convert all paths and arguments to wchar_t
4303 and use CreateProcessW on Cygwin.
4304 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
4305 (bad_GetModuleFileNameExA): Undefine for Cygwin.
4306 (bad_GetModuleFileNameExW): Define for Cygwin.
4307 (_initialize_loadable): Load GetModuleFileNameExW into
4308 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
4309
4310 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4311
4312 PR python/11036
4313 * python/py-frame.c (frapy_read_var): Add block argument and logic
4314 to cope with user provided blocks.
4315
4316 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4317
4318 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
4319 New comment.
4320
4321 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
4322
4323 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
4324 (COMMON_OBS): ... to here since it's used unconditionally.
4325 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
4326 (SFILES): To here.
4327
4328 2010-02-26 David Daney <ddaney@caviumnetworks.com>
4329
4330 * mips-linux-tdep.c: Update struct sigframe comments.
4331 (SIGFRAME_CODE_OFFSET): Delete macro.
4332 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
4333 this_frame's sp.
4334 (mips_linux_n32n64_sigframe_init): Same.
4335
4336 2010-02-26 Kevin Buettner <kevinb@redhat.com>
4337
4338 * remote-mips.c (mips_load): Don't use pseudo-register when
4339 invalidating regcache.
4340
4341 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4342
4343 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
4344
4345 2010-02-26 Pedro Alves <pedro@codesourcery.com>
4346
4347 * NEWS: Add "New targets" section, and mention ARM Symbian
4348 support.
4349
4350 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
4351
4352 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
4353 add ADDR_SIZE member.
4354 (allocate_piece_closure): Update.
4355 (copy_pieced_value_closure): Likewise.
4356 (dwarf2_evaluate_loc_desc): Likewise.
4357 (read_pieced_value): Use DWARF address size instead of
4358 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
4359
4360 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4361 Tom Tromey <tromey@redhat.com>
4362
4363 * python/py-type.c (typy_lookup_typename): Add in block argument.
4364 If provided restrict lookup to specified blocks.
4365 (gdbpy_lookup_type): Likewise.
4366 (typy_lookup_type): Likewise.
4367
4368 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
4369
4370 Symbian config
4371
4372 gdb/
4373 * arm-symbian-tdep.c: New.
4374 * configure.tgt (arm*-*-symbianelf*): New target.
4375 (*-*-symbianelf*): New OS.
4376 * osabi.c (gdb_osabi_names): Add Symbian.
4377 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
4378 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
4379 (ALLDEPFILES): Add arm-symbian-tdep.c.
4380
4381 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
4382
4383 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
4384
4385 2010-02-24 Pedro Alves <pedro@codesourcery.com>
4386
4387 * mi/mi-main.c (mi_cmd_execute): Fix typo.
4388
4389 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4390 Tom Tromey <tromey@redhat.com>
4391 Thiago Jung Bauermann <bauerman@br.ibm.com>
4392
4393 * python/python.c (_initialize_python): Call
4394 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
4395 gdbpy_initialize_blocks.
4396 * python/python-internal.h: Declare struct symbol, block and
4397 symtab_and_line. Declare block_object_type and
4398 symbol_object_type
4399 (gdbpy_lookup_symbol gdbpy_block_for_pc)
4400 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
4401 (symbol_to_symbol_object, block_to_block_object)
4402 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
4403 (gdbpy_initialize_blocks ): Declare.
4404 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
4405 (frapy_select): Add methods.
4406 (frapy_read_var): Add symbol branch.
4407 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
4408 py-block.
4409 (SUBDIR_PYTHON_SRCS): Likewise.
4410 (py-symbol.o): New rule.
4411 (py-symtab.o): Likewise.
4412 (py-block.o): Likewise.
4413 * python/py-symbol.c: New file.
4414 * python/py-symtab.c: Likewise.
4415 * python/py-block.c: Likewise.
4416
4417 2010-02-24 Pedro Alves <pedro@codesourcery.com>
4418
4419 PR gdb/11321
4420
4421 * inferior.h (prepare_for_detach): Declare.
4422 (struct inferior) <detaching>: New field.
4423 * infrun.c (prepare_for_detach): New.
4424 (handle_inferior_event) <random signal>: Don't stop if detaching.
4425 * target.c (target_detach): Call prepare_for_detach.
4426
4427 2010-02-24 Pedro Alves <pedro@codesourcery.com>
4428
4429 Per-process displaced stepping queue.
4430
4431 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
4432 (displaced_step_gdbarch, displaced_step_closure,
4433 (displaced_step_original, displaced_step_copy): Move globals to
4434 this...
4435 (struct displaced_step_inferior_state): ... new structure.
4436 (displaced_step_inferior_states): New global.
4437 (get_displaced_stepping_state, add_displaced_stepping_state)
4438 (remove_displaced_stepping_state, infrun_inferior_exit): New
4439 functions.
4440 (displaced_step_clear): Add displaced_step_inferior_state
4441 parameter, and adjust to handle it.
4442 (displaced_step_clear_cleanup): Parameter is now a
4443 displaced_step_inferior_state. Adjust.
4444 (displaced_step_prepare): Adjust.
4445 (displaced_step_fixup, displaced_step_fixup)
4446 (infrun_thread_ptid_changed, resume): Adjust.
4447 (init_wait_for_inferior): Don't call displaced_step_clear.
4448 (infrun_thread_stop_requested): Rewrite.
4449 (_initialize_infrun): Install infrun_inferior_exit as
4450 inferior_exit observer.
4451
4452 2010-02-24 Pedro Alves <pedro@codesourcery.com>
4453
4454 * inferior.h (ptid_match): Declare.
4455 * infrun.c (ptid_match): New.
4456 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
4457 (handle_notification): Add debug output.
4458 * linux-nat.c (ptid_match): Delete.
4459
4460 2010-02-24 David S. Miller <davem@davemloft.net>
4461
4462 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
4463 * syscalls/sparc-linux.xml: New.
4464 * syscalls/sparc64-linux.xml: New.
4465 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
4466 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
4467 (sparc32_linux_get_syscall_number): New function.
4468 (sparc32_linux_init_abi): Set syscall XML file name and hook up
4469 syscall number fetcher.
4470 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
4471 (sparc64_linux_get_syscall_number): New function.
4472 (sparc64_linux_init_abi): Set syscall XML file name and hook up
4473 syscall number fetcher.
4474
4475 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4476
4477 Multiexec MI
4478
4479 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4480 * inferior.c (add_inferior_silent): Notify inferior_added
4481 observer.
4482 (delete_inferior_1): Notify inferior_removed observer.
4483 (exit_inferior_1): Pass inferior, not pid, to observer.
4484 (inferior_appeared): Likewise.
4485 (add_inferior_with_spaces): New.
4486 (add_inferior_command): Use the above.
4487 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
4488 Declare.
4489
4490 * inflow.c (inflow_inferior_exit): Likewise.
4491 * jit.c (jit_inferior_exit_hook): Likewise.
4492
4493 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
4494 remove-inferior.
4495 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
4496 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
4497 (report_initial_inferior): New.
4498 (mi_inferior_removed): Register the above. Make sure
4499 inferior_added observer is called on the first inferior.
4500 (mi_new_thread, mi_thread_exit): Thread group is now identified by
4501 inferior number, not pid.
4502 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
4503 affected.
4504 * mi/mi-main.c (current_context): New.
4505 (proceed_thread_callback): Use typed closure.
4506 Proceed everything if pid is 0. Most implementation split into
4507 (proceed_thread): ... this.
4508 (run_one_inferior): New.
4509 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
4510 Adjust for multiexec behaviour.
4511 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
4512 (mi_cmd_execute): Handle the 'thread-group' option here.
4513 Do some extra checks.
4514 * mi-parse.c (mi_parse): Handle the --all and --thread-group
4515 options.
4516 * mi-parse.h (struct mi_parse): New fields all and thread_group.
4517
4518 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4519
4520 Make -exec-run a proper MI commands.
4521
4522 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
4523 * mi/mi-cmds.c (mi_cmds): Adjust.
4524 * mi/mi-main.c (mi_cmd_exec_run): New.
4525
4526 2010-02-24 Pedro Alves <pedro@codesourcery.com>
4527 Stan Shebs <stan@codesourcery.com>
4528
4529 * tracepoint.h (set_traceframe_number)
4530 (cleanup_restore_current_traceframe): Declare.
4531 * tracepoint.c (set_traceframe_number): New.
4532 (struct current_traceframe_cleanup): New.
4533 (do_restore_current_traceframe_cleanup)
4534 (restore_current_traceframe_cleanup_dtor)
4535 (make_cleanup_restore_current_traceframe): New.
4536 * infrun.c: Include tracepoint.h.
4537 (fetch_inferior_event): Switch out and in of tfind mode.
4538
4539 2010-02-24 Pedro Alves <pedro@codesourcery.com>
4540
4541 * breakpoint.c (breakpoint_init_inferior): Also delete
4542 bp_shlib_event breakpoints.
4543 * solib-frv.c (enable_break): Remove call to
4544 remove_solib_event_breakpoints.
4545 * solib-svr4.c (enable_break): Ditto.
4546 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
4547 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
4548 * solib-som.c (som_solib_create_inferior_hook): Ditto.
4549 * solib-spu.c (spu_enable_break): Ditto.
4550
4551 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
4552
4553 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
4554
4555 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
4556
4557 * varobj.c (varobj_update): Avoid non-constants in initializers.
4558
4559 2010-02-23 Tom Tromey <tromey@redhat.com>
4560
4561 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
4562 handle big-endian values.
4563 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
4564
4565 2010-02-22 Pedro Alves <pedro@codesourcery.com>
4566
4567 PR9605
4568
4569 gdb/
4570 * breakpoint.c (insert_bp_location): If inserting the read
4571 watchpoint failed, fallback to an access watchpoint.
4572 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
4573 if the value changed, if not watching the same memory for writes.
4574 (watchpoint_locations_match): Add comment.
4575 (update_global_location_list): Copy the location's watchpoint type.
4576 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
4577 handle read watchpoints here.
4578 (i386_insert_watchpoint): Read watchpoints aren't supported.
4579 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
4580 packets.
4581 * target.h (target_insert_watchpoint): Update description.
4582
4583 2010-02-19 Tom Tromey <tromey@redhat.com>
4584
4585 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
4586 * m2-typeprint.c (m2_print_type): Update.
4587 * gdbtypes.c (recursive_dump_type): Update.
4588 (copy_type_recursive): Update.
4589 * c-typeprint.c (c_type_print_varspec_prefix): Update.
4590 (c_type_print_base): Update.
4591 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
4592 Remove.
4593 (struct cplus_struct_type) <ntemplate_args>: Remove.
4594 <struct template_arg>: Remove.
4595 <is_dynamic>: Move earlier.
4596 (TYPE_TEMPLATE_ARGS): Remove.
4597 (TYPE_NTEMPLATE_ARGS): Remove.
4598 (TYPE_TEMPLATE_ARG): Remove.
4599
4600 2010-02-19 Tom Tromey <tromey@redhat.com>
4601
4602 PR c++/8693, PR c++/9496:
4603 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
4604 * c-exp.y (lex_one_token): Rename from yylex. Don't call
4605 write_dollar_variable. Don't try to classify NAME tokens.
4606 (token_and_value): New type.
4607 (token_fifo, popping, name_obstack): New globals.
4608 (classify_name): New function.
4609 (classify_inner_name): Likewise.
4610 (yylex): Likewise.
4611 (VARIABLE): Now has type sval.
4612 (exp : VARIABLE): Call write_dollar_variable.
4613 (qualified_name): Use TYPENAME, not typebase. Add production for
4614 multiple "::" instances.
4615 (variable): Use name_not_typename.
4616 (qualified_type): Remove.
4617 (typebase): Update.
4618
4619 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4620
4621 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
4622 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
4623 found by bfd_get_section_by_name.
4624 * symfile.h (struct section_addr_info) <sectindex>: New comment.
4625
4626 2010-02-19 Joel Brobecker <brobecker@adacore.com>
4627
4628 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
4629 7.0 section" into "Changes in 7.1".
4630
4631 2010-02-19 Joel Brobecker <brobecker@adacore.com>
4632
4633 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
4634 * version.in: Bump version to 7.1.50.20100219-cvs.
4635
4636 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
4637
4638 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
4639 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
4640
4641 2010-02-17 Tom Tromey <tromey@redhat.com>
4642
4643 * NEWS: Add Python API Improvements section.
4644
4645 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
4646
4647 * NEWS: Correct typo.
4648
4649 2010-02-17 Tom Tromey <tromey@redhat.com>
4650
4651 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
4652
4653 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4654
4655 * symfile.c (build_section_addr_info_from_objfile): Include sections
4656 only if they are SEC_ALLOC or SEC_LOAD.
4657
4658 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
4659
4660 PR shlibs/11293
4661 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
4662 of ULONGEST for address size.
4663
4664 2010-02-17 Tom Tromey <tromey@redhat.com>
4665
4666 * NEWS: Add C++ improvements section.
4667
4668 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
4669
4670 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
4671 PyThreadState_Swap): Avoid "statement with no effect" warning.
4672
4673 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4674
4675 * solib-svr4.c (enable_break <target_auxv_search>): New variable
4676 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
4677
4678 2010-02-17 Tristan Gingold <gingold@adacore.com>
4679 Petr Hluzin <petr.hluzin@gmail.com>
4680
4681 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
4682 gdb_assert. Fix info->size for SIG prologue.
4683
4684 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4685
4686 * infcmd.c (show_inferior_tty_command): Check for NULL.
4687 Correct output message.
4688
4689 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4690
4691 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
4692 FUNCTION contains parentheses. Improve removal of a trailing
4693 single quote.
4694
4695 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4696
4697 * gcore.c (do_bfd_delete_cleanup): New function.
4698 (gcore_command): Use it. Discard the cleanup after success.
4699 (gcore_copy_callback): Delete dead code.
4700
4701 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4702
4703 * symfile.c (addr_info_make_relative): Always use
4704 find_lowest_section.
4705
4706 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
4707
4708 * NEWS: Added entry for namespace fixes.
4709
4710 2010-02-15 Tom Tromey <tromey@redhat.com>
4711
4712 * dwarf2read.c (guess_structure_name): Allocate name on the
4713 objfile obstack.
4714
4715 2010-02-15 Tom Tromey <tromey@redhat.com>
4716
4717 * c-typeprint.c (c_type_print_base): Reverse order of test.
4718
4719 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4720
4721 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
4722 initialize it from ELF BFD. Extend the prelink condition by it.
4723
4724 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4725
4726 * defs.h (parse_pid_to_attach): New.
4727 * utils.c (parse_pid_to_attach): New.
4728 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
4729 * gnu-nat.c (gnu_attach): Likewise.
4730 * nto-procfs.c (procfs_attach): Likewise.
4731 * procfs.c (procfs_attach): Likewise.
4732 * windows-nat.c (windows_attach): Likewise.
4733 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
4734 * inf-ttrace.c (inf_ttrace_attach): Likewise.
4735 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
4736 check.
4737
4738 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
4739
4740 * MAINTAINERS: Add myself for write after approval privileges.
4741
4742 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4743
4744 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
4745 block.
4746
4747 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4748
4749 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
4750 only if INFO_VERBOSE.
4751
4752 2010-02-12 Tomas Holmberg <th@virtutech.com>
4753
4754 * mi/mi-main.c: Added the --reverse flag to the following MI
4755 commands: exec-continue, exec-finish, exec-next, exec-step,
4756 exec-next-instruction, exec-step-instruction. This is to
4757 support reverse execution over the MI interface to gdb.
4758
4759 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4760
4761 * tracepoint.c (_initialize_tracepoint): Specify that the address
4762 range of `tfind outsize' is exclusive, and that the address range
4763 of `tfind range' is inclusive, in the commands' help strings.
4764
4765 2010-02-12 Joel Brobecker <brobecker@adacore.com>
4766
4767 Spurious "dll not found" error messages on x64-windows.
4768 * windows-nat.c: Add include of complaints.h.
4769 (handle_unload_dll): Change dll-not-found error into a complaint.
4770
4771 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4772
4773 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
4774 bp_tracepoint and bp_fast_tracepoint, not
4775 bp_loc_software_breakpoint.
4776 (update_global_location_list): Tracepoints are never duplicates of
4777 anything.
4778
4779 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4780
4781 * breakpoint.c (break_command_really): Change return type to int.
4782 Return false if no breakpoint was created, true otherwise.
4783 (trace_command): Don't set the tracepoint count if no tracepoint
4784 was created.
4785 (ftrace_command): Ditto.
4786 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
4787 created in the breakpoints table.
4788
4789 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4790 Ulrich Weigand <uweigand@de.ibm.com>
4791
4792 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
4793
4794 2010-02-11 Pedro Alves <pedro@codesourcery.com>
4795
4796 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
4797 the offset value isn't of integral type.
4798
4799 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4800
4801 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
4802 New.
4803
4804 2010-02-11 Pedro Alves <pedro@codesourcery.com>
4805
4806 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
4807 non-subscriptable types.
4808 * valarith.c (binop_types_user_defined_p): New, abstracted out
4809 from ...
4810 (binop_user_defined_p): ... this.
4811 * value.h (binop_types_user_defined_p): Declare.
4812
4813 2010-02-11 Pedro Alves <pedro@codesourcery.com>
4814
4815 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
4816 Merge uploaded TSVs before merging uploaded tracepoints.
4817
4818 2010-02-11 Pedro Alves <pedro@codesourcery.com>
4819
4820 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
4821
4822 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
4823
4824 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
4825 whitespace character after a dot in comment.
4826 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
4827 Likewise.
4828 (list_args_or_locals): For the 'all' (that is
4829 -stack-list-variables) case, always output list of tuples.
4830 Output 'arg' field if variable is argument.
4831
4832 2010-02-10 Tom Tromey <tromey@redhat.com>
4833
4834 * parser-defs.h (parser_debug): Declare.
4835 * parse.c (_initialize_parse): Install "debug parser" set/show
4836 command.
4837 (parser_debug): New global.
4838 (show_parserdebug): New function.
4839 * c-exp.y (c_parse): Set yydebug.
4840
4841 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
4842
4843 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
4844 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
4845 (tdesc_predefined_types): Add i387_ext, i386_eflags and
4846 i386_mxcsr.
4847 (tdesc_find_type): New.
4848 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
4849 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
4850
4851 * target-descriptions.h (tdesc_find_type): New.
4852
4853 2010-02-10 Michael Snyder <msnyder@vmware.com>
4854
4855 * gdb-gdb.py: Comment fix.
4856
4857 2010-02-09 Tristan Gingold <gingold@adacore.com>
4858
4859 * machoread.c (macho_symfile_relocate): New function.
4860 (macho_sym_fns): Use macho_symfile_relocate instead of
4861 default_symfile_relocate.
4862 (macho_oso_data): New type.
4863 (current_oso): New variable.
4864 (macho_add_oso_symfile): Do not compute section_addr_info, but
4865 instead set vma of sections.
4866 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
4867 Set and clear current_oso.
4868
4869 2010-02-09 Joel Brobecker <brobecker@adacore.com>
4870
4871 Wrong type description for tagged type parameter.
4872 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
4873 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
4874 reference to a tagged type.
4875
4876 2010-02-09 Tristan Gingold <gingold@adacore.com>
4877
4878 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
4879 brothers of the parent.
4880
4881 2010-02-08 Tom Tromey <tromey@redhat.com>
4882
4883 PR c++/8017:
4884 * value.h: Update.
4885 * valops.c (search_struct_field): Make 'name' const.
4886 (search_struct_method): Likewise.
4887 (find_method_list): Make 'method' const.
4888 (value_struct_elt): Make 'name' and 'err' const.
4889 (value_find_oload_method_list): Make 'method' const.
4890 (find_overload_match): Make 'name' const.
4891 * eval.c (evaluate_subexp_standard): New locals function,
4892 function_name.
4893 <OP_FUNCALL>: Handle OP_SCOPE specially.
4894
4895 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
4896
4897 * infrun.c (handle_inferior_event): Do not look up regcache
4898 for exited processes.
4899
4900 2010-02-08 Chris Moller <moller@mollerware.com>
4901
4902 PR gdb/10728
4903 * valarith.c (value_ptrdiff): Added a test for a zero type length,
4904 warn if found, and assume length = 1.
4905
4906 2010-02-08 Chris Moller <cmoller@redhat.com>
4907
4908 PR gdb/9067
4909 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
4910 cp_print_static_field) Fix use of obstacks.
4911
4912 2010-02-08 Pedro Alves <pedro@codesourcery.com>
4913
4914 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
4915 resumed LWPs as resumed.
4916 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
4917 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
4918 of throwing an internal error. If an LWP of a process we're not
4919 waiting for reports a signal, don't force collecting a SIGSTOP,
4920 and if it was breakpoint hit in non-stop mode, cancel it. Don't
4921 go through all LWPs cancelling breakpoints in non-stop mode.
4922 (resume_stopped_resumed_lwps): New.
4923 (linux_nat_wait): Use it.
4924
4925 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
4926
4927 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
4928 i386/amd64 and i386/amd64-linux.
4929 (i386/i386-expedite): New.
4930 (i386/i386-linux-expedite): Likewise.
4931 (i386/amd64-expedite):Likewise.
4932 (i386/amd64-linux-expedite): Likewise.
4933 ($(outdir)/i386/i386-linux.dat): Likewise.
4934 ($(outdir)/i386/amd64.dat): Likewise.
4935 ($(outdir)/i386/amd64-linux.dat): Likewise.
4936
4937 * features/i386/32bit-core.xml: New.
4938 * features/i386/32bit-linux.xml: Likewise.
4939 * features/i386/32bit-sse.xml: Likewise.
4940 * features/i386/64bit-core.xml: Likewise.
4941 * features/i386/64bit-linux.xml: Likewise.
4942 * features/i386/64bit-sse.xml: Likewise.
4943 * features/i386/i386-linux.xml: Likewise.
4944 * features/i386/i386.xml: Likewise.
4945 * features/i386/amd64-linux.xml: Likewise.
4946 * features/i386/amd64.xml: Likewise.
4947 * features/i386/i386-linux.c: Likewise.
4948 * features/i386/i386.c: Likewise.
4949 * features/i386/amd64-linux.c: Likewise.
4950 * features/i386/amd64.c: Likewise.
4951
4952 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
4953
4954 PR c++/7935:
4955 * cp-support.h: Added char* alias element to using_direct data
4956 struct.
4957 (cp_add_using): Added char* alias argument.
4958 (cp_add_using_directive): Ditto.
4959 * cp-namespace.c: Updated with the above changes.
4960 (cp_lookup_symbol_imports): Check for aliases.
4961 * dwarf2read.c (read_import_statement): Figure out local alias
4962 for the import and pass it on to cp_add_using.
4963 (read_namespace): Pass alias argument to cp_add_using.
4964
4965 2010-02-05 Hui Zhu <teawater@gmail.com>
4966
4967 * defs.h (gdb_bfd_errmsg): New extern.
4968 * exec.c (exec_file_attach): Change bfd_errmsg to
4969 gdb_bfd_errmsg.
4970 * utils.c (AMBIGUOUS_MESS1): New macro.
4971 (AMBIGUOUS_MESS2): New macro.
4972 (gdb_bfd_errmsg): New function.
4973
4974 2010-02-04 Doug Evans <dje@google.com>
4975
4976 * solib-svr4.c (enable_break): Add comment.
4977
4978 2010-02-04 Anthony Green <green@moxielogic.com>
4979
4980 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
4981 gracefully.
4982
4983 2010-02-04 Tom Tromey <tromey@redhat.com>
4984
4985 * valops.c (search_struct_field): Account for
4986 value_embedded_offset. Fix check for virtual base past the end of
4987 the object. Use value_copy when making a slice of the value.
4988
4989 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
4990
4991 PR tui/9622
4992 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
4993 only if gdb_stdout is a tty.
4994
4995 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
4996
4997 * target-descriptions.c: Include "osabi.h".
4998 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
4999 OSABI.
5000
5001 2010-02-04 Tristan Gingold <gingold@adacore.com>
5002
5003 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
5004 (macho_symtab_read): Adjust calls to macho_add_oso.
5005 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
5006 (macho_symfile_read): Adjust call to macho_oso_symfile.
5007 (macho_new_init): Move this function after declarations.
5008 (macho_symfile_init): Ditto.
5009 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
5010 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
5011
5012 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
5013
5014 Include MI command in remotelog.
5015
5016 * mi/mi-main.c (mi_execute_command): Call target_log_command.
5017
5018 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
5019
5020 * remote.c (remote_state): Remove gdbarch.
5021 (init_remote_state): Don't set gdbarch.
5022 (remote_query_supported): Pass target_gdbarch instead of
5023 rs->gdbarch to gdbarch_qsupported.
5024
5025 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
5026
5027 * gdbarch.sh: Add qsupported.
5028
5029 * gdbarch.c: Regenerated.
5030 * gdbarch.h: Likewise.
5031
5032 * remote.c (remote_state): Add gdbarch.
5033 (init_remote_state): Set gdbarch.
5034 (remote_query_supported): Support gdbarch_qsupported.
5035
5036 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
5037
5038 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
5039 __FreeBSD_kernel_version.
5040
5041 2010-02-03 Tristan Gingold <gingold@adacore.com>
5042
5043 * symfile.h (struct sym_fns): Add sym_relocate field.
5044 (default_symfile_relocate): New prototype.
5045 (symfile_relocate_debug_section): First argument is now an objfile.
5046 * symfile.c (default_symfile_relocate): Rename from
5047 symfile_relocate_debug_section, first argument is now an objfile.
5048 (symfile_relocate_debug_section): New function.
5049 * coffread.c (coff_sym_fns): Set sym_relocate field.
5050 * somread.c (som_sym_fns): Ditto.
5051 * mipsread.c (ecoff_sym_fns): Ditto.
5052 * machoread.c (macho_sym_fns): Ditto.
5053 * elfread.c (elf_sym_fns): Ditto.
5054 * dwarf2read.c (dwarf2_read_section): Ditto.
5055 * xcoffread.c (xcoff_sym_fns): Ditto.
5056 * dbxread.c (aout_sym_fns): Ditto.
5057 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
5058 (elfstab_build_psymtabs): Ditto.
5059
5060 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
5061
5062 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
5063
5064 2010-02-02 Tom Tromey <tromey@redhat.com>
5065
5066 * valops.c (value_cast_structs): Try downcasting using the RTTI
5067 type.
5068
5069 2010-02-02 Tom Tromey <tromey@redhat.com>
5070
5071 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
5072 (gnuv2_baseclass_offset): Now static.
5073 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
5074 * gnu-v2-abi.h: Remove.
5075
5076 2010-02-02 Tom Tromey <tromey@redhat.com>
5077
5078 * m2-typeprint.c (m2_record_fields): Don't use
5079 TYPE_DECLARED_TYPE.
5080 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
5081 (struct main_type) <flag_declared_class>: New field.
5082 (struct cplus_struct_type) <declared_type>: Remove.
5083 <ntemplate_args>: Move earlier.
5084 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
5085 (DECLARED_TYPE_TEMPLATE): Remove.
5086 (TYPE_DECLARED_TYPE): Remove.
5087 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
5088 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
5089 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
5090 TYPE_DECLARED_TYPE.
5091
5092 2010-02-02 Tom Tromey <tromey@redhat.com>
5093
5094 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
5095 * valops.c (search_struct_field): Compute nbases after calling
5096 CHECK_TYPEDEF.
5097 (check_field): Call CHECK_TYPEDEF.
5098 * cp-valprint.c (cp_print_value): Pass correct address to
5099 baseclass_offset. Fix check for virtual base past the end of the
5100 object. Don't offset address passed to cp_print_value_fields or
5101 apply_val_pretty_printer.
5102 (cp_print_value_fields): Fix call to val_print.
5103 (cp_print_value_fields_rtti): New function.
5104 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
5105 * p-valprint.c (pascal_object_print_value_fields): Fix call to
5106 val_print.
5107 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
5108 offset to address.
5109 * language.h (struct language_defn) <la_val_print>: Document.
5110 * c-lang.h (cp_print_value_fields_rtti): Declare.
5111
5112 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5113
5114 PR libc/11214:
5115 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
5116 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
5117 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
5118
5119 2010-02-01 Michael Matz <matz@suse.de>
5120 Daniel Jacobowitz <dan@codesourcery.com>
5121
5122 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
5123 functions use a frame pointer.
5124
5125 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5126
5127 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
5128 by a conditional setting DYN_ADDR. Use DYN_ADDR.
5129 * config/djgpp/fnchange.lst: Add translations for
5130 symbol-without-target_section.exp and symbol-without-target_section.c.
5131
5132 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5133
5134 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
5135 (remote_breakpoint_for_pc): Correct invalid_p check.
5136 * gdbarch.c: Regenerated.
5137
5138 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5139
5140 * arm-tdep.c (arm_find_mapping_symbol): New function, from
5141 arm_pc_is_thumb.
5142 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
5143 (extend_buffer_earlier): New function.
5144 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
5145 (arm_adjust_breakpoint_address): New function.
5146 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
5147
5148 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5149
5150 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
5151 (arm_linux_thumb2_le_breakpoint): New constants.
5152 (arm_linux_init_abi): Set thumb2_breakpoint and
5153 thumb2_breakpoint_size.
5154 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
5155 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
5156 Implement support for single stepping through IT blocks if
5157 a 32-bit Thumb breakpoint instruction is available.
5158 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
5159 is available, use it when needed.
5160 (arm_remote_breakpoint_from_pc): New function.
5161 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
5162 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
5163 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
5164
5165 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5166
5167 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
5168 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
5169 * gdbarch.c, gdbarch.h: Regenerated.
5170 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
5171 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
5172 gdbarch_remote_breakpoint_from_pc.
5173
5174 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5175
5176 * infrun.c (prepare_to_proceed): Handle other signals which might
5177 match a breakpoint.
5178 (handle_inferior_event): Move the check for unusual breakpoint
5179 signals earlier.
5180
5181 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
5182
5183 amd64 - function returning record with field straddling 2 registers.
5184 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
5185 a record of length <= 16 in which a field straddles the two
5186 eightbytes.
5187
5188 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5189
5190 Implement return values on amd64-windows.
5191 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
5192 (amd64_windows_return_value): New function.
5193 (amd64_windows_init_abi): Call set_gdbarch_return_value with
5194 amd64_windows_return_value.
5195
5196 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5197
5198 amd64-windows: 32 bytes allocated on stack by caller for integer
5199 parameter registers.
5200 * i386-tdep.h (struct gdbarch_tdep): Add new field
5201 integer_param_regs_saved_in_caller_frame.
5202 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5203 tdep->integer_param_regs_saved_in_caller_frame to 1.
5204 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
5205 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
5206
5207 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5208
5209 amd64-windows: memory args passed by pointer during function calls.
5210 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
5211 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
5212 where tdep->memory_args_by_pointer is non-zero.
5213 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5214 tdep->memory_args_by_pointer to 1.
5215
5216 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5217
5218 amd64-windows: Integer parameters in function calls.
5219 * i386-tdep.h (enum amd64_reg_class): New, moved here from
5220 amd64-tdep.c.
5221 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
5222 call_dummy_integer_regs, and classify.
5223 * amd64-tdep.h (amd64_classify): Add declaration.
5224 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
5225 (amd64_reg_class): Delete, moved to i386-tdep.h.
5226 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
5227 Replace call to amd64_classify by call to tdep->classify.
5228 (amd64_push_arguments): Get the list of registers to use for
5229 passing integer parameters from the gdbarch tdep structure,
5230 rather than using a hardcoded one. Replace calls to amd64_classify
5231 by calls to tdep->classify.
5232 (amd64_push_dummy_call): Get the register number used for
5233 the "hidden" argument from tdep->call_dummy_integer_regs.
5234 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
5235 and tdep->call_dummy_integer_regs. Set tdep->classify.
5236 * amd64-windows-tdep.c: Add include of gdbtypes.h.
5237 (amd64_windows_dummy_call_integer_regs): New static global.
5238 (amd64_windows_classify): New function.
5239 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
5240 tdep->call_dummy_integer_regs and tdep->classify.
5241
5242 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5243
5244 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
5245 for the new regcache. All callers updated.
5246 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
5247 (get_thread_arch_regcache): Do not set aspace here.
5248 * regcache.h (regcache_xmalloc): Update declaration.
5249
5250 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
5251 regcache_xmalloc updated.
5252
5253 2010-01-28 Joel Brobecker <brobecker@adacore.com>
5254
5255 Another -Wunused-function error in procfs.c (sparc-solaris)
5256 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
5257 Only define if SYS_syssgi is defined.
5258 (remove_dbx_link_breakpoint): Delete declaration. Move up.
5259 (dbx_link_addr, insert_dbx_link_bpt_in_file)
5260 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
5261 is itself defined.
5262
5263 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
5264
5265 * windows-nat.c (windows_initialization_done): New variable.
5266 (get_windows_debug_event): Issue error when process dies before
5267 completely initializing.
5268 (do_initial_windows_stuff): Set flag to indicate when we are done with
5269 the initial steps of attaching to the child.
5270
5271 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5272
5273 * symtab.h (struct symbol <symtab>): New comment on NULL values.
5274
5275 2010-01-27 Doug Evans <dje@google.com>
5276
5277 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
5278
5279 * breakpoint.c (bpstat_stop_status): Delete useless code.
5280
5281 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5282
5283 * printcmd.c (display_uses_solib_p): Remove variable section. Access
5284 objfile via SYMBOL_SYMTAB.
5285
5286 2010-01-26 Tom Tromey <tromey@redhat.com>
5287
5288 PR exp/7643:
5289 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
5290 coerce_array on result.
5291
5292 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
5293
5294 * cp-namespace.c (cp_lookup_symbol_namespace): Added
5295 search_parent argument.
5296 (cp_add_using): Initialize 'searched' field.
5297 (reset_directive_searched): New function.
5298 * cp-support.h: Add 'searched' field to using_direct struct.
5299 (cp_lookup_symbol_imports): Ditto.
5300 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
5301 Perform recursive search.
5302 Implement non parent search.
5303 * valops.c (value_maybe_namespace_elt): Updated.
5304
5305 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
5306
5307 PR gdb/10929:
5308 * dwarf2read.c (read_lexical_block_scope): Create blocks for
5309 scopes which contain using directives even if they contain no
5310 declarations.
5311 * symtab.c (lookup_symbol_aux): Pass lowest level block to
5312 la_lookup_symbol_nonlocal.
5313 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
5314 cp_lookup_symbol_namespace.
5315 (cp_lookup_symbol_namespace): Perform an import lookup at every
5316 block level.
5317 (cp_lookup_symbol_imports): New function.
5318 (cp_lookup_symbol_in_namespace): New function.
5319
5320 2010-01-25 Tom Tromey <tromey@redhat.com>
5321
5322 PR gdb/11049:
5323 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
5324 result.
5325
5326 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5327
5328 * configure.ac: Only use host_os part when disabling TUI on osf.
5329 Use test to check variables, prefix strings with x.
5330 * configure: Regenerate.
5331
5332 * solib-osf.c (osf_current_sos): Initialize tail.
5333
5334 2010-01-25 gingold <gingold@adacore.com>
5335
5336 * windows-nat.c (windows_continue): Use %x to print thread id.
5337 (get_windows_debug_event): Ditto.
5338
5339 2010-01-22 Tom Tromey <tromey@redhat.com>
5340
5341 PR symtab/11199:
5342 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
5343 type and arguments. Use smash_to_methodptr_type.
5344 (read_structure_type): Call quirk_gcc_member_function_pointer
5345 later.
5346 * gdbtypes.h (smash_to_methodptr_type): Declare.
5347 * gdbtypes.c (smash_to_methodptr_type): New function.
5348 (lookup_methodptr_type): Use it.
5349
5350 2010-01-21 Tom Tromey <tromey@redhat.com>
5351
5352 PR symtab/11198:
5353 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
5354 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
5355 * glibc-tdep.c (find_minsym_and_objfile): Remove.
5356 (glibc_skip_solib_resolver): Use
5357 lookup_minimal_symbol_and_objfile.
5358
5359 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
5360
5361 * inflow.c (check_syscall): Guard by #if clause for GO32 and
5362 WIN32 targets.
5363
5364 2010-01-20 Tom Tromey <tromey@redhat.com>
5365
5366 PR backtrace/10770:
5367 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
5368 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
5369 * dwarf2expr.c (new_dwarf_expr_context): Allocate
5370 dwarf_stack_values, not CORE_ADDRs.
5371 (execute_stack_op): Change DW_OP_div and comparison operators to
5372 use signed operands.
5373
5374 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
5375
5376 Per-inferior args and tty and environment.
5377
5378 * infcmd.c (inferior_args): Rename to ...
5379 (inferior_args_scratch): ... this.
5380 (inferior_io_terminal): Rename to ...
5381 (inferior_io_terminal_scratch): ... this.
5382 (inferior_argc, inferior_argv): Remove.
5383 (set_inferior_io_terminal, get_inferior_io_terminal): Store
5384 inside current_inferior().
5385 (set_inferior_tty_command, show_inferior_tty_command): New.
5386 (get_inferior_args, set_inferior_args): Store inside
5387 current_inferior().
5388 (notice_args_set): Likewise and rename to...
5389 (set_args_command): ... this.
5390 (set_inferior_args_vector): Likewise.
5391 (notice_args_read): Rename to...
5392 (show_args_command): ...new.
5393 (tty_command): Remove.
5394 (run_command_1): Don't free old args, as they are freed by
5395 set_inferior_arg now.
5396 (run_no_args_command): Likewise.
5397 (inferior_environ): Remove.
5398 (run_command_1): Use environment of the current inferior.
5399 (environment_info, set_environment_command)
5400 (unset_environment_command, path_info, path_command): Likewise.
5401 (_initialize_infcmd): Adjust for function and variable renames.
5402 Do not init inferior_environ.
5403 * inferior.h (set_inferior_arg): Adjust prototype.
5404 (struct inferior): New fields args, argc, argv, terminal, environment.
5405 (inferior_environ): Remove declaration.
5406 * inferior.c (free_inferior): Free new fields.
5407 (add_inferior_silent): Initialize 'environment' field.
5408 * main.c (captured_main): Set arguments only after the initial
5409 inferior has been created. Set set_inferior_io_terminal,
5410 not tty_command.
5411 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
5412 inferior.
5413 (_initialize_mi_cmd_env): Adjust for disappearance of global
5414 inferior_environ.
5415 * solib.c (solib_find): Use environment of the current inferior.
5416
5417 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5418
5419 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
5420 HAVE_PYTHON.
5421 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
5422
5423 2010-01-20 Joel Brobecker <brobecker@adacore.com>
5424
5425 Get rid of ada-lang.c:function_name_from_pc.
5426 * ada-lang.c: Add "stack.h" #include.
5427 (function_name_from_pc): Delete.
5428 (is_known_support_routine): Replace call to function_name_from_pc
5429 by call to find_frame_funname.
5430 (ada_unhandled_exception_name_addr_from_raise): Likewise.
5431
5432 2010-01-19 Tom Tromey <tromey@redhat.com>
5433
5434 PR c++/11026:
5435 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
5436 objfile obstack.
5437
5438 2010-01-19 Tom Tromey <tromey@redhat.com>
5439
5440 * top.c (stop_sig, float_handler, do_nothing): Remove.
5441
5442 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5443
5444 * breakpoint.c (watchpoint_check): Check the call
5445 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
5446 Extend the comment.
5447 * config/djgpp/fnchange.lst: Add translations for
5448 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
5449 watchpoint-cond-gone-stripped.c.
5450
5451 2010-01-19 Tom Tromey <tromey@redhat.com>
5452
5453 PR c++/8000:
5454 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
5455 into parent scope, and enumerator into grandparent scope.
5456
5457 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5458
5459 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
5460
5461 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5462
5463 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
5464 i[34567]86-*-solaris2.1[0-9]*.
5465 * configure.tgt: Likewise.
5466
5467 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5468
5469 * NEWS: Document the source command enhancement allowing it
5470 to load Python scripts. Document the "set/show script-extension"
5471 commands.
5472
5473 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5474
5475 Add -Wunused-function to compile flags.
5476 * configure.ac: Add -Wunused-function to build_warnings.
5477 * configure: Regenerate.
5478
5479 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5480
5481 "delete" ada-lex.c:input function, not used.
5482 * ada-lex.l: #define YY_NO_INPUT.
5483
5484 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5485
5486 Delete free_named_symtabs and associated cleanup.
5487 * symfile.h (free_named_symtabs): Delete declaration.
5488 * symfile.c: Remove some commented out code (clear_symtab_users_once).
5489 (cashier_psymtab): Comment function out.
5490 Delete declaration.
5491 (free_named_symtabs): Delete.
5492 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
5493 * dbxread.c (end_psymtab): Likewise.
5494 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
5495 * exec.c (exec_close_1): Ditto.
5496 * xcoffread.c (xcoff_end_psymtab): Likewise.
5497
5498 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5499
5500 * stack.c (print_block_frame_labels): Comment function out.
5501
5502 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5503
5504 Delete unused or undefined functions.
5505 * breakpoint.c (ep_parse_optional_filename): Delete.
5506 * dcache.c (dcache_write_line): Remove declaration.
5507 * infrun.c (build_infrun): Remove declaration.
5508 * tracepoint.c (tracepoint_save_command): Remove declaration.
5509 * linux-nat.c (init_lwp_list): Delete. No longer used.
5510 * event-loop.c (check_async_signal_handlers): Delete declaration.
5511 * infrun.c (init_execution_control_state): Delete.
5512 (proceed): Update comment to avoid mentioning
5513 init_execution_control_state.
5514 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
5515 * ada-lang.c (ada_to_static_fixed_value): Delete.
5516 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
5517 * cp-namespace.c (cp_copy_usings): Delete.
5518 * xml-syscall.c (xml_number_of_syscalls): Delete.
5519 * progspace.c (find_program_space_by_num): Delete.
5520 * inflow.c (handle_sigio): Delete declaration.
5521 * hppa-tdep.c (hppa_alignof): Delete.
5522 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
5523 (mipsnbsd_core_osabi_sniffer): Delete.
5524
5525 2010-01-18 Tom Tromey <tromey@redhat.com>
5526
5527 PR c++/9680:
5528 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
5529 (CONST_CAST): New tokens.
5530 (exp): Add new productions.
5531 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
5532 reinterpret_cast.
5533 (is_cast_operator): New function.
5534 (yylex): Handle cast operators specially.
5535 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
5536 UNOP_REINTERPRET_CAST>: New cases.
5537 * expprint.c (print_subexp_standard): Likewise.
5538 (op_name_standard): Likewise.
5539 (dump_subexp_body_standard): Likewise.
5540 * parse.c (operator_length_standard): Likewise.
5541 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
5542 UNOP_REINTERPRET_CAST.
5543 * gdbtypes.c (class_types_same_p): New function.
5544 (is_ancestor): Use it.
5545 (is_public_ancestor): New function.
5546 (is_unique_ancestor_worker): Likewise.
5547 (is_unique_ancestor): Likewise.
5548 * gdbtypes.h (class_types_same_p, is_public_ancestor)
5549 (is_unique_ancestor): Declare.
5550 * valops.c (value_reinterpret_cast): New function.
5551 (dynamic_cast_check_1): Likewise.
5552 (dynamic_cast_check_2): Likewise.
5553 (value_dynamic_cast): Likewise.
5554 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
5555
5556 2010-01-18 Joel Brobecker <brobecker@adacore.com>
5557
5558 Fix build failure when building without Python support.
5559 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
5560 is not defined.
5561
5562 2010-01-18 Joel Brobecker <brobecker@adacore.com>
5563
5564 Use XVS field type instead of doing a parallel lookup.
5565 * ada-lang.c (ada_get_base_type): Follow the XVS field type
5566 if it is a reference type instead of doing a type lookup using
5567 the XVS field name.
5568
5569 2010-01-18 Joel Brobecker <brobecker@adacore.com>
5570
5571 Trust PAD types instead of using PAD___XVS.
5572 * ada-lang.c (trust_pad_over_xvs): New static variable.
5573 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
5574 parallel XVS type, follow the XVS type instead of the PAD type.
5575 (unwrap_value): Make sure that there is no parallel XVE type
5576 before returning the value as is.
5577 (set_ada_list, show_ada_list): New static variables.
5578 (set_ada_command, show_ada_command): New functions.
5579 (_initialize_ada_language): Add new "set/show ada" prefix commands.
5580 Add new "set/show ada trust-PAD-over-XVS" setting.
5581
5582 2010-01-18 Tom Tromey <tromey@redhat.com>
5583 Thiago Jung Bauermann <bauerman@br.ibm.com>
5584
5585 Allow "source" to load python scripts.
5586 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
5587 * python/python.c (source_python_script): New function.
5588 * python/python.h (source_python_script): Add declaration.
5589 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
5590 (script_ext_off, script_ext_soft, script_ext_strict)
5591 (script_ext_enums, script_ext_mode): New static constants.
5592 (show_script_ext_mode, find_and_open_script): New functions.
5593 (source_script): Enhance to handle Python scripts.
5594 (init_cli_cmds): Add set/show script-extension commands.
5595
5596 2010-01-16 Stan Shebs <stan@codesourcery.com>
5597
5598 * tracepoint.h (struct trace_status): Use unsigned long long
5599 instead of size_t.
5600 * tracepoint.c (trace_status_command): Fix printf directive.
5601 (trace_save_command): Check fwrite returns, fix printf directive.
5602 (trace_filename): New global.
5603 (tfile_open): Set it, check read returns.
5604 (tfile_close): Free trace_filename.
5605 (tfile_get_traceframe_address): Check read returns.
5606 (tfile_trace_find): Ditto.
5607 (tfile_fetch_registers): Ditto.
5608 (tfile_xfer_partial): Ditto.
5609 (tfile_get_trace_state_variable_value): Ditto.
5610
5611 2010-01-15 Stan Shebs <stan@codesourcery.com>
5612
5613 Add trace file support.
5614 * tracepoint.h (enum trace_stop_reason): New enum.
5615 (struct trace_status): New struct.
5616 (parse_trace_status): Declare.
5617 (struct uploaded_tp): Move here from remote.c,
5618 add fields for actions.
5619 (struct uploaded_tsv): New struct.
5620 * tracepoint.c (tfile_ops): New target vector.
5621 (trace_fd): New global.
5622 (tfile_open): New function.
5623 (tfile_close): New function.
5624 (tfile_files_info): New function.
5625 (tfile_get_trace_status): New function.
5626 (tfile_get_traceframe_address): New function.
5627 (tfile_trace_find): New function.
5628 (tfile_fetch_registers): New function.
5629 (tfile_xfer_partial): New function.
5630 (tfile_get_trace_state_variable_value): New function.
5631 (init_tfile_ops): New function.
5632 (_initialize_tracepoint): Call it, add tfile target.
5633 (trace_status): New global.
5634 (current_trace_status): New function.
5635 (trace_running_p): Remove, change all users to get from
5636 current_trace_status()->running.
5637 (get_trace_status): Remove.
5638 (trace_status_command): Call target_get_trace_status directly,
5639 report more detail including tracing stop reasons.
5640 (trace_find_command): Always allow tfind on a file.
5641 (trace_find_pc_command): Ditto.
5642 (trace_find_tracepoint_command): Ditto.
5643 (trace_find_line_command): Ditto.
5644 (trace_find_range_command): Ditto.
5645 (trace_find_outside_command): Ditto.
5646 (trace_frames_offset, cur_offset): Declare as off_t.
5647 (trace_regblock_size): Rename from reg_size, update users.
5648 (parse_trace_status): New function.
5649 (tfile_interp_line): New function.
5650 (disconnect_or_stop_tracing): Ensure current trace
5651 status before asking what to do.
5652 (stop_reason_names): New global.
5653 (trace_save_command): New command.
5654 (get_uploaded_tp): Move here from remote.c.
5655 (find_matching_tracepoint): Ditto.
5656 (merge_uploaded_tracepoints): New function.
5657 (parse_trace_status): Use stop_reason_names.
5658 (_initialize_tracepoint): Define tsave command.
5659 * target.h (target_ops): New fields to_save_trace_data,
5660 to_upload_tracepoints, to_upload_trace_state_variables,
5661 to_get_raw_trace_data, change to_get_trace_status
5662 to take a pointer to a status struct.
5663 (target_save_trace_data): New macro.
5664 (target_upload_tracepoints): New macro.
5665 (target_upload_trace_state_variables): New macro.
5666 (target_get_raw_trace_data): New macro.
5667 * target.c (update_current_target): Add new methods, change
5668 signature of to_get_trace_status.
5669 * remote.c (hex2bin): Make globally visible.
5670 (bin2hex): Ditto.
5671 (remote_download_trace_state_variable): Download name also.
5672 (remote_get_trace_status): Update parameter, use
5673 parse_trace_status.
5674 (remote_save_trace_data): New function.
5675 (remote_upload_tracepoints): New function.
5676 (remote_upload_trace_state_variables): New function.
5677 (remote_get_raw_trace_data): New function.
5678 (remote_start_remote): Use them.
5679 (_initialize_remote_ops): Add operations.
5680 * ax-gdb.c: Include breakpoint.h.
5681 * breakpoint.c (create_tracepoint_from_upload): Use
5682 break_command_really, return tracepoint, warn about unimplemented
5683 parts.
5684 * NEWS: Mention trace file addition.
5685
5686 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5687
5688 Fix compilation warning on gcc-3.4.
5689 * exec.c (print_section_info): Move the `displacement' variable
5690 initialization to its declaration.
5691
5692 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5693
5694 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
5695 comparison.
5696
5697 2010-01-15 Eric Botcazou <botcazou@adacore.com>
5698
5699 "info tasks" broken by typedefs in ATCB type definitions.
5700 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
5701 ada_check_typedef before retrieving the length of the type for
5702 regular fields.
5703
5704 2010-01-15 Joel Brobecker <brobecker@adacore.com>
5705
5706 Do not use name-based lookup for unconstrained packed arrays.
5707 * ada-lang.c (find_parallel_type_by_descriptive_type):
5708 Limit the fallback to name-based lookups to the case where
5709 the type is a constrained packed array.
5710
5711 2010-01-15 Joel Brobecker <brobecker@adacore.com>
5712
5713 Enhance gdb-gdb.py to handle main_type.type_specific.
5714 * gdb-gdb.py: Print the type-specific part of struct main_type.
5715
5716 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5717
5718 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
5719 * configure: Regenerate.
5720 * config.in: Regenerate.
5721 * utils.c: Include sys/resource.h.
5722 (dump_core, can_dump_core): New.
5723 (internal_vproblem): Update the comment. Check can_dump_core while
5724 setting dump_core_p. Replace two abort calls by dump_core calls.
5725
5726 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5727 Eli Zaretskii <eliz@gnu.org>
5728
5729 * NEWS: Document the PIE support.
5730
5731 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5732
5733 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
5734 (check_is_pie_binary, _initialize_linux_tdep): Remove.
5735
5736 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5737
5738 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
5739 Replace exec_entry_point call by bfd_get_start_address.
5740
5741 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5742
5743 Support Valgrind attachments broken by the PIE support.
5744 * auxv.c: Include gdbcore.h.
5745 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
5746 parameters ops, object and annex. Remove their assertions.
5747 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
5748 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
5749 (memory_xfer_auxv): ... here.
5750 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
5751 memory_xfer_auxv.
5752 * procfs.c (procfs_xfer_partial): Likewise.
5753 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
5754 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
5755 (svr4_solib_create_inferior_hook): Conditionalize the
5756 svr4_relocate_main_executable call.
5757
5758 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5759
5760 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
5761 target_section. Find SECT in current_target_sections, gdb_assert it.
5762 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
5763 New variable abfd.
5764 * symtab.c (lookup_objfile_from_block): Return the binary file instead
5765 of separate debug info file.
5766
5767 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5768
5769 Support PIEs with no symfile_objfile.
5770 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
5771 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
5772
5773 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5774
5775 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
5776 code part to ...
5777 (svr4_static_exec_displacement): ... a new function.
5778 (svr4_exec_displacement): New function.
5779 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
5780 new_offsets using alloca now. Remove variable old_chain and changed.
5781 Call objfile_relocate unconditionally now.
5782
5783 2010-01-14 Doug Evans <dje@google.com>
5784
5785 * gdbtypes.c (arch_flags_type): Fix comment.
5786 * gdbtypes.h (arch_composite_type): Fix comment.
5787
5788 2009-01-14 Tristan Gingold <gingold@adacore.com>
5789
5790 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
5791 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
5792 to symbol_file_add_from_bfd. Add OSO as separate objfile.
5793 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
5794 macho_add_oso_symfile.
5795 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
5796
5797 2010-01-14 Joel Brobecker <brobecker@adacore.com>
5798
5799 Tru64: Dead threads are never deleted.
5800 * dec-thread.c (dec_thread_ptid_is_alive): New function.
5801 (dec_thread_count_gdb_threads): Fix counter increment.
5802 (dec_thread_add_gdb_thread): Fix *listp increment.
5803 (resync_thread_list): Fix bug in deletion of dead threads that
5804 caused all threads to be deleted, instead of just the dead ones.
5805
5806 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5807
5808 PR python/10705
5809
5810 * python/python-internal.h: Add lazy_string_object_type
5811 definition.
5812 (create_lazy_string_object, gdbpy_initialize_lazy_string)
5813 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
5814 * python/py-value.c (valpy_lazy_string): New function.
5815 (convert_value_from_python): Add lazy string conversion.
5816 * python/py-prettyprint.c (pretty_print_one_value): Check if
5817 return is also a lazy string.
5818 (print_string_repr): Add lazy string printing branch.
5819 (print_children): Likewise.
5820 * python/py-lazy-string.c: New file. Implement lazy strings.
5821 * python/python.c (_initialize_python): Call
5822 gdbpy_initialize_lazy_string.
5823 * varobj.c (value_get_print_value): Add lazy string printing
5824 branch. Account for encoding.
5825 * c-lang.c (c_printstr): Account for new encoding argument. If
5826 encoding is NULL, find encoding suited for type, otherwise use
5827 user encoding.
5828 * language.h (language_defn): Add encoding argument.
5829 (LA_PRINT_STRING): Likewise.
5830 * language.c (unk_lang_printstr): Update to reflect new encoding
5831 argument to language_defn.
5832 * ada-lang.h (ada_printstr): Likewise.
5833 * c-lang.h (c_printstr): Likewise.
5834 * p-lang.h (pascal_printstr);
5835 * f-lang.c (f_printstr): Likewise.
5836 * m2-lang.c (m2_printstr): Likewise.
5837 * objc-lang.c (objc_printstr): Likewise.
5838 * p-lang.c (pascal_printstr): Likewise.
5839 * scm-lang.c (scm_printstr): Likewise.
5840 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
5841 encoding argument.
5842 * ada-valprint.c (ada_printstr): Likewise.
5843 * f-valprint.c (f_val_print): Likewise
5844 * m2-valprint.c (m2_val_print): Likewise.
5845 * p-valprint.c (pascal_val_print): Likewise.
5846 * expprint.c (print_subexp_standard): Likewise.
5847 * valprint.c (val_print_string): Likewise.
5848 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
5849 (SUBDIR_PYTHON_SRCS): Likewise.
5850 (py-lazy-string.o): New rule.
5851
5852 2010-01-13 Doug Evans <dje@google.com>
5853
5854 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
5855 uninitialized" warning from gcc on local `tree'.
5856
5857 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5858
5859 Implement core awareness.
5860
5861 * bcache.c (compare_ints): Remove
5862 (print_percentage): Use compare_positive_ints.
5863 * defs.h (compare_positive_ints): Declare.
5864 * linux-nat.h (struct lin_lwp): New field core.
5865 (linux_nat_core_of_thread_1): Declare.
5866 * linux-nat.c (add_lwp): Init the 'core' field.
5867 (linux_nat_wait_1): Record the core.
5868 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
5869 (linux_nat_add_target): Register the above.
5870 * linux-thread-db.c (update_thread_core): New.
5871 (thread_db_find_new_threads): Update core information for
5872 every thread.
5873 * remote.c (struct private_thread_info): New.
5874 (free_private_thread_info, demand_private_info): New.
5875 (PACKET_qXfer_threads, use_osdata_threads): New.
5876 (struct thread_item, threads_parsing_context
5877 (start_thread, end_thread, thread_attributes)
5878 (thread_children, threads_children, threads_elements): New.
5879 (remote_threads_info): Try qXfer:threads before anything
5880 else.
5881 (remote_protocol_packets): Register qXfer:threads.
5882 (remote_open_1): Init use_osdata_threads.
5883 (struct stop_reply): New field 'core'.
5884 (remote_parse_stop_reply): Parse core number.
5885 (process_stop_reply): Record core number.
5886 (remote_xfer_partial): Handle qXfer:threads.
5887 (remote_core_of_thread): New.
5888 (init_remote_ops): Register remote_core_of_thread.
5889 (_initialize_remote): Register qXfer:read.
5890 * target.c (target_core_of_thread): New
5891 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
5892 (struct target_ops): New field to_core_of_threads.
5893 (target_core_of_thread): Declare.
5894 * gdbthread.h (struct thread_info): New field private_dtor.
5895 * thread.c (print_thread_info): Report the core.
5896 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
5897 * utils.c (compare_positive_ints): New.
5898 * features/threads.dtd: New.
5899 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
5900 * mi/mi-main.c (struct collect_cores_data, collect_cores)
5901 (do_nothing, free_vector_of_osdata_items)
5902 (splay_tree_int_comparator, free_splay_tree): New.
5903 (print_one_inferior_data): Implemented printing of selected
5904 inferiors. Collect and print cores.
5905 (output_cores): New.
5906 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
5907 thread groups together with --available.
5908
5909 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5910
5911 * configure: Regenerate (for _STRUCTURED_PROC).
5912
5913 2010-01-12 Joel Brobecker <brobecker@adacore.com>
5914
5915 Delete dead function.
5916 * ada-lang.c (extract_string): Delete. No longer used.
5917
5918 2010-01-12 Joel Brobecker <brobecker@adacore.com>
5919
5920 Fix -Wunused warning in dec-thread.c.
5921 * dec-thread.c (dec_thread_count_gdb_threads)
5922 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
5923
5924 2010-01-12 Joel Brobecker <brobecker@adacore.com>
5925
5926 * ada-valprint.c (ada_print_floating): Remove trailing space.
5927
5928 2010-01-12 Joel Brobecker <brobecker@adacore.com>
5929
5930 Add support for DW_AT_GNAT_descriptive_type.
5931 * gdbtypes.h (enum type_specific_kind): New enum.
5932 (struct main_type) [type_specific_field]: New component.
5933 [type_specific]: Add new component "gnat_stuff".
5934 (struct gnat_aux_type): New type.
5935 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
5936 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
5937 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
5938 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
5939 (TYPE_SPECIFIC_FIELD): New macros.
5940 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
5941 type does not hold any cplus-specific data.
5942 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
5943 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
5944 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
5945 cplus-specific data.
5946 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
5947 Set new component TYPE_SPECIFIC_FIELD (type).
5948 (gnat_aux_default): New constant.
5949 (allocate_gnat_aux_type): New function.
5950 (init_type): Add initialization the type-specific stuff for
5951 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
5952 (print_gnat_stuff): New function.
5953 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
5954 specific data. Adjust code that prints the contents of the
5955 type-specific union using the TYPE_SPECIFIC_FIELD value.
5956 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
5957 the type cplus stuff for Ada types.
5958 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
5959 Error out if these routines are called with an Ada type.
5960 (read_structure_type, read_array_type, read_subrange_type):
5961 Add call to set_descriptive_type.
5962 (set_die_type): Initialize the gnat-specific data if necessary.
5963 (need_gnat_info, die_descriptive_type, set_descriptive_type):
5964 New functions.
5965 * ada-lang.c (decode_constrained_packed_array_type): Use
5966 decode_constrained_packed_array_type instead of doing a standard
5967 lookup to locate a parallel type.
5968 (find_parallel_type_by_descriptive_type): New function.
5969 (ada_find_parallel_type_with_name): New function.
5970 (ada_find_parallel_type): Reimplement using
5971 ada_find_parallel_type_with_name.
5972 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
5973 to check if type has a cplus stuff.
5974 * linespec.c (total_number_of_methods): Likewise.
5975 * mdebugread.c (new_type): Likewise.
5976
5977 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5978
5979 * NEWS: Document the 0b binary number prefix parsing.
5980
5981 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5982
5983 * objfiles.c (objfile_relocate1): Change the return type to int.
5984 Describe the new return value. Return non-zero if data changed.
5985 (objfile_relocate): New variable changed. Set it. Call
5986 breakpoint_re_set depending on CHANGED.
5987
5988 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5989
5990 Implement binary numbers parsing.
5991 * c-exp.y (parse_number): New case 'b' and 'B'.
5992
5993 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5994 Tristan Gingold <gingold@adacore.com>
5995
5996 * solib.c (info_sharedlibrary_command): Replace
5997 objfile_has_partial_symbols and objfile_has_full_symbols calls by
5998 objfile_has_symbols.
5999
6000 2010-01-10 Joel Brobecker <brobecker@adacore.com>
6001
6002 * NEWS: Document the improvements made to the mips-irix port.
6003
6004 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6005
6006 Fix the documentation of valprint.c:value_print.
6007 * valprint.c (value_print): Update the function description to
6008 mention that the syntax of the output follows the current_language,
6009 not necessarily C.
6010
6011 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6012
6013 Fix displacement of separate debug info files.
6014 * objfiles.c (objfile_relocate): Rename to ...
6015 (objfile_relocate1): ... here and make it static. Extend the comment.
6016 (objfile_relocate): New function.
6017 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
6018 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
6019 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
6020 allocated using alloca.
6021 * symfile.c (copy_section_addr_info): Remove.
6022 (build_section_addr_info_from_objfile): Make it global. New variables
6023 addr_bit and mask, use them.
6024 * symfile.h (build_section_addr_info_from_objfile): New prototype.
6025 (copy_section_addr_info): Remove.
6026
6027 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6028
6029 Signal unwinder for mips-irix N32.
6030 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
6031 tramp-frame.h.
6032 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
6033 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
6034 (SIGCONTEXT_LO_OFF): New macros.
6035 (mips_irix_n32_tramp_frame_init): New function.
6036 (mips_irix_n32_tramp_frame): New static constant.
6037 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
6038
6039 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6040
6041 Breakpoint in shared library does not work on mips-irix.
6042 * procfs.c: #include "observer.h".
6043 (procfs_inferior_created): New function, moving here the code
6044 which unsets the syssgi syscall-exit notifications.
6045 (procfs_create_inferior): Remove the code which unsets the syssgi
6046 syscall-exit notifications. It is too early to do this here.
6047 (_initialize_procfs): Attach the procfs_inferior_created observer.
6048
6049 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6050
6051 Wrong return convention for arrays (mips-irix).
6052 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
6053 128 bits or smaller are returned the same way as structs
6054 and unions of the the same size.
6055
6056 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6057
6058 Cannot set the PC on mips-irix.
6059 * irix5-nat.c (fill_gregset): Check regno against the raw PC
6060 register number, no the cooked one.
6061
6062 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6063
6064 Error while loading core file on mips-irix.
6065 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
6066 if debugging from a core file.
6067
6068 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6069
6070 GDB hangs when attaching to process on mips-irix.
6071 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
6072 attaching to a process.
6073
6074 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6075
6076 Use the correct breakpoint instruction on mips-irix.
6077 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
6078 containing the correct breakpoint instruction to use on mips-irix.
6079 Use it when the osabi is GDB_OSABI_IRIX.
6080
6081 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6082
6083 -Wunused warning in procfs.c (mips-irix only).
6084 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
6085 throughout instead of using praddset and prdelset respectively.
6086
6087 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6088
6089 GDB crash while stepping into function.
6090 * infrun.c (handle_inferior_event): Refetch the current frame
6091 after handling what.main_action, in case that pointer became
6092 dangling.
6093
6094 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6095
6096 Fix build failure of solaris-hosted cross debuggers.
6097 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
6098
6099 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
6100
6101 Fix build failure on sparc-solaris.
6102 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
6103
6104 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6105
6106 Move some symfile code into subroutines.
6107 * symfile.h (relative_addr_info_to_section_offsets)
6108 (addr_info_make_relative): New prototypes.
6109 * symfile.c (default_symfile_offsets): Move a part to ...
6110 (relative_addr_info_to_section_offsets): ... this new function.
6111 (default_symfile_offsets): Call it.
6112 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
6113 this part to ...
6114 (addr_info_make_relative): ... this new function.
6115
6116 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6117
6118 Add from_tty to solib_create_inferior_hook.
6119 * infcmd.c (post_create_inferior): Move solib_add after
6120 solib_create_inferior_hook. Pass from_tty to
6121 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
6122 0 from_tty and comment why.
6123 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
6124 * linux-nat.c (linux_child_follow_fork): Likewise.
6125 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
6126 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
6127 from_tty.
6128 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
6129 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
6130 * solib-null.c (null_solib_create_inferior_hook): Likewise.
6131 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
6132 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
6133 * solib-som.c (som_solib_create_inferior_hook): Likewise.
6134 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
6135 Pass it to svr4_so_ops.solib_create_inferior_hook.
6136 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
6137 from_tty.
6138 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
6139 solib_add.
6140 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
6141 enable_break.
6142 * solib-target.c (solib_target_solib_create_inferior_hook): New
6143 parameter from_tty.
6144 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
6145 it to ops->solib_create_inferior_hook.
6146 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
6147 Move solib_add after solib_create_inferior_hook, call it now with
6148 from_tty as 0. New comment there.
6149 * solib.h (solib_create_inferior_hook): New parameter from_tty.
6150 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
6151 Likewise.
6152
6153 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
6154
6155 Fix multiexec race.
6156 * infrun.c (handle_inferior_event): Use get_thread_regcache
6157 with events ptid, not get_current_regcache.
6158
6159 2009-01-08 Joel Brobecker <brobecker@adacore.com>
6160
6161 GDB crash with empty executable name (MinGW).
6162 * source.c (openp): Add assert that parameter string is not NULL.
6163 if parameter string is an empty string, then return with a failure
6164 immediately.
6165
6166 2009-01-08 Joel Brobecker <brobecker@adacore.com>
6167
6168 Get rid of support for VAX Floats.
6169 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
6170 (ada_vax_float_print_function): Delete.
6171 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
6172 (ada_vax_float_print_function): Delete.
6173 * ada-typeprint.c (print_vax_floating_point_type): Delete.
6174 (ada_print_type): Remove support for VAX floats.
6175 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
6176
6177 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6178
6179 * stabsread.c (read_args): Handle zero arguments.
6180
6181 2009-01-08 Joel Brobecker <brobecker@adacore.com>
6182
6183 Cannot find in-tree libiconv.a after reconfigure.
6184 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
6185 that we can use, then cache the path to this archive.
6186 * configure: Regenerate.
6187
6188 2010-01-07 Stan Shebs <stan@codesourcery.com>
6189
6190 Make tracepoint operations go through target vector.
6191 * target.h (enum trace_find_type): New enum.
6192 (struct target_ops): New fields to_trace_init,
6193 to_download_tracepoint, to_download_trace_state_variable,
6194 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
6195 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
6196 to_set_disconnected_tracing.
6197 (target_trace_init): New macro.
6198 (target_download_tracepoint): New macro.
6199 (target_download_trace_state_variable): New macro.
6200 (target_trace_start): New macro.
6201 (target_trace_set_readonly_regions): New macro.
6202 (target_get_trace_status): New macro.
6203 (target_trace_stop): New macro.
6204 (target_trace_find): New macro.
6205 (target_get_trace_state_variable_value): New macro.
6206 (target_set_disconnected_tracing): New macro.
6207 * target.c (update_current_target): Inherit and set defaults for
6208 tracepoint operations.
6209 * tracepoint.c (default_collect): Make globally visible.
6210 (target_is_remote): Remove, along with all calls.
6211 (tvariables_info): Call target_get_trace_state_variable_value.
6212 (remote_set_transparent_ranges): Remove.
6213 (trace_start_command): Call target_trace_init,
6214 target_download_tracepoint, etc.
6215 (download_tracepoint): Remove.
6216 (trace_stop_command): Simplify.
6217 (stop_tracing): Call target_trace_stop.
6218 (get_trace_status): Call target_get_trace_status.
6219 (trace_status_command): Add case for targets that cannot trace.
6220 (finish_tfind_command): Change to take numerical arguments, call
6221 target_trace_find.
6222 (trace_find_command): Update call to finish_tfind_command.
6223 (trace_find_pc_command): Ditto.
6224 (trace_find_tracepoint_command): Ditto.
6225 (trace_find_line_command): Ditto.
6226 (trace_find_range_command): Ditto.
6227 (trace_find_outside_command): Ditto.
6228 (set_disconnected_tracing_value): Call
6229 target_set_disconnected_tracing.
6230 * remote.c: Add protocol encoding bits from tracepoint.c.
6231 (trace_error): Move from tracepoint.c.
6232 (remote_get_noisy_reply): Ditto.
6233 (free_actions_list_cleanup_wrapper): Ditto.
6234 (free_actions_list): Ditto.
6235 (remote_trace_init): New function.
6236 (remote_download_tracepoint): New function.
6237 (remote_download_trace_state_variable): New function.
6238 (remote_trace_set_readonly_regions): New function.
6239 (remote_trace_start): New function.
6240 (remote_get_trace_status): New function.
6241 (remote_trace_stop): New function.
6242 (remote_trace_find): New function.
6243 (remote_download_trace_state_variable): New function.
6244 (remote_set_disconnected_tracing): New function.
6245 (init_remote_ops): Add tracepoint operations.
6246
6247 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
6248
6249 2010-01-07 Tristan Gingold <gingold@adacore.com>
6250
6251 * symfile.c (build_section_addr_info_from_objfile): New function.
6252 (symbol_file_add_separate): Don't use offsets from objfile but
6253 built an addr info.
6254
6255 2010-01-06 Stan Shebs <stan@codesourcery.com>
6256
6257 Support disconnected tracing.
6258 * infcmd.c (detach_command): Ask whether to stop tracing.
6259 * cli/cli-cmds.c (quit_command): Ditto.
6260 * breakpoint.h (struct breakpoint): New field number_on_target.
6261 * breakpoint.c (create_tracepoint_from_upload): New function.
6262 (get_tracepoint_by_number_on_target): New function.
6263 * remote.c (struct remote): New field disconnected_tracing.
6264 (remote_disconnected_tracing_feature): New function.
6265 (remote_protocol_features): Add DisconnectedTracing.
6266 (struct uploaded_tp): New struct.
6267 (uploaded_tps): New global.
6268 (get_uploaded_tp): New function.
6269 (find_matching_tracepoint): New function.
6270 (remote_get_tracing_state): New function.
6271 (remote_start_remote): Call it.
6272 * tracepoint.c (disconnected_tracing): New global.
6273 (trace_start_command): Initialize number_on_target.
6274 (stop_tracing): New function, split out from...
6275 (trace_stop_command): Call stop_tracing.
6276 (get_trace_status): New function, split out from...
6277 (trace_status_command): Call get_trace_status, add info on
6278 disconnection behavior.
6279 (disconnect_or_stop_tracing): New function.
6280 (finish_tfind_command): Translate from number on target.
6281 (trace_find_tracepoint_command): Translate to number on target.
6282 (send_disconnected_tracing_value): New function.
6283 (set_disconnected_tracing): New function.
6284 (_initialize_tracepoint): Add disconnected-tracing variable.
6285 * NEWS: Mention disconnected tracing.
6286
6287 2010-01-06 Tristan Gingold <gingold@adacore.com>
6288
6289 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
6290 parameter to main_objfile. Iterate on all separate debug objfiles.
6291 * symfile.h (symbol_file_add_separate)
6292 (find_separate_debug_file_by_debuglink): Remove parameter names.
6293 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
6294 (reread_symbols): Use free_objfile_separate_debug.
6295 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
6296 Adjust comment.
6297 (objfile_separate_debug_iterate, add_separate_debug_objfile)
6298 (free_objfile_separate_debug): New prototypes.
6299 * objfiles.c (objfile_separate_debug_iterate): New function.
6300 (add_separate_debug_objfile, free_objfile_separate_debug): New
6301 functions.
6302 (free_objfile): Use free_objfile_separate_debug. Adjust for
6303 multiple separate debug objfile.
6304 (objfile_has_symbols): Adjust comment. Iterate on all separate
6305 debug objfiles.
6306 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
6307 debug objfile.
6308 (lookup_minimal_symbol_text): Ditto.
6309 (lookup_minimal_symbol_by_pc_name): Ditto.
6310 (lookup_minimal_symbol_solib_trampoline): Ditto.
6311 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
6312 debug objfiles.
6313
6314 2010-01-05 Stan Shebs <stan@codesourcery.com>
6315
6316 Add fast tracepoints.
6317 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
6318 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
6319 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
6320 * breakpoint.c (tracepoint_type): New function.
6321 (ALL_TRACEPOINTS): Use it.
6322 (should_be_inserted): Ditto.
6323 (bpstat_check_location): Ditto.
6324 (print_one_breakpoint_location): Ditto.
6325 (user_settable_breakpoint): Ditto.
6326 (set_breakpoint_location_function): Ditto.
6327 (disable_breakpoints_in_shlibs): Ditto.
6328 (delete_trace_command): Ditto.
6329 (print_it_typical): Add bp_fast_tracepoint case.
6330 (bpstat_what): Ditto.
6331 (print_one_breakpoint_location): Ditto.
6332 (allocate_bp_location): Ditto.
6333 (mention): Ditto.
6334 (breakpoint_re_set_one): Ditto.
6335 (disable_command): Ditto.
6336 (enable_command): Ditto.
6337 (check_fast_tracepoint_sals): New function.
6338 (break_command_really): Call it.
6339 (ftrace_command): New function.
6340 (_initialize_breakpoint): Add ftrace command.
6341 * gdbarch.sh (fast_tracepoint_valid_at): New.
6342 * gdbarch.h, gdbarch.c: Regenerate.
6343 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
6344 (i386_gdbarch_init): Use it.
6345 * remote.c (struct remote_state): New field fast_tracepoints.
6346 (PACKET_FastTracepoints): New packet config type.
6347 (remote_fast_tracepoint_feature): New function.
6348 (remote_protocol_features): Add FastTracepoints.
6349 (remote_supports_fast_tracepoints): New function.
6350 (_initialize_remote): Add FastTracepoints.
6351 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
6352 * NEWS: Mention fast tracepoints.
6353
6354 2010-01-06 Joel Brobecker <brobecker@adacore.com>
6355
6356 * gdb-gdb.py: New file.
6357
6358 2010-01-05 Michael Snyder <msnyder@vmware.com>
6359
6360 * infrun.c (handle_inferior_event): Fix typo in comment.
6361
6362 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6363
6364 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
6365
6366 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
6367
6368 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
6369 and s390x-linux64.
6370 (s390-linux32-expedite): Define.
6371 (s390-linux64-expedite): Define.
6372 (s390x-linux64-expedite): Define.
6373 * features/s390-acr.xml: New file.
6374 * features/s390-fpr.xml: New file.
6375 * features/s390-core32.xml: New file.
6376 * features/s390-core64.xml: New file.
6377 * features/s390x-core64.xml: New file.
6378 * features/s390-linux32.xml: New file.
6379 * features/s390-linux64.xml: New file.
6380 * features/s390x-linux64.xml: New file.
6381 * features/s390-linux32.c: New generated file.
6382 * features/s390-linux64.c: New generated file.
6383 * features/s390x-linux64.c: New generated file.
6384
6385 * regformats/s390-linux32.dat: New generated file.
6386 * regformats/s390-linux64.dat: New generated file.
6387 * regformats/s390x-linux64.dat: New generated file.
6388 * regformats/reg-s390.dat: Remove.
6389 * regformats/reg-s390x.dat: Remove.
6390
6391 * s390-nat.c: Include "auxv.h" and <elf.h>.
6392 (HWCAP_S390_HIGH_GPRS): Define if undefined.
6393 (s390_target_wordsize): New function.
6394 (s390_auxv_parse): Likewise.
6395 (s390_get_hwcap): Likewise.
6396 (s390_read_description): Likewise.
6397 (_initialize_s390_nat): Install s390_auxv_parse and
6398 s390_read_description.
6399
6400 * s390-tdep.c: Include "features/s390-linux32.c",
6401 "features/s390-linux64.c", and "features/s390x-linux64.c".
6402 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
6403 (s390_register_call_saved): New function.
6404 (s390_register_name): Remove.
6405 (s390_register_type): Remove.
6406 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
6407 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
6408 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
6409 (s390_pseudo_register_name): New function.
6410 (s390_pseudo_register_type): New function.
6411 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
6412 Handle full GPR pesudos and varying pseudo register numbers.
6413 (s390_pseudo_register_write): Likewise
6414 (s390x_pseudo_register_read): Remove.
6415 (s390x_pseudo_register_write): Likewise.
6416 (s390_register_group): Remove.
6417 (s390_pseudo_register_group): New function.
6418 (s390_regmap_gregset): Add GPR upper halves.
6419 (s390x_regmap_gregset): Likewise.
6420 (s390_regmap_fpregset): Likewise.
6421 (s390_regmap_upper): New global variable.
6422 (s390_upper_regset): New global variable.
6423 (s390_upper_regset_sections): New global variable.
6424 (s390_regset_from_core_section): Handle GPR upper halves.
6425 (s390_core_read_description): New function.
6426 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
6427 register information. Handle varying pseudo register numbers.
6428 (s390_backchain_frame_unwind_cache): Likewise.
6429 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
6430 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
6431 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
6432 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
6433 Handle varying pseudo register numbers.
6434 (s390_unwind_pc): Handle varying pseudo register numbers.
6435 (s390_dwarf2_prev_register): New function.
6436 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
6437 register information. Handle varying pseudo register numbers.
6438 Install s390_dwarf2_prev_register to unwind full GPRs.
6439 (s390_gdbarch_init): Handle target descriptions. Assign varying
6440 pseudo register numbers. Install s390_adjust_frame_regnum.
6441 (_initialize_s390_tdep): Initialize target descriptions.
6442
6443 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
6444 (S390_NUM_REGS): Redefine to include upper half registers.
6445 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
6446 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
6447 (tdesc_s390_linux32): Add declaration.
6448 (tdesc_s390_linux64): Likewise.
6449 (tdesc_s390x_linux64): Likewise.
6450
6451 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
6452
6453 * regset.h (struct core_regset_section): Add HUMAN_NAME.
6454 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
6455 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
6456 (ppc_linux_vmx_regset_sections): Likewise.
6457 (ppc_linux_fp_regset_sections): Likewise.
6458
6459 * corelow.c (get_core_register_section): Constify arguments.
6460 (get_core_registers): Use gdbarch_core_regset_sections instead
6461 of hard-coded platform-specific register section names.
6462
6463 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
6464
6465 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
6466 a register, assume the least-significant part is used.
6467 (write_pieced_value): Likewise.
6468
6469 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
6470
6471 * printcmd.c: Include "arch-utils.h".
6472 (do_one_display): Re-parse expression if current architecture changed.
6473
6474 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6475 Joel Brobecker <brobecker@adacore.com>
6476
6477 * gdbtypes.c (check_typedef): New comment on type length.
6478 * value.c (allocate_value_lazy): Remove the unused atype variable. New
6479 comment on type length.
6480 (value_primitive_field): Keep the original TYPE value, new comment.
6481
6482 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6483
6484 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
6485 p_start. Change != comparisons to > and < comparisons.
6486
6487 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6488
6489 * cli/cli-script.c (process_next_line): Check P2 overrun.
6490
6491 2009-01-01 Joel Brobecker <brobecker@adacore.com>
6492
6493 Update the copyright hearder to add year 2010 for most GDB files.
6494
6495 2009-01-01 Joel Brobecker <brobecker@adacore.com>
6496
6497 Fix build failure in inf-ptrace.c.
6498 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
6499
6500 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6501
6502 * top.c (print_gdb_version): Update copyright year.
6503
6504 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6505
6506 Fix break *FUN'address thread NUM.
6507 * ada-lex.l (task): Expand rule to also match the thread keyword.
6508
6509 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6510
6511 Fix break *FUN'address task NUM.
6512 * ada-lex.l (task): New rule.
6513 * ada-lang.c (valid_task_id): Make sure the Ada task list has
6514 been built before using it.
6515
6516 For older changes see ChangeLog-2009.
6517 \f
6518 Local Variables:
6519 mode: change-log
6520 left-margin: 8
6521 fill-column: 74
6522 version-control: never
6523 coding: utf-8
6524 End:
This page took 0.250024 seconds and 5 git commands to generate.