cd6b1c8f08
types of changes: - Add a few new methods to replace stuff like p_find(), CPU_INFO_FOREACH. - Use db_read_bytes() instead of accessing kernel structures directly, and similar changes. - Add ifdef _KERNEL where the above hasn't been done, and an XXX comment.
18 lines
448 B
C
18 lines
448 B
C
#include <machine/db_machdep.h> /* type definitions */
|
|
|
|
#include <ddb/db_user.h>
|
|
#include <ddb/db_lex.h>
|
|
#include <ddb/db_output.h>
|
|
#include <ddb/db_command.h>
|
|
#include <ddb/db_break.h>
|
|
#include <ddb/db_watch.h>
|
|
#include <ddb/db_run.h>
|
|
#include <ddb/db_variables.h>
|
|
#include <ddb/db_interface.h>
|
|
#include <ddb/db_sym.h>
|
|
#include <ddb/db_extern.h>
|
|
#include <ddb/db_lwp.h>
|
|
#include <ddb/db_access.h>
|
|
#include <ddb/db_proc.h>
|
|
#include <ddb/db_cpu.h>
|