Skip to content
Snippets Groups Projects
  1. Feb 29, 2008
    • oharboe's avatar
      do not write single chars to log file. · 0a749feb
      oharboe authored
      git-svn-id: svn://svn.berlios.de/openocd/trunk@388 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      0a749feb
    • oharboe's avatar
      Pavel Chromy: clarify error messages · 43126e8f
      oharboe authored
      git-svn-id: svn://svn.berlios.de/openocd/trunk@387 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      43126e8f
    • oharboe's avatar
      Summary: passing of variable argument list reduced, strings sent to logging... · 67e0aea2
      oharboe authored
      Summary: passing of variable argument list reduced, strings sent to logging are now formatted just once - more efficient.
      As a result, ugly string malloc+strcpy are not needed anymore.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@386 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      67e0aea2
    • oharboe's avatar
      Michael Bruck: · 4febcd83
      oharboe authored
      arm11
      
      --- Added burst memory transfer mode
      
      This does not explicitly query command execution but rather uses a small
      delay produced by the FT2232 on certain TAP commands.
      
      A potential failure of this process is detected afterwards and the
      program terminates with an error.
      
      'arm11 memwrite burst disable'
        can be used to switch this feature off.
      
      'arm11 memwrite error_fatal disable'
        can be used to prevent the program to exit on an memory write error
      
      
      --- Added support for interrupt breaking via VCR register
      
      Use 'arm11 vcr' command to set.
      
      
      --- Cleaned up the handling of
      
      halt/resume/step/poll, target->state, target->debug_reason,
      target_call_event_callbacks() at least as far as I could guess the
      intended behaviour from other targets.
      
      Did some overall positive tests with GDB.
      
      
      --- Added support for breakpoints
      
      Hardware breakpoints only. All breakpoints will be treated as hardware
      breakpoints.
      
      All ARM11's seem to have at least 6 hardware breakpoints.
      
      --- Stepping over BKPT added
      
      Modification to PC without touching the target.
      
      --- Stepping over a B or BL to self will do nothing
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@385 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      4febcd83
    • oharboe's avatar
      Michael Bruck: · 881dddd8
      oharboe authored
      - fix indentation of multi-level commands
      - make help command work with multi-level commands
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@384 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      881dddd8
  2. Feb 28, 2008
  3. Feb 27, 2008
  4. Feb 26, 2008
  5. Feb 25, 2008
Loading