单词 | gdb |
释义 | 例句释义: 德意志民主共和国,调试器,调试工具 1. Now we are ready to start the gdb program on your development machine by changing to the directory where your kernel source tree starts. 现在我们可以通过改为使用内核源代码树开始的目录来启动开发机器上的gdb程序了。 www.ibm.com 2. Citigroup's newly-acquired controlling stake in Guangdong Development Bank, with more than 500 branches, gives it a fair shot. 花旗最近获得了拥有500多家分行的广东发展银行(GDB)的控股权,使它有望在中国开展零售业务。 www.ftchinese.com 3. While it would be relatively easy to create a new GDB target for the SPU itself, most users need to debug interaction between PPE and SPE. 虽然为SPU自己创建一个新的GDB目标非常简单,但是大部分用户都需要对PPE和SPE之间的交互进行调试。 www.ibm.com 4. The next step is to arrange for your program to use a serial port to communicate with the machine where GDB is running (the host machine). 下一步是安排你的程序使用一个串口与运行gdb的机器(宿主机)通讯。 www.wikipic.org 5. GDB executive confirmed their departure yesterday but said it had nothing to do with last week's detentions. 一位广发行高管昨日证实了他们的离职,但表示与上周的拘留没有任何关系。 www.ftchinese.com 6. On target machines that have instruction caches, GDB requires this function to make certain that the state of your program is stable. 在有指令缓存的目标机上,gdb需要这一函数,以确定你的程序的状态是稳定的。 www.wikipic.org 7. A little digging with "top -H" and gdb seems to indicate that the two busiest threads in the receiver are both in packetprocessor_tcp. 对top-H和gdb的深入了解表明,这两个接收方最忙的线程都位于packetprocessor_tcp中。 www.ibm.com 8. Go down the number of frames indicated by the numeric argument, like the GDB down command. 向底部移动几个帧,数量由数值参数给出,类似GDBdown命令。 wiki.chinaunix.net 9. In this case gdb will take control and interrupt the program, allowing you to examine the state of everything and hopefully find out why. 这种情况下,gdb会获得控制并中断程序,从而可以让您检查所有事物的状态,如果运气好的话,可以找出原因。 www-128.ibm.com 10. ndk-gdb will not work if you try to run your application on previous versions of the system. 如果你尝试运行你的应用程序在之前版本的系统上ndk-gdb将不工作。 blog.sina.com.cn 1. It might be a high-profile deal but, for Citigroup, GDB forms just one part of its China strategy. 这或许是一笔引人注目的交易,但对花旗集团来说,广发行只是其中国战略版图上的一部分。 www.ftchinese.com 2. Their mode was derived from gud. el but was designed for use only with GDB, with which it was distributed. 此模式源于gud.el,但是仅为使用GDB而设计,它随着GDB一起发布。 www.cnblogs.com 3. IBM Rational Software Developer (RSD) allows you to run and debug programs on a remote machine using the GNU debugger (gdb). IBMRationalSoftwareDeveloper(RSD)允许您使用GNU调试器(GNUdebugger,gdb)在远程的机器上运行并调试程序。 www.ibm.com 4. Start up GDB as usual, using the name of the local copy of your program as the first argument. 像平常一样启动gdb后,使用你程序的本地拷贝的名称做为第一个参数。 www.wikipic.org 5. By default, ndk-gdb will search for an already-running application process, and will dump an error if it doesn't find one. 默认情况下,ndk-gdb将搜索一个早以运行的应用进程,如果它找不到将转储一个错误。 blog.sina.com.cn 6. When a program forks, GDB will continue to debug the parent process and the child process will run unimpeded. 当一个程序fork时,GDB将继续调试主进程而子进程的运行不受影响。 wiki.chinaunix.net 7. Two years ago, GDB said that it had assets of Rmb344bn, making it the mainland's 11th largest bank. 广东发展银行两年前表示,它的总资产为3440亿人民币,是中国内地第11大银行。 www.ftchinese.com 8. Running programs under gdb makes for easier bug trapping, but usually a program will die outside of the debugger leaving only a core file. 在gdb下运行程序可以使俘获错误变得更容易,但在调试器外运行的程序通常会中止而只留下一个core文件。 www-128.ibm.com 9. A special interface allows you to use GNU Emacs to view (and edit) the source files for the program you are debugging with GDB. 提供有特别接口允许你用GNUEmacs查看(和修改)正在GDB中调试的程序的源文件。 wiki.chinaunix.net 10. Many GDB users may not have been aware of its existence, however, as it was distributed only with the source code for GDB. 很多GDB用户可能没有注意到有这么个东西存在过,因为它只是随着GDB源代码发布的。 www.cnblogs.com 1. If your application runs on a platform older than Android 2. 3, ndk-gdb will not be able to debug native threads properly. 如果你的应用程序运行在旧于Android2.3的一个平台上,实际上ndk-gdb将不能够调试本地线程。 blog.sina.com.cn 2. This command starts GDB as a subprocess of Emacs, with input and output through a newly created Emacs buffer. 改命令启动GDB并将其作为Emacs的子进程,其输入输出都在一个新创建的Emacs缓冲中。 hi.baidu.com 3. In that case, GDB can fetch values from these sections out of the object file, rather than from the target program. 在这种情况下,GDB可以从对象文件之外的这些段获取变量值,而不是从目标程序。 wiki.chinaunix.net 4. Execute to next source line in this function, skipping all function calls, like the GDB next command. 执行本函数内下一条源码行,越过(不进入)所有的函数调用,类似GDBnext命令。 wiki.chinaunix.net 5. ndk-gdb aborts if it finds that another native debugging session is running on the same device. 默认情况下,如果找到其它的本地调试会话运行在相同设备上的话ndk-gdb中止。 blog.sina.com.cn 6. The GDB Debugger can also attach itself to a currently running process and help you to dig even deeper. GDB调试工具本身也可以附加于一个正在运行的进程,并帮助您进行更深入的研究。 www.ibm.com 7. Using a Linux kernel patch to allow gdb to work on the Linux kernel helped in solving problems on the filesystem that I work on in Linux. 使用Linux内核补丁会使gdb能在Linux内核上工作,这对解决我工作中使用的Linux的文件系统方面的问题很有帮助。 www.ibm.com 8. In many cases, the MI result record is followed by (gdb) and an out-of-band (OOB) record. 在许多情况下,MI结果记录之后是(gdb)和带外(out-of-band,OOB)记录。 www.ibm.com 9. GDB should stop your program when this signal happens. This implies the print keyword as well. 当被调试的程序收到信号时,GDB会停住你的程序。 blog.phpmore.com 10. After opening the emacs editor, load gdb with the kernel. debug image that you want to debug, with the -k option for kernel debugging. 打开emacs编辑器之后,使用您希望调试的kernel.debug映像加载gdb,并且使用-k选项进行内核调试。 www.ibm.com 1. You can set the global debugging info directory's name, and view the name GDB is currently using. 你可以设置全局调试信息目录的名称,并且查看当前GDB所使用的。 codex.wordpress.org.cn 2. 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调试器仅显示其提示符,而不要显示所有其他通常显示的启动信息。 www.ibm.com 3. GDB will mask off the address bits above that number, when it passes addresses to the remote target. 当传递地址到远程目标的时候,gdb将在这一数字上关闭地址的掩位。 www.wikipic.org 4. As a result, Citigroup does not control GDB. Rather, it "has significant management influence" . 因此,花旗没有控股广发行,而是“拥有相当大的管理影响力”。 www.ftchinese.com 5. file file with no argument makes GDB discard any information it has on both executable file and the symbol table. 没有参数的file使GDB丢弃可执行程序和符号表中的任何信息。 wenku.baidu.com 6. When GDB, the GNU Project Debugger, starts up, it looks for a file in the current user's home directory called . 当GDB(即GNUProjectDebugger)启动时,它在当前用户的主目录中寻找一个名为.gdbinit的文件; www.ibm.com 7. Remember that GNU GDB is most effective when it is debugging a program that has debugging symbols linked to it . 请记住当GNUGDB调试一个带有调试符号链接的程序时,它最有效。 www.bing.com 8. If gdb dies or terminates because of a problem, start a new instance of gdb and connect to kgdb with a target remote command. 如果gdb因出现问题而失去响应或终止,则启动新的gdb实例并使用targetremote命令连接到kgdb。 www.ibm.com 9. GDB is a widely used debugger, but the method of remote debugging within GDB cann 't meet the full requirements of the embedded development. GDB是一款被广泛使用的调试器,但是GDB的远程调试方案不能完全满足调试系统开发中的调试需求。 dictsearch.appspot.com 10. This has the the advantage of keeping the shell history of the GUD buffer as well as GDB's breakpoints. 这么做的优点在于可以保持GUDbuffer的shell历史以及GDB的断点。 www.cnblogs.com 1. The CDT doesn't include its internal debugger, but it offers a front end to GNU GDB debugger, which must be available locally. CDT中没有内部的调试器,但是它提供了一个GNUGDB调试器的前端,该调试器必须在本地可用。 www.ibm.com 2. Only needed to debug problems when you can't connect and that the error messages printed by ndk-gdb are not enough. 当你不可以连接且ndk-gdb打印错误信息不能满足时,才需要用来调试问题。 blog.sina.com.cn 3. GDB and Citigroup will have to work closely together to improve risk management. 广东发展银行和花旗集团必须紧密合作,改善风险管理。 www.ftchinese.com 4. A second method of accessing gdb was developed for interfacing the debugger with software: the Machine Interface (MI). 访问gdb的第二个方法旨在通过软件与调试器交互:MachineInterface(MI)。 www.ibm.com 5. Gdb can load core files and let you examine the state of the program before it died. gdb可以装入core文件,并让您检查程序中止之前的状态。 www.ibm.com 6. It's generally used as a command-line executable, but it can be accessed through software using the little-known MI protocol. gdb通常被用作命令行可执行文件,但可以通过使用不太著名的MI协议的软件访问gdb。 www.ibm.com 7. By combining Electric Fence with gdb, you can track down exactly what line tried to access the protected memory. 通过结合ElectricFence和gdb,您可以精确地跟踪到哪一行试图访问受保护内存。 www.ibm.com 8. Can build an experimental platform, a compilation of students passed the anti-gdb debugging or break the formation of binary target file. 二进制炸弹实验。可以构建一个实验平台,学生通过反汇编或gdb调试破解生成的二进制目标文件。 s.dssz.net 9. Barring yet another unforeseen delay, a Citigroup-led group will this week be named as winner in the battle for Guangdong Development Bank. 如果不再出现意料之外的延误,花旗牵头的财团本周将被宣布为广东发展银行(GDB)竞购战的胜利者。 www.ftchinese.com 10. Now that we re finished debugging, gdb can be exited with the quit command. 现在已完成了调试,可以使用quit命令退出gdb。 www-128.ibm.com 1. 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内核的机制。 www.ibm.com 2. This command tells GDB to use its own remote protocol over medium for debugging. 这一命令告诉GDB使用它自己的远程协议,通过medium调试。 wiki.chinaunix.net 3. Info mismatch between compiler and debugger GDB could not parse a type specification output by the compiler. GDB不能分析编译器产生的某种类型的说明。 wiki.chinaunix.net 4. Each time you start your program with run, it inherits its working directory from the current working directory of GDB. 每次用run启动你的程序时,都从GDB的当前目录继承工作目录。 www.wikipic.org 5. The GDB user-defined commands can be called by other user-defined commands, leading to greater effectiveness for them all. 用户定义的GDB命令可由其他用户定义的命令调用,从而为各方都带来更高的效率。 www.ibm.com 6. Stub type has NULL name GDB could not find the full definition for a struct or class. GDB不能找到一个结构体或者类的完全的定义。 wiki.chinaunix.net 7. Other challenges are the integration of SPU program execution into existing tools like GDB or OProfile. 其他挑战还有SPU程序执行与现有工具(例如GDB和OProfile)的集成。 www.ibm.com 8. Notice that you're telling the GDB Debugger to quit debugging a program that is still active in memory. 请注意,您正告诉GDB调试工具停止对一个仍在内存中活动的程序的调试。 www.ibm.com 9. Tell GDB that readonly sections in your object file really are read-only (i. e. that their contents will not change). 告诉GDB对象文件中的只读段确实是只读的(他们的内容将不会被改变)。 codex.wordpress.org.cn 10. Graphical front ends are available for GDB, including Insight, but they require a separate editor. GDB有若干图形前端,包括Insight,但是它们需要独立的编辑器。 www.cnblogs.com 1. Set debug monitor Enable or disable display of communications messages between GDB and the remote monitor. 启用或禁用在GDB和远程监视器之间通讯消息的显示。 wiki.chinaunix.net 2. You will get a gdb prompt. See the GDB User Manual for a list of useful commands. 你将得到一个gdb提示。看GDB用户手册获取有用命令列表。 blog.sina.com.cn 3. The Machine Interface (MI) was created by gdb developers so external applications can access the gdb. MI由gdb开发人员创建,因此外部应用程序可以访问gdb。 www.ibm.com 4. This applies both to GDB commands and their output, and to the input and output done by the program you are debugging. 无论是GDB命令及其输出,还是正在调试中的程序的输入输出,这都是一样的。 wiki.chinaunix.net 5. If gdb does not start, switch the port to the second serial, and this should enable gdb to start. 如果gdb不启动,将端口改为第二个串口,这会使gdb启动。 www.ibm.com 6. pressing the interrupt button transfers control to handle_exception---in effect, to GDB. 按下中断按钮将把控制权转给handle_exception--对gdb来说,这是可行的。 wiki.chinaunix.net 7. Because the program is still running and this action will terminate it, gdb will prompt for confirmation. 由于程序仍在运行,这个操作会终止它,gdb将提示您确认。 www.ibm.com 8. Most people access gdb from a command line, using simple instructions like run, print, and info. 大多数人使用诸如run、print和info这样的简单指令由命令行访问gdb。 www.ibm.com 9. GDB circumvents the problem by treating the symbol scope block as starting on the previous source line. GDB绕过这一问题,它把符号范围块当作开始于前一代码行。 dictsearch.appspot.com 10. If nothing is wrong your program will execute to completion, at which point gdb will get control back. 如果一切正常,程序将执行到结束,此时gdb将重新获得控制。 www-128.ibm.com 1. You can view extensive gdb online help and a detailed tutorial by using the help command. 您可以使用help命令查看全面的gdb在线帮助和详细的教程。 www.ibm.com 2. Show the current status of displaying communications between GDB and the remote monitor. 显示GDB和远程监视器通讯的配置。 wiki.chinaunix.net 3. People familiar with the situation said that, barring late developments, GDB would make the announcement on Thursday. 知情人士表示,如果没有新的变化,广发行将于周四公布这一消息。 www.ftchinese.com 4. Info terminal Displays information recorded by GDB about the terminal modes your program is using. 显示你的程序运行时被GDB所记录的终端模式信息。 wiki.chinaunix.net 5. By default, the program you run under GDB does input and output to the same terminal that GDB uses. 默认的,你在GDB下运行的程序用与GDB相同的终端进行输入输出。 www.wikipic.org 6. The GDB Debugger is such a useful tool that a lot of information about it is available on the Internet. GDB调试工具非常有用,Internet上提供了大量的有关该工具的可用信息。 www.ibm.com 7. Eric Raymond wrote gud. el, a grand unified debugger mode for running GDB and other debuggers, as part of Emacs. EricRaymond写过一个gud.el,它是一个大型统一调试器(grandunifieddebugger)模式,用于将GDB和其他调试器作为Emacs的一部分来运行。 www.cnblogs.com 8. Cosmos also includes a partial GDB front end, but the linkage between the IL and C# code was lost and requires a lot of mental parsing. Cosmos也包括了部分GDB前端,但是在IL和C#之间的链接阶段这些会丢失并且需要大量的mentalparsing(不知道啥意思)。 www.cnblogs.com 9. Another option is to use gdb-based scripts to get the stack information. 另一个选择是使用基于gdb的脚本来获得栈的信息。 www-128.ibm.com 10. Your screen clears, and all you see is the GDB prompt. 此时屏幕被清除,您所看到的就只有GDB提示符。 www.ibm.com 1. Under the deal proposed by Citigroup, the US company would end up with a stake of about 40 per cent of GDB. 按花旗集团提出的协议,这家美国公司最终可持有广发银行约40%的股权。 ts.hjenglish.com 2. You can then break into the kernel, set break points, examine data, and so on (similar to how you would use gdb on an application program). 您可以接着深入到内核中、设置断点、检查数据并进行其它操作(类似于您在应用程序上使用gdb的方式)。 www.ibm.com 3. It then searches through the incoming CommandQueue to find the gdb command that prompted the output. 然后搜寻输入CommandQueue以查找触发输出的gdb命令。 www.ibm.com 4. Using the -g compiler option causes the compiler to build special symbols and tables of data that gdb needs for subsequent debugging. 使用-g编译器选项使得编译器构造构造特别的符号和表以便调试。 blog.csdn.net 5. Emacs uses a separate buffer for source display, and splits the screen to show both your GDB session and the source. Emacs使用一个单独的缓冲来显示源码,并把屏幕划分开来同时显示源码和GDB会话。 hi.baidu.com 6. hook-stop is a special definition that GDB calls at every breakpoint event. hook-stop是GDB在每次发生断点事件时调用的特殊定义。 www.ibm.com 7. The Chinese authorities will argue that GDB's poor state and smallish size make it an exception. 中国政府将表示广发展的不良状态和较小规模使之成为例外。 www.ecocn.org 8. After stopping the tracing, you can exit the GDB Debugger by typing the quit command. 在停止了跟踪操作之后,您可以输入quit命令以退出GDB调试工具。 www.ibm.com 9. The easiest way to do this is to add Cygwin's bin directory to your path, since that's where g , make, and GDB can be found. 完成此操作的最简单方法是将Cygwin的bin目录添加到路径中,因为那是可以找到g 、make和GDB的位置。 www.ibm.com 10. The MISession analyzes the MI output from gdb and determines whether a signal setting is being changed. MISession分析来自gdb的MI输出并判断某个信号设置是否被改变。 www.ibm.com 1. The easiest way to do this is to add Cygwin's bin directory to your path, since that's where g , make, and GDB can be found. 完成此操作的最简单方法是将Cygwin的bin目录添加到路径中,因为那是可以找到g 、make和GDB的位置。 www.ibm.com 2. The MISession analyzes the MI output from gdb and determines whether a signal setting is being changed. MISession分析来自gdb的MI输出并判断某个信号设置是否被改变。 www.ibm.com 3. Show stop-on-solib-events Show whether GDB stops and gives you control when shared library events happen. 显示当共享库事件发生时,是否GDB停止并把控制权交给你。 blog.csdn.net 4. A remote system connected to GDB via a serial line or network connection. 一个通过串口线或者网络连接到GDB的远程系统。 wiki.chinaunix.net 5. Even though they can be abbreviated, the GDB macro language allows for even greater simplifications. 尽管可以对它们进行缩写,但是GDB宏语言允许实现进一步的简化。 www.ibm.com 6. GDB and the Chinese authorities had originally encouraged foreign investment consortia to bid for more than 25 per cent of the Chinese bank. 广发银行和中国当局起初鼓励外国投资财团竞购该银行25%以上的股权。 www.ftchinese.com 7. Kill the process identified by GDB fork number fork-id, and remove it from the fork list. 杀死由GDB派生编号fork-id标识的进程,将其从派生列表中移除。 wiki.chinaunix.net 8. The gdb shows what line of code caused the program to core dump. gdb显示哪行代码导致程序发生核心转储。 www.ibm.com 9. That might allow the likes of HSBC, with 19. 9% in BoCom, a larger and far sounder bank than GDB, to gain real management control. 那可能会准许汇丰银行等机构获取实际的管理权。汇丰占有比广发展规模更大运营更好的交通银行19.9%的股权。 www.ecocn.org 10. Your journey into GDB customization has begun! 您的GDB自定义之旅已经开始了! www.ibm.com 1. Your journey into GDB customization has begun! 您的GDB自定义之旅已经开始了! www.ibm.com 2. The MISession object manages communication to the gdb, and the Session object connects the gdb session to the CDI described in Part 1. MISession对象管理与gdb的通信,Session对象把gdb会话连接到第1部分中描述的CDI。 www.ibm.com 3. The gdb uses the serial line to communicate to the kernel you are debugging. gdb使用串行线与您要调试的内核通信。 www.ibm.com 4. gdbinit; if the file exists, GDB executes all the commands in the file. 如果该文件存在,则GDB就执行该文件中的所有命令。 www.ibm.com 5. ndk-gdb will use local TCP port 5039 to communicate with the debugged application. 默认情况下,ndk-gdb将使用本地TCP端口5039来与被调试应用程序通讯。 blog.sina.com.cn 6. After you type the code into the . gdbinit file, fire up GDB and enter the cls command. 在将该代码键入.gdbinit文件以后,调出GDB并输入cls命令。 www.ibm.com 7. It's a well-known fact that many of the GDB commands are too verbose. 许多GDB命令太繁琐,这是众所周知的事实。 www.ibm.com 8. If the RxThread receives a response from gdb whose result record is ^running, it creates an MIRunningEvent. 如果RxThread接收到来自gdb的结果记录为^running的响应,则将创建一个MIRunningEvent。 www.ibm.com 9. Enter the gdb command cont to continue the boot process. 输入gdb命令cont以继续启动过程。 www.ibm.com 10. This is so gdb can work out the variables, lines and functions being used. 这样,gdb才能够调试所使用的变量、代码行和函数。 www.ibm.com 1. Listing 9 displays a gdb exception after the mount command to the file system is issued. 清单9在向文件系统发出mount命令之后显示一个gdb异常。 www.ibm.com 2. When you run a program under GDB, you must first generate debugging information when you compile it. 要在GDB下运行一个程序,你必须首先在编译时生成调试信息。 wiki.chinaunix.net 3. This wakes the TxThread, which writes the command to the OutputStream connected to the gdb process. 这会唤醒TxThread,它将命令写入与gdb进程连接的OutputStream中。 www.ibm.com 4. Add the append=gdb line to lilo, which is the boot load used to select which kernel is used to boot the kernel. 将append=gdb这一行添加到lilo,lilo是用来在引导内核时选择使用哪个内核的引导载入程序。 www.ibm.com 5. Happily gdb will show the value of all local variables and save a lot of typing with the info locals command. 幸好,gdb将显示所有局部变量的值,并使用infolocals命令保存大量输入信息。 www-128.ibm.com 6. Once you're done installing Cygwin, you'll need to add g , make, and GDB to your path. 安装完Cygwin之后,您将需要把g 、make和GDB添加到路径中。 www.ibm.com 7. The kgdb utility is a debugger based on gdb that allows debugging of kernel core files. kgdb实用程序是基于gdb的调试器,允许调试内核核心文件。 www.ibm.com 8. Displays help for gdb commands. 显示命令帮助。 blog.csdn.net 9. As mentioned, CDT relies on the standard GNU C development tools: g , make, and GDB. 如前述,CDT依赖于标准的GNUC 开发工具:g 、make和GDB。 www.ibm.com 10. The other options are for setting debugging options, such as which debugger to use (GNU GDB or Cygwin GDB). 其它选项用于设置调试选项,例如使用哪个调试器(GNUGDB或CygwinGDB)。 1985wanggang.blog.163.com 1. You can use gdb to debug user-space programs or the Linux kernel. 您可以使用gdb来调试用户空间程序或Linux内核。 www.ibm.com 2. The -i mi flag tells gdb to communicate using the MI protocol, and you can see the difference is significant. imi标志告诉gdb使用MI协议通信,您可以看到显著的区别。 www.ibm.com 3. Quit gdb with the quit command. 然后使用quit命令退出gdb。 www.ibm.com 4. Make sure to go into the development section and select gcc: g , make, and GDB. 确保转到开发部分并选择gcc:g 、make和GDB。 www.ibm.com 5. The GNU symbolic debugger, GDB, is a powerful development tool, but one drawback is it works only from the command line. GNUsymbolicdebugger(GDB)是一个强大的开发工具,但是不足之处在于它只能在命令行下工作。 www.cnblogs.com 6. The kernel you want to debug runs on the test machine; gdb runs on the development machine. 您希望调试的内核在测试机器上运行;gdb在开发机器上运行。 www.ibm.com 7. GDB is a source-level debugger for C, C , Ada, and other languages. GDB是用于C、C 、Ada和其他语言的资源级调试器。 www.ibm.com 8. If you have an older version of FreeBSD, you can still use gdb -k to read a core dump file. 如果您有早期版本的FreeBSD,那么仍然可以使用gdb-k来读取核心转储文件。 www.ibm.com 9. GDB is great software! GDB就是一个卓越的软件! www.ibm.com 10. However, to debug, X86 assembly users need to resort to GDB. 尽管如此,为了调试X86汇编,用户需要依靠GDB。 www.cnblogs.com 1. Lord and Kingdon added more annotations to GDB so that a front-end, such as Emacs, could understand better the state of execution. Lord和Kingdon给GDB添加了更多的annotation,使得像Emacs这样的前端可以知道运行状态的更多信息。 www.cnblogs.com 2. Start gdb by using the gdb program name command. 使用gdbprogramname命令启动gdb。 www.ibm.com 3. This is the human interface to gdb. 这是gdb与人类一方的接口。 www.ibm.com 4. Download KGDB, a source-level debugger for the Linux kernel that is used along with GDB to debug the kernel. 下载KGDB,这是Linux内核的一个源代码级的调试器,可以与GDB一起使用对内核进行调试。 www.ibm.com 5. KGDB is a source-level debugger for the Linux kernel that is used along with gdb to debug the kernel. KGDB是对Linux内核进行源代码级调试的调试器,可以与gdb一起用来调试内核。 www.ibm.com 6. This information is also used by popular debugger tools, such as gdb and wdb. 也可以将这些信息用于流行的调试工具,如gdb和wdb。 www.ibm.com 7. As always, you can learn a lot about tools, such as strace and the GDB Debugger, from their man and info pages. 和平常一样,您可以通过其man和info页面来了解各种各样的工具,如strace和GDB调试工具。 www.ibm.com 8. For example, if the TxThread sends a command changing a breakpoint to gdb, it creates an MIBreakpointChangedEvent. 例如,如果TxThread发送一个将断点切换到gdb的命令,它将创建一个MIBreakpointChangedEvent。 www.ibm.com 9. Naturally, these are available, along with kernel-level debugging tools common to Linux such as gdb. 自然,这些以及gdb等Linux中常见的内核级调试工具都是可用的。 www.ibm.com 10. GDB yesterday reported a profit of Rmb2. 67bn ($382m) in 2007 against a loss of Rmb541m the previous year. 该行上周报告称,2007年盈利26.7亿元人民币(合3.82亿美元),而上一年亏损5.41亿元人民币。 www.ftchinese.com 1. Once you've connected to the remote target, GDB allows you to send arbitrary commands to the remote monitor 一旦你连接到远程目标,GDB将允许你发送任意的命令给远程的监视器 wiki.chinaunix.net 2. In the meantime to allow our program to die naturally we tell gdb to carry on execution with the continue command 在允许程序自然终止的同时,我们使用continue命令告诉gdb继续执行。 www-128.ibm.com 3. GDB can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act GDB可以做四大类事(加上这些可以支持的其他事)来帮助你当场捉虫。 wiki.chinaunix.net 4. Technical performance of GDB lubricating pump and its application GDB润滑泵技术性能及其应用 service.ilib.cn 5. When this happens gdb will generate a message showing which breakpoint it broke on and where the program was 发生这种情况时,gdb会生成一条消息,指出它在哪个断点上中断,以及程序运行到何处 www-128.ibm.com 6. symbol-file with no argument clears out GDB information on your program's symbol table. symbol-file 没有参数时,清除GDB中的程序的符号表信息。 wenku.baidu.com 7. display gdb ' s current idea of the target byte order 显示当前目标字节序的配置。 www.ichacha.net 8. Design and Implement of GDB Remote Debug Environment GDB远程调试环境的设计与实现 www.ilib.cn 9. BENZ GDB Regulated differential brake 剎车力差调节 wenwen.soso.com 10. Running our example program eg1 outside of gdb will result in a core dump 在gdb外运行示例程序eg1将会导致核心信息转储 www.ibm.com 1. Here are some common targets (available, or not, depending on the GDB configuration) 这里是一些通用的目标(是否有效取决于GDB的配置) wiki.chinaunix.net 2. Display a summary of all threads currently in your program. GDB displays for each thread (in this order) 显示程序中当前所有线程的概要。GDB显示每一个线程(以下面的顺序) wiki.chinaunix.net 3. The Temperature Compensation of GDB 光电倍增管的温度补偿 ilib.cn 4. An OutputStream to send data to the gdb process and an InputStream to receive its response OutputStream(向gdb进程发送数据)和InputStream(接收响应) www.ibm.com 5. When gdb responds, the process of updating the Signals View takes five steps 当gdb响应后,更新Signals视图的过程需要五个步骤 www.ibm.com 6. The GDB Agent Expression Mechanism 代理表达机制 wiki.chinaunix.net 7. GDB Using GDB with different languages 在不同的语言下使用 wiki.chinaunix.net 8. Listing 8: Breakpoint information in the GDB Debugger xterm 清单8:GDB调试器xterm中的断点信息 www.ibm.com 9. To view a core file, start gdb with the following command 要查看核心文件,请用下面的命令启动gdb。 www.ibm.com 10. Continuing will result in Gdb breaking when the expression "div==value" changes value from 0 (false) to 1 (true) 如果继续执行,那么当表达式“div==value”的值从0(假)变成1(真)时,gdb将中断 www.ibm.com 1. The GDB plugin is way more robust and reliable now, GDB 7. 5 is supported GDB插件现在运行健壮又可靠,7.5版也已经支持了 blog.sina.com.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。