search for: j30

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

Did you mean: 30
2014 Feb 19
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
...lobal main > .type main, at function > main: # @main > Lfunc_begin0: > .loc 1 3 0 # test.c:3:0 > # BB#0: # %entry > .loc 1 2 0 prologue_end # test.c:2:0 > [SP + -4] = FP;; > [SP + -8] = J30;; > FP = SP;; > J31 = -40;; > SP = SP + J31;; > #DEBUG_VALUE: main:argc <- undef > #DEBUG_VALUE: main:argv <- undef > R2 = 0;; > R3 = 11;; > [FP + -12] = R2;; > [FP + -16] = R0;; > [FP + -20] = R1;; > .loc 1 4 0 # test.c:4:0 > [FP + -24...
2007 Oct 24
1
Error in nls model.frame
Error in model.frame When I run the following nls model an error message appears and I dont know how to solve that. Could you help me?? mat = c(1,2,3,4,5,6,7,8,9,12,16,24,36,48,60) for (i in 1:length(j30)) { bliss = nls(c(j[i,1:length(mat)]) ~ b0 + b1*((1-exp(-k1*mat))/(k1*mat)) + b2*(((1-exp(-k2*mat))/(k2*mat))-exp(-k2*mat)), start = list(k1=0.1993, k2=0.1993, b0= 22.0046, b1=-2.7661, b2=-5.8912), trace = TRUE) } Error in model.frame(formula, rownames, variables, varnames, ext...
2014 Feb 18
1
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
All of this information is contained in the DWARF debug info that you must generate. Are you generating DWARF? If not, you will need to. If so, please attach an example program that contains DWARF and specify which function you are having trouble getting variable information for. Greg Clayton On Feb 18, 2014, at 12:44 AM, 杨勇勇 <triple.yang at gmail.com> wrote: > Hi, all > > I
2014 Feb 18
4
[LLVMdev] How is variable info retrieved in debugging for executables generated by llvm backend?
Hi, all I ported llvm backend and lldb recently. Both tools can basically work. lldb is able to debug programs in asm style and frame unwinding is OK. But "frame variable XX" does not work because lldb is not able to determine the address of XX from debug info. Can someone give any clue? Thanks in advance. -- 杨勇勇 (Yang Yong-Yong) -------------- next part -------------- An HTML
2000 Feb 11
1
Problems compiling 2.0.6 on AIX 4.1.5
I've been trying to compile Samba 2.0.6 on an RS/6000 J30 running AIX 4.1.5 using gcc 2.95.1. Basically, when I run 'make', every file that it attempts to compile returns the same warning, involving 'struct statfs' in /usr/include/sys/vfs.h I've listed the beginning and end of the output, but didn't think it worth including the wh...
2014 Feb 20
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
...# @main > > Lfunc_begin0: > > .loc 1 3 0 # test.c:3:0 > > # BB#0: # %entry > > .loc 1 2 0 prologue_end # test.c:2:0 > > [SP + -4] = FP;; > > [SP + -8] = J30;; > > FP = SP;; > > J31 = -40;; > > SP = SP + J31;; > > #DEBUG_VALUE: main:argc <- undef > > #DEBUG_VALUE: main:argv <- undef > > R2 = 0;; > > R3 = 11;; > > [FP + -12] = R2;; > > [FP +...