development
DBG: renamed cmd-data to cmd-searching
Improve graph cache invalidation and use better function entry heuristic
DBG: implement symunload command
fix: restored original bpm behaviour and added tests
Add SetMemoryRangeBPX command
Implement basic support for per-breakpoint log files
Address review comments
Implement StepIntoUser and StepIntoSystem helper functions
Completely rework valtostring into valsetscalar/valsetbuffer
Allow kmovq to GPR, add kmovd command (easier for 32-bit)
Fix bug in graph where 'Sync with RIP' would always re-analyze
Introducing showthreadid command
Fix #2575: Track patches from Fill/memset command
Add the minidump command
Move HideDebugger out of TitanEngine
Load/Free Modules in Symbols window
Fix the winerror@x format string being used incorrectly
Actions added to Handles/Windows table (#1561)
DBG: added plugreload command
WIP: vibeslop
Refactor scripting system to use JobQueue and allow better synchronization
Optimized patternfind
Refactor the findallusermem and findallsysmem commands into findallmem
Attempt to fix pausing after attaching
DBG: remove CMDRESULT since it's become useless
Use IsArgumentsLessThan helper for better error message
Add TraceSetStepFilter command for module-filtered tracing
Return success from data commands correctly
DBG: very hacky type parser working
Fix compilation on MinGW (clang)
Add the undocumented "cmdtest" command to log argv
Fix clang-cl compilation and various warnings
DBG: added loop commands
Fix warnings in clang 21.1.8
DBG: Added new command SetWatchType