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