reactos/drivers
Sylvain Deverre 309e9c13e1 [KDGDB] Allow kdgdb to continue when hit by a first-chance exception.
When gdb receives a fault, it converts it to "signal", and send "C"
command to server to transfer the signal it couldn't handle.

On ReactOS (and Windows ?) side, we tell KD API that we continue with an
error code, so the exception handler can be called.

This is useful when playing with gflags, especially +soe, with KDGDB.
2020-04-19 15:01:41 +02:00
..
base [KDGDB] Allow kdgdb to continue when hit by a first-chance exception. 2020-04-19 15:01:41 +02:00
battery
bluetooth [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
bus [ACPI] Properly return a single alternative in Bus_PDO_QueryResourceRequirements. CORE-12892 CORE-14688 2020-04-11 23:43:05 +02:00
crypto [KSECDD] Improve GetSecurityUserInfo stub (#2438) 2020-04-16 01:32:47 +03:00
filesystems [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
filters [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
hid
input [I8042PRT] Remove dead commented-out code; Allow sending ROS-specific commands to the kernel debugger since KD64 also support them. 2019-11-17 23:21:55 +01:00
ksfilter [KS] KsQueryInformationFile(): Fallback to IRP if FastIO failed 2020-02-17 19:08:57 +03:00
multimedia [DLLs] Fix .spec files regarding OLE-specific exports. 2019-07-28 16:26:22 +02:00
network [TCPIP] Remove duplicate declarations from ticonsts.h 2020-04-07 05:32:40 +03:00
parallel
processor [PROCESSR] Employ usual casing for CurrentControlSet key. 2019-08-10 19:15:38 +02:00
sac
serial
setup [BLUE] Add IOCTL buffers validation. Addendum to commit bfd8a848. 2020-01-03 17:17:03 +01:00
storage [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
usb [USBSTOR] Add missing compatible device id 5 2020-04-10 13:41:01 +02:00
wdm [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
wmi
CMakeLists.txt