reactos/reactos
Timo Kreuzer 385bbababc [NTOS/KDBK]
Fix the value for EIP used by KDBG after an INT3 set by KDBG itself. The address is already fixed by KiDispatchException, but only in the context frame, not in the trap frame and KDBG insists to use the trap frame for a lot of things. Also, after a cont from such an int3, KDBG uses a single step to re-enable the breakpoint (it needs to disable it after it was hit to be able to execute the actual instruction), but it used to dismiss *any* single steps after that. So make sure, that an actual single step, as created by the debugger is not being dismissed, but the break point is still restored after the next single step entry. You might expect that a kernel debugger would at least support setting breakpoints, but this is KDBG.

svn path=/trunk/; revision=70416
2015-12-23 22:38:46 +00:00
..
base [REGEDIT] 2015-12-19 19:18:21 +00:00
boot [FLTMGR] 2015-12-23 16:29:33 +00:00
cmake
dll [USERENV] 2015-12-20 22:30:51 +00:00
drivers [XDK] 2015-12-23 16:15:08 +00:00
hal
include [XDK] 2015-12-23 16:15:08 +00:00
lib [RTL] 2015-12-18 14:58:32 +00:00
media [REGEDIT] 2015-12-16 23:50:56 +00:00
modules
ntoskrnl [NTOS/KDBK] 2015-12-23 22:38:46 +00:00
subsystems [COMMAND.COM] 2015-12-16 17:28:59 +00:00
tools
win32ss [WIN32K] 2015-12-23 14:55:34 +00:00
apistatus.lst
CMakeLists.txt
configure.cmd
configure.sh
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS
Doxyfile
INSTALL
PreLoad.cmake
README
toolchain-clang.cmake
toolchain-gcc.cmake
toolchain-msvc.cmake

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

1. What is ReactOS?

   ReactOS is an Open Source effort to develop a quality operating system
that is compatible with Windows NT applications and drivers.

   The ReactOS project, although currently focused on Windows XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.