index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
debug.h
Age
Commit message (
Expand
)
Author
2017-06-10
SCI: Move bpk/logkernel to main breakpoint infrastructure
Willem Jan Palenstijn
2017-06-10
SCI: Add inspect, none breakpoint actions
Willem Jan Palenstijn
2017-06-10
SCI: Add break/log/backtrace actions for triggered breakpoints
Willem Jan Palenstijn
2017-06-10
SCI: Add underscores to Breakpoint member variables
Willem Jan Palenstijn
2017-06-10
SCI: Remove union from Breakpoint
Willem Jan Palenstijn
2016-11-20
SCI: Add code-address breakpoints to debugger
Colin Snover
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-25
SCI: Cleaned up the BreakpointType enum and documented the bpe command
md5
2010-09-02
SCI: adding "bpr" and "bpw" debug commands
Martin Kiewitz
2010-07-12
SCI: Turn global object g_debugState into SciEngine member var
Max Horn
2010-06-27
SCI: added new command "p" / "stepover" to execute one command, but skip send...
Martin Kiewitz
2010-05-19
Moved the breakpoint information inside the DebugState struct
Filippos Karapetis
2010-05-18
Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXME
Filippos Karapetis
2009-10-01
- Removed the toggle for "weak" validations, as there are cases where they fa...
Filippos Karapetis
2009-09-17
SCI: Move parts of struct ScriptState into a new struct DebugState
Max Horn
2009-08-17
Fix compilation of the SCI engine. It seems that all of the SCI header files ...
Johannes Schickel
2009-07-18
SCI: Fix stepping in debugger
Willem Jan Palenstijn
2009-07-11
Fixed regression in the script parser from commit 42260
Filippos Karapetis
2009-07-09
restAdjust should be a signed integer. Fixes crashes with SCI1 games that tak...
Filippos Karapetis
2009-07-08
Some cleanup for the script debugger code:
Filippos Karapetis
2009-07-03
- Pushed debugstate into debug.h
Filippos Karapetis
2009-07-02
Moved some more debug state related variables in the DebugState struct
Filippos Karapetis
2009-07-02
Moved all the debug state variables in a separate struct and re-enabled sever...
Filippos Karapetis
2009-06-06
Moved some more debug commands to ScummVM's coneole
Filippos Karapetis
2009-06-04
SCI: Renamed various debug related global variables to have a g_ prefix; and ...
Max Horn