Searched refs:ddb (Results 1 - 25 of 156) sorted by relevance

1234567

/freebsd-10-stable/sys/powerpc/powerpc/
H A Ddb_hwwatch.c31 #include <ddb/ddb.h>
32 #include <ddb/db_access.h>
33 #include <ddb/db_sym.h>
34 #include <ddb/db_variables.h>
35 #include <ddb/db_watch.h>
H A Ddb_interface.c22 #include <ddb/ddb.h>
23 #include <ddb/db_sym.h>
24 #include <ddb/db_command.h>
25 #include <ddb/db_access.h>
26 #include <ddb/db_output.h>
H A Ddb_trace.c47 #include <ddb/ddb.h>
48 #include <ddb/db_access.h>
49 #include <ddb/db_sym.h>
50 #include <ddb/db_variables.h>
/freebsd-10-stable/sbin/ddb/
H A DMakefile3 PROG= ddb
4 SRCS= ddb.c ddb_capture.c ddb_script.c
5 MAN= ddb.8
/freebsd-10-stable/sys/arm/arm/
H A Ddb_disasm.c41 #include <ddb/ddb.h>
42 #include <ddb/db_access.h>
43 #include <ddb/db_sym.h>
H A Ddb_interface.c59 #include <ddb/ddb.h>
60 #include <ddb/db_access.h>
61 #include <ddb/db_command.h>
62 #include <ddb/db_output.h>
63 #include <ddb/db_variables.h>
64 #include <ddb/db_sym.h>
/freebsd-10-stable/sys/ddb/
H A Ddb_write_cmd.c36 #include <ddb/ddb.h>
37 #include <ddb/db_access.h>
38 #include <ddb/db_command.h>
39 #include <ddb/db_sym.h>
H A Ddb_print.c45 #include <ddb/ddb.h>
46 #include <ddb/db_variables.h>
47 #include <ddb/db_sym.h>
H A Ddb_access.c37 #include <ddb/ddb.h>
38 #include <ddb/db_access.h>
H A Ddb_thread.c37 #include <ddb/ddb.h>
38 #include <ddb/db_command.h>
39 #include <ddb/db_sym.h>
H A Ddb_variables.c37 #include <ddb/ddb.h>
38 #include <ddb/db_lex.h>
39 #include <ddb/db_variables.h>
H A Ddb_expr.c36 #include <ddb/ddb.h>
37 #include <ddb/db_lex.h>
38 #include <ddb/db_access.h>
39 #include <ddb/db_command.h>
H A Ddb_examine.c37 #include <ddb/ddb.h>
39 #include <ddb/db_lex.h>
40 #include <ddb/db_output.h>
41 #include <ddb/db_command.h>
42 #include <ddb/db_sym.h>
43 #include <ddb/db_access.h>
H A Ddb_main.c45 #include <ddb/ddb.h>
46 #include <ddb/db_command.h>
47 #include <ddb/db_sym.h>
49 SYSCTL_NODE(_debug, OID_AUTO, ddb, CTLFLAG_RW, 0, "DDB settings");
56 KDB_BACKEND(ddb, db_init, db_trace_self_wrapper, db_trace_thread_wrapper,
H A Ddb_break.c43 #include <ddb/ddb.h>
44 #include <ddb/db_break.h>
45 #include <ddb/db_access.h>
46 #include <ddb/db_sym.h>
296 * We want ddb to be usable before most of the kernel has been
H A Ddb_lex.c40 #include <ddb/ddb.h>
41 #include <ddb/db_lex.h>
/freebsd-10-stable/sys/sparc64/sparc64/
H A Ddb_interface.c46 #include <ddb/ddb.h>
47 #include <ddb/db_access.h>
48 #include <ddb/db_sym.h>
49 #include <ddb/db_variables.h>
H A Ddb_hwwatch.c39 #include <ddb/ddb.h>
40 #include <ddb/db_access.h>
41 #include <ddb/db_sym.h>
42 #include <ddb/db_variables.h>
43 #include <ddb/db_watch.h>
/freebsd-10-stable/usr.sbin/sa/
H A Ddb.c61 DB *ddb; local
70 if ((ddb = dbopen(dbname, O_RDONLY, 0, DB_BTREE, bti)) == NULL) {
85 rv = DB_GET(ddb, &key, &data, 0);
106 for (rv = DB_SEQ(ddb, &key, &data, R_FIRST); rv == 0;
107 rv = DB_SEQ(ddb, &key, &data, R_NEXT)) {
134 if (DB_CLOSE(ddb) < 0) {
151 DB *ddb; local
155 if ((ddb = dbopen(dbname, O_RDWR|O_CREAT|O_TRUNC, 0644,
165 if ((rv = DB_PUT(ddb, &key, &data, 0)) < 0) {
183 if ((rv = DB_PUT(ddb,
[all...]
/freebsd-10-stable/sys/dev/acpica/Osd/
H A DOsdDebug.c41 #include <ddb/ddb.h>
42 #include <ddb/db_output.h>
/freebsd-10-stable/sys/i386/i386/
H A Ddb_interface.c45 #include <ddb/ddb.h>
/freebsd-10-stable/sys/net/
H A Dif_debug.c37 #include <ddb/ddb.h>
/freebsd-10-stable/sys/netinet/
H A Din_debug.c37 #include <ddb/ddb.h>
/freebsd-10-stable/sys/netnatm/
H A Dnatm_pcb.c57 #include <ddb/ddb.h>
/freebsd-10-stable/sys/mips/mips/
H A Ddb_interface.c60 #include <ddb/ddb.h>
61 #include <ddb/db_sym.h>
62 #include <ddb/db_access.h>
63 #include <ddb/db_output.h>
64 #include <ddb/db_variables.h>
229 * To do a single step ddb needs to know the next address

Completed in 275 milliseconds

1234567