summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCDump.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gui/CCDump.py')
-rw-r--r--src/Gui/CCDump.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Gui/CCDump.py b/src/Gui/CCDump.py
index 8a09b5b6..913e40ac 100644
--- a/src/Gui/CCDump.py
+++ b/src/Gui/CCDump.py
@@ -109,8 +109,23 @@ class Dump():
def getAnalyzerName(self):
return self.analyzer
+ def get_release(self):
+ return self.release
+
def get_reason(self):
return self.reason
def get_comment(self):
return self.comment
+
+ def get_component(self):
+ return self.component
+
+ def get_cmdline(self):
+ return self.cmdline
+
+ def get_arch(self):
+ return self.architecture
+
+ def get_kernel(self):
+ return self.kernel