You can switch between CLI command modes.
To switch to GDB mode, issue the following at the command prompt:
(idb) set $cmdset="gdb"
To switch to DBX mode, issue the following at the command prompt:
(idb) set $cmdset="idb"
To use DBX mode by default, you can place the latter command into your ~/.gdbinit file.