Lines Matching refs:libopcodes
332 foreach_with_prefix libopcodes { on off } {
335 gdb_test_multiple "maint set libopcodes-styling enabled ${libopcodes}" "" {
336 -re "^maint set libopcodes-styling enabled ${libopcodes}\r\n" {
340 -re "Use of libopcodes styling not supported on architecture \[^\r\n\]+\r\n" {
346 gdb_assert { !$command_failed || [string equal $libopcodes "on"] } \
351 if { $libopcodes == "on" && $command_failed } {
352 # We tried to turn on libopcodes disassembler styling,
360 if { $libopcodes == "off" && $disasm_styling == "on" \
362 # We have libopcodes based styling off, but
438 # Disable use of libopcodes for styling. As this function is
442 gdb_test_no_output "maint set libopcodes-styling enabled off"