This is the mail archive of the gdb@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]

Re: Can GDB stub report every module loading event so that the host can load every module symbol automatically?


倪瑞莘 wrote:
> Hi,
> 
> I want my GDB stub to report every module loading event so that the
> GDB in the host can receive the message and load every module symbol
> automatically during my OS booting.
> I searched the GDB serial protocol but didn't find any message can
> meet my requirement.
> Can anyone kindly help me on this?
> 
> Thanks,
> Ruiyu

There is no such message because the stub doesn't know
anything about modules.  There is no particular "event"
when execution first enters a module.


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