Skip to content
  • hjk's avatar
    debugger: work around a bug in gdb/MI in gdb 6.8/Ubuntu · 0a560b10
    hjk authored
    When trying to debug qmake or another bootstrapped application loading the
    dumpers failed as they are binarily incompatible. So failing is expected and
    fine. However, gdb 6.8-debian produces in this case _two_ responses for
    '-exec-continue produces' ('^running' and '^error,msg="Cannot find new threads:
    generic error"') which is impossible according to the MI docs. In theory...
    0a560b10