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 gdb/13549] New: add command to disable the default run target(don't pick the native target by default for "run" and "attach")


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

             Bug #: 13549
           Summary: add command to disable the default run target (don't
                    pick the native target by default for "run" and
                    "attach")
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: alves.ped@gmail.com
    Classification: Unclassified


Sometimes one wants native support, but also, at times, wants "run" to complain
if it's going to run native and not extended-remote.  An option to gdb (in some
flavor) that did this WBN.

One way to do that would be a switch to disable the default run target lookup. 
Then, if the users wanted to run with the native target, he'd connect to the
native target before "run" with "target child", which currently just errors
out.

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