add radare2, gdb, perf-tools

This commit is contained in:
do butterflies cry? 2025-10-06 09:43:26 +10:00
parent 63d3e81d17
commit 1a9f5e752d
2 changed files with 12 additions and 4 deletions

View file

@ -266,6 +266,9 @@ in {
binutils
strace
ltrace
perf-tools # ftrace + perf
radare2
gdb
hexyl
# ASM
nasm
@ -273,15 +276,16 @@ in {
# C Family
gcc
clang
clang-tools
# Rust
cargo
rustc
# Go
go
# Nim
nim
nimble
# Go
go
# Haskell
ghc
ghcid

View file

@ -254,6 +254,9 @@ in {
binutils
strace
ltrace
perf-tools # ftrace + perf
radare2
gdb
# ASM
nasm
(callPackage ../packages/x86-manpages {})
@ -261,14 +264,15 @@ in {
gcc
clang
clang-tools
# Rust
cargo
rustc
# Go
go
# Nim
nim
nimble
# Go
go
# Haskell
ghc
ghcid