Skip to content

WorkRoutine/CallMapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CallMap

CallMap is a tiny tools to draw C-function call.

Usage

Download newest branch from github

  git clone https://github.com/BiscuitOS/CallMap.git 

Install tools.

  sudo chmod 755 INSTALL.sh
  sudo ./INSTALL.sh

Configure CallMap

  vi /etc/CallMap/CallMap.conf

Select source code tree.

 `SOURCE_TREE` point the path of source code tree.

 `BROWSER` means view will be used. 

Start Use

 ```
   callmap function_name
   eg.
   callmap main
 ```

About

Draw picture of function invoke

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages