This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/13587] stop reasons and other info missing fromevents.stop


http://sourceware.org/bugzilla/show_bug.cgi?id=13587

Alexander Bernauer <alex-sourceware at spamt dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex-sourceware at spamt
                   |                            |dot net

--- Comment #1 from Alexander Bernauer <alex-sourceware at spamt dot net> 2012-08-24 15:17:40 UTC ---
Here is an example of a missing stop reason. This makes writing GDB/MI
front-ends rather cumbersome, so a fix would be much appreciated.

---8<---
*stopped,reason="end-stepping-range",frame={addr="0x00007ffff7a9d6b5",func="_IO_vfprintf_internal",args=[{name="s",value="0x7fffffffd930"},{name="format",value="0x40338e
\"%d,
%u\""},{name="ap",value="0x7fffffffdad0"}],file="vfprintf.c",line="1328"},thread-id="1",stopped-threads="all",core="1"

325-exec-step
*stopped,frame={addr="0x00007ffff7a9d6b5",func="__find_specmb",args=[{name="s",value="0x7fffffffd930"},{name="format",value="0x40338e
\"%d,
%u\""},{name="ap",value="0x7fffffffdad0"}],file="printf-parse.h",line="99"},thread-id="1",stopped-threads="all",core="1"
325^done
(gdb)
--->8---

Unfortunately I have little knowledge about the GDB internals, so I can only
hope that the observed problem indeed concerns the Python sub-system... (sorry
if not)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]