reactosdbg/DebugProtocol
Gregor Schneider e6810d7597 - Differentiate between immediate commands and queued commands, remove command queue shortcut, reorder functions accordingly
- Do not duplicate register and process updates upon breaking into kdbg, fixes multiple thread lists
- Remove end line hack from named pipe implementation
- Handle all exception types for sockets, fixes a crash when disconnecting while receiving data

svn path=/trunk/tools/reactosdbg/; revision=1101
2009-08-29 16:03:13 +00:00
..
Properties A debugging shell for use with KDBG. Not perfect yet but it can display the 2008-07-31 07:00:10 +00:00
Breakpoint.cs A debugging shell for use with KDBG. Not perfect yet but it can display the 2008-07-31 07:00:10 +00:00
DebugConnection.cs - Detect when clients disconnect from the pipe server and raise an event 2009-06-03 09:41:47 +00:00
DebugControlAttribute.cs A debugging shell for use with KDBG. Not perfect yet but it can display the 2008-07-31 07:00:10 +00:00
DebugMemoryStream.cs A debugging shell for use with KDBG. Not perfect yet but it can display the 2008-07-31 07:00:10 +00:00
DebugProtocol.csproj build x86 only as we only have a 32bit dbghelp 2009-05-28 11:22:02 +00:00
IDebugProtocol.cs RosDbg Part 1/3: 2008-10-12 21:34:05 +00:00
KDBG.cs - Differentiate between immediate commands and queued commands, remove command queue shortcut, reorder functions accordingly 2009-08-29 16:03:13 +00:00
MemoryBlock.cs A debugging shell for use with KDBG. Not perfect yet but it can display the 2008-07-31 07:00:10 +00:00
Registers.cs -show EIP in hex 2009-05-31 13:29:55 +00:00