teawater / kgtp

KGTP is a comprehensive dynamic tracer for analysing Linux kernel and application (including Android) problems on production systems in real time.
http://teawater.github.io/kgtp/
85 stars 36 forks source link

Retry the module search if default module name doesn't work #45

Closed yangoliver closed 8 years ago

yangoliver commented 8 years ago

RHEL/CentOS uses *.ko.debug for debug binaries name schema.

Signed-off-by: Yong Yang yangoliver@gmail.com

yangoliver commented 8 years ago

I had verified the patch on CentOS 7.2. My gdb client could load debug module symbols correctly with the python script.