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/12816] New: No 'pending' support for breakpoints createdfrom Python


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

           Summary: No 'pending' support for breakpoints created from
                    Python
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: kevin.pouget@gmail.com


when one creates a gdb.Breakpoint object, s/he has no control on its pending
state:

> (gdb) python gdb.Breakpoint('send')
> No symbol table is loaded.  Use the "file" command.
> Breakpoint 4 (send) pending.

it would be convenient to 
1) specify if we allow or not the breakpoint to be pending
2) remove the two lines written by GDB
3) know whether the breakpoint has actually been set or is pending

(I should provide a solution for 3 soon)

-- 
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]