How to Install gdb-multiarch in Ubuntu 18.04



Install gdb-multiarch by entering the following commands in the terminal:

sudo apt update
sudo apt install gdb-multiarch

Description:

GNU Debugger (with support for multiple architectures)

GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains a version of GDB which supports multiple target architectures.

Homepage: http://www.gnu.org/s/gdb/

Version: 8.1-0ubuntu3

Section: universe/devel