aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/scriptdebug.cpp
AgeCommit message (Expand)Author
2019-09-30SCI: Fix MSVC WarningD G Turner
2019-05-27SCI: Fix MSVC warningsFilippos Karapetis
2019-03-18SCI: Fix disassembler crash on invalid propertysluicebox
2018-11-13SCI: Fix Fall Through Compiler Warnings.D G Turner
2018-08-25SCI32: Remove reg32_t and use reg_t in all casesFilippos Karapetis
2017-10-21SCI: Allow lofsa string printing in disasm for all SCI versionsWillem Jan Palenstijn
2017-10-21SCI: Fix offsets in disasm for multi-param opcodesWillem Jan Palenstijn
2017-09-30SCI: Fix printing of super calls on clones in debuggerColin Snover
2017-09-27SCI: Fix use-after-free when kernel call debugging is active during a save ga...Colin Snover
2017-07-30SCI: Show inherited methods when viewing an object in the debuggerColin Snover
2017-07-30SCI32: Fix breakpoints on reading/writing selectors in SCI3Colin Snover
2017-07-26SCI32: Fix lofsa/lofss of strings in SCI3 disassemblyColin Snover
2017-07-23SCI: Resolve offset names when disassembling object methodsColin Snover
2017-06-10SCI: Expand kernel breakpoint pattern matching for negative matchesWillem Jan Palenstijn
2017-06-10SCI: Clean up breakpoint code (indentation, consistency)Willem Jan Palenstijn
2017-06-10SCI: Move bpk/logkernel to main breakpoint infrastructureWillem Jan Palenstijn
2017-06-10SCI: Allow multiple breakpoints with same trigger but different actionWillem Jan Palenstijn
2017-06-10SCI: Add inspect, none breakpoint actionsWillem Jan Palenstijn
2017-06-10SCI: Move printObject from console to scriptdebugWillem Jan Palenstijn
2017-06-10SCI: Add break/log/backtrace actions for triggered breakpointsWillem Jan Palenstijn
2017-06-10SCI: Add underscores to Breakpoint member variablesWillem Jan Palenstijn
2017-06-10SCI: Move backtrace output to scriptdebug.cppWillem Jan Palenstijn
2017-06-10SCI: Handle selector read/write breakpoints from opcodesWillem Jan Palenstijn
2017-06-10SCI: Fix wildcard selector breakpointsWillem Jan Palenstijn
2017-04-23SCI32: Improve disassembly output of SCI3 property opcodesColin Snover
2017-04-23SCI: Fix support for 32-bit SCI3 script offsetsColin Snover
2017-04-23SCI: Fix whitespace errorsColin Snover
2017-04-23SCI: Remove dead code in Script_Offset disassemblerColin Snover
2017-04-23SCI: Fix bad offsets in disassembly for SCI3 lofsa/lofssColin Snover
2017-04-22SCI: Avoid crashing when disassembling a call with a bad objectColin Snover
2017-04-22SCI: Display class names in disassemblyColin Snover
2017-03-30SCI: Replace magic numbers in reg_t handling with symbolsColin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2017-02-05SCI: Fix more unsafe C-string usageColin Snover
2016-12-12SCI: Ensure bytecode/BWT for "file" op is also printedColin Snover
2016-11-20SCI: Improve disassembly outputColin Snover
2016-11-20SCI: Add code-address breakpoints to debuggerColin Snover
2016-03-25SCI: Introduce accessors for SegmentObjTable entries.Johannes Schickel
2016-03-01SCI: Use uint32 instead of unsigned intFilippos Karapetis
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-27SCI: fix null pointer access in logKernelCallMartin Kiewitz
2013-02-23ALL: Fix typo (existant->existent)Willem Jan Palenstijn
2012-10-06SCI: Fix dissect_script crash with invalid object typesWillem Jan Palenstijn
2012-10-06SCI: Fix some console output formattingWillem Jan Palenstijn
2012-06-23SCI: Change the program counter (PC) to be a 32-bit variableFilippos Karapetis
2012-06-23SCI: Add support for the debug opcode "file" in our script dissassemblerFilippos Karapetis
2012-06-21SCI: Fix warningsFilippos Karapetis
2012-06-18SCI: Store script sizes in 32-bit integersFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis