aboutsummaryrefslogtreecommitdiff
path: root/readline/keymaps.c
diff options
context:
space:
mode:
authorPhilipp Rudo <prudo@linux.vnet.ibm.com>2017-06-12 19:08:30 +0200
committerOmair Javaid <omair.javaid@linaro.org>2017-08-03 03:00:54 +0500
commit658baa2d2b8361562de49ba1378c863b4fb24f0e (patch)
tree170a7506f55e513fe5acb8232fee3c52e447fab9 /readline/keymaps.c
parenta4f320fd1b535bb80dc9a3ba7c50ee0061ec0c6f (diff)
Add basic Linux kernel supportlkd-ibm-v4
This patch implements a basic target_ops for Linux kernel support. In particular it models Linux tasks as GDB threads such that you are able to change to a given thread, get backtraces, disassemble the current frame etc.. To simplify matters this patch only supports static targets, i.e. core dumps. Support for live targets will be provided in a separate patch. gdb/ChangeLog: * gdbarch.sh (lk_init_private): New hook. * gdbarch.h: Regenerated. * gdbarch.c: Regenerated. * lk-low.h: New file. * lk-low.c: New file. * lk-lists.h: New file. * lk-lists.c: New file. * Makefile.in (SFILES, ALLDEPFILES): Add lk-low.c and lk-lists.c. (HFILES_NO_SRCDIR): Add lk-low.h and lk-lists.h. (ALL_TARGET_OBS): Add lk-low.o and lk-lists.o. * configure.tgt (lk_target_obs): New variable with object files for Linux kernel support. (s390*-*-linux*): Add lk_target_obs.
Diffstat (limited to 'readline/keymaps.c')
0 files changed, 0 insertions, 0 deletions