OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BREAKPOINT
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efibind.h
59
#define
BREAKPOINT
() while(1);
/src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h
74
#define
BREAKPOINT
() while (TRUE); // Make it hang on Bios[Dbg]32
/src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h
82
#define
BREAKPOINT
() while (TRUE);
/src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h
138
#define
BREAKPOINT
() __asm { int 3 }
140
#define
BREAKPOINT
() while (TRUE); // Make it hang on Bios[Dbg]32
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h
125
#define
BREAKPOINT
() while (TRUE)
/src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h
74
#define
BREAKPOINT
() while (TRUE); // Make it hang on Bios[Dbg]32
/src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h
149
#define
BREAKPOINT
() __asm { int 3 }
151
#define
BREAKPOINT
() while (TRUE); // Make it hang on Bios[Dbg]32
/src/external/gpl3/gdb/dist/gdb/stubs/
i386-stub.c
37
* Two, a
breakpoint
needs to be generated to begin communication. This
38
* is most easily accomplished by a call to
breakpoint
().
Breakpoint
()
39
* simulates a
breakpoint
by executing a trap #1.
171
#define
BREAKPOINT
() asm(" int $3");
668
break; /*
breakpoint
*/
906
BREAKPOINT
();
942
/* This function will generate a
breakpoint
exception. It is used at the
948
breakpoint
(void)
function
951
BREAKPOINT
();
[
all
...]
m68k-stub.c
35
* Two, a
breakpoint
needs to be generated to begin communication. This
36
* is most easily accomplished by a call to
breakpoint
().
Breakpoint
()
37
* simulates a
breakpoint
by executing a trap #1. The
breakpoint
instruction
39
* there either should be a standard
breakpoint
instruction, or the protocol
40
* should be extended to provide some means to communicate which
breakpoint
41
* instruction is in use (or have the stub insert the
breakpoint
).
273
#define
BREAKPOINT
() asm(" trap #1");
471
*
breakpoint
happened in supervisor mode
1094
breakpoint
()
function
[
all
...]
m32r-stub.c
37
* Two, a
breakpoint
needs to be generated to begin communication. This
38
* is most easily accomplished by a call to
breakpoint
().
Breakpoint
()
39
* simulates a
breakpoint
by executing a trap #1.
179
extern void
breakpoint
(void);
862
break; /*
breakpoint
*/
865
break; /*
breakpoint
*/
868
break; /*
breakpoint
*/
871
break; /*
breakpoint
*/
874
break; /*
breakpoint
*/
1630
breakpoint
(void)
function
[
all
...]
sh-stub.c
226
void
breakpoint
(void);
297
#define
BREAKPOINT
() asm("trapa #0x20"::);
808
breakpoint
();
810
/* This function will generate a
breakpoint
exception. It is used at the
816
breakpoint
(void)
function
818
BREAKPOINT
();
1144
breakpoint
();
/src/external/gpl3/gdb.old/dist/gdb/stubs/
i386-stub.c
37
* Two, a
breakpoint
needs to be generated to begin communication. This
38
* is most easily accomplished by a call to
breakpoint
().
Breakpoint
()
39
* simulates a
breakpoint
by executing a trap #1.
171
#define
BREAKPOINT
() asm(" int $3");
668
break; /*
breakpoint
*/
906
BREAKPOINT
();
942
/* This function will generate a
breakpoint
exception. It is used at the
948
breakpoint
(void)
function
951
BREAKPOINT
();
[
all
...]
m68k-stub.c
35
* Two, a
breakpoint
needs to be generated to begin communication. This
36
* is most easily accomplished by a call to
breakpoint
().
Breakpoint
()
37
* simulates a
breakpoint
by executing a trap #1. The
breakpoint
instruction
39
* there either should be a standard
breakpoint
instruction, or the protocol
40
* should be extended to provide some means to communicate which
breakpoint
41
* instruction is in use (or have the stub insert the
breakpoint
).
273
#define
BREAKPOINT
() asm(" trap #1");
471
*
breakpoint
happened in supervisor mode
1094
breakpoint
()
function
[
all
...]
m32r-stub.c
37
* Two, a
breakpoint
needs to be generated to begin communication. This
38
* is most easily accomplished by a call to
breakpoint
().
Breakpoint
()
39
* simulates a
breakpoint
by executing a trap #1.
179
extern void
breakpoint
(void);
862
break; /*
breakpoint
*/
865
break; /*
breakpoint
*/
868
break; /*
breakpoint
*/
871
break; /*
breakpoint
*/
874
break; /*
breakpoint
*/
1630
breakpoint
(void)
function
[
all
...]
sh-stub.c
226
void
breakpoint
(void);
297
#define
BREAKPOINT
() asm("trapa #0x20"::);
808
breakpoint
();
810
/* This function will generate a
breakpoint
exception. It is used at the
816
breakpoint
(void)
function
818
BREAKPOINT
();
1144
breakpoint
();
Completed in 173 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026