View Single Post
bottiger
AlliedModders Donor
Join Date: Dec 2010
Old 01-14-2020 , 15:51   Re: How to get the forward name that crashed from a GDB core?
Reply With Quote #5

Quote:
Originally Posted by asherkin View Post
It is stored as a member variable on CForward, so

Code:
p this->m_name
should do the job.
Code:
Thread 1 "srcds_linux" hit Breakpoint 1, 0xe46e8680 in CForward::Execute(int*, SourceMod::IForwardFilter*) ()
   from /home/admin/steam/server1/tf/tf/addons/sourcemod_idle/bin/sourcemod.logic.so
(gdb) p this->m_name
No symbol "this" in current context.
(gdb) p ecx->m_name
No symbol "ecx" in current context.
Do I need to load Sourcemod symbols somehow?
__________________
bottiger is offline