Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196332
b: refs/heads/master
c: 53197fc
h: refs/heads/master
v: v3
  • Loading branch information
Jason Wessel committed May 21, 2010
1 parent 16bf627 commit ac1c802
Show file tree
Hide file tree
Showing 6 changed files with 1,031 additions and 958 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c433820971ffa854feda6adc17f5f24201354f11
refs/heads/master: 53197fc49549240f6c6a963b2713a4cd9517964b
1 change: 1 addition & 0 deletions trunk/include/linux/kgdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ extern unsigned long __weak kgdb_arch_pc(int exception, struct pt_regs *regs);

extern int kgdb_register_io_module(struct kgdb_io *local_kgdb_io_ops);
extern void kgdb_unregister_io_module(struct kgdb_io *local_kgdb_io_ops);
extern struct kgdb_io *dbg_io_ops;

extern int kgdb_hex2long(char **ptr, unsigned long *long_val);
extern int kgdb_mem2hex(char *mem, char *buf, int count);
Expand Down
3 changes: 1 addition & 2 deletions trunk/kernel/debug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
# Makefile for the linux kernel debugger
#

obj-$(CONFIG_KGDB) += debug_core.o

obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
Loading

0 comments on commit ac1c802

Please sign in to comment.