diff options
Diffstat (limited to 'development/edb-debugger')
-rw-r--r-- | development/edb-debugger/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/development/edb-debugger/README b/development/edb-debugger/README index 4dfdbd11fca15..c371cc42401e0 100644 --- a/development/edb-debugger/README +++ b/development/edb-debugger/README @@ -1,5 +1,6 @@ -edb (Evan's Debugger) is a graphical, Qt4-based debugger similar to OllyDbg, -written on top of the ptrace API. It is built on a plugin-based architecture. +edb (Evan's Debugger) is a graphical, Qt4-based debugger similar +to OllyDbg, written on top of the ptrace API. It is built on a +plugin-based architecture. Its features include: @@ -12,8 +13,8 @@ Its features include: * Basic instruction analysis * View/Dump memory regions * Effective address inspection -* The data dump view is tabbed, allowing you to have several views of memory - open at the same time and quickly switch between them. +* The data dump view is tabbed, allowing you to have several views + of memory open at the same time and quickly switch between them. * Importing and generation of symbol maps * Plugins: |