gthaker

Results 14 comments of gthaker

I am getting similar (but slightly different): $ ./inject -n sample-target sample-library.so targeting process "sample-target" with pid 52271 instead of expected SIGTRAP, target stopped with signal 11: Segmentation fault sending...

sorry for typo, meant "... not in the current frame but in ...."

find-tag-other-frame always creates a new frame. There is also find-tag-other-window but I can't find documentation on which other window would get picked if say there are total of 3 other...

find-tag-other-window is not useful, it just splits the current frame. I want not split frames as I have 3-4 frames always open, but I want to have things show up...

A minimum capability would be that if we ask to find a definition and this takes us to a file that is already showing in a frame it would not...

After a lengthy delay I am trying to test the above idea. I tried to put this code at bottom of ggtags.el file just above "(provide 'ggtags) " . I...

I tested the above code. It works just right in finding LRU frame. However, the feature that is missing is that if one of the frames is already showing the...

By target-buffer I meant the file/buffer that is the destination of a find-tag command. What I am trying to achieve is that I have 3-4 frames showing, and in these...

I guess to keep things simple, let us not worry about the LRU issues, but simply make it so that when a definition is being search for IF the result...

I tested the above code. Its overall behaviour seems unchanged from previous patch. The main issue remains is that if a definition is already showing in one of the frames...