Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
BacktraceJob Class Reference

#include <qv4debugjob.h>

+ Inheritance diagram for BacktraceJob:
+ Collaboration diagram for BacktraceJob:

Public Member Functions

 BacktraceJob (QV4DataCollector *collector, int fromFrame, int toFrame)
 
void run () override
 
- Public Member Functions inherited from CollectJob
 CollectJob (QV4DataCollector *collector)
 
const QJsonObjectreturnValue () const
 
- Public Member Functions inherited from QV4DebugJob
virtual ~QV4DebugJob ()
 

Additional Inherited Members

- Protected Attributes inherited from CollectJob
QV4DataCollectorcollector
 
QJsonObject result
 

Detailed Description

Definition at line 51 of file qv4debugjob.h.

Constructor & Destructor Documentation

◆ BacktraceJob()

BacktraceJob::BacktraceJob ( QV4DataCollector * collector,
int fromFrame,
int toFrame )

Definition at line 102 of file qv4debugjob.cpp.

Member Function Documentation

◆ run()

void BacktraceJob::run ( )
overridevirtual

Implements QV4DebugJob.

Definition at line 107 of file qv4debugjob.cpp.

References QV4DataCollector::buildFrame(), CollectJob::collector, QV4DataCollector::engine(), i, QList< T >::push_back(), QStringLiteral, and QV4::ExecutionEngine::stackTrace().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: