binutils-gdb/gdb
Ulrich Weigand c2250ad1c4 * target.h (struct target_ops): New member to_thread_architecture.
(target_thread_architecture): New macro.
	* target.c (update_current_target): Inherit to_thread_architecture.
	(default_thread_architecture): New function.
	(debug_to_thread_architecture): New function.
	(setup_target_debug): Handle to_thread_architecture.

	* regcache.h (get_thread_arch_regcache): New.
	* regcache.c (struct regcache_list): New data type.
	(current_regcache): Hold regcache list instead of single regcache.
	(current_thread_ptid, current_thread_arch): New static variables.
	(get_thread_arch_regcache): New function.
	(get_thread_regcache): Use it.  Call target_thread_architecture.
	(regcache_thread_ptid_changed): Update to current_regcache changes.
	(registers_changed): Likewise.  Reset current_thread_arch and
	current_thread_ptid.

	* remote.c (remote_wait): Access target registers in target_gdbarch.
	* linux-nat.c (linux_nat_do_thread_registers): Likewise.
	* proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
	(ps_lgetfpregs, ps_lsetfpregs): Likewise.
	* sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
	(ps_lgetfpregs, ps_lsetfpregs): Likewise.
	* solib-svr4.c (enable_break): Likewise.
	(svr4_relocate_main_executable): Likewise.
2009-07-02 17:06:44 +00:00
..
cli 2009-06-19 Samuel Bronson <naesten@gmail.com> 2009-06-19 15:49:35 +00:00
common * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common. 2009-03-02 00:45:13 +00:00
config 2009-06-07 Pedro Alves <pedro@codesourcery.com> 2009-06-07 22:33:25 +00:00
doc ChangeLog: 2009-06-28 18:53:12 +00:00
features * target-descriptions.h (struct type): Do not declare. 2009-06-23 16:59:47 +00:00
gdbserver Add h/w watchpoint support to x86-linux, win32-i386. 2009-06-30 21:31:32 +00:00
gnulib * configure.ac: Don't postprocess Makefile in config.status. 2009-04-21 20:19:13 +00:00
mi * arch-utils.c (selected_byte_order): Return target_byte_order_user. 2009-07-02 17:02:35 +00:00
osf-share
po
python * python/python-internal.h (struct language_defn): Declare. 2009-07-02 17:04:23 +00:00
regformats Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
testsuite ChangeLog: 2009-07-02 12:14:01 +00:00
tui * arch-utils.c (selected_byte_order): Return target_byte_order_user. 2009-07-02 17:02:35 +00:00
CONTRIBUTE * CONTRIBUTE: Minor reformatting. 2009-01-09 04:46:22 +00:00
COPYING
ChangeLog * target.h (struct target_ops): New member to_thread_architecture. 2009-07-02 17:06:44 +00:00
ChangeLog-3.x
ChangeLog-1990
ChangeLog-1991
ChangeLog-1992
ChangeLog-1993
ChangeLog-1994
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008 Move a 2009 Entry from ChangeLog-2008 to ChangeLog. 2009-01-03 06:02:29 +00:00
MAINTAINERS * MAINTAINERS (Write After Approval): Add self. 2009-06-25 17:30:42 +00:00
Makefile.in (HFILES_NO_SRCDIR): Remove entries for deleted files. 2009-06-30 22:36:27 +00:00
NEWS * NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint 2009-07-01 16:19:14 +00:00
PROBLEMS
README gdb 2009-06-29 16:41:45 +00:00
acinclude.m4 * acinclude.m4 (AM_ICONV): Prefer in-tree libiconv if present over 2009-05-06 23:05:28 +00:00
aclocal.m4 * config/tcl.m4 (SC_PATH_TCLCONFIG): Don't exit 0 if tclconfig fails. 2009-02-02 23:18:05 +00:00
ada-exp.y ARI fix: sprintf rule. 2009-04-14 19:04:24 +00:00
ada-lang.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
ada-lang.h * ada-lang.h (ada_convert_actual): Add GDBARCH argument. 2009-06-29 17:33:32 +00:00
ada-lex.l * Makefile.in: Update license to GPLv3. 2009-03-18 08:51:11 +00:00
ada-tasks.c * value.h (value_subscript, value_subscripted_rvalue, 2009-06-29 13:24:41 +00:00
ada-typeprint.c * ada-valprint.c (ada_print_scalar): Accept NULL type argument 2009-06-29 17:30:12 +00:00
ada-valprint.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
addrmap.c 2008-02-21 Pedro Alves <pedro@codesorcery.com> 2009-02-21 16:14:50 +00:00
addrmap.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
aix-thread.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
alpha-linux-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
alpha-linux-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
alpha-mdebug-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
alpha-nat.c 2009-06-07 Pedro Alves <pedro@codesourcery.com> 2009-06-07 22:33:25 +00:00
alpha-osf1-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
alpha-tdep.c * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, 2009-07-02 12:48:54 +00:00
alpha-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
alphabsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
alphabsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
alphabsd-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
alphafbsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
alphanbsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
alphaobsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
amd64-dicos-tdep.c * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o. 2009-02-17 17:56:50 +00:00
amd64-linux-nat.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
amd64-linux-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
amd64-linux-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
amd64-nat.c 2008-02-21 Pedro Alves <pedro@codesorcery.com> 2009-02-21 16:14:50 +00:00
amd64-nat.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
amd64-sol2-tdep.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
amd64-tdep.c * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type and 2009-07-02 12:52:52 +00:00
amd64-tdep.h * opcode/i386.h: Add multiple inclusion protection. 2009-01-29 00:29:57 +00:00
amd64-windows-nat.c Remove all i386 debug register low level macros in config nm files. 2009-05-14 09:37:00 +00:00
amd64-windows-tdep.c * amd64-windows-nat.c, amd64-windows-tdep.c: New files. 2009-01-11 13:15:56 +00:00
amd64bsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
amd64fbsd-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
amd64fbsd-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
amd64nbsd-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
amd64nbsd-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
amd64obsd-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
amd64obsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
annotate.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
annotate.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
arch-utils.c * arch-utils.c (selected_byte_order): Return target_byte_order_user. 2009-07-02 17:02:35 +00:00
arch-utils.h * arch-utils.c (selected_byte_order): Return target_byte_order_user. 2009-07-02 17:02:35 +00:00
arm-linux-nat.c * arm-linux-nat.c (fetch_register, store_register): Use 2009-04-22 15:14:59 +00:00
arm-linux-tdep.c * arm-linux-nat.c (fetch_register, store_register): Use 2009-04-22 15:14:59 +00:00
arm-linux-tdep.h * arm-linux-nat.c (fetch_register, store_register): Use 2009-04-22 15:14:59 +00:00
arm-tdep.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
arm-tdep.h * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, 2009-07-02 12:48:54 +00:00
arm-wince-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
armbsd-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
armnbsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
armnbsd-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
armobsd-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
auxv.c * auxv.c (procfs_xfer_auxv): Change type of the `object' argument 2009-06-07 19:07:08 +00:00
auxv.h * auxv.c (procfs_xfer_auxv): Change type of the `object' argument 2009-06-07 19:07:08 +00:00
avr-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
ax-gdb.c * ada-lang.c (assign_component): Use platform-specific integer type 2009-07-02 12:20:18 +00:00
ax-gdb.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ax-general.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ax.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
bcache.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
bcache.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
bfd-target.c * target.c: Include "exec.h". 2009-06-03 18:50:36 +00:00
bfd-target.h * bfd-target.c: Don't include gdb_assert.h or gdb_string.h. 2009-05-22 03:01:45 +00:00
block.c gdb/ 2009-06-28 00:20:24 +00:00
block.h gdb/ 2009-06-28 00:20:24 +00:00
blockframe.c gdb/ 2009-06-28 00:20:24 +00:00
breakpoint.c gdb/ 2009-06-28 00:20:24 +00:00
breakpoint.h * breakpoint.h (set_longjmp_breakpoint): Add THREAD argument. 2009-06-24 16:41:30 +00:00
bsd-kvm.c * target.h (struct target_ops): Make to_has_all_memory, 2009-06-07 16:46:48 +00:00
bsd-kvm.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
bsd-uthread.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
bsd-uthread.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
buildsym.c * gdbtypes.h (struct builtin_type): Remove builtin_core_addr, 2009-06-29 13:18:37 +00:00
buildsym.h 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com> 2009-06-23 17:46:52 +00:00
c-exp.y * gdbtypes.h (struct language_defn): Add forward declaration. 2009-06-17 18:46:26 +00:00
c-lang.c gdb 2009-06-23 16:26:05 +00:00
c-lang.h gdb: 2009-03-20 23:04:40 +00:00
c-typeprint.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
c-valprint.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
call-cmds.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
charset-list.h gdb: 2009-03-20 23:04:40 +00:00
charset.c * charset.c (_initialize_charset): Add special case for "646". 2009-04-17 23:50:12 +00:00
charset.h gdb: 2009-03-20 23:04:40 +00:00
cli-out.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
cli-out.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
coff-pe-read.c 2009-01-09 Kai Tietz <kai.tietz@onevision.com> 2009-01-09 09:33:31 +00:00
coff-pe-read.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
coffread.c * gdbtypes.h (struct builtin_type): Remove builtin_core_addr, 2009-06-29 13:18:37 +00:00
command.h gdb/ 2009-05-12 16:51:13 +00:00
complaints.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
complaints.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
completer.c Fix completer problem for filename completion on the first try. 2009-03-25 10:50:57 +00:00
completer.h Fix completer problem for filename completion on the first try. 2009-03-25 10:50:57 +00:00
config.in gdb 2009-04-23 21:28:20 +00:00
configure 2009-05-28 Pierre Muller <muller@ics.u-strasbg.fr> 2009-05-28 16:30:39 +00:00
configure.ac 2009-05-28 Pierre Muller <muller@ics.u-strasbg.fr> 2009-05-28 16:30:39 +00:00
configure.host * amd64-windows-nat.c, amd64-windows-tdep.c: New files. 2009-01-11 13:15:56 +00:00
configure.tgt * Makefile.in (ALL_64_TARGET_OBS): Add amd64-windows-tdep.o. 2009-06-29 13:10:39 +00:00
copying.awk
copying.c
copyright.sh Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
core-regset.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
corefile.c gdb/ 2009-05-23 16:17:18 +00:00
corelow.c * gdbarch.sh (gcore_bfd_target): New gdbarch callback. 2009-06-17 18:48:26 +00:00
cp-abi.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
cp-abi.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
cp-name-parser.y gdb 2009-03-31 20:21:08 +00:00
cp-namespace.c 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com> 2009-06-29 15:18:07 +00:00
cp-support.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
cp-support.h 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com> 2009-06-29 15:18:07 +00:00
cp-valprint.c gdb 2009-05-28 01:05:14 +00:00
cris-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
darwin-nat-info.c * darwin-nat-info.c (darwin_debug_regions_recurse): Use 2009-06-29 13:11:37 +00:00
darwin-nat.c (committed as obvious) 2009-06-22 08:24:29 +00:00
darwin-nat.h 2009-06-19 Tristan Gingold <gingold@adacore.com> 2009-06-19 14:30:30 +00:00
darwin.defs gdb: 2008-11-27 09:23:01 +00:00
dbug-rom.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
dbxread.c * dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending 2009-06-29 16:48:15 +00:00
dcache.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
dcache.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
dec-thread.c * dec-thread.c (dec_thread_wait): Add options parameter. Use it 2009-05-21 22:53:29 +00:00
defs.h * target.h (TARGET_WNOHANG): New. 2009-05-21 15:48:42 +00:00
demangle.c gdb/ 2009-05-23 16:17:18 +00:00
dfp.c * dfp.h (decimal_binop): Convert LEN_RESULT to input parameter. 2009-06-03 17:47:54 +00:00
dfp.h * dfp.h (decimal_binop): Convert LEN_RESULT to input parameter. 2009-06-03 17:47:54 +00:00
dicos-tdep.c * breakpoint.c (insert_breakpoints, breakpoint_init_inferior) 2009-05-19 00:23:49 +00:00
dicos-tdep.h * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o. 2009-02-17 17:56:50 +00:00
dictionary.c gdb/ 2009-05-01 22:39:41 +00:00
dictionary.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
dink32-rom.c * inferior.h (read_pc, write_pc): Remove. 2009-05-05 13:24:49 +00:00
disasm.c * disasm.c (gdb_disassembly): Remove unused argument 2009-03-10 08:53:53 +00:00
disasm.h * disasm.c (gdb_disassembly): Remove unused argument 2009-03-10 08:53:53 +00:00
doublest.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
doublest.h * doublest.c (NAN): Remove unused define. 2009-05-18 13:43:35 +00:00
dsrec.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
dummy-frame.c * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter, 2009-06-17 18:43:24 +00:00
dummy-frame.h * dummy-frame.c (dummy_frame): Replace regcache member with 2009-01-19 19:05:01 +00:00
dwarf2-frame.c ChangeLog: 2009-06-30 16:22:59 +00:00
dwarf2-frame.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
dwarf2expr.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
dwarf2expr.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
dwarf2loc.c gdb/ 2009-06-28 00:20:24 +00:00
dwarf2loc.h * symtab.h: Rename SYMBOL_OPS to SYMBOL_COMPUTED_OPS. 2009-06-04 12:28:39 +00:00
dwarf2read.c * dwarf2read.c (inherit_abstract_dies): Work around GCC PR 40573. 2009-06-30 15:50:27 +00:00
elfread.c 2009-04-30 Paul Pluzhnikov <ppluzhnikov@google.com> 2009-04-30 21:59:03 +00:00
environ.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
environ.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
eval.c * python/python-internal.h (struct language_defn): Declare. 2009-07-02 17:04:23 +00:00
event-loop.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
event-loop.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
event-top.c gdb/ 2009-05-23 16:17:18 +00:00
event-top.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
exc_request.defs
exceptions.c gdb: 2009-05-24 21:06:53 +00:00
exceptions.h * exceptions.h: Clean up some comments on catch_exceptions usage. 2009-03-13 17:26:59 +00:00
exec.c * exec.h (section_table_xfer_memory_partial): Improve description, 2009-06-12 18:38:36 +00:00
exec.h * exec.h (section_table_xfer_memory_partial): Improve description, 2009-06-12 18:38:36 +00:00
expprint.c * value.h (struct internalvar): Remove. 2009-06-03 18:16:44 +00:00
expression.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
f-exp.y * Makefile.in: Update license to GPLv3. 2009-03-18 08:51:11 +00:00
f-lang.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
f-lang.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
f-typeprint.c * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable 2009-01-11 21:39:02 +00:00
f-valprint.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
fbsd-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
fbsd-nat.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
findcmd.c * arch-utils.c (selected_byte_order): Return target_byte_order_user. 2009-07-02 17:02:35 +00:00
findvar.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
fork-child.c * target.h (TARGET_WNOHANG): New. 2009-05-21 15:48:42 +00:00
frame-base.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
frame-base.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
frame-unwind.c gdb/ 2009-06-28 00:20:24 +00:00
frame-unwind.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
frame.c gdb/ 2009-06-28 00:20:24 +00:00
frame.h gdb/ 2009-06-28 00:20:24 +00:00
frv-linux-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
frv-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
frv-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gcore.c * gdbarch.sh (gcore_bfd_target): New gdbarch callback. 2009-06-17 18:48:26 +00:00
gdb-stabs.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb.1
gdb.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb.gdb
gdb.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_assert.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_buildall.sh Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_curses.h Fix linking with --enable-targets=all: 2009-01-12 01:10:28 +00:00
gdb_dirent.h ARI change: Use "/* ARI: rule */" pattern. 2009-04-24 22:10:03 +00:00
gdb_expat.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_gcore.sh Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_indent.sh
gdb_locale.h gdb: 2009-03-20 23:04:40 +00:00
gdb_mbuild.sh Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_obstack.h gdb: 2009-03-20 23:04:40 +00:00
gdb_proc_service.h * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field 2009-02-27 20:34:41 +00:00
gdb_ptrace.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_regex.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_select.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_stat.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_string.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_thread_db.h 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com> 2009-05-15 16:53:45 +00:00
gdb_usleep.c * gdb_usleep.h, gdb_usleep.c: New files. 2009-03-24 01:37:48 +00:00
gdb_usleep.h * gdb_usleep.h, gdb_usleep.c: New files. 2009-03-24 01:37:48 +00:00
gdb_vfork.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_wait.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_wchar.h gdb 2009-04-15 22:20:32 +00:00
gdbarch.c * gdbarch.sh (pointer_to_address): Change to type 'm'. 2009-06-17 18:50:31 +00:00
gdbarch.h * gdbarch.sh (pointer_to_address): Change to type 'm'. 2009-06-17 18:50:31 +00:00
gdbarch.sh * gdbarch.sh (pointer_to_address): Change to type 'm'. 2009-06-17 18:50:31 +00:00
gdbcmd.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdbcore.h * target.c: Include "exec.h". 2009-06-03 18:50:36 +00:00
gdbinit.in * dwarf2read.c (dwarf2_die_debug): New static global. 2008-10-06 22:23:18 +00:00
gdbthread.h gdb/ 2009-06-28 00:20:24 +00:00
gdbtypes.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
gdbtypes.h * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
glibc-tdep.c * frame.c (frame_unwind_id): Renamed to ... 2009-06-28 00:05:14 +00:00
glibc-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gnu-nat.c * target.h (struct target_ops): Make to_has_all_memory, 2009-06-07 16:46:48 +00:00
gnu-nat.h * gnu-nat.h (proc_debug): Add missing continuation line in macro. 2009-04-21 07:35:42 +00:00
gnu-v2-abi.c * value.h (value_subscript, value_subscripted_rvalue, 2009-06-29 13:24:41 +00:00
gnu-v2-abi.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gnu-v3-abi.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
go32-nat.c * target.h (struct target_ops): Make to_has_all_memory, 2009-06-07 16:46:48 +00:00
gregset.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
h8300-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
hppa-hpux-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
hppa-hpux-tdep.c * inferior.h (read_pc, write_pc): Remove. 2009-05-05 13:24:49 +00:00
hppa-linux-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
hppa-linux-offsets.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
hppa-linux-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
hppa-tdep.c * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, 2009-07-02 12:48:54 +00:00
hppa-tdep.h Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
hppabsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
hppabsd-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
hppabsd-tdep.h Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
hppanbsd-nat.c * Makefile.in: Update license to GPLv3. 2009-03-18 08:51:11 +00:00
hppanbsd-tdep.c * Makefile.in: Update license to GPLv3. 2009-03-18 08:51:11 +00:00
hppaobsd-tdep.c * Makefile.in: Update license to GPLv3. 2009-03-18 08:51:11 +00:00
hpux-thread.c * target.h (struct target_ops): Make to_has_all_memory, 2009-06-07 16:46:48 +00:00
i386-cygwin-tdep.c * amd64-windows-nat.c Rename gdb-specific win32_* to windows_* throughout. 2009-01-13 04:14:07 +00:00
i386-darwin-nat.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
i386-darwin-tdep.c 2008-12-05 Tristan Gingold <gingold@adacore.com> 2009-02-04 15:10:50 +00:00
i386-darwin-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
i386-dicos-tdep.c * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o. 2009-02-17 17:56:50 +00:00
i386-linux-nat.c Remove all i386 debug register low level macros in config nm files. 2009-05-14 09:37:00 +00:00
i386-linux-tdep.c * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*, 2009-05-24 04:42:51 +00:00
i386-linux-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
i386-nat.c Remove all i386 debug register low level macros in config nm files. 2009-05-14 09:37:00 +00:00
i386-nat.h Remove all i386 debug register low level macros in config nm files. 2009-05-14 09:37:00 +00:00
i386-nto-tdep.c * i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define. 2009-06-11 20:55:19 +00:00
i386-sol2-nat.c 2009-06-07 Pedro Alves <pedro@codesourcery.com> 2009-06-07 22:33:25 +00:00
i386-sol2-tdep.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
i386-stub.c
i386-tdep.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
i386-tdep.h * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type and 2009-07-02 12:52:52 +00:00
i386-windows-nat.c Remove all i386 debug register low level macros in config nm files. 2009-05-14 09:37:00 +00:00
i386bsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
i386bsd-nat.h Remove all i386 debug register low level macros in config nm files. 2009-05-14 09:37:00 +00:00
i386bsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
i386fbsd-nat.c Remove all i386 debug register low level macros in config nm files. 2009-05-14 09:37:00 +00:00
i386fbsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
i386gnu-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
i386gnu-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
i386nbsd-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
i386nbsd-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
i386obsd-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
i386obsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
i386v4-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
i387-tdep.c * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, 2009-07-02 12:48:54 +00:00
i387-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ia64-linux-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
ia64-linux-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
ia64-tdep.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
ia64-tdep.h * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, 2009-07-02 12:48:54 +00:00
inf-child.c * target.h (struct target_ops): Make to_has_all_memory, 2009-06-07 16:46:48 +00:00
inf-child.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
inf-loop.c * inf-loop.c (inferior_event_handler): Avoid calling is_running on 2009-03-28 00:58:31 +00:00
inf-loop.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
inf-ptrace.c gdb/ 2009-05-24 18:00:08 +00:00
inf-ptrace.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
inf-ttrace.c gdb: 2009-05-24 21:06:53 +00:00
inf-ttrace.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
infcall.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
infcall.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
infcmd.c gdb/ 2009-06-28 00:20:24 +00:00
inferior.c * inferior.c (print_inferior): Make a table, not a list. Emit 2009-06-10 22:08:19 +00:00
inferior.h gdb/ 2009-06-28 00:20:24 +00:00
inflow.c * inflow.c (copy_terminal_info): Deep copy `run_terminal'. 2009-05-24 18:16:53 +00:00
inflow.h * inflow.h (our_process_group): Remove declaration. 2009-05-18 00:58:38 +00:00
infrun.c * gdbtypes.h (struct builtin_type): Add internal_fn member. 2009-07-02 12:11:19 +00:00
inline-frame.c gdb/ 2009-06-28 00:20:24 +00:00
inline-frame.h gdb/ 2009-06-28 00:20:24 +00:00
interps.c gdb/ 2009-02-06 21:33:59 +00:00
interps.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
iq2000-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
irix5-nat.c 2009-06-07 Pedro Alves <pedro@codesourcery.com> 2009-06-07 22:33:25 +00:00
jv-exp.y * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
jv-lang.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
jv-lang.h * jv-lang.h (java_int_type, java_byte_type, java_short_type, 2009-07-02 12:09:27 +00:00
jv-typeprint.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
jv-valprint.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
language.c gdb/ 2009-05-23 16:17:18 +00:00
language.h gdb: 2009-03-20 23:04:40 +00:00
libunwind-frame.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
libunwind-frame.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
linespec.c * linespec.c (find_method): Add new not_found_ptr parameter to 2009-06-25 18:01:06 +00:00
linespec.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
linux-fork.c * inferior.h (read_pc, write_pc): Remove. 2009-05-05 13:24:49 +00:00
linux-fork.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
linux-nat.c * target.h (struct target_ops): New member to_thread_architecture. 2009-07-02 17:06:44 +00:00
linux-nat.h * linux-nat.h (linux_proc_get_tgid): Declare. 2009-05-18 17:11:25 +00:00
linux-record.c * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*, 2009-05-24 04:42:51 +00:00
linux-record.h * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*, 2009-05-24 04:42:51 +00:00
linux-tdep.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
linux-tdep.h 2009-02-06 Pedro Alves <pedro@codesourcery.com> 2009-02-06 22:59:01 +00:00
linux-thread-db.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
lm32-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
m2-exp.y * gdbtypes.h (struct language_defn): Add forward declaration. 2009-06-17 18:46:26 +00:00
m2-lang.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
m2-lang.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
m2-typeprint.c * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Remove 2009-07-02 12:16:56 +00:00
m2-valprint.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
m32c-tdep.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
m32r-linux-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
m32r-linux-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
m32r-rom.c * inferior.h (read_pc, write_pc): Remove. 2009-05-05 13:24:49 +00:00
m32r-stub.c
m32r-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
m32r-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
m68hc11-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
m68k-stub.c
m68k-tdep.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
m68k-tdep.h * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type and 2009-07-02 12:52:52 +00:00
m68kbsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
m68kbsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
m68klinux-nat.c * m68klinux-nat.c: Remove obsolete comment. 2009-04-16 15:26:49 +00:00
m68klinux-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
m88k-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
m88k-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
m88kbsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
machoread.c 2009-06-19 Tristan Gingold <gingold@adacore.com> 2009-06-19 14:30:30 +00:00
macrocmd.c gdb/ 2009-04-29 07:51:33 +00:00
macroexp.c gdb: 2009-03-20 23:04:40 +00:00
macroexp.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
macroscope.c 2008-02-21 Pedro Alves <pedro@codesorcery.com> 2009-02-21 16:14:50 +00:00
macroscope.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
macrotab.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
macrotab.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
main.c * main.c (captured_main): Move gdbinit lookups after gdb_init. 2009-04-27 10:24:08 +00:00
main.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
maint.c * arch-utils.c (selected_byte_order): Return target_byte_order_user. 2009-07-02 17:02:35 +00:00
mdebugread.c * gdbtypes.h (struct builtin_type): Remove builtin_core_addr, 2009-06-29 13:18:37 +00:00
mdebugread.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mem-break.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
memattr.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
memattr.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
memory-map.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
memory-map.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mep-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
mingw-hdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
minsyms.c gdb/ 2009-06-28 00:20:24 +00:00
mips-irix-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
mips-linux-nat.c gdb/ 2009-05-12 16:51:13 +00:00
mips-linux-tdep.c * frame.c (frame_unwind_id): Renamed to ... 2009-06-28 00:05:14 +00:00
mips-linux-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mips-tdep.c * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, 2009-07-02 12:48:54 +00:00
mips-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mips64obsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
mips64obsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mipsnbsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
mipsnbsd-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
mipsnbsd-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mipsread.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mn10300-linux-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
mn10300-tdep.c * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter, 2009-06-17 18:43:24 +00:00
mn10300-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
monitor.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
monitor.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
moxie-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
moxie-tdep.h Add moxie-elf port. 2009-04-24 02:26:01 +00:00
msg.defs
msg_reply.defs
mt-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
nbsd-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
nbsd-nat.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
nbsd-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
nbsd-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
notify.defs
nto-procfs.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
nto-tdep.c * nto-tdep.h (nto_generic_supply_gpregset) 2009-06-12 02:32:10 +00:00
nto-tdep.h * nto-tdep.h (nto_generic_supply_gpregset) 2009-06-12 02:32:10 +00:00
objc-exp.y * gdbtypes.c (create_string_type): Receive character type as argument. 2009-06-17 18:47:35 +00:00
objc-lang.c * ada-lang.c (evaluate_subexp): Delete. Use the version from eval.c. 2009-06-23 16:37:19 +00:00
objc-lang.h * gdbtypes.c (create_string_type): Receive character type as argument. 2009-06-17 18:47:35 +00:00
objfiles.c 2009-06-23 Paul Pluzhnikov <ppluzhnikov@google.com> 2009-06-23 16:28:45 +00:00
objfiles.h * solist.h (struct target_so_ops): New member bfd_open. 2009-01-15 16:35:22 +00:00
obsd-tdep.c * frame.c (frame_unwind_id): Renamed to ... 2009-06-28 00:05:14 +00:00
obsd-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
observer.c * observer.c (observer_test_first_notification_function) 2009-02-17 19:52:27 +00:00
observer.sh * observer.sh: Set LANG/LC_ALL to C, not c. 2009-03-29 13:36:27 +00:00
osabi.c * arch-utils.c (selected_byte_order): Return target_byte_order_user. 2009-07-02 17:02:35 +00:00
osabi.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
osdata.c 2008-02-21 Pedro Alves <pedro@codesorcery.com> 2009-02-21 16:14:50 +00:00
osdata.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
p-exp.y * Makefile.in: Update license to GPLv3. 2009-03-18 08:51:11 +00:00
p-lang.c gdb: 2009-03-20 23:04:40 +00:00
p-lang.h gdb: 2009-03-20 23:04:40 +00:00
p-typeprint.c * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Remove 2009-07-02 12:16:56 +00:00
p-valprint.c 2009-05-27 Tom Tromey <tromey@redhat.com> 2009-05-28 00:53:52 +00:00
parse.c * arch-utils.c (selected_byte_order): Return target_byte_order_user. 2009-07-02 17:02:35 +00:00
parser-defs.h gdb: 2009-03-20 23:04:40 +00:00
posix-hdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ppc-linux-nat.c * ppc-linux-nat.c (have_ptrace_getsetregs): New variable. 2009-05-09 03:19:17 +00:00
ppc-linux-tdep.c * gdbarch.sh (gcore_bfd_target): New gdbarch callback. 2009-06-17 18:48:26 +00:00
ppc-linux-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ppc-sysv-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ppc-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ppcbug-rom.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ppcnbsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
ppcnbsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ppcnbsd-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ppcobsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
ppcobsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ppcobsd-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
printcmd.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
proc-api.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
proc-events.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
proc-flags.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
proc-service.c * target.h (struct target_ops): New member to_thread_architecture. 2009-07-02 17:06:44 +00:00
proc-utils.h 2009-06-07 Pedro Alves <pedro@codesourcery.com> 2009-06-07 22:33:25 +00:00
proc-why.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
process_reply.defs
procfs.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
procfs.h 2009-06-07 Pedro Alves <pedro@codesourcery.com> 2009-06-07 22:33:25 +00:00
prologue-value.c * prologue-value.c (make_pv_area): Add ADDR_BIT argument. 2009-06-17 18:39:13 +00:00
prologue-value.h * prologue-value.c (make_pv_area): Add ADDR_BIT argument. 2009-06-17 18:39:13 +00:00
record.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
record.h Process record and replay target. 2009-04-30 02:58:37 +00:00
regcache.c * target.h (struct target_ops): New member to_thread_architecture. 2009-07-02 17:06:44 +00:00
regcache.h * target.h (struct target_ops): New member to_thread_architecture. 2009-07-02 17:06:44 +00:00
reggroups.c * arch-utils.c (selected_byte_order): Return target_byte_order_user. 2009-07-02 17:02:35 +00:00
reggroups.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
regset.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
regset.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
remote-fileio.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
remote-fileio.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
remote-m32r-sdi.c * target.h (struct target_ops): Make to_has_all_memory, 2009-06-07 16:46:48 +00:00
remote-mips.c * target.h (struct target_ops): Make to_has_all_memory, 2009-06-07 16:46:48 +00:00
remote-sim.c * target.h (struct target_ops): Make to_has_all_memory, 2009-06-07 16:46:48 +00:00
remote.c 2009-06-22 H.J. Lu <hongjiu.lu@intel.com> 2009-06-22 16:03:33 +00:00
remote.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
reply_mig_hack.awk * Makefile.in: Update license to GPLv3. 2009-03-18 08:51:11 +00:00
reverse.c * Makefile.in: Update license to GPLv3. 2009-03-18 08:51:11 +00:00
rs6000-aix-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
rs6000-nat.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
rs6000-tdep.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
rs6000-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
s390-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
s390-tdep.c gdb/ 2009-06-28 00:20:24 +00:00
s390-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
scm-exp.c * scm-lang.c (builtin_type_scm): Remove. 2009-06-03 18:10:06 +00:00
scm-lang.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
scm-lang.h * scm-lang.c (builtin_type_scm): Remove. 2009-06-03 18:10:06 +00:00
scm-tags.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
scm-valprint.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
score-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
score-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sentinel-frame.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sentinel-frame.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ser-base.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ser-base.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ser-go32.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ser-mingw.c 2009-01-14 Kai Tietz <kai.tietz@onevision.com> 2009-01-14 20:21:09 +00:00
ser-pipe.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ser-tcp.c 2009-01-06 Sandra Loosemore <sandra@codesourcery.com> 2009-01-06 17:07:08 +00:00
ser-tcp.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ser-unix.c * gdb_usleep.h, gdb_usleep.c: New files. 2009-03-24 01:37:48 +00:00
ser-unix.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
serial.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
serial.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sh-linux-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sh-stub.c
sh-tdep.c * gdbtypes.c (lookup_array_range_type): Add prototype. 2009-07-02 12:18:46 +00:00
sh-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sh64-tdep.c * gdbtypes.c (lookup_array_range_type): Add prototype. 2009-07-02 12:18:46 +00:00
shnbsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
shnbsd-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
shnbsd-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sim-regno.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sol-thread.c * target.h (struct target_ops): New member to_thread_architecture. 2009-07-02 17:06:44 +00:00
sol2-tdep.c * frame.c (frame_unwind_id): Renamed to ... 2009-06-28 00:05:14 +00:00
sol2-tdep.h * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
solib-darwin.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
solib-darwin.h 2009-02-04 Tristan Gingold <gingold@adacore.com> 2009-02-04 08:47:56 +00:00
solib-frv.c * target.h (struct section_table): Rename to ... 2009-05-22 23:49:14 +00:00
solib-irix.c * target.h (struct section_table): Rename to ... 2009-05-22 23:49:14 +00:00
solib-irix.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib-null.c * target.h (struct section_table): Rename to ... 2009-05-22 23:49:14 +00:00
solib-osf.c * target.h (struct section_table): Rename to ... 2009-05-22 23:49:14 +00:00
solib-pa64.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
solib-pa64.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib-som.c * target.h (struct section_table): Rename to ... 2009-05-22 23:49:14 +00:00
solib-som.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib-sunos.c * target.h (struct section_table): Rename to ... 2009-05-22 23:49:14 +00:00
solib-svr4.c * target.h (struct target_ops): New member to_thread_architecture. 2009-07-02 17:06:44 +00:00
solib-svr4.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib-target.c * target.h (struct section_table): Rename to ... 2009-05-22 23:49:14 +00:00
solib-target.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib.c 2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com> 2009-06-16 18:49:25 +00:00
solib.h 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com> 2009-05-15 16:53:45 +00:00
solist.h * target.h (struct section_table): Rename to ... 2009-05-22 23:49:14 +00:00
somread.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
source.c * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter, 2009-06-17 18:43:24 +00:00
source.h gdb: 2009-04-21 10:13:05 +00:00
sparc-linux-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sparc-linux-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sparc-nat.c * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter. 2009-06-17 18:45:09 +00:00
sparc-nat.h * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter. 2009-06-17 18:45:09 +00:00
sparc-sol2-nat.c 2009-06-07 Pedro Alves <pedro@codesourcery.com> 2009-06-07 22:33:25 +00:00
sparc-sol2-tdep.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
sparc-stub.c
sparc-tdep.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
sparc-tdep.h * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type and 2009-07-02 12:52:52 +00:00
sparc64-linux-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sparc64-linux-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sparc64-nat.c * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter. 2009-06-17 18:45:09 +00:00
sparc64-sol2-tdep.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
sparc64-tdep.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
sparc64-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sparc64fbsd-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sparc64fbsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sparc64nbsd-nat.c * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter. 2009-06-17 18:45:09 +00:00
sparc64nbsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sparc64obsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sparcnbsd-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sparcnbsd-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
sparcobsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
spu-linux-nat.c 2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com> 2009-06-16 18:49:25 +00:00
spu-tdep.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
spu-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
srec.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
stabsread.c * gdbtypes.h (make_function_type): Remove OBJFILE parameter. 2009-06-29 13:19:19 +00:00
stabsread.h * gdbtypes.h (struct builtin_type): Remove builtin_core_addr, 2009-06-29 13:18:37 +00:00
stack.c gdb/ 2009-06-28 00:20:24 +00:00
stack.h gdb/ 2009-03-30 19:54:33 +00:00
std-regs.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
symfile-mem.c 2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com> 2009-06-16 18:49:25 +00:00
symfile.c * arch-utils.c (selected_byte_order): Return target_byte_order_user. 2009-07-02 17:02:35 +00:00
symfile.h 2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com> 2009-06-16 18:49:25 +00:00
symmisc.c * symmisc.c (dump_symtab): Switch the current language to 2009-05-23 09:26:06 +00:00
symtab.c * gdbtypes.h (struct builtin_type): Remove builtin_core_addr, 2009-06-29 13:18:37 +00:00
symtab.h gdb/ 2009-06-28 00:20:24 +00:00
target-descriptions.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
target-descriptions.h * target-descriptions.h (struct type): Do not declare. 2009-06-23 16:59:47 +00:00
target-memory.c * target.h (struct target_ops): Make to_has_all_memory, 2009-06-07 16:46:48 +00:00
target.c * target.h (struct target_ops): New member to_thread_architecture. 2009-07-02 17:06:44 +00:00
target.h * target.h (struct target_ops): New member to_thread_architecture. 2009-07-02 17:06:44 +00:00
terminal.h * fork-child.c: Don't include frame.h. Include terminal.h. 2009-05-19 02:46:45 +00:00
thread.c * target.h (struct target_ops): Make to_has_all_memory, 2009-06-07 16:46:48 +00:00
top.c * target.h (struct target_ops): Make to_has_all_memory, 2009-06-07 16:46:48 +00:00
top.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
tracepoint.c * gdbtypes.h (struct builtin_type): Add internal_fn member. 2009-07-02 12:11:19 +00:00
tracepoint.h 2009-03-30 Stan Shebs <stan@codesourcery.com> 2009-03-31 05:08:37 +00:00
trad-frame.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
trad-frame.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
tramp-frame.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
tramp-frame.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
typeprint.c gdb: 2009-03-20 23:04:40 +00:00
typeprint.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ui-file.c Check return values of functions declared with warn_unused_result 2009-01-06 18:31:59 +00:00
ui-file.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ui-out.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ui-out.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
user-regs.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
user-regs.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
utils.c ChangeLog: 2009-06-17 18:49:37 +00:00
v850-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
valarith.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
valops.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
valprint.c * gdbtypes.c (make_pointer_type, make_reference_type, 2009-07-02 12:57:14 +00:00
valprint.h gdb 2009-05-28 01:05:14 +00:00
value.c * python/python-internal.h (struct language_defn): Declare. 2009-07-02 17:04:23 +00:00
value.h * python/python-internal.h (struct language_defn): Declare. 2009-07-02 17:04:23 +00:00
varobj.c * python/python-internal.h (struct language_defn): Declare. 2009-07-02 17:04:23 +00:00
varobj.h gdb 2009-05-28 01:09:20 +00:00
vax-nat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
vax-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
vax-tdep.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
vaxbsd-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
vaxnbsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
vaxobsd-tdep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
vec.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
vec.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
version.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
version.in *** empty log message *** 2009-07-02 00:00:33 +00:00
windows-nat.c * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead 2009-06-17 18:44:23 +00:00
windows-nat.h * amd64-windows-nat.c Rename gdb-specific win32_* to windows_* throughout. 2009-01-13 04:14:07 +00:00
windows-tdep.c * amd64-windows-nat.c Rename gdb-specific win32_* to windows_* throughout. 2009-01-13 04:14:07 +00:00
windows-tdep.h * amd64-windows-nat.c Rename gdb-specific win32_* to windows_* throughout. 2009-01-13 04:14:07 +00:00
windows-termcap.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
wrapper.c * value.h (value_subscript, value_subscripted_rvalue, 2009-06-29 13:24:41 +00:00
wrapper.h * value.h (value_subscript, value_subscripted_rvalue, 2009-06-29 13:24:41 +00:00
xcoffread.c * gdbtypes.h (struct builtin_type): Remove builtin_core_addr, 2009-06-29 13:18:37 +00:00
xcoffread.h Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
xcoffsolib.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
xcoffsolib.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
xml-support.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
xml-support.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
xml-tdesc.c * target-descriptions.h (struct type): Do not declare. 2009-06-23 16:59:47 +00:00
xml-tdesc.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
xstormy16-tdep.c * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
xtensa-config.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
xtensa-linux-nat.c * corelow.c (get_core_registers): Adjust. 2009-02-23 00:03:50 +00:00
xtensa-linux-tdep.c Silence a few -Wmissing-prototypes warnings. 2009-02-22 01:02:20 +00:00
xtensa-tdep.c * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. 2009-07-02 12:55:30 +00:00
xtensa-tdep.h * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, 2009-07-02 12:46:19 +00:00
xtensa-xtregs.c * Makefile.in: Update license to GPLv3. 2009-03-18 08:51:11 +00:00

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

		     README for gdb-6.3 release
		     Updated 20, November, 2006

This is GDB, the GNU source-level debugger.

A summary of new features is in the file `gdb/NEWS'.

Check the GDB home page at http://www.gnu.org/software/gdb/ for up to
date release information, mailing list links and archives, etc.

The file `gdb/PROBLEMS' contains information on problems identified
late in the release cycle.  GDB's bug tracking data base at
http://www.gnu.org/software/gdb/bugs/ contains a more complete list of
bugs.


Unpacking and Installation -- quick overview
==========================

   In this release, the GDB debugger sources, the generic GNU include
files, the BFD ("binary file description") library, the readline
library, and other libraries all have directories of their own
underneath the gdb-6.3 directory.  The idea is that a variety of GNU
tools can share a common copy of these things.  Be aware of variation
over time--for example don't try to build gdb with a copy of bfd from
a release other than the gdb release (such as a binutils release),
especially if the releases are more than a few weeks apart.
Configuration scripts and makefiles exist to cruise up and down this
directory tree and automatically build all the pieces in the right
order.

   When you unpack the gdb-6.3.tar.gz file, you'll find a directory
called `gdb-6.3', which contains:

  COPYING       config-ml.in  gettext.m4   ltconfig        sim
  COPYING.LIB   config.guess  include      ltmain.sh       src-release
  Makefile.def  config.sub    install-sh   md5.sum         symlink-tree
  Makefile.in   configure     libiberty    missing         texinfo
  Makefile.tpl  configure.in  libtool.m4   mkinstalldirs   ylwrap
  README        djunpack.bat  ltcf-c.sh    move-if-change
  bfd           etc           ltcf-cxx.sh  opcodes
  config        gdb           ltcf-gcj.sh  readline

You can build GDB right in the source directory:

      cd gdb-6.3
      ./configure
      make
      cp gdb/gdb /usr/local/bin/gdb	(or wherever you want)

However, we recommend that an empty directory be used instead.
This way you do not clutter your source tree with binary files
and will be able to create different builds with different 
configuration options.

You can build GDB in any empty build directory:

      mkdir build
      cd build
      <full path to your sources>/gdb-6.3/configure
      make
      cp gdb/gdb /usr/local/bin/gdb	(or wherever you want)

(Building GDB with DJGPP tools for MS-DOS/MS-Windows is slightly
different; see the file gdb-6.3/gdb/config/djgpp/README for details.)

   This will configure and build all the libraries as well as GDB.  If
`configure' can't determine your system type, specify one as its
argument, e.g., `./configure sun4' or `./configure decstation'.

   Make sure that your 'configure' line ends in 'gdb-6.3/configure':

      /berman/migchain/source/gdb-6.3/configure      # RIGHT
      /berman/migchain/source/gdb-6.3/gdb/configure  # WRONG

   The gdb package contains several subdirectories, such as 'gdb',
'bfd', and 'readline'.  If your 'configure' line ends in
'gdb-6.3/gdb/configure', then you are configuring only the gdb
subdirectory, not the whole gdb package.  This leads to build errors
such as:

      make: *** No rule to make target `../bfd/bfd.h', needed by `gdb.o'.  Stop.

   If you get other compiler errors during this stage, see the `Reporting
Bugs' section below; there are a few known problems.

   GDB requires an ISO C (ANSI C) compiler.  If you do not have an ISO
C compiler for your system, you may be able to download and install
the GNU CC compiler.  It is available via anonymous FTP from the
directory `ftp://ftp.gnu.org/pub/gnu/gcc'.  GDB also requires an ISO
C standard library.  The GDB remote server, gdbserver, builds with some
non-ISO standard libraries - e.g. for Windows CE.

   GDB uses Expat, an XML parsing library, to implement some target-specific
features.  Expat will be linked in if it is available at build time, or
those features will be disabled.  The latest version of Expat should be
available from `http://expat.sourceforge.net'.

   GDB can be used as a cross-debugger, running on a machine of one
type while debugging a program running on a machine of another type.
See below.


More Documentation
******************

   All the documentation for GDB comes as part of the machine-readable
distribution.  The documentation is written in Texinfo format, which
is a documentation system that uses a single source file to produce
both on-line information and a printed manual.  You can use one of the
Info formatting commands to create the on-line version of the
documentation and TeX (or `texi2roff') to typeset the printed version.

   GDB includes an already formatted copy of the on-line Info version
of this manual in the `gdb/doc' subdirectory.  The main Info file is
`gdb-6.3/gdb/doc/gdb.info', and it refers to subordinate files
matching `gdb.info*' in the same directory.  If necessary, you can
print out these files, or read them with any editor; but they are
easier to read using the `info' subsystem in GNU Emacs or the
standalone `info' program, available as part of the GNU Texinfo
distribution.

   If you want to format these Info files yourself, you need one of the
Info formatting programs, such as `texinfo-format-buffer' or
`makeinfo'.

   If you have `makeinfo' installed, and are in the top level GDB
source directory (`gdb-6.3', in the case of version 6.3), you can make
the Info file by typing:

      cd gdb/doc
      make info

   If you want to typeset and print copies of this manual, you need
TeX, a program to print its DVI output files, and `texinfo.tex', the
Texinfo definitions file.  This file is included in the GDB
distribution, in the directory `gdb-6.3/texinfo'.

   TeX is a typesetting program; it does not print files directly, but
produces output files called DVI files.  To print a typeset document,
you need a program to print DVI files.  If your system has TeX
installed, chances are it has such a program.  The precise command to
use depends on your system; `lpr -d' is common; another (for PostScript
devices) is `dvips'.  The DVI print command may require a file name
without any extension or a `.dvi' extension.

   TeX also requires a macro definitions file called `texinfo.tex'. 
This file tells TeX how to typeset a document written in Texinfo
format.  On its own, TeX cannot read, much less typeset a Texinfo file.
 `texinfo.tex' is distributed with GDB and is located in the
`gdb-6.3/texinfo' directory.

   If you have TeX and a DVI printer program installed, you can typeset
and print this manual.  First switch to the the `gdb' subdirectory of
the main source directory (for example, to `gdb-6.3/gdb') and then type:

      make doc/gdb.dvi

   If you prefer to have the manual in PDF format, type this from the
`gdb/doc' subdirectory of the main source directory:

      make gdb.pdf

For this to work, you will need the PDFTeX package to be installed.


Installing GDB
**************

   GDB comes with a `configure' script that automates the process of
preparing GDB for installation; you can then use `make' to build the
`gdb' program.

   The GDB distribution includes all the source code you need for GDB in
a single directory, whose name is usually composed by appending the
version number to `gdb'.

   For example, the GDB version 6.3 distribution is in the `gdb-6.3'
directory.  That directory contains:

`gdb-6.3/{COPYING,COPYING.LIB}'
     Standard GNU license files.  Please read them.

`gdb-6.3/bfd'
     source for the Binary File Descriptor library

`gdb-6.3/config*'
     script for configuring GDB, along with other support files

`gdb-6.3/gdb'
     the source specific to GDB itself

`gdb-6.3/include'
     GNU include files

`gdb-6.3/libiberty'
     source for the `-liberty' free software library

`gdb-6.3/opcodes'
     source for the library of opcode tables and disassemblers

`gdb-6.3/readline'
     source for the GNU command-line interface
     NOTE:  The readline library is compiled for use by GDB, but will
     not be installed on your system when "make install" is issued.

`gdb-6.3/sim'
     source for some simulators (ARM, D10V, SPARC, M32R, MIPS, PPC, V850, etc)

`gdb-6.3/texinfo'
     The `texinfo.tex' file, which you need in order to make a printed
     manual using TeX.

`gdb-6.3/etc'
     Coding standards, useful files for editing GDB, and other
     miscellanea.

   Note: the following instructions are for building GDB on Unix or
Unix-like systems.  Instructions for building with DJGPP for
MS-DOS/MS-Windows are in the file gdb/config/djgpp/README.

   The simplest way to configure and build GDB is to run `configure'
from the `gdb-VERSION-NUMBER' source directory, which in this example
is the `gdb-6.3' directory.

   First switch to the `gdb-VERSION-NUMBER' source directory if you are
not already in it; then run `configure'.

   For example:

      cd gdb-6.3
      ./configure
      make

   Running `configure' followed by `make' builds the `bfd',
`readline', `mmalloc', and `libiberty' libraries, then `gdb' itself.
The configured source files, and the binaries, are left in the
corresponding source directories.

   `configure' is a Bourne-shell (`/bin/sh') script; if your system
does not recognize this automatically when you run a different shell,
you may need to run `sh' on it explicitly:

      sh configure

   If you run `configure' from a directory that contains source
directories for multiple libraries or programs, such as the `gdb-6.3'
source directory for version 6.3, `configure' creates configuration
files for every directory level underneath (unless you tell it not to,
with the `--norecursion' option).

   You can run the `configure' script from any of the subordinate
directories in the GDB distribution, if you only want to configure that
subdirectory; but be sure to specify a path to it.

   For example, with version 6.3, type the following to configure only
the `bfd' subdirectory:

      cd gdb-6.3/bfd
      ../configure

   You can install `gdb' anywhere; it has no hardwired paths. However,
you should make sure that the shell on your path (named by the `SHELL'
environment variable) is publicly readable.  Remember that GDB uses the
shell to start your program--some systems refuse to let GDB debug child
processes whose programs are not readable.


Compiling GDB in another directory
==================================

   If you want to run GDB versions for several host or target machines,
you need a different `gdb' compiled for each combination of host and
target.  `configure' is designed to make this easy by allowing you to
generate each configuration in a separate subdirectory, rather than in
the source directory.  If your `make' program handles the `VPATH'
feature correctly (GNU `make' and SunOS 'make' are two that should),
running `make' in each of these directories builds the `gdb' program
specified there.

   To build `gdb' in a separate directory, run `configure' with the
`--srcdir' option to specify where to find the source. (You also need
to specify a path to find `configure' itself from your working
directory.  If the path to `configure' would be the same as the
argument to `--srcdir', you can leave out the `--srcdir' option; it
will be assumed.)

   For example, with version 6.3, you can build GDB in a separate
directory for a Sun 4 like this:

     cd gdb-6.3
     mkdir ../gdb-sun4
     cd ../gdb-sun4
     ../gdb-6.3/configure
     make

   When `configure' builds a configuration using a remote source
directory, it creates a tree for the binaries with the same structure
(and using the same names) as the tree under the source directory.  In
the example, you'd find the Sun 4 library `libiberty.a' in the
directory `gdb-sun4/libiberty', and GDB itself in `gdb-sun4/gdb'.

   One popular reason to build several GDB configurations in separate
directories is to configure GDB for cross-compiling (where GDB runs on
one machine--the host--while debugging programs that run on another
machine--the target).  You specify a cross-debugging target by giving
the `--target=TARGET' option to `configure'.

   When you run `make' to build a program or library, you must run it
in a configured directory--whatever directory you were in when you
called `configure' (or one of its subdirectories).

   The `Makefile' that `configure' generates in each source directory
also runs recursively.  If you type `make' in a source directory such
as `gdb-6.3' (or in a separate configured directory configured with
`--srcdir=PATH/gdb-6.3'), you will build all the required libraries,
and then build GDB.

   When you have multiple hosts or targets configured in separate
directories, you can run `make' on them in parallel (for example, if
they are NFS-mounted on each of the hosts); they will not interfere
with each other.


Specifying names for hosts and targets
======================================

   The specifications used for hosts and targets in the `configure'
script are based on a three-part naming scheme, but some short
predefined aliases are also supported.  The full naming scheme encodes
three pieces of information in the following pattern:

     ARCHITECTURE-VENDOR-OS

   For example, you can use the alias `sun4' as a HOST argument or in a
`--target=TARGET' option.  The equivalent full name is
`sparc-sun-sunos4'.

   The `configure' script accompanying GDB does not provide any query
facility to list all supported host and target names or aliases. 
`configure' calls the Bourne shell script `config.sub' to map
abbreviations to full names; you can read the script, if you wish, or
you can use it to test your guesses on abbreviations--for example:

     % sh config.sub sun4
     sparc-sun-sunos4.1.1
     % sh config.sub sun3
     m68k-sun-sunos4.1.1
     % sh config.sub decstation
     mips-dec-ultrix4.2
     % sh config.sub hp300bsd
     m68k-hp-bsd
     % sh config.sub i386v
     i386-pc-sysv
     % sh config.sub i786v
     Invalid configuration `i786v': machine `i786v' not recognized

`config.sub' is also distributed in the GDB source directory
(`gdb-6.3', for version 6.3).


`configure' options
===================

   Here is a summary of the `configure' options and arguments that are
most often useful for building GDB.  `configure' also has several other
options not listed here.  *note : (configure.info)What Configure Does,
for a full explanation of `configure'.

     configure [--help]
               [--prefix=DIR]
               [--srcdir=PATH]
               [--norecursion] [--rm]
	       [--enable-build-warnings]
               [--target=TARGET]
	       [--host=HOST]
	       [HOST]

You may introduce options with a single `-' rather than `--' if you
prefer; but you may abbreviate option names if you use `--'.

`--help'
     Display a quick summary of how to invoke `configure'.

`-prefix=DIR'
     Configure the source to install programs and files under directory
     `DIR'.

`--srcdir=PATH'
     *Warning: using this option requires GNU `make', or another `make'
     that compatibly implements the `VPATH' feature.*
     Use this option to make configurations in directories separate
     from the GDB source directories.  Among other things, you can use
     this to build (or maintain) several configurations simultaneously,
     in separate directories.  `configure' writes configuration
     specific files in the current directory, but arranges for them to
     use the source in the directory PATH.  `configure' will create
     directories under the working directory in parallel to the source
     directories below PATH.

`--host=HOST'
     Configure GDB to run on the specified HOST.

     There is no convenient way to generate a list of all available
     hosts.

`HOST ...'
     Same as `--host=HOST'.  If you omit this, GDB will guess; it's
     quite accurate.

`--norecursion'
     Configure only the directory level where `configure' is executed;
     do not propagate configuration to subdirectories.

`--rm'
     Remove the configuration that the other arguments specify.

`--enable-build-warnings'
     When building the GDB sources, ask the compiler to warn about any
     code which looks even vaguely suspicious.  You should only using
     this feature if you're compiling with GNU CC.  It passes the
     following flags:
	-Wimplicit
	-Wreturn-type
	-Wcomment
	-Wtrigraphs
	-Wformat
	-Wparentheses
	-Wpointer-arith

`--enable-werror'
     Treat compiler warnings as werrors.  Use this only with GCC.  It
     adds the -Werror flag to the compiler, which will fail the
     compilation if the compiler outputs any warning messages.

`--target=TARGET'
     Configure GDB for cross-debugging programs running on the specified
     TARGET.  Without this option, GDB is configured to debug programs
     that run on the same machine (HOST) as GDB itself.

     There is no convenient way to generate a list of all available
     targets.

`--with-gdb-datadir=PATH'
     Set the GDB-specific data directory.  GDB will look here for
     certain supporting files or scripts.  This defaults to the `gdb'
     subdirectory of `datadir' (which can be set using `--datadir').

`--with-relocated-sources=DIR'
     Sets up the default source path substitution rule so that
     directory names recorded in debug information will be
     automatically adjusted for any directory under DIR.  DIR should
     be a subdirectory of GDB's configured prefix, the one mentioned
     in the `--prefix' or `--exec-prefix' options to configure.  This
     option is useful if GDB is supposed to be moved to a different
     place after it is built.

`--enable-64-bit-bfd'
     Enable 64-bit support in BFD on 32-bit hosts.

`--disable-gdbmi'
     Build GDB without the GDB/MI machine interface.

`--enable-tui'
     Build GDB with the text-mode full-screen user interface (TUI).
     Requires a curses library (ncurses and cursesX are also
     supported).

`--enable-gdbtk'
     Build GDB with the gdbtk GUI interface.  Requires TCL/Tk to be
     installed.

`--with-libunwind'
     Use the libunwind library for unwinding function call stack.  See
     http://www.nongnu.org/libunwind/index.html fro details.
     Supported only on some platforms.

`--with-curses'
     Use the curses library instead of the termcap library, for
     text-mode terminal operations.

`--enable-profiling' Enable profiling of GDB itself.  Necessary if you
     want to use the "maint set profile" command for profiling GDB.
     Requires the functions `monstartup' and `_mcleanup' to be present
     in the standard C library used to build GDB, and also requires a
     compiler that supports the `-pg' option.

`--with-system-readline'
     Use the readline library installed on the host, rather than the
     library supplied as part of GDB tarball.

`--with-expat'
     Build GDB with the libexpat library.  (Done by default if
     libexpat is installed and found at configure time.)  This library
     is used to read XML files supplied with GDB.  If it is
     unavailable, some features, such as remote protocol memory maps,
     target descriptions, and shared library lists, that are based on
     XML files, will not be available in GDB.  If your host does not
     have libexpat installed, you can  get the latest version from
     http://expat.sourceforge.net.

`--with-python[=PATH]'
     Build GDB with Python scripting support.  (Done by default if
     libpython is present and found at configure time.)  Python makes
     GDB scripting much more powerful than the restricted CLI
     scripting language.  If your host does not have Python installed,
     you can find it on http://www.python.org/download/.  The oldest
     version of Python supported by GDB is 2.4.  The optional argument
     PATH says where to find the Python headers and libraries; the
     configure script will look in PATH/include for headers and in
     PATH/lib for the libraries.

`--without-included-regex'
     Don't use the regex library included with GDB (as part of the
     libiberty library).  This is the default on hosts with version 2
     of the GNU C library.

`--with-sysroot=DIR'
     Use DIR as the default system root directory for libraries whose
     file names begin with `/lib' or `/usr/lib'.  (The value of DIR
     can be modified at run time by using the "set sysroot" command.)
     If DIR is under the GDB configured prefix (set with `--prefix' or
     `--exec-prefix' options), the default system root will be
     automatically adjusted if and when GDB is moved to a different
     location.

`--with-system-gdbinit=FILE'
     Configure GDB to automatically load a system-wide init file.
     FILE should be an absolute file name.  If FILE is in a directory
     under the configured prefix, and GDB is moved to another location
     after being built, the location of the system-wide init file will
     be adjusted accordingly. 

`configure' accepts other options, for compatibility with configuring
other GNU tools recursively; but these are the only options that affect
GDB or its supporting libraries.


Remote debugging
=================

   The files m68k-stub.c, i386-stub.c, and sparc-stub.c are examples
of remote stubs to be used with remote.c.  They are designed to run
standalone on an m68k, i386, or SPARC cpu and communicate properly
with the remote.c stub over a serial line.

   The directory gdb/gdbserver/ contains `gdbserver', a program that
allows remote debugging for Unix applications.  gdbserver is only
supported for some native configurations, including Sun 3, Sun 4, and
Linux.
The file gdb/gdbserver/README includes further notes on gdbserver; in
particular, it explains how to build gdbserver for cross-debugging
(where gdbserver runs on the target machine, which is of a different
architecture than the host machine running GDB).

   There are a number of remote interfaces for talking to existing ROM
monitors and other hardware:

	remote-mips.c	 MIPS remote debugging protocol
	remote-sds.c	 PowerPC SDS monitor
	remote-sim.c	 Generalized simulator protocol


Reporting Bugs in GDB
=====================

   There are several ways of reporting bugs in GDB.  The prefered
method is to use the World Wide Web:

      http://www.gnu.org/software/gdb/bugs/

As an alternative, the bug report can be submitted, via e-mail, to the
address "bug-gdb@gnu.org".

   When submitting a bug, please include the GDB version number (e.g.,
gdb-6.3), and how you configured it (e.g., "sun4" or "mach386 host,
i586-intel-synopsys target").  Since GDB now supports so many
different configurations, it is important that you be precise about
this.  If at all possible, you should include the actual banner that
GDB prints when it starts up, or failing that, the actual configure
command that you used when configuring GDB.

   For more information on how/whether to report bugs, see the
Reporting Bugs chapter of the GDB manual (gdb/doc/gdb.texinfo).


Graphical interface to GDB -- X Windows, MS Windows
==========================

   Several graphical interfaces to GDB are available.  You should
check:

	http://www.gnu.org/software/gdb/links/

for an up-to-date list.

   Emacs users will very likely enjoy the Grand Unified Debugger mode;
try typing `M-x gdb RET'.


Writing Code for GDB
=====================

   There is a lot of information about writing code for GDB in the
internals manual, distributed with GDB in gdb/doc/gdbint.texinfo.  You
can read it by hand, print it by using TeX and texinfo, or process it
into an `info' file for use with Emacs' info mode or the standalone
`info' program.

   If you are pondering writing anything but a short patch, especially
take note of the information about copyrights in the node Submitting
Patches.  It can take quite a while to get all the paperwork done, so
we encourage you to start that process as soon as you decide you are
planning to work on something, or at least well ahead of when you
think you will be ready to submit the patches.


GDB Testsuite
=============

   Included with the GDB distribution is a DejaGNU based testsuite
that can either be used to test your newly built GDB, or for
regression testing a GDB with local modifications.

   Running the testsuite requires the prior installation of DejaGNU,
which is generally available via ftp.  The directory
ftp://sources.redhat.com/pub/dejagnu/ will contain a recent snapshot.
Once DejaGNU is installed, you can run the tests in one of the
following ways:

  (1)	cd gdb-6.3
	make check-gdb

or

  (2)	cd gdb-6.3/gdb
	make check

or

  (3)	cd gdb-6.3/gdb/testsuite
	make site.exp	(builds the site specific file)
	runtest -tool gdb GDB=../gdb    (or GDB=<somepath> as appropriate)

When using a `make'-based method, you can use the Makefile variable
`RUNTESTFLAGS' to pass flags to `runtest', e.g.:

	make RUNTESTFLAGS=--directory=gdb.cp check

If you use GNU make, you can use its `-j' option to run the testsuite
in parallel.  This can greatly reduce the amount of time it takes for
the testsuite to run.  In this case, if you set `RUNTESTFLAGS' then,
by default, the tests will be run serially even under `-j'.  You can
override this and force a parallel run by setting the `make' variable
`FORCE_PARALLEL' to any non-empty value.  Note that the parallel `make
check' assumes that you want to run the entire testsuite, so it is not
compatible with some dejagnu options, like `--directory'.

The last method gives you slightly more control in case of problems
with building one or more test executables or if you are using the
testsuite `standalone', without it being part of the GDB source tree.

See the DejaGNU documentation for further details.


(this is for editing this file with GNU emacs)
Local Variables:
mode: text
End: