mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
[NTOS:KD][NTOS:KD64][NTOS:KDBG] Fix IRQL & spinlock use
KD64: Raise to HIGH_LEVEL when entering trap KDBG: lower to DISPATCH_LEVEL when applying IRQL hack & use a worker thread to load symbols KD&KDBG: Actually unload symbols when required
This commit is contained in:
parent
54ecf703f2
commit
835c30232e
10 changed files with 209 additions and 253 deletions
|
@ -9,13 +9,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
typedef struct _ROSSYM_INFO {
|
||||
PROSSYM_ENTRY Symbols;
|
||||
ULONG SymbolsCount;
|
||||
PCHAR Strings;
|
||||
ULONG StringsLength;
|
||||
} ROSSYM_INFO;
|
||||
|
||||
extern ROSSYM_CALLBACKS RosSymCallbacks;
|
||||
|
||||
#define RosSymAllocMem(Size) (*RosSymCallbacks.AllocMemProc)(Size)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue