Kernel Debugging Techniques - Oops (Linux Driver Development)

Купить бумажную книгу и читать

Купить бумажную книгу

По кнопке выше можно купить бумажные варианты этой книги и похожих книг на сайте интернет-магазина "Лабиринт".

Using the button above you can buy paper versions of this book and similar books on the website of the "Labyrinth" online store.

Реклама. ООО "ЛАБИРИНТ.РУ", ИНН: 7728644571, erid: LatgCADz8.

Автор: Jie Deng

Название: Kernel Debugging Techniques - Oops (Linux Driver Development)

Издательство: Amazon Digital Services, Inc.

Год: 2015

Формат: epub

Размер: 1.54 MB

Язык: Английский

Для сайта:

Introduction to kernel Oops techniques.A demo shows how to solve Oops bug.

The majority of day to day kernel debugging is done by adding print statements to code by using the famous printk function. This technique is well described in Kernel Debugging Tips. Using printk is a relatively simple, effective and cheap way to find problems. But there are also many other Linux-grown techniques that take debugging and profiling to a higher level. On this page, we will discuss using the GNU debugger (GDB) to do kernel debugging. The GDB page describes some basic gdb command and also gives good links to documentation. Overall, starting using gdb to do kernel debugging is relatively easy.

Дата создания страницы: