forked from qt-creator/qt-creator
Debugger: Fix loading of Linux core files with LLDB
Change-Id: I76183591c5242589c25d8e5695367d61b6cc5afc Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -103,6 +103,8 @@ public:
|
||||
bool needsRaise() const { return m_needsRaise; }
|
||||
bool needsMarker() const { return m_needsMarker; }
|
||||
bool hasDebugInfo() const { return m_hasDebugInfo; }
|
||||
bool canBeDisassembled() const
|
||||
{ return m_address != quint64(-1) || !m_functionName.isEmpty(); }
|
||||
quint64 address() const { return m_address; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user