Displaying 2 results from an estimated 2 matches for "breakpionts".
Did you mean:
breakpiont
2012 Nov 16
1
Interpretation of davies.test() in segmented package
My data:
I have raw data points that form a logit style curve as if they were a time
series. Which is to say they form 3 distinct lines with 3 distinct slopes
in backwards z pattern. A certain class of my data looks essentially flat
to the eye with marginal oscillation. What is important to me is the x
value at which the state change is occurring, in other words, the break
point
Use of
2004 Sep 22
0
[LLVMdev] The story is for why I need grab the entry address of BB :)
...ill create a table which record the entry address for each BB. Once the BB has been loaded by pervious instruction, I don't need load it again.
That is why I want to grab the entry address of each BB.
Actually, I tried to use API ptrace to implement the program I mentioned. It means I can set breakpionts at each entry of BB, once the program hits the break point, I can use ptrace to load the next BB to memory. However, I haven't done it by using ptrace. The reason is that I don't know how complex process ptrace did. So I really want to write some assemble code or C to do it if I can.
If I...