mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
[NTOS][RTL] Remove unused deprecated ReactOS-only DbgBreakPointNoBugCheck()
This helper was introduced in commitb041530f2d
(r8551), and its last remaining usage removed in commitf038f4a895
(r23636).
This commit is contained in:
parent
b42b015cc6
commit
a7d86fe3a7
3 changed files with 0 additions and 22 deletions
|
@ -387,10 +387,6 @@ KeFindNextRightSetAffinity(
|
||||||
IN KAFFINITY Set
|
IN KAFFINITY Set
|
||||||
);
|
);
|
||||||
|
|
||||||
VOID
|
|
||||||
NTAPI
|
|
||||||
DbgBreakPointNoBugCheck(VOID);
|
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
KeInitializeProfile(
|
KeInitializeProfile(
|
||||||
|
|
|
@ -15,19 +15,12 @@ PUBLIC DbgBreakPointWithStatus
|
||||||
PUBLIC DbgUserBreakPoint
|
PUBLIC DbgUserBreakPoint
|
||||||
PUBLIC DebugService
|
PUBLIC DebugService
|
||||||
PUBLIC DebugService2
|
PUBLIC DebugService2
|
||||||
PUBLIC DbgBreakPointNoBugCheck
|
|
||||||
PUBLIC RtlpBreakWithStatusInstruction
|
PUBLIC RtlpBreakWithStatusInstruction
|
||||||
|
|
||||||
/* FUNCTIONS ***************************************************************/
|
/* FUNCTIONS ***************************************************************/
|
||||||
|
|
||||||
.code64
|
.code64
|
||||||
|
|
||||||
.PROC DbgBreakPointNoBugCheck
|
|
||||||
.endprolog
|
|
||||||
int 3
|
|
||||||
ret
|
|
||||||
.ENDP
|
|
||||||
|
|
||||||
DbgUserBreakPoint:
|
DbgUserBreakPoint:
|
||||||
.PROC DbgBreakPoint
|
.PROC DbgBreakPoint
|
||||||
.endprolog
|
.endprolog
|
||||||
|
|
|
@ -12,17 +12,6 @@
|
||||||
|
|
||||||
.code
|
.code
|
||||||
|
|
||||||
PUBLIC _DbgBreakPointNoBugCheck@0
|
|
||||||
FUNC _DbgBreakPointNoBugCheck@0
|
|
||||||
FPO 0, 0, 0, 0, 0, FRAME_FPO
|
|
||||||
|
|
||||||
/* Do breakpoint */
|
|
||||||
int 3
|
|
||||||
ret
|
|
||||||
|
|
||||||
ENDFUNC
|
|
||||||
|
|
||||||
|
|
||||||
PUBLIC _DbgUserBreakPoint@0
|
PUBLIC _DbgUserBreakPoint@0
|
||||||
_DbgUserBreakPoint@0:
|
_DbgUserBreakPoint@0:
|
||||||
PUBLIC _DbgBreakPoint@0
|
PUBLIC _DbgBreakPoint@0
|
||||||
|
|
Loading…
Reference in a new issue