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/12938] New: RFE: Find the regression point in the code


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

           Summary: RFE: Find the regression point in the code
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com


Diego Novillo has asked to find where the execution of two inferiors (with two
different executables) starts to differ - to find the exact regression point in
the code.

Currently I use reverse execution to iterate down throught the code where the
behavior still does / does not differ.

The problem with the automatic way may be to properly differentiate ignorable
vs. significant execution differences.

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