search for: cf25de03

Displaying 2 results from an estimated 2 matches for "cf25de03".

2011 Jun 25
0
[LLVMdev] dump a module from inside GDB to a file
...ion > by others is strictly prohibited. If you are not the intended > recipient, please contact the sender and delete all copies. > -- Ankit -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110625/cf25de03/attachment.html>
2011 Jun 25
2
[LLVMdev] dump a module from inside GDB to a file
Ankit, >From within GDB you can run the following command: "call m->dump()" This will print the module in the bitcode in a textual format. From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Ankit Sethia Sent: Saturday, June 25, 2011 20:56 To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] dump a module from inside GDB to a file Hi All, I