https://bugs.kde.org/show_bug.cgi?id=358867
Ralf Habacker <[email protected]> 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 <[email protected]> --- 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 watching all bug changes.
