1. 11 12月, 2014 2 次提交
  2. 09 12月, 2014 1 次提交
  3. 27 11月, 2014 1 次提交
  4. 25 11月, 2014 2 次提交
    • C
      GDB: let user choose the gdbserver binary to use · 55b6acc3
      Cleber Rosa 提交于
      Developers using Avocado's GDB support may also need to use their custom
      build of gdbserver.
      
      This implements the same logic and options as the previous commit does
      for the GDB binary, including API level changes.
      
      Changes from v1:
         * use `avocado.utils.process.find_command` as the first default
           location for the gdbserver binary, falling back to the hard coded
           default of `/usr/bin/gdbserver` if that fails.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      55b6acc3
    • C
      GDB: let user choose the GDB binary to use · 7c371623
      Cleber Rosa 提交于
      Developers using Avocado's GDB support may need to use their custom
      build of GDB, or simply their system has GDB at a different location.
      So, allow users to optionally specify the path to the GDB binary.
      
      Also, allow GDB API users to pass extra options to GDB via the command
      line.
      
      Changes from v1:
         * use `avocado.utils.process.find_command` as the first default
           location for the gdb binary, falling back to the hard coded
           default of `/usr/bin/gdb` if that fails.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      7c371623
  5. 24 11月, 2014 1 次提交
    • C
      GDB: add `--gdb-prerun-commands` option to GDB plugin · e9181e13
      Cleber Rosa 提交于
      This feature allows custom GDB commands to be executed before the
      actual binary is run. What it can do then, is only limited by the
      user's goals.
      
      This is intended to allow complex applications, such as QEMU,
      to be debugged inside Avocado tests. Configuring GDB for QEMU,
      for example, involves passing signals to the application that
      would otherwise result in an event that would stop the debugger.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      e9181e13
  6. 06 11月, 2014 1 次提交
  7. 08 10月, 2014 1 次提交
  8. 06 10月, 2014 2 次提交
  9. 04 10月, 2014 1 次提交
  10. 02 10月, 2014 2 次提交
  11. 29 9月, 2014 1 次提交
  12. 10 9月, 2014 1 次提交
  13. 03 9月, 2014 1 次提交
  14. 29 8月, 2014 1 次提交
  15. 20 8月, 2014 1 次提交