OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kgdb
(Results
1 - 25
of
133
) sorted by relevancy
1
2
3
4
5
6
/src/sys/arch/powerpc/oea/
kgdb_glue.c
39
#include <
kgdb
/
kgdb
.h>
42
#include <machine/
kgdb
.h>
/src/sys/external/bsd/drm2/include/linux/
fb.h
35
#include <linux/
kgdb
.h>
/src/sys/arch/m68k/m68k/
kgdb_machdep.c
44
* Machine-dependent part of the
KGDB
remote "stub"
52
#include <sys/
kgdb
.h>
68
* Trap into
kgdb
to wait for debugger to connect,
79
printf("
kgdb
waiting...");
96
printf("entering
kgdb
\n");
kgdb_m68k.c
44
* Machine-dependent (m68k) part of the
KGDB
remote "stub"
51
#include <sys/
kgdb
.h>
/src/sys/external/bsd/drm2/dist/include/drm/
drm_util.h
38
#include <linux/
kgdb
.h>
80
* False if
kgdb
is active, we are in atomic context or irqs are disabled.
/src/sys/arch/x86/x86/
x86_stub.c
8
#include <sys/
kgdb
.h>
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
os_types.h
32
#include <linux/
kgdb
.h>
/src/sys/arch/hpcmips/vr/
com_vrip.c
99
tcflag_t cflag, int
kgdb
)
104
#ifdef
KGDB
105
if (
kgdb
)
/src/sys/arch/arm/arm32/
kgdb_machdep.c
36
#include <sys/
kgdb
.h>
143
* Trap into
kgdb
to wait for debugger to connect,
154
printf("
kgdb
waiting...");
173
printf("entering
kgdb
\n");
/src/sys/arch/hppa/gsc/
com_gsc.c
41
#ifdef
KGDB
42
#include <sys/
kgdb
.h>
145
#ifdef
KGDB
152
printf("
kgdb
: attaching com at 0x%x at %d baud...",
165
#endif /*
KGDB
*/
/src/sys/arch/usermode/include/
db_machdep.h
93
#error port
kgdb
for arm
/src/sys/arch/mipsco/obio/
zs_kgdb.c
33
* Hooks for
kgdb
when attached via the z8530 driver
35
* To use this, build a kernel with: option
KGDB
, and
38
* "
kgdb
waiting..." you run "gdb -k kernel" and do:
54
#include <sys/
kgdb
.h>
60
* Hooks for
kgdb
when attached via the z8530 driver
62
* To use this, build a kernel with: option
KGDB
, and
65
* "
kgdb
waiting..." you run "gdb -k kernel" and do:
123
* Set up for
kgdb
; called at boot time before configuration.
124
*
KGDB
interrupts will be enabled later when zs0 is configured.
144
/* Attach
KGDB
comms functions to this device *
[
all
...]
/src/sys/arch/sgimips/dev/
zs_kgdb.c
33
* Hooks for
kgdb
when attached via the z8530 driver
35
* To use this, build a kernel with: option
KGDB
, and
38
* "
kgdb
waiting..." you run "gdb -k kernel" and do:
54
#include <sys/
kgdb
.h>
60
* Hooks for
kgdb
when attached via the z8530 driver
62
* To use this, build a kernel with: option
KGDB
, and
65
* "
kgdb
waiting..." you run "gdb -k kernel" and do:
123
* Set up for
kgdb
; called at boot time before configuration.
124
*
KGDB
interrupts will be enabled later when zs0 is configured.
144
/* Attach
KGDB
comms functions to this device *
[
all
...]
/src/sys/arch/luna68k/conf/
files.luna68k
17
file arch/m68k/m68k/db_memrw.c ddb |
kgdb
18
file arch/m68k/m68k/kgdb_machdep.c
kgdb
/src/sys/arch/hpcmips/dev/
com_hpcio.c
213
int frequency, tcflag_t cflag, int
kgdb
)
231
#ifdef
KGDB
232
if (
kgdb
)
/src/sys/arch/sh3/sh3/
kgdb_machdep.c
64
#error "Can't build DDB and
KGDB
together."
68
* Machine-dependent functions for remote
KGDB
. Originally written
79
#include <sys/
kgdb
.h>
89
* Is kva a valid address to access? This is used by
KGDB
.
249
* Trap into
kgdb
to wait for debugger to connect,
262
printf("
kgdb
waiting...");
281
printf("entering
kgdb
\n");
/src/sys/arch/sparc/sparc/
kgdb_machdep.c
128
#ifdef
KGDB
133
#include <sys/
kgdb
.h>
167
* Deal with
KGDB
in a MP environment. XXX need to have "mach cpu" equiv.
223
* Trap into
kgdb
to wait for debugger to connect,
242
printf("
kgdb
waiting...");
243
__asm("ta %0" :: "n" (T_KGDB_EXEC)); /* trap into
kgdb
*/
416
#endif /*
KGDB
*/
/src/sys/arch/sparc64/sparc64/
kgdb_machdep.c
130
#ifdef
KGDB
135
#include <sys/
kgdb
.h>
170
* Deal with
KGDB
in a MP environment. XXX need to have "mach cpu" equiv.
224
* Trap into
kgdb
to wait for debugger to connect,
243
printf("
kgdb
waiting...");
244
__asm("ta %0" :: "n" (T_KGDB_EXEC)); /* trap into
kgdb
*/
/src/sys/arch/sun2/dev/
consinit.c
52
#include <sys/
kgdb
.h>
205
#if
KGDB
282
#ifdef
KGDB
283
/* Set up
KGDB
*/
288
#endif /*
KGDB
*/
zs_kgdb.c
33
* Hooks for
kgdb
when attached via the z8530 driver
35
* To use this, build a kernel with: option
KGDB
, and
38
* "
kgdb
waiting..." you run "gdb -k kernel" and do:
56
#include <sys/
kgdb
.h>
122
* Set up for
kgdb
; called at boot time before configuration.
123
*
KGDB
interrupts will be enabled later when zs0 is configured.
168
* to be "taken over" for exclusive use by
kgdb
.
169
* Return non-zero if this is the
kgdb
port.
181
* Yes, this is port in use by
kgdb
.
193
*
KGDB
framing character received: enter kernel debugger. This probabl
[
all
...]
/src/sys/arch/hppa/hppa/
kgdb_hppa.c
44
* Machine-dependent (hppa) part of the
KGDB
remote "stub"
51
#include <sys/
kgdb
.h>
234
* Trap into
kgdb
to wait for debugger to connect,
245
printf("
kgdb
waiting...");
264
printf("entering
kgdb
\n");
/src/sys/arch/next68k/dev/
zs_kgdb.c
33
* Hooks for
kgdb
when attached via the z8530 driver
35
* To use this, build a kernel with: option
KGDB
, and
38
* "
kgdb
waiting..." you run "gdb -k kernel" and do:
56
#include <sys/
kgdb
.h>
125
* Set up for
kgdb
; called at boot time before configuration.
126
*
KGDB
interrupts will be enabled later when zs0 is configured.
170
* to be "taken over" for exclusive use by
kgdb
.
171
* Return non-zero if this is the
kgdb
port.
183
* Yes, this is port in use by
kgdb
.
195
*
KGDB
framing character received: enter kernel debugger. This probabl
[
all
...]
/src/sys/arch/mac68k/dev/
zs_kgdb.c
33
* Hooks for
kgdb
when attached via the z8530 driver
35
* To use this, build a kernel with: option
KGDB
, and
38
* "
kgdb
waiting..." you run "gdb -k kernel" and do:
55
#include <sys/
kgdb
.h>
133
* Set up for
kgdb
; called at boot time before configuration.
134
*
KGDB
interrupts will be enabled later when zs0 is configured.
180
* to be "taken over" for exclusive use by
kgdb
.
181
* Return non-zero if this is the
kgdb
port.
193
* Yes, this is port in use by
kgdb
.
205
*
KGDB
framing character received: enter kernel debugger. This probabl
[
all
...]
/src/sys/arch/macppc/dev/
zs_kgdb.c
33
* Hooks for
kgdb
when attached via the z8530 driver
35
* To use this, build a kernel with: option
KGDB
, and
38
* "
kgdb
waiting..." you run "gdb -k kernel" and do:
54
#include <sys/
kgdb
.h>
114
* Set up for
kgdb
; called at boot time before configuration.
115
*
KGDB
interrupts will be enabled later when zs0 is configured.
178
* to be "taken over" for exclusive use by
kgdb
.
179
* Return non-zero if this is the
kgdb
port.
191
* Yes, this is port in use by
kgdb
.
203
*
KGDB
framing character received: enter kernel debugger. This probabl
[
all
...]
/src/sys/arch/evbppc/virtex/
machdep.c
86
#if defined(
KGDB
)
87
#include <sys/
kgdb
.h>
137
#ifdef
KGDB
139
* Now trap to
KGDB
142
#endif /*
KGDB
*/
Completed in 19 milliseconds
1
2
3
4
5
6
Indexes created Fri Oct 17 23:09:53 GMT 2025