Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Sparc supply_gregset and supply_fpregset
@ 2002-02-27 13:00 David O'Brien
  2002-02-27 14:23 ` Daniel Jacobowitz
  0 siblings, 1 reply; 4+ messages in thread
From: David O'Brien @ 2002-02-27 13:00 UTC (permalink / raw)
  To: gdb

Who (which file) is 1 to supply the definitions for supply_gregset
and supply_fpregset when USE_PROC_FS is not set?

I am writing the FreeBSD/sparc64 support and at this point I do not want
to support /proc.

-- 
-- David  (obrien@FreeBSD.org)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Sparc supply_gregset and supply_fpregset
  2002-02-27 13:00 Sparc supply_gregset and supply_fpregset David O'Brien
@ 2002-02-27 14:23 ` Daniel Jacobowitz
  2002-02-27 14:26   ` David O'Brien
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Jacobowitz @ 2002-02-27 14:23 UTC (permalink / raw)
  To: David O'Brien; +Cc: gdb

On Wed, Feb 27, 2002 at 01:00:25PM -0800, David O'Brien wrote:
> Who (which file) is 1 to supply the definitions for supply_gregset
> and supply_fpregset when USE_PROC_FS is not set?
> 
> I am writing the FreeBSD/sparc64 support and at this point I do not want
> to support /proc.

Normally your target -nat file will do this.

If you can do them from the target -tdep file without a great deal of
awkwardness, however, that's preferable.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Sparc supply_gregset and supply_fpregset
  2002-02-27 14:23 ` Daniel Jacobowitz
@ 2002-02-27 14:26   ` David O'Brien
  2002-02-27 14:29     ` Daniel Jacobowitz
  0 siblings, 1 reply; 4+ messages in thread
From: David O'Brien @ 2002-02-27 14:26 UTC (permalink / raw)
  To: gdb

On Wed, Feb 27, 2002 at 05:23:04PM -0500, Daniel Jacobowitz wrote:
> > Who (which file) is 1 to supply the definitions for supply_gregset
> > and supply_fpregset when USE_PROC_FS is not set?
> 
> Normally your target -nat file will do this.
> If you can do them from the target -tdep file without a great deal of
> awkwardness, however, that's preferable.

I must be missing something.  I am following the NetBSD bits, and I do
not see how they are dealing with this.  Do you happen to know?
 
-- 
-- David  (obrien@FreeBSD.org)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Sparc supply_gregset and supply_fpregset
  2002-02-27 14:26   ` David O'Brien
@ 2002-02-27 14:29     ` Daniel Jacobowitz
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Jacobowitz @ 2002-02-27 14:29 UTC (permalink / raw)
  To: David O'Brien; +Cc: gdb

On Wed, Feb 27, 2002 at 02:26:04PM -0800, David O'Brien wrote:
> On Wed, Feb 27, 2002 at 05:23:04PM -0500, Daniel Jacobowitz wrote:
> > > Who (which file) is 1 to supply the definitions for supply_gregset
> > > and supply_fpregset when USE_PROC_FS is not set?
> > 
> > Normally your target -nat file will do this.
> > If you can do them from the target -tdep file without a great deal of
> > awkwardness, however, that's preferable.
> 
> I must be missing something.  I am following the NetBSD bits, and I do
> not see how they are dealing with this.  Do you happen to know?

I'm not familiar with them... *_gregset are only used by:
  - Thread code, which is I believe GNU/Linux specific (lin-lwp rather
than the generic thread_db)
  - Core dump code.

Does the NetBSD code you're looking at even support core dumps? 
Perhaps it does so without these functions...

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-02-27 22:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-27 13:00 Sparc supply_gregset and supply_fpregset David O'Brien
2002-02-27 14:23 ` Daniel Jacobowitz
2002-02-27 14:26   ` David O'Brien
2002-02-27 14:29     ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox