- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Request for Help
Operating System - HP-UX
1820249
Members
2592
Online
109622
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 05:39 PM
06-25-2007 05:39 PM
Request for Help
Hi Everyone,
I am trying to create a program that could track the program counter of a process. I have read that the setjmp() API in HP-UX can be used to save the program counter of a executing process/thread. Can someone kindly give me the following examples.
1.Retrieving the thread details of a particular process ID.
2.Retrieving the program counter value for a particular thread in a process.
Thanks and Regards,
Bharath Thodla
I am trying to create a program that could track the program counter of a process. I have read that the setjmp() API in HP-UX can be used to save the program counter of a executing process/thread. Can someone kindly give me the following examples.
1.Retrieving the thread details of a particular process ID.
2.Retrieving the program counter value for a particular thread in a process.
Thanks and Regards,
Bharath Thodla
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 07:02 PM
06-25-2007 07:02 PM
Re: Request for Help
What are you really trying to do?
Are you doing this for PA-RISC or Integrity?
None of this info is readily available.
About the only way to get it is to download a the source of gdb and reverse engineer it.
http://www.hp.com/go/wdb
You may also sign up for DSPP and ask:
http://www.hp.com/go/dspp
If you are on IPF, the next release of the compiler (A.06.15) will support:
#include
void *r1 = _Asm_mov_from_ip();
Are you doing this for PA-RISC or Integrity?
None of this info is readily available.
About the only way to get it is to download a the source of gdb and reverse engineer it.
http://www.hp.com/go/wdb
You may also sign up for DSPP and ask:
http://www.hp.com/go/dspp
If you are on IPF, the next release of the compiler (A.06.15) will support:
#include
void *r1 = _Asm_mov_from_ip();
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP