From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: Insight List Subject: non-display of assembly Date: Fri, 21 Apr 2000 07:52:00 -0000 Message-id: <877ldry056.fsf@cygnus.com> X-SW-Source: 2000-q2/msg00124.html Today, for a change, I'm debugging library code. I'm trying to figure out why a particular call to memmove() is failing. Thinking that the compiler might be inlining memmove(), I want to put the source window into assembly mode. This doesn't work. The mouse pointer, when over the source window, is a watch. The source window itself is blank. I don't get any sort of error message. Trying to switch the view back to source does not work. I didn't try the "tk whatever" trick to reset it. Any clues why this might happen? The `disas' command works in the console, but of course I'd rather not use that. Tom