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