

The source of the book
This book is published for the public benefit under a Creative Commons license, or with the permission of the author or publisher. If you have any objections to its publication, please contact us.
Debugging with GDB: The GNU Source-Level Debugger
(0)
Author:
Richard StallmanNumber Of Downloads:
66
Number Of Reads:
28
Language:
English
File Size:
1.47 MB
Category:
TechnologySection:
Pages:
329
Quality:
excellent
Views:
1040
Quate
Review
Save
Share
Book Description
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.
Richard Stallman
Richard Matthew Stallman ( born March 16, 1953) is an American free software movement activist and programmer. He campaigns for software to be distributed in such a manner that its users have the freedom to use, study, distribute, and modify that software. Software that ensures these freedoms is termed free software. Stallman launched the GNU Project, founded the Free Software Foundation in October 1985, developed the GNU Compiler Collection and GNU Emacs, and wrote the GNU General Public License.
Stallman launched the GNU Project in September 1983 to write a Unix-like computer operating system composed entirely of free software. With this, he also launched the free software movement. He has been the GNU project's lead architect and organizer, and developed a number of pieces of widely used GNU software including, among others, the GNU Compiler Collection,GNU Debugger, and GNU Emacs text editor.
Stallman pioneered the concept of copyleft, which uses the principles of copyright law to preserve the right to use, modify, and distribute free software. He is the main author of free software licenses which describe those terms, most notably the GNU General Public License (GPL), the most widely used free software license.
In 1989, he co-founded the League for Programming Freedom. Since the mid-1990s, Stallman has spent most of his time advocating for free software, as well as campaigning against software patents, digital rights management (which he refers to as digital restrictions management, calling the more common term misleading), and other legal and technical systems which he sees as taking away users' freedoms. This has included software license agreements, non-disclosure agreements, activation keys, dongles, copy restriction, proprietary formats, and binary executables without source code.
In September 2019, Stallman resigned as president of the FSF and left his "visiting scientist" role at MIT after making controversial comments about the Jeffrey Epstein sex trafficking scandal. Stallman remained head of the GNU Project, and in 2021 returned to the FSF board of directors.
Read More
Sorry, this book file is currently unavailable. We're working on a full website update, and the file will be uploaded soon. Thank you for your patience and interest.
Rate Now
1 Stars
2 Stars
3 Stars
4 Stars
5 Stars
Quotes
Top Rated
Latest
Quate
Be the first to leave a quote and earn 10 points
instead of 3
Comments
Be the first to leave a comment and earn 5 points
instead of 3