mirror of https://github.com/PCSX2/pcsx2.git
9c22dc4f73
* Fixed a bug that caused all but the first stackframe walk to fail with an error. * Improved thread safety of stack walking. DevNotes: When walking stackframes multiple times from the same process, only the first stackframe walk would work and all others would fail with an error because of calling SymInitialize multiple times. So now SymInitialize is only called once and SymRefreshModuleList is used prior to walking, if available. (only available in winDbgHlp.dll v6.5 or later) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3546 96395faa-99c1-11dd-bbfe-3dabce05a288 |
||
---|---|---|
3rdparty | ||
bin | ||
cmake | ||
common | ||
debian-unstable-upstream | ||
fps2bios | ||
nsis | ||
pcsx2 | ||
plugins | ||
tools | ||
CMakeLists.txt | ||
build-plugins.sh | ||
build.rb | ||
clean_msvc.cmd | ||
detect_missing_file_in_cmake.sh | ||
pcsx2-codeblocks.workspace | ||
pcsx2_suite_2008.sln | ||
pcsx2_suite_2010.sln | ||
rebuild.sh |