[gentoo-user] [~amd64] Confusing behavior from gdb

2015-04-25 Thread walt
I'm ready to swear on a stack of Knuth volumes that gdb has lost its mind. But, I'm willing to consider the remote possibility that I don't know how to use gdb ;) (Because I really don't.) This is my annotated copy/paste from a single gdb session: #gdb /bin/mount GNU gdb (Gentoo 7.9 vanilla)

Re: [gentoo-user] [~amd64] Confusing behavior from gdb

2015-04-25 Thread covici
walt w41...@gmail.com wrote: I'm ready to swear on a stack of Knuth volumes that gdb has lost its mind. But, I'm willing to consider the remote possibility that I don't know how to use gdb ;) (Because I really don't.) This is my annotated copy/paste from a single gdb session: #gdb

Re: [gentoo-user] [~amd64] Confusing behavior from gdb

2015-04-25 Thread Fernando Rodriguez
On Saturday, April 25, 2015 7:42:30 PM cov...@ccs.covici.com wrote: (gdb) list mount.c:123 118 else 119 fputc(*p, stdout); 120 } 121 } 122 123 static void print_all(struct libmnt_context *cxt, char *pattern, int show_label) 124 {