gdb

  • n.德意志民主共和国
  • 网络调试器;调试工具;广东发展银行(Guangdong Development Bank)

gdbgdb

gdb

调试器

调试器(gdb)如何与编辑器和编译器结合工作呢?

调试工具

还需要调试工具(gdb)辅助一下是这样吧:shock:2008-5-1 22:18xiongyu 2008-5-1 22:19xiongyu 2008-5-1 22:23xiongyu [quote] …

广东发展银行(Guangdong Development Bank)

  本周锁定广东发展银行(GDB)控股权的收购财团在最后时刻出现变动,一位成员神秘地退出这个由花旗集团(Citigroup)牵头的收 …

的使用

gdb基本用法 - C/C++教程 - CND8学院 ... info b 看断点信息 GDB 的使用 r run 运行.程序还没有运行前使用 ...

调试程序

1)视窗环境下编写程序(vim或普通文本编辑器)、编译程序(gcc/cc)、调试程序(gdb)、控制版本(subversion)等等。2)采用构建LIN…

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程序了。
2
Citigroup's newly-acquired controlling stake in Guangdong Development Bank, with more than 500 branches, gives it a fair shot. 花旗最近获得了拥有500多家分行的广东发展银行(GDB)的控股权,使它有望在中国开展零售业务。
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之间的交互进行调试。
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的机器(宿主机)通讯。
5
GDB executive confirmed their departure yesterday but said it had nothing to do with last week's detentions. 一位广发行高管昨日证实了他们的离职,但表示与上周的拘留没有任何关系。
6
On target machines that have instruction caches, GDB requires this function to make certain that the state of your program is stable. 在有指令缓存的目标机上,gdb需要这一函数,以确定你的程序的状态是稳定的。
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中。
8
Go down the number of frames indicated by the numeric argument, like the GDB down command. 向底部移动几个帧,数量由数值参数给出,类似GDBdown命令。
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会获得控制并中断程序,从而可以让您检查所有事物的状态,如果运气好的话,可以找出原因。
10
ndk-gdb will not work if you try to run your application on previous versions of the system. 如果你尝试运行你的应用程序在之前版本的系统上ndk-gdb将不工作。
11
It might be a high-profile deal but, for Citigroup, GDB forms just one part of its China strategy. 这或许是一笔引人注目的交易,但对花旗集团来说,广发行只是其中国战略版图上的一部分。
12
Their mode was derived from gud. el but was designed for use only with GDB, with which it was distributed. 此模式源于gud.el,但是仅为使用GDB而设计,它随着GDB一起发布。
13
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)在远程的机器上运行并调试程序。
14
Start up GDB as usual, using the name of the local copy of your program as the first argument. 像平常一样启动gdb后,使用你程序的本地拷贝的名称做为第一个参数。
15
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将搜索一个早以运行的应用进程,如果它找不到将转储一个错误。
16
When a program forks, GDB will continue to debug the parent process and the child process will run unimpeded. 当一个程序fork时,GDB将继续调试主进程而子进程的运行不受影响。
17
Two years ago, GDB said that it had assets of Rmb344bn, making it the mainland's 11th largest bank. 广东发展银行两年前表示,它的总资产为3440亿人民币,是中国内地第11大银行。
18
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文件。
19
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中调试的程序的源文件。
20
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源代码发布的。
21
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将不能够调试本地线程。
22
This command starts GDB as a subprocess of Emacs, with input and output through a newly created Emacs buffer. 改命令启动GDB并将其作为Emacs的子进程,其输入输出都在一个新创建的Emacs缓冲中。
23
In that case, GDB can fetch values from these sections out of the object file, rather than from the target program. 在这种情况下,GDB可以从对象文件之外的这些段获取变量值,而不是从目标程序。
24
Execute to next source line in this function, skipping all function calls, like the GDB next command. 执行本函数内下一条源码行,越过(不进入)所有的函数调用,类似GDBnext命令。
25
ndk-gdb aborts if it finds that another native debugging session is running on the same device. 默认情况下,如果找到其它的本地调试会话运行在相同设备上的话ndk-gdb中止。
26
The GDB Debugger can also attach itself to a currently running process and help you to dig even deeper. GDB调试工具本身也可以附加于一个正在运行的进程,并帮助您进行更深入的研究。
27
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的文件系统方面的问题很有帮助。
28
In many cases, the MI result record is followed by (gdb) and an out-of-band (OOB) record. 在许多情况下,MI结果记录之后是(gdb)和带外(out-of-band,OOB)记录。
29
GDB should stop your program when this signal happens. This implies the print keyword as well. 当被调试的程序收到信号时,GDB会停住你的程序。
30
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选项进行内核调试。