ttd-bindings
ttd-bindings copied to clipboard
Bindings for Microsoft WinDBG TTD
Very disturbing. I want to implement the function of using F5/F10/F11. How should I implement it? eg use code for g-/g+/t-/t+/p+/- in windbg
For now, the binding lib has been made around the 64 bits versions of `TTDReplay` and `TTDReplayCPU`. As a result, only 64 bits traces are supported. The API is likely...
Hi! Recently, I tried to use the Callback feature of TTD with the bindings of this repo, and I experienced an issue. It appears that when using a number of...
Hello, A memory leak occurs in the loop used to call `ttdcursor.ReplayForward`, since the caller of `Cursor::GetCrossPlatformContext` must free the context, and this is never done. Here, the previous context...
If you try to load an invalid trace file path, or anything that triggers an internal error message it will result in an access violation crash. This is because of...
The `example_calltree/` example implements symbol resolution for trace's module. As this feature can be useful in more situations: * - [ ] moves it to TTD lib * - [...
Cmake
Hi @commial , I would like to propose you this PR, now ttd-bindings is using now cmake. cmake is very useful to manage third party dependencies. In this PR dependency...
Test the compilation of the python-bindings project. A correct PyBind11 setup is needed.