[umbrello-devel] [umbrello] [Bug 358867] Umbrello should be able to import a gdb stack trace into a sequence diagram

Ralf Habacker via KDE Bugzilla bugzilla_noreply at kde.org
Mon Feb 1 12:53:41 UTC 2016


https://bugs.kde.org/show_bug.cgi?id=358867

Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |http://commits.kde.org/umbr
                   |                            |ello/a757b30aa88db7e04e2d39
                   |                            |c029994487489e1897
         Resolution|---                         |FIXED
   Version Fixed In|                            |2.18.80 (KDE Applications
                   |                            |16.03.80)
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit a757b30aa88db7e04e2d39c029994487489e1897 by Ralf Habacker.
Committed on 01/02/2016 at 12:51.
Pushed by habacker into branch 'master'.

Add support for importing gdb stack traces into sequence diagrams.

Stack trace files could be imported by selecting "Import stack trace ..."
from the "new" context menu entry of a sequence diagram.

The supported stack trace formats could be generated by
1. copy and paste of the output of gdb 'bt' command into a file
   (single line for each stack frame)

2. select frames in qtcreator stack window, right click and select
   "copy into clipboard", then paste into file

Examples of supported gdb stack trace formats are added to
test/import/stack-trace
FIXED-IN: 2.18.80 (KDE Applications 16.03.80)

A  +34   -0    test/import/stacktrace/stacktrace-gdb.txt
A  +42   -0    test/import/stacktrace/stacktrace-qtcreator.txt
M  +230  -0    umbrello/codeimport/import_utils.cpp
M  +2    -0    umbrello/codeimport/import_utils.h
M  +1    -0    umbrello/listpopupmenu.cpp
M  +1    -0    umbrello/listpopupmenu.h
M  +13   -0    umbrello/umlscene.cpp

http://commits.kde.org/umbrello/a757b30aa88db7e04e2d39c029994487489e1897

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list