I am writing perl script which is getting core from Production. I have got core and need to run the gdb on these core file. Can anyone provide me info to connect gdb from perl script.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
You don't want to do that. What you want to do instead, is figure out why your
on the production machine, then issue |
|||
|
|
system('gdb filename')?, or how to manipulate the debugger from within Perl as well? (Try the Expect module, or Expect::Simple, in that case). – DavidO Jul 9 '12 at 7:14