[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msegdbutils.pas line 31
type gdbresultty = ( |
gdb_ok, |
gdb_error, |
gdb_timeout, |
gdb_dataerror, |
gdb_message, |
gdb_running, |
gdb_writeerror, |
gdb_notactive |
); |