Commit Graph

17 Commits (bee80b0fea4ec9cd6e737e0e6335d077bbc0a907)

Author SHA1 Message Date
Stenzek 7f4e5d55db
Misc: Update copyright headers 1 year ago
Stenzek 02fbfae6a0
System: Add advanced 'Export Shared Memory' option
Memory map is exported as duckstation_<pid>. Previously, this only
worked on Windows, now it is extended to Linux as well.
1 year ago
Stenzek 8e5781266a
CrashHandler: Fix call stack on manual dump 2 years ago
Stenzek 0240ea8b49
PageFaultHandler: Simplifications 2 years ago
Stenzek 4ca7753720
CrashHandler: Use SetUnhandledExceptionFilter() and terminate on crash
Fixes zombie processes sticking around.
2 years ago
Stenzek fa104acdd1
Misc: Purge unused code and report startup error to host 2 years ago
Stenzek ca3cfbaa99
Misc: Pass string_view by value 2 years ago
Stenzek cce7be4723
Misc: Make struct member functions file-local 2 years ago
Stenzek 68b59ee748 CMake: Swap USE_ and WITH_ for ENABLE_
Consistency.
2 years ago
Stenzek 7b068b976b CrashHandler: Use libbacktrace 2 years ago
Stenzek 76b5b8ad06 MSBuild: Support building with clang-cl 2 years ago
Connor McLaughlin 8c7a192128 Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
3 years ago
Connor McLaughlin 7bbacd2392 Misc: Remove unused code 3 years ago
Connor McLaughlin 03ab18909a Common: Add UWP support for helper classes 4 years ago
Connor McLaughlin e087e6f3a2 CPU/Recompiler: Prevent using fastmem when cache is isolated
No point even trying since it's just going to fault.
5 years ago
Connor McLaughlin 8582e2770d CrashHandler: Save minidump on Windows 5 years ago
Connor McLaughlin 122cf67bb3 Common: Add crash handler functions for Windows 5 years ago