binutils-gdb/gdb
Tom Tromey 7f0bd4202c Update gdb's configure instructions
gdb's README and configure instructions in the manual are quite out of
date.  They mention options that haven't existed for many years, among
other things.

This patch attempts to modernize the instructions somewhat.  It is not
exhaustive, just an improvement -- more could be done.  Perhaps even a
couple of the nodes should simply be removed and replaced by
references to the Autoconf manual.

The README file seems to have been generated from the Texinfo at some
point in the past.  I did not continue this, but instead edited it
separately.

gdb/ChangeLog
2018-09-29  Tom Tromey  <tom@tromey.com>

	* PROBLEMS: Rewrite.
	* README: Update.

gdb/doc/ChangeLog
2018-09-29  Tom Tromey  <tom@tromey.com>

	* gdb.texinfo (Requirements): Mention C++, GNU make.
	(Requirements): Sort the table.  Add more libraries.
	(Running Configure): Remove obsolete text.
	(Separate Objdir): Likewise.
	(Configure Options): Likewise.
2018-09-29 07:07:33 -06:00
..
arch Use CORE_ADDR_MAX in various "breaks" arrays 2018-08-27 12:00:09 -06:00
cli gdb: Change how frames are selected for 'frame' and 'info frame'. 2018-09-28 11:59:34 +01:00
common Add "const" to a few locals in gdb 2018-09-24 06:17:13 -06:00
compile Remove remaining cleanups from compile-object-load.c 2018-09-18 10:18:04 -06:00
config Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
contrib contrib/gdb-add-index.sh -dwarf-5 2018-07-07 23:02:36 +02:00
data-directory Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
doc Update gdb's configure instructions 2018-09-29 07:07:33 -06:00
features Use uint64_t for SVE VQ 2018-06-04 10:50:59 +01:00
gdbserver Remove dead code from gdbserver's configure 2018-09-25 07:54:59 -06:00
gnulib Carry the gnulib getcwd backport as a patch 2018-09-18 23:40:55 -04:00
guile python: Make gdb.execute("show commands") work (PR 23669) 2018-09-17 08:26:24 -04:00
mi gdb: Change how frames are selected for 'frame' and 'info frame'. 2018-09-28 11:59:34 +01:00
nat Make variable in get_startup_shell non-static 2018-09-14 06:49:13 -06:00
po
python Allow setting a parameter to raise gdb.GdbError 2018-09-23 23:15:12 -06:00
regformats Conditionally define xmltarget_${name} variable in regdat.sh 2018-07-22 13:20:07 -06:00
stubs Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
syscalls Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
system-gdbinit Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
target Per-inferior target_terminal state, fix PR gdb/13211, more 2018-01-30 14:55:18 +00:00
testsuite gdb: Change how frames are selected for 'frame' and 'info frame'. 2018-09-28 11:59:34 +01:00
tui Small fix for "winheight" usage 2018-09-26 05:15:31 -06:00
unittests Check result of "write" 2018-08-08 11:59:44 -06:00
.dir-locals.el Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
.gitignore Convert observers to C++ 2018-03-19 09:37:49 -06:00
CONTRIBUTE
COPYING
ChangeLog Update gdb's configure instructions 2018-09-29 07:07:33 -06: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
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017 Yearly rotation of the gdb/ChangeLog file 2018-01-02 07:38:05 +04:00
MAINTAINERS list Tom Tromey as GDB Global Maintainer 2018-07-25 08:27:39 -07:00
Makefile.in Fold i386-v4-nat.c into i386-sol2-nat.c 2018-09-20 10:10:07 +02:00
NEWS gdb: Change how frames are selected for 'frame' and 'info frame'. 2018-09-28 11:59:34 +01:00
PROBLEMS Update gdb's configure instructions 2018-09-29 07:07:33 -06:00
README Update gdb's configure instructions 2018-09-29 07:07:33 -06:00
aarch32-linux-nat.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
aarch32-linux-nat.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
aarch64-fbsd-nat.c Remove regcache_get_ptid 2018-05-30 14:54:34 -04:00
aarch64-fbsd-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
aarch64-fbsd-tdep.h Fix a typo in a comment. 2018-09-12 16:10:42 -07:00
aarch64-linux-nat.c Remove some unused variables 2018-07-22 23:23:11 -04:00
aarch64-linux-tdep.c Fix build error in aarch64-linux-tdep.c on macOS 2018-09-23 10:12:30 -04:00
aarch64-linux-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
aarch64-newlib-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
aarch64-tdep.c Aarch64 SVE: Fix stack smashing when calling functions 2018-09-18 16:24:27 +01:00
aarch64-tdep.h Add Aarch64 SVE dwarf regnums 2018-06-11 10:24:20 +01:00
acinclude.m4 Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
aclocal.m4 Bump to autoconf 2.69 and automake 1.15.1 2018-06-19 16:55:06 -04:00
acx_configure_dir.m4 Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ada-exp.y Remove la_error 2018-06-18 12:29:15 -06:00
ada-lang.c (Ada) Fix resolving of homonym components in tagged types 2018-09-10 11:37:52 -04:00
ada-lang.h (Ada) Cleanup code by using ada_is_access_to_unconstrained_array call. 2018-09-10 11:35:58 -04:00
ada-lex.l Move gdb/common/diagnostics.h to include/diagnostics.h 2018-06-01 09:40:30 -07:00
ada-operator.def Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ada-tasks.c Make ada_tasks_inferior_data::task_list an std::vector 2018-08-26 11:56:57 -04:00
ada-typeprint.c (Ada) slightly incorrect bounds for type of array indexed by enum 2018-09-08 17:49:10 -04:00
ada-valprint.c (Ada) Fix printing of access to unconstrained arrays 2018-09-10 11:34:59 -04:00
ada-varobj.c (Ada) Cleanup code by using ada_is_access_to_unconstrained_array call. 2018-09-10 11:35:58 -04:00
addrmap.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
addrmap.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
agent.c Convert observers to C++ 2018-03-19 09:37:49 -06:00
aix-thread.c Remove ptid_get_tid 2018-07-03 11:36:44 -06:00
alpha-bsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
alpha-bsd-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
alpha-bsd-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
alpha-linux-nat.c target factories, target open and multiple instances of targets 2018-05-03 00:53:12 +01:00
alpha-linux-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
alpha-mdebug-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
alpha-nbsd-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
alpha-obsd-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
alpha-tdep.c Use CORE_ADDR_MAX in various "breaks" arrays 2018-08-27 12:00:09 -06:00
alpha-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-bsd-nat.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
amd64-bsd-nat.h Convert struct target_ops to C++ 2018-05-03 00:48:36 +01:00
amd64-darwin-tdep.c fix GDB build failure for various amd64 targets 2018-06-29 18:51:18 -04:00
amd64-darwin-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-dicos-tdep.c fix GDB build failure for various amd64 targets 2018-06-29 18:51:18 -04:00
amd64-fbsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
amd64-fbsd-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
amd64-linux-nat.c Remove ptid_get_lwp 2018-07-03 11:36:43 -06:00
amd64-linux-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
amd64-linux-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-nat.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
amd64-nat.h Convert struct target_ops to C++ 2018-05-03 00:48:36 +01:00
amd64-nbsd-nat.c target factories, target open and multiple instances of targets 2018-05-03 00:53:12 +01:00
amd64-nbsd-tdep.c fix GDB build failure for various amd64 targets 2018-06-29 18:51:18 -04:00
amd64-obsd-nat.c Remove regcache_raw_supply 2018-05-30 14:54:45 -04:00
amd64-obsd-tdep.c fix GDB build failure for various amd64 targets 2018-06-29 18:51:18 -04:00
amd64-sol2-tdep.c Also recognize __sighndlr on Solaris/x86 2018-09-23 19:49:14 +02:00
amd64-tdep.c Simple unused variable removals 2018-07-22 13:20:01 -06:00
amd64-tdep.h x86_64-windows GDB crash due to fs_base/gs_base registers 2018-06-29 15:05:20 -07:00
amd64-windows-nat.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-windows-tdep.c x86_64-windows GDB crash due to fs_base/gs_base registers 2018-06-29 15:05:20 -07:00
annotate.c Convert observers to C++ 2018-03-19 09:37:49 -06:00
annotate.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arc-newlib-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arc-tdep.c Remove regcache_cooked_write 2018-05-30 14:54:42 -04:00
arc-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arch-utils.c Do not use buildsym.h in some files 2018-07-20 09:42:51 -06:00
arch-utils.h Add initial type alignment support 2018-04-30 11:25:30 -06:00
arm-bsd-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
arm-fbsd-nat.c Fix some missed "beneath" conversions 2018-06-10 09:58:34 -06:00
arm-fbsd-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
arm-fbsd-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-linux-nat.c Remove some unused variables 2018-07-22 23:23:11 -04:00
arm-linux-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
arm-linux-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-nbsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
arm-nbsd-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-obsd-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
arm-symbian-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-tdep.c Simple unused variable removals 2018-07-22 13:20:01 -06:00
arm-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-wince-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
auto-load.c Iterate by index in auto_load_safe_path_vec_update 2018-04-10 16:50:59 -04:00
auto-load.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
auxv.c Handle missing Solaris auxv entries 2018-09-20 10:23:46 +02:00
auxv.h Convert struct target_ops to C++ 2018-05-03 00:48:36 +01:00
avr-tdep.c target_stack -> current_top_target() throughout 2018-06-07 17:27:46 +01:00
ax-gdb.c Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START 2018-08-23 16:19:18 -07:00
ax-gdb.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ax-general.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ax.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ax_cxx_compile_stdcxx.m4 Update ax_cv_cxx_compile_cxx.m4 2018-04-09 14:09:24 -04:00
bcache.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
bcache.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
bfd-target.c Use gdb_bfd_ref_ptr in target_bfd 2018-05-04 12:10:43 -06:00
bfd-target.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
bfin-linux-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
bfin-tdep.c Use a previously unused variable in bfin-tdep.c 2018-07-22 13:20:02 -06:00
bfin-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
block.c Add block range data structure for blocks with non-contiguous address ranges 2018-08-23 16:10:52 -07:00
block.h Add block range data structure for blocks with non-contiguous address ranges 2018-08-23 16:10:52 -07:00
blockframe.c Introduce find_function_entry_range_from_pc and use it in infrun.c 2018-08-23 16:19:43 -07:00
break-catch-sig.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
break-catch-syscall.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
break-catch-throw.c Remove some is_mi_like_p from breakpoint code 2018-04-30 12:59:05 -06:00
breakpoint.c Remove redundant test in update_inserted_breakpoint_locations 2018-09-21 07:55:23 -06:00
breakpoint.h python: Make gdb.execute("show commands") work (PR 23669) 2018-09-17 08:26:24 -04:00
bsd-kvm.c Remove ptid_build 2018-07-03 11:36:41 -06:00
bsd-kvm.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
bsd-uthread.c Remove ptid_get_tid 2018-07-03 11:36:44 -06:00
bsd-uthread.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
btrace.c Unused variable fixes related to conditional compilation 2018-07-22 13:20:02 -06:00
btrace.h Remove cleanups from btrace code 2018-06-08 07:05:49 -06:00
build-id.c Use std::string to simplify build_id_to_debug_bfd 2018-03-08 18:57:53 -05:00
build-id.h Add DWARF index cache 2018-08-07 18:14:20 -04:00
buildsym-legacy.c Simple unused variable removals 2018-07-22 13:20:01 -06:00
buildsym-legacy.h Remove record_line_ftype 2018-07-20 09:42:56 -06:00
buildsym.c Rename remaining members of buildsym_compunit to start with "m_" 2018-07-20 09:42:56 -06:00
buildsym.h Rename remaining members of buildsym_compunit to start with "m_" 2018-07-20 09:42:56 -06:00
c-exp.y Remove some uses of VEC from parsers 2018-08-28 11:28:15 -06:00
c-lang.c C++ compile support 2018-08-29 15:12:24 -07:00
c-lang.h C++ compile support 2018-08-29 15:12:24 -07:00
c-support.h Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973) 2018-05-22 17:35:38 +01:00
c-typeprint.c Fix PR c++/23373: GDB hangs when printing a struct with a static member of itself 2018-07-11 14:53:44 -04:00
c-valprint.c Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) 2018-01-05 16:07:00 +00:00
c-varobj.c Remove TYPE_TAG_NAME 2018-06-01 10:19:55 -06:00
charset-list.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
charset.c Unused variable fixes related to conditional compilation 2018-07-22 13:20:02 -06:00
charset.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-out.c Remove cli_ui_out::out_field_fmt 2018-04-24 07:34:03 -06:00
cli-out.h Reindent cli-out.h 2018-04-24 07:34:03 -06:00
coff-pe-read.c Replace some uses of xstrprintf with string_printf 2018-08-07 17:43:08 -04:00
coff-pe-read.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
coffread.c Introduce buildsym-legacy.h 2018-07-20 09:42:53 -06:00
command.h gdb: Change how frames are selected for 'frame' and 'info frame'. 2018-09-28 11:59:34 +01:00
complaints.c Simple unused variable removals 2018-07-22 13:20:01 -06:00
complaints.h Remove symfile_complaints 2018-05-23 09:17:01 -06:00
completer.c Avoid -Wnarrowing warnings from quote_char() 2018-08-27 12:00:09 -06:00
completer.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
config.in Remove some unnecessary declarations and configury 2018-07-24 11:12:04 -06:00
configure Do not pass -DNDEBUG to Python compilations in development mode 2018-09-17 13:51:38 -06:00
configure.ac Do not pass -DNDEBUG to Python compilations in development mode 2018-09-17 13:51:38 -06:00
configure.host RISC-V: Add configure support for riscv*-linux*. 2018-08-09 13:37:45 -07:00
configure.nat Fold i386-v4-nat.c into i386-sol2-nat.c 2018-09-20 10:10:07 +02:00
configure.tgt Add support for new target 'csky'. 2018-08-28 12:08:11 +01:00
continuations.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
continuations.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
copying.awk Constify add_info 2017-11-07 13:59:09 -07:00
copying.c Constify add_info 2017-11-07 13:59:09 -07:00
copyright.py Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
corefile.c target_stack -> current_top_target() throughout 2018-06-07 17:27:46 +01:00
corelow.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
cp-abi.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cp-abi.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cp-name-parser.y Change functions in cp-name-parser.y into methods 2018-06-04 07:15:11 -06:00
cp-namespace.c Parameterize cp_scan_for_anonymous_namespaces 2018-07-20 09:42:53 -06:00
cp-support.c Remove TYPE_TAG_NAME 2018-06-01 10:19:55 -06:00
cp-support.h Parameterize cp_scan_for_anonymous_namespaces 2018-07-20 09:42:53 -06:00
cp-valprint.c Remove type_name_no_tag and rename type_name_no_tag_or_error 2018-06-01 10:19:55 -06:00
cris-linux-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cris-tdep.c Remove regcache_raw_supply 2018-05-30 14:54:45 -04:00
cris-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
csky-linux-tdep.c Add support for new target 'csky'. 2018-08-28 12:08:11 +01:00
csky-tdep.c Use core_addr_to_string_nz in csky_analyze_prologue 2018-08-29 15:33:23 -06:00
csky-tdep.h Add support for new target 'csky'. 2018-08-28 12:08:11 +01:00
ctf.c Mark more file descriptors close-on-exec 2018-09-23 12:11:16 -06:00
ctf.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
d-exp.y Remove some uses of VEC from parsers 2018-08-28 11:28:15 -06:00
d-lang.c Remove la_error 2018-06-18 12:29:15 -06:00
d-lang.h Remove la_error 2018-06-18 12:29:15 -06:00
d-namespace.c Remove type_name_no_tag and rename type_name_no_tag_or_error 2018-06-01 10:19:55 -06:00
d-valprint.c Fix "obvious" fall-through warnings 2018-05-04 22:04:46 -06:00
darwin-nat-info.c Remove ptid_equal 2018-07-03 11:36:46 -06:00
darwin-nat.c Darwin: set startup-with-shell to off on Sierra and later. 2018-09-11 15:42:18 +02:00
darwin-nat.h Darwin: fix SIGTRAP when debugging 2018-09-11 15:35:26 +02:00
dbxread.c Make psymbols and psymtabs independent of the program space 2018-07-26 09:18:31 -06:00
dcache.c Remove ptid_equal 2018-07-03 11:36:46 -06:00
dcache.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
debug.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
defs.h Add a new 'info proc files' subcommand of 'info proc'. 2018-09-18 14:05:47 -07:00
demangle.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dicos-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dicos-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dictionary.c language_get_symbol_name_matcher -> get_symbol_name_matcher 2018-01-10 23:12:48 +00:00
dictionary.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
disable-implicit-rules.mk Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
disasm-selftests.c Use the existing instruction to determine the RISC-V breakpoint kind. 2018-09-28 14:15:54 -07:00
disasm.c Expand "show disassembler-options" output 2018-09-16 06:25:16 -06:00
disasm.h GDB PR tdep/8282: MIPS: Wire in `set disassembler-options' 2018-07-02 23:57:21 +01:00
dtrace-probe.c Remove ptid_equal 2018-07-03 11:36:46 -06:00
dummy-frame.c Use thread_info and inferior pointers more throughout 2018-06-21 17:09:31 +01:00
dummy-frame.h Use thread_info and inferior pointers more throughout 2018-06-21 17:09:31 +01:00
dwarf-index-cache.c Fix some gettext ARI warnings 2018-08-09 13:17:56 -04:00
dwarf-index-cache.h Add DWARF index cache 2018-08-07 18:14:20 -04:00
dwarf-index-common.c Move DWARF index-related things to a separate file 2018-03-27 10:07:47 -04:00
dwarf-index-common.h Add DWARF index cache 2018-08-07 18:14:20 -04:00
dwarf-index-write.c Fix some gettext ARI warnings 2018-08-09 13:17:56 -04:00
dwarf-index-write.h Add DWARF index cache 2018-08-07 18:14:20 -04:00
dwarf2-frame-tailcall.c gdb: Add switch to disable DWARF stack unwinders 2018-07-26 08:53:02 +01:00
dwarf2-frame-tailcall.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
dwarf2-frame.c Add support for DW_OP_GNU_variable_value 2018-08-18 12:57:59 -07:00
dwarf2-frame.h gdb: Add switch to disable DWARF stack unwinders 2018-07-26 08:53:02 +01:00
dwarf2expr.c Add support for DW_OP_GNU_variable_value 2018-08-18 12:57:59 -07:00
dwarf2expr.h Add support for DW_OP_GNU_variable_value 2018-08-18 12:57:59 -07:00
dwarf2loc.c compile: Remove non-const reference parameters 2018-09-06 13:48:15 +01:00
dwarf2loc.h compile: Remove non-const reference parameters 2018-09-06 13:48:15 +01:00
dwarf2read.c [gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract dies 2018-09-05 10:39:19 +02:00
dwarf2read.h [gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract dies 2018-09-05 10:39:19 +02:00
elfread.c Do not use buildsym.h in some files 2018-07-20 09:42:51 -06:00
eval.c Logical short circuiting with argument lists 2018-09-19 10:43:56 +01:00
event-loop.c Convert observers to C++ 2018-03-19 09:37:49 -06:00
event-loop.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
event-top.c Convert observers to C++ 2018-03-19 09:37:49 -06:00
event-top.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
exc_request.defs
exceptions.c target_stack -> current_top_target() throughout 2018-06-07 17:27:46 +01:00
exceptions.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
exec.c Remove cleanup from try_open_exec_file 2018-09-13 16:22:34 -06:00
exec.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
expprint.c Remove type_name_no_tag and rename type_name_no_tag_or_error 2018-06-01 10:19:55 -06:00
expression.h Logical short circuiting with argument lists 2018-09-19 10:43:56 +01:00
extension-priv.h Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE 2018-02-26 09:37:03 -07:00
extension.c C++-ify typedef hash 2018-03-27 10:09:25 -06:00
extension.h Initialize py_type_printers in ext_lang_type_printers 2018-05-17 07:29:12 -06:00
f-exp.y Remove la_error 2018-06-18 12:29:15 -06:00
f-lang.c Remove la_error 2018-06-18 12:29:15 -06:00
f-lang.h Remove la_error 2018-06-18 12:29:15 -06:00
f-typeprint.c Remove TYPE_TAG_NAME 2018-06-01 10:19:55 -06:00
f-valprint.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
fbsd-nat.c Support 'info proc files' on live FreeBSD processes. 2018-09-18 14:05:47 -07:00
fbsd-nat.h Add overrides, fix FreeBSD build 2018-06-27 10:53:29 -04:00
fbsd-tdep.c Add missing spaces after inet_ntop invocations. 2018-09-19 12:22:07 -07:00
fbsd-tdep.h Add support for 'info proc files' on FreeBSD core dumps. 2018-09-18 14:05:47 -07:00
filename-seen-cache.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
filename-seen-cache.h Add include guard to filename-seen-cache.h 2018-03-26 15:31:11 -04:00
filesystem.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
filesystem.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
findcmd.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
findvar.c Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START 2018-08-23 16:19:18 -07:00
fork-child.c Remove pid_to_ptid 2018-07-03 11:36:42 -06:00
frame-base.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
frame-base.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
frame-unwind.c Fix GDB crash after Quit thrown from unwinder sniffer 2018-02-14 18:59:00 +00:00
frame-unwind.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
frame.c Rename some frame unwind function parameters 2018-07-20 22:19:51 -04:00
frame.h Rename some frame unwind function parameters 2018-07-20 22:19:51 -04:00
frv-linux-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
frv-tdep.c Remove regcache_cooked_write 2018-05-30 14:54:42 -04:00
frv-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ft32-tdep.c Remove some $ARCH_read_pc and $ARCH_write_pc 2018-02-06 17:31:33 +00:00
ft32-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gcore.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
gcore.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gcore.in Improve gcore manpage and clarify "-o" option 2018-07-27 15:56:54 -04:00
gdb-code-style.el Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb-demangle.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb-dlfcn.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb-dlfcn.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb-gdb.gdb.in
gdb-gdb.py.in Format gdb-gdb.py.in with autopep8 2018-06-27 15:31:05 -04:00
gdb-stabs.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb.gdb
gdb_bfd.c Remove new_bfd_ref 2018-04-30 11:33:11 -06:00
gdb_bfd.h Remove new_bfd_ref 2018-04-30 11:33:11 -06:00
gdb_buildall.sh Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb_curses.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb_expat.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb_indent.sh
gdb_mbuild.sh Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb_obstack.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb_obstack.h Introduce obstack_new, poison other "typed" obstack functions 2018-05-20 21:06:36 -04:00
gdb_proc_service.h Use thread_info and inferior pointers more throughout 2018-06-21 17:09:31 +01:00
gdb_regex.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb_regex.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb_select.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb_usleep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb_usleep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb_vfork.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb_wchar.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdbarch-selftests.c target_stack -> current_top_target() throughout 2018-06-07 17:27:46 +01:00
gdbarch.c GDB PR tdep/8282: MIPS: Wire in `set disassembler-options' 2018-07-02 23:57:21 +01:00
gdbarch.h Regenerate gdbarch.h 2018-08-31 18:56:10 +01:00
gdbarch.sh Add comment describing continuable/steppable/non-steppable watchpoints 2018-08-31 18:47:36 +01:00
gdbcmd.h Let gdb.execute handle multi-line commands 2018-05-04 15:58:09 -06:00
gdbcore.h Make "cbfd" a gdb_bfd_ref_ptr 2018-05-16 11:45:03 -06:00
gdbthread.h Use new and delete for struct infcall_control_state 2018-09-17 00:42:18 -06:00
gdbtypes.c gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOC 2018-09-14 23:10:09 +01:00
gdbtypes.h gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOC 2018-09-14 23:10:09 +01:00
glibc-tdep.c Removing lookup_minimal_symbol_and_objfile 2018-05-29 22:37:07 +00:00
glibc-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gnu-nat.c Remove ptid_equal 2018-07-03 11:36:46 -06:00
gnu-nat.h target_ops: Use bool throughout 2018-05-03 00:51:30 +01:00
gnu-v2-abi.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gnu-v3-abi.c target_stack -> current_top_target() throughout 2018-06-07 17:27:46 +01:00
go-exp.y Remove some uses of VEC from parsers 2018-08-28 11:28:15 -06:00
go-lang.c Remove la_error 2018-06-18 12:29:15 -06:00
go-lang.h Remove la_error 2018-06-18 12:29:15 -06:00
go-typeprint.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
go-valprint.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
go32-nat.c Introduce buildsym-legacy.h 2018-07-20 09:42:53 -06:00
gregset.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
h8300-tdep.c gdb: Remove traces of h8300 ecoff support 2018-07-11 20:39:12 +01:00
hppa-bsd-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
hppa-bsd-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
hppa-linux-nat.c Fix gdb build on hppa-linux 2018-06-11 21:15:33 -04:00
hppa-linux-offsets.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
hppa-linux-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
hppa-nbsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
hppa-nbsd-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
hppa-obsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
hppa-obsd-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
hppa-tdep.c Simple unused variable removals 2018-07-22 13:20:01 -06:00
hppa-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-bsd-nat.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
i386-bsd-nat.h Convert struct target_ops to C++ 2018-05-03 00:48:36 +01:00
i386-bsd-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-cygwin-tdep.c Remove ptid_get_lwp 2018-07-03 11:36:43 -06:00
i386-darwin-nat.c Remove ptid_get_tid 2018-07-03 11:36:44 -06:00
i386-darwin-tdep.c Remove regcache_cooked_write 2018-05-30 14:54:42 -04:00
i386-darwin-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-dicos-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-fbsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
i386-fbsd-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
i386-fbsd-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-gnu-nat.c Remove ptid_get_lwp 2018-07-03 11:36:43 -06:00
i386-gnu-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-go32-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-linux-nat.c Remove ptid_get_lwp 2018-07-03 11:36:43 -06:00
i386-linux-nat.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-linux-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
i386-linux-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-nbsd-nat.c Remove regcache_raw_supply 2018-05-30 14:54:45 -04:00
i386-nbsd-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
i386-nto-tdep.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
i386-obsd-nat.c Remove regcache_raw_supply 2018-05-30 14:54:45 -04:00
i386-obsd-tdep.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
i386-sol2-nat.c Fold i386-v4-nat.c into i386-sol2-nat.c 2018-09-20 10:10:07 +02:00
i386-sol2-tdep.c Also recognize __sighndlr on Solaris/x86 2018-09-23 19:49:14 +02:00
i386-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
i386-tdep.h class readable_regcache and pass readable_regcache to gdbarch pseudo_register_read and pseudo_register_read_value 2018-02-21 11:20:03 +00:00
i386-windows-nat.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i387-tdep.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
i387-tdep.h gdb/x86: Handle kernels using compact xsave format 2018-05-08 18:03:46 +01:00
ia64-libunwind-tdep.c Remove unused variables in ia64*tdep.c 2018-07-16 14:30:30 -04:00
ia64-libunwind-tdep.h Fix ia64 GDB build 2018-03-12 09:15:39 +00:00
ia64-linux-nat.c Remove ptid_get_lwp 2018-07-03 11:36:43 -06:00
ia64-linux-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
ia64-tdep.c Simple unused variable removals 2018-07-22 13:20:01 -06:00
ia64-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ia64-vms-tdep.c Remove unused variables in ia64*tdep.c 2018-07-16 14:30:30 -04:00
inf-child.c Fix restoring of inferior terminal settings 2018-08-22 11:09:45 -04:00
inf-child.h Fix restoring of inferior terminal settings 2018-08-22 11:09:45 -04:00
inf-loop.c Remove ptid_equal 2018-07-03 11:36:46 -06:00
inf-loop.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
inf-ptrace.c Remove ptid_equal 2018-07-03 11:36:46 -06:00
inf-ptrace.h target_ops: Use bool throughout 2018-05-03 00:51:30 +01:00
infcall.c Remove two infrun cleanups 2018-09-17 00:42:18 -06:00
infcall.h Calling ifunc functions when target has no debug info but resolver has 2018-04-26 13:04:48 +01:00
infcmd.c Make the "info proc" documentation more consistent. 2018-09-18 14:05:48 -07:00
inferior.c Use new and delete for struct infcall_control_state 2018-09-17 00:42:18 -06:00
inferior.h Make save_infcall_*_state return unique pointers 2018-09-17 00:42:19 -06:00
inflow.c Unused variable fixes related to conditional compilation 2018-07-22 13:20:02 -06:00
inflow.h Per-inferior target_terminal state, fix PR gdb/13211, more 2018-01-30 14:55:18 +00:00
infrun.c Make save_infcall_*_state return unique pointers 2018-09-17 00:42:19 -06:00
infrun.h gdb: Make infrun.c:resume function static 2018-08-09 19:23:43 +01:00
inline-frame.c Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START 2018-08-23 16:19:18 -07:00
inline-frame.h Use thread_info and inferior pointers more throughout 2018-06-21 17:09:31 +01:00
interps.c Use GNU style for metasyntactic variables in gdb 2018-09-16 06:25:17 -06:00
interps.h Add "name" method to class interp 2018-05-25 12:41:02 -06:00
iq2000-tdep.c Remove regcache_raw_write 2018-05-30 14:54:37 -04:00
jit-reader.in Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
jit.c Removing lookup_minimal_symbol_and_objfile 2018-05-29 22:37:07 +00:00
jit.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
language.c Use unique_xmalloc_ptr for read_string 2018-06-18 12:51:02 -06:00
language.h Change compile_instance/compile_c_instance into classes 2018-08-10 11:14:25 -07:00
libiberty.m4 Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
libmcheck.m4 Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
linespec.c Add new search_symbols_multiple API 2018-08-29 15:12:23 -07:00
linespec.h Remove unnecessary include from linespec.h 2018-04-05 07:39:37 -06:00
linux-fork.c Remove ptid_equal 2018-07-03 11:36:46 -06:00
linux-fork.h Remove args from target detach 2018-01-19 11:47:24 -05:00
linux-nat-trad.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
linux-nat-trad.h Convert struct target_ops to C++ 2018-05-03 00:48:36 +01:00
linux-nat.c Make target_options_to_string return an std::string 2018-08-07 21:38:27 -04:00
linux-nat.h linux_nat_target: More low methods 2018-05-03 00:52:17 +01:00
linux-record.c Add a missing break in record_linux_system_call 2018-05-04 22:04:46 -06:00
linux-record.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
linux-tdep.c Change get_inferior_args to return const char * 2018-09-15 16:31:58 -06:00
linux-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
linux-thread-db.c Remove ptid_equal 2018-07-03 11:36:46 -06:00
lm32-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
location.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
location.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
m2-exp.y Remove la_error 2018-06-18 12:29:15 -06:00
m2-lang.c Remove la_error 2018-06-18 12:29:15 -06:00
m2-lang.h Remove la_error 2018-06-18 12:29:15 -06:00
m2-typeprint.c Remove TYPE_TAG_NAME 2018-06-01 10:19:55 -06:00
m2-valprint.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
m32c-tdep.c Remove unnecessary ternary operator in m32c-tdep.c 2018-08-21 10:47:47 -04:00
m32r-linux-nat.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
m32r-linux-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
m32r-tdep.c Remove some $ARCH_read_pc and $ARCH_write_pc 2018-02-06 17:31:33 +00:00
m32r-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
m68hc11-tdep.c Remove regcache_raw_write_part 2018-05-30 14:54:40 -04:00
m68k-bsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
m68k-bsd-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
m68k-linux-nat.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
m68k-linux-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
m68k-tdep.c Remove regcache_cooked_write 2018-05-30 14:54:42 -04:00
m68k-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
machoread.c Darwin: fix bad loop incrementation 2018-08-23 11:17:15 -04:00
macrocmd.c Remove cleanups from macro_define_command 2018-02-08 11:46:56 -07:00
macroexp.c [gdb] Fix build error in macroexp.c 2018-07-05 11:23:46 +02:00
macroexp.h Return unique_xmalloc_ptr from macro scope functions 2018-02-08 11:46:55 -07:00
macroscope.c Remove symfile_complaints 2018-05-23 09:17:01 -06:00
macroscope.h Return unique_xmalloc_ptr from macro scope functions 2018-02-08 11:46:55 -07:00
macrotab.c Remove symfile_complaints 2018-05-23 09:17:01 -06:00
macrotab.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
main.c Add "const" to a few locals in gdb 2018-09-24 06:17:13 -06:00
main.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
maint.c Use GNU style for metasyntactic variables in gdb 2018-09-16 06:25:17 -06:00
maint.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
make-target-delegates target_ops::beneath -> target_ops::beneath() 2018-06-07 18:57:06 +01:00
mdebugread.c Make psymbols and psymtabs independent of the program space 2018-07-26 09:18:31 -06:00
mdebugread.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mem-break.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
memattr.c Update memattr.c help strings 2018-05-24 12:29:20 -06:00
memattr.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
memory-map.c Replace VEC(gdb_xml_value_s) with std::vector 2018-01-07 09:38:16 -05:00
memory-map.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
memrange.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
memrange.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mep-tdep.c Simple unused variable removals 2018-07-22 13:20:01 -06:00
microblaze-linux-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
microblaze-tdep.c Remove regcache_cooked_write 2018-05-30 14:54:42 -04:00
microblaze-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mingw-hdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
minidebug.c Use a distinguishing name for minidebug objfile 2018-05-16 11:15:25 -06:00
minsyms.c Silence -Wmaybe-uninitialized warning in minsyms.c:lookup_minimal_symbol_by_pc_section 2018-06-19 18:16:40 +01:00
minsyms.h Removing lookup_minimal_symbol_and_objfile 2018-05-29 22:37:07 +00:00
mips-fbsd-nat.c Remove regcache_get_ptid 2018-05-30 14:54:34 -04:00
mips-fbsd-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
mips-fbsd-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips-linux-nat.c Remove some unused variables 2018-07-22 23:23:11 -04:00
mips-linux-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
mips-linux-tdep.h MIPS/Linux: Correct o32 core file FGR interpretation 2018-05-25 12:37:45 +01:00
mips-nbsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
mips-nbsd-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
mips-nbsd-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips-sde-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips-tdep.c Use CORE_ADDR_MAX in various "breaks" arrays 2018-08-27 12:00:09 -06:00
mips-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips64-obsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
mips64-obsd-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
mipsread.c Do not use buildsym.h in some files 2018-07-20 09:42:51 -06:00
mn10300-linux-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
mn10300-tdep.c Remove regcache_raw_write_part 2018-05-30 14:54:40 -04:00
mn10300-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
moxie-tdep.c Remove regcache_raw_read 2018-05-30 14:54:36 -04:00
moxie-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
msg.defs
msg_reply.defs
msp430-tdep.c Fix "fall through" comments 2018-05-04 22:04:46 -06:00
namespace.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
namespace.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nbsd-nat.c Convert struct target_ops to C++ 2018-05-03 00:48:36 +01:00
nbsd-nat.h Convert struct target_ops to C++ 2018-05-03 00:48:36 +01:00
nbsd-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nbsd-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nds32-tdep.c Remove regcache_cooked_write 2018-05-30 14:54:42 -04:00
nds32-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
nios2-linux-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
nios2-tdep.c Add gcc_target_options hook for nios2. 2018-09-18 20:57:07 -07:00
nios2-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
notify.defs
nto-procfs.c Use GNU style for metasyntactic variables in gdb 2018-09-16 06:25:17 -06:00
nto-tdep.c Create new common/pathstuff.[ch] 2018-02-28 11:34:39 -05:00
nto-tdep.h Change openp et al to use a unique_xmalloc_ptr 2018-02-14 08:09:53 -07:00
objc-lang.c Remove la_error 2018-06-18 12:29:15 -06:00
objc-lang.h Remove const_char_ptr typedef 2018-05-29 08:52:55 -06:00
objfile-flags.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
objfiles.c Relocate block range start and end addresses 2018-08-23 16:23:06 -07:00
objfiles.h Remove resume_section_map_updates_cleanup 2018-06-18 13:16:45 -06:00
obsd-nat.c Remove ptid_get_lwp 2018-07-03 11:36:43 -06:00
obsd-nat.h Convert struct target_ops to C++ 2018-05-03 00:48:36 +01:00
obsd-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
obsd-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
observable.c Convert observers to C++ 2018-03-19 09:37:49 -06:00
observable.h Convert observers to C++ 2018-03-19 09:37:49 -06:00
opencl-lang.c Remove la_error 2018-06-18 12:29:15 -06:00
or1k-tdep.c Remove regcache_cooked_write 2018-05-30 14:54:42 -04:00
or1k-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
osabi.c Fix generation of x86-64 gdbarch with osabi none (PR 22979) 2018-04-07 13:34:59 -04:00
osabi.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
osdata.c Make target_read_alloc & al return vectors 2018-04-07 13:19:12 -04:00
osdata.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
p-exp.y Remove la_error 2018-06-18 12:29:15 -06:00
p-lang.c Remove la_error 2018-06-18 12:29:15 -06:00
p-lang.h Remove la_error 2018-06-18 12:29:15 -06:00
p-typeprint.c Remove type_name_no_tag and rename type_name_no_tag_or_error 2018-06-01 10:19:55 -06:00
p-valprint.c Remove type_name_no_tag and rename type_name_no_tag_or_error 2018-06-01 10:19:55 -06:00
parse.c Implement struct type_stack with a vector 2018-08-28 11:13:26 -04:00
parser-defs.h Implement struct type_stack with a vector 2018-08-28 11:13:26 -04:00
posix-hdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc-fbsd-nat.c Remove ptid_get_lwp 2018-07-03 11:36:43 -06:00
ppc-fbsd-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
ppc-fbsd-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc-linux-nat.c Remove some unused variables 2018-07-22 23:23:11 -04:00
ppc-linux-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
ppc-linux-tdep.h [PowerPC] Fix VSX registers in linux core files 2018-05-22 11:52:03 -03:00
ppc-nbsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
ppc-nbsd-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
ppc-nbsd-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc-obsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
ppc-obsd-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
ppc-obsd-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc-ravenscar-thread.c Remove ptid_get_tid 2018-07-03 11:36:44 -06:00
ppc-ravenscar-thread.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc-sysv-tdep.c Remove regcache_cooked_write_part 2018-05-30 14:54:44 -04:00
ppc-tdep.h [PowerPC] Fix access to VSCR in linux targets 2018-05-22 11:52:03 -03:00
ppc64-tdep.c Avoid -Wnarrowing warnings in ppc64-tdep.c 2018-08-27 12:00:11 -06:00
ppc64-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
printcmd.c Disable -Wformat-nonliteral in parts of printcmd.c 2018-09-05 21:47:33 -06:00
probe.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
probe.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
proc-api.c Remove unused variables in procfs.c etc. 2018-08-06 13:54:34 +02:00
proc-events.c proc-events.c: fix compilation on Solaris 2018-04-29 12:05:10 -04:00
proc-flags.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
proc-service.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
proc-service.list Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
proc-utils.h More Solaris procfs cleanup 2018-09-20 20:01:05 +02:00
proc-why.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
process_reply.defs
procfs.c More Solaris procfs cleanup 2018-09-20 20:01:05 +02:00
procfs.h More procfs.c simplification 2018-05-03 00:47:01 +01:00
producer.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
producer.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
progspace-and-thread.c Use thread_info and inferior pointers more throughout 2018-06-21 17:09:31 +01:00
progspace-and-thread.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
progspace.c Remove pid_to_ptid 2018-07-03 11:36:42 -06:00
progspace.h Change program_space::added_solibs to a std::vector 2018-05-29 11:51:11 -06:00
prologue-value.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
prologue-value.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
psympriv.h Make psymbols and psymtabs independent of the program space 2018-07-26 09:18:31 -06:00
psymtab.c Make psymbols and psymtabs independent of the program space 2018-07-26 09:18:31 -06:00
psymtab.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ptrace.m4 Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ravenscar-thread.c Fix ravenscar-thread.c to use arch_ops 2018-07-22 13:20:04 -06:00
ravenscar-thread.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
record-btrace.c Remove unused variable in record-btrace.c 2018-09-10 17:11:46 +01:00
record-btrace.h btrace: set/show record btrace cpu 2018-04-13 11:35:55 +02:00
record-full.c gdb: Eliminate the 'stop_pc' global 2018-06-28 17:12:07 +01:00
record-full.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
record.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
record.h Pass inferior down to target_detach and to_detach 2018-01-19 11:47:57 -05:00
regcache-dump.c Move register_dump to regcache-dump.c 2018-02-21 11:20:03 +00:00
regcache.c Remove ptid_equal 2018-07-03 11:36:46 -06:00
regcache.h Parse SVE registers in aarch64 core file reading/writing 2018-08-13 11:02:22 +01:00
reggroups.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
reggroups.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
registry.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
registry.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
regset.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
remote-fileio.c remote: one struct remote_state per struct remote_target 2018-05-22 18:35:20 +01:00
remote-fileio.h remote: one struct remote_state per struct remote_target 2018-05-22 18:35:20 +01:00
remote-notif.c remote: one struct remote_state per struct remote_target 2018-05-22 18:35:20 +01:00
remote-notif.h remote: one struct remote_state per struct remote_target 2018-05-22 18:35:20 +01:00
remote-sim.c Remove some unused variables 2018-07-22 23:23:11 -04:00
remote.c Use GNU style for metasyntactic variables in gdb 2018-09-16 06:25:17 -06:00
remote.h remote: one struct remote_state per struct remote_target 2018-05-22 18:35:20 +01:00
reply_mig_hack.awk Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
reverse.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
riscv-linux-nat.c Fix riscv-linux native gdb build failure. 2018-08-29 10:52:42 -07:00
riscv-linux-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
riscv-tdep.c Use the existing instruction to determine the RISC-V breakpoint kind. 2018-09-28 14:15:54 -07:00
riscv-tdep.h gdb/riscv: Provide non-DWARF stack unwinder 2018-09-03 15:48:41 +01:00
rl78-tdep.c Remove regcache_raw_write 2018-05-30 14:54:37 -04:00
rs6000-aix-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
rs6000-aix-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rs6000-lynx178-tdep.c Simple unused variable removals 2018-07-22 13:20:01 -06:00
rs6000-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
rs6000-tdep.c Use CORE_ADDR_MAX in various "breaks" arrays 2018-08-27 12:00:09 -06:00
rs6000-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
rust-exp.y Simple unused variable removals 2018-07-22 13:20:01 -06:00
rust-lang.c Make Rust error message mention the field name 2018-09-13 10:57:40 -06:00
rust-lang.h Remove la_error 2018-06-18 12:29:15 -06:00
rx-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
s390-linux-nat.c Eliminate target_have_continuable_watchpoint 2018-08-31 18:47:12 +01:00
s390-linux-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
s390-linux-tdep.h s390: Fix gdb.base/all-architectures.exp with --enable-targets=all 2018-01-30 17:10:08 +01:00
s390-tdep.c S390: Fix displaced stepping of "basr r,0" 2018-07-13 12:46:14 +02:00
s390-tdep.h s390: Fix gdb.base/all-architectures.exp with --enable-targets=all 2018-01-30 17:10:08 +01:00
score-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
score-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
selftest-arch.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
selftest-arch.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sentinel-frame.c Remove regcache_cooked_read_value 2018-05-30 14:54:42 -04:00
sentinel-frame.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ser-base.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ser-base.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ser-event.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ser-event.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ser-go32.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ser-mingw.c Simple unused variable removals 2018-07-22 13:20:01 -06:00
ser-pipe.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ser-tcp.c Fix thinko when deciding whether to disable TCP's Nagle algorithm 2018-08-03 18:04:38 -04:00
ser-tcp.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ser-unix.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ser-unix.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
serial.c Replace xstrvprintf usages with string_vprintf 2018-08-22 10:55:28 -04:00
serial.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sh-linux-tdep.c gdb: Remove support for SH-5/SH64 2018-04-16 13:20:15 +01:00
sh-nbsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
sh-nbsd-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sh-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
sh-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
silent-rules.mk Minimize yacc and lex output 2018-07-09 08:03:49 -06:00
sim-regno.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
skip.c Add debug output about skipping files and functions 2018-09-12 12:25:26 -04:00
skip.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sol-thread.c More Solaris procfs cleanup 2018-09-20 20:01:05 +02:00
sol2-tdep.c Remove ptid_get_lwp 2018-07-03 11:36:43 -06:00
sol2-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
solib-aix.c Use unique_xmalloc_ptr in solib-aix.c 2018-06-18 13:26:33 -06:00
solib-aix.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
solib-darwin.c Darwin: Handle unrelocated dyld. 2018-09-19 15:23:29 -06:00
solib-darwin.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
solib-dsbt.c Use unique_xmalloc_ptr in two solib functions 2018-06-18 13:26:32 -06:00
solib-frv.c Use unique_xmalloc_ptr in two solib functions 2018-06-18 13:26:32 -06:00
solib-spu.c target_stack -> current_top_target() throughout 2018-06-07 17:27:46 +01:00
solib-spu.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
solib-svr4.c Handle 64-bit Solaris/x86 ld.so.1 2018-09-19 11:29:19 +02:00
solib-svr4.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
solib-target.c target_stack -> current_top_target() throughout 2018-06-07 17:27:46 +01:00
solib-target.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
solib.c Remove ptid_equal 2018-07-03 11:36:46 -06:00
solib.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
solist.h Fix indentation in solist.h 2018-08-26 20:06:21 -04:00
source.c Remove cleanup from add_path 2018-09-13 16:22:33 -06:00
source.h Change openp et al to use a unique_xmalloc_ptr 2018-02-14 08:09:53 -07:00
sparc-linux-nat.c target factories, target open and multiple instances of targets 2018-05-03 00:53:12 +01:00
sparc-linux-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
sparc-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
sparc-nat.h Fix GDB sparc build 2018-06-13 21:57:55 -04:00
sparc-nbsd-nat.c Remove regcache_raw_supply 2018-05-30 14:54:45 -04:00
sparc-nbsd-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc-obsd-tdep.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
sparc-ravenscar-thread.c Remove ptid_get_tid 2018-07-03 11:36:44 -06:00
sparc-ravenscar-thread.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc-sol2-nat.c More Solaris procfs cleanup 2018-09-20 20:01:05 +02:00
sparc-sol2-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
sparc-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc64-fbsd-nat.c Remove regcache_raw_supply 2018-05-30 14:54:45 -04:00
sparc64-fbsd-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc64-linux-nat.c Fix GDB sparc build 2018-06-13 21:57:55 -04:00
sparc64-linux-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
sparc64-nat.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc64-nbsd-nat.c Remove regcache_raw_supply 2018-05-30 14:54:45 -04:00
sparc64-nbsd-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc64-obsd-nat.c Remove regcache_raw_supply 2018-05-30 14:54:45 -04:00
sparc64-obsd-tdep.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
sparc64-sol2-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc64-tdep.c Use GNU style for metasyntactic variables in gdb 2018-09-16 06:25:17 -06:00
sparc64-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
spu-linux-nat.c Remove ptid_get_lwp 2018-07-03 11:36:43 -06:00
spu-multiarch.c Eliminate find_target_beneath 2018-06-07 18:57:37 +01:00
spu-tdep.c Remove an unused variable from spu_get_overlay_table 2018-07-22 13:20:01 -06:00
spu-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
stabsread.c Parameterize cp_scan_for_anonymous_namespaces 2018-07-20 09:42:53 -06:00
stabsread.h Move scan_file_globals declaration to stabsread.h 2018-07-16 08:55:19 -06:00
stack.c gdb: Change how frames are selected for 'frame' and 'info frame'. 2018-09-28 11:59:34 +01:00
stack.h gdb: Change how frames are selected for 'frame' and 'info frame'. 2018-09-28 11:59:34 +01:00
stap-probe.c Remove symfile_complaints 2018-05-23 09:17:01 -06:00
stap-probe.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
std-operator.def Handle alignof and _Alignof 2018-04-30 11:25:31 -06:00
std-regs.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
stub-termcap.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
symfile-add-flags.h Use a distinguishing name for minidebug objfile 2018-05-16 11:15:25 -06:00
symfile-debug.c Make psymbols and psymtabs independent of the program space 2018-07-26 09:18:31 -06:00
symfile-mem.c Remove new_bfd_ref 2018-04-30 11:33:11 -06:00
symfile.c Pass the correct argument to the observer in reread_symbols 2018-07-22 13:20:05 -06:00
symfile.h Make psymbols and psymtabs independent of the program space 2018-07-26 09:18:31 -06:00
symmisc.c Remove TYPE_TAG_NAME 2018-06-01 10:19:55 -06:00
symtab.c Use block_symbol in linespec APIs 2018-08-29 15:12:23 -07:00
symtab.h compile: Remove non-const reference parameters 2018-09-06 13:48:15 +01:00
target-dcache.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
target-dcache.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
target-debug.h Make target_options_to_string return an std::string 2018-08-07 21:38:27 -04:00
target-delegates.c Eliminate target_have_continuable_watchpoint 2018-08-31 18:47:12 +01:00
target-descriptions.c Delete test target descriptions when exiting 2018-07-31 10:06:00 -04:00
target-descriptions.h Delete test target descriptions when exiting 2018-07-31 10:06:00 -04:00
target-float.c Make -Wformat-nonliteral work with gcc 2018-09-05 21:47:33 -06:00
target-float.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
target-memory.c Simple unused variable removals 2018-07-22 13:20:01 -06:00
target.c Fix some comments in target.c 2018-08-08 18:13:18 -04:00
target.h Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumps 2018-09-06 15:07:59 -07:00
terminal.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
thread-fsm.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
thread-fsm.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
thread.c Add [FLAG]... arguments to 'thread apply'. 2018-07-12 22:50:36 +02:00
tic6x-linux-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
tic6x-tdep.c Simple unused variable removals 2018-07-22 13:20:01 -06:00
tic6x-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tid-parse.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
tid-parse.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tilegx-linux-nat.c Remove regcache_raw_collect 2018-05-30 14:54:46 -04:00
tilegx-linux-tdep.c Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
tilegx-tdep.c Remove regcache_raw_write 2018-05-30 14:54:37 -04:00
tilegx-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
top.c Add "const" to a few locals in gdb 2018-09-24 06:17:13 -06:00
top.h Remove some text from --version output 2018-06-05 11:47:50 -06:00
tracefile-tfile.c Remove pid_to_ptid 2018-07-03 11:36:42 -06:00
tracefile.c Allow larger regblock sizes when saving tracefiles 2018-08-06 16:43:28 -03:00
tracefile.h target_ops: Use bool throughout 2018-05-03 00:51:30 +01:00
tracepoint.c python: Make gdb.execute("show commands") work (PR 23669) 2018-09-17 08:26:24 -04:00
tracepoint.h python: Make gdb.execute("show commands") work (PR 23669) 2018-09-17 08:26:24 -04:00
trad-frame.c gdb: Extend the trad-frame API 2018-09-03 15:48:41 +01:00
trad-frame.h gdb: Extend the trad-frame API 2018-09-03 15:48:41 +01:00
tramp-frame.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
tramp-frame.h Avoid -Wnarrowing warnings in struct tramp_frame instances 2018-08-27 12:00:10 -06:00
transform.m4 Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
typeprint.c Support ptype/o in Rust 2018-06-26 14:53:17 -06:00
typeprint.h Move ptype/o printing code to typeprint.c 2018-06-26 14:53:17 -06:00
ui-file.c Implement write_async_safe for mi_console_file (PR 22299) 2018-04-07 13:48:06 -04:00
ui-file.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ui-out.c Make do_is_mi_like_p const. 2018-04-30 12:59:03 -06:00
ui-out.h Make do_is_mi_like_p const. 2018-04-30 12:59:03 -06:00
unwind_stop_reasons.def Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
user-regs.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
user-regs.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
utils.c Cast RLIM_INFINITY to rlim_t to fix 64-bit Solaris 10 build 2018-09-18 09:14:11 +02:00
utils.h Return std::string from gdb_bfd_errmsg 2018-09-13 16:22:34 -06:00
v850-tdep.c Remove regcache_raw_write 2018-05-30 14:54:37 -04:00
valarith.c gdb: Check element of optimised out vla exists 2018-08-09 17:17:35 +01:00
valops.c Remove dead definition from valops.c 2018-09-26 05:34:25 -06:00
valprint.c Replace some uses of xstrprintf with string_printf 2018-08-07 17:43:08 -04:00
valprint.h Use unique_xmalloc_ptr for read_string 2018-06-18 12:51:02 -06:00
value.c Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START 2018-08-23 16:19:18 -07:00
value.h Use new_reference for struct value 2018-04-30 11:33:11 -06:00
varobj-iter.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
varobj.c python: Make two functions return gdbpy_ref<> 2018-09-09 08:13:17 +01:00
varobj.h Change varobj to use value_ref_ptr 2018-04-06 15:44:48 -06:00
vax-bsd-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
vax-nbsd-tdep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
vax-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
vax-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
version.in Bump version to 8.2.50.DATE-git. 2018-07-04 08:42:44 -07:00
warning.m4 Make -Wformat-nonliteral work with gcc 2018-09-05 21:47:33 -06:00
windows-nat.c Remove a spurious target_terminal::ours() from windows_nat_target::wait() 2018-09-23 16:15:19 +01:00
windows-nat.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
windows-tdep.c Remove ptid_equal 2018-07-03 11:36:46 -06:00
windows-tdep.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
x86-bsd-nat.c Convert struct target_ops to C++ 2018-05-03 00:48:36 +01:00
x86-bsd-nat.h Convert struct target_ops to C++ 2018-05-03 00:48:36 +01:00
x86-linux-nat.c Remove ptid_get_lwp 2018-07-03 11:36:43 -06:00
x86-linux-nat.h linux_nat_target: More low methods 2018-05-03 00:52:17 +01:00
x86-nat.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
x86-nat.h Eliminate target_have_continuable_watchpoint 2018-08-31 18:47:12 +01:00
x86-tdep.c infrun: step through indirect branch thunks 2018-04-13 10:44:47 +02:00
x86-tdep.h infrun: step through indirect branch thunks 2018-04-13 10:44:47 +02:00
xcoffread.c Make psymbols and psymtabs independent of the program space 2018-07-26 09:18:31 -06:00
xcoffread.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
xml-support.c Replace xstrvprintf usages with string_vprintf 2018-08-22 10:55:28 -04:00
xml-support.h Make target_read_alloc & al return vectors 2018-04-07 13:19:12 -04:00
xml-syscall.c Make target_read_alloc & al return vectors 2018-04-07 13:19:12 -04:00
xml-syscall.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
xml-tdesc.c Create xml from target descriptions 2018-04-18 20:44:39 +01:00
xml-tdesc.h Create xml from target descriptions 2018-04-18 20:44:39 +01:00
xstormy16-tdep.c Remove regcache_raw_write 2018-05-30 14:54:37 -04:00
xtensa-config.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
xtensa-linux-nat.c Remove ptid_get_lwp 2018-07-03 11:36:43 -06:00
xtensa-linux-tdep.c gdb: xtensa: handle privileged registers 2018-05-09 09:30:06 -07:00
xtensa-tdep.c Split size in regset section iterators 2018-08-13 10:16:41 +01:00
xtensa-tdep.h Fix two -Wnarrowing warnings in xtensa-tdep.h 2018-08-27 12:00:10 -06:00
xtensa-xtregs.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
yy-remap.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04: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 release

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.

GDB's bug tracking data base can be found at
http://www.gnu.org/software/gdb/bugs/

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

   The release is provided as a gzipped tar file called
'gdb-VERSION.tar.gz', where VERSION is the version of GDB.

   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-VERSION 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-VERSION.tar.gz file, it will create a
source directory called `gdb-VERSION'.

You can build GDB right in the source directory:

      cd gdb-VERSION
      ./configure --prefix=/usr/local   (or wherever you want)
      make all install

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-VERSION/configure [etc...]
      make all install

(Building GDB with DJGPP tools for MS-DOS/MS-Windows is slightly
different; see the file gdb-VERSION/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-VERSION/configure':

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

   The GDB package contains several subdirectories, such as 'gdb',
'bfd', and 'readline'.  If your 'configure' line ends in
'gdb-VERSION/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's `configure' script has many options to enable or disable
different features or dependencies.  These options are not generally
known to the top-level `configure', so if you want to see a complete
list of options, invoke the subdirectory `configure', like:

      /berman/migchain/source/gdb-VERSION/gdb/configure --help

   (Take note of how this differs from the invocation used to actually
configure the build tree.)

   GDB requires a C++11 compiler.  If you do not have a
C++11 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 can optionally be built against various external libraries.
These dependencies are described below in the "`configure options"
section of this README.

   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-VERSION/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-VERSION'), 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-VERSION/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-VERSION/texinfo' directory.

   If you have TeX and a DVI printer program installed, you can typeset
and print this manual.  First switch to the `gdb' subdirectory of
the main source directory (for example, to `gdb-VERSION/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.  That directory contains:

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

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

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

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

`gdb-VERSION/include'
     GNU include files

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

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

`gdb-VERSION/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-VERSION/sim'
     source for some simulators (ARM, D10V, SPARC, M32R, MIPS, PPC, V850, etc)

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

`gdb-VERSION/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' directory.

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

   For example:

      cd gdb-VERSION
      ./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, `configure' creates
configuration files for every directory level underneath (unless
you tell it not to, with the `--norecursion' option).

   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, you can build GDB in a separate
directory for a Sun 4 like this:

     cd gdb-VERSION
     mkdir ../gdb-sun4
     cd ../gdb-sun4
     ../gdb-VERSION/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-VERSION' (or in a separate configured directory configured with
`--srcdir=PATH/gdb-VERSION'), 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.


`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.  There are many options to gdb's `configure'
script, some of which are only useful in special situation.
*note : (autoconf.info)Running configure scripts, for a full
explanation of `configure'.

     configure [--help]
               [--prefix=DIR]
               [--srcdir=PATH]
               [--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 `--'.  Some
more obscure GDB `configure' options are not listed here.

`--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.

`--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.

`--enable-targets=TARGET,TARGET,...'
`--enable-targets=all`
     Configure GDB for cross-debugging programs running on the
     specified list of targets.  The special value `all' configures
     GDB for debugging programs running on any target it supports.

`--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).

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

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

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

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

`--with-expat'
     Build GDB with Expat, a library for XML parsing.  (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-libiconv-prefix[=DIR]'
     Build GDB with GNU libiconv, a character set encoding conversion
     library.  This is not done by default, as on GNU systems the
     `iconv' that is built in to the C library is sufficient.  If your
     host does not have a working `iconv', you can get the latest
     version of GNU iconv from `https://www.gnu.org/software/libiconv/'.

     GDB's build system also supports building GNU libiconv as part of
     the overall build.  See the GDB manual instructions on how to do
     this.

`--with-lzma'
     Build GDB with LZMA, a compression library.  (Done by default if
     liblzma is installed and found at configure time.)  LZMA is used
     by GDB's "mini debuginfo" feature, which is only useful on
     platforms using the ELF object file format.  If your host does
     not have liblzma installed, you can get the latest version from
     `https://tukaani.org/xz/'.

`--with-mpfr'
     Build GDB with GNU MPFR, a library for multiple-precision
     floating-point computation with correct rounding.  (Done by
     default if GNU MPFR is installed and found at configure time.)
     This library is used to emulate target floating-point arithmetic
     during expression evaluation when the target uses different
     floating-point formats than the host.  If GNU MPFR is not
     available, GDB will fall back to using host floating-point
     arithmetic.  If your host does not have GNU MPFR installed, you
     can get the latest version from `http://www.mpfr.org'.

`--with-python[=PYTHON]'
     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
     PYTHON is used to find the Python headers and libraries.  It can
     be either the name of a Python executable, or the name of the
     directory in which Python is installed.

names a Python executable, which will be queried to find
     the Python headers and libraries.

`--with-guile[=GUILE]'
     Build GDB with GNU Guile scripting support.  (Done by default if
     libguile is present and found at configure time.)  If your host
     does not have Guile installed, you can find it at
     `https://www.gnu.org/software/guile/'.  The optional argument
     GUILE can be a version number, which will cause `configure' to
     try to use that version of Guile; or the file name of a
     `pkg-config' executable, which will be queried to find the
     information needed to compile and link against Guile.

`--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. 

`--enable-build-warnings'
     When building the GDB sources, ask the compiler to warn about any
     code which looks even vaguely suspicious.  It passes many
     different warning flags, depending on the exact version of the
     compiler you are using.

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

`configure' accepts other options, for compatibility with configuring
other GNU tools recursively.


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).


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, and
how you configured it (e.g., "sun4" or "mach386 host,
i586-intel-synopsys target").  Since GDB supports so many
different configurations, it is important that you be precise about
this.  The simplest way to do this is to include the output from these
commands:

      % gdb --version
      % gdb --config

   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:

	https://sourceware.org/gdb/wiki/GDB%20Front%20Ends

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 information about writing code for GDB in the file
`CONTRIBUTE' and at the website:

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

in particular in the wiki.

   If you are pondering writing anything but a short patch, especially
take note of the information about copyrights and copyright assignment.
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-VERSION
	make check-gdb

or

  (2)	cd gdb-VERSION/gdb
	make check

or

  (3)	cd gdb-VERSION/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.


Copyright and License Notices
=============================

Most files maintained by the GDB Project contain a copyright notice
as well as a license notice, usually at the start of the file.

To reduce the length of copyright notices, consecutive years in the
copyright notice can be combined into a single range.  For instance,
the following list of copyright years...

    1986, 1988, 1989, 1991-1993, 1999, 2000, 2007, 2008, 2009, 2010, 2011

... is abbreviated into:

    1986, 1988-1989, 1991-1993, 1999-2000, 2007-2011

Every year of each range, inclusive, is a copyrightable year that
could be listed individually.

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