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