Skip to main content

Generate tag file according to the debug information such as DWARF including in the binary file

Project description

Introduction

Generating tags file according to the DWARF debug information in the binary file.

Prerequisites

  • SQLAlchemy

  • SQLite3

Installation

# Ubuntu
apt install sqlite3
# ArchLinux
pacman -S sqlite3
pip install btags

Usage

btags.py -j 2 -c /dir/to/the/build/root /path/to/the/binary
  • -j max worker threads

  • -c specify the directory under which the binary is compiled

After, you will get a tags file under current working directory.

It can be used as following

vim -t main

For examples Assume there is a autoconf project under dir /tmp/project, and you use the following command to build it.

cd /tmp/project
mkdir build
cd build
../configure
make

Then, /tmp/project/build will be the build root, because the project is compiled under this directory.

TODO

  • [] Replace sqlite with other faster data store mean

  • [] Add test cases

  • [] Add Travis CI support

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

btags-0.1.1.tar.gz (14.3 kB view details)

Uploaded Source

File details

Details for the file btags-0.1.1.tar.gz.

File metadata

  • Download URL: btags-0.1.1.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for btags-0.1.1.tar.gz
Algorithm Hash digest
SHA256 49a7c6a47dee07b87ec6933afe7bcd04c7608669c166d8b361998abe0a55a7f9
MD5 2eef1a7bc67ec3df43c51d5e29f23595
BLAKE2b-256 62689e46d5d86304a9b589a919a18064dbac03c9f832b3f06ac6f2c1a9c3fc94

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page