aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/scriptdebug.cpp
AgeCommit message (Expand)Author
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
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-11-29SCI: Fix restarting SCI engine with different SCI versionWillem Jan Palenstijn
2011-11-28SCI: Added handling of invalid jump offsets (e.g. QFG2, script 260)Filippos Karapetis
2011-09-22SCI: Fixed compilation with VM_DEBUG_SEND definedFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-12SCI: Fix sign in disasm of relative jumpsWillem Jan Palenstijn
2011-05-13SCI: Don't include several debug tables when REDUCE_MEMORY_USAGE is definedmd5
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-28SCI: Renamed restAdjust to r_rest (like r_acc and r_prev)md5
2011-03-27SCI: Moved some debug functions from vm.cpp to scriptdebug.cppmd5
2011-03-12SCI: Continue disasm until no jumps go past the current opcodeWillem Jan Palenstijn
2011-01-23SCI: Fixed possible use of uninitialized variable in SCI Script Debugger.David Turner
2010-11-24SCI: Fixed a bug in the script disassemblerFilippos Karapetis
2010-11-18SCI: Slight formatting fix and use \t instead of a tab character in debugN.Johannes Schickel
2010-11-18SCI: Fix debugger disassembly of property accesses in SCI3Lars Skovlund
2010-11-17SCI: Updated dissectScript() to handle synonym blocksFilippos Karapetis
2010-11-17SCI: Unified the functionality and parameters of the disasm and disasm_addr c...Filippos Karapetis
2010-11-17SCI: Added the ability to display original script bytecode in the "disasm" co...Filippos Karapetis
2010-11-02SCI: Remove any use of printfMax Horn
2010-07-24SCI: fix warning and remove duplicate codeMartin Kiewitz
2010-07-17SCI: fix debugging code of parser, add 0xffe special group into debug supportMartin Kiewitz
2010-07-12SCI: Turn global object g_debugState into SciEngine member varMax Horn
2010-06-28SCI: Make Script member vars private; add const qualifiersMax Horn
2010-06-27Cleanup, remove unused/obsolete codeFilippos Karapetis
2010-06-27SCI: added new command "p" / "stepover" to execute one command, but skip send...Martin Kiewitz
2010-06-17SCI: Remove selector_name function, some cleanupMax Horn
2010-06-10Resolved a FIXME with getSciLanguage(), by creating a separate setter. Also, ...Filippos Karapetis
2010-06-09Merged restAdjust and restAdjustCur, as we don't save the restAdjust modifier...Filippos Karapetis
2010-06-07Fixed regression from commit #49465 - there are in fact two restAdjust variab...Filippos Karapetis
2010-06-06Now that EngineState is not deleted when loading games, we can move some more...Filippos Karapetis
2010-05-30Limit access to the _bufSize, _scriptSize and _heapSize members of the Script...Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-26SCI: Making various object and script related things constMax Horn
2010-05-26More work on controlling access to members of the Object class:Filippos Karapetis
2010-05-19Fixed signed/unsigned warning, changed to CamelCaseFilippos Karapetis
2010-05-18- Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S...Filippos Karapetis
2010-05-18Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXMEFilippos Karapetis
2010-05-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-02-13SCI: Remove EngineState::_kernel, use SciEngine::_kernel insteadMax Horn
2010-02-07SCI: Convert disassemble to use readPMachineInstruction.Max Horn
2010-02-02SCI: Move some code around (no code changes)Max Horn