《Debugging with GDB》

《Debugging with GDB》 《Debugging with GDB》

  • 书名:《Debugging with GDB》:The GNU Source-Level Debugger
  • 分类:编程
  • 作者:Richard M. Stallman,Roland H. Pesch,Stan Shebs
  • 出版社:Free Software Foundation
  • 出版年:2002-01
  • 售价:USD 30.00
  • 装订:Paperback

《Debugging with GDB》 内容介绍:

The GNU Debugger allows you to see what is going on "inside" a program while it executes - or what a program was doing at the moment it crashed. GDB supports C, C++, Java, Fortran and Assembly among other languages; it is also designed to work closely with the GNU Compiler Collection (GCC). The GNU Debugger Program has four special features that helps you catch bugs in the act: * It starts your program for you, specifying anything that might affect it's behavior. * Makes your program stop under specified conditions. * Examines what happened when the program stopped. * Allows you to experiment with changes to see what effect they have on the program. This book will show you: * setting and clearing breakpoints * examining the stack, source files and data * examining the symbol table * altering program execution * specifying a target for debugging * how to control the debugger * how to use canned command sequences * how to install GDB * and much more! This manual is written for programmers. It is designed so someone can begin utilizing GDB after just reading the first chapter, or read the whole manual and master the program. Synopsis of ideas and extensive examples are given.


微信扫一扫关注公众号

0 个评论

要评论图书请先登录注册

你也许想看:

Coding Freedom

《Coding Freedom》

E. Gabriella Coleman.Princeton University Press.2012-11-25

“Who are computer hackers? What is free software? And what do...”

Learn C the Hard Way

《Learn C the Hard Way》

Zed A. Shaw.Addison-Wesley Professional.2015-4-30

“Need to learn C? Now you can! Forget old-fashioned C program...”

Documenting Software Architectures

《Documenting Software Architectures》

Paul Clements,Felix Bachmann,Len Bass,David Garlan,James Ivers.Addison-Wesley Professional.2010-10-15

“"This new edition is brighter, shinier, more complete, more ...”

Java Performance

《Java Performance》

Scott Oaks.O'Reilly Media.2014-5-1

“”

The iOS Apprentice

《The iOS Apprentice》

Matthijs Hollemans.Razeware LLC.2014-12-15

“”

C语言解惑

《C语言解惑》

Alan R.Feuer.人民邮电出版社.2007

“本书脱胎于作者在C语言的摇篮——贝尔实验室教授C语言的讲稿,几乎涵盖了C语言各个方面的难点,并包含了一些其他书籍很少分析...”

The Way To Go

《The Way To Go》

Ivo Balbaert.iUniverse.2012-3-8

“”

Getting started with IntelliJ IDEA

《Getting started with IntelliJ IDEA》

Hudson Orsine Assumpção.Packt Publishing.2013-10-17

“IntelliJ IDEA is a commercial Java development tool which co...”

Android NDK Beginner's Guide

《Android NDK Beginner's Guide》

Sylvain Ratabouil.Packt Publishing.2012-1-26

“Android NDK is all about injecting high performance into you...”

Web Scraping with Python

《Web Scraping with Python》

Ryan Mitchell.O'Reilly Media.2015-7-24

“”

C++语言99个常见编程错误

《C++语言99个常见编程错误》

Stephen C. Dewhurst.清华大学出版社.2009

“本书是C++语言大师Stephen C. Dewhurst在多年教授C++课程中所遇到的常见错误的心得笔记之基础上编写而...”

Effective Ruby:改善Ruby程序的48条建议

《Effective Ruby:改善Ruby程序的48条建议》

Peter J. Jones.机械工业出版社.2016-1

“如果你是经验丰富的Rub程序员,本书能帮助你发挥Ruby的全部力量来编写更稳健、高效、可维护和易执行的代码。Peter ...”

SpringBoot 揭秘

《SpringBoot 揭秘》

王福强.机械工业出版社.2016-5

“”

Windows环境下32位汇编语言程序设计

《Windows环境下32位汇编语言程序设计》

罗云彬.电子工业出版社.2003.3

“Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件...”

Pro HTML5 Programming

《Pro HTML5 Programming》

Peter Lubbers,Brian Albers,Frank Salim.Apress.2011-12

“HTML5 is here, and with it, web applications have acquired p...”

C++ Primer(第4版)习题解答

《C++ Primer(第4版)习题解答》

蒋爱军、李师贤、梅晓勇编.人民邮电出版社.2007-2

“《C++ Primer习题解答》为C++ Primer(第4版)的配套书籍,根据C++ Primer(第4版)中所介绍的...”

COM技术内幕-微软组件对象模型

《COM技术内幕-微软组件对象模型》

(美)Dale Rogerson.清华大学出版社.1999-1

“”

Windows黑客技术揭秘与攻防Ⅰ

《Windows黑客技术揭秘与攻防Ⅰ》

.中国铁道出版社.2010-9

“《Windows黑客技术揭秘与攻防1·C语言篇》对目前流行的Windows黑客编程技术逐一进行讲解,揭开黑客编程的神秘面...”

jQuery Mobile

《jQuery Mobile》

Jon Reid.O'Reilly Media.2011-7-7

“Native apps have distinct advantages, but the future belongs...”

Practical JIRA Plugins

《Practical JIRA Plugins》

Matthew B. Doar.O'Reilly Media.2011-8-2

“JIRA is widely used as a product and bug tracking system, pa...”