Breakpoint conditional expressions
在阅读Debugging with gdb chapter 4.9 Debugging Multiple Inferiors and Programs时,其中描述:
The debugger convenience variable ‘$_inferior’ contains the number of the current inferior. You may find this useful in writing breakpoint conditional expressions, command scripts, and so forth.
遂决定对**breakpoint conditional expressions**进行专门总结。