1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-11-23 04:05:01 +00:00
Files
AROS-v0/developer/debug/gdb
deadwood a590ee31fe Add cast needed for GDB > 12
m_name is char[1]. GDB (already in version 15) starts treating this
literally as one char array and does not print correct names anymore
breaking support. Cast to char * for GDB to get full name.
2024-11-15 11:14:17 +01:00
..
2024-11-15 11:14:17 +01:00