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

calling glibc mallinfo() from GDB after attaching to a process?


Hi,

I would like to attach to a running program, issue a call to the glibc mallinfo() function, display the returned mallinfo structure, and the continue execution of the program. The idea here is to grab some malloc statistics from a running program... Is this kind of thing possible? If so, can someone offer up some clues as to the GDB commands to issue to do this?

Chris


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