1. Oct 06, 2017
  2. Oct 05, 2017
  3. Sep 30, 2017
    • Tim Newsome's avatar
      Make ExamineTarget multi-core aware. · 76029e5a
      Tim Newsome authored
      Now on multi-core targets it only runs once, wasting less time.
      76029e5a
    • Tim Newsome's avatar
      Fix tests to work in multi-gdb mode. · 49fc83aa
      Tim Newsome authored
      The Gdb class now can handle connecting to more than one gdb. It
      enumerates the harts across all connections, and when asked to select a
      hart, it transparently sends future gdb commands to the correct
      instance.
      
      Multicore tests still have to be aware of some differences. The main one
      is that when executing 'c' in RTOS mode, all harts resume, while in
      multi-gdb mode only the current one resumes. Additionally, gdb doesn't
      set breakpoints until 'c' is issued, so the hart where breakpoints are
      set needs to be resumed before other harts might see them.
      49fc83aa
  4. Sep 23, 2017
  5. Sep 22, 2017
  6. Sep 20, 2017
  7. Sep 19, 2017
  8. Sep 16, 2017
  9. Sep 15, 2017
  10. Sep 13, 2017
  11. Sep 02, 2017
  12. Aug 29, 2017
  13. Aug 17, 2017