I am trying to debug a small .asm file that I wrote in Ubuntu. I am however running into an issue where my symbol table is not being loaded and was looking for some help.
SECTION .text
; in nasm - a text section has to be in lower case for gdb to pick it up.