This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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: Question regarding userspace tracing memcpy in glibc


> That's one possibility.  Another is running "as -g --gdwarf-2", which
> I believe glibc does not use that in its build of .s files.  

It does.  But that only generates source location information, not a full
DIE tree with function names and types and so forth (which the assembler
doesn't know anyhow).  The notion has come up before to get more complete
information in there, either via glibc hacks or via new assembler features.
But there is a bunch of work involved (more of it being deciding how to go
about it and how to compose the interface for assembler features than
anything else).


Thanks,
Roland


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