sagsango / glibc-lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to see the source code of glibc in gdb

  1. Clone the repo : $ git clone https://github.com/sagsango/glibc-lab
  2. Run the script : $ ./init-lab.sh
  3. Now add your program in lab and attach gdb
  4. $ cd lab
  5. $ vim myprogram.c
  6. $ make
  7. $ gdb ./myprogram

About


Languages

Language:C 63.5%Language:Makefile 20.3%Language:Shell 16.2%