+* **loading WINE's debugging symbols**: note, this is not about `winedbg --gdb`, this is about running in `gdb` wine itself. `source` [this script](https://github.com/rbernon/wine/blob/develop/tools/gdbinit.py), and then, once you stopped at breakpoint, execute a `load-symbol-files`/`lsf`. As of writing the words, this command needs to be executed every time a module gets loaded, it won't do that automatically.
0 commit comments