commit 74a8b0f545fbe50bba2b9faab8364e9300c0fa2f
Author: John Marino <[email protected]>
Date: Thu Oct 3 21:18:26 2013 +0200
gdb: Revert FAKE_PROCESS id code to prepare for gdb 7.6.1
This set of local modifications to support the swapper as an inferior
for kgdb is being reverted to ease the merge of the new gdb 7.6.1 code.
However, it appears that gdb 7.6.1 has implemented the concept of a
"fake" process ID independently, so it may not be necessary to add
these modifications back later.
Summary of changes:
contrib/gdb-7/README.DRAGONFLY | 8 --------
contrib/gdb-7/gdb/corelow.c | 2 +-
contrib/gdb-7/gdb/inf-ptrace.c | 2 +-
contrib/gdb-7/gdb/inferior.c | 31 +++++++++++++++----------------
contrib/gdb-7/gdb/inferior.h | 2 --
contrib/gdb-7/gdb/infrun.c | 2 +-
contrib/gdb-7/gdb/mi/mi-interp.c | 2 +-
contrib/gdb-7/gdb/mi/mi-main.c | 12 ++++++------
contrib/gdb-7/gdb/top.c | 4 ++--
9 files changed, 27 insertions(+), 38 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/74a8b0f545fbe50bba2b9faab8364e9300c0fa2f
--
DragonFly BSD source repository