MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / CpuBreakpoint

Function CpuBreakpoint

MdePkg/Library/BaseLib/X64/GccInline.c:94–101  ·  view source on GitHub ↗

Generates a breakpoint on the CPU. Generates a breakpoint on the CPU. The breakpoint must be implemented such that code can resume normal execution after the breakpoint. **/

Source from the content-addressed store, hash-verified

92
93**/
94VOID
95EFIAPI
96CpuBreakpoint (
97 VOID
98 )
99{
100 __asm__ __volatile__ ("int $3");
101}
102
103
104

Callers 12

DebugAssertFunction · 0.50
DebugAssertFunction · 0.50
DebugAssertFunction · 0.50
DebugAssertFunction · 0.50
GetPciExpressAddressFunction · 0.50
__stack_chk_failFunction · 0.50
DebugAssertFunction · 0.50
ExecuteCALLFunction · 0.50
DebugAssertFunction · 0.50
DebugAssertFunction · 0.50
DebugAssertFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected