2025-08-14 00:39 CEST

spring: develop 04379de7 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
hoijui hoijui develop 2009-12-08 12:03:38 develop 7c852652
Changeset linux crash handler can use external debug symbols now, and should work for libs to (eg Skirmish AIs)
how the debug symbols are searched (top entries considered first):
1. <bin-path>/<bin-file><bin-extension>.dbg
2. <bin-path>/<bin-file>.dbg
3. <debug-path><bin-path>/<bin-file><bin-extension>
4. <bin-path>/<bin-file><bin-extension> (== input)
mod - rts/System/Platform/CrashHandler.cpp Diff ] File ]