mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Fixed a segfault during debugging with gdbserver (#2830)
Fixes issue #2829
This commit is contained in:
parent
99c58718ec
commit
243eded243
@ -297,6 +297,10 @@ void DebugActions::attachRemoteDebugger()
|
||||
|
||||
void DebugActions::onAttachedRemoteDebugger(bool successfully)
|
||||
{
|
||||
// TODO(#2829): Investigate why this is happening
|
||||
if (remoteDialog == nullptr)
|
||||
return;
|
||||
|
||||
if (!successfully) {
|
||||
QMessageBox msgBox;
|
||||
msgBox.setText(tr("Error connecting."));
|
||||
|
Loading…
Reference in New Issue
Block a user