Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openocd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • 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
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • 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
  • card10
  • openocd
  • Repository

Switch branch/tag
  • openocd
  • src
  • target
  • cortex_m.c
Find file BlameHistoryPermalink
  • Tomas Vanek's avatar
    target/cortex_m: simplify cortex_m_unset_breakpoint() · 16432e68
    Tomas Vanek authored Feb 07, 2019
    
    
    Cortex-M uses only 2 byte breakpoint instruction.
    cortex_m_unset_breakpoint() does not need to check breakpoint->length,
    use the length as the size argument in target_write_memory()
    
    Change-Id: I20bb869f6abce2fc61f0469e34a638bc4dc6f7ce
    Signed-off-by: default avatarTomas Vanek <vanekt@fbl.cz>
    Reviewed-on: http://openocd.zylin.com/4889
    
    
    Tested-by: jenkins
    Reviewed-by: default avatarMatthias Welwarsky <matthias@welwarsky.de>
    Reviewed-by: default avatarJānis Skujenieks <janis.skujenieks@gmail.com>
    Reviewed-by: default avatarChristopher Head <chead@zaber.com>
    16432e68

Replace cortex_m.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.