bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #55842] Current execution marker doesn't move when step command is


From: Harshit Monish
Subject: [bug #55842] Current execution marker doesn't move when step command is executed using gdb.execute() api(python scripting gdb)
Date: Wed, 6 Mar 2019 01:50:34 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?55842>

                 Summary: Current execution marker doesn't move when step
command is executed using gdb.execute() api(python scripting gdb)
                 Project: DDD
            Submitted by: harshitm
            Submitted on: Wed 06 Mar 2019 06:50:32 AM UTC
                Category: Gdb integration
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.3.11

    _______________________________________________________

Details:

The current execution marker doesn't move when a step command is executed
through gdb.execute() application which is part of scripting gdb with python.
The current execution marker get's stuck whereas the execution in the
background still goes on. Whereas if i execute step command from gdb command
line terminal, it moves properly. Same behavior is with continue, next, stepi,
nexti, run commands. Code snippet:-
################
python
import gdb
gdb.execute("step")
end
################

This code snippet i am running on the gdb command line and the current
execution marker in the source code doesn't move.

Current execution marker doesn't move when step command is executed using
gdb.execute() api(python scripting gdb)




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 06 Mar 2019 06:50:32 AM UTC  Name: Capture2.PNG  Size: 45KiB   By:
harshitm
attached the screenshot of the execution along with the log file.
<http://savannah.gnu.org/bugs/download.php?file_id=46444>
-------------------------------------------------------
Date: Wed 06 Mar 2019 06:50:32 AM UTC  Name: Capture1.PNG  Size: 41KiB   By:
harshitm
attached the screenshot of the execution along with the log file.
<http://savannah.gnu.org/bugs/download.php?file_id=46442>
-------------------------------------------------------
Date: Wed 06 Mar 2019 06:50:32 AM UTC  Name: Capture3.PNG  Size: 45KiB   By:
harshitm
attached the screenshot of the execution along with the log file.
<http://savannah.gnu.org/bugs/download.php?file_id=46443>
-------------------------------------------------------
Date: Wed 06 Mar 2019 06:50:32 AM UTC  Name: log  Size: 18KiB   By: harshitm
attached the screenshot of the execution along with the log file.
<http://savannah.gnu.org/bugs/download.php?file_id=46445>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55842>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]