From mboxrd@z Thu Jan 1 00:00:00 1970 From: anupam.kapoor@gmail.com (Anupam Kapoor) Date: Thu, 28 Apr 2016 09:53:40 +0530 Subject: unable to find function definition In-Reply-To: <87oa8u4x3h.fsf@frog.home> References: <20160420072625.GA27201@portege.ulakbim.gov.tr> <2cab8174b247724af07b444437ee423c@sillymon.ch> <87oa8u4x3h.fsf@frog.home> Message-ID: <87bn4uxsxf.fsf@fatcat.parallelwireless> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org >>>>> [2016-04-28T01:56:26+0530]: "Jakub Sitnicki" (jakub-sitnicki): ,----[ jakub-sitnicki ] | An alternative would be to use cscope: | | $ # build the index (will take a moment) | $ make cscope `---- this ! cscope generally just works for way better than other 'manual' mechanisms. since it builds inverse database as well (the -q option), symbol lookups are pretty fast. xcscope provides a seamless experience within emacs... -- kind regards anupam