Commit Graph

7 Commits

Author SHA1 Message Date
Wang Mingyu
0eee87c653
pstack: upgrade 2.10 -> 2.12.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-30 08:03:08 -07:00
Martin Jansa
225ef0569a
pstack: require x11 in DISTRO_FEATURES
* for libx11 and libxt
* only 2.10 version seems to use it
* surprisingly there is an .inc file but 2.10 and 2.11 from git don't share it

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-13 09:46:09 -07:00
Khem Raj
03c66e2ba3
pstack: Ignore on musl and arm systems
It does not build on these systems

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-09 20:17:47 -07:00
Khem Raj
79147e14b8
pstack: Do not define redundant S
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-06 22:39:27 -07:00
Khem Raj
f64fa6252c
pstack: Disable build on riscv
It is not yet ported to riscv architecture

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-03 22:38:42 -07:00
Khem Raj
0ee216b5ea
pstack: Always use gcc to compile it
Fails to build/compile with clang

TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/pstack/2.11/sources/pstack-2.11/libpstack/archreg.h:94:1: error: member access into incomplete type 'const CoreRegisters' (aka 'const pstack::Elf::user_regs_struct')
   94 | REGMAP(0, regs[0])
      | ^

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-03 18:28:36 -07:00
Wen Yang
005603e4b2
pstack: add recipe
This recipe provides pstack for C/C++, Go, Rust, and Python.

Signed-off-by: Wen Yang <wen.yang@linux.dev>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-01 08:11:11 -07:00