GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What's the problem of inline function debugging in...
Operating System - HP-UX
1851067
Members
2237
Online
104056
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
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
01-22-2002 05:35 PM
01-22-2002 05:35 PM
What's the problem of inline function debugging in WDB
Hi I have following example code, and I compile it with HP aC++ B3910B A.03.13 on HPUX11.0 with -g +d options, when I use gdb to debug the code. I can not "call test.prt()" in debugger while ok with "call test.prt1()". Could anybody help? Thanks a lot!!
example code:
#include "iostream.h"
class Test{
public:
void prt1()
{
cout <<"Test"< }
void prt()
{
cout <<"Test"< }
};
int
main(int argc, char ** argv)
{
int i = 0;
Test test;
test.prt1();
return i;
}
example code:
#include "iostream.h"
class Test{
public:
void prt1()
{
cout <<"Test"<
void prt()
{
cout <<"Test"<
};
int
main(int argc, char ** argv)
{
int i = 0;
Test test;
test.prt1();
return i;
}
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
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP