From: Eli Zaretskii <eliz@delorie.com>
To: cgf@redhat.com
Cc: gdb@sources.redhat.com
Subject: Re: changelog rotation...
Date: Mon, 15 Jan 2001 03:13:00 -0000 [thread overview]
Message-ID: <200101151113.GAA11867@indy.delorie.com> (raw)
In-Reply-To: <20010114131735.G24031@redhat.com>
> Date: Sun, 14 Jan 2001 13:17:35 -0500
> From: Christopher Faylor <cgf@redhat.com>
>
> >I suspect that some of those registered under NT are actually using
> >Windows 2000, where long file names _are_ supported, since the
> >zip-picker doesn't distinguish between these two versions.
>
> Haven't long filenames been supported since almost forever on Windows NT?
> I use them on a 3.5 system, at least.
For native Windows programs, that's true, of course. But DJGPP
programs are DOS executables, as far as Windows is concerned, and DOS
executables are barred from issuing the Win32 API calls for file
access. So DJGPP programs cannot access the long file names except
through a special API avail;able to DOS programs (a bunch of functions
of Int 21h). That API is not supported by NT versions before 5
(i.e. before W2K). Windows 9X always had it included. The DJGPP
library detects this API at startup and automatically switches all
library functions to use that API, thereby proividing a transparent
support for long file names.
From eliz@delorie.com Mon Jan 15 03:14:00 2001
From: Eli Zaretskii <eliz@delorie.com>
To: fnasser@redhat.com
Cc: cgf@redhat.com, gdb@sources.redhat.com
Subject: Re: changelog rotation...
Date: Mon, 15 Jan 2001 03:14:00 -0000
Message-id: <200101151114.GAA11874@indy.delorie.com>
References: <5md7dt7ski.fsf@jtc.redback.com> <3405-Fri12Jan2001111148+0200-eliz@is.elta.co.il> <3A5F02FE.83E5B350@redhat.com> <9791-Fri12Jan2001174626+0200-eliz@is.elta.co.il> <o5ely8g1zq.fsf@toenail.toronto.redhat.com> <3791-Sat13Jan2001104448+0200-eliz@is.elta.co.il> <xn8zofjqc9.fsf@greed.delorie.com> <200101141137.GAA16367@indy.delorie.com> <20010114131735.G24031@redhat.com> <3A61F1F9.9E83D82C@redhat.com>
X-SW-Source: 2001-01/msg00085.html
Content-length: 413
> Date: Sun, 14 Jan 2001 13:37:45 -0500
> From: Fernando Nasser <fnasser@redhat.com>
>
> Do we build gdb natively on a DOS system or is it generated with
> --build --host --target on a higher system?
It is mostly built natively. Cross-compilation is not something a
typical DJGPP user will consider, and even some of the developers use
native build environment for whatever packages whose ports they maintain.
From ac131313@cygnus.com Mon Jan 15 04:14:00 2001
From: Andrew Cagney <ac131313@cygnus.com>
To: GDB Discussion <gdb@sourceware.cygnus.com>
Cc: haberg@matematik.su.se
Subject: C++ Q on types
Date: Mon, 15 Jan 2001 04:14:00 -0000
Message-id: <3A62E909.554EECBA@cygnus.com>
X-SW-Source: 2001-01/msg00086.html
Content-length: 1252
Via RMS:
> A user (haberg@matematik.su.se) sent me this explanation of a feature
> in some other debuggers:
>
> C++ has makes available various runtime information (RTTI). C++ has a
> single one form of a polymorphic variable, or an object which can change
> its type at runtime, namely the polymorphic pointer: If one has a class A
> and derives from it a class B, then one can write
> A* ap = new B();
> The static type pointer to an A named ap now points to a dynamically
> allocated B pointer. It means that in the C++ static typing, this is just
> an ap pointer, but C++ has mechanism for keeping track of the dynamic
> type B, for example, via "virtual functions", or by using C++ RTTI...
>
> Now to the debugging: If the debugger only handles C++ static typing, it
> will show that ap is an A, and will only display that structure of it
> (the names in that class and their values).
>
> But if the debugger handles C++ dynamic data, it will show that the ap is
> actually a B, and will show that (the names in that class B and their
> values).
>
> Does GDB have the ability to determine the actual type
> of *ap, and display it accordingly?
Something for TODO?
From moshaughnessy@quarrytech.com Mon Jan 15 10:43:00 2001
From: "O'Shaughnessy, Mike" <moshaughnessy@quarrytech.com>
To: "'gdb@sourceware.cygnus.com'" <gdb@sourceware.cygnus.com>
Cc: "O'Shaughnessy, Mike" <moshaughnessy@quarrytech.com>
Subject: gdb with HP probes?
Date: Mon, 15 Jan 2001 10:43:00 -0000
Message-id: <496A8683261CD211BF6C0008C733261AA25138@email.quarrytech.com>
X-SW-Source: 2001-01/msg00087.html
Content-length: 817
I haven't seen anything in the FAQs or archives...
Is anyone aware of any existing modification to gdb to allow it to be used
with HP/Agilent probes (E5900A/E5900B)? We have quite a few probes that
we used with the SDS SingleStep debugger with WRS Tornado/gcc 2.7.2.
We've upgraded to gcc 2.95.2, which likes to use dwarf along with stabs, and
the SingleStep will not work with it for C++ code. I'd like to replace
SingleStep
with gdb, but we'd really like to use the probes - they connect to the J-TAG
connectors on our embedded PowerPC product.
thanks!
--------------------------------------------------------
Mike O'Shaughnessy Tel (781) 505-8300 x303
Quarry Technologies, Inc. Fax (781) 505-8316
8 New England Executive Park, Burlington, MA 01803
email: moshaughnessy@quarrytech.com
prev parent reply other threads:[~2001-01-15 3:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <5md7dt7ski.fsf@jtc.redback.com>
[not found] ` <3A5E23C0.A8DF6E48@redhat.com>
[not found] ` <5mn1cx6ajc.fsf@jtc.redback.com>
[not found] ` <3A5E2E6B.AA61F361@redhat.com>
[not found] ` <5m66jl68ez.fsf@jtc.redback.com>
[not found] ` <9003-Fri12Jan2001111534+0200-eliz@is.elta.co.il>
[not found] ` <7263-Fri12Jan2001122813+0200-eliz@is.elta.co.il>
[not found] ` <3A5F5825.CF95E1D6@apple.com>
[not found] ` <5m66jk36qu.fsf@jtc.redback.com>
2001-01-12 13:50 ` Kevin Buettner
[not found] ` <3405-Fri12Jan2001111148+0200-eliz@is.elta.co.il>
[not found] ` <3A5F02FE.83E5B350@redhat.com>
[not found] ` <9791-Fri12Jan2001174626+0200-eliz@is.elta.co.il>
[not found] ` <o5ely8g1zq.fsf@toenail.toronto.redhat.com>
[not found] ` <3791-Sat13Jan2001104448+0200-eliz@is.elta.co.il>
[not found] ` <xn8zofjqc9.fsf@greed.delorie.com>
[not found] ` <200101141137.GAA16367@indy.delorie.com>
[not found] ` <20010114131735.G24031@redhat.com>
2001-01-15 3:13 ` Eli Zaretskii [this message]
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=200101151113.GAA11867@indy.delorie.com \
--to=eliz@delorie.com \
--cc=cgf@redhat.com \
--cc=gdb@sources.redhat.com \
/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