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