Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • O openocd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • card10card10
  • openocd
  • Repository
  • openocd
  • src
  • helper
  • log.h
Find file BlameHistoryPermalink
  • oharboe's avatar
    1. GDB will print cryptic error messages if it is not fed keep-alive packets · 94e75e0c
    oharboe authored Jul 18, 2008
    within the last 2000ms.
    
    To fix this, add keep_alive() if you are spending >1000ms in an algorithm
    thus holding up the server loop.
    
    target_call_timer_callbacks() invokes keep_alive().
    
    2. post_reset script is now executed at normal JTAG speed and not
    reset speed.
    
    3. Resume is now synchronous again. Hopefully it will work this time.
    
    
    
    git-svn-id: svn://svn.berlios.de/openocd/trunk@826 b42882b7-edfa-0310-969c-e2dbd0fdcd60
    94e75e0c