[nemiver] Allow restarting after GDB dies (Closes: #635956)
- From: Dodji Seketeli <dodji src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver] Allow restarting after GDB dies (Closes: #635956)
- Date: Sun, 28 Nov 2010 21:21:17 +0000 (UTC)
commit b4466e3562dc644a4fd00b1518317b9d35aabf22
Author: Dodji Seketeli <dodji gnome org>
Date: Sat Nov 27 23:25:18 2010 +0100
Allow restarting after GDB dies (Closes: #635956)
* src/dbgengine/nmv-gdb-engine.cc
(GDBEngine::Priv::queue_command): Remove assert.
src/dbgengine/nmv-gdb-engine.cc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/dbgengine/nmv-gdb-engine.cc b/src/dbgengine/nmv-gdb-engine.cc
index 8af3449..49df956 100644
--- a/src/dbgengine/nmv-gdb-engine.cc
+++ b/src/dbgengine/nmv-gdb-engine.cc
@@ -754,7 +754,6 @@ public:
bool queue_command (const Command &a_command)
{
bool result (false);
- THROW_IF_FAIL (is_gdb_running ());
LOG_DD ("queuing command: '" << a_command.value () << "'");
queued_commands.push_back (a_command);
if (!line_busy && started_commands.empty ()) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]