Lines Matching full:tools
23 Assertions are one of our most important tools for writing reliable code. If in
70 We have the tools to make anything visible at runtime, efficiently - RCU and
82 Runtime info and debugging tools should come with clear descriptions and
84 like in procfs. Part of the job of the debugging tools is to educate users and
107 messages, new debug tools, and do those first. Look for ways to make the system
124 This will also motivate you to make your debugging tools as good as possible,
127 person most able to improve the tools to make debugging quick and easy.
169 Don't neglect your tools.
171 The most important tools (besides the compiler and our text editor) are the
172 tools we use for testing. The shortest possible edit/test/debug cycle is
175 time is being wasted because your tools are bad or too slow - don't accept it,