From: Joel Brobecker <brobecker@adacore.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: gdb-patches@sourceware.org
Subject: Checked in: [RFA/Doco] Document new <data-dir>/system-gdbinit area
Date: Thu, 23 May 2013 06:08:00 -0000 [thread overview]
Message-ID: <20130523060831.GD4017@adacore.com> (raw)
In-Reply-To: <83obc3t68n.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 802 bytes --]
> > First attached is a patch which provides the changes made on top
> > of the first submission, showing the changes I made based on your
> > feedback. It also includes a NEWS entry.
> >
> > And second patch is the actual full patch.
> >
> > gdb/doc/ChangeLog:
> >
> > * gdb.texinfo (Installed System-wide Configuration Scripts):
> > Add subsection describing the scripts now available under
> > the data-dir's system-gdbbinit subdirectory.
> > * NEWS: Add entry announcing the availability of system-wide
> > configuration scripts for ElinOS and Wind River Linux.
> >
> > OK to commit?
>
> Yes, with one gotcha:
Thanks, Eli. Checked in with the small correction you pointed out.
For the record, attached is the exact patch that got checked in.
--
Joel
[-- Attachment #2: 0001-Document-new-data-dir-system-gdbinit-area.patch --]
[-- Type: text/x-diff, Size: 3606 bytes --]
From 8f25b97456ed86e16ece4b9571585a07ed6a4485 Mon Sep 17 00:00:00 2001
From: Joel Brobecker <brobecker@adacore.com>
Date: Tue, 21 May 2013 13:18:54 +0400
Subject: [PATCH] Document new <data-dir>/system-gdbinit area
gdb/doc/ChangeLog:
* gdb.texinfo (Installed System-wide Configuration Scripts):
Add subsection describing the scripts now available under
the data-dir's system-gdbbinit subdirectory.
* NEWS: Add entry announcing the availability of system-wide
configuration scripts for ElinOS and Wind River Linux.
---
gdb/NEWS | 6 ++++++
gdb/doc/ChangeLog | 8 ++++++++
gdb/doc/gdb.texinfo | 32 ++++++++++++++++++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/gdb/NEWS b/gdb/NEWS
index e09907c..c6a5e5d 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -72,6 +72,12 @@ show debug nios2
** The new command -dprintf-insert sets a dynamic printf breakpoint.
+* New system-wide configuration scripts
+ A GDB installation now provides scripts suitable for use as system-wide
+ configuration scripts for the following systems:
+ ** ElinOS
+ ** Wind River Linux
+
*** Changes in GDB 7.6
* Target record has been renamed to record-full.
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 41e08b8..ddc766a 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,11 @@
+2013-05-23 Joel Brobecker <brobecker@adacore.com>
+
+ * gdb.texinfo (Installed System-wide Configuration Scripts):
+ Add subsection describing the scripts now available under
+ the data-dir's system-gdbbinit subdirectory.
+ * NEWS: Add entry announcing the availability of system-wide
+ configuration scripts for ElinOS and Wind River Linux.
+
2013-05-21 Hui Zhu <hui@codesourcery.com>
* gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 43b0104..b68d2f8 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -36332,6 +36332,38 @@ initialization. If the data-directory is changed after @value{GDBN} has
started with the @code{set data-directory} command, the file will not be
reread.
+@node Installed System-wide Configuration Scripts
+@subsection Installed System-wide Configuration Scripts
+@cindex system-wide configuration scripts
+
+The @file{system-gdbinit} directory, located inside the data-directory
+(as specified by @option{--with-gdb-datadir} at configure time) contains
+a number of scripts which can be used as system-wide init files. To
+automatically source those scripts at startup, @value{GDBN} should be
+configured with @option{--with-system-gdbinit}. Otherwise, any user
+should be able to source them by hand as needed.
+
+The following scripts are currently available:
+@itemize @bullet
+
+@item @file{elinos.py}
+@pindex elinos.py
+@cindex ELinOS system-wide configuration script
+This script is useful when debugging a program on an ELinOS target.
+It takes advantage of the environment variables defined in a standard
+ELinOS environment in order to determine the location of the system
+shared libraries, and then sets the @samp{solib-absolute-prefix}
+and @samp{solib-search-path} variables appropriately.
+
+@item @file{wrs-linux.py}
+@pindex wrs-linux.py
+@cindex Wind River Linux system-wide configuration script
+This script is useful when debugging a program on a target running
+Wind River Linux. It expects the @env{ENV_PREFIX} to be set to
+the host-side sysroot used by the target system.
+
+@end itemize
+
@node Maintenance Commands
@appendix Maintenance Commands
@cindex maintenance commands
--
1.7.10.4
next prev parent reply other threads:[~2013-05-23 6:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-21 9:25 Joel Brobecker
2013-05-21 15:34 ` Pedro Alves
2013-05-21 17:37 ` Eli Zaretskii
2013-05-21 17:17 ` Eli Zaretskii
2013-05-22 6:28 ` Joel Brobecker
2013-05-22 14:54 ` Eli Zaretskii
2013-05-23 6:08 ` Joel Brobecker [this message]
2013-05-24 1:33 ` Checked in: " asmwarrior
2013-05-24 4:53 ` Joel Brobecker
2013-05-24 5:06 ` Joel Brobecker
2013-05-24 6:24 ` Eli Zaretskii
2013-05-22 6:44 ` Joel Brobecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130523060831.GD4017@adacore.com \
--to=brobecker@adacore.com \
--cc=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox