From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: Keith Seitz Cc: Insight List Subject: Re: Patch ping Date: Wed, 17 Oct 2001 16:29:00 -0000 Message-id: <87lmi996eu.fsf@creche.redhat.com> References: X-SW-Source: 2001-q4/msg00148.html >>>>> "Keith" == Keith Seitz writes: Tom> A simple fix for the M-b binding: Keith> I thought that I approved this long, long ago? Hmmm. Don't see Keith> anything. Please commit. Thanks, done. Tom> Load sessions at startup and in response to the `file' command: Keith> $ gdb/gdb gdb/gdb Keith> $ gdb/gdb ~/sources/linux/gdb Keith> $ ./gdb ./gdb Keith> $ gdb/gdb ../linux/gdb/gdb I agree it would be good to handle this. One way would be to use `realpath'. This would handle symlinks too -- though perhaps this would be confusing rather than helpful? Hard to say. Soon I'll resubmit the patch with the code you wrote integrated. Tom