Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - how to load shared libraries symbols automatically: Page 1 of 25 (25 Items)
   
how to load shared libraries symbols automatically  
I'm having problem to load shared libraries symbols automatically on Momentics (4.7.0). The application that I'm 
debugging depends on several shared libraries and the "Debug Configurations" is set to "Load shared library symbols 
automatically". 
However, each time when the GDB hit the entry point (main), I check loaded symbols by "info sharedlibrary" and it shows 
all the symbols are not loaded. And if run the command "sharedlibrary" all symbols will be loaded manually. I also 
checked "auto-solib-add", and it's set to autoloading on mode. Others such as "solib-search-ath" are also corerct.
Anybody can help me to figure out what's wrong here?

Thanks in advance,
Victor Chen