Xref: news2.mv.net comp.os.msdos.djgpp:6164 From: Raja Vallee-Rai Newsgroups: comp.os.msdos.djgpp Subject: Retrieving line # from EIP? How? Date: Fri, 19 Jul 1996 11:28:54 -0400 Organization: Inter-Acces Communications Lines: 13 Message-ID: <31EFA9B6.70D7BF77@cs.mcgill.ca> NNTP-Posting-Host: slip101.gamemaster.qc.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hey folks. I'm triggering some GPs these days, and when that happens the runtime system dumps some EIP values. Now, if I were to run the program within GDB, gdb would automatically produce the line numbers associated with each EIP. However, because I'm remapping the keyboard handler, I can't use GDB. Does anybody know how I can manually figure out what line # corresponds to each EIP? Thanks, Raja