Florian Kübler
Florian Kübler
>However, what you might be missing is the fact that with DIA, you have to recurse into returned IDiaSymbol* with ::findChildren. If you don't do that, you will certainly be...
>If I remember correctly, Clang likes to store data symbols as children of the global scope sometimes (e,g, function static variables), which MSVC never does. As I was only looking...
Hey, You should probably be able to build by disabling crashpad, as described in https://github.com/google/orbit/issues/3232.
Hi, thanks for reporting that issue. You should be to successfully build Orbit by disabling crashpad, as described in https://github.com/google/orbit/issues/3232.
Hey, thanks for raising this issue and I am sorry for the inconveniences. As you suspected, it is about permissions. Orbit, right now, has primary focus on Stadia and is...
Unfortunately, `README.md` is alls our public documentation for now. We are planning to extend on that documentation, but as said, can't promise on any timeline. But as said, if you...
#880 and #1248 should fix this.
Looping in @dpallotti for his thoughts.
Thanks for the request. There is already a bit into this direction: [OrbitClientGpp](https://github.com/google/orbit/blob/main/src/OrbitClientGgp/main.cpp) allows you to take a fixed size capture of a specific PID and saves the capture file....