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的斷點。