Search found 4 matches

by howard0su
Wed Jan 14, 2009 11:27 am
Forum: PSP Development
Topic: Profiler for PSPLink
Replies: 7
Views: 3132

TyRaNiD, I think the psplink to get PC is thctx. However I think that function is too slow since it will walk the thread list. I will try to find out if I can find the ctx before the interrupt happened. Anyidea?
by howard0su
Mon Jan 12, 2009 4:10 pm
Forum: PSP Development
Topic: Profiler for PSPLink
Replies: 7
Views: 3132

Thank you for your information. I will try your suggestion.

I will report my status in this thread.
by howard0su
Sun Jan 11, 2009 6:15 pm
Forum: PSP Development
Topic: SVN "broken" for case-insensitive OSes (Windows)
Replies: 5
Views: 3737

I made these sort of mistake several times. :( I know cygwin has an option: strict_case=yes to do the strict case check. And there is an interesting post to say there is a build option in GCC which can enable this check: http://gcc.gnu.org/ml/java-patches/2003-q1/msg00733.html maybe this can be the ...
by howard0su
Sun Jan 11, 2009 6:12 pm
Forum: PSP Development
Topic: Profiler for PSPLink
Replies: 7
Views: 3132

Profiler for PSPLink

First of All, I should thank everybody who made PSPLink which is so great tool to help PSP development. I tried gprof to debug my application in PSP. Unfortunately, the memory is not enough to support gprof in an application which already use almost all the memory. And gprof need recompile the appli...