]> git.xonotic.org Git - xonotic/darkplaces.git/commit
added prvm_printfunction command which prints an assembly dump of the specified qc...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 25 Apr 2006 13:20:05 +0000 (13:20 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 25 Apr 2006 13:20:05 +0000 (13:20 +0000)
commit66971055da035d25f4c946a3e897ac637c5de2f6
tree24f5f0886ab46c2dd92e6b584ed15ecdb078c2e8
parent2e45bcb55c7a64d75ffec7e1ad7a4490b754dea6
added prvm_printfunction command which prints an assembly dump of the specified qc function, with coloring and optionally statement profiling to show how many times each statement has been executed (prvm_statementprofiling must be on for this), also heavily modified statement printing to be more readable

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6327 d7cf8633-e32d-0410-b094-e92efae38249
progsvm.h
prvm_edict.c
prvm_exec.c
prvm_execprogram.h