This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug server/14670] Shared libraries issue


http://sourceware.org/bugzilla/show_bug.cgi?id=14670

--- Comment #1 from Roberto Viola <r.viola at elcoelettronica dot it> 2012-10-09 07:47:53 UTC ---
probably i've found something: 

In gcc on arm, when i ask for shared loaded libraries ("share") it calls
function solib.c:info_sharedlibrary_command with full support for solib. (and
it works fine) 

Instead, when i ask for the same command on gdb on windows and gdbserver on
arm, it passes the command "qXfer:libraries:read:" that doesn't manage any
solib, only dlls! And the dlls list is obviously empty. 

Did i miss something?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]