6b8e5611d6
We already look up the PC for every frame as we're taking the backtrace, so we can just skip them when going through a backtrace frame. Also, there is currently a guarantee that if an exception propagates through a frame where pc was pointing at RetC, all the locals and the $this pointer have already been decref'd, so we don't need to use a null check to determine this.
8 linhas
112 B
Plaintext
8 linhas
112 B
Plaintext
hi exit fb_setprofile
|
|
hi enter foo
|
|
yep
|
|
hi enter Exception::getMessage
|
|
hi exit Exception::getMessage
|
|
yo
|
|
hi exit
|