HarrievG
d4db77b9ed
- Unbreaking Game and GameEdit API / ABI for game debugger use
2021-06-28 23:38:38 +02:00
HarrievG
7e367a0e62
- Added Console input / command exec to debugger
2021-06-21 14:59:28 +02:00
Daniel Gibson
40fa8a7dfa
Fix script debugging when server is running on Linux
...
the script paths were wrong, on Linux they were like
"pak000.pk4/script/doom_util.script" while on Windows it's only
"script/doom_util.script".
Fixed idFileSystemLocal::OSPathToRelativePath() to skip ...pk4/
also fixed GCC compile error in Common.cpp
2021-06-19 21:30:26 +02:00
Daniel Gibson
07da116640
Fix debugger resume
2021-06-19 21:30:26 +02:00
HarrievG
d455ac5223
- set com_editors appropiately when debugger forces connection.
2021-06-19 21:30:26 +02:00
HarrievG
d7be3964d4
- always accept debugger messages from loopback
2021-06-19 21:30:26 +02:00
HarrievG
8a455c3c7a
- Debugger server can be toggled with : com_enableDebuggerServer [1 / 0]
...
- Added com_dbgClientAdr for debugger server to connect to
- Added com_dbgServerAdr for the debugger client to connect to
2021-06-19 21:30:26 +02:00
Daniel Gibson
6b6b28a401
Make DebuggerServer portable (use SDL instead of WinAPI)
2021-06-19 21:30:26 +02:00
HarrievG
3ce93c7749
- Debuggersever now always builds, but is disabled by default in runtime.
...
- use com_enableDebuggerServer=1 to enable debugger server.
2021-06-17 05:44:23 +02:00
HarrievG
5ebda5eab5
- removed clientside use of mBreakprogram ptr
2021-06-17 05:44:23 +02:00
HarrievG
46157857b5
- Always write 64b program pointer
2021-06-17 05:44:23 +02:00
HarrievG
5e27330233
- 64bit debugger fixes
2021-06-17 05:44:23 +02:00
HarrievG
7a2ccee330
debugger
2021-06-17 05:44:23 +02:00
Daniel Gibson
9a95a2a1cf
Building with editor support (on Win w/ VS2017) works \o/
...
Editor also seems to start, didn't test much further.
Only tested 32bit Windows, I fear the editor code isn't 64bit clean..
I hope I haven't broken anything elsewhere..
2019-01-13 22:52:28 +01:00
dhewg
9034da11d0
s/ReadLong/ReadInt/ to match the return type
2012-06-28 13:52:24 +02:00
dhewg
94df46637a
s/WriteLong/WriteInt/ to match the argument type
2012-06-28 13:52:23 +02:00
dhewg
79ad905e05
Fix all whitespace errors
...
Excluding 3rd party files.
2011-12-10 15:35:54 +01:00
dhewg
ff493f6847
Fix quoting in GPL headers
2011-12-10 15:34:48 +01:00
Timothee 'TTimo' Besset
fb1609f554
hello world
2011-11-22 15:28:15 -06:00