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/17021] New: add_target_sections_of_objfile doesn't push the exec target


https://sourceware.org/bugzilla/show_bug.cgi?id=17021

            Bug ID: 17021
           Summary: add_target_sections_of_objfile doesn't push the exec
                    target
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: palves at redhat dot com

add_target_sections does:

      /* If these are the first file sections we can provide memory
     from, push the file_stratum target.  */
      if (!using_exec_ops)
    {
      using_exec_ops = 1;
      push_target (&exec_ops);
    }

But add_target_sections_of_objfile does not.

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