Menu

#619 [Debugger] Add API for memory range watches

Undefined
applied
debugger (23)
Patch
2020-12-24
2018-02-10
bluehazzard
No

This patch series adds the ability to use memory watches. This gives codeblocks the ability to make multiple memory windows, or a system viewer for embedded development.
(see https://github.com/bluehazzard/cbSystemView)

in addition it fixes a bug where debugger events are not fired (the api is implemented but the events are not fired)

The discussion of the api can be found here:
http://forums.codeblocks.org/index.php/topic,21457.30.html

The patches are created with

git format-patch

and can probably only be used with git

1 Attachments

Discussion

  • bluehazzard

    bluehazzard - 2018-02-11

    This patch fixes also this ticket https://sourceforge.net/p/codeblocks/tickets/543/

     
  • Teodor Petrov

    Teodor Petrov - 2020-12-24
    • status: open --> applied
    • assigned_to: Teodor Petrov
     

Log in to post a comment.