search for: check64

Displaying 6 results from an estimated 6 matches for "check64".

Did you mean: check
2012 Mar 07
1
[LLVMdev] Problem with x86 32-bit debug information ?
Hi all, I'm using trunk version of LLVM/CLANG. When I compile attached files on my 64-bit Ubuntu 10.04 LTS system as follows: clang -O2 -g check.c main.c -o check64 When I do gdb check64 and set a breakpoint to the check routine and executes to the breakpoint, I've got: Breakpoint 1, check (result=0x601110, expect=0x601020, n=53) at check.c:7 7 { As you can see I can inspect 'n' value. Now if I compile for x86 32-bit as follows: clang -m32...
2012 Mar 07
1
[LLVMdev] Problem with x86 32-bit debug information ?
...uiuc.edu > *Subject:* [LLVMdev] Problem with x86 32-bit debug information ?**** > > ** ** > > Hi all, > > I'm using trunk version of LLVM/CLANG. > When I compile attached files on my 64-bit Ubuntu 10.04 LTS system as > follows: > > clang -O2 -g check.c main.c -o check64 > > When I do gdb check64 and set a breakpoint to the check routine and > executes to the breakpoint, I've got: > > Breakpoint 1, check (result=0x601110, expect=0x601020, n=53) at check.c:7 > 7 { > > As you can see I can inspect 'n' value. > > Now if I c...
2010 Sep 01
2
Running vbscript .vbs file in an EXE
...tries to run a vbs file, which fails. The attempt to run the .vbs file causes this message to appear in an alert window: "There is no Windows program configured to open this type of file" after which I click OK and there as another window: "could not execute the external program check64.vbs" with "check64.vbs" being the name of the file that is part of the installer. after I click OK the installer exits, and there is no output at the command line whatsoever: bash-3.2$ wine ~/Desktop/INSTALL.EXE bash-3.2$ I've used winetricks to install vb6run mfc42 vcrun6 (w...
2012 Mar 07
3
[LLVMdev] Problem with x86 32-bit debug information ?
...uiuc.edu > *Subject:* [LLVMdev] Problem with x86 32-bit debug information ?**** > > **** > > Hi all, > > I'm using trunk version of LLVM/CLANG. > When I compile attached files on my 64-bit Ubuntu 10.04 LTS system as > follows: > > clang -O2 -g check.c main.c -o check64 > > When I do gdb check64 and set a breakpoint to the check routine and > executes to the breakpoint, I've got: > > Breakpoint 1, check (result=0x601110, expect=0x601020, n=53) at check.c:7 > 7 { > > As you can see I can inspect 'n' value. > > Now if I c...
2012 Mar 08
0
[LLVMdev] Problem with x86 32-bit debug information ?
...dev] Problem with x86 32-bit debug information ? >> >> >> >> Hi all, >> >> I'm using trunk version of LLVM/CLANG. >> When I compile attached files on my 64-bit Ubuntu 10.04 LTS system as >> follows: >> >> clang -O2 -g check.c main.c -o check64 >> >> When I do gdb check64 and set a breakpoint to the check routine and >> executes to the breakpoint, I've got: >> >> Breakpoint 1, check (result=0x601110, expect=0x601020, n=53) at check.c:7 >> 7    { >> >> As you can see I can inspect 'n&...
2012 Mar 09
0
[LLVMdev] Problem with x86 32-bit debug information ?
...gt; >> > >> > >> > >> Hi all, > >> > >> I'm using trunk version of LLVM/CLANG. > >> When I compile attached files on my 64-bit Ubuntu 10.04 LTS system as > >> follows: > >> > >> clang -O2 -g check.c main.c -o check64 > >> > >> When I do gdb check64 and set a breakpoint to the check routine and > >> executes to the breakpoint, I've got: > >> > >> Breakpoint 1, check (result=0x601110, expect=0x601020, n=53) at > check.c:7 > >> 7 { > >> >...