We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b356e89 commit c67c10aCopy full SHA for c67c10a
include/linux/kdb.h
@@ -183,8 +183,6 @@ int kdb_process_cpu(const struct task_struct *p)
183
return cpu;
184
}
185
186
-/* kdb access to register set for stack dumping */
187
-extern struct pt_regs *kdb_current_regs;
188
#ifdef CONFIG_KALLSYMS
189
extern const char *kdb_walk_kallsyms(loff_t *pos);
190
#else /* ! CONFIG_KALLSYMS */
kernel/debug/kdb/kdb_private.h
@@ -242,6 +242,7 @@ extern void debug_kusage(void);
242
243
extern void kdb_set_current_task(struct task_struct *);
244
extern struct task_struct *kdb_current_task;
245
+extern struct pt_regs *kdb_current_regs;
246
247
#ifdef CONFIG_KDB_KEYBOARD
248
extern void kdb_kbd_cleanup_state(void);
0 commit comments