forked from qt-creator/qt-creator
Debugger: Print a message when returning early from __lldb_init_module
It helps figuring out why the dumper is not being initialized when it's called by the Qt Core lldb debugger script. Task-number: QTCREATORBUG-31769 Change-Id: If268a8ee9aadf5ccb9e0a995c317bcd250f64958 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -2530,7 +2530,7 @@ def ensure_gdbmiparser():
|
||||
def __lldb_init_module(debugger, internal_dict):
|
||||
# Module is being imported in an LLDB session
|
||||
if 'QT_CREATOR_LLDB_PROCESS' in os.environ:
|
||||
# Let Qt Creator take care of its own dumper
|
||||
debug("Returning early, letting Qt Creator take care of its own dumper", debugger)
|
||||
return
|
||||
|
||||
debug("Initializing module with", debugger)
|
||||
|
Reference in New Issue
Block a user