LldbGdbServerTestCase.test_software_breakpoint_set* are failing when breakpoint target address is an thumb16 instruction.
Test right now doesnt handle thumb mode which means that it should only be built in arm mode using -marm flag in gcc.
This patch makes sure that we are building this test in arm mode.