Re: Viewing pointer addresses...

2004-04-09 Thread Eric F Crist
On Thursday 08 April 2004 11:25 pm, Jamie wrote:
 I'm running FreeBSD 4.9REL. Is there a way to find the current value
 of the stack and instruction pointers of a running process with ps or
 something similiar?






 Greetings from Minneapolis, MN, United States

 A friend is someone who lets you have total freedom to be yourself.

St. Paul, MN here.  Have you thought of joining the TCBUG (Twin Cities BSD 
Users Group)?  We have a meeting on April 17th and you're welcome to join us.  
http://www.tcbug.org I believe for more information and to join our mailing 
list.
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588


pgp0.pgp
Description: signature


Re: Viewing pointer addresses...

2004-04-09 Thread Jamie
On Fri, 9 Apr 2004, Eric F Crist wrote:

 On Thursday 08 April 2004 11:25 pm, Jamie wrote:
  I'm running FreeBSD 4.9REL. Is there a way to find the current value
  of the stack and instruction pointers of a running process with ps or
  something similiar?
 
 
 
 
 
 
  Greetings from Minneapolis, MN, United States
 
  A friend is someone who lets you have total freedom to be yourself.

 St. Paul, MN here.  Have you thought of joining the TCBUG (Twin Cities BSD
 Users Group)?  We have a meeting on April 17th and you're welcome to join us.
 http://www.tcbug.org I believe for more information and to join our mailing
 list.


   Yes, thanks! I actually joined the tcbug list a few weeks ago and plan
on attending the meetings. So, I'll probably see you there, then.


- Jamie



 --
 Eric F Crist
 AdTech Integrated Systems, Inc
 (612) 998-3588



Greetings from Minneapolis, MN, United States

A friend is someone who lets you have total freedom to be yourself.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Viewing pointer addresses...

2004-04-08 Thread Jamie



I'm running FreeBSD 4.9REL. Is there a way to find the current value
of the stack and instruction pointers of a running process with ps or
something similiar?






Greetings from Minneapolis, MN, United States

A friend is someone who lets you have total freedom to be yourself.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Viewing pointer addresses...

2004-04-08 Thread Malcolm Kay
On Friday 09 April 2004 13:55, Jamie wrote:
 I'm running FreeBSD 4.9REL. Is there a way to find the current value
 of the stack and instruction pointers of a running process with ps or
 something similiar?

Take a look at procfs(5).
In particular /proc/PID/regs which gives the content (in binary)
of 19 registers from process PID.

Malcolm

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]