search for: presshel

Displaying 1 result from an estimated 1 matches for "presshel".

Did you mean: presshell
2009 Sep 09
4
what is the +hex in c++ stack traces?
What is the hex number after the method, e.g. +0x32f below? It matches arg0 and I suspect it''s the c++ "this" pointer, aka hidden first argument. I would like to confirm, though. Thanks, Joel --- XUL`PresShell::ProcessReflowCommands(int)+0x32f XUL`PresShell::FlushPendingNotifications(mozFlushType) +0x19e XUL`PresShell::DidDoReflow(int)+0xeb XUL`PresShell::ResizeReflow(int, int)+0x350 XUL`nsViewManager::SetWindowDimensions(int, int)+0xe3 --- f...