Skip to content

MuhamadAjiW/TCL-gdb-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

TCL_gdb-python-bin

MuhamadAjiW, 18/09/2023

Description

precompiled gdb binary file for TinyCoreLinux x86 with python compatibility in case you need plugins or other convenience. gdb source code can be downloaded at its website

Installation

How to install in TinyCoreLinux:

  1. Download the one of the core folders or the core release (read readme on the core folders for further detail)
  2. move gdb to usr/local/bin or anywhere in your $PATH
  3. move data-directory contents to usr/local/share/gdb, make the folder in case there wasn't one
  4. try running gdb --version

Enjoy