mcinspect and mcps: DWARF based LWK inspection
Change-Id: Ie9e209d8f77999b61afa39c38832bfc416a2c34f
This commit is contained in:
committed by
Masamichi Takagi
parent
39780917af
commit
cd46cbd4b3
10
executer/user/mcps.in
Normal file
10
executer/user/mcps.in
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# IHK/McKernel mcps script.
|
||||
# author: Balazs Gerofi <bgerofi@riken.jp>
|
||||
# Copyright (C) 2019 RIKEN
|
||||
#
|
||||
prefix="@prefix@"
|
||||
BINDIR="${prefix}/bin"
|
||||
KERNDIR="@MCKERNELDIR@"
|
||||
|
||||
${BINDIR}/mcinspect --kernel=${KERNDIR}/mckernel.img --ps
|
||||
Reference in New Issue
Block a user