зеркало из https://github.com/mozilla/gecko-dev.git
Bug 731272 - Add the current instruction to the top of the stack. r=jrmuizel
This commit is contained in:
Родитель
7199a538ab
Коммит
ba9d8ddfb3
|
@ -523,6 +523,10 @@ void TableTicker::doBacktrace(ThreadProfile &aProfile, TickSample* aSample)
|
|||
mozilla::ArrayLength(pc_array),
|
||||
0
|
||||
};
|
||||
|
||||
// Start with the current function.
|
||||
StackWalkCallback(aSample->pc, &array);
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
pthread_t pt = GetProfiledThread(platform_data());
|
||||
void *stackEnd = reinterpret_cast<void*>(-1);
|
||||
|
|
Загрузка…
Ссылка в новой задаче