Displaying 2 results from an estimated 2 matches for "nadev".
Did you mean:
adev
2011 Jun 25
0
[LLVMdev] dump a module from inside GDB to a file
Hi Nadev,
The module is really big and i would like the dump to happen in a file
instead of stdout. Is that possible?
On Sat, Jun 25, 2011 at 3:37 PM, Rotem, Nadav <nadav.rotem at intel.com> wrote:
> Ankit, ****
>
> ** **
>
> From within GDB you can run the following command:****
>...
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