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/12769] New: while-stepping and location expressions


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

           Summary: while-stepping and location expressions
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tromey@redhat.com


I think that a collect inside a while-stepping can collect
the wrong data if a local variable uses a location expression.
I don't have a test case (but see bug 11613), but saw this
reading code.

If correct, one possible fix would be to differentiate
"compiling for while-stepping" so that loclist_tracepoint_var_ref
could compile the entire location expression to AX.

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