This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Odd "other" command behavior


On Thu, Sep 14, 2000 at 02:59:57PM +0000, Fernando Nasser wrote:

> Please try show "disassembly-flavor" after each "other".

Aha!  Now I understand.

I thought it was just toggling between the two
formats.  Now I realize there are _six_ formats:

  (gdb) show disassembly-flavor 
  The disassembly flavor is "atpcs".
  (gdb) other
  (gdb) show disassembly-flavor 
  The disassembly flavor is "special-atpcs".
  (gdb) other
  (gdb) show disassembly-flavor 
  The disassembly flavor is "raw".
  (gdb) other
  (gdb) show disassembly-flavor 
  The disassembly flavor is "gcc".
  (gdb) other
  (gdb) show disassembly-flavor 
  The disassembly flavor is "std".
  (gdb) other
  (gdb) show disassembly-flavor 
  The disassembly flavor is "apcs".

-- 
Grant Edwards
grante@visi.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]