gdb
美
英 
- n.德意志民主共和国
- 网络调试器;调试工具;广东发展银行(Guangdong Development Bank)
英汉解释
例句
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程序了。
Citigroup's newly-acquired controlling stake in Guangdong Development Bank, with more than 500 branches, gives it a fair shot.
花旗最近获得了拥有500多家分行的广东发展银行(GDB)的控股权,使它有望在中国开展零售业务。
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之间的交互进行调试。
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的机器(宿主机)通讯。
GDB executive confirmed their departure yesterday but said it had nothing to do with last week's detentions.
一位广发行高管昨日证实了他们的离职,但表示与上周的拘留没有任何关系。
On target machines that have instruction caches, GDB requires this function to make certain that the state of your program is stable.
在有指令缓存的目标机上,gdb需要这一函数,以确定你的程序的状态是稳定的。
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中。
Go down the number of frames indicated by the numeric argument, like the GDB down command.
向底部移动几个帧,数量由数值参数给出,类似GDBdown命令。
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会获得控制并中断程序,从而可以让您检查所有事物的状态,如果运气好的话,可以找出原因。
ndk-gdb will not work if you try to run your application on previous versions of the system.
如果你尝试运行你的应用程序在之前版本的系统上ndk-gdb将不工作。
It might be a high-profile deal but, for Citigroup, GDB forms just one part of its China strategy.
这或许是一笔引人注目的交易,但对花旗集团来说,广发行只是其中国战略版图上的一部分。
Their mode was derived from gud. el but was designed for use only with GDB, with which it was distributed.
此模式源于gud.el,但是仅为使用GDB而设计,它随着GDB一起发布。
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)在远程的机器上运行并调试程序。
Start up GDB as usual, using the name of the local copy of your program as the first argument.
像平常一样启动gdb后,使用你程序的本地拷贝的名称做为第一个参数。
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将搜索一个早以运行的应用进程,如果它找不到将转储一个错误。
When a program forks, GDB will continue to debug the parent process and the child process will run unimpeded.
当一个程序fork时,GDB将继续调试主进程而子进程的运行不受影响。
Two years ago, GDB said that it had assets of Rmb344bn, making it the mainland's 11th largest bank.
广东发展银行两年前表示,它的总资产为3440亿人民币,是中国内地第11大银行。
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文件。
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中调试的程序的源文件。
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源代码发布的。
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将不能够调试本地线程。
This command starts GDB as a subprocess of Emacs, with input and output through a newly created Emacs buffer.
改命令启动GDB并将其作为Emacs的子进程,其输入输出都在一个新创建的Emacs缓冲中。
In that case, GDB can fetch values from these sections out of the object file, rather than from the target program.
在这种情况下,GDB可以从对象文件之外的这些段获取变量值,而不是从目标程序。
Execute to next source line in this function, skipping all function calls, like the GDB next command.
执行本函数内下一条源码行,越过(不进入)所有的函数调用,类似GDBnext命令。
ndk-gdb aborts if it finds that another native debugging session is running on the same device.
默认情况下,如果找到其它的本地调试会话运行在相同设备上的话ndk-gdb中止。
The GDB Debugger can also attach itself to a currently running process and help you to dig even deeper.
GDB调试工具本身也可以附加于一个正在运行的进程,并帮助您进行更深入的研究。
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的文件系统方面的问题很有帮助。
In many cases, the MI result record is followed by (gdb) and an out-of-band (OOB) record.
在许多情况下,MI结果记录之后是(gdb)和带外(out-of-band,OOB)记录。
GDB should stop your program when this signal happens. This implies the print keyword as well.
当被调试的程序收到信号时,GDB会停住你的程序。
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选项进行内核调试。
You can set the global debugging info directory's name, and view the name GDB is currently using.
你可以设置全局调试信息目录的名称,并且查看当前GDB所使用的。
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调试器仅显示其提示符,而不要显示所有其他通常显示的启动信息。
GDB will mask off the address bits above that number, when it passes addresses to the remote target.
当传递地址到远程目标的时候,gdb将在这一数字上关闭地址的掩位。
As a result, Citigroup does not control GDB. Rather, it "has significant management influence" .
因此,花旗没有控股广发行,而是“拥有相当大的管理影响力”。
file file with no argument makes GDB discard any information it has on both executable file and the symbol table.
没有参数的file使GDB丢弃可执行程序和符号表中的任何信息。
When GDB, the GNU Project Debugger, starts up, it looks for a file in the current user's home directory called .
当GDB(即GNUProjectDebugger)启动时,它在当前用户的主目录中寻找一个名为.gdbinit的文件;
Remember that GNU GDB is most effective when it is debugging a program that has debugging symbols linked to it .
请记住当GNUGDB调试一个带有调试符号链接的程序时,它最有效。
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。
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的远程调试方案不能完全满足调试系统开发中的调试需求。
This has the the advantage of keeping the shell history of the GUD buffer as well as GDB's breakpoints.
这么做的优点在于可以保持GUDbuffer的shell历史以及GDB的断点。