Skip to content

Scripts and binaries for building GDB with steam's linux runtime for use with source engine mods.

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.LIB
Notifications You must be signed in to change notification settings

openfortress/gdb-steamrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdb-steamrt

Since the latest versions of gdb shipped with most distibutions are becoming incompatable with Steam's linux runtime, here is the resources and tweeks needed in order to build gdb for the linux runtime, specifically targeting for use with source engine mods.

For pre-built binaries, check the releases.

To Use:

Launch steam with the command:

GAME_DEBUGGER=/path/to/gdb-steamrt/gdb\ --args steam

Where the path to gdb-steamrt is the folder you downloaded the binary to. Launching any game through steam will now run it through gdb, so check the terminal you ran the command above in to be able to interact with gdb.

Building from source:

Make sure you have docker installed. Download the repo, change directory inside, and run:

./run-docker.sh ./configure

Then when that is finished, run make through docker:

./run-docker.sh make

The binary will then be built as gdb in the gdb sub folder.

About

Scripts and binaries for building GDB with steam's linux runtime for use with source engine mods.

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.LIB

Stars

Watchers

Forks

Packages

No packages published