Sha256: cdcbfc17e55577e61c9dc92efc24d37c5a818b7873ccb8bc9f14e7dd9d5a8519

Contents?: true

Size: 1.39 KB

Versions: 2

Compression:

Stored size: 1.39 KB

Contents

#
#
#  Copyright (c) 2015, Red Hat, Inc.
#  Copyright (c) 2015, Masatake YAMATO
#
#  Author: Masatake YAMATO <yamato@redhat.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
# USA.
#
#
--langdef=gdbinit
--languages=-gdbinit
--map-gdbinit=+(.gdbinit)
--map-gdbinit=+.gdb

##
## Ignore comments
##
--regex-gdbinit=/^#.*//{exclusive}

##
## define
##
--regex-gdbinit=/^define[[:space:]]+([^[:space:]]+)$/\1/d,definition/

##
## document
##
--regex-gdbinit=/^document[[:space:]]+([^[:space:]]+)$/\1/D,document/
--kinds-gdbinit=-D

##
## set $...
##
--regex-gdbinit=/^set[[:space:]]+\$([a-zA-Z0-9_]+)[[:space:]]*=/\1/t,toplevelVariable/

##
## __...set $...
##
--regex-gdbinit=/^[[:space:]]+set[[:space:]]+\$([a-zA-Z0-9_]+)[[:space:]]*=/\1/l,localVariable/
--kinds-gdbinit=-l

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ctags.rb-1.1.4 ext/vendor/ctags/optlib/gdbinit.ctags
ctags.rb-1.1.3 ext/vendor/ctags/optlib/gdbinit.ctags