gdb – POFTUT

What Is The GNU Project?

What Is The GNU Project?

GNU or GNU is Not Unix is a project started by Richard Stallman in order to create free software in order to respect the user’s freedom. GNU Project provides different free software tools for computing. GNU mainly aims to create a free operating system and related tools but currently, Linux kernel is used for the … Read more

Debug Applications with gdb Command In Linux

Debug Applications with gdb Command In Linux

gdb is the short form of GNU Debugger. A debugger is a tool used to search and find and get detailed information about bugs in application binaries. gdb is popular in the Linux community which is used by most of the IDE, Programming tools event in Android IDE’s. In this tutorial, we will look at how to … Read more