采用动态插装技术,实现了条件断点。
By using of dynamic instrumentation, we implement conditional breakpoint.
我不知道什么条件导致调用失败,所以无法设置条件断点。
I do not know what conditions cause the call to fail, so I cannot set a conditional breakpoint.
还可以声明条件断点,它在表达式值发生变化时触发(请参见图6)。
It's possible to declare conditional breakpoints triggered whenever the value of an expression changes (see Figure 6).
用于某些条件断点,这些断点在条件更改或为真时指示中断。
For conditional breakpoints to indicate breaking when the condition has changed, or when it becomes true.
用于某些条件断点,这些断点在条件更改或为真时指示中断。
The condition type; i. e. break when true, or break when changed.
快速条件断点是高性能并行程序调试器中进程控制必备的功能之一。
A fast conditional breakpoint is considered to be an essential process control capability of advanced high-performance parallel debuggers.
使用'condition '命令时,如果指定断点编号但又不指定表达式,可以将断点设置成无条件断点,例如,' condition1 '就将1号断点设置成无条件断点。
Breakpoints can be set to unconditional using the 'condition' command specifying a breakpoint number without an expression, for example 'condition 1' sets breakpoint 1 to unconditional.
毫无疑问,最常见的调试步骤是设置断点,这样可以检查条件语句或循环内的变量和值。
Undoubtedly, the most common debugging procedure is to set breakpoints that will allow the inspection of variables and the values inside conditional statements or loops.
条件中指定的变量必须在设置了断点的行中,否则表达式就没有什么意义!
The variables specified in the condition must be in scope at whatever line you set the breakpoint on, otherwise the expression wouldn't make sense!
我们必须继续执行两次程序才会发生这种情况,但是只要在断点上设置一个条件就可以使gdb只在 "value" 与 "div"真正相等时暂停。
We had to continue program execution twice to get to this point, however by setting a condition on the breakpoint we can make gdb halt only when "value" actually equals "div".
要查看当前定义了什么断点及其条件,请发出命令'infobreak'
To see what breakpoints are currently defined and their conditions issue the command 'info break'
如果已经在第21行中设置了断点,如1号断点,则可以使用'condition '命令来代替在断点上设置条件。
If a breakpoint such as number 1 was already defined at line 21 we could use the 'condition' command instead to set the condition on the breakpoint.
除了所有条件和已经遇到断点多少次之外,断点信息还在' Enb '列中指定了是否启用该断点。
Along with any conditions and how many times it's been hit, the breakpoint information specifies whether the breakpoint is enabled in the 'Enb' column.
当达到某个特定位置或满足某个条件时,断点将暂停调试器。
A breakpoint halts the debugger once it reaches a specific location or once a condition is met.
我如何在LLDB断点条件使用栈的内容?
根据新钻遇断点资料对断层进行重新组合,原井网条件下控制的部分断层的数量、延伸长度、走向发生了变化。
After recombination of faults according to new penetrated breakpoints data, the number, extension length and trend of some faults controlled by original patterns changed.
根据新钻遇中断点资料对断层进行重新组合,原井网条件下控制的部分断层的数量、延伸长度、走向发生了变化。
After recombination of faults according to new penetrated breakpoints data, the number, extension length and trend of some faults controlled by original patterns changed.
该文在汇编嵌入式软件程序流程图自动生成的研究基础上,提出了以PC值为基准条件的断点设置、测机制以及虚拟插桩机制。
Based on the research of embedded assembly program flow chart automatic building, the breakpoint setting and checking mechanism, virtual instrumentation mechanism based on the PC values are proposed.
调试器只有在一个条件正确时才会终止。断点不会在一直存在,在执行操作后就会消失。
For conditional breakpoints to indicate breaking when the condition has changed, or when it becomes true.
DR7用来进一步定义断点的中断条件。
DR7 is used to further define the breakpoint interrupt condition.
如果在指定断点条件时使用的语法有效但语义无效,则在第一次命中断点将出现警告消息。
If you specify a breakpoint condition with valid syntax but invalid semantics, a warning message appears the first time the breakpoint is hit.
如何:指定断点条件。
本算法以突出信息表的决策规则为主要目的,选取重要断点为主要手段,以分类质量作为迭代约束条件。
In this method, the main purpose was emphasizing the decision rules, the main means was selecting the important breaking points, and the iterative constraint was the quality of classification.
如果在设置断点条件时使用了无效语法,将立即出现警告消息。
If you set a breakpoint condition with invalid syntax, a warning message appears immediately.
断点可以是有条件的。
在您要将中断点放置在个别执行绪上时,可以使用的中断点筛选条件。
Use breakpoint filters when you want to place a breakpoint on an individual threads.
暂止中断点表示可以发生中断的一般条件或位置,例如遇到函式的时候。
A pending breakpoint indicates a general place or condition for a break to occur, such as when function is encountered.
您可以使用中断点筛选条件,将中断点放置在个别执行绪上。
You can use breakpoint filters to place breakpoints on individual threads.
中断点筛选条件会限制指定之电脑、处理序和执行绪的中断点行为。
A breakpoint filter limits the behavior of a breakpoint to specified computers, processes, and threads.
中断点筛选条件会限制指定之电脑、处理序和执行绪的中断点行为。
A breakpoint filter limits the behavior of a breakpoint to specified computers, processes, and threads.
应用推荐