10th edition: GNU Press, 2011 — 571 p. 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.
Чтобы скачать этот файл зарегистрируйтесь и/или войдите на сайт используя форму сверху.
No Starch Press, 2010. — 1548 p. — ISBN 1593272200. The Linux Programming Interface is the definitive guide to the Linux and Unix programming interface—the interface employed by nearly every application that runs on a Linux or Unix system. In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library...
Kitware, Inc. — 448p. CMake is an extensible, open-source system that manages the build process in an operating system and compiler independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment. CMake can compile source code, create libraries, generate wrappers, and build executables in arbitrary...
Crascit.com, 2018. — 429 p. Attempting to use any tool before understanding at least the basics of what it does and how it is meant to be used is most likely going to result in frustration. On the other hand, spending all one’s time learning the theory about something without getting hands-on makes for a rather boring experience and often leads to an overly idealistic...
Учебник. — Ростов-на-Дону: ЮФУ, 2015. — 419 с. — ISBN: 978-5-9275-1852-4. Работа посвящена инструменту CMake, который является современной системой для описания программных проектов и обладает богатыми возможностями. В учебнике изложен материал, достаточный для создания при помощи CMake проектов со сложной структурой, использующих внешние библиотеки или вспомогательные...
М.: Вильямс, 2016. — 304 c. с ил. — ISBN: 978-5-8459-2000-3, 978-1-49-190399-5. Новые возможности этого языка программирования, появившиеся в стандартах C++11 и C++14 — это не просто новые ключевые слова или функции, это появление совершенно новых концепций, так что для их эффективного использования недостаточно просто узнать об их существовании, и программировать на C++11, как...