• Listing 8: Breakpoint information in the GDB Debugger xterm.

    清单8gdb调试器xterm中的断点信息

    youdao

  • Two important GDB Debugger commands are list and disassemble.

    有两个重要gdb调试工具命令,它们分别listdisassemble。

    youdao

  • After stopping the tracing, you can exit the GDB Debugger by typing the quit command.

    停止跟踪以后可以通过键入quit命令来退出GD b调试器

    youdao

  • The GDB Debugger can also attach itself to a currently running process and help you to dig even deeper.

    GDB调试工具本身可以附加于一个正在运行进程帮助进行深入的研究。

    youdao

  • Notice that you're telling the GDB Debugger to quit debugging a program that is still active in memory.

    注意告诉gdb调试工具停止一个内存活动程序的调试。

    youdao

  • The GDB Debugger is such a useful tool that a lot of information about it is available on the Internet.

    gdb调试工具非常有用,Internet上提供大量有关工具的可用信息

    youdao

  • As always, you can learn a lot about tools, such as strace and the GDB Debugger, from their man and info pages.

    平常一样,可以通过maninfo页面来了解各种各样的工具stracegdb调试工具

    youdao

  • The CDT doesn't include its internal debugger, but it offers a front end to GNU GDB debugger, which must be available locally.

    CDT中没有内部调试器,但是提供了一个GNUGD b调试器的前端调试器必须本地可用

    youdao

  • The -quiet option tells the GDB Debugger to display only its prompt and not all the other startup information that it typically displays.

    quiet选项告诉gdb调试工具显示提示符不要显示所有其他启动信息。

    youdao

  • While refreshing the browser page, you should see breakpoint information, such as that shown in Listing 8, scrolling in the GDB Debugger xterm.

    刷新浏览器页面的同时,应该看到如清单8示的断点信息GD b调试器xterm中滚动输出。

    youdao

  • While refreshing the browser page, you should see breakpoint information, such as that shown in Listing 11, scrolling in the GDB Debugger xterm.

    刷新浏览器页面的同时,应该看到如清单11示的断点信息gdb调试工具xterm中滚动输出。

    youdao

  • There's also a new LLDB debugger, which is a replacement for the erstwhile GDB debugger but USES the same parser and source code tools as the compiler does.

    全新调试器LLDB包含其中,它应用和编译器相同解析器源代码工具,目的为了替代旧有的gd b调试器。

    youdao

  • UNIX actually encourages you to explore and learn by providing tools, such as strace and the GDB Debugger, as well as a wealth of information in the man and info pages.

    实际上UNIX通过提供各种工具stracegdb调试工具以及包含相应maninfo页面中的大量信息鼓励系统进行研究学习

    youdao

  • If the GDB debugger is able to read the core file, it indicates the address where the failure occurred (for example, Segmentation fault in function_name at 0x10001234).

    如果gd b调试可以读取core文件就可以分析出失效发生地址(例如Segmentationfault in function_nameat0x10001234)。

    youdao

  • So, while nweb is still running in another xterm session, halt the strace by pressing Ctrl + c, and then launch the GDB Debugger by typing the commands shown in Listing 5.

    因此,在nweb运行另一个xterm会话的同时,下Ctrl +c停止strace然后输入清单5中所命令启动gdb调试工具。

    youdao

  • After starting GDB, the first thing the GDBCDIDebugger2 does is create an MISession object. This object handles all access to the GDB debugger using three pairs of objects.

    启动gdbGDBCDIDebugger 2首先要做就是创建一个MISession对象

    youdao

  • The attach 4009 command starts debugging the currently running nweb server, and the GDB Debugger responds in kind by reading all the symbolic information about the process it can.

    attach 4009命令启动当前正在运行nweb服务器调试工作,并且gdb调试工具通过读取有关进程所有符号信息来做出同样方式的响应

    youdao

  • Note: The -ggdb option in Listing 2 differs from Nigel's article in that it tells the GCC compiler to optimize the program for debugging with the GDB Debugger, which you'll use later.

    注意清单2 中的 -ggdb选项Nigel文章中的内容有些不同选项用于告诉GCC编译器程序进行优化以便使用 GDB调试工具对进行调试,以后用到该调试工具。

    youdao

  • This information is also used by popular debugger tools, such as GDB and WDB.

    可以将这些信息用于流行的调试工具gdbwdb

    youdao

  • Running programs under GDB makes for easier bug trapping, but usually a program will die outside of the debugger leaving only a core file.

    gd b运行程序可以使俘获错误变得更容易调试器外运行的程序通常中止而留下一个core文件

    youdao

  • The KGDB utility is a debugger based on GDB that allows debugging of kernel core files.

    kgdb实用程序基于gdb调试器,允许调试内核核心文件

    youdao

  • The CDI doesn't make any requirements as to how the debugger target interface should work, but Part 2 explains how GDB interfaces a target using the MI protocol.

    CDI对调试器目标接口如何工作没有具体要求但是第2部分将解释gdb如何使用MI协议与目标交互。

    youdao

  • A second method of accessing GDB was developed for interfacing the debugger with software: the Machine Interface (MI).

    访问gdb第二方法旨在通过软件调试器交互:MachineInterface (MI)。

    youdao

  • GDB is the GNU debugger.

    gdbgnu调试器

    youdao

  • The GDB will load the executable's symbols and then display an input prompt to allow you to start using the debugger. There are three ways to view a process with GDB.

    gdb载入可执行程序符号显示输入提示符可以开始使用调试器

    youdao

  • The KGDB program (remote host Linux kernel debugger through GDB) provides a mechanism to debug the Linux kernel using GDB.

    kgdb程序(使用gdb远程主机Linux内核调试器)提供了一种使用gdb调试Linux内核的机制

    youdao

  • Eric Raymond wrote gud.el, a grand unified debugger mode for running GDB and other debuggers, as part of Emacs.

    EricRaymondgud . el,它是一个大型统一调试器(grand unified debugger)模式,用于GDB其他调试作为Emacs一部分运行

    youdao

  • The GNU Debugger (gdb) is the most popular open source debugger in use.

    GNUDebuggergdb目前受欢迎开源调试器。

    youdao

  • Here is how you can purify your program and run it under a debugger (GDB is used here to illustrate the process, but you can use any of your favorite debuggers)?

    这里如何能够净化程序一个调试器下运行这个程序(gdb在这里被用来描述这个过程但是可以利用任何喜欢的调试器)?

    youdao

  • Here is how you can purify your program and run it under a debugger (GDB is used here to illustrate the process, but you can use any of your favorite debuggers)?

    这里如何能够净化程序一个调试器下运行这个程序(gdb在这里被用来描述这个过程但是可以利用任何喜欢的调试器)?

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定